Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion _includes/php-dev/composer-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ The following table discusses the component types that Magento Marketplace suppo
|Module|magento2-module|Code that modifies Magento application behavior. You can upload a single module to the Magento Marketplace or your module can be dependent on some parent package.|
|Theme|magento2-theme|Code that modifies the look and feel of the storefront or Magento Admin.|
|Language package|magento2-language|Translations for the storefront or Admin.|

|Library|magento2-library|Support for libraries located in `lib/internal` instead of in the `vendor` directory.|
|Component|magento2-component|The package formed of the files that must be located in root (index.php, .htaccess, etc). This includes `dev/tests` and `setup` as well for now.|