{ "name": "taoser/taoler", "description": "the new thinkphp taoler bbs system", "type": "project", "keywords": [ "taoler", "thinkphp", "ORM" ], "homepage": "http://www.aieok.com/", "license": "Apache-2.0", "authors": [ { "name": "taoser", "email": "changlin_zhao@qq.com" } ], "require": { "php": ">=7.1.0", "topthink/framework": "^6.0.0", "topthink/think-orm": "^2.0", "topthink/think-multi-app": "^1.0", "taoser/think-auth": "^1.0", "topthink/think-view": "^1.0", "topthink/think-captcha": "^3.0", "phpmailer/phpmailer": "^6.1", "firebase/php-jwt": "^5.2", "lotofbadcode/phpspirit_databackup": "^1.1", "wamkj/thinkphp6.0-databackup": "^1.0", "taoser/think-addons": "^1.0", "liliuwei/thinkphp-social": "^1.3" }, "require-dev": { "symfony/var-dumper": "^4.2", "topthink/think-trace":"^1.0" }, "autoload": { "psr-4": { "app\\": "app" }, "psr-0": { "": "extend/" }, "files": [ "extend/taoler/com/form.php" ] }, "config": { "preferred-install": "dist" }, "scripts": { "post-autoload-dump": [ "@php think service:discover", "@php think vendor:publish" ] } }