QA : PHP CodeSniffer (PEAR to Composer)

This commit is contained in:
Progi1984 2014-05-14 13:39:06 +02:00
parent 6ba6ed40fc
commit 7b673af176
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "3.7.*", "phpunit/phpunit": "3.7.*",
"phpdocumentor/phpdocumentor":"2.*" "phpdocumentor/phpdocumentor":"2.*",
"squizlabs/php_codesniffer": "1.*"
}, },
"suggest": { "suggest": {
"ext-gd2": "Required to add images", "ext-gd2": "Required to add images",