加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.78 KB
一键复制 编辑 原始数据 按行查看 历史
无邪 提交于 2022-08-16 15:29 . 1.9.23
{
"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",
"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"
},
"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"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化