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 2626 "ext-json" : " *" ,
2727 "ext-xml" : " *" ,
2828 "php-http/cache-plugin" : " ^1.7" ,
29- "php-http/client-common" : " ^2.2 " ,
29+ "php-http/client-common" : " ^2.3 " ,
3030 "php-http/discovery" : " ^1.9" ,
3131 "php-http/httplug" : " ^2.1" ,
3232 "php-http/multipart-stream-builder" : " ^1.1" ,
5555 },
5656 "config" : {
5757 "preferred-install" : " dist"
58- }
58+ },
59+ "minimum-stability" : " dev" ,
60+ "prefer-stable" : true
5961}
Original file line number Diff line number Diff line change @@ -114,7 +114,8 @@ public function getHttpClient()
114114
115115 $ this ->pluginClient = new HttpMethodsClient (
116116 (new PluginClientFactory ())->createClient ($ this ->httpClient , $ plugins ),
117- $ this ->requestFactory
117+ $ this ->requestFactory ,
118+ $ this ->streamFactory
118119 );
119120 }
120121
You can’t perform that action at this time.
0 commit comments