From e4484a708492b4f5c80ecd84feff79c51a6acbc8 Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Tue, 4 Sep 2018 14:52:23 +0200 Subject: [PATCH] Update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 3d46da3..d58ed6f 100644 --- a/composer.json +++ b/composer.json @@ -18,9 +18,9 @@ "php": ">=7.0", "botman/botman": "~2.0|~3.0", "guzzlehttp/guzzle": "~6.0", - "illuminate/support": "~5.5.0|~5.6.0", - "illuminate/contracts": "~5.5.0|~5.6.0", - "illuminate/console": "~5.5.0|~5.6.0", + "illuminate/support": "~5.5.0|~5.6.0|~5.7.0", + "illuminate/contracts": "~5.5.0|~5.6.0|~5.7.0", + "illuminate/console": "~5.5.0|~5.6.0|~5.7.0", "thecodingmachine/discovery": "^1.2" }, "require-dev": {