Skip to content

Commit 3a21def

Browse files
committed
prerelease 2.3.4
1 parent 9690eb2 commit 3a21def

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
cos-php-sdk-v5 Upgrade Guide
22
====================
3+
2.3.3 to 2.3.4
4+
---------
5+
- 修复laravel8中guzzlehttp/psr7报错问题,后续重新整理依赖
6+
- 修复putBucketAccelerate接口与目前API不一致的问题
7+
38
2.3.2 to 2.3.3
49
---------
510
- 修复laravel8中guzzlehttp/psr7报错问题

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
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

src/Qcloud/Cos/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
* @method object GetDetectDocumentResult (array $arg)
108108
*/
109109
class Client extends GuzzleClient {
110-
const VERSION = '2.3.3';
110+
const VERSION = '2.3.4';
111111

112112
public $httpClient;
113113

src/Qcloud/Cos/Service.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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的方法.

0 commit comments

Comments
 (0)