diff --git a/README.md b/README.md index 695846f..d5230ea 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,13 @@ Omnipay for Laravel 4 Integrates the [Omnipay](https://github.com/adrianmacneil/omnipay) PHP library with Laravel 4 via a ServiceProvider to make Configuring multiple payment tunnels a breeze! +*Note:* for Omnipay 2.0 see version `1.1` and onwards or `master`. + ### Installation Include the laravel-omnipay package as a dependency in your `composer.json`: - "ignited/laravel-omnipay": "1.*" + "ignited/laravel-omnipay": "~1.0" **Note:** You don't need to include the `omnipay/omnipay` in your composer.json - it is a requirement of the `laravel-omnipay` package.