From 32b5ecf537648759bbb90dec8298424477c14f19 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Thu, 14 Feb 2019 17:55:23 +0100 Subject: [PATCH] Allow Laravel 5.8 installs --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index ca6a3e7e..62300536 100644 --- a/composer.json +++ b/composer.json @@ -18,9 +18,9 @@ "php": "^7.1.3", "ext-json": "*", "guzzlehttp/guzzle": "~6.0", - "illuminate/contracts": "~5.7.0", - "illuminate/http": "~5.7.0", - "illuminate/support": "~5.7.0", + "illuminate/contracts": "~5.7.0|~5.8.0", + "illuminate/http": "~5.7.0|~5.8.0", + "illuminate/support": "~5.7.0|~5.8.0", "league/oauth1-client": "~1.0" }, "require-dev": {