From 1f4e5760a358ffe65a889bb97658fa115468e9d2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 22 Nov 2021 07:40:25 +0100 Subject: update to 2.4.4 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 57fcd90..f264629 100644 --- a/composer.json +++ b/composer.json @@ -44,9 +44,9 @@ "doctrine/coding-standard": "^9.0", "doctrine/orm": "^2.9", "friendsofphp/proxy-manager-lts": "^1.0", - "phpunit/phpunit": "^7.5 || ^8.0 || ^9.3", - "psalm/plugin-phpunit": "^0.15.1", - "psalm/plugin-symfony": "^2.3.0", + "phpunit/phpunit": "^7.5 || ^8.0 || ^9.3 || ^10.0", + "psalm/plugin-phpunit": "^0.16.1", + "psalm/plugin-symfony": "^3", "symfony/phpunit-bridge": "^5.2|^6.0", "symfony/property-info": "^4.3.3|^5.0|^6.0", "symfony/proxy-manager-bridge": "^3.4|^4.3.3|^5.0|^6.0", -- cgit