Cleanup composer dependencies removed obvious modules that already comes with...
Cleanup composer dependencies removed obvious modules that already comes with the core and allow all magento versions to work with this extension. Do not restrict future releases for now so merchants can quickly adopt and test the extension against the latest versions
Showing
... | @@ -9,19 +9,6 @@ | ... | @@ -9,19 +9,6 @@ |
], | ], | ||
"require": { | "require": { | ||
"php": "~5.5.0|~5.6.0|~7.0.0", | "php": "~5.5.0|~5.6.0|~7.0.0", | ||
"magento/module-config": "100.1.*", | |||
"magento/module-store": "100.1.*", | |||
"magento/module-checkout": "100.1.*", | |||
"magento/module-catalog": "101.0.*", | |||
"magento/module-sales": "100.1.*", | |||
"magento/module-customer": "100.1.*", | |||
"magento/module-payment": "100.1.*", | |||
"magento/module-quote": "100.1.*", | |||
"magento/module-backend": "100.1.*", | |||
"magento/module-directory": "100.1.*", | |||
"magento/module-theme": "100.1.*", | |||
"magento/module-paypal": "100.1.*", | |||
"magento/framework": "100.1.*", | |||
"adyen/php-api-library": "*" | "adyen/php-api-library": "*" | ||
}, | }, | ||
"autoload": { | "autoload": { | ||
... | ... |
Please register or sign in to comment