From 289ebb19461c5d712d42b069fe80200d392bce4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9lder=20Duarte?= Date: Sun, 13 Apr 2014 12:26:45 -0400 Subject: [PATCH] Make it compatible with Laravel 4.x --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index cb71a65..e9a3b31 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ ], "require": { "php": ">=5.3.0", - "illuminate/support": "4.0.x" + "illuminate/support": "4.x" }, "autoload": { "psr-0": { @@ -17,4 +17,4 @@ } }, "minimum-stability": "dev" -} \ No newline at end of file +}