Merge pull request #533 from Adyen/develop
Release 4.5.3
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.5.2", | "version": "4.5.3", | ||
"license": [ | "license": [ | ||
"OSL-3.0", | "OSL-3.0", | ||
"AFL-3.0" | "AFL-3.0" | ||
... | @@ -14,7 +14,7 @@ | ... | @@ -14,7 +14,7 @@ |
} | } | ||
], | ], | ||
"require": { | "require": { | ||
"adyen/php-api-library": "~2.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.*" | ||
}, | }, | ||
... | ... |
Please register or sign in to comment