From 2d3cfc1edc44306370db76b51dff9ae368776b91 Mon Sep 17 00:00:00 2001 From: Sam Sehnert Date: Sat, 4 Jul 2020 21:05:48 +1200 Subject: [PATCH] Update to support Laravel 7 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index dece759..5fdb583 100644 --- a/composer.json +++ b/composer.json @@ -15,8 +15,8 @@ } ], "require": { - "illuminate/auth": "6.x", - "illuminate/support": "6.x" + "illuminate/auth": ">=6.0 <8.0", + "illuminate/support": ">=6.0 <8.0" }, "require-dev": { "orchestra/testbench": "4.x"