Skip to content

Commit

Permalink
Merge pull request #5 from twoldanski/task/v11-composer
Browse files Browse the repository at this point in the history
[TASK] add support for v11 in composer/emconf
  • Loading branch information
lukaszuznanski authored May 25, 2022
2 parents 71fc0fe + 78d2aa6 commit 06e938f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": ["GPL-2.0+"],
"keywords": ["TYPO3 CMS", "Purge"],
"require": {
"typo3/cms-core": "^9.5 || ^10.4"
"typo3/cms-core": "^9.5 || ^10.4 || ^11.5"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'clearCacheOnLoad' => 0,
'constraints' => [
'depends' => [
'typo3' => '9.5.0-10.4.99',
'typo3' => '9.5.0-11.5.99',
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit 06e938f

Please sign in to comment.