Skip to content

Commit

Permalink
[TASK] Raise version constraints for 9.5.*@dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ohader committed Sep 11, 2018
1 parent e294cab commit 6ca773e
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.4.*@dev",
"typo3/cms-core": "9.4.*@dev",
"typo3/cms-extbase": "9.4.*@dev",
"typo3/cms-extensionmanager": "9.4.*@dev",
"typo3/cms-filelist": "9.4.*@dev",
"typo3/cms-fluid": "9.4.*@dev",
"typo3/cms-frontend": "9.4.*@dev",
"typo3/cms-install": "9.4.*@dev",
"typo3/cms-recordlist": "9.4.*@dev"
"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"
},
"extra": {
"branch-alias": {
"dev-master": "9.4.x-dev"
"dev-master": "9.5.x-dev"
}
}
}

0 comments on commit 6ca773e

Please sign in to comment.