From e69a087cb5a3e371099c5a4a3c58cdfb757ecd29 Mon Sep 17 00:00:00 2001 From: Andrew Gurinovich Date: Thu, 11 Dec 2014 12:42:46 +0300 Subject: [PATCH 1/3] Should use fork altmind/omnipay-paypal --- composer.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/composer.json b/composer.json index 536f59bb..48531b8c 100644 --- a/composer.json +++ b/composer.json @@ -57,6 +57,12 @@ "homepage": "https://github.com/thephpleague/omnipay/graphs/contributors" } ], + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/altmind/omnipay-paypal" + } + ], "require": { "omnipay/2checkout": "~2.0", "omnipay/authorizenet": "~2.0", From fc782bf0bcd09fd067576e0215772a2a0da604fc Mon Sep 17 00:00:00 2001 From: Andrew Gurinovich Date: Thu, 11 Dec 2014 13:05:15 +0300 Subject: [PATCH 2/3] use specific version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 48531b8c..e1e27c44 100644 --- a/composer.json +++ b/composer.json @@ -83,7 +83,7 @@ "omnipay/payfast": "~2.0", "omnipay/payflow": "~2.0", "omnipay/paymentexpress": "~2.0", - "omnipay/paypal": "~2.0", + "omnipay/paypal": "~2.3.2", "omnipay/pin": "~2.0", "omnipay/sagepay": "~2.0", "omnipay/securepay": "~2.0", From 3ca2d560ade61edfee3e718dd8b6b5f8b976362a Mon Sep 17 00:00:00 2001 From: Andrew Gurinovich Date: Thu, 11 Dec 2014 13:55:46 +0300 Subject: [PATCH 3/3] version bump --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e1e27c44..5dc16bcf 100644 --- a/composer.json +++ b/composer.json @@ -83,7 +83,7 @@ "omnipay/payfast": "~2.0", "omnipay/payflow": "~2.0", "omnipay/paymentexpress": "~2.0", - "omnipay/paypal": "~2.3.2", + "omnipay/paypal": "2.3.3", "omnipay/pin": "~2.0", "omnipay/sagepay": "~2.0", "omnipay/securepay": "~2.0",