From ccf49635fcfea655a2cb15111d08590804a40bb5 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Mon, 10 Aug 2015 15:57:07 +0100 Subject: [PATCH] Updated require block --- composer.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 221611688..40247583e 100644 --- a/composer.json +++ b/composer.json @@ -35,14 +35,13 @@ } ], "require": { - "php": ">=5.5.0", - "illuminate/contracts": "5.0.*", - "illuminate/cookie": "5.0.*", - "illuminate/database": "5.0.*", - "illuminate/http": "5.0.*", - "illuminate/session": "5.0.*", - "illuminate/support": "5.0.*", - "ircmaxell/password-compat": "~1.0" + "php": ">=5.5.9", + "illuminate/contracts": "5.0.*|5.1.*", + "illuminate/cookie": "5.0.*|5.1.*", + "illuminate/database": "5.0.*|5.1.*", + "illuminate/http": "5.0.*|5.1.*", + "illuminate/session": "5.0.*|5.1.*", + "illuminate/support": "5.0.*|5.1.*" }, "require-dev": { "phpunit/phpunit": "~4.4",