Skip to content

Files

Latest commit

ee50ba7 · Jun 9, 2016

History

History
27 lines (20 loc) · 1.25 KB

intro-composer.md

File metadata and controls

27 lines (20 loc) · 1.25 KB
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 %}

composer.json

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:

For more information

For more information about Composer, see the Composer documentation.