Skip to content

Commit c803192

Browse files
committed
Use more versions
1 parent aca25e0 commit c803192

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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
1010
ideas from [Active Merchant](http://activemerchant.org/), plus experience implementing
1111
dozens of gateways for [CI Merchant]. It has a clear and consistent API,
1212
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/).
6969
For 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

7575
If you want to use your own HTTP Client instead of Guzzle (which is the default for `omnipay/omnipay`),
7676
you 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

0 commit comments

Comments
 (0)