Skip to content

Minimum stability #1

@LeoColomb

Description

@LeoColomb

Hi!

There is a mismatch in the composer.json which result to a composer update error.

The minimum stability

{
    "minimum-stability": "stable"
}

is not compatible with a dev-master non stable version

{
    "satooshi/php-coveralls": "dev-master"
}

Also, because stable is the default value of the minimum-stability (see docs) it shouldn't be rewrite to be more manageable.

👌

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