Skip to content

Instantly share code, notes, and snippets.

@chrisyue
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisyue/9426724 to your computer and use it in GitHub Desktop.
Save chrisyue/9426724 to your computer and use it in GitHub Desktop.
global composer.json php常用工具
{
"require": {
"composer/composer": "dev-master",
"phpmd/phpmd": "dev-master",
"fabpot/php-cs-fixer": "dev-master",
"phpunit/phpunit": "3.7.*",
"sebastian/phpcpd": "*",
"phpdocumentor/phpdocumentor": "2.*",
"sami/sami": "1.*",
"squizlabs/php_codesniffer": "dev-master"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment