From f59136dc4a3488828d0a796724dd7d69e2a7f585 Mon Sep 17 00:00:00 2001 From: David Windell Date: Tue, 24 May 2022 10:53:37 +0000 Subject: [PATCH] Allow Base module v3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bdcf623..5e60ba8 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "outeredge/magento-base-module": "^2.1.9" + "outeredge/magento-base-module": "^2.1.9||^3.0" }, "require-dev": { "magento-ecg/coding-standard": "~3.0",