From 2cf7b111baabfe3b25d45fc91f576f82151ca82a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Dec 2022 11:44:16 +0100 Subject: update to 3.16.0 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 045c96c..9c24411 100644 --- a/composer.json +++ b/composer.json @@ -31,10 +31,10 @@ }, "require-dev": { "laminas/laminas-coding-standard": "^2.4.0", - "phpbench/phpbench": "^1.2.6", - "phpunit/phpunit": "^9.5.25", - "psalm/plugin-phpunit": "^0.17.0", - "vimeo/psalm": "^4.28" + "phpbench/phpbench": "^1.2.7", + "phpunit/phpunit": "^9.5.26", + "psalm/plugin-phpunit": "^0.18.0", + "vimeo/psalm": "^5.0.0" }, "autoload": { "psr-4": { -- cgit