Extend require with needed modules
Showing
... | ... | @@ -23,12 +23,28 @@ |
} | ||
], | ||
"require": { | ||
"php": "~5.5.0|~5.6.0", | ||
"php": "~5.5.0|~5.6.0|~7.0.0", | ||
"magento/module-config": "100.0.*", | ||
"magento/module-store": "100.0.*", | ||
"magento/module-checkout": "100.0.*", | ||
"magento/module-catalog": "100.0.*", | ||
"magento/module-sales": "100.0.*", | ||
"magento/module-customer": "100.0.*", | ||
"magento/module-payment": "100.0.*", | ||
"magento/module-quote": "100.0.*", | ||
"magento/module-backend": "100.0.*", | ||
"magento/module-directory": "100.0.*", | ||
"magento/module-theme": "100.0.*", | ||
"magento/framework": "100.0.*", | ||
"magento/magento-composer-installer": "*", | ||
"adyen/adyen-php-api-library": "*" | ||
}, | ||
"autoload": { | ||
"psr-4": { "Adyen\\Payment\\": "" }, | ||
"files": [ "registration.php" ] | ||
"files": [ | ||
"registration.php" | ||
], | ||
"psr-4": { | ||
"Adyen\\Payment\\": "" | ||
} | ||
} | ||
} |
Please register or sign in to comment