Skip to content

Commit dae2005

Browse files
committed
Mark as incompatible to Magento < 2.3
1 parent 34a94ff commit dae2005

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "avstudnitz/scopehint2",
33
"description": "Displays a hint when a configuration value is overwritten on a lower scope (website or store view).",
44
"require": {
5-
"magento/framework": "~100.0|~101.0|~102.0|~103.0",
5+
"magento/framework": "~102.0|~103.0",
66
"magento/module-config": "~100.0|~101.0"
77
},
88
"type": "magento2-module",

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
3-
<module name="AvS_ScopeHint" setup_version="1.0.0">
3+
<module name="AvS_ScopeHint">
44
<sequence>
55
<module name="Magento_Config"/>
66
</sequence>

0 commit comments

Comments
 (0)