Bug #77984
closedWrong branch alias in composer for depending on minor versions in dev
100%
Description
A branch alias in the `composer.json` should always include the current minor version which is development on the given branch. E.g. the current one:
"branch-alias": { "dev-master": "8.x-dev" }
allow only requiring `8.*@dev`, which is bad, since between sprint releases are BC breaks. It should be possible to require specific only the 8.4 version with `8.4.*@dev`.
And it'll be more consistent with other projects in the composer world ;)
Updated by Patrik Karisch about 8 years ago
Of course, this requires a change after releasing a new minor version, so master reflects the state e.g. of the next version 8.5
Updated by Gerrit Code Review about 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49966
Updated by Benni Mack almost 8 years ago
- Target version changed from 8.6 to 8 LTS
Updated by Benni Mack over 7 years ago
- Target version changed from 8 LTS to next-patchlevel
Updated by Gerrit Code Review almost 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49966
Updated by Gerrit Code Review almost 7 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49966
Updated by Gerrit Code Review almost 7 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49966
Updated by Gerrit Code Review almost 7 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49966
Updated by Gerrit Code Review almost 7 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49966
Updated by Patrik Karisch almost 7 years ago
- Status changed from Under Review to Resolved
Applied in changeset 4589cc9763e7f61354fd704af107839481d0ea6e.