From ef860ffc7b1fc1463e99fd2efe5fc20416f6c073 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 15:26:55 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v12.0.2 (#77) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.lock | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/composer.lock b/composer.lock index aa8c1b9..75b97e4 100644 --- a/composer.lock +++ b/composer.lock @@ -8612,16 +8612,16 @@ }, { "name": "phpunit/php-code-coverage", - "version": "12.0.0", + "version": "12.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "b1fbe7ded00c951a3507b2352bd6c30574fd9672" + "reference": "69dde560510151f7d04315fac6c72016cc5d7bc8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/b1fbe7ded00c951a3507b2352bd6c30574fd9672", - "reference": "b1fbe7ded00c951a3507b2352bd6c30574fd9672", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/69dde560510151f7d04315fac6c72016cc5d7bc8", + "reference": "69dde560510151f7d04315fac6c72016cc5d7bc8", "shasum": "" }, "require": { @@ -8677,7 +8677,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.0" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/12.0.2" }, "funding": [ { @@ -8685,7 +8685,7 @@ "type": "github" } ], - "time": "2025-02-07T05:01:24+00:00" + "time": "2025-02-08T09:08:00+00:00" }, { "name": "phpunit/php-file-iterator", @@ -8934,16 +8934,16 @@ }, { "name": "phpunit/phpunit", - "version": "12.0.1", + "version": "12.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "24b58d4900e2a45dd2172e865b9c15ccee66c3e1" + "reference": "6301fe5c1f5f34192ffd650a87fe055677a32212" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/24b58d4900e2a45dd2172e865b9c15ccee66c3e1", - "reference": "24b58d4900e2a45dd2172e865b9c15ccee66c3e1", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6301fe5c1f5f34192ffd650a87fe055677a32212", + "reference": "6301fe5c1f5f34192ffd650a87fe055677a32212", "shasum": "" }, "require": { @@ -8957,7 +8957,7 @@ "phar-io/manifest": "^2.0.4", "phar-io/version": "^3.2.1", "php": ">=8.3", - "phpunit/php-code-coverage": "^12.0.0", + "phpunit/php-code-coverage": "^12.0.2", "phpunit/php-file-iterator": "^6.0.0", "phpunit/php-invoker": "^6.0.0", "phpunit/php-text-template": "^5.0.0", @@ -9011,7 +9011,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.1" + "source": "https://github.com/sebastianbergmann/phpunit/tree/12.0.2" }, "funding": [ { @@ -9027,7 +9027,7 @@ "type": "tidelift" } ], - "time": "2025-02-07T05:52:48+00:00" + "time": "2025-02-08T09:18:47+00:00" }, { "name": "sebastian/cli-parser",