From 4c23d72bb83ca727a7274f581eb3cb5b920d8444 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 11:02:05 +0000 Subject: [PATCH] Update cuyz/valinor requirement from ^1.12 to ^2.2 Updates the requirements on [cuyz/valinor](https://github.com/CuyZ/Valinor) to permit the latest version. - [Release notes](https://github.com/CuyZ/Valinor/releases) - [Changelog](https://github.com/CuyZ/Valinor/blob/master/.changelog) - [Commits](https://github.com/CuyZ/Valinor/compare/1.12.0...2.2.0) --- updated-dependencies: - dependency-name: cuyz/valinor dependency-version: 2.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0ecc9c5..9a9900d 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ ], "require": { "php": "^8.2", - "cuyz/valinor": "^1.12", + "cuyz/valinor": "^2.2", "respect/validation": "^2.3", "saloonphp/saloon": "^3.6", "oneofftech/parse-client": "^0.2"