summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2021-05-08 19:15:09 +0200
committerHarald Eilertsen <haraldei@anduin.net>2021-05-08 19:15:09 +0200
commit22397366614e9d80eed49d28994c5801e8821d27 (patch)
tree8b781dc4daed2a1c9c257ebe23eb6e8f32c0dd6e /composer.json
parent19c28b2d51c68d51802b4a653d289a88a00b5d87 (diff)
downloadgigologadmin-22397366614e9d80eed49d28994c5801e8821d27.tar.gz
gigologadmin-22397366614e9d80eed49d28994c5801e8821d27.tar.bz2
gigologadmin-22397366614e9d80eed49d28994c5801e8821d27.zip
Add Psalm as dev dependency
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 83619c6..65b7e58 100644
--- a/composer.json
+++ b/composer.json
@@ -14,7 +14,9 @@
}
],
"require-dev": {
- "wp-phpunit/wp-phpunit": "^5.7"
+ "wp-phpunit/wp-phpunit": "^5.7",
+ "vimeo/psalm": "^4.7",
+ "humanmade/psalm-plugin-wordpress": "^2.0"
},
"scripts": {
"test": "npm run wp-env run phpunit 'phpunit -c /var/www/html/wp-content/plugins/giglogadmin/phpunit.xml'"