diff --git a/Documentation/Installation/Index.rst b/Documentation/Installation/Index.rst index 8c4e778b..c8b943c3 100644 --- a/Documentation/Installation/Index.rst +++ b/Documentation/Installation/Index.rst @@ -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. diff --git a/composer.json b/composer.json index 275312ec..2bc23cb7 100644 --- a/composer.json +++ b/composer.json @@ -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": "*", @@ -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": {