From 2bd3e106f9c7d7ac2a1b39dff63d2ad019cdee5b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 17 Mar 2021 09:50:21 +0100 Subject: update to 2.11.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 ca051e9..9883ba7 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,9 @@ "pear/archive_tar": "^1.4.3", "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.3", - "psr/http-factory": "^1.0" + "psalm/plugin-phpunit": "^0.15.1", + "psr/http-factory": "^1.0", + "vimeo/psalm": "^4.6" }, "conflict": { "laminas/laminas-validator": "<2.10.1" @@ -67,7 +69,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-filter": "^2.9.2" -- cgit