From 600de69d34ddf6c3a6e36dd24073eb5abfb66800 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 06:44:28 +0000 Subject: [PATCH] chore(deps-dev): bump phpunit/phpunit from 12.2.8 to 12.3.0 Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 12.2.8 to 12.3.0. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/12.3.0/ChangeLog-12.3.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/12.2.8...12.3.0) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 12.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index f13df8b..2f30fb2 100644 --- a/composer.lock +++ b/composer.lock @@ -1225,16 +1225,16 @@ }, { "name": "phpunit/phpunit", - "version": "12.2.8", + "version": "12.3.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "49dc7c0669b97c7a36f63411635f48eedc140eb4" + "reference": "264da860d6fe0d00582355a6ecbbf7ae57b44895" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/49dc7c0669b97c7a36f63411635f48eedc140eb4", - "reference": "49dc7c0669b97c7a36f63411635f48eedc140eb4", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/264da860d6fe0d00582355a6ecbbf7ae57b44895", + "reference": "264da860d6fe0d00582355a6ecbbf7ae57b44895", "shasum": "" }, "require": { @@ -1270,7 +1270,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "12.2-dev" + "dev-main": "12.3-dev" } }, "autoload": { @@ -1302,7 +1302,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.2.8" + "source": "https://github.com/sebastianbergmann/phpunit/tree/12.3.0" }, "funding": [ { @@ -1326,7 +1326,7 @@ "type": "tidelift" } ], - "time": "2025-07-30T05:58:18+00:00" + "time": "2025-08-01T05:14:47+00:00" }, { "name": "psr/container",