From 838bd2a9b5773955d61e74487d9efc135bd14183 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 00:27:23 +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.1/ChangeLog-12.4.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/12.3.15...12.4.1) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 12.4.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 ffcc712..951a56f 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ }, "require-dev": { "phpstan/phpstan": "2.1.29", - "phpunit/phpunit": "12.3.15", + "phpunit/phpunit": "12.4.1", "friendsofphp/php-cs-fixer": "3.88.2" }, "autoload": {