From 67a71909a0175219893d2463d2645ca51e548e48 Mon Sep 17 00:00:00 2001 From: Raza Mehdi Date: Sun, 9 Jun 2019 14:10:16 +0500 Subject: [PATCH] Support Laravel 5.8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fcc2a0f..2f0ce68 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "require": { "guzzlehttp/guzzle": "~6.0", "nesbot/carbon": "~1.2", - "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" }, "extra": { "laravel": {