From ff13e7a55bd0ab7cc3b1be3e808d17756db18b74 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Fri, 7 Sep 2018 17:37:07 +0200 Subject: [PATCH] add Laravel 5.7 as requirement --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a19da2a1..fb964f98 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "type": "library", "require": { "php": ">=5.5.9", - "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*", + "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*", "webonyx/graphql-php": "~0.10.2" }, "require-dev": {