From 80988df9bd1bcec3987c0bbbd57e0d877aeff3d1 Mon Sep 17 00:00:00 2001 From: Antonio Dal Sie Date: Mon, 22 Aug 2016 18:14:42 +0200 Subject: [PATCH] Fix ssl error --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fc9d31a..28d0610 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.2" + "paypal/rest-api-sdk-php": "1.6.4" }, "require-dev":{ "phpspec/phpspec": "~2.0"