From 04ca1f7eb66ca35cb450744c8df75461a73e79b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 11:09:29 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v12.0.4 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 12.0.3 | 12.0.4 | --- composer.lock | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/composer.lock b/composer.lock index 5e330606..ed5fda96 100644 --- a/composer.lock +++ b/composer.lock @@ -2571,16 +2571,16 @@ }, { "name": "phpunit/php-code-coverage", - "version": "12.0.2", + "version": "12.0.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "69dde560510151f7d04315fac6c72016cc5d7bc8" + "reference": "2e3038bff41d56114e5396151060f5ac9d2d6751" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/69dde560510151f7d04315fac6c72016cc5d7bc8", - "reference": "69dde560510151f7d04315fac6c72016cc5d7bc8", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2e3038bff41d56114e5396151060f5ac9d2d6751", + "reference": "2e3038bff41d56114e5396151060f5ac9d2d6751", "shasum": "" }, "require": { @@ -2636,7 +2636,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.2" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/12.0.3" }, "funding": [ { @@ -2644,7 +2644,7 @@ "type": "github" } ], - "time": "2025-02-08T09:08:00+00:00" + "time": "2025-02-18T14:04:13+00:00" }, { "name": "phpunit/php-file-iterator", @@ -2893,16 +2893,16 @@ }, { "name": "phpunit/phpunit", - "version": "12.0.3", + "version": "12.0.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "df170d66e1dbb8ff0f21c9be2e7d7726bebc57ed" + "reference": "e469daf4e173c4b7f2d6154d364f468f3713f632" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/df170d66e1dbb8ff0f21c9be2e7d7726bebc57ed", - "reference": "df170d66e1dbb8ff0f21c9be2e7d7726bebc57ed", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e469daf4e173c4b7f2d6154d364f468f3713f632", + "reference": "e469daf4e173c4b7f2d6154d364f468f3713f632", "shasum": "" }, "require": { @@ -2912,11 +2912,11 @@ "ext-mbstring": "*", "ext-xml": "*", "ext-xmlwriter": "*", - "myclabs/deep-copy": "^1.12.1", + "myclabs/deep-copy": "^1.13.0", "phar-io/manifest": "^2.0.4", "phar-io/version": "^3.2.1", "php": ">=8.3", - "phpunit/php-code-coverage": "^12.0.2", + "phpunit/php-code-coverage": "^12.0.3", "phpunit/php-file-iterator": "^6.0.0", "phpunit/php-invoker": "^6.0.0", "phpunit/php-text-template": "^5.0.0", @@ -2970,7 +2970,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.3" + "source": "https://github.com/sebastianbergmann/phpunit/tree/12.0.4" }, "funding": [ { @@ -2986,7 +2986,7 @@ "type": "tidelift" } ], - "time": "2025-02-18T06:28:55+00:00" + "time": "2025-02-21T06:10:40+00:00" }, { "name": "sanmai/later",