5 Star 87 Fork 27

Thans / thinkphp-filesystem-cloud

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.json 771 Bytes
一键复制 编辑 原始数据 按行查看 历史
OkCoder 提交于 2023-10-28 06:59 . update composer.json.
{
"name": "thans/thinkphp-filesystem-cloud",
"description": "thinkphp6.0 filesystem,include Aliyun and Qiniu",
"type": "library",
"require": {
"php": ">=7.1.0",
"topthink/framework": "^6.0.0 | ^8.0.0",
"xxtime/flysystem-aliyun-oss": "^1.4",
"liz/flysystem-qiniu": "^1.10",
"overtrue/flysystem-cos": "^2.0.0"
},
"license": "MIT",
"authors": [
{
"name": "Thans",
"email": "360641274@qq.com"
}
],
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"thans\\filesystem\\": "src/"
}
},
"extra": {
"think": {
"services": [
"thans\\filesystem\\Service"
]
}
}
}
PHP
1
https://gitee.com/thans/thinkphp-filesystem-cloud.git
git@gitee.com:thans/thinkphp-filesystem-cloud.git
thans
thinkphp-filesystem-cloud
thinkphp-filesystem-cloud
master

搜索帮助