File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
[ ![ Latest Stable Version] ( https://poser.pugx.org/omnipay/omnipay/version )] ( https://packagist.org/packages/omnipay/omnipay )
7
7
[ ![ Total Downloads] ( https://poser.pugx.org/omnipay/omnipay/d/total )] ( https://packagist.org/packages/omnipay/omnipay )
8
8
9
- Omnipay is a payment processing library for PHP. It has been designed based on
9
+ Omnipay is a payment processing library for PHP 7.1+ . It has been designed based on
10
10
ideas from [ Active Merchant] ( http://activemerchant.org/ ) , plus experience implementing
11
11
dozens of gateways for [ CI Merchant] . It has a clear and consistent API,
12
12
is fully unit tested, and even comes with an example application to get you started.
@@ -69,14 +69,14 @@ Omnipay is installed via [Composer](https://getcomposer.org/).
69
69
For most uses, you will need to require ` omnipay/omnipay ` and an individual gateway:
70
70
71
71
```
72
- composer require omnipay/omnipay omnipay/paypal
72
+ composer require omnipay/omnipay:^3 omnipay/paypal
73
73
```
74
74
75
75
If you want to use your own HTTP Client instead of Guzzle (which is the default for ` omnipay/omnipay ` ),
76
76
you can require ` omnipay/common ` and any ` php-http/client-implementation ` (see [ PHP Http] ( http://docs.php-http.org/en/latest/clients.html ) )
77
77
78
78
```
79
- composer require omnipay/common omnipay/paypal php-http/buzz-adapter
79
+ composer require omnipay/common:^3 omnipay/paypal php-http/buzz-adapter
80
80
```
81
81
82
82
## Upgrade from v2 to v3
You can’t perform that action at this time.
0 commit comments