Skip to content

Commit

Permalink
[TASK] Support TYPO3 10.0.*
Browse files Browse the repository at this point in the history
  • Loading branch information
ohader committed Jul 23, 2019
1 parent 6ca773e commit 5da7d4a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@
"news": "nntp://lists.typo3.org"
},
"require": {
"typo3/cms-backend": "9.5.*@dev",
"typo3/cms-core": "9.5.*@dev",
"typo3/cms-extbase": "9.5.*@dev",
"typo3/cms-extensionmanager": "9.5.*@dev",
"typo3/cms-filelist": "9.5.*@dev",
"typo3/cms-fluid": "9.5.*@dev",
"typo3/cms-frontend": "9.5.*@dev",
"typo3/cms-install": "9.5.*@dev",
"typo3/cms-recordlist": "9.5.*@dev"
"typo3/cms-backend": "10.0.*@dev",
"typo3/cms-core": "10.0.*@dev",
"typo3/cms-extbase": "10.0.*@dev",
"typo3/cms-extensionmanager": "10.0.*@dev",
"typo3/cms-filelist": "10.0.*@dev",
"typo3/cms-fluid": "10.0.*@dev",
"typo3/cms-frontend": "10.0.*@dev",
"typo3/cms-install": "10.0.*@dev",
"typo3/cms-recordlist": "10.0.*@dev"
},
"extra": {
"branch-alias": {
"dev-master": "9.5.x-dev"
"dev-master": "10.0.x-dev"
}
}
}

0 comments on commit 5da7d4a

Please sign in to comment.