From 46900740372c2cca27fdf55c8d5e3a40bc13bab8 Mon Sep 17 00:00:00 2001 From: yunwuxin <448901948@qq.com> Date: Sat, 1 Jul 2023 19:13:08 +0800 Subject: [PATCH] support 8.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4f46313..f5c1531 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ } ], "require": { - "topthink/framework": "^6.0", + "topthink/framework": "^6.0 || ^8.0", "phpdocumentor/reflection-docblock": "^5.0", "ergebnis/classy": "^1.1" },