Commit 4167de29 authored by Rik ter Beek's avatar Rik ter Beek

Extend require with needed modules

parent 100900c5
......@@ -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\\": ""
}
}
}
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