Adding testing requirements to composer, so that they are loaded when PHPCI tests PHPCI.
This commit is contained in:
parent
b6e7624bf6
commit
9db02ced29
1 changed files with 5 additions and 1 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue