Skip to content

Commit

Permalink
Fix composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-79 committed Jan 2, 2023
1 parent 3aeccd6 commit a7b6eaa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
"name": "noon/hide-default-store-code",
"description": "Magento 2 module for hide Default Store Code",
"license": [
"MIT"
],
"require": {
"magento/framework": "^102.0|^103.0",
"magento/magento-composer-installer": "~0.3.0",
"magento/module-store": "^102.0|^103.0",
"magento/module-backend": "^102.0|^103.0"
"magento/framework": ">=100.0",
"magento/module-store": ">=100.0",
"magento/module-backend": ">=100.0"
},
"type": "magento2-module",
"version": "1.0.2",
"version": "1.0.3",
"autoload": {
"files": [
"registration.php"
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Noon_HideDefaultStoreCode" setup_version="1.0.2">
<module name="Noon_HideDefaultStoreCode" setup_version="1.0.3">
<sequence>
<module name="Magento_Store"/>
<module name="Magento_Backend"/>
Expand Down

0 comments on commit a7b6eaa

Please sign in to comment.