{ "name": "adyen/module-payment", "description": "Official Magento2 Plugin to connect to Payment Service Provider Adyen.", "type": "magento2-module", "version": "6.1.2", "license": [ "OSL-3.0", "AFL-3.0" ], "repositories": [ { "type": "composer", "url": "https://repo.magento.com/" } ], "require": { "adyen/php-api-library": "~6", "magento/framework": ">=101.0.8 <102 || >=102.0.1", "magento/module-vault": "101.*", "magento/module-paypal": ">=100.2.6" }, "require-dev": { "phpunit/phpunit": "~6.5.0", "magento/magento-coding-standard": "*", "squizlabs/php_codesniffer": "~3.5.3" }, "autoload": { "files": [ "registration.php" ], "psr-4": { "Adyen\\Payment\\": "" } }, "autoload-dev": { "psr-4": { "Adyen\\Payment\\Tests\\": "tests/" } }, "scripts": { "test": [ "Composer\\Config::disableProcessTimeout", "vendor/bin/phpunit -c Test/phpunit.xml" ], "post-install-cmd": [ "([ $COMPOSER_DEV_MODE -eq 0 ] || vendor/bin/phpcs --config-set installed_paths ../../magento/magento-coding-standard/)" ], "post-update-cmd": [ "([ $COMPOSER_DEV_MODE -eq 0 ] || vendor/bin/phpcs --config-set installed_paths ../../magento/magento-coding-standard/)" ] } }