Force docblock checking as part of t

This commit is contained in:
Austen McDonald
2016-07-31 05:35:24 +00:00
parent 9de0a38d33
commit d30bab4ec8
3 changed files with 334 additions and 120 deletions
+9 -1
View File
@@ -20,8 +20,16 @@
"symfony/console": "^3.0",
"d11wtq/boris": "^1.0"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/austenmc/php-docblock-checker"
}
],
"require-dev": {
"phpunit/phpunit": "*",
"phpunit/dbunit": "*"
"phpunit/dbunit": "*",
"block8/php-docblock-checker": "2.0.0"
}
}