From 3fb71c33c87d72754c2cb45768e22ec2a4d5100e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 04:07:33 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v11 --- vendor-bin/tools/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor-bin/tools/composer.json b/vendor-bin/tools/composer.json index b97aca3..5c38391 100644 --- a/vendor-bin/tools/composer.json +++ b/vendor-bin/tools/composer.json @@ -13,7 +13,7 @@ "phpstan/phpstan-phpunit": "^1.3.11", "phpstan/phpstan-strict-rules": "^1.5.1", "phpstan/phpstan-symfony": "^1.3.1", - "phpunit/phpunit": "^10.1.2", + "phpunit/phpunit": "^11.0.0", "psalm/plugin-phpunit": "^0.18.4", "psalm/plugin-symfony": "^5.0.3", "symfony/phpunit-bridge": "^7.0.0",