From 73e6faa577aaff5d7c11a998b5f01a3934f00cc0 Mon Sep 17 00:00:00 2001 From: khushboos Date: Tue, 3 Sep 2024 11:16:25 +0530 Subject: [PATCH 1/2] Upgrading to the latest library V20.2.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index df65433a..356d98a9 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "require": { "shopware/core": "~6.6.0", "shopware/storefront": "~6.6.0", - "adyen/php-api-library": "^17.5.0", + "adyen/php-api-library": "^20.2.0", "adyen/php-webhook-module": "^1", "ext-json": "*" }, From 44e7b294003a3699a5656fc7fe503a88a19667c8 Mon Sep 17 00:00:00 2001 From: khushboos Date: Tue, 3 Sep 2024 11:25:35 +0530 Subject: [PATCH 2/2] Updating composer.json as per develop-3 --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 356d98a9..4079af9a 100644 --- a/composer.json +++ b/composer.json @@ -6,14 +6,14 @@ } ], "description": "Official Shopware 6 Plugin to connect to Payment Service Provider Adyen", - "version": "4.1.0", + "version": "3.16.1", "type": "shopware-platform-plugin", "license": "MIT", "require": { - "shopware/core": "~6.6.0", - "shopware/storefront": "~6.6.0", + "shopware/core": "~6.4.0 || ~6.5.0", + "shopware/storefront": "~6.4.0 || ~6.5.0", "adyen/php-api-library": "^20.2.0", - "adyen/php-webhook-module": "^1", + "adyen/php-webhook-module": "0.8.0", "ext-json": "*" }, "extra": { @@ -41,8 +41,8 @@ } }, "require-dev": { - "squizlabs/php_codesniffer": "^3.7", - "phpunit/phpunit": "^10.4" + "squizlabs/php_codesniffer": "^3.5", + "phpunit/phpunit": "^9" }, "config": { "allow-plugins": {