From 4dee18946db783122074c4fbf14994074e94c386 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Dec 2022 10:23:48 +0100 Subject: update to 1.6.0 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index bb87359..a1428b8 100644 --- a/composer.json +++ b/composer.json @@ -41,9 +41,9 @@ }, "require-dev": { "laminas/laminas-coding-standard": "~2.4.0", - "phpunit/phpunit": "^9.5.26", - "psalm/plugin-phpunit": "^0.18.0", - "vimeo/psalm": "^4.29.0" + "phpunit/phpunit": "^9.5.27", + "psalm/plugin-phpunit": "^0.18.4", + "vimeo/psalm": "^5.4" }, "conflict": { "laminas/laminas-mvc": "<3.0.0", -- cgit