aboutsummaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorM. Dent <dentm42@gmail.com>2019-03-19 00:56:29 +0100
committerM. Dent <dentm42@gmail.com>2019-03-19 00:56:29 +0100
commit41888f84bc487cd9c95c2d06e3c4523690c8d64b (patch)
tree402ff17d4d62d7fbc1bfe15259cae44f477f31e6 /composer.json
parentd486b030896d1b4d798dc3ea1806e492cdd4983a (diff)
parente123f7c743f2f13a25f2dd1e4fa3e0409faf7cad (diff)
downloadvolse-hubzilla-41888f84bc487cd9c95c2d06e3c4523690c8d64b.tar.gz
volse-hubzilla-41888f84bc487cd9c95c2d06e3c4523690c8d64b.tar.bz2
volse-hubzilla-41888f84bc487cd9c95c2d06e3c4523690c8d64b.zip
Merge branch 'dev' into 'dev'
composer: add phpmd and phpcs to require-dev See merge request hubzilla/core!1557
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
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" : {