From ba2f172d8dd64c966013d97693163fa9e5e5eb08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 07:51:20 +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 dbef30d..a0a1c10 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "phpstan/phpstan": "1.10.57", "phpstan/phpstan-phpunit": "1.3.15", "phpstan/phpstan-strict-rules": "1.5.2", - "phpunit/phpunit": "^10.3", + "phpunit/phpunit": "^11.0", "psalm/plugin-phpunit": "^0.18.0", "roave/infection-static-analysis-plugin": "^1.7", "thecodingmachine/phpstan-safe-rule": "^1.0",