From 8f06e86f774ede195518b8bd71b8e3612995055d Mon Sep 17 00:00:00 2001 From: Pierre-Henry Soria Date: Mon, 21 Oct 2019 18:22:21 +0900 Subject: [PATCH] Update Braintree SDK to v4.4 --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index ac813c0fe4..c42c409059 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "shrikeh/teapot": "^2.3", "facebook/graph-sdk": "^5.6", "stripe/stripe-php": "^5.9", - "braintree/braintree_php": "^3.27", + "braintree/braintree_php": "^4.4.0", "arcansecurity/skeerel-php": "^2.3", "twilio/sdk": "^5.28", "arcturial/clickatell": "^3.0", diff --git a/composer.lock b/composer.lock index d936745bea..17786090ee 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "4004e38857be4e40687f679ef9676e21", + "content-hash": "f0acf78d2f0cbc42e6d9de8c8b153196", "packages": [ { "name": "arcansecurity/skeerel-php", @@ -100,16 +100,16 @@ }, { "name": "braintree/braintree_php", - "version": "3.40.0", + "version": "4.4.0", "source": { "type": "git", "url": "https://github.com/braintree/braintree_php.git", - "reference": "840fc6ebf8d96756fed475cce94565fef178187d" + "reference": "a7e32dbb5c680c5b8a46288c1ab30899c4f99aed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/braintree/braintree_php/zipball/840fc6ebf8d96756fed475cce94565fef178187d", - "reference": "840fc6ebf8d96756fed475cce94565fef178187d", + "url": "https://api.github.com/repos/braintree/braintree_php/zipball/a7e32dbb5c680c5b8a46288c1ab30899c4f99aed", + "reference": "a7e32dbb5c680c5b8a46288c1ab30899c4f99aed", "shasum": "" }, "require": { @@ -118,10 +118,10 @@ "ext-hash": "*", "ext-openssl": "*", "ext-xmlwriter": "*", - "php": ">=5.4.0" + "php": ">=7.2.0" }, "require-dev": { - "phpunit/phpunit": "3.7.*" + "phpunit/phpunit": "^7.5" }, "type": "library", "autoload": { @@ -143,7 +143,7 @@ } ], "description": "Braintree PHP Client Library", - "time": "2019-03-28T23:16:53+00:00" + "time": "2019-10-02T19:48:51+00:00" }, { "name": "composer/ca-bundle",