From 175b32186811024a9ad80ddf901fb59d422e762d Mon Sep 17 00:00:00 2001 From: Arandi Lopez Date: Tue, 10 Oct 2017 19:03:24 -0500 Subject: [PATCH] Add require of illuminate/support 5.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9b4987e..47276e9 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ }, "minimum-stability": "stable", "require": { - "illuminate/support": "^5.2|^5.3|^5.4" + "illuminate/support": "^5.2|^5.3|^5.4|^5.5" }, "require-dev": { "phpunit/phpunit": "^4.8",