From 22397366614e9d80eed49d28994c5801e8821d27 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 8 May 2021 19:15:09 +0200 Subject: Add Psalm as dev dependency --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'composer.json') 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'" -- cgit v1.2.3