From ded65cd38b1bc6fde7aa13cc6586af38e80b5554 Mon Sep 17 00:00:00 2001 From: Jens Segers <segers.jens@gmail.com> Date: Wed, 8 Jan 2014 19:24:05 +0100 Subject: [PATCH] Laravel 4.2 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index b71e4a0..1ff50d3 100644 --- a/composer.json +++ b/composer.json @@ -11,13 +11,13 @@ "license" : "MIT", "require": { "php": ">=5.3.0", - "illuminate/support": "4.1.x", - "illuminate/database": "4.1.x", - "illuminate/events": "4.1.x" + "illuminate/support": "4.2.x", + "illuminate/database": "4.2.x", + "illuminate/events": "4.2.x" }, "require-dev": { - "illuminate/cache": "4.1.x", - "illuminate/auth": "4.1.x" + "illuminate/cache": "4.2.x", + "illuminate/auth": "4.2.x" }, "autoload": { "psr-0": { -- 2.18.1