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 6b98699 commit 74d2837Copy full SHA for 74d2837
README.md
@@ -56,7 +56,13 @@ Read more about HTTPlug in [their docs](http://docs.php-http.org/en/latest/httpl
56
To install Google Maps geocoder with Guzzle 6 you may run the following command:
57
58
```
59
-$ composer require geocoder-php/google-maps-provider php-http/guzzle6-adapter php-http/message
+$ composer require geocoder-php/google-maps-provider php-http/guzzle6-adapter
60
+```
61
+
62
+Or using the curl client (you'll need to provide a PSR7 implementation such as `nyholm/psr7` if not using guzzle)
63
64
65
+$ composer geocoder-php/google-maps-provider php-http/curl-client nyholm/psr7
66
67
68
### Framework integration
0 commit comments