File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 26
26
"ext-json" : " *" ,
27
27
"ext-xml" : " *" ,
28
28
"php-http/cache-plugin" : " ^1.7" ,
29
- "php-http/client-common" : " ^2.2 " ,
29
+ "php-http/client-common" : " ^2.3 " ,
30
30
"php-http/discovery" : " ^1.9" ,
31
31
"php-http/httplug" : " ^2.1" ,
32
32
"php-http/multipart-stream-builder" : " ^1.1" ,
55
55
},
56
56
"config" : {
57
57
"preferred-install" : " dist"
58
- }
58
+ },
59
+ "minimum-stability" : " dev" ,
60
+ "prefer-stable" : true
59
61
}
Original file line number Diff line number Diff line change @@ -114,7 +114,8 @@ public function getHttpClient()
114
114
115
115
$ this ->pluginClient = new HttpMethodsClient (
116
116
(new PluginClientFactory ())->createClient ($ this ->httpClient , $ plugins ),
117
- $ this ->requestFactory
117
+ $ this ->requestFactory ,
118
+ $ this ->streamFactory
118
119
);
119
120
}
120
121
You can’t perform that action at this time.
0 commit comments