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 4dd3adc commit 234c3edCopy full SHA for 234c3ed
README.md
@@ -11,13 +11,12 @@ processing library for PHP. This package implements Stripe support for Omnipay.
11
12
## Installation
13
14
-Omnipay is installed via [Composer](http://getcomposer.org/). To install, simply require `omnipay/omnipay` and `omnipay/stripe` with Composer:
+Omnipay is installed via [Composer](http://getcomposer.org/). To install, simply require `league/omnipay` and `omnipay/stripe` with Composer:
15
16
```
17
-composer require omnipay/omnipay omnipay/stripe
+composer require league/omnipay omnipay/stripe
18
19
20
-
21
## Basic Usage
22
23
The following gateways are provided by this package:
0 commit comments