From 1dc79ca7eee054e82aca986f8f9262f0465c3bd0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 17:28:51 +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 4c6b9b3..3523489 100644 --- a/vendor-bin/tools/composer.json +++ b/vendor-bin/tools/composer.json @@ -13,7 +13,7 @@ "phpstan/phpstan-phpunit": "^1.0", "phpstan/phpstan-strict-rules": "^1.0", "phpstan/phpstan-symfony": "^1.0", - "phpunit/phpunit": "^10.0", + "phpunit/phpunit": "^11.0", "psalm/plugin-phpunit": "^0.19", "psalm/plugin-symfony": "^5.0", "symfony/phpunit-bridge": "^7.0",