From d8d4b621451a40679e00d5c44e29306d4b4d9720 Mon Sep 17 00:00:00 2001 From: Jisse Reitsma Date: Thu, 23 Jul 2020 18:49:08 +0200 Subject: [PATCH] Match M2 version with tilde to include patches --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3ea4e59..bb953bb 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "yireo/magento2-replace-inventory", "require": { - "magento/product-community-edition": "2.3.1" + "magento/product-community-edition": "~2.3.1" }, "replace": { "magento/module-inventory": "*",