From bada85a800f39eced5a32c43f06d081614d2c4d5 Mon Sep 17 00:00:00 2001 From: Bruno Gaspar Date: Tue, 2 Sep 2014 15:56:21 +0100 Subject: [PATCH] update composer.json deps Signed-off-by: Bruno Gaspar --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 08fcb939..eba8e307 100644 --- a/composer.json +++ b/composer.json @@ -46,13 +46,13 @@ "require": { "php": ">=5.4.0", "cartalyst/support": "~1.0", - "illuminate/support": "~4.2" + "illuminate/support": "~4.1" }, "require-dev": { - "illuminate/cookie": "~4.2", - "illuminate/database": "~4.2", - "illuminate/http": "~4.2", - "illuminate/session": "~4.2", + "illuminate/cookie": "~4.1", + "illuminate/database": "~4.1", + "illuminate/http": "~4.1", + "illuminate/session": "~4.1", "ircmaxell/password-compat": "~1.0", "mockery/mockery": "~0.9", "phpunit/phpunit": "~4.0"