From d9317ae6ad7b71f1198f66b55e1889bed445a37e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 06:58:22 +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 d4d8e8e..507dfd8 100644 --- a/composer.lock +++ b/composer.lock @@ -1082,16 +1082,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": { @@ -1127,7 +1127,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "12.2-dev" + "dev-main": "12.3-dev" } }, "autoload": { @@ -1159,7 +1159,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": [ { @@ -1183,7 +1183,7 @@ "type": "tidelift" } ], - "time": "2025-07-30T05:58:18+00:00" + "time": "2025-08-01T05:14:47+00:00" }, { "name": "predis/predis",