Skip to content

Commit 076dd96

Browse files
committed
Update readme
1 parent 098e133 commit 076dd96

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Total Downloads](https://poser.pugx.org/omnipay/paypal/d/total.png)](https://packagist.org/packages/omnipay/paypal)
88

99
[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.
1111

1212
## Installation
1313

@@ -17,11 +17,14 @@ to your `composer.json` file:
1717
```json
1818
{
1919
"require": {
20-
"omnipay/paypal": "~2.0"
20+
"omnipay/paypal": "~3.0@dev"
2121
}
2222
}
2323
```
2424

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+
2528
And run composer to update your dependencies:
2629

2730
$ curl -s http://getcomposer.org/installer | php

0 commit comments

Comments
 (0)