Merge pull request #677 from Adyen/develop
Release 6.0.0
Showing
... | ... | @@ -2,7 +2,7 @@ |
"name": "adyen/module-payment", | ||
"description": "Official Magento2 Plugin to connect to Payment Service Provider Adyen.", | ||
"type": "magento2-module", | ||
"version": "5.4.0", | ||
"version": "6.0.0", | ||
"license": [ | ||
"OSL-3.0", | ||
"AFL-3.0" | ||
... | ... | @@ -14,10 +14,10 @@ |
} | ||
], | ||
"require": { | ||
"adyen/php-api-library": "~4.1", | ||
"adyen/php-api-library": "~6", | ||
"magento/framework": ">=101.0.8 <102 || >=102.0.1", | ||
"magento/module-vault": "101.*", | ||
"magento/module-paypal": "100.3.*" | ||
"magento/module-paypal": ">=100.2.6" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "~6.5.0", | ||
... | ... |