We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bad494 commit ec30004Copy full SHA for ec30004
composer.json
@@ -20,7 +20,7 @@
20
],
21
"require": {
22
"php": ">=5.5.0",
23
- "aliyunapi/php-aliyun-open-api-core": "~1.0"
+ "aliyunapi/php-aliyun-open-api-core": "~1.0 | dev-master"
24
},
25
"require-dev": {
26
"phpunit/phpunit": "4.*"
src/Client.php
@@ -39,7 +39,7 @@ class Client
39
* @var \aliyun\core\auth\SignerInterface 签名算法实例
40
*/
41
public $signer;
42
-
+
43
/**
44
* @var \GuzzleHttp\Client
45
0 commit comments