From 5cf94aecc4df5d606f81ffcfd84f58aa961866df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 06:48:14 +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 305a5cc7..3ef00232 100644 --- a/app/composer.json +++ b/app/composer.json @@ -26,7 +26,7 @@ "pestphp/pest-plugin-laravel": "^2.4", "phpstan/extension-installer": "^1.3", "phpstan/phpstan-deprecation-rules": "^1.2", - "phpunit/phpunit": "^10.5", + "phpunit/phpunit": "^11.0", "spatie/laravel-ignition": "^2.7", "wayofdev/cs-fixer-config": "^1.4" },