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 432d2a8 commit d934db0Copy full SHA for d934db0
composer.json
@@ -18,7 +18,7 @@
18
],
19
"require": {
20
"php": "^7.1",
21
- "php-http/client-common": "^2.2",
+ "php-http/client-common": "^2.3",
22
"php-http/cache-plugin": "^1.7",
23
"php-http/discovery": "^1.9",
24
"php-http/httplug": "^2.1",
lib/Github/HttpClient/Builder.php
@@ -102,7 +102,8 @@ public function getHttpClient()
102
103
$this->pluginClient = new HttpMethodsClient(
104
(new PluginClientFactory())->createClient($this->httpClient, $plugins),
105
- $this->requestFactory
+ $this->requestFactory,
106
+ $this->streamFactory
107
);
108
}
109
0 commit comments