Adding testing requirements to composer, so that they are loaded when PHPCI tests PHPCI.

This commit is contained in:
Dan Cryer 2014-07-29 17:08:17 +01:00
commit 9db02ced29

View file

@ -40,7 +40,11 @@
"require-dev": {
"phpunit/phpunit": "~4.0",
"phpspec/prophecy-phpunit": "~1.0"
"phpspec/prophecy-phpunit": "~1.0",
"phpmd/phpmd": "~2.0",
"squizlabs/php_codesniffer": "~1.5",
"block8/php-docblock-checker": "~1.0",
"phploc/phploc": "~2.0"
},
"suggest": {