dotmailer / dotmailer-magento2-extension

The official Dotdigital for Magento2 extension
https://dotdigital.com/integrations/magento
MIT License
49 stars 63 forks source link

Update composer for Magento 2.2 #482

Closed simon-letch closed 7 years ago

simon-letch commented 7 years ago

We don't currently support compose requires when in M2.2. This is due to Magento changing their major version for a number of modules.

I've put in ranges as recommended by calin rather than just >.

I've also ignored minor versions, so we should be able to handle magento minor increments without changing our code.

Installed in M2 2.0 and 2.2 successfully.