{ "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.0", "topthink/framework": "5.1.*", "topthink/think-captcha": "2.0.*", "thans/tp-jwt-auth": "^1.0", "casbin/think-adapter": "^1.0", "lettered/support": "^1.0", "overtrue/wechat": "~4.0", "ext-bcmath": "*", "endroid/qrcode": "3.5.*", "phpoffice/phpspreadsheet": "1.12.*", "workerman/phpsocket.io": "^1.1", "lcobucci/jwt": "^3.4" }, "autoload": { "psr-4": { "app\\": "application" } }, "extra": { "think-path": "thinkphp" }, "config": { "preferred-install": "dist", "allow-plugins": { "easywechat-composer/easywechat-composer": true, "topthink/think-installer": true } } }