diff --git a/composer.json b/composer.json index 6849351..e027bab 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "typo3-cms-extension", "description": "Generates the Content-Security-Policy response header based on the content of the page", "homepage": "https://github.com/sourcebroker/typo3-csp", - "version": "1.1.2", + "version": "1.1.3", "autoload": { "psr-4": { "AndrasOtto\\Csp\\": "Classes/" @@ -16,7 +16,7 @@ }, "require": { "php": ">=7.3.0", - "typo3/cms-core": "~10.4" + "typo3/cms-core": "~10.0 || ~11.0" }, "replace": { "csp": "self.version", diff --git a/ext_emconf.php b/ext_emconf.php index 3f48884..e1a6cf4 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -28,7 +28,7 @@ [ 'depends' => [ - 'typo3' => '10.4.0-10.4.999', + 'typo3' => '10.4.0-11.99.999', ], 'conflicts' => [