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

InvalidArgumentException on clear Symfony version 2.7.3 installation #148

Closed AchillesKal closed 9 years ago

AchillesKal commented 9 years ago

I followed the documentation and run "composer require egeloen/google-map-bundle: ~2.1 " on fresh Symfony version 2.7.3 installation and i got " [InvalidArgumentException] Could not find package ~2.1 at any version for your minimum-stability (stable). Check the package spelling or your minimum-stability "

Thanks!

AchillesKal commented 9 years ago

OK, If i just include "egeloen/google-map-bundle": "~2.1" in my composer.json everything works fine.