From 5e1181790183a3128b8b832f25daf7c7bbfe3ea9 Mon Sep 17 00:00:00 2001 From: Alex Bowers Date: Wed, 30 Sep 2020 16:21:11 +0100 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index eb582e3..3ad620c 100644 --- a/composer.json +++ b/composer.json @@ -9,8 +9,8 @@ "license": "MIT", "require": { "php": "^7.1", - "illuminate/support": "^5.8 | ^6.0", - "illuminate/console": "^5.8 | ^6.0" + "illuminate/support": "^5.8 | ^6.0 | ^7.0 | ^8.0", + "illuminate/console": "^5.8 | ^6.0 | ^7.0 | ^8.0" }, "autoload": { "psr-4": {