Skip to content

Commit

Permalink
chore: require TYPO3 LTS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Nov 11, 2024
1 parent 6e94f40 commit 13d8062
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"php": ">=7.4",
"ext-json": "*",
"symfony/rate-limiter": "^5.4 || ^6.4 || ^7.0",
"typo3/cms-core": "^11.5.3 || ^12.4 || ^13.2",
"typo3/cms-fluid": "^11.5.3 || ^12.4 || ^13.2",
"typo3/cms-form": "^11.5.3 || ^12.4 || ^13.2"
"typo3/cms-core": "^11.5.3 || ^12.4 || ^13.4",
"typo3/cms-fluid": "^11.5.3 || ^12.4 || ^13.4",
"typo3/cms-form": "^11.5.3 || ^12.4 || ^13.4"
},
"require-dev": {
"brotkrueml/coding-standards": "~3.0.0",
Expand All @@ -32,7 +32,7 @@
"symfony/yaml": "^5.4 || ^6.4 || ^7.1",
"symplify/phpstan-rules": "^13.0",
"tomasvotruba/cognitive-complexity": "^0.2.3",
"typo3/cms-install": "^11.5.3 || ^12.4 || ^13.2"
"typo3/cms-install": "^11.5.3 || ^12.4 || ^13.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 13d8062

Please sign in to comment.