1 Star 2 Fork 1

小松 / source_system

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.json 1009 Bytes
一键复制 编辑 原始数据 按行查看 历史
小松 提交于 2021-12-01 20:36 . v6
{
"name": "topthink/think",
"description": "the new thinkphp framework",
"type": "project",
"keywords": [
"framework",
"thinkphp",
"ORM"
],
"homepage": "http://thinkphp.cn/",
"license": "Apache-2.0",
"authors": [{
"name": "liu21st",
"email": "liu21st@gmail.com"
}],
"require": {
"php": ">=5.4.0",
"topthink/framework": "5.0.*",
"phpoffice/phpspreadsheet": "^1.16",
"alibabacloud/client": "^1.5",
"zoujingli/wechat-developer": "^1.2",
"yansongda/pay": "^2.10",
"thiagoalessio/tesseract_ocr": "^2.12",
"aliyuncs/oss-sdk-php": "^2.4",
"jaeger/querylist": "^4.2",
"topthink/think-image": "^1.0"
},
"autoload": {
"psr-4": {
"app\\": "application",
"phpmailer\\": "extend/phpmailer"
}
},
"extra": {
"think-path": "thinkphp"
},
"config": {
"preferred-install": "dist"
}
}
1
https://gitee.com/komatsu1134/source_system.git
git@gitee.com:komatsu1134/source_system.git
komatsu1134
source_system
source_system
main

搜索帮助