From fe94fa943b6e654a63b0e7197aa374d97cbea231 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 05:20:25 +0000 Subject: [PATCH] chore(deps-dev): update phpunit/phpunit requirement Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/12.4.4/ChangeLog-12.4.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/11.5.6...12.4.4) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 12.4.4 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..98db2e3 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.4.4", "robiningelbrecht/phpunit-pretty-print": "^1.3", "spatie/ray": "^1.28", "symfony/http-client": "^7.2",