From 4c336a4bd0ed6f9c99df10f1c157b6709145148d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arandi=20L=C3=B3pez?= Date: Tue, 21 Feb 2017 13:33:53 -0600 Subject: [PATCH] illuminate/suport versions --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c1510b8..7e5b141 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ }, "minimum-stability": "stable", "require": { - "illuminate/support": "^5.2" + "illuminate/support": "^5.2|^5.3|^5.4" }, "require-dev": { "phpunit/phpunit": "^4.8",