Skip to content

Commit 43e13c9

Browse files
committed
[TASK] Fixed version constraints in ext_emconf.php
1 parent 7022891 commit 43e13c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
'version' => '9.0.0',
1717
'constraints' => [
1818
'depends' => [
19-
'typo3' => '14.2.0-14.3.99',
19+
'typo3' => '14.3.0-14.3.99',
2020
],
2121
],
2222
];

0 commit comments

Comments
 (0)