Skip to content

Commit

Permalink
[BUGFIX] Align requirements for Composer and legacy installs
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 committed Aug 31, 2024
1 parent 1d78b7c commit 6701f77
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
'author' => 'Documentation Team',
'author_email' => '[email protected]',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'author_company' => '',
'version' => '12.0.5',
'version' => '12.0.6',
'constraints' => [
'depends' => [
'typo3' => '12.4.9-12.4.99',
'fluid_styled_content' => '12.4.9-12.4.99',
'impexp' => '12.4.9-12.4.99',
'linkvalidator' => '12.4.9-12.4.99',
'typo3' => '12.4.0-12.4.99',
'extbase' => '12.4.0-12.4.99',
'fluid' => '12.4.0-12.4.99',
'fluid_styled_content' => '12.4.0-12.4.99',
'impexp' => '12.4.0-12.4.99',
'linkvalidator' => '12.4.0-12.4.99',
'reactions' => '12.4.0-12.4.99',
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit 6701f77

Please sign in to comment.