24 lines
499 B
JSON
24 lines
499 B
JSON
|
{
|
||
|
"name": "tencent/qcloud-sts-sdk",
|
||
|
"description": "PHP SDK for QCloud STS",
|
||
|
"keywords": [
|
||
|
"qcloud", "sts", "cos", "php"
|
||
|
],
|
||
|
"homepage": "https://github.com/tencentyun/qcloud-cos-sts-sdk",
|
||
|
"license": "MIT",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "qcloudterminal",
|
||
|
"email": "qcloudterminal@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"QCloud\\COSSTS\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.0"
|
||
|
}
|
||
|
}
|