From 7ba2def70f5e3d798d0cb66d2299648d1f142885 Mon Sep 17 00:00:00 2001 From: Michael Flynn Date: Mon, 6 Jul 2020 11:00:27 -0400 Subject: [PATCH] Update composer.json to support Laravel Version 7 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 180585a..f69edfb 100644 --- a/composer.json +++ b/composer.json @@ -4,8 +4,8 @@ "type": "library", "require": { "php": "^7.1", - "illuminate/support": "^5.1|^5.2|^5.3|^6.0", - "illuminate/filesystem": "^5.1|^5.2|^5.3|^6.0", + "illuminate/support": "^5.1|^5.2|^5.3|^6.0|^7.0", + "illuminate/filesystem": "^5.1|^5.2|^5.3|^6.0|^7.0", "league/flysystem-aws-s3-v3": "^1.0" }, "license": "MIT",