加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 733 Bytes
一键复制 编辑 原始数据 按行查看 历史
star7th 提交于 2021-08-23 19:04 . v2.9.9
{
"name": "showdoc/showdoc",
"type": "project",
"description": "ShowDoc is a tool greatly applicable for an IT team to share documents online",
"keywords": ["showdoc","documents","Api"],
"homepage": "https://github.com/star7th/showdoc",
"version":"v2.9.9",
"license": "Apache-2.0",
"authors": [
{
"name": "star7th",
"email": "xing7th@gmail.com",
"homepage": "http://blog.star7th.com/",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0",
"qcloud/cos-sdk-v5": "1.*",
"league/oauth2-client": "^2.6",
"jasig/phpcas": "^1.3"
},
"config": {
"vendor-dir": "./server/vendor"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化