diff options
author | AndreaChirulescu <andrea.chirulescu@gmail.com> | 2021-05-09 21:29:28 +0200 |
---|---|---|
committer | AndreaChirulescu <andrea.chirulescu@gmail.com> | 2021-05-09 21:29:28 +0200 |
commit | cfc0341c66e5c24ee4c1b8a8e53afac99587244b (patch) | |
tree | ce989ce342fcfe3ad2ae67bd7c26f61fbe78c663 /composer.json | |
parent | c3a19d2a6b392d9f3ab58c61ed83bdf25d919c9e (diff) | |
download | gigologadmin-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.json | 3 |
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'" |