diff --git a/composer.json b/composer.json index dd9dc12..6fb0078 100644 --- a/composer.json +++ b/composer.json @@ -5,10 +5,10 @@ "type": "magento-module", "require": { "magento-hackathon/magento-composer-installer": "*", - "openmage-strict/module-catalog": "*", - "openmage-strict/module-catalog-inventory": "*", - "openmage-strict/module-sales": "*", - "openmage-strict/module-sales-rule": "*", - "openmage-strict/module-wishlist": "*" + "openmage-strict/module-catalog": "^120.2", + "openmage-strict/module-catalog-inventory": "^120.2", + "openmage-strict/module-sales": "^120.2", + "openmage-strict/module-sales-rule": "^120.2", + "openmage-strict/module-wishlist": "^120.2" } }