From 912f0a6435f8c01c8e315ced0b83d91a6bfdde8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 13:42:44 +0000 Subject: [PATCH] composer(deps): update cuyz/valinor requirement || ^1.0 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/0.17.0...1.0.0) --- updated-dependencies: - dependency-name: cuyz/valinor 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 12757bd..a21f934 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=7.4", - "cuyz/valinor": "^0.17", + "cuyz/valinor": "^0.17 || ^1.0", "php-http/discovery": "^1.14", "psr/http-client": "^1.0", "psr/http-client-implementation": "^1",