From a5ccef2b1f3a24b1d66f5b38983768afe163edd7 Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 11 Sep 2018 10:36:18 -0500 Subject: [PATCH] add Laravel 5.7 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index ee9461a..eca1e0c 100644 --- a/composer.json +++ b/composer.json @@ -17,9 +17,9 @@ ], "require": { "php": ">=7.0", - "illuminate/console": "5.5.*|5.6.*", - "illuminate/contracts": "5.5.*|5.6.*", - "illuminate/support": "5.5.*|5.6.*" + "illuminate/console": "5.5.*|5.6.*|5.7.*", + "illuminate/contracts": "5.5.*|5.6.*|5.7.*", + "illuminate/support": "5.5.*|5.6.*|5.7.*" }, "require-dev": { "phpunit/phpunit": "~6.0|~7.0",