From f836874313832cbee2b548a14bf7cbc106c17f1b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 20 Sep 2022 13:54:08 +0200 Subject: update to 3.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 41e9073..34f6a29 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,10 @@ "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true }, - "sort-packages": true + "sort-packages": true, + "platform": { + "php": "7.4.99" + } }, "require": { "php": "^7.4 || ~8.0.0 || ~8.1.0", @@ -33,7 +36,7 @@ "ext-json": "*", "laminas/laminas-coding-standard": "^2.3", "phpunit/phpunit": "^9.5.11", - "psalm/plugin-phpunit": "^0.16.1", + "psalm/plugin-phpunit": "^0.17.0", "vimeo/psalm": "^4.18.0" }, "conflict": { -- cgit