We will work on Apr 26th (Saturday) and will be off from Apr 30th (Wednesday) until May 2nd (Friday) for public holiday in our country

Commit 7314cb4f authored by Rik ter Beek's avatar Rik ter Beek Committed by GitHub

Merge pull request #57 from Adyen/develop

Merge 'develop' branch
parents 6e7298ee 8a723268
...@@ -2,26 +2,26 @@ ...@@ -2,26 +2,26 @@
"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": "1.4.3", "version": "1.4.4",
"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.0.*", "magento/module-config": "100.1.*",
"magento/module-store": "100.0.*", "magento/module-store": "100.1.*",
"magento/module-checkout": "100.0.*", "magento/module-checkout": "100.1.*",
"magento/module-catalog": "100.0.*", "magento/module-catalog": "101.0.*",
"magento/module-sales": "100.0.*", "magento/module-sales": "100.1.*",
"magento/module-customer": "100.0.*", "magento/module-customer": "100.1.*",
"magento/module-payment": "100.0.*", "magento/module-payment": "100.1.*",
"magento/module-quote": "100.0.*", "magento/module-quote": "100.1.*",
"magento/module-backend": "100.0.*", "magento/module-backend": "100.1.*",
"magento/module-directory": "100.0.*", "magento/module-directory": "100.1.*",
"magento/module-theme": "100.0.*", "magento/module-theme": "100.1.*",
"magento/module-paypal": "100.0.*", "magento/module-paypal": "100.1.*",
"magento/framework": "100.0.*", "magento/framework": "100.1.*",
"adyen/php-api-library": "*" "adyen/php-api-library": "*"
}, },
"autoload": { "autoload": {
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
--> -->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd"> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Adyen_Payment" setup_version="1.4.3"> <module name="Adyen_Payment" setup_version="1.4.4">
<sequence> <sequence>
<module name="Magento_Sales"/> <module name="Magento_Sales"/>
<module name="Magento_Quote"/> <module name="Magento_Quote"/>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment