Created
March 4, 2015 08:38
-
-
Save lovelock/22ec647a74c29ece9602 to your computer and use it in GitHub Desktop.
composer config for China mainland users
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
{ | |
"config": {}, | |
"repositories": [ | |
{ | |
"type": "composer", | |
"url": "http://pkg.phpcomposer.com/repo/packagist/" | |
}, | |
{ | |
"packagist": false | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment