From d4a6a15c9360e080e3a0c31aaf1b5851e51e6e00 Mon Sep 17 00:00:00 2001 From: cooperl22 Date: Wed, 22 Apr 2015 16:11:58 +0200 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 528c37a..53a4a08 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ ], "require": { "php": ">=5.4.0", - "illuminate/support": "~4.2", - "illuminate/database": "~4.2" + "illuminate/support": "~5.0", + "illuminate/database": "~5.0" }, "require-dev": { },