Merge pull request #459 from Adyen/develop
Release 4.2.1
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": "4.2.0", | "version": "4.2.1", | ||
"license": [ | "license": [ | ||
"OSL-3.0", | "OSL-3.0", | ||
"AFL-3.0" | "AFL-3.0" | ||
... | @@ -15,7 +15,7 @@ | ... | @@ -15,7 +15,7 @@ |
], | ], | ||
"require": { | "require": { | ||
"adyen/php-api-library": ">=2.0.0", | "adyen/php-api-library": ">=2.0.0", | ||
"magento/framework": ">=101.0.0", | "magento/framework": ">=101.0.8 <102 || >=102.0.1", | ||
"magento/module-vault": "101.*" | "magento/module-vault": "101.*" | ||
}, | }, | ||
"autoload": { | "autoload": { | ||
... | ... |
Please register or sign in to comment