From 45c2782a81ed20ee6f9406c683e09a3d5d1a6837 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 07:57:32 +0000 Subject: [PATCH] Bump phpunit/phpunit from 12.5.5 to 12.5.6 Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 12.5.5 to 12.5.6. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/12.5.6/ChangeLog-12.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/12.5.5...12.5.6) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 12.5.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index aa55e55..c54605b 100644 --- a/composer.lock +++ b/composer.lock @@ -662,16 +662,16 @@ }, { "name": "phpunit/phpunit", - "version": "12.5.5", + "version": "12.5.6", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "ba2d126905713bcf802c7f1e0d7507092ce9bf9a" + "reference": "ab8e4374264bc65523d1458d14bf80261577e01f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ba2d126905713bcf802c7f1e0d7507092ce9bf9a", - "reference": "ba2d126905713bcf802c7f1e0d7507092ce9bf9a", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ab8e4374264bc65523d1458d14bf80261577e01f", + "reference": "ab8e4374264bc65523d1458d14bf80261577e01f", "shasum": "" }, "require": { @@ -739,7 +739,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/12.5.5" + "source": "https://github.com/sebastianbergmann/phpunit/tree/12.5.6" }, "funding": [ { @@ -763,7 +763,7 @@ "type": "tidelift" } ], - "time": "2026-01-15T12:03:46+00:00" + "time": "2026-01-16T16:28:10+00:00" }, { "name": "sebastian/cli-parser",