craftcms / commerce-mollie

Mollie payment gateway for Craft Commerce.
https://plugins.craftcms.com/commerce-mollie
MIT License
5 stars 10 forks source link

Fix commerce-omnipay dependency #5

Closed jerome2710 closed 6 years ago

jerome2710 commented 6 years ago

The composer.json requires ^1.0.0 as the version of the commerce-omnipay dependency. There has been an update to fix an error with this module and v1.0.1 has been released. Could you adjusted the composer.json to require ^1.0 so the update will be applied? Thanks.

andris-sevcenko commented 6 years ago

As per composer docs, the version requirement is correct. Perhaps try clearing your composer caches before updating?