dsyph3r / GoogleGeolocationBundle

Symfony 2 Bundle for Google Geocoding API
32 stars 16 forks source link

Updated composer.json kriswallsmith/buzz requirement version #10

Closed smoya closed 11 years ago

smoya commented 12 years ago

Update kriswallsmith/buzz requirements version to <=0.7

smoya commented 12 years ago

Important for bundles that require newest 'buzz' version.

gentisaliu commented 11 years ago

I can reinforce this request.

I am trying to install the HWIOAuthBundle (https://github.com/hwi/HWIOAuthBundle) which requires kriswallsmith/buzz >= 0.7 but it conflicts with the GoogleGeolocationBundle's kriswallsmith/buzz <= 0.5 requirement.

Please fix this.

gentisaliu commented 11 years ago

Others are having similar problems because of this as well:

http://stackoverflow.com/questions/15256416/symfony2-how-solve-two-bundles-requirements-conflicts-when-using-composer

Please consider.

dsyph3r commented 11 years ago

Thanks for the info, I haven't worked on this bundle for a long time. What version of buzz should this be upgraded to?

gentisaliu commented 11 years ago

Version 0.9 is the current version. I would change its composer.json requirement to >= 0.9 . Thanks for your quick reaction. On Apr 26, 2013 8:05 PM, "Darren Rees" notifications@github.com wrote:

Thanks for the info, I haven't worked on this bundle for a long time. What version of buzz should this be upgraded to?

— Reply to this email directly or view it on GitHubhttps://github.com/dsyph3r/GoogleGeolocationBundle/pull/10#issuecomment-17090159 .

dsyph3r commented 11 years ago

OK, no problem, I'll sort out this evening

dsyph3r commented 11 years ago

Version set to >=0.9 https://github.com/dsyph3r/GoogleGeolocationBundle/commit/22e9045c1ab290f0b6329f211679eda7394d4205

Hope this helps

gentisaliu commented 11 years ago

Thank you. I can only test this tomorrow at work and I'll let you know. On Apr 26, 2013 9:14 PM, "Darren Rees" notifications@github.com wrote:

Version set to >=0.9 22e9045https://github.com/dsyph3r/GoogleGeolocationBundle/commit/22e9045c1ab290f0b6329f211679eda7394d4205

Hope this helps

— Reply to this email directly or view it on GitHubhttps://github.com/dsyph3r/GoogleGeolocationBundle/pull/10#issuecomment-17094758 .

dsyph3r commented 11 years ago

Ok great, any problems let me know

gentisaliu commented 11 years ago

I can confirm that the bundle works without problems after updating to the latest Buzz version.

dsyph3r commented 11 years ago

Brilliant, thanks for your help