Skip to content

Commit 758c9ff

Browse files
committed
Update composer.json
1 parent d1fbc50 commit 758c9ff

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,18 @@
2727
"symfony/console": "~2.1"
2828
},
2929

30+
"require-dev": {
31+
"phpmd/phpmd": "~2.0",
32+
"squizlabs/php_codesniffer": "~1.5",
33+
"block8/php-docblock-checker": "~1.0",
34+
"phploc/phploc": "~2.0"
35+
},
36+
3037
"bin": [
3138
"phpdoccheck"
3239
],
3340

3441
"config": {
3542
"bin-dir": "bin"
3643
}
37-
}
44+
}

0 commit comments

Comments
 (0)