Skip to content

Instantly share code, notes, and snippets.

@lovelock
Created March 4, 2015 08:38
Show Gist options
  • Save lovelock/22ec647a74c29ece9602 to your computer and use it in GitHub Desktop.
Save lovelock/22ec647a74c29ece9602 to your computer and use it in GitHub Desktop.
composer config for China mainland users
{
"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