Merge pull request #646 from Adyen/develop
Release 5.4.0
Showing
This diff is collapsed.
... | @@ -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": "5.3.0", | "version": "5.4.0", | ||
"license": [ | "license": [ | ||
"OSL-3.0", | "OSL-3.0", | ||
"AFL-3.0" | "AFL-3.0" | ||
... | @@ -17,7 +17,7 @@ | ... | @@ -17,7 +17,7 @@ |
"adyen/php-api-library": "~4.1", | "adyen/php-api-library": "~4.1", | ||
"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": "*" | "magento/module-paypal": "100.3.*" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"phpunit/phpunit": "~6.5.0", | "phpunit/phpunit": "~6.5.0", | ||
... | ... |
etc/acl.xml
0 → 100644
etc/adminhtml/menu.xml
0 → 100644
etc/adminhtml/routes.xml
0 → 100644
2.53 KB