Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 2f8fb3f

Browse files
authored
Merge branch 'master' into MQE-1609
2 parents c99272b + 46b6c68 commit 2f8fb3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_includes/php-dev/composer-types.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ The following table discusses the component types that Magento Marketplace suppo
66
|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.|
77
|Theme|magento2-theme|Code that modifies the look and feel of the storefront or Magento Admin.|
88
|Language package|magento2-language|Translations for the storefront or Admin.|
9-
9+
|Library|magento2-library|Support for libraries located in `lib/internal` instead of in the `vendor` directory.|
10+
|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.|

0 commit comments

Comments
 (0)