summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 83619c6..dc24dda 100644
--- a/composer.json
+++ b/composer.json
@@ -14,7 +14,8 @@
}
],
"require-dev": {
- "wp-phpunit/wp-phpunit": "^5.7"
+ "wp-phpunit/wp-phpunit": "^5.7",
+ "vimeo/psalm": "^4.7"
},
"scripts": {
"test": "npm run wp-env run phpunit 'phpunit -c /var/www/html/wp-content/plugins/giglogadmin/phpunit.xml'"