File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66[ ![ Latest Stable Version] ( https://poser.pugx.org/omnipay/omnipay/version )] ( https://packagist.org/packages/omnipay/omnipay )
77[ ![ Total Downloads] ( https://poser.pugx.org/omnipay/omnipay/d/total )] ( https://packagist.org/packages/omnipay/omnipay )
88
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
1010ideas from [ Active Merchant] ( http://activemerchant.org/ ) , plus experience implementing
1111dozens of gateways for [ CI Merchant] . It has a clear and consistent API,
1212is 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/).
6969For most uses, you will need to require ` omnipay/omnipay ` and an individual gateway:
7070
7171```
72- composer require omnipay/omnipay omnipay/paypal
72+ composer require omnipay/omnipay:^3 omnipay/paypal
7373```
7474
7575If you want to use your own HTTP Client instead of Guzzle (which is the default for ` omnipay/omnipay ` ),
7676you can require ` omnipay/common ` and any ` php-http/client-implementation ` (see [ PHP Http] ( http://docs.php-http.org/en/latest/clients.html ) )
7777
7878```
79- composer require omnipay/common omnipay/paypal php-http/buzz-adapter
79+ composer require omnipay/common:^3 omnipay/paypal php-http/buzz-adapter
8080```
8181
8282## Upgrade from v2 to v3
You can’t perform that action at this time.
0 commit comments