Skip to content

Commit 20039fe

Browse files
committed
Clarify dependency versions in README
1 parent a72a13f commit 20039fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ $units = 'metric';
4949

5050
// You can use every PSR-17 compatible HTTP request factory
5151
// and every PSR-18 compatible HTTP client. This example uses
52-
// `http-interop/http-factory-guzzle` and `php-http/guzzle6-adapter`
52+
// `http-interop/http-factory-guzzle` ^1.0 and `php-http/guzzle6-adapter` ^2.0 || ^1.0
5353
// which you need to install separately.
5454
$httpRequestFactory = new RequestFactory();
5555
$httpClient = GuzzleAdapter::createWithConfig([]);

0 commit comments

Comments
 (0)