diff --git a/composer.json b/composer.json index c24415b..3fa3e20 100644 --- a/composer.json +++ b/composer.json @@ -17,13 +17,14 @@ { "name": "yunwuxin", "email": "448901948@qq.com" - } + } ], "require": { - "php": ">=7.2.5", - "topthink/framework": "^6.0.0", - "topthink/think-orm": "^2.0", - "topthink/think-view": "^1.0", + "php": ">=8.0.0", + "topthink/framework": "^8.0", + "topthink/think-orm": "^3.0", + "topthink/think-filesystem": "^2.0", + "topthink/think-view": "^2.0", "cccyun/think-captcha": "^3.0" }, "require-dev": {