Skip to content

Commit 74d2837

Browse files
atymicjbelien
authored andcommitted
docs: update install commands (#1022)
1 parent 6b98699 commit 74d2837

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,13 @@ Read more about HTTPlug in [their docs](http://docs.php-http.org/en/latest/httpl
5656
To install Google Maps geocoder with Guzzle 6 you may run the following command:
5757

5858
```
59-
$ composer require geocoder-php/google-maps-provider php-http/guzzle6-adapter php-http/message
59+
$ 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
6066
```
6167

6268
### Framework integration

0 commit comments

Comments
 (0)