Skip to content

Commit 4e6133f

Browse files
committed
Added phpcpd, phpmd, and phpunit as dependencies
1 parent f5bc6a9 commit 4e6133f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

Symfony/composer.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,14 @@
2020
"sensio/generator-bundle": "2.3.*",
2121
"incenteev/composer-parameter-handler": "~2.0"
2222
},
23-
"require-dev": {
24-
"satooshi/php-coveralls": "dev-master"
25-
},
26-
"scripts": {
23+
"require-dev": {
24+
"phpunit/phpunit": "3.7.*",
25+
"satooshi/php-coveralls": "dev-master",
26+
"squizlabs/php_codesniffer": "1.*",
27+
"sebastian/phpcpd": "*",
28+
"phpmd/phpmd": "2.0.*"
29+
},
30+
"scripts": {
2731
"post-install-cmd": [
2832
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
2933
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",

0 commit comments

Comments
 (0)