From 714131cd833143b437c08cee363a97d7de9137ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 14:06:38 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v10.5.6 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 10.5.5 | 10.5.6 | --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 6fe1e950..7ba45605 100644 --- a/composer.lock +++ b/composer.lock @@ -1836,16 +1836,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.5", + "version": "10.5.6", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "ed21115d505b4b4f7dc7b5651464e19a2c7f7856" + "reference": "ab9a20b623b235165d24faa9d1da925cb54939c0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ed21115d505b4b4f7dc7b5651464e19a2c7f7856", - "reference": "ed21115d505b4b4f7dc7b5651464e19a2c7f7856", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ab9a20b623b235165d24faa9d1da925cb54939c0", + "reference": "ab9a20b623b235165d24faa9d1da925cb54939c0", "shasum": "" }, "require": { @@ -1917,7 +1917,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.5" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.6" }, "funding": [ { @@ -1933,7 +1933,7 @@ "type": "tidelift" } ], - "time": "2023-12-27T15:13:52+00:00" + "time": "2024-01-13T12:49:56+00:00" }, { "name": "psr/container",