修改composer

This commit is contained in:
yanwenwu
2020-01-25 16:24:44 +08:00
parent 886e86ef24
commit 0db7f7d3e9
8 changed files with 261 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
{
"name": "jaguarjack/think-filesystem-cloud",
"description": "cloud filesystem for thinkphp6.0",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "jaguarjack",
"email": "njphper@gmail.com"
}
],
"minimum-stability": "dev",
"require": {
"guzzlehttp/guzzle": "^6.3",
"overtrue/flysystem-qiniu": "^1.0",
"overtrue/flysystem-cos": "^2.0",
"iidestiny/flysystem-oss": "^1.3",
"jaguarjack/think-filesystem-cloud": "dev-master"
},
"autoload": {
"psr-4": {
"jaguarjack\\filesystem\\cloud\\": "src"
}
},
"extra": {
"think": {
"services": [
"jaguarjack\\filesystem\\cloud\\Service"
]
}
}
}