We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38fcc0b + 4a7eb2f commit 8a29f3eCopy full SHA for 8a29f3e
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