diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e3370e..1ec6f8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Added ### Changed +- Require TYPO3 >= 11.5.37 (#692) ### Deprecated diff --git a/composer.json b/composer.json index 70c4f2a..ec6baef 100644 --- a/composer.json +++ b/composer.json @@ -22,8 +22,8 @@ }, "require": { "php": "^7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", - "typo3/cms-core": "^11.5.17 || ^12.4.2", - "typo3/cms-extbase": "^11.5.17 || ^12.4.2" + "typo3/cms-core": "^11.5.37 || ^12.4.2", + "typo3/cms-extbase": "^11.5.37 || ^12.4.2" }, "require-dev": { "ergebnis/composer-normalize": "2.43.0", diff --git a/ext_emconf.php b/ext_emconf.php index 41bc8c0..5818059 100755 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -8,8 +8,8 @@ 'constraints' => [ 'depends' => [ 'php' => '7.4.0-8.3.99', - 'typo3' => '11.5.17-12.4.99', - 'extbase' => '11.5.17-12.4.99', + 'typo3' => '11.5.37-12.4.99', + 'extbase' => '11.5.37-12.4.99', ], 'conflicts' => [ ], diff --git a/rector.php b/rector.php index c0b751a..6609438 100644 --- a/rector.php +++ b/rector.php @@ -95,7 +95,7 @@ ->withImportNames(true, true, false) ->withConfiguredRule(ExtEmConfRector::class, [ ExtEmConfRector::PHP_VERSION_CONSTRAINT => '7.4.0-8.3.99', - ExtEmConfRector::TYPO3_VERSION_CONSTRAINT => '11.5.17-12.4.99', + ExtEmConfRector::TYPO3_VERSION_CONSTRAINT => '11.5.37-12.4.99', ExtEmConfRector::ADDITIONAL_VALUES_TO_BE_REMOVED => [], ]) ->withSkip([