From 93951c9937f9029bc74bd1b2c74d080fc9c472a3 Mon Sep 17 00:00:00 2001 From: Harlequin Doyon Date: Thu, 5 Sep 2019 12:34:04 +0800 Subject: [PATCH] Support laravel 6 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 894b32f..98caf9b 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ ], "require": { "php": "^5.5 || ^7.0", - "illuminate/support": "5.*", + "illuminate/support": "5.* || 6.*", "guzzlehttp/guzzle": "~6.0", "guzzlehttp/psr7": "^1.3" },