From 171c859bf260c0807ff5c99fad4f1f9ca5437f43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 07:04:45 +0000 Subject: [PATCH] chore(deps-dev): update phpunit/phpunit requirement --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 12.2.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d222780..da21f80 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "laravel/pint": "^1.0", "nunomaduro/collision": "^8.5", "phpstan/phpstan": "^2.1", - "phpunit/phpunit": "^11.5.6", + "phpunit/phpunit": "^12.2.6", "robiningelbrecht/phpunit-pretty-print": "^1.3", "spatie/ray": "^1.28", "symfony/http-client": "^7.2",