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 7899bfd commit a77d10aCopy full SHA for a77d10a
README.md
@@ -46,6 +46,14 @@ Alternatively you can include every gateway by requring:
46
47
**Note:** this requires a large amount of composer work as it needs to fetch each seperate repository. This is not recommended.
48
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
57
#### Laravel 5
58
59
Add a ServiceProvider to your providers array in `config/app.php`:
0 commit comments