Merge pull request #520 from Adyen/develop
Release 4.5.1
Showing
... | ... | @@ -2,7 +2,7 @@ |
"name": "adyen/module-payment", | ||
"description": "Official Magento2 Plugin to connect to Payment Service Provider Adyen.", | ||
"type": "magento2-module", | ||
"version": "4.5.0", | ||
"version": "4.5.1", | ||
"license": [ | ||
"OSL-3.0", | ||
"AFL-3.0" | ||
... | ... | @@ -16,8 +16,7 @@ |
"require": { | ||
"adyen/php-api-library": "~2.1", | ||
"magento/framework": ">=101.0.8 <102 || >=102.0.1", | ||
"magento/module-vault": "101.*", | ||
"php": "~7.0.13|~7.1.0" | ||
"magento/module-vault": "101.*" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "~6.5.0" | ||
... | ... |
Please register or sign in to comment