From 64e2b2f61ce690c942297f7b35e700df52e84481 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 07:53:49 +0100 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v11.5.5 (#5427) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 76ad8758ab..0706efcb02 100644 --- a/composer.lock +++ b/composer.lock @@ -9349,16 +9349,16 @@ }, { "name": "phpunit/phpunit", - "version": "11.5.4", + "version": "11.5.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "e0da3559ec50a91f6a6a201473b607b5ccfd9a1b" + "reference": "b9a975972f580c0491f834eb0818ad2b32fd8bba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e0da3559ec50a91f6a6a201473b607b5ccfd9a1b", - "reference": "e0da3559ec50a91f6a6a201473b607b5ccfd9a1b", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b9a975972f580c0491f834eb0818ad2b32fd8bba", + "reference": "b9a975972f580c0491f834eb0818ad2b32fd8bba", "shasum": "" }, "require": { @@ -9430,7 +9430,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.5.4" + "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.5" }, "funding": [ { @@ -9446,7 +9446,7 @@ "type": "tidelift" } ], - "time": "2025-01-28T15:03:46+00:00" + "time": "2025-01-29T14:01:11+00:00" }, { "name": "sebastian/cli-parser",