From 9ecae4a8aac3d02ed8a71cb36bbb9382a8cff21c Mon Sep 17 00:00:00 2001 From: Sinan Kaplan Date: Tue, 5 Dec 2023 13:39:30 +0300 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3413c81..eb0848e 100644 --- a/composer.json +++ b/composer.json @@ -3,10 +3,10 @@ "description": "Magento 2 Backend 2FA implementation", "require": { "php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.0.0|~8.1.0", - "magento/framework": "^100.1.0|101.0.*|^102.0.0" + "magento/framework": "^100.1.0|101.0.*|^102.0.0|^103.0.0" }, "type": "magento2-module", - "version": "0.0.1", + "version": "0.0.2", "license": [ "OSL-3.0" ],