File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 7
7
[ ![ Total Downloads] ( https://poser.pugx.org/omnipay/paypal/d/total.png )] ( https://packagist.org/packages/omnipay/paypal )
8
8
9
9
[ Omnipay] ( https://github.com/thephpleague/omnipay ) is a framework agnostic, multi-gateway payment
10
- processing library for PHP 5.3+ . This package implements PayPal support for Omnipay.
10
+ processing library for PHP. This package implements PayPal support for Omnipay.
11
11
12
12
## Installation
13
13
@@ -17,11 +17,14 @@ to your `composer.json` file:
17
17
``` json
18
18
{
19
19
"require" : {
20
- "omnipay/paypal" : " ~2.0 "
20
+ "omnipay/paypal" : " ~3.0@dev "
21
21
}
22
22
}
23
23
```
24
24
25
+ > Note: v3 is in development. See the [ 2.x branch] ( https://github.com/thephpleague/omnipay-paypal/tree/2.x ) for the Omnipay 2.x version.
26
+
27
+
25
28
And run composer to update your dependencies:
26
29
27
30
$ curl -s http://getcomposer.org/installer | php
You can’t perform that action at this time.
0 commit comments