There was an error fetching the commit references. Please try again later.
TASK: Implement php mess detector
... | ... | @@ -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