From 260d1f36009b384b34684ff51daedc5731f6f272 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 02:20:42 +0000 Subject: [PATCH] Bump phpunit/phpunit from 12.2.3 to 12.2.4 Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 12.2.3 to 12.2.4. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/12.2.4/ChangeLog-12.2.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/12.2.3...12.2.4) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 12.2.4 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 8a09d32..17964f4 100644 --- a/composer.lock +++ b/composer.lock @@ -2932,16 +2932,16 @@ }, { "name": "phpunit/phpunit", - "version": "12.2.3", + "version": "12.2.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "60a8ea2d8b2f070000051b56778009e11576e7d1" + "reference": "63f78466588d51e0f886c1d3b1ac22a7351cd026" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/60a8ea2d8b2f070000051b56778009e11576e7d1", - "reference": "60a8ea2d8b2f070000051b56778009e11576e7d1", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/63f78466588d51e0f886c1d3b1ac22a7351cd026", + "reference": "63f78466588d51e0f886c1d3b1ac22a7351cd026", "shasum": "" }, "require": { @@ -3009,7 +3009,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.3" + "source": "https://github.com/sebastianbergmann/phpunit/tree/12.2.4" }, "funding": [ { @@ -3033,7 +3033,7 @@ "type": "tidelift" } ], - "time": "2025-06-20T11:33:06+00:00" + "time": "2025-06-26T15:03:18+00:00" }, { "name": "sebastian/cli-parser",