From 4edb200bc09cb8824ae522d0f890fe5bbd5cf27c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 20 May 2021 08:39:08 +0200 Subject: update to 2.14.1 --- composer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index f5ee58c..81d9976 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,9 @@ "laminas/laminas-config": "^3.4", "laminas/laminas-crypt": "^2.6 || ^3.0", "laminas/laminas-servicemanager": "^3.2.1", - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^9.3", + "psalm/plugin-phpunit": "^0.15.1", + "vimeo/psalm": "^4.7" }, "suggest": { "laminas/laminas-crypt": "Crammd5 support in SMTP Auth", @@ -59,10 +61,12 @@ "scripts": { "check": [ "@cs-check", + "@static-analysis", "@test" ], "cs-check": "phpcs", "cs-fix": "phpcbf", + "static-analysis": "psalm --shepherd --stats", "test": "phpunit --colors=always", "test-coverage": "phpunit --colors=always --coverage-clover clover.xml" }, -- cgit