From 23f67122912a96a30eae6be4df01e0e9200bf2c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2020 19:30:57 +0000 Subject: [PATCH] Update relay/relay requirement from ~1.0 to ~1.0 || ~2.0 Updates the requirements on [relay/relay](https://github.com/relayphp/Relay.Relay) to permit the latest version. - [Release notes](https://github.com/relayphp/Relay.Relay/releases) - [Changelog](https://github.com/relayphp/Relay.Relay/blob/2.x/CHANGELOG.md) - [Commits](https://github.com/relayphp/Relay.Relay/compare/1.0.0...2.1.1) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1e9414c..c045191 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "aura/di": "~4.0", "aura/payload": "~3.0", "aura/router": "~3.0", - "relay/relay": "~1.0", + "relay/relay": "~1.0 || ~2.0", "relay/middleware": "~1.0", "arbiter/arbiter": "~1.0" },