diff --git a/composer.json b/composer.json index f94d3a1..e7a3f0c 100644 --- a/composer.json +++ b/composer.json @@ -32,11 +32,17 @@ "ext-curl": "*", "topthink/framework": "^6.0.0", "topthink/think-orm": "^2.0", + "topthink/think-view": "^1.0", + "topthink/think-multi-app": "^1.0", "aliyuncs/oss-sdk-php": "^2.3", "obs/esdk-obs-php": "^3.19", "baidubce/bce-sdk-php": "^0.8.22", "qcloud/cos-sdk-v5": "^2.0" }, + "require-dev": { + "symfony/var-dumper": "^4.2", + "topthink/think-trace":"^1.0" + }, "autoload": { "files": [ "src/common.php"