From 27439e4eaa66abc73772573eb3e40388ab4aa835 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 29 Oct 2021 10:34:58 +0200 Subject: update to 1.5.0 (no change) --- composer.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 21024af..2a916d7 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,9 @@ }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", - "phpunit/phpunit": "^9.5.10" + "phpunit/phpunit": "^9.5.10", + "psalm/plugin-phpunit": "^0.16.1", + "vimeo/psalm": "^4.11" }, "conflict": { "laminas/laminas-stdlib": "< 3.2.1" @@ -54,7 +56,8 @@ "cs-check": "phpcs", "cs-fix": "phpcbf", "test": "phpunit --colors=always", - "test-coverage": "phpunit --colors=always --coverage-clover clover.xml" + "test-coverage": "phpunit --colors=always --coverage-clover clover.xml", + "static-analysis": "psalm --shepherd --stats" }, "replace": { "zendframework/zend-psr7bridge": "^1.2.0" -- cgit