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 43bc7c2 commit 18186c3Copy full SHA for 18186c3
README.md
@@ -11,10 +11,10 @@ processing library for PHP. This package implements PayPal support for Omnipay.
11
12
## Installation
13
14
-Omnipay is installed via [Composer](http://getcomposer.org/). To install, simply require `omnipay/omnipay` and `omnipay/paypal` with Composer:
+Omnipay is installed via [Composer](http://getcomposer.org/). To install, simply require `league/omnipay` and `omnipay/paypal` with Composer:
15
16
```
17
-composer require omnipay/omnipay omnipay/paypal
+composer require league/omnipay omnipay/paypal
18
19
20
0 commit comments