Project

General

Profile

Actions

Bug #77984

closed

Wrong branch alias in composer for depending on minor versions in dev

Added by Patrik Karisch over 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
composer
Target version:
Start date:
2016-09-18
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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 ;)

Actions #1

Updated by Patrik Karisch over 7 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

Actions #2

Updated by Gerrit Code Review over 7 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

Actions #3

Updated by Patrik Karisch over 7 years ago

  • % Done changed from 0 to 100
Actions #4

Updated by Benni Mack over 7 years ago

  • Target version changed from 8.4 to 8.5
Actions #5

Updated by Benni Mack over 7 years ago

  • Target version changed from 8.5 to 8.6
Actions #6

Updated by Benni Mack about 7 years ago

  • Target version changed from 8.6 to 8 LTS
Actions #7

Updated by Benni Mack almost 7 years ago

  • Target version changed from 8 LTS to next-patchlevel
Actions #8

Updated by Gerrit Code Review over 6 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

Actions #9

Updated by Gerrit Code Review over 6 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

Actions #10

Updated by Gerrit Code Review over 6 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

Actions #11

Updated by Gerrit Code Review over 6 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

Actions #12

Updated by Gerrit Code Review over 6 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

Actions #13

Updated by Patrik Karisch over 6 years ago

  • Status changed from Under Review to Resolved
Actions #14

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF