From 7e69f9c3aa3322884d4159414ca5955704587eb3 Mon Sep 17 00:00:00 2001 From: Andreas von Studnitz Date: Fri, 20 Oct 2017 11:44:45 +0200 Subject: [PATCH] Update depencies Module is compatible to Magento 2.2 too. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 038992f..87d3d8f 100644 --- a/composer.json +++ b/composer.json @@ -2,10 +2,10 @@ "name": "avstudnitz/scopehint2", "description": "N/A", "require": { - "magento/framework": "~100.0" + "magento/framework": "~100.0|~101.0" }, "type": "magento2-module", - "version": "1.0.0", + "version": "1.0.1", "license": [ "OSL-3.0" ],