Skip to content

Commit

Permalink
Merge pull request #7 from FriendsOfTYPO3/pr/v11-support
Browse files Browse the repository at this point in the history
[BUGFIX] Re-enable TYPO3 v11.x support
  • Loading branch information
georgringer authored Dec 22, 2020
2 parents 8152140 + 4d3f079 commit 846a691
Show file tree
Hide file tree
Showing 2 changed files with 798 additions and 483 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"require": {
"php": "^7.2",
"phpstan/phpstan": "^0.12.44",
"typo3/cms-core": "^10.4 || 11.0.*@dev",
"typo3/cms-extbase": "^10.4 || 11.0.*@dev"
"typo3/cms-core": "^10.4 || 11.*.*@dev",
"typo3/cms-extbase": "^10.4 || 11.*.*@dev"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.3",
Expand Down
Loading

0 comments on commit 846a691

Please sign in to comment.