From 658260e864963a992d13839ac79ad119bf2cc365 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Dec 2022 07:51:22 +0100 Subject: update to 1.7.0 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 4fca816..d706b90 100644 --- a/composer.json +++ b/composer.json @@ -43,10 +43,10 @@ }, "require-dev": { "laminas/laminas-coding-standard": "~2.4.0", - "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.5", - "psalm/plugin-phpunit": "^0.17.0", - "vimeo/psalm": "^4.29.0" + "phpspec/prophecy-phpunit": "^2.0.1", + "phpunit/phpunit": "^9.5.26", + "psalm/plugin-phpunit": "^0.18.0", + "vimeo/psalm": "^5.0.0" }, "conflict": { "laminas/laminas-mvc": "<3.0.0", -- cgit