Skip to content

Instantly share code, notes, and snippets.

@sangheonhan
Created January 11, 2019 07:09
Show Gist options
  • Save sangheonhan/8d3e79b1e3700c0f233fc29b00aa909d to your computer and use it in GitHub Desktop.
Save sangheonhan/8d3e79b1e3700c0f233fc29b00aa909d to your computer and use it in GitHub Desktop.
PHP 도구를 설치하기 위한 전역(global) composer.json 파일
{
"repositories": [
{
"type": "pear",
"url": "http://pear.php.net"
},
{
"type": "pear",
"url": "http://doc.php.net"
}
],
"require": {
"pear-doc.php.net/pman": "@stable",
"phpunit/phpunit": "@stable",
"phpdocumentor/phpdocumentor": "@stable",
"squizlabs/php_codesniffer": "@stable",
"fabpot/php-cs-fixer": "@stable",
"phpmd/phpmd": "@stable",
"phploc/phploc": "@stable"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment