Merge branch '29-implement-php-mess-detector' into 'develop'
Resolve "Implement PHP Mess Detector" Closes #29 See merge request !35
... | ... | @@ -35,7 +35,8 @@ |
}, | ||
"require-dev": { | ||
"composer/composer": "^1.4", | ||
"phpunit/phpunit": "^4.5 || ^5.0.5" | ||
"phpunit/phpunit": "^4.5 || ^5.0.5", | ||
"phpmd/phpmd": "^2.6" | ||
}, | ||
"extra": { | ||
"class": "Higidi\\ComposerPhpCSStandardsPlugin\\Plugin", | ||
... | ... |
phpmd.xml
0 → 100644
Please register or sign in to comment