From dfe5e3b9b122d39515ac02d35d211fd4c0e44e7f Mon Sep 17 00:00:00 2001 From: Lea Baertschi Date: Wed, 9 Dec 2020 11:48:34 +0100 Subject: [PATCH] add framework version required by magento 2.4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ff12f7d..5903dc3 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "OSL-3.0" ], "require": { - "magento/framework": "^100.0|^101.0|^102.0" + "magento/framework": "^100.0|^101.0|^102.0|^103.0" }, "type": "magento2-language", "autoload": {