From 81dfeb65073c605aed5985ca840bf6e4157a4433 Mon Sep 17 00:00:00 2001 From: Wanne Van Camp <3399877+wannevancamp@users.noreply.github.com> Date: Thu, 26 Oct 2023 13:50:56 +0200 Subject: [PATCH 1/2] Update composer.json Allow newer versions of the adyen/php-api-libary within the major 15 versions, since this won't cause breaking changes. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d142e9db..accf8b47 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "require": { "shopware/core": "^6.4.0.0 || ^6.5.0.0", "shopware/storefront": "^6.4.0.0 || ^6.5.0.0", - "adyen/php-api-library": "15.0.0", + "adyen/php-api-library": "^15.0", "adyen/php-webhook-module": "0.8.0", "ext-json": "*" }, From 9400284478f69412ff621a1464201637ed1fed67 Mon Sep 17 00:00:00 2001 From: Khushboo Date: Wed, 22 Nov 2023 10:46:23 +0100 Subject: [PATCH 2/2] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index accf8b47..f3996c5a 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "require": { "shopware/core": "^6.4.0.0 || ^6.5.0.0", "shopware/storefront": "^6.4.0.0 || ^6.5.0.0", - "adyen/php-api-library": "^15.0", + "adyen/php-api-library": "^15.0.0", "adyen/php-webhook-module": "0.8.0", "ext-json": "*" },