From 43c32b31d378462177a4ba3044195627c6d1acda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 16:45:02 +0000 Subject: [PATCH] Bump phpunit/phpunit from 12.2.0 to 12.2.1 Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 12.2.0 to 12.2.1. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/12.2.1/ChangeLog-12.2.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/12.2.0...12.2.1) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 12.2.1 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 162fdeb..a13dea3 100644 --- a/composer.lock +++ b/composer.lock @@ -9957,16 +9957,16 @@ }, { "name": "phpunit/phpunit", - "version": "12.2.0", + "version": "12.2.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "f3f6587947f9f53f009af8d18026776375d59145" + "reference": "5f09fda04e7caea93cff50b4e90319184f3e6ee3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f3f6587947f9f53f009af8d18026776375d59145", - "reference": "f3f6587947f9f53f009af8d18026776375d59145", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5f09fda04e7caea93cff50b4e90319184f3e6ee3", + "reference": "5f09fda04e7caea93cff50b4e90319184f3e6ee3", "shasum": "" }, "require": { @@ -10034,7 +10034,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.0" + "source": "https://github.com/sebastianbergmann/phpunit/tree/12.2.1" }, "funding": [ { @@ -10058,7 +10058,7 @@ "type": "tidelift" } ], - "time": "2025-06-06T02:58:21+00:00" + "time": "2025-06-07T05:17:47+00:00" }, { "name": "sebastian/cli-parser",