{ "name": "topthink/think", "description": "the new thinkphp framework", "type": "project", "keywords": [ "framework", "thinkphp", "ORM" ], "homepage": "https://www.thinkphp.cn/", "license": "Apache-2.0", "authors": [ { "name": "liu21st", "email": "liu21st@gmail.com" }, { "name": "yunwuxin", "email": "448901948@qq.com" } ], "require": { "php": ">=8.0.0", "topthink/framework": "^8.0", "topthink/think-orm": "v3.0.34", "topthink/think-filesystem": "^2.0", "topthink/think-multi-app": "^1.1", "topthink/think-migration": "^3.1", "topthink/think-view": "^2.0", "topthink/think-captcha": "^3.0", "thans/tp-jwt-auth": "^2.2", "topthink/think-throttle": "^2.0", "intervention/image": "^3.10", "topthink/think-cors": "^1.0", "phpoffice/phpspreadsheet": "^3.8", "friendsofsymfony/oauth2-php": "^1.3" }, "require-dev": { "symfony/var-dumper": ">=4.2", "topthink/think-trace": "^1.0", "swoole/ide-helper": "^6.0" }, "autoload": { "psr-4": { "app\\": "app" }, "psr-0": { "": "extend/" } }, "config": { "preferred-install": "dist" }, "scripts": { "post-autoload-dump": [ "@php think service:discover", "@php think vendor:publish" ] } }