Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[TASK] Enable stable releases from TYPO3-11-branch with composer (#1717)
Allows to require the package with version constraint `@dev`.
Together with `prefere-stable = true` in the root composer
configuration a stable release would be installed once it is
available.

Co-authored-by: Claus Due <claus@namelesscoder.net>
  • Loading branch information
buepro and NamelessCoder committed May 18, 2021
1 parent 2a1cfda commit c8c6c80
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -34,11 +34,11 @@
},
"require": {
"php": "^7.0.0",
"typo3/cms-core": "^8.7 || ^9 || ^10 || dev-master",
"typo3/cms-extbase": "^8.7 || ^9 || ^10 || dev-master",
"typo3/cms-fluid": "^8.7 || ^9 || ^10 || dev-master",
"typo3/cms-frontend": "^8.7 || ^9 || ^10 || dev-master",
"typo3/cms-backend": "^8.7 || ^9 || ^10 || dev-master"
"typo3/cms-core": "^8.7 || ^9 || ^10 || ^11.1@dev || dev-master",
"typo3/cms-extbase": "^8.7 || ^9 || ^10 || ^11.1@dev || dev-master",
"typo3/cms-fluid": "^8.7 || ^9 || ^10 || ^11.1@dev || dev-master",
"typo3/cms-frontend": "^8.7 || ^9 || ^10 || ^11.1@dev || dev-master",
"typo3/cms-backend": "^8.7 || ^9 || ^10 || ^11.1@dev || dev-master"
},
"replace": {
"typo3-ter/vhs": "self.version"
Expand Down

0 comments on commit c8c6c80

Please sign in to comment.