From 5f2e74d092d2113949e0630af4f4cbb5285e8502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Queir=C3=B3s?= Date: Wed, 15 Jul 2015 19:39:00 +0100 Subject: [PATCH] Upgrade to 5.1 on all dependencies --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index b9e0da9..d38fa9f 100644 --- a/composer.json +++ b/composer.json @@ -9,12 +9,12 @@ ], "require": { "php": ">=5.3.0", - "illuminate/contracts": "5.0.*", - "illuminate/database": "5.0.*", - "illuminate/http": "5.0.*", - "illuminate/routing": "5.0.*", - "illuminate/support": "5.0.*", - "illuminate/validation": "5.0.*" + "illuminate/contracts": "5.1.*", + "illuminate/database": "5.1.*", + "illuminate/http": "5.1.*", + "illuminate/routing": "5.1.*", + "illuminate/support": "5.1.*", + "illuminate/validation": "5.1.*" }, "autoload": { "psr-4": {