From e79e37b4e944d8565ab5f7f337404269c2801ce5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 25 Jul 2022 14:24:26 +0200 Subject: update to 1.4.0 (no change) --- composer.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 7c74b95..f916943 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,9 @@ "sort-packages": true, "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true + }, + "platform": { + "php": "7.4.99" } }, "extra": { @@ -38,7 +41,9 @@ }, "require-dev": { "laminas/laminas-coding-standard": "~2.3.0", - "phpunit/phpunit": "^9.5.11" + "phpunit/phpunit": "^9.5.11", + "psalm/plugin-phpunit": "^0.17.0", + "vimeo/psalm": "^4.24" }, "conflict": { "laminas/laminas-mvc": "<3.0.0", @@ -64,6 +69,7 @@ "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" } } -- cgit