{ "name": "taoser/taoler", "description": "the new thinkphp taoler bbs system", "type": "project", "keywords": [ "taoler", "thinkphp", "ORM" ], "homepage": "https://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", "lotofbadcode/phpspirit_databackup": "^1.1", "wamkj/thinkphp6.0-databackup": "^1.0", "taoser/think-addons": "^1.0", "liliuwei/thinkphp-social": "^1.3", "taoser/think-setarr": "^0.0.3", "topthink/think-migration": "^3.0", "workerman/workerman": "^4.0", "endroid/qr-code": "^4.4", "yansongda/pay": "~3.1.0", "guzzlehttp/guzzle": "7.0", "php-di/php-di": "^6.4", "workerman/phpsocket.io": "^1.1", "jaeger/querylist": "^4.2", "symfony/var-exporter": "^5.4", "yzh52521/easyhttp": "^1.0" }, "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", "allow-plugins": { "topthink/think-installer": true } }, "scripts": { "post-autoload-dump": [ "@php think service:discover", "@php think vendor:publish" ] } }