From e1344bec7b4aa1964a2d7a21be7a76620b63c5cd Mon Sep 17 00:00:00 2001 From: Vitaly Kasymov Date: Tue, 31 Jul 2018 09:12:55 +1200 Subject: [PATCH] Support dependancy for ServiceProvider can by anything from version 5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 569f378..164482e 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ ], "require": { "php": ">=5.5.9", - "illuminate/support": "5.1.*" + "illuminate/support": "5.*" }, "autoload": { "psr-4": {