From 88118b8b9a5e78af8be143aa2079959dbce7bb0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 15:48:43 +0000 Subject: [PATCH] Update cuyz/valinor requirement from ^1.12 to ^2.1 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.1.1) --- updated-dependencies: - dependency-name: cuyz/valinor dependency-version: 2.1.1 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..9077af0 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ ], "require": { "php": "^8.2", - "cuyz/valinor": "^1.12", + "cuyz/valinor": "^2.1", "respect/validation": "^2.3", "saloonphp/saloon": "^3.6", "oneofftech/parse-client": "^0.2"