Skip to content

Commit be36421

Browse files
committed
[TASK] Align ext_emconf.php PHP version constraint with composer.json
1 parent 1aa67c9 commit be36421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext_emconf.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
'version' => '6.0.3-dev',
2222
'constraints' => [
2323
'depends' => [
24-
'php' => '8.1.0-8.2.99',
24+
'php' => '8.1.0-8.99.99',
2525
'typo3' => '12.0.0-12.4.99',
2626
],
2727
'suggests' => [

0 commit comments

Comments
 (0)