Merge pull request #863 from Adyen/develop
Release 6.6.3
Showing
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
"name": "adyen/module-payment", | "name": "adyen/module-payment", | ||
"description": "Official Magento2 Plugin to connect to Payment Service Provider Adyen.", | "description": "Official Magento2 Plugin to connect to Payment Service Provider Adyen.", | ||
"type": "magento2-module", | "type": "magento2-module", | ||
"version": "6.6.2", | "version": "6.6.3", | ||
"license": [ | "license": [ | ||
"OSL-3.0", | "OSL-3.0", | ||
"AFL-3.0" | "AFL-3.0" | ||
... | @@ -14,7 +14,7 @@ | ... | @@ -14,7 +14,7 @@ |
} | } | ||
], | ], | ||
"require": { | "require": { | ||
"adyen/php-api-library": "^6.3", | "adyen/php-api-library": "^7.0", | ||
"magento/framework": ">=101.0.8 <102 || >=102.0.1", | "magento/framework": ">=101.0.8 <102 || >=102.0.1", | ||
"magento/module-vault": "101.*", | "magento/module-vault": "101.*", | ||
"magento/module-paypal": ">=100.2.6" | "magento/module-paypal": ">=100.2.6" | ||
... | ... |
Please register or sign in to comment