Skip to content

Commit

Permalink
Merge pull request #180 from TYPO3/pr/v11-basic-support
Browse files Browse the repository at this point in the history
[FEATURE] Add support for TYPO3 v11-dev
  • Loading branch information
bmack authored May 25, 2020
2 parents 7b920e0 + a0bf1d5 commit 4e7339f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"psr/container": "^1.0",
"mikey179/vfsstream": "~1.6.8",
"typo3fluid/fluid": "^2.5|^3",
"typo3/cms-core": "10.*.*@dev",
"typo3/cms-backend": "10.*.*@dev",
"typo3/cms-frontend": "10.*.*@dev",
"typo3/cms-extbase": "10.*.*@dev",
"typo3/cms-fluid": "10.*.*@dev",
"typo3/cms-recordlist": "10.*.*@dev"
"typo3/cms-core": "10.*.*@dev || 11.*.*@dev",
"typo3/cms-backend": "10.*.*@dev || 11.*.*@dev",
"typo3/cms-frontend": "10.*.*@dev || 11.*.*@dev",
"typo3/cms-extbase": "10.*.*@dev || 11.*.*@dev",
"typo3/cms-fluid": "10.*.*@dev || 11.*.*@dev",
"typo3/cms-recordlist": "10.*.*@dev || 11.*.*@dev"
},
"suggest": {
"codeception/codeception": "^4.0",
Expand Down

0 comments on commit 4e7339f

Please sign in to comment.