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 create-project command fails with "Could not find package sylius/plugin-skeleton with stability stable..." #297

Open
olimination opened this issue Sep 10, 2021 · 0 comments

Comments

@olimination
Copy link

olimination commented Sep 10, 2021

If I execute the following command:

composer create-project sylius/plugin-skeleton IronManSyliusProductOnDemandPlugin

as described here:

I receive this error:

[InvalidArgumentException] 
Could not find package sylius/plugin-skeleton with stability stable in a version installable using your PHP version, PHP extensions and Composer version.

I can execute the command successfully if I use for example the -s dev option or if I set a specific branch or version like this:

composer create-project -s dev sylius/plugin-skeleton IronManSyliusProductOnDemandPlugin

or

composer create-project sylius/plugin-skeleton:SOME_VERSION IronManSyliusProductOnDemandPlugin

Is this the intended way to go? If yes, we should update the docs probably stating that the composer stability option should be set to dev or a specific version/branch should be set.

Or maybe we just need to create a new "non-dev" tag in the repository, because the latest tag currently is an "ALPHA" release tag v1.10.0-ALPHA.1 .

Same issue has already been reported once here: Sylius/Sylius#7925

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