From b2bf3371a242dfe763dc3980c12b821796e538b2 Mon Sep 17 00:00:00 2001 From: Igor Santos Date: Sat, 21 Dec 2013 09:43:54 -0200 Subject: [PATCH] Support now is for 4.1 and above --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 4b04559..2cdc960 100644 --- a/composer.json +++ b/composer.json @@ -25,9 +25,9 @@ }, "require": { "php": ">=5.3.0", - "illuminate/support": "4.x", - "illuminate/database": "4.x", - "illuminate/validation": "4.x" + "illuminate/support": "~4.1", + "illuminate/database": "~4.1", + "illuminate/validation": "~4.1" }, "autoload": { "psr-0": {