diff options
author | Mario <mario@mariovavti.com> | 2019-03-17 21:42:14 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2019-03-17 21:42:14 +0100 |
commit | e123f7c743f2f13a25f2dd1e4fa3e0409faf7cad (patch) | |
tree | 7c8b693bcea603c2a42eecbbfd0517c371971a16 /composer.json | |
parent | e92514ee632aea74aad812432f37259c3fec5fc1 (diff) | |
download | volse-hubzilla-e123f7c743f2f13a25f2dd1e4fa3e0409faf7cad.tar.gz volse-hubzilla-e123f7c743f2f13a25f2dd1e4fa3e0409faf7cad.tar.bz2 volse-hubzilla-e123f7c743f2f13a25f2dd1e4fa3e0409faf7cad.zip |
add phpmd and phpcs to require-dev
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/composer.json b/composer.json index e6cefa241..cb14083f0 100644 --- a/composer.json +++ b/composer.json @@ -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" : { |