Skip to content

Recipe for 'dev-master' is not installed #956

Closed
@zerustech

Description

@zerustech
// src/Downloader.php
// line: 200
// 'master.9999999' is an alias of 'dev-master', so they should be identical, but 
// version_compare('master.9999999', 'dev-master', '<') returns true, 
// so if the bundle's version is 'dev-master', which is normalized as 'master.9999999', 
// and the recipe version is 'dev-master', then the 'dev-master' recipe will not be matched.
// This issue affects bundle developers who need install 'dev-master' recipes frequently when developing bundles.
if (version_compare($version, $v, '<')) {
    continue;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions