From 996984fc2019ba3e56473b87ca25d9e16950820c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 03:41:42 +0000 Subject: [PATCH] Bump phpunit/phpunit from 12.0.4 to 12.0.5 Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 12.0.4 to 12.0.5. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/12.0.5/ChangeLog-12.0.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/12.0.4...12.0.5) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/composer.lock b/composer.lock index 10f620c..a0230d7 100644 --- a/composer.lock +++ b/composer.lock @@ -2596,16 +2596,16 @@ }, { "name": "phpunit/php-code-coverage", - "version": "12.0.3", + "version": "12.0.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "2e3038bff41d56114e5396151060f5ac9d2d6751" + "reference": "79e5ef5897068689c7c325554d6df905480ce942" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2e3038bff41d56114e5396151060f5ac9d2d6751", - "reference": "2e3038bff41d56114e5396151060f5ac9d2d6751", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/79e5ef5897068689c7c325554d6df905480ce942", + "reference": "79e5ef5897068689c7c325554d6df905480ce942", "shasum": "" }, "require": { @@ -2661,7 +2661,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/12.0.3" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/12.0.4" }, "funding": [ { @@ -2669,7 +2669,7 @@ "type": "github" } ], - "time": "2025-02-18T14:04:13+00:00" + "time": "2025-02-25T13:27:48+00:00" }, { "name": "phpunit/php-file-iterator", @@ -2918,16 +2918,16 @@ }, { "name": "phpunit/phpunit", - "version": "12.0.4", + "version": "12.0.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "e469daf4e173c4b7f2d6154d364f468f3713f632" + "reference": "0f177d7316ba155d36337c3811b11993b54dae32" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e469daf4e173c4b7f2d6154d364f468f3713f632", - "reference": "e469daf4e173c4b7f2d6154d364f468f3713f632", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0f177d7316ba155d36337c3811b11993b54dae32", + "reference": "0f177d7316ba155d36337c3811b11993b54dae32", "shasum": "" }, "require": { @@ -2995,7 +2995,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.0.4" + "source": "https://github.com/sebastianbergmann/phpunit/tree/12.0.5" }, "funding": [ { @@ -3011,7 +3011,7 @@ "type": "tidelift" } ], - "time": "2025-02-21T06:10:40+00:00" + "time": "2025-02-25T06:13:04+00:00" }, { "name": "sebastian/cli-parser",