From 5260d3d9394a52fea2e700b1715f5051baede37f Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sat, 4 Jan 2025 14:03:18 +0100 Subject: [PATCH] [TASK] Raise the minimum required bugfix version for TYPO3 (#1540) This paves the way towards support for PHP 8.4. Also, the newer version fixes a bug that affects functional tests for the single view in #1419. --- composer.json | 10 +++++----- ext_emconf.php | 8 ++++---- rector.php | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 80ccd4c..5f8dc4a 100644 --- a/composer.json +++ b/composer.json @@ -41,10 +41,10 @@ "require": { "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", "psr/http-message": "^1.0.1", - "typo3/cms-core": "^11.5.4 || ^12.4.2", - "typo3/cms-extbase": "^11.5.4 || ^12.4.2", - "typo3/cms-fluid": "^11.5.4 || ^12.4.2", - "typo3/cms-frontend": "^11.5.4 || ^12.4.2" + "typo3/cms-core": "^11.5.41 || ^12.4.24", + "typo3/cms-extbase": "^11.5.41 || ^12.4.24", + "typo3/cms-fluid": "^11.5.41 || ^12.4.24", + "typo3/cms-frontend": "^11.5.41 || ^12.4.24" }, "require-dev": { "ergebnis/composer-normalize": "2.45.0", @@ -69,7 +69,7 @@ "symfony/yaml": "5.4.45 || 6.4.13 || 7.2.0", "tomasvotruba/cognitive-complexity": "0.2.3", "tomasvotruba/type-coverage": "1.0.0", - "typo3/cms-fluid-styled-content": "^11.5.4 || ^12.4.2", + "typo3/cms-fluid-styled-content": "^11.5.41 || ^12.4.24", "typo3/coding-standards": "0.6.1 || 0.8.0", "typo3/testing-framework": "7.1.1", "webmozart/assert": "^1.11.0" diff --git a/ext_emconf.php b/ext_emconf.php index 4b0a693..18559e1 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -8,10 +8,10 @@ $EM_CONF[$_EXTKEY] = [ 'constraints' => [ 'depends' => [ 'php' => '7.4.0-8.3.99', - 'typo3' => '11.5.4-12.4.99', - 'extbase' => '11.5.4-12.4.99', - 'fluid' => '11.5.4-12.4.99', - 'frontend' => '11.5.4-12.4.99', + 'typo3' => '11.5.41-12.4.99', + 'extbase' => '11.5.41-12.4.99', + 'fluid' => '11.5.41-12.4.99', + 'frontend' => '11.5.41-12.4.99', ], ], 'state' => 'stable', diff --git a/rector.php b/rector.php index ea32371..f75a11b 100644 --- a/rector.php +++ b/rector.php @@ -96,7 +96,7 @@ return RectorConfig::configure() ->withImportNames(true, true, false) ->withConfiguredRule(ExtEmConfRector::class, [ ExtEmConfRector::PHP_VERSION_CONSTRAINT => '7.4.0-8.3.99', - ExtEmConfRector::TYPO3_VERSION_CONSTRAINT => '11.5.4-12.4.99', + ExtEmConfRector::TYPO3_VERSION_CONSTRAINT => '11.5.41-12.4.99', ExtEmConfRector::ADDITIONAL_VALUES_TO_BE_REMOVED => [], ]) ->withSkip([