Skip to content

v0.9.0 packages have wrong constraints #659

Description

@enumag

The version constraints used in 0.9.0 for example here don't allow installation of stable versions of those packages. composer require enqueue/enqueue-bundle simply fails unless minimum-stability is set to dev in which case all other enqueue packages are installed as dev-master instead of 0.9.0 even if prefer-stable is set to true.

For example:

{
    "require": {
        "enqueue/enqueue-bundle": "^0.9.0"
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}

Run composer install with this composer.json and see the installed versions. Expected result is for all packages to be installed in stable versions.

By the way enqueue/dsn doesn't even have a 0.9.0 tag which is most likely a bug too.

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