From fc9a67a86b9c1e3cee381f56d1781413ccbbbfe0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 20:20:46 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v10.5.7 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 10.5.6 | 10.5.7 | --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 2219b20c..b5db5456 100644 --- a/composer.lock +++ b/composer.lock @@ -2245,16 +2245,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.6", + "version": "10.5.7", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "ab9a20b623b235165d24faa9d1da925cb54939c0" + "reference": "e5c5b397a95cb0db013270a985726fcae93e61b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ab9a20b623b235165d24faa9d1da925cb54939c0", - "reference": "ab9a20b623b235165d24faa9d1da925cb54939c0", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e5c5b397a95cb0db013270a985726fcae93e61b8", + "reference": "e5c5b397a95cb0db013270a985726fcae93e61b8", "shasum": "" }, "require": { @@ -2326,7 +2326,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.6" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.7" }, "funding": [ { @@ -2342,7 +2342,7 @@ "type": "tidelift" } ], - "time": "2024-01-13T12:49:56+00:00" + "time": "2024-01-14T16:40:30+00:00" }, { "name": "psr/cache",