Skip to content

Commit a7b6eaa

Browse files
committed
Fix composer.json
1 parent 3aeccd6 commit a7b6eaa

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

composer.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
{
22
"name": "noon/hide-default-store-code",
33
"description": "Magento 2 module for hide Default Store Code",
4+
"license": [
5+
"MIT"
6+
],
47
"require": {
5-
"magento/framework": "^102.0|^103.0",
68
"magento/magento-composer-installer": "~0.3.0",
7-
"magento/module-store": "^102.0|^103.0",
8-
"magento/module-backend": "^102.0|^103.0"
9+
"magento/framework": ">=100.0",
10+
"magento/module-store": ">=100.0",
11+
"magento/module-backend": ">=100.0"
912
},
1013
"type": "magento2-module",
11-
"version": "1.0.2",
14+
"version": "1.0.3",
1215
"autoload": {
1316
"files": [
1417
"registration.php"

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="Noon_HideDefaultStoreCode" setup_version="1.0.2">
3+
<module name="Noon_HideDefaultStoreCode" setup_version="1.0.3">
44
<sequence>
55
<module name="Magento_Store"/>
66
<module name="Magento_Backend"/>

0 commit comments

Comments
 (0)