From 9eb0b50ee5875ab2248a7d26dfd280421e6c8d09 Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Wed, 7 Feb 2018 18:35:29 +0100 Subject: [PATCH] Update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index cc4f853..fc12373 100644 --- a/composer.json +++ b/composer.json @@ -18,9 +18,9 @@ "php": ">=7.0", "botman/botman": "~2.0", "guzzlehttp/guzzle": "~6.0", - "illuminate/support": "~5.5.0", - "illuminate/contracts": "~5.5.0", - "illuminate/console": "~5.5.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", "thecodingmachine/discovery": "^1.2", "spatie/laravel-menu": "^3.0" },