初始上传
This commit is contained in:
32
vendor/overtrue/flysystem-cos/composer.json
vendored
Executable file
32
vendor/overtrue/flysystem-cos/composer.json
vendored
Executable file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "overtrue/flysystem-cos",
|
||||
"description": "Flysystem adapter for the QCloud COS storage.",
|
||||
"require": {
|
||||
"php": ">=7.0",
|
||||
"league/flysystem": "^1.0",
|
||||
"qcloud/cos-sdk-v5": "^2.0.0",
|
||||
"guzzlehttp/guzzle": "^6.3|^7.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"php": ">=7.1",
|
||||
"phpunit/phpunit": "^8.0",
|
||||
"mockery/mockery": "~1.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Overtrue\\Flysystem\\Cos\\": "src"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Overtrue\\Flysystem\\Cos\\Tests\\": "tests"
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "overtrue",
|
||||
"email": "i@overtrue.me"
|
||||
}
|
||||
],
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user