From de1a4cde0fec55b1e433d27fe826ccf1cf3df8a6 Mon Sep 17 00:00:00 2001 From: Abishek R Srikaanth Date: Tue, 29 Oct 2013 16:31:05 +0530 Subject: [PATCH] Update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 7d88b7cc3..90df97c63 100644 --- a/composer.json +++ b/composer.json @@ -11,9 +11,9 @@ "license" : "MIT", "require": { "php": ">=5.3.0", - "illuminate/support": "4.0.x", - "illuminate/database": "4.0.x", - "illuminate/events": "4.0.x" + "illuminate/support": "4.x", + "illuminate/database": "4.x", + "illuminate/events": "4.x" }, "require-dev": { "illuminate/cache": "4.0.x",