From b7b0344fb2cfdbbed9962fedd0f189d11cd9db93 Mon Sep 17 00:00:00 2001 From: Tom Date: Fri, 25 Dec 2015 22:52:55 +1100 Subject: [PATCH] Support all versions of :Laravel 5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f5ea7dc..305dba9 100755 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=5.5.0", - "illuminate/support": "5.0.*|5.1.*|5.2.*" + "illuminate/support": "5.*" }, "require-dev" :{ "phpspec/phpspec": "~2.0"