From 719cd82fc53ba5b7b75491feef0a66a6234a9df3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 08:22:39 +0000 Subject: [PATCH] Update wirecard/payment-sdk-php requirement from 2.3.2 to 4.0.4 Updates the requirements on [wirecard/payment-sdk-php](https://github.com/wirecard/paymentSDK-php) to permit the latest version. - [Release notes](https://github.com/wirecard/paymentSDK-php/releases) - [Commits](https://github.com/wirecard/paymentSDK-php/compare/2.3.2...4.0.4) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8b2cca68..bfa26bd6 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "prefer-stable": true, "require": { "php": ">=5.6", - "wirecard/payment-sdk-php": "2.3.2", + "wirecard/payment-sdk-php": "4.0.4", "php-http/guzzle5-adapter": ">=1.0.1", "guzzlehttp/psr7": ">=1.4.2", "psr/log": "^1.0"