From f1eddc7a7834854a3cb147a7601547394d345213 Mon Sep 17 00:00:00 2001 From: Adam Engebretson Date: Thu, 21 May 2015 11:45:14 -0500 Subject: [PATCH] Updating Illuminate Depends Signed-off-by: Adam Engebretson --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index df1e49f4..5fcd9218 100755 --- a/composer.json +++ b/composer.json @@ -13,10 +13,10 @@ ], "require": { "php": ">=5.4.0", - "illuminate/http": "~5.0", - "illuminate/routing": "~5.0", - "illuminate/session": "~5.0", - "illuminate/support": "~5.0" + "illuminate/http": "~5.1", + "illuminate/routing": "~5.1", + "illuminate/session": "~5.1", + "illuminate/support": "~5.1" }, "require-dev": { "mockery/mockery": "~0.9",