From ab3db147d46e902b0229e0d0a9b7f60271f11137 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 15:17:09 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0d1c2a27..74feabe0 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "phpstan/phpstan-deprecation-rules": "^1.2", "phpstan/phpstan-phpunit": "^1.4", "phpstan/phpstan-strict-rules": "^1.6", - "phpunit/phpunit": "^10.5", + "phpunit/phpunit": "^11.0", "psalm/plugin-phpunit": "~0.19.0", "roave/infection-static-analysis-plugin": "^1.35", "vimeo/psalm": "^5.23.1"