{ "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" } ], "require": { "php": ">=7.0", "topthink/framework": "5.1.*", "phpoffice/phpexcel": "^1.8", "endroid/qr-code": "^2.5", "alibabacloud/dysmsapi-20170525": "2.0.16", "hashids/hashids": "^3.0", "aliyuncs/oss-sdk-php": "^2.7", "topthink/think-worker": "2.0.*", "topthink/think-queue": "2.0.*", "textalk/websocket": "^1.5", "guzzlehttp/guzzle": "^7.9", "eison/utils": "^1.2", "overtrue/wechat": "~5.0" }, "autoload": { "psr-4": { "app\\": "application" } }, "extra": { "think-path": "thinkphp" }, "config": { "preferred-install": "dist", "allow-plugins": { "topthink/think-installer": true, "easywechat-composer/easywechat-composer": true } }, "require-dev": { "symfony/var-dumper": "^5.4" } }