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 a72a13f commit 20039feCopy full SHA for 20039fe
README.md
@@ -49,7 +49,7 @@ $units = 'metric';
49
50
// You can use every PSR-17 compatible HTTP request factory
51
// and every PSR-18 compatible HTTP client. This example uses
52
-// `http-interop/http-factory-guzzle` and `php-http/guzzle6-adapter`
+// `http-interop/http-factory-guzzle` ^1.0 and `php-http/guzzle6-adapter` ^2.0 || ^1.0
53
// which you need to install separately.
54
$httpRequestFactory = new RequestFactory();
55
$httpClient = GuzzleAdapter::createWithConfig([]);
0 commit comments