Skip to content

Commit a77d10a

Browse files
authored
Added a note about support for Guzzle 6
1 parent 7899bfd commit a77d10a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ Alternatively you can include every gateway by requring:
4646

4747
**Note:** this requires a large amount of composer work as it needs to fetch each seperate repository. This is not recommended.
4848

49+
### Guzzle 6
50+
51+
If you are using Guzzle 6 you need to require the following package.
52+
53+
composer require php-http/guzzle6-adapter
54+
55+
Guzzle 7 now implements a PSR http client compliant adapter. So there is no need to include this.
56+
4957
#### Laravel 5
5058

5159
Add a ServiceProvider to your providers array in `config/app.php`:

0 commit comments

Comments
 (0)