mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-01-18 17:38:09 +00:00
20 lines
417 B
JSON
20 lines
417 B
JSON
{
|
|
"name" : "365taofang/huaweicloud-sdk-php-obs",
|
|
"description" : "OBS PHP SDK",
|
|
"license":"Apache-2.0",
|
|
"version":"3.23.501",
|
|
"require" : {
|
|
"php" : ">=5.6.0",
|
|
"guzzlehttp/guzzle" : "^6.3.0 || ^7.0",
|
|
"guzzlehttp/psr7" : "^1.4.2 || ^2.0",
|
|
"monolog/monolog" : "^1.23.0 || ^2.0",
|
|
"psr/http-message": "^1.0"
|
|
},
|
|
|
|
"keywords" :["obs", "php"],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Obs\\": "Obs/"
|
|
}
|
|
}
|
|
} |