File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11cos-php-sdk-v5 Upgrade Guide
22====================
3+ 2.3.3 to 2.3.4
4+ ---------
5+ - 修复laravel8中guzzlehttp/psr7报错问题,后续重新整理依赖
6+ - 修复putBucketAccelerate接口与目前API不一致的问题
7+
382.3.2 to 2.3.3
49---------
510- 修复laravel8中guzzlehttp/psr7报错问题
Original file line number Diff line number Diff line change 2929 "php" : " >=5.6" ,
3030 "guzzlehttp/guzzle" : " >=6.2.1" ,
3131 "guzzlehttp/guzzle-services" : " >=1.1" ,
32- "guzzlehttp/psr7" : " <=2.0 "
32+ "guzzlehttp/psr7" : " <=2.1 "
3333 },
3434 "config" : {
3535 "platform-check" : false
Original file line number Diff line number Diff line change 107107 * @method object GetDetectDocumentResult (array $arg)
108108 */
109109class Client extends GuzzleClient {
110- const VERSION = '2.3.3 ' ;
110+ const VERSION = '2.3.4 ' ;
111111
112112 public $ httpClient ;
113113
Original file line number Diff line number Diff line change @@ -2130,12 +2130,7 @@ public static function getService() {
21302130 'required ' => true ,
21312131 'type ' => 'string ' ,
21322132 'location ' => 'xml ' ,
2133- ),
2134- 'Type ' => array (
2135- 'required ' => true ,
2136- 'type ' => 'string ' ,
2137- 'location ' => 'xml ' ,
2138- ),
2133+ )
21392134 ),
21402135 ),
21412136 // 配置存储桶(Bucket) website的方法.
You can’t perform that action at this time.
0 commit comments