From adba23092ff617e76e542ceda2e1ac2f35f90483 Mon Sep 17 00:00:00 2001 From: Rene Bartkowiak Date: Fri, 17 Oct 2014 12:15:00 +0200 Subject: [PATCH] Updated illuminate dependencies for ~5.0 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 2cdc960..a7781a1 100644 --- a/composer.json +++ b/composer.json @@ -25,9 +25,9 @@ }, "require": { "php": ">=5.3.0", - "illuminate/support": "~4.1", - "illuminate/database": "~4.1", - "illuminate/validation": "~4.1" + "illuminate/support": "~5.0", + "illuminate/database": "~5.0", + "illuminate/validation": "~5.0" }, "autoload": { "psr-0": {