diff --git a/README.md b/README.md index 139cc8d..874958f 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,14 @@ 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! +### Laravel 5 Support + +For Laravel 5 see the [version 2.x](https://github.com/ignited/laravel-omnipay/tree/2.0) tree + +### Now using Omnipay 2.0 + +Version `1.1` and onwards has been updated to use Omnipay 2.0. + ### Composer Configuration Include the laravel-omnipay package as a dependency in your `composer.json`: diff --git a/composer.json b/composer.json index 6ef0868..6fb2209 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.1.x-dev" + "dev-master": "1.1-dev" } }, "minimum-stability": "dev"