From 4c5cb75dba4352cd436a824b598226580a72e843 Mon Sep 17 00:00:00 2001 From: Alex Whiteside Date: Thu, 29 May 2014 09:43:35 +1000 Subject: [PATCH 1/3] Branch to 1.1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From 16a0a06e937b2efc9ffc95bf220cad5454a98897 Mon Sep 17 00:00:00 2001 From: alexw23 Date: Thu, 29 May 2014 12:39:06 +1000 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 139cc8d..3c875c4 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ 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! +### 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`: From d3e73343496386f7a834840da1c168fe7270d8ec Mon Sep 17 00:00:00 2001 From: alexw23 Date: Thu, 19 Mar 2015 07:53:51 +1100 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3c875c4..874958f 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ 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.