We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As title, the minimum-stability defines the dev in composer.json and this will tell composer to install the development package version.
minimum-stability
dev
composer.json
composer
I think we should change into stable because nobody want to install a development package on their web applications/services.
stable
The text was updated successfully, but these errors were encountered:
Ok thank you @peter279k. Can You fixed it and make a PR.
Sorry, something went wrong.
@papac, I will create related PR to solve this issue at my available time :).
Thank you for your concern again.
Resolves issue bowphp#2
5fa4f0a
Merge pull request #3 from peter279k/issue_#2
2847bc4
Resolves issue #2
detygon
No branches or pull requests
As title, the
minimum-stability
defines thedev
incomposer.json
and this will tellcomposer
to install the development package version.I think we should change into
stable
because nobody want to install a development package on their web applications/services.The text was updated successfully, but these errors were encountered: