From c49c85d20794ca1b21a89fd91fabaf8c9fbc164c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 02:01:05 +0000 Subject: [PATCH] chore(deps): lock file maintenance Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index 59840c6..9a00e92 100644 --- a/composer.lock +++ b/composer.lock @@ -5451,16 +5451,16 @@ }, { "name": "phpunit/phpunit", - "version": "12.3.11", + "version": "12.3.12", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "6a62f2b394e042884e4997ddc8b8db1ce56a0009" + "reference": "729861f66944204f5b446ee1cb156f02f2a439a6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6a62f2b394e042884e4997ddc8b8db1ce56a0009", - "reference": "6a62f2b394e042884e4997ddc8b8db1ce56a0009", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/729861f66944204f5b446ee1cb156f02f2a439a6", + "reference": "729861f66944204f5b446ee1cb156f02f2a439a6", "shasum": "" }, "require": { @@ -5474,12 +5474,12 @@ "phar-io/manifest": "^2.0.4", "phar-io/version": "^3.2.1", "php": ">=8.3", - "phpunit/php-code-coverage": "^12.3.7", + "phpunit/php-code-coverage": "^12.3.8", "phpunit/php-file-iterator": "^6.0.0", "phpunit/php-invoker": "^6.0.0", "phpunit/php-text-template": "^5.0.0", "phpunit/php-timer": "^8.0.0", - "sebastian/cli-parser": "^4.1.0", + "sebastian/cli-parser": "^4.2.0", "sebastian/comparator": "^7.1.3", "sebastian/diff": "^7.0.0", "sebastian/environment": "^8.0.3", @@ -5528,7 +5528,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.3.11" + "source": "https://github.com/sebastianbergmann/phpunit/tree/12.3.12" }, "funding": [ { @@ -5552,7 +5552,7 @@ "type": "tidelift" } ], - "time": "2025-09-14T06:21:44+00:00" + "time": "2025-09-21T12:23:01+00:00" }, { "name": "psr/event-dispatcher",