Skip to content

Commit cda8c6e

Browse files
committed
Fix TYPO3 v11 support in ext_emconf.php
Related: fullstackfreelancer#1
1 parent 61f10ae commit cda8c6e

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
@@ -13,7 +13,7 @@
1313
'constraints' =>
1414
array (
1515
'depends' => array (
16-
'typo3' => '11.8.99-12.4.99'
16+
'typo3' => '11.5.0-12.4.99'
1717
),
1818
'conflicts' => array (
1919

0 commit comments

Comments
 (0)