From 11c4ded62b65995deb61313f86d2d3be80925459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E9=93=AD=E9=98=B3?= Date: Tue, 3 Mar 2020 23:28:59 +0800 Subject: [PATCH] Laravel 7.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4417359..b8954e3 100755 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "illuminate/container": "^5.1||~6.0", + "illuminate/container": "^5.1 || ^6.0 || ^7.0", "overtrue/wechat": "^4.0" }, "autoload": {