Skip to content

Commit

Permalink
[TASK] Adds support to TYPO3 11
Browse files Browse the repository at this point in the history
  • Loading branch information
kryslin committed Sep 7, 2021
1 parent f604224 commit 0ae99e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
[
'depends' =>
[
'typo3' => '10.4.0-10.4.999',
'typo3' => '10.4.0-11.99.999',
],
'conflicts' =>
[
Expand Down

0 comments on commit 0ae99e5

Please sign in to comment.