From 0a1afc267bb433d884fbfb3dd2915ff6b88c3403 Mon Sep 17 00:00:00 2001 From: Marty Balandis Date: Thu, 8 Feb 2018 10:07:57 +0000 Subject: [PATCH] Added newer illuminate support version Didn't test it. Hopefully gonna work! --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f5ccc66..4221e92 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ ], "require" : { "php" : ">=5.6.4", - "illuminate/support" : "5.4.*|5.5.*", + "illuminate/support" : "5.4.*|5.5.*|5.6.*", "forxer/gravatar" : "~2.0" }, "autoload" : {