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
Problem
Running
composer require aureuserp/progress-stepperfails 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 defaultminimum-stability: stablecannot install the package without adding an explicit version constraint likedev-master.Expected behavior
A tagged stable release (e.g.
v1.0.0) should be available on Packagist so the package can be installed withcomposer require aureuserp/progress-stepperout of the box.Best regards,
Piotr Heidak