Skip to content

Commit 3358208

Browse files
author
Dan Cryer
committed
Adding dev requirements to composer.json for PHPCI
1 parent 758c9ff commit 3358208

File tree

2 files changed

+583
-14
lines changed

2 files changed

+583
-14
lines changed

composer.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,10 @@
3030
"require-dev": {
3131
"phpmd/phpmd": "~2.0",
3232
"squizlabs/php_codesniffer": "~1.5",
33-
"block8/php-docblock-checker": "~1.0",
3433
"phploc/phploc": "~2.0"
3534
},
3635

3736
"bin": [
3837
"phpdoccheck"
39-
],
40-
41-
"config": {
42-
"bin-dir": "bin"
43-
}
38+
]
4439
}

0 commit comments

Comments
 (0)