From 70bd4ea4569010d9f86c1d2f25b19f5a3a3b9f1d Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 14 Sep 2019 20:52:08 +0800 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2573743..cd0e55a 100644 --- a/composer.json +++ b/composer.json @@ -8,8 +8,8 @@ "license": "MIT", "require": { "php": ">=7.1.0", - "illuminate/support": "5.6.*|5.7.*|5.8.*", - "illuminate/http": "5.6.*|5.7.*|5.8.*" + "illuminate/support": "5.6.*|5.7.*|5.8.*|6.0.*", + "illuminate/http": "5.6.*|5.7.*|5.8.*|6.0.*" }, "autoload": { "psr-4": {