egeloen / IvoryGoogleMapBundle

Google Map API v3 integration for your Symfony2 project.
https://github.com/egeloen/ivory-google-map
MIT License
217 stars 152 forks source link

BUG - service dependency failure #89

Closed NV-iloweb closed 11 years ago

NV-iloweb commented 11 years ago

The service "ivory_google_map.directions" has a dependency on a non-existent service "widop_http_adapter.curl".

egeloen commented 11 years ago

@NV-iloweb This is not a bug but a BC break which have been only introduced on the master branch & has been documented. Now, the library does not use kriswallsmith/buzz anymore for issuing http requests but use widop/http-adapter-bundle which allows to do the same things but through Buzz, Guzzle, Curl or Stream (more flexible). See the UPGRADE.md for more informations.