From b3e89dddc45da4eb3d5322a10dee9dc65e619579 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=A8=81?= Date: Wed, 13 Mar 2024 10:06:36 +0800 Subject: [PATCH] support Laravel 11.0 (#482) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f476728..e7924aa 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ } ], "require": { - "illuminate/container": "^9.0|^10.0", + "illuminate/container": "^9.0|^10.0|^11.0", "w7corp/easywechat": "^6.0.0" }, "require-dev": {