From 740bda76eaacc4cc994bdabb7e6a1a3f73294ef8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 13:36:24 +0000 Subject: [PATCH] [TASK] Update phpunit/phpunit to v11.2.5 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 11.2.4 | 11.2.5 | --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index aeed2df1..eb30212f 100644 --- a/composer.lock +++ b/composer.lock @@ -5595,16 +5595,16 @@ }, { "name": "phpunit/phpunit", - "version": "11.2.4", + "version": "11.2.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "0991687efe8a29945cce2e85c475e5f3cb0aab6d" + "reference": "be9e3ed32a1287a9bfda15936cc86fef4e4cf591" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0991687efe8a29945cce2e85c475e5f3cb0aab6d", - "reference": "0991687efe8a29945cce2e85c475e5f3cb0aab6d", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/be9e3ed32a1287a9bfda15936cc86fef4e4cf591", + "reference": "be9e3ed32a1287a9bfda15936cc86fef4e4cf591", "shasum": "" }, "require": { @@ -5675,7 +5675,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/11.2.4" + "source": "https://github.com/sebastianbergmann/phpunit/tree/11.2.5" }, "funding": [ { @@ -5691,7 +5691,7 @@ "type": "tidelift" } ], - "time": "2024-06-20T07:30:48+00:00" + "time": "2024-06-20T13:11:31+00:00" }, { "name": "react/cache",