From 13028719ce1c60898e1338bd9e7fed3250707b5b Mon Sep 17 00:00:00 2001 From: Ali Issa Date: Wed, 14 Dec 2016 10:53:01 +0200 Subject: [PATCH] upgrade to illuminate/support 5.* --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 09fb4db..f140342 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=5.3.0", - "illuminate/support": "4.*" + "illuminate/support": "5.*" }, "require-dev": {