From b492caa67e400c86202253059a5e426c71c4719d Mon Sep 17 00:00:00 2001 From: Adrien Neveu Date: Sun, 26 Feb 2017 11:21:52 +0100 Subject: [PATCH] Add Laravel 5.4 support --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index a0b5fdab..5144e47b 100644 --- a/composer.json +++ b/composer.json @@ -15,12 +15,12 @@ ], "require": { "php": ">=5.5.9", - "illuminate/database": "5.1.* || 5.2.* || 5.3.*", - "illuminate/console": "5.1.* || 5.2.* || 5.3.*", - "illuminate/contracts": "5.1.* || 5.2.* || 5.3.*", - "illuminate/http": "5.1.* || 5.2.* || 5.3.*", - "illuminate/support": "5.1.* || 5.2.* || 5.3.*", - "illuminate/config": "5.1.* || 5.2.* || 5.3.*", + "illuminate/database": "5.1.* || 5.2.* || 5.3.* || 5.4.*", + "illuminate/console": "5.1.* || 5.2.* || 5.3.* || 5.4.*", + "illuminate/contracts": "5.1.* || 5.2.* || 5.3.* || 5.4.*", + "illuminate/http": "5.1.* || 5.2.* || 5.3.* || 5.4.*", + "illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.*", + "illuminate/config": "5.1.* || 5.2.* || 5.3.* || 5.4.*", "league/oauth2-server": "4.1.*" }, "require-dev": {