diff --git a/composer.json b/composer.json index d39be73..656fbed 100644 --- a/composer.json +++ b/composer.json @@ -22,8 +22,8 @@ } }, "require": { - "php": "7.2.0 - 7.4.99", - "typo3/cms-core": "^10.4" + "php": "7.2.0 - 8.1.99", + "typo3/cms-core": "^10.4 || ^11.5" }, "replace": { "typo3-ter/plausible-analytics": "self.version" diff --git a/ext_emconf.php b/ext_emconf.php index 92748a8..74cb5d1 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -11,8 +11,8 @@ $EM_CONF[$_EXTKEY] = [ 'version' => '1.1.0', 'constraints' => [ 'depends' => [ - 'typo3' => '10.4.0-10.4.99', - 'php' => '7.2.0-7.4.99' + 'typo3' => '10.4.0-11.5.99', + 'php' => '7.2.0-8.1.99' ], ], 'autoload' => [