Skip to content

Commit c240886

Browse files
committed
Fix ext_emconf.php full version constraint
1 parent f56f181 commit c240886

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
'category' => 'fe',
99
'constraints' => [
1010
'depends' => [
11-
'typo3' => '14.0-14.4.99',
12-
'backend' => '14.0-14.4.99',
11+
'typo3' => '14.0.0-14.4.99',
12+
'backend' => '14.0.0-14.4.99',
1313
'php' => '8.3.0-8.99.99',
1414
],
1515
],

0 commit comments

Comments
 (0)