加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 660 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangzq 提交于 2021-01-21 23:55 . init
{
"name": "gnitif/mixoos",
"description": "upload file to oos,qiniucloud or cos ",
"homepage": "https://gitee.com/gnitif/mixoos",
"keywords": [
"php",
"mixoos"
],
"authors": [
{
"name": "gnitif",
"email": "gnitif@126.com",
"role": "Developer"
}
],
"license": "BSD-3-Clause",
"require": {
"php": ">=7.1.0",
"topthink/framework": "~6.0.0",
"qiniu/php-sdk": "^7.2",
"aliyuncs/oss-sdk-php": "^2.3",
"qcloud/cos-sdk-v5": "^2.0"
},
"autoload": {
"psr-4": {
"think\\": "src"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化