Skip to content

Commit

Permalink
[BUGFIX] Align requirements for Composer and legacy installs (#290)
Browse files Browse the repository at this point in the history
This also prevents TYPO3 Exception 1303237468 #287

Releases: main, 12.4
  • Loading branch information
linawolf authored Aug 31, 2024
1 parent 6495215 commit fa17c59
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,12 @@
'constraints' => [
'depends' => [
'typo3' => '13.1.0-13.4.99',
'impexp' => '13.1.0-13.4.99',
'extbase' => '13.1.0-13.4.99',
'fluid' => '13.1.0-13.4.99',
'fluid_styled_content' => '13.1.0-13.4.99',
'impexp' => '13.1.0-13.4.99',
'linkvalidator' => '13.1.0-13.4.99',
'reactions' => '13.1.0-13.4.99',
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit fa17c59

Please sign in to comment.