Skip to content

Commit

Permalink
[TASK] Adjust TYPO3 version constraints (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml authored Aug 6, 2023
1 parent a4589dc commit af05734
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
'version' => '12.0.0',
'constraints' => [
'depends' => [
'typo3' => '12.0.0-12.99.99',
'fluid_styled_content' => '12.0.0-12.99.99',
'linkvalidator' => '12.0.0-12.99.99',
'typo3' => '12.4.0-12.4.99',
'fluid_styled_content' => '12.4.0-12.4.99',
'linkvalidator' => '12.4.0-12.4.99',
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit af05734

Please sign in to comment.