summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index ffa4c92..712094b 100644
--- a/composer.json
+++ b/composer.json
@@ -19,7 +19,11 @@
},
"require-dev": {
"guzzlehttp/guzzle": "^7.4",
- "phpunit/phpunit": "^9.5"
+ "phpunit/phpunit": "^9.5",
+ "phpstan/phpstan": "^1.3",
+ "phpmd/phpmd": "^2.11",
+ "php-parallel-lint/php-parallel-lint": "^1.3",
+ "squizlabs/php_codesniffer": "^3.6"
},
"scripts": {
"test": ""