From 9c214cf525e6568602ab4a9f5e63d6aac78ec2f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 05:17:47 +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.2/ChangeLog-12.4.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/11.5.6...12.4.2) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 12.4.2 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..b76e89f 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.2", "robiningelbrecht/phpunit-pretty-print": "^1.3", "spatie/ray": "^1.28", "symfony/http-client": "^7.2",