From f80c42b6eeb1e6ba2c66835133b561f57a89af75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 21:28:30 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v11.5.5 (#2203) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- www/api/composer.json | 2 +- www/api/composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/www/api/composer.json b/www/api/composer.json index e2f31a1822..590eff9bf7 100644 --- a/www/api/composer.json +++ b/www/api/composer.json @@ -7,7 +7,7 @@ "mobiledetect/mobiledetectlib": "3.74.3" }, "require-dev": { - "phpunit/phpunit": "11.5.4" + "phpunit/phpunit": "11.5.5" }, "minimum-stability": "stable", "autoload": { diff --git a/www/api/composer.lock b/www/api/composer.lock index 4da9128b66..2130e2f631 100644 --- a/www/api/composer.lock +++ b/www/api/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "8f8b1976527a6fa412d9a17e4f91560c", + "content-hash": "329965b18a1ce49c930feb45546920e5", "packages": [ { "name": "brick/math", @@ -6042,16 +6042,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": { @@ -6123,7 +6123,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": [ { @@ -6139,7 +6139,7 @@ "type": "tidelift" } ], - "time": "2025-01-28T15:03:46+00:00" + "time": "2025-01-29T14:01:11+00:00" }, { "name": "sebastian/cli-parser",