Skip to content

Commit 890da6b

Browse files
authored
Update dependencies-template.json
Fix wrong dependency git repos using https
1 parent 7902649 commit 890da6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resource/composer-templates/mage-os/product-community-edition/dependencies-template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"creatuity/magento2-interceptors": "https://github.com/creatuity/magento2-interceptors.git",
44
"mage-os/inventory-metapackage": "https://github.com/mage-os/mageos-inventory.git",
55
"mage-os/page-builder": "https://github.com/mage-os/mageos-magento2-page-builder.git",
6-
"mage-os/module-pagebuilder-template-import-export": "git@github.com:mage-os-lab/module-pagebuilder-template-import-export.git",
7-
"mage-os/module-page-builder-widget": "git@github.com:mage-os-lab/module-page-builder-widget.git",
6+
"mage-os/module-pagebuilder-template-import-export": "https://github.com/mage-os-lab/module-pagebuilder-template-import-export.git",
7+
"mage-os/module-page-builder-widget": "https://github.com/mage-os-lab/module-page-builder-widget.git",
88
"mage-os/security-package": "https://github.com/mage-os/mageos-security-package.git",
99
"mage-os/theme-adminhtml-m137": "https://github.com/mage-os-lab/theme-adminhtml-m137.git"
1010
}

0 commit comments

Comments
 (0)