From 9207f38f933a0a37c51ceb674e624808c2532a5c Mon Sep 17 00:00:00 2001 From: 1elf-me <63093594+1elf-me@users.noreply.github.com> Date: Sun, 21 Jun 2020 14:08:53 +0200 Subject: [PATCH] Update to Laravel 7.x --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e0fe4cf..1f001db 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ "require": { "php": ">=7.2", "ext-json": "*", - "illuminate/support": "^6.0", - "illuminate/console": "^6.0", + "illuminate/support": "^7.0", + "illuminate/console": "^7.0", "guzzlehttp/guzzle": "^6.3", "socialiteproviders/manager": "^3.4" },