layout | group | subgroup | title | menu_title | menu_order | menu_node | version | github_link |
---|---|---|---|---|---|---|---|---|
default |
quickstart |
01_Introduction |
Introduction to Composer |
Introduction to Composer |
2 |
2.1 |
mktpl-quickstart/intro-composer.md |
{% include install/composer-overview.html %}
The key to developing any Magento component is its composer.json
, which specifies version and dependency information for a component, among other things. You can look at examples in the Magento codebase, such as:
- Metapackage (old metapackage for Community Edition from packages.magento.com)
- Customer module
- Luma theme
- en_us language package
For more information about Composer, see the Composer documentation.