From 4acc81205fe51006c39e144e50bd2c1e4967f393 Mon Sep 17 00:00:00 2001 From: Calum Towers Date: Fri, 1 Nov 2019 20:36:01 +0000 Subject: [PATCH] Allow for higher package versions, Laravel 6 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 34eb632..865535e 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ }, "require": { "php": ">=5.5.9", - "illuminate/support": "5.*" + "illuminate/support": ">5.0.0" }, "autoload": { "psr-0": {