From e17cc1d4b1ae1bbeafbe8e6a84e0018ff096421f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83t=C4=83lin=20Georgescu?= Date: Thu, 9 Jul 2015 15:38:50 +0300 Subject: [PATCH] Update composer.json --- composer.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index d91d642..297fb70 100644 --- a/composer.json +++ b/composer.json @@ -12,11 +12,10 @@ } ], "require": { - "php": ">=5.4.0", - "illuminate/database": "5.0.*", - "illuminate/http": "5.0.*", - "illuminate/support": "5.0.*", - "illuminate/pagination" : "5.0.*" + "illuminate/database": "5.1.*", + "illuminate/http": "5.1.*", + "illuminate/support": "5.1.*", + "illuminate/pagination" : "5.1.*" }, "require-dev": { "phpunit/phpunit": "4.*"