Skip to content

Instantly share code, notes, and snippets.

@merk
Created April 12, 2012 01:03
Show Gist options
  • Save merk/2363965 to your computer and use it in GitHub Desktop.
Save merk/2363965 to your computer and use it in GitHub Desktop.
FOSUserBundle composer.json fix - TEMPORARY
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"
}
]
@merk
Copy link
Author

merk commented Apr 12, 2012

All this does is overrides packagist's FOSUserBundle, pointing your local composer installation to the 'real' FOSUserBundle, avoiding cached issues with lost history.

@stof
Copy link

stof commented Apr 12, 2012

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