From b8309f89c8e4835bd9956324f82d22d2d9ed6f20 Mon Sep 17 00:00:00 2001 From: Jeff Yeon Date: Thu, 6 Sep 2018 15:25:01 -0700 Subject: [PATCH] Laravel 5.7 support --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 80d285a..e896ef5 100755 --- a/composer.json +++ b/composer.json @@ -11,11 +11,11 @@ ], "require": { "php": ">=7.1.3", - "illuminate/support": "5.4.*|5.5.*|5.6.*", - "illuminate/config": "5.4.*|5.5.*|5.6.*", - "illuminate/routing": "5.4.*|5.5.*|5.6.*", - "illuminate/view": "5.4.*|5.5.*|5.6.*", - "laravelcollective/html": "5.4.*|5.5.*|5.6.*" + "illuminate/support": "5.5.*|5.6.*|5.7.*", + "illuminate/config": "5.5.*|5.6.*|5.7.*", + "illuminate/routing": "5.5.*|5.6.*|5.7.*", + "illuminate/view": "5.5.*|5.6.*|5.7.*", + "laravelcollective/html": "5.5.*|5.6.*|5.7.*" }, "autoload": { "psr-4": {