Skip to content

Commit ec30004

Browse files
committed
update
1 parent 0bad494 commit ec30004

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"require": {
2222
"php": ">=5.5.0",
23-
"aliyunapi/php-aliyun-open-api-core": "~1.0"
23+
"aliyunapi/php-aliyun-open-api-core": "~1.0 | dev-master"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "4.*"

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Client
3939
* @var \aliyun\core\auth\SignerInterface 签名算法实例
4040
*/
4141
public $signer;
42-
42+
4343
/**
4444
* @var \GuzzleHttp\Client
4545
*/

0 commit comments

Comments
 (0)