From aa4c4eb7419c647f5cfb95573592a7f86f8de9b7 Mon Sep 17 00:00:00 2001 From: Pavel Date: Wed, 27 Feb 2019 15:56:46 +0200 Subject: [PATCH] Update composer.json What about support laravel 5.8? --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f49748b3..c4e66d4c 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ }, "require": { "guzzlehttp/guzzle": "~6.0", - "illuminate/support": "~5.1|~5.2|~5.3|~5.4|~5.5|~5.6|~5.7", + "illuminate/support": "~5.1|~5.2|~5.3|~5.4|~5.5|~5.6|~5.7|~5.8", "nesbot/carbon": "~1.0" }, "config": {