add phpmd and phpcs to require-dev

This commit is contained in:
Mario
2019-03-17 21:42:14 +01:00
parent e92514ee63
commit e123f7c743
4 changed files with 171 additions and 2 deletions

View File

@@ -49,7 +49,9 @@
"behat/mink-extension": "@stable",
"behat/mink-goutte-driver": "@stable",
"php-mock/php-mock-phpunit": "@stable",
"phpunit/dbunit": "@stable"
"phpunit/dbunit": "@stable",
"phpmd/phpmd": "^2.6",
"squizlabs/php_codesniffer": "*"
},
"autoload" : {
"psr-4" : {