Skip to content

Commit

Permalink
[TASK] Add compatibility with TYPO3 v11
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Dec 26, 2020
1 parent 693f87f commit a8310b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
php-versions: ['7.4']
typo3-versions: ['^9', '^10']
typo3-versions: ['^9', '^10', '^11']
steps:
- name: Check out repository
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"require": {
"php": ">=7.4",
"typo3/cms-core": "^9.5 || ^10.4",
"typo3/cms-core": "^9.5 || ^10.4 || ^11.0",
"typo3fluid/fluid": "^2.6 || ^3"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'constraints' => [
'depends' => [
'php' => '7.4.0-',
'typo3' => '9.5.0-10.4.99',
'typo3' => '9.5.0-11.5.99',
],
'conflicts' => [
],
Expand Down

0 comments on commit a8310b2

Please sign in to comment.