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

Symfony 3 #158

Closed markbijl closed 8 years ago

markbijl commented 8 years ago

Hi Eric,

First of all congratulations with a nice and useful bundle! I wanted to use the bundle in a new Symfony 3 project that I am starting, however, I ran into a Composer challenge as it won't install the package due to various dependency issues.

Are you planning to support Symfony 3?

Thanks in advance! Regards, Mark

p.s. you might also consider updating your release description, as this command no longer works: composer require egeloen/google-map-bundle: ~2.1

odecharette commented 8 years ago

same for me !

JimmyTournemaine commented 8 years ago

154 Someone already update the bundle for Symfony 3. I doesn't test it yet but it seems right !

egeloen commented 8 years ago

Your issue has been fixed by #159 but will only be part of the 3.x version of the bundle.

markbijl commented 8 years ago

@egeloen Much obliged! I'm gonna give the dev-master a try in my Symfony 3 project!