From 0b79a2dda03a4f616ef56904c8c529e25b13aee8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 18:27:12 +0000 Subject: [PATCH] build(deps-dev): update phpunit/phpunit requirement from ^11.5 to ^12.4 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.3/ChangeLog-12.4.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/11.5.0...12.4.3) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 12.4.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 composer.json diff --git a/composer.json b/composer.json old mode 100755 new mode 100644 index e55889998..2c3ab3659 --- a/composer.json +++ b/composer.json @@ -83,7 +83,7 @@ "laravel/sail": "^1.41", "mockery/mockery": "^1.6", "nunomaduro/collision": "^8.6", - "phpunit/phpunit": "^10|^11" + "phpunit/phpunit": "^12.4.4" }, "autoload": { "psr-4": {