Skip to content

Instantly share code, notes, and snippets.

@atheken
Created August 21, 2015 14:55
Show Gist options
  • Save atheken/f40304f97ecbdc636dcd to your computer and use it in GitHub Desktop.
Save atheken/f40304f97ecbdc636dcd to your computer and use it in GitHub Desktop.
Fix packagist url for composer on OS X
{
"repositories": [{
"type": "composer",
"url": "https://packagist.org"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment