Skip to content

Commit 399dd28

Browse files
authored
Prepare for TYPO3 13 compatibility
1 parent 6a7cb1d commit 399dd28

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
@@ -18,8 +18,8 @@
1818
'version' => '4.0.1',
1919
'constraints' => [
2020
'depends' => [
21-
'typo3' => '11.5.0-12.4.99',
22-
'php' => '7.4.0-8.2.99'
21+
'typo3' => '12.4.0-13.1.99',
22+
'php' => '8.1.0-8.3.99'
2323
],
2424
'conflicts' => [],
2525
'suggests' => [],

0 commit comments

Comments
 (0)