Skip to content

Commit e19b448

Browse files
committed
Fix 'Not installing the latest version #9'
1 parent a7b6eaa commit e19b448

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"MIT"
66
],
77
"require": {
8-
"magento/magento-composer-installer": "~0.3.0",
8+
"magento/magento-composer-installer": "*",
99
"magento/framework": ">=100.0",
1010
"magento/module-store": ">=100.0",
1111
"magento/module-backend": ">=100.0"
1212
},
1313
"type": "magento2-module",
14-
"version": "1.0.3",
14+
"version": "1.0.4",
1515
"autoload": {
1616
"files": [
1717
"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.3">
3+
<module name="Noon_HideDefaultStoreCode" setup_version="1.0.4">
44
<sequence>
55
<module name="Magento_Store"/>
66
<module name="Magento_Backend"/>

0 commit comments

Comments
 (0)