Merge pull request #518 from Adyen/develop
Release 4.5.0
Showing
Model/AdyenOriginKey.php
0 → 100644
Test/bootstrap.php
0 → 100644
Test/phpunit.xml
0 → 100644
... | ... | @@ -2,7 +2,7 @@ |
"name": "adyen/module-payment", | ||
"description": "Official Magento2 Plugin to connect to Payment Service Provider Adyen.", | ||
"type": "magento2-module", | ||
"version": "4.4.0", | ||
"version": "4.5.0", | ||
"license": [ | ||
"OSL-3.0", | ||
"AFL-3.0" | ||
... | ... | @@ -16,7 +16,11 @@ |
"require": { | ||
"adyen/php-api-library": "~2.1", | ||
"magento/framework": ">=101.0.8 <102 || >=102.0.1", | ||
"magento/module-vault": "101.*" | ||
"magento/module-vault": "101.*", | ||
"php": "~7.0.13|~7.1.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "~6.5.0" | ||
}, | ||
"autoload": { | ||
"files": [ | ||
... | ... | @@ -30,5 +34,11 @@ |
"psr-4": { | ||
"Adyen\\Payment\\Tests\\": "tests/" | ||
} | ||
}, | ||
"scripts": { | ||
"test": [ | ||
"Composer\\Config::disableProcessTimeout", | ||
"vendor/bin/phpunit -c Test/phpunit.xml" | ||
] | ||
} | ||
} |
Please register or sign in to comment