From cdffef982961525a1a3b15516c1a51c610e7cb11 Mon Sep 17 00:00:00 2001 From: Thomas Reichling Date: Thu, 2 Feb 2017 23:07:52 +0100 Subject: [PATCH] Update REST API PayPal SDK from 1.3 to 1.11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 14f8c29..9414c04 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "illuminate/support": "~5.0", "ext-curl": "*", "ext-json": "*", - "paypal/rest-api-sdk-php": "1.3.0" + "paypal/rest-api-sdk-php": "1.11.0" }, "require-dev":{ "phpspec/phpspec": "~2.0"