From aa485a51c8fc4c21005374770b072063956db600 Mon Sep 17 00:00:00 2001 From: Brandon Surowiec Date: Thu, 22 Aug 2019 09:01:36 -0400 Subject: [PATCH] Update composer.json to support Laravel 6.0 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 72581d1..be31ed6 100644 --- a/composer.json +++ b/composer.json @@ -8,8 +8,8 @@ } ], "require": { - "illuminate/support": "^5.3", - "illuminate/filesystem": "^5.3" + "illuminate/support": "^5.3|^6.0", + "illuminate/filesystem": "^5.3|^6.0" }, "autoload": { "psr-4": {