From 56ee95e466600da8ec079ac919a290b8f0f5aefc Mon Sep 17 00:00:00 2001 From: Julio Foulquie Date: Thu, 28 Sep 2017 19:01:44 -0300 Subject: [PATCH] Add requirement for illuminate/support. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 14a6096..6cb875a 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,8 @@ ], "require": { "php": ">=5.5.9", - "ext-zip": "*" + "ext-zip": "*", + "illuminate/support": "5.*" }, "require-dev": { "phpunit/phpunit" : "4.*",