From 8f08db697408e34f7cbc74656716ad6f9d54d0d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 01:50:44 +0000 Subject: [PATCH] chore(deps): Lock file maintenance --- composer.lock | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/composer.lock b/composer.lock index b9e3d89..306eaf0 100644 --- a/composer.lock +++ b/composer.lock @@ -2974,12 +2974,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "5ce823681b62aa86cbf9fa9a3c6b11a4b0864c1d" + "reference": "3feca288f780aaec6475a577c83f50efc706cffe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5ce823681b62aa86cbf9fa9a3c6b11a4b0864c1d", - "reference": "5ce823681b62aa86cbf9fa9a3c6b11a4b0864c1d", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3feca288f780aaec6475a577c83f50efc706cffe", + "reference": "3feca288f780aaec6475a577c83f50efc706cffe", "shasum": "" }, "require": { @@ -2999,7 +2999,7 @@ "phpunit/php-text-template": "^4.0.1", "phpunit/php-timer": "^7.0.1", "sebastian/cli-parser": "^3.0.2", - "sebastian/comparator": "^6.2.1", + "sebastian/comparator": "^6.3.0", "sebastian/diff": "^6.0.2", "sebastian/environment": "^7.2.0", "sebastian/exporter": "^6.3.0", @@ -3064,7 +3064,7 @@ "type": "tidelift" } ], - "time": "2025-01-05T09:58:33+00:00" + "time": "2025-01-10T14:54:28+00:00" }, { "name": "psalm/plugin-phpunit", @@ -4057,16 +4057,16 @@ }, { "name": "sebastian/comparator", - "version": "6.2.1", + "version": "6.3.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "43d129d6a0f81c78bee378b46688293eb7ea3739" + "reference": "d4e47a769525c4dd38cea90e5dcd435ddbbc7115" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/43d129d6a0f81c78bee378b46688293eb7ea3739", - "reference": "43d129d6a0f81c78bee378b46688293eb7ea3739", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/d4e47a769525c4dd38cea90e5dcd435ddbbc7115", + "reference": "d4e47a769525c4dd38cea90e5dcd435ddbbc7115", "shasum": "" }, "require": { @@ -4079,6 +4079,9 @@ "require-dev": { "phpunit/phpunit": "^11.4" }, + "suggest": { + "ext-bcmath": "For comparing BcMath\\Number objects" + }, "type": "library", "extra": { "branch-alias": { @@ -4122,7 +4125,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/comparator/issues", "security": "https://github.com/sebastianbergmann/comparator/security/policy", - "source": "https://github.com/sebastianbergmann/comparator/tree/6.2.1" + "source": "https://github.com/sebastianbergmann/comparator/tree/6.3.0" }, "funding": [ { @@ -4130,7 +4133,7 @@ "type": "github" } ], - "time": "2024-10-31T05:30:08+00:00" + "time": "2025-01-06T10:28:19+00:00" }, { "name": "sebastian/complexity",