Skip to content

Commit bbde8f1

Browse files
author
Timo Schmidt
committed
[TASK] Allow to install with TYPO3 9.3
1 parent b548196 commit bbde8f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext_emconf.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
'depends' => array(
1818
'scheduler' => '',
1919
'solr' => '8.0.1-',
20-
'extbase' => '8.7.0-8.9.99',
21-
'fluid' => '8.7.0-8.9.99',
22-
'typo3' => '8.7.0-8.9.99'
20+
'extbase' => '8.7.0-9.3.99',
21+
'fluid' => '8.7.0-9.3.99',
22+
'typo3' => '8.7.0-9.3.99'
2323
),
2424
'conflicts' => array(),
2525
'suggests' => array(

0 commit comments

Comments
 (0)