From 4a2365681b473ee8dbc061324e07b57ef3c0c996 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 00:36:06 +0000 Subject: [PATCH] deps(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 28d8fdc6..a42f2e34 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,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", "rector/rector": "^1.1", "roave/infection-static-analysis-plugin": "^1.35",