Skip to content

Commit f91fd29

Browse files
committed
Add Stream Factory Discovery
1 parent b460d30 commit f91fd29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Lib/Configuration.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@ public function getClient(): ClientInterface
219219
{
220220
return new HttpMethodsClient(
221221
$this->client ?? Psr18ClientDiscovery::find(),
222-
Psr17FactoryDiscovery::findRequestFactory()
222+
Psr17FactoryDiscovery::findRequestFactory(),
223+
Psr17FactoryDiscovery::findStreamFactory(),
223224
);
224225
}
225226
}

0 commit comments

Comments
 (0)