From 8b1279106f4b3cb67f5425e236225c2bfb948315 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 16:55:14 +0000 Subject: [PATCH] build(deps-dev): bump phpunit/phpunit from 12.5.22 to 12.5.23 Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 12.5.22 to 12.5.23. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/12.5.23/ChangeLog-12.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/12.5.22...12.5.23) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 12.5.23 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 1b231dc..71b562a 100644 --- a/composer.lock +++ b/composer.lock @@ -1346,16 +1346,16 @@ }, { "name": "phpunit/phpunit", - "version": "12.5.22", + "version": "12.5.23", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "e07667405f0f43317a1799d3907c43a123bc5587" + "reference": "c54fcf3d6bcb6e96ac2f7e40097dc37b5f139969" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e07667405f0f43317a1799d3907c43a123bc5587", - "reference": "e07667405f0f43317a1799d3907c43a123bc5587", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c54fcf3d6bcb6e96ac2f7e40097dc37b5f139969", + "reference": "c54fcf3d6bcb6e96ac2f7e40097dc37b5f139969", "shasum": "" }, "require": { @@ -1424,7 +1424,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.22" + "source": "https://github.com/sebastianbergmann/phpunit/tree/12.5.23" }, "funding": [ { @@ -1432,7 +1432,7 @@ "type": "other" } ], - "time": "2026-04-17T12:51:04+00:00" + "time": "2026-04-18T06:12:49+00:00" }, { "name": "sebastian/cli-parser",