Skip to content

Instantly share code, notes, and snippets.

@beansme
Created October 16, 2015 07:45
Show Gist options
  • Save beansme/5af9eeff11adf393524c to your computer and use it in GitHub Desktop.
Save beansme/5af9eeff11adf393524c to your computer and use it in GitHub Desktop.
composer国内镜像 ~/.composer/config.json
{
"repositories": [
{"type": "composer", "url": "http://packagist.phpcomposer.com"},
{"packagist": false}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment