Skip to content
New issue

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

composer complains about desired stability #2

Open
sneakyimp opened this issue Nov 30, 2022 · 0 comments
Open

composer complains about desired stability #2

sneakyimp opened this issue Nov 30, 2022 · 0 comments

Comments

@sneakyimp
Copy link

The composer command you offer in the README file:

composer require ghostjat/np

Results in a complaint:

Could not find a version of package ghostjat/np matching your minimum-stability (stable). Require it with an explicit version constraint allowing its desired stability.

It may help to specify a slightly different composer require command:

composer require ghostjat/np:dev-main

where you can specify one of your branches (e.g., v0.0-alpha or np-0.0.1-alpha).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant