From a5891ee4ecfadc9bdb1bbc8921aca828ac85c294 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 2 Dec 2022 10:03:32 +0100 Subject: update to 3.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 b2cbfd4..69e02b4 100644 --- a/composer.json +++ b/composer.json @@ -34,11 +34,11 @@ "require-dev": { "laminas/laminas-coding-standard": "~2.4.0", "laminas/laminas-stdlib": "^3.15", - "phpbench/phpbench": "^1.2.6", - "phpunit/phpunit": "^9.5.25", - "psalm/plugin-phpunit": "^0.17.0", + "phpbench/phpbench": "^1.2.7", + "phpunit/phpunit": "^9.5.26", + "psalm/plugin-phpunit": "^0.18.0", "psr/container": "^1.1.2 || ^2.0.2", - "vimeo/psalm": "^4.28" + "vimeo/psalm": "^5.0.0" }, "suggest": { "psr/container": "^1.1.2 || ^2.0.2, to use the lazy listeners feature", -- cgit