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

Also available in: Atom PDF