2 Star 0 Fork 0

Dualenginecode/core-framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
rotoos 提交于 2024-09-04 13:04 . 修复
{
"name": "dualengine-team/core-framework",
"description": "coreFramework",
"type": "library",
"license": "Apache-2.0",
"authors": [
{
"name": "rotoos"
}
],
"require": {
"php": ">=8.0",
"ext-gd": "*",
"ext-curl": "*",
"ext-json": "*",
"ext-zlib": "*",
"ext-iconv": "*",
"ext-openssl": "*",
"ext-mbstring": "*",
"symfony/process": "^5.4|^6.0|*",
"topthink/framework": "^6.0|^8.0|*",
"topthink/think-migration": "^3.0|*",
"zoujingli/qrcode": "^1.0|*",
"zoujingli/wechat-developer": "^1.2|@dev",
"tencentcloud/ses": "^3.0",
"tencentcloud/sms": "^3.0",
"alibabacloud/dm": "^1.8",
"alibabacloud/dysmsapi": "^1.8",
"alipaysdk/easysdk": "^2.2",
"tecnickcom/tcpdf": "^6.7"
},
"autoload": {
"files": [
"src/common.php"
],
"psr-4": {
"think\\admin\\": "src/"
}
},
"extra": {
"think": {
"services": [
"think\\admin\\Library"
]
}
},
"prefer-stable": true,
"minimum-stability": "dev",
"config": {
"sort-packages": true
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/Dualenginecode/core-framework.git
git@gitee.com:Dualenginecode/core-framework.git
Dualenginecode
core-framework
core-framework
master

搜索帮助