加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 847 Bytes
一键复制 编辑 原始数据 按行查看 历史
saithink 提交于 2024-10-15 14:39 . 格式调整
{
"name": "saithink/saiadmin",
"description": "webman plugin",
"type": "library",
"license": "MIT",
"require": {
"php": "^7.3||^8.0",
"webman/think-orm": "^1.1",
"webman/captcha": "^1.0",
"webman/push": "^1.0",
"webman/event": "^1.0",
"workerman/crontab": "^1.0",
"illuminate/redis": ">=8.0",
"illuminate/events": ">=8.0",
"zoujingli/ip2region": "^2.0",
"firebase/php-jwt": "^6.4",
"guzzlehttp/guzzle": "^7.8",
"saithink/think-validate": "^2.0",
"tinywan/storage": "^1.0",
"ramsey/uuid": "^4.0"
},
"autoload": {
"psr-4": {
"Webman\\saiadmin\\": "src/"
}
},
"authors": [
{
"name": "saithink",
"email": "1430792918@qq.com"
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化