Created
August 21, 2015 14:55
-
-
Save atheken/f40304f97ecbdc636dcd to your computer and use it in GitHub Desktop.
Fix packagist url for composer on OS X
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
{ | |
"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