From 2c82e61790fa25970a015159a60c3fd6c274b8d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Preu=C3=9F?= Date: Tue, 8 Sep 2020 19:32:53 +0200 Subject: [PATCH] Laravel 8.x --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1f001db..985a413 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ "require": { "php": ">=7.2", "ext-json": "*", - "illuminate/support": "^7.0", - "illuminate/console": "^7.0", + "illuminate/support": "^7.0|^8.0", + "illuminate/console": "^7.0|^8.0", "guzzlehttp/guzzle": "^6.3", "socialiteproviders/manager": "^3.4" },