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.
24 lines
499 B
JSON
24 lines
499 B
JSON
8 months ago
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|