From ad560be35703ad29b1ab6941cf154994b0dce3ca Mon Sep 17 00:00:00 2001 From: JhaoDa Date: Sat, 30 Nov 2019 18:52:06 +0700 Subject: [PATCH] Laravel 6.0 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 922359a..b4d5600 100644 --- a/composer.json +++ b/composer.json @@ -13,8 +13,8 @@ ], "require": { "php": ">=7.1", - "illuminate/http": "~5.3", - "illuminate/support": "~5.3" + "illuminate/http": "~5.3|^6.0", + "illuminate/support": "~5.3|^6.0" }, "require-dev": { "phpunit/phpunit": "^6.3"