PropelServiceProvider icon indicating copy to clipboard operation
PropelServiceProvider copied to clipboard

Composer error

Open sgatu opened this issue 9 years ago • 1 comments

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.

sgatu avatar Apr 29 '16 08:04 sgatu

you need to set minimum-stability to dev.

marcj avatar May 19 '16 09:05 marcj