From bbc85592defcaffff14f56de32ff89ad489c59d2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 May 2021 09:48:09 +0200 Subject: update to 2.6.0 --- composer.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index f6f476a..313ba94 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,9 @@ "laminas/laminas-coding-standard": "~1.0.0", "php-http/psr7-integration-tests": "^1.1", "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.1" + "phpunit/phpunit": "^9.1", + "psalm/plugin-phpunit": "^0.14.0", + "vimeo/psalm": "^4.3" }, "provide": { "psr/http-factory-implementation": "1.0", @@ -87,7 +89,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-diactoros": "^2.2.1" -- cgit