diff --git a/composer.json b/composer.json index a60005f..d94c01e 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "license": ["GPL-2.0-or-later"], "require": { "php": "^7.4 || ~8.0", - "typo3/cms-core": "^10.4 || ^11.5 || ^12.0" + "typo3/cms-core": "^10.4 || ^11.5 || ^12.4 || ^13.0" }, "replace": { "typo3-ter/masi": "self.version" diff --git a/ext_emconf.php b/ext_emconf.php index 7ba9450..5fb8226 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -11,7 +11,7 @@ 'version' => '2.0.3', 'constraints' => [ 'depends' => [ - 'typo3' => '10.4.0-12.99.99', + 'typo3' => '10.4.0-13.99.99', ], ], ];