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