33 lines
746 B
JSON
Executable File
33 lines
746 B
JSON
Executable File
{
|
|
"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"
|
|
}
|