From 1db0cea05c7de94d5ff9e2373071b2c02f4b908b Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 30 Sep 2020 12:10:53 +0100 Subject: [PATCH] Lock current theme trunk to Magento version < 2.2.11 2.3 and 2.4 releases may not be backwards compatible, and will use a ^2.1 version number. --- composer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/composer.json b/composer.json index 805d4c8..2515c7f 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,10 @@ "name": "rubic/magento2-module-clean-checkout-theme", "type": "magento2-module", "license": "MIT", + "require": { + "magento/framework": "<=101.0.11", + "magento/module-checkout": "<=100.2.11" + }, "autoload": { "files": [ "registration.php"