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

Error with installation in symfony 2.1 (zipball/v1.0 not found) #59

Closed eriknatvig closed 11 years ago

eriknatvig commented 11 years ago

I tried to install the bundle in Symfony 2.1 by following the instructions. However after using composer update I first was asked to login at GitHub to be allowed to access the private repo (is it supposed to be private?) and after I provided that, I got

The "https://api.github.com/repos/egeloen/IvoryGoogleMapBundle/zipball/v1.0" file could not be downloaded (HTTP/1.1 404 Not Found) Is there some misconfiguration in the repo or composer?

egeloen commented 11 years ago

@eriknatvig Few weeks ago, I have renamed the v1.0 tag to 1.0.0 to be consistent with my other projects. For a reason I don't understand, Packagist have not been updated by the hook... I have just forced the update. Now all should work.

eriknatvig commented 11 years ago

Thanks, I can now confirm that it works!