
- 添加AfterSales类处理售后服务相关接口 - 新增ContentTemplate控制器和模型用于内容模板管理 - 添加diandian渠道服务类 - 更新Feedov控制器和添加FeedovHfAuto命令类 - 新增autoCard视图用于自动发卡设置
74 lines
1.6 KiB
JSON
74 lines
1.6 KiB
JSON
{
|
|
"type": "project",
|
|
"name": "zoujingli/thinkadmin",
|
|
"license": "MIT",
|
|
"homepage": "https://thinkadmin.top",
|
|
"description": "Application development framework",
|
|
"keywords": [
|
|
"ThinkAdmin",
|
|
"ThinkLibrary"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Anyon",
|
|
"email": "zoujingli@qq.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.1.0",
|
|
"ext-gd": "*",
|
|
"ext-xml": "*",
|
|
"ext-json": "*",
|
|
"ext-curl": "*",
|
|
"ext-iconv": "*",
|
|
"ext-openssl": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-simplexml": "*",
|
|
"endroid/qr-code": "^1.9",
|
|
"topthink/framework": "^6.0|^8.0",
|
|
"topthink/think-view": "^1.0|^2.0",
|
|
"zoujingli/ip2region": "^1.0|^2.0|*",
|
|
"zoujingli/think-library": "^6.1|*",
|
|
"zoujingli/wechat-developer": "^1.2",
|
|
"zoujingli/think-plugs-admin": "^1.0",
|
|
"webman/console": "^v1.2.35",
|
|
"phpoffice/phpspreadsheet": "^3.6",
|
|
"ext-apcu": "*",
|
|
"ext-xmlreader": "*",
|
|
"ext-zip": "*",
|
|
"ext-dom": "*",
|
|
"ext-zlib": "*",
|
|
"ext-libxml": "*",
|
|
"ext-sqlite3": "*",
|
|
"ext-xmlwriter": "*",
|
|
"zoujingli/think-plugs-worker": "^1.0",
|
|
"ext-bcmath": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"": "extend"
|
|
},
|
|
"psr-4": {
|
|
"app\\": "app"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"post-autoload-dump": [
|
|
"@php think service:discover",
|
|
"@php think vendor:publish"
|
|
]
|
|
},
|
|
"minimum-stability": "stable",
|
|
"repositories": {
|
|
"packagist": {
|
|
"type": "composer",
|
|
"url": "https://mirrors.aliyun.com/composer"
|
|
}
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"zoujingli/think-install": true
|
|
}
|
|
}
|
|
}
|