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 99d9efb commit 4a7eb2fCopy full SHA for 4a7eb2f
README.md
@@ -73,7 +73,7 @@ composer require league/omnipay:^3 omnipay/paypal
73
```
74
75
If you want to use your own HTTP Client instead of Guzzle (which is the default for `league/omnipay`),
76
-you can require `league/common` and any `php-http/client-implementation` (see [PHP Http](http://docs.php-http.org/en/latest/clients.html))
+you can require `omnipay/common` and any `php-http/client-implementation` (see [PHP Http](http://docs.php-http.org/en/latest/clients.html))
77
78
79
composer require league/common:^3 omnipay/paypal php-http/buzz-adapter
0 commit comments