diff --git a/composer.json b/composer.json index 1596326..457c546 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,10 @@ { "name": "ecomteck/magento2-order-comments", "description": "Magento 2 Module to add a comment field above the place order button in the checkout", - "version": "1.0.0", + "version": "1.2.0", + "require": { + "ecomteck/module-core": "^1.3" + }, "type": "magento2-module", "keywords": ["magento2"], "license": "MIT",