From 4a6c62801daa0fcca90e22935a4e407c334f9d12 Mon Sep 17 00:00:00 2001 From: Mihai Ardeleanu Date: Tue, 24 Nov 2020 18:34:35 +0200 Subject: [PATCH] EAD-141: Update Eacore --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 8499aac..aaee058 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "eadesignro/module-eacore", "description": "The module with the menu and other features needed by other modules developed by EaDesign", "type": "magento2-module", - "version": "0.3.0", + "version": "0.3.1", "autoload": { "files": [ "registration.php" @@ -21,8 +21,8 @@ } ], "require": { - "php": "^7.2", - "magento/magento2-base": "^2.3", + "php": ">=7.2", + "magento/magento2-base": ">=2.3", "magento/module-backend": "*" } }