Skip to content

Commit dd58563

Browse files
committed
Added phpunit, coveralls, phpcpd and phpmd to composer.json
1 parent e18d209 commit dd58563

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Symfony/composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
"sensio/generator-bundle": "2.3.*",
2121
"incenteev/composer-parameter-handler": "~2.0"
2222
},
23+
"require-dev": {
24+
"phpunit/phpunit": "3.7.*",
25+
"satooshi/php-coveralls": "dev-master",
26+
"sebastian/phpcpd": "*",
27+
"phpmd/phpmd" : "2.0.*"
28+
},
2329
"scripts": {
2430
"post-install-cmd": [
2531
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",

0 commit comments

Comments
 (0)