diff --git a/composer.json b/composer.json index 1c1e2d0..25c9430 100755 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ }, "description": "Connect Mandrill with Magento", "type": "magento2-module", - "version": "3.0.13", + "version": "3.0.14", "authors": [ { "name": "Ebizmarts Corp", @@ -24,6 +24,7 @@ "forum": "http://ebizmarts.com/forums/view/1" }, "require" : { - "mandrill/mandrill": "1.0.*" + "mandrill/mandrill": "1.0.*", + "magento/module-sales": "^100.1.11" } }