From 5e1ca4cc7a9654383d06dce9a583403cb5db8453 Mon Sep 17 00:00:00 2001 From: Dele O Date: Thu, 18 Sep 2014 18:48:00 -0400 Subject: [PATCH] Allow usage with laravel 5 too --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 03e3b3a7..0e9ed614 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ ], "require": { "php": ">=5.4.0", - "illuminate/support": "~4.0", + "illuminate/support": "~4.0|~5.0", "laravelbook/ardent": "~2.4" }, "require-dev": {