From 0749960ab071195b52081a0e9dcbe5be401919d4 Mon Sep 17 00:00:00 2001 From: MangoMM Date: Tue, 1 Oct 2013 12:20:55 +0100 Subject: [PATCH 1/3] Update Dependencies for illuminate/support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8016c47..01c45e7 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ }, "require": { "php": ">=5.3.0", - "illuminate/support": "4.0.x", + "illuminate/support": "4.1-dev", "illuminate/database": "4.0.x", "illuminate/validation": "4.0.x" }, From 8b9765f5aeef2d3c0999d7f556dea2c0b1ce359d Mon Sep 17 00:00:00 2001 From: MangoMM Date: Tue, 1 Oct 2013 12:21:15 +0100 Subject: [PATCH 2/3] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 01c45e7..b63fd7d 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ }, "require": { "php": ">=5.3.0", - "illuminate/support": "4.1-dev", + "illuminate/support": "4.x", "illuminate/database": "4.0.x", "illuminate/validation": "4.0.x" }, From cb50225adfea2edbc6b0387f3c79649551436dbe Mon Sep 17 00:00:00 2001 From: MangoMM Date: Tue, 1 Oct 2013 12:26:09 +0100 Subject: [PATCH 3/3] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b63fd7d..4b04559 100644 --- a/composer.json +++ b/composer.json @@ -26,8 +26,8 @@ "require": { "php": ">=5.3.0", "illuminate/support": "4.x", - "illuminate/database": "4.0.x", - "illuminate/validation": "4.0.x" + "illuminate/database": "4.x", + "illuminate/validation": "4.x" }, "autoload": { "psr-0": {