Skip to content

Commit 498241e

Browse files
committed
[TASK] Align ext_emconf.php PHP version constraint with composer.json
1 parent 79aa118 commit 498241e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
'version' => '7.0.1-dev',
2121
'constraints' => [
2222
'depends' => [
23-
'php' => '8.2.0-8.3.99',
23+
'php' => '8.2.0-8.99.99',
2424
'typo3' => '13.3.0-13.4.99',
2525
],
2626
'suggests' => [

0 commit comments

Comments
 (0)