Created
April 12, 2012 01:03
-
-
Save merk/2363965 to your computer and use it in GitHub Desktop.
FOSUserBundle composer.json fix - TEMPORARY
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| This is a temporary fix due to history change in FOSUserBundle that has not yet propagated to packagist. | |
| "repositories": [ | |
| { | |
| "type": "vcs", | |
| "url": "http://github.com/FriendsOfSymfony/FOSUserBundle" | |
| } | |
| ] |
not needed anymore: packagist has been updated, and I added the github hook to make updates faster for FOSUserBundle next times
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All this does is overrides packagist's FOSUserBundle, pointing your local composer installation to the 'real' FOSUserBundle, avoiding cached issues with lost history.