summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorAndreaChirulescu <andrea.chirulescu@gmail.com>2021-05-09 21:29:28 +0200
committerAndreaChirulescu <andrea.chirulescu@gmail.com>2021-05-09 21:29:28 +0200
commitcfc0341c66e5c24ee4c1b8a8e53afac99587244b (patch)
treece989ce342fcfe3ad2ae67bd7c26f61fbe78c663 /composer.json
parentc3a19d2a6b392d9f3ab58c61ed83bdf25d919c9e (diff)
downloadgigologadmin-cfc0341c66e5c24ee4c1b8a8e53afac99587244b.tar.gz
gigologadmin-cfc0341c66e5c24ee4c1b8a8e53afac99587244b.tar.bz2
gigologadmin-cfc0341c66e5c24ee4c1b8a8e53afac99587244b.zip
After installing psalm, I got these files modified with, what seems to be, local hashkeys?
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'"