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

Composer install problem #209

Closed oceandesk closed 7 years ago

oceandesk commented 7 years ago

If I try to install google-maps

Problem 1

egeloen commented 7 years ago

@oceandesk It seems you have downloaded a fresh install of symfony and your composer.json relies on an explicit PHP version 5.5.9 (not compatible with the library) whereas your system uses 5.6.24 (compatible with the library). Remove the config.platform.php node in your composer.json file and everything should be fine :)

oceandesk commented 7 years ago

thank you

egeloen commented 7 years ago

Closing as it seems the issue is fixed