2020-01-01 13:17:19 +08:00
|
|
|
{
|
2020-10-29 16:49:57 +08:00
|
|
|
"name": "taoser/taoler",
|
2020-12-09 14:03:22 +08:00
|
|
|
"description": "the new thinkphp taoler bbs system",
|
2020-01-01 13:17:19 +08:00
|
|
|
"type": "project",
|
|
|
|
"keywords": [
|
2020-12-09 14:03:22 +08:00
|
|
|
"taoler",
|
2020-01-01 13:17:19 +08:00
|
|
|
"thinkphp",
|
|
|
|
"ORM"
|
|
|
|
],
|
2020-12-09 14:03:22 +08:00
|
|
|
"homepage": "http://www.aieok.com/",
|
2020-01-01 13:17:19 +08:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
"authors": [
|
|
|
|
{
|
2020-12-09 14:03:22 +08:00
|
|
|
"name": "taoser",
|
|
|
|
"email": "changlin_zhao@qq.com"
|
|
|
|
}
|
2020-01-01 13:17:19 +08:00
|
|
|
],
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.1.0",
|
2020-01-17 14:57:05 +08:00
|
|
|
"topthink/framework": "^6.0.0",
|
2020-02-12 17:20:07 +08:00
|
|
|
"topthink/think-orm": "^2.0",
|
|
|
|
"topthink/think-multi-app": "^1.0",
|
2020-05-20 11:33:27 +08:00
|
|
|
"taoser/think-auth": "^1.0",
|
2020-02-18 19:28:14 +08:00
|
|
|
"topthink/think-view": "^1.0",
|
2020-05-20 11:33:27 +08:00
|
|
|
"topthink/think-captcha": "^3.0",
|
|
|
|
"phpmailer/phpmailer": "^6.1",
|
2021-01-30 17:47:18 +08:00
|
|
|
"firebase/php-jwt": "^5.2",
|
2021-05-10 13:59:58 +08:00
|
|
|
"lotofbadcode/phpspirit_databackup": "^1.1",
|
2021-11-02 15:40:58 +08:00
|
|
|
"wamkj/thinkphp6.0-databackup": "^1.0",
|
|
|
|
"taoser/think-addons": "^1.0"
|
2020-01-01 13:17:19 +08:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/var-dumper": "^4.2",
|
|
|
|
"topthink/think-trace":"^1.0"
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"app\\": "app"
|
|
|
|
},
|
|
|
|
"psr-0": {
|
|
|
|
"": "extend/"
|
2021-11-02 15:40:58 +08:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"extend/taoler/com/form.php"
|
|
|
|
]
|
2020-01-01 13:17:19 +08:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"preferred-install": "dist"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"post-autoload-dump": [
|
|
|
|
"@php think service:discover",
|
|
|
|
"@php think vendor:publish"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|