From 36a694fadb687a79b6d2cabc31e5fe58c4b18f8d Mon Sep 17 00:00:00 2001 From: Simon Sippert Date: Thu, 6 Apr 2023 13:30:22 +0200 Subject: [PATCH] Loosen requirements --- composer.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 9211154..76610c9 100644 --- a/composer.json +++ b/composer.json @@ -2,14 +2,13 @@ "name": "firegento/magento2-content-provisioning", "description": "N/A", "require": { - "php": "~7.1.3|~7.2.0|~7.3.0|~7.4.0|~8.1.0|~8.2.0", "ext-dom": "*", - "magento/framework": "100.1.*|101.0.*|102.0.*|103.0.*", - "magento/module-cms": "101.0.*|102.0.*|103.0.*|104.0.*", - "magento/module-widget": "100.1.*|101.0.*|101.1.*|101.2.*", - "magento/module-backend": "100.*|101.*|102.*", - "magento/module-ui": "100.*|101.*", - "magento/module-store": "100.*|101.*" + "magento/framework": ">=100.1", + "magento/module-cms": ">=101.0", + "magento/module-widget": ">=100.1", + "magento/module-backend": ">=100", + "magento/module-ui": ">=100", + "magento/module-store": ">=100" }, "require-dev": { "mikey179/vfsstream": "^1.6"