From 9b3887298e5097f92ceb15842470aaad0fa0029f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 16:55:29 +0000 Subject: [PATCH] Bump phpunit/phpunit from 12.2.0 to 12.2.2 Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 12.2.0 to 12.2.2. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/12.2.2/ChangeLog-12.2.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/12.2.0...12.2.2) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 12.2.2 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..133765c 100644 --- a/composer.lock +++ b/composer.lock @@ -9957,16 +9957,16 @@ }, { "name": "phpunit/phpunit", - "version": "12.2.0", + "version": "12.2.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "f3f6587947f9f53f009af8d18026776375d59145" + "reference": "19e25c2da3f8071a683ee1e445b0e24bba25de61" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f3f6587947f9f53f009af8d18026776375d59145", - "reference": "f3f6587947f9f53f009af8d18026776375d59145", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/19e25c2da3f8071a683ee1e445b0e24bba25de61", + "reference": "19e25c2da3f8071a683ee1e445b0e24bba25de61", "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.2" }, "funding": [ { @@ -10058,7 +10058,7 @@ "type": "tidelift" } ], - "time": "2025-06-06T02:58:21+00:00" + "time": "2025-06-13T05:49:28+00:00" }, { "name": "sebastian/cli-parser",