Merge pull request #191 from Adyen/develop
2.1.2 hotfix release
Showing
This diff is collapsed.
... | @@ -2,26 +2,13 @@ | ... | @@ -2,26 +2,13 @@ |
"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": "2.1.1", | "version": "2.1.2", | ||
"license": [ | "license": [ | ||
"OSL-3.0", | "OSL-3.0", | ||
"AFL-3.0" | "AFL-3.0" | ||
], | ], | ||
"require": { | "require": { | ||
"php": "~5.5.0|~5.6.0|~7.0.0", | "php": "~5.5.0|~5.6.0|~7.0.0", | ||
"magento/module-config": "100.1.*", | |||
"magento/module-store": "100.1.*", | |||
"magento/module-checkout": "100.1.*", | |||
"magento/module-catalog": "101.0.*", | |||
"magento/module-sales": "100.1.*", | |||
"magento/module-customer": "100.1.*", | |||
"magento/module-payment": "100.1.*", | |||
"magento/module-quote": "100.1.*", | |||
"magento/module-backend": "100.1.*", | |||
"magento/module-directory": "100.1.*", | |||
"magento/module-theme": "100.1.*", | |||
"magento/module-paypal": "100.1.*", | |||
"magento/framework": "100.1.*", | |||
"adyen/php-api-library": "*" | "adyen/php-api-library": "*" | ||
}, | }, | ||
"autoload": { | "autoload": { | ||
... | ... |
etc/cron_groups.xml
0 → 100644
This diff is collapsed.
Please register or sign in to comment