Skip to content

Commit

Permalink
[TASK] Set minimum TYPO3 version to 12.4.9
Browse files Browse the repository at this point in the history
In this version the AsController attribute for tagging backend controller has been introduced. This is used since #240, therefore we raise the minimum TYPO3 version.
  • Loading branch information
brotkrueml committed Mar 27, 2024
1 parent 034ae8d commit 40df64b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
],
"require": {
"php": "^8.1",
"typo3/cms-backend": "^12.4",
"typo3/cms-core": "^12.4",
"typo3/cms-extbase": "^12.4",
"typo3/cms-fluid": "^12.4",
"typo3/cms-fluid-styled-content": "^12.4",
"typo3/cms-linkvalidator": "^12.4",
"typo3/cms-reactions": "^12.4"
"typo3/cms-backend": "^12.4.9",
"typo3/cms-core": "^12.4.9",
"typo3/cms-extbase": "^12.4.9",
"typo3/cms-fluid": "^12.4.9",
"typo3/cms-fluid-styled-content": "^12.4.9",
"typo3/cms-linkvalidator": "^12.4.9",
"typo3/cms-reactions": "^12.4.9"
},
"require-dev": {
"ergebnis/composer-normalize": "~2.39.0",
Expand Down
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.4.0-12.4.99',
'fluid_styled_content' => '12.4.0-12.4.99',
'linkvalidator' => '12.4.0-12.4.99',
'typo3' => '12.4.9-12.4.99',
'fluid_styled_content' => '12.4.9-12.4.99',
'linkvalidator' => '12.4.9-12.4.99',
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit 40df64b

Please sign in to comment.