From 76cb78814f6213842315ef8099fe91dc7aba3fbc Mon Sep 17 00:00:00 2001 From: Henrique Duarte Coelho Date: Sat, 12 Sep 2020 18:59:46 -0300 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index fad0504..0400ee6 100644 --- a/composer.json +++ b/composer.json @@ -4,9 +4,9 @@ "type": "library", "require": { "php": ">=7.1", - "illuminate/support": "5.*|6.*|7.*", + "illuminate/support": "5.*|6.*|7.*|8.*", "webonyx/graphql-php": "^0.13", - "laravel/framework": "5.*|6.*|7.*" + "laravel/framework": "5.*|6.*|7.*|8.*" }, "license": "MIT", "authors": [