From ef7fa6e59ca0d3a11298ba0266040b0e661fe368 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 15:04:57 +0000 Subject: [PATCH] build(deps): Bump cuyz/valinor from 2.5.1 to 2.6.0 Bumps [cuyz/valinor](https://github.com/CuyZ/Valinor) from 2.5.1 to 2.6.0. - [Release notes](https://github.com/CuyZ/Valinor/releases) - [Commits](https://github.com/CuyZ/Valinor/compare/2.5.1...2.6.0) --- updated-dependencies: - dependency-name: cuyz/valinor dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 9e4d5020665..40c828773bf 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ }, "require": { "bamarni/composer-bin-plugin": "^1.9", - "cuyz/valinor": "^2.5", + "cuyz/valinor": "^2.6", "cweagans/composer-patches": "^2.0.0", "firebase/php-jwt": "^7.0" }, diff --git a/composer.lock b/composer.lock index 5d9fe0aea02..faf934b4e47 100644 --- a/composer.lock +++ b/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": "d3fc96bab811db9aa63a13b619ae6f18", + "content-hash": "3309511bf334ccb0e6977059c9d1eb8f", "packages": [ { "name": "bamarni/composer-bin-plugin", @@ -65,16 +65,16 @@ }, { "name": "cuyz/valinor", - "version": "2.5.1", + "version": "2.6.0", "source": { "type": "git", "url": "https://github.com/CuyZ/Valinor.git", - "reference": "d1f6d5296c3cb67d64996f2570831137502c260a" + "reference": "15e5afc4a5463d15d26b010fd0a703e16f14c90f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/CuyZ/Valinor/zipball/d1f6d5296c3cb67d64996f2570831137502c260a", - "reference": "d1f6d5296c3cb67d64996f2570831137502c260a", + "url": "https://api.github.com/repos/CuyZ/Valinor/zipball/15e5afc4a5463d15d26b010fd0a703e16f14c90f", + "reference": "15e5afc4a5463d15d26b010fd0a703e16f14c90f", "shasum": "" }, "require": { @@ -89,6 +89,7 @@ "infection/infection": "^0.32", "marcocesarato/php-conventional-changelog": "^1.12", "mikey179/vfsstream": "^1.6.10", + "php-ds/php-ds": "^1.8", "phpbench/phpbench": "^1.3", "phpstan/phpstan": "^2.0", "phpstan/phpstan-phpunit": "^2.0", @@ -133,7 +134,7 @@ ], "support": { "issues": "https://github.com/CuyZ/Valinor/issues", - "source": "https://github.com/CuyZ/Valinor/tree/2.5.1" + "source": "https://github.com/CuyZ/Valinor/tree/2.6.0" }, "funding": [ { @@ -141,7 +142,7 @@ "type": "github" } ], - "time": "2026-07-28T21:32:29+00:00" + "time": "2026-08-11T07:30:08+00:00" }, { "name": "cweagans/composer-configurable-plugin",