You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
537 B
JSON
28 lines
537 B
JSON
2 years ago
|
{
|
||
|
"name": "qcloud/cos-sdk-v5",
|
||
|
"description": "PHP SDK for QCloud COS",
|
||
|
"keywords": [
|
||
|
"qcloud", "cos", "php"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "yaozongyou",
|
||
|
"email": "yaozongyou@vip.qq.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "lewzylu",
|
||
|
"email": "327874225@qq.com"
|
||
|
}
|
||
|
],
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"Qcloud\\Cos\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.0",
|
||
|
"guzzle/guzzle": "~3.7"
|
||
|
}
|
||
|
}
|