diff --git a/composer.json b/composer.json index 656fbed..5940e38 100644 --- a/composer.json +++ b/composer.json @@ -22,8 +22,8 @@ } }, "require": { - "php": "7.2.0 - 8.1.99", - "typo3/cms-core": "^10.4 || ^11.5" + "php": "7.4.0 - 8.2.99", + "typo3/cms-core": "^11.5" }, "replace": { "typo3-ter/plausible-analytics": "self.version" diff --git a/ext_emconf.php b/ext_emconf.php index 811bc10..e8226fa 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -11,8 +11,8 @@ $EM_CONF[$_EXTKEY] = [ 'version' => '1.2.0', 'constraints' => [ 'depends' => [ - 'typo3' => '10.4.0-11.5.99', - 'php' => '7.2.0-8.1.99' + 'typo3' => '11.5.0-11.5.99', + 'php' => '7.4.0-8.2.99' ], ], 'autoload' => [