From 736a97ff6f02b076d6acf51a87545c361c2770f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:36:18 +0000 Subject: [PATCH] chore(deps-dev): bump sebastian/comparator from 6.2.1 to 6.3.0 in /app Bumps [sebastian/comparator](https://github.com/sebastianbergmann/comparator) from 6.2.1 to 6.3.0. - [Release notes](https://github.com/sebastianbergmann/comparator/releases) - [Changelog](https://github.com/sebastianbergmann/comparator/blob/main/ChangeLog.md) - [Commits](https://github.com/sebastianbergmann/comparator/compare/6.2.1...6.3.0) --- updated-dependencies: - dependency-name: sebastian/comparator dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/composer.lock | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/app/composer.lock b/app/composer.lock index 4ab05bb..99fe1ba 100644 --- a/app/composer.lock +++ b/app/composer.lock @@ -7065,16 +7065,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": { @@ -7087,6 +7087,9 @@ "require-dev": { "phpunit/phpunit": "^11.4" }, + "suggest": { + "ext-bcmath": "For comparing BcMath\\Number objects" + }, "type": "library", "extra": { "branch-alias": { @@ -7130,7 +7133,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": [ { @@ -7138,7 +7141,7 @@ "type": "github" } ], - "time": "2024-10-31T05:30:08+00:00" + "time": "2025-01-06T10:28:19+00:00" }, { "name": "sebastian/complexity",