From 88c6ebf5efc7efcd9518742d6b2f7644e460b4a3 Mon Sep 17 00:00:00 2001 From: PayPalServerSDKs Date: Mon, 10 Nov 2025 18:16:07 +0000 Subject: [PATCH] Automated commit message --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f3d9c74..6920eac 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "PayPal's SDK for interacting with the REST APIs", "type": "library", "keywords": [], - "homepage": "https://www.apimatic.io", + "homepage": "https://github.com/paypal/PayPal-PHP-Server-SDK", "license": [ "MIT" ], @@ -16,7 +16,7 @@ "ext-curl": "*", "apimatic/unirest-php": "^4.0.6", "apimatic/core-interfaces": "~0.1.5", - "apimatic/core": "~0.3.13" + "apimatic/core": "~0.3.15" }, "require-dev": { "squizlabs/php_codesniffer": "^3.5",