Skip to content

Commit

Permalink
chore: require TYPO3 v13 LTS version
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Oct 22, 2024
1 parent 5d9e6e9 commit 16fa80f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Documentation/Installation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Target group: **Administrators**

.. note::
The extension in version |release| supports TYPO3 v11 LTS, TYPO3 v12 LTS and
TYPO3 v13 and needs at least PHP 8.1.
TYPO3 v13 LTS and needs at least PHP 8.1.

Use latest version 2.x for compatibility with TYPO3 v10 LTS or PHP 7.4/8.0.

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
},
"require": {
"php": ">=8.1",
"typo3/cms-core": "^11.5.19 || ^12.4 || ^13.3",
"typo3/cms-fluid": "^11.5.19 || ^12.4 || ^13.3",
"typo3/cms-frontend": "^11.5.19 || ^12.4 || ^13.3"
"typo3/cms-core": "^11.5.19 || ^12.4 || ^13.4",
"typo3/cms-fluid": "^11.5.19 || ^12.4 || ^13.4",
"typo3/cms-frontend": "^11.5.19 || ^12.4 || ^13.4"
},
"require-dev": {
"ext-sqlite3": "*",
Expand All @@ -41,8 +41,8 @@
"symfony/yaml": "^5.4 || ^6.4 || ^7.1",
"symplify/phpstan-rules": "^13.0",
"tomasvotruba/cognitive-complexity": "^0.2.3",
"typo3/cms-adminpanel": "^11.5.19 || ^12.4 || ^13.3",
"typo3/cms-lowlevel": "^11.5.19 || ^12.4 || ^13.3",
"typo3/cms-adminpanel": "^11.5.19 || ^12.4 || ^13.4",
"typo3/cms-lowlevel": "^11.5.19 || ^12.4 || ^13.4",
"typo3/testing-framework": "^7.0 || ^8.2"
},
"conflict": {
Expand Down

0 comments on commit 16fa80f

Please sign in to comment.