Merge pull request #237 from Adyen/develop
Release 2.2.0
Showing
AdminMessage/CronMessage.php
0 → 100644
Block/Form/ApplePay.php
0 → 100644
Block/Info/ApplePay.php
0 → 100644
This diff is collapsed.
... | ... | @@ -2,13 +2,23 @@ |
"name": "adyen/module-payment", | ||
"description": "Official Magento2 Plugin to connect to Payment Service Provider Adyen.", | ||
"type": "magento2-module", | ||
"version": "2.1.3", | ||
"version": "2.2.0", | ||
"license": [ | ||
"OSL-3.0", | ||
"AFL-3.0" | ||
], | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "https://repo.magento.com/" | ||
} | ||
], | ||
"require": { | ||
"adyen/php-api-library": "*" | ||
"adyen/php-api-library": "*", | ||
"magento/framework": ">=100.1.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "~5" | ||
}, | ||
"autoload": { | ||
"files": [ | ||
... | ... | @@ -17,5 +27,10 @@ |
"psr-4": { | ||
"Adyen\\Payment\\": "" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Adyen\\Payment\\Tests\\": "tests/" | ||
} | ||
} | ||
} |
etc/adminhtml/di.xml
0 → 100644
phpunit.xml
0 → 100644
tests/Helper/DataTest.php
0 → 100755
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
4.76 KB
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.