From 65badc20e100b3254a3a5e51151af2d80ec72e87 Mon Sep 17 00:00:00 2001 From: Vincent Petritz Date: Sun, 5 May 2019 00:57:08 +0200 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 332289f..0213305 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php" : "^7.0", - "illuminate/support": "~5.5.0|~5.6.0|~5.7.0", + "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0", "graham-campbell/guzzle-factory": "^3.0" }, "require-dev": {