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 error #16

Open
sgatu opened this issue Apr 29, 2016 · 1 comment
Open

Composer error #16

sgatu opened this issue Apr 29, 2016 · 1 comment

Comments

@sgatu
Copy link

sgatu commented Apr 29, 2016

I'm trying to install propelServiceProvider for Silex as the documentation shows("propel/propel-service-provider": "2.x") but I get the next error.

Problem 1
- The requested package propel/propel-service-provider 2.x is satisfiable by propel/propel-service-provider[2.x-dev] but these conflict with your requirements or minimum-stability.

There is no stable version of the library? I tried adding @dev at the end, but I think it got worse.

Problem 1
- Installation request for propel/propel-service-provider 2.x@dev -> satisfiable by propel/propel-service-provider[2.x-dev].
- propel/propel-service-provider 2.x-dev requires propel/propel ~2.0@dev -> satisfiable by propel/propel[2.0.0-alpha1, 2.0.0-alpha2, 2.0.0-alpha3, 2.0.0-alpha4, 2.0.0-alpha5, 2.0.x-dev] but these conflict with your requirements or minimum-stability.

@marcj
Copy link
Member

marcj commented May 19, 2016

you need to set minimum-stability to dev.

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

2 participants