From 81e925a4f6e07a168fdda7bd62dcb407b0dbe5ef Mon Sep 17 00:00:00 2001 From: jcuervas Date: Tue, 29 Nov 2022 19:11:24 +0100 Subject: [PATCH] removed extra requirements --- composer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/composer.json b/composer.json index cacf080..e9abb7e 100644 --- a/composer.json +++ b/composer.json @@ -21,9 +21,7 @@ } ], "require": { - "php": "^8.1.0", - "magento/framework": ">=103.0.4", - "magento/module-config": ">=101.2.4" + "php": "^8.1.0" }, "conflict": { "magento/product-community-edition": "<2.4.5"