From b1173806b32754520fe04d6ba14ae8b57165336b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 00:22:13 +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.5.1/ChangeLog-12.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/12.4.4...12.5.1) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 12.5.1 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 4d7f4f3..fa8bb2a 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ }, "require-dev": { "phpstan/phpstan": "2.1.32", - "phpunit/phpunit": "12.4.4", + "phpunit/phpunit": "12.5.1", "friendsofphp/php-cs-fixer": "3.91.0" }, "autoload": {