Symfony2: How solve two bundles requirements conflicts when using composer? Symfony2: How solve two bundles requirements conflicts when using composer? symfony symfony

Symfony2: How solve two bundles requirements conflicts when using composer?


You may try to use a not real buzz version number in composer like this:

"kriswallsmith/buzz": "v0.9 as 0.5"

But it's not a fact it will be working, because it could be that google-geolocation-bundle doesn't really work with higher versions of buzz.

But also try to use something instead of dsyph3r/google-geolocation-bundle. It is very strange it requires an old version of the bundle...