Skip to content

No stable version released — composer require fails with default minimum-stability (stable) #2

@piotrh052b

Description

@piotrh052b

Problem

Running composer require aureuserp/progress-stepper fails with:

Could not find a version of package aureuserp/progress-stepper matching your minimum-stability (stable).

The only available version on Packagist is dev-master. There is no tagged stable release (1.x.x), so projects with the default minimum-stability: stable cannot install the package without adding an explicit version constraint like dev-master.

Expected behavior

A tagged stable release (e.g. v1.0.0) should be available on Packagist so the package can be installed with composer require aureuserp/progress-stepper out of the box.

Best regards,
Piotr Heidak

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions