{ "name": "topthink/think", "description": "the new thinkphp framework", "type": "project", "keywords": [ "framework", "thinkphp", "ORM" ], "homepage": "http://thinkphp.cn/", "license": "Apache-2.0", "authors": [ { "name": "liu21st", "email": "liu21st@gmail.com" }, { "name": "yunwuxin", "email": "448901948@qq.com" } ], "require": { "php": ">=8.0", "topthink/framework": "^6.0.0", "topthink/think-orm": "^2.0", "topthink/think-multi-app": "^1.0", "topthink/think-view": "^1.0", "dragonmantank/cron-expression": "^3.3", "phpoffice/phpspreadsheet": "^1.22", "qiniu/php-sdk": "7.4", "qcloud/cos-sdk-v5": "^2.5", "aliyuncs/oss-sdk-php": "^2.4", "tencentcloud/tencentcloud-sdk-php": "^3.0", "alibabacloud/client": "^1.5", "rmccue/requests": "^2.0", "w7corp/easywechat": "^6.8", "yunwuxin/think-cron": "^3.0", "topthink/think-queue": "^3.0", "firebase/php-jwt": "^6.8", "guzzlehttp/guzzle": "^7.8", "textalk/websocket": "^1.6", "workerman/gateway-worker": "^3.1", "workerman/gatewayclient": "^3.0", "jpush/jpush": "^3.6", "topthink/think-filesystem": "^2.0", "alibabacloud/live": "^1.8", "alibabacloud/live-20161101": "1.1.1", "ext-bcmath": "*" }, "require-dev": { "symfony/var-dumper": "^4.2", "topthink/think-trace":"^1.0" }, "autoload": { "psr-4": { "app\\": "app" }, "psr-0": { "": "extend/" } }, "config": { "preferred-install": "dist", "allow-plugins": { "easywechat-composer/easywechat-composer": false, "kylekatarnls/update-helper": true } }, "scripts": { "post-autoload-dump": [ "@php think service:discover", "@php think vendor:publish" ] } }