From 645a43d8b5e724bcf660d44ac08184029ce8fa26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 13:03:45 +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 34f7914d..9608dc5b 100644 --- a/app/composer.json +++ b/app/composer.json @@ -26,7 +26,7 @@ "pestphp/pest-plugin-laravel": "^2.0", "phpstan/extension-installer": "^1.3", "phpstan/phpstan-deprecation-rules": "^1.1", - "phpunit/phpunit": "^10.2", + "phpunit/phpunit": "^11.0", "roave/security-advisories": "dev-latest", "spatie/laravel-ignition": "^2.1", "wayofdev/cs-fixer-config": "^1.2"