Merge pull request #423 from Adyen/develop
Release 4.0.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.0.0", | "version": "4.0.1", | ||
"license": [ | "license": [ | ||
"OSL-3.0", | "OSL-3.0", | ||
"AFL-3.0" | "AFL-3.0" | ||
... | @@ -16,7 +16,7 @@ | ... | @@ -16,7 +16,7 @@ |
"require": { | "require": { | ||
"adyen/php-api-library": ">=1.5.3", | "adyen/php-api-library": ">=1.5.3", | ||
"magento/framework": ">=101.0.0", | "magento/framework": ">=101.0.0", | ||
"magento/module-vault": "101.0.*" | "magento/module-vault": "101.*" | ||
}, | }, | ||
"autoload": { | "autoload": { | ||
"files": [ | "files": [ | ||
... | ... |
Please register or sign in to comment