From c4a7605f61e04cc1f7fa7600e0ab59b3bfc6dc8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 21:03:29 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v11 --- app/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/composer.json b/app/composer.json index 5253d92b..48c25a32 100644 --- a/app/composer.json +++ b/app/composer.json @@ -58,7 +58,7 @@ "phpstan/phpstan-deprecation-rules": "^1.2", "phpstan/phpstan-phpunit": "^1.3", "phpstan/phpstan-strict-rules": "^1.5", - "phpunit/phpunit": "^10.5", + "phpunit/phpunit": "^11.0", "psalm/plugin-laravel": "^2.11", "psalm/plugin-phpunit": "~0.19.0", "roave/infection-static-analysis-plugin": "^1.35",