mirror of
https://github.com/composer/composer
synced 2025-05-09 08:32:56 +00:00
seems to me like "Out of the box, composer supports three types" (not two types) of package type.
This commit is contained in:
parent
37ef2037cf
commit
91d399148b
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ that needs some special logic, you can define a custom type. This could be a
|
||||||
all be specific to certain projects, and they will need to provide an
|
all be specific to certain projects, and they will need to provide an
|
||||||
installer capable of installing packages of that type.
|
installer capable of installing packages of that type.
|
||||||
|
|
||||||
Out of the box, composer supports two types:
|
Out of the box, composer supports three types:
|
||||||
|
|
||||||
- **library:** This is the default. It will simply copy the files to `vendor`.
|
- **library:** This is the default. It will simply copy the files to `vendor`.
|
||||||
- **metapackage:** An empty package that contains requirements and will trigger
|
- **metapackage:** An empty package that contains requirements and will trigger
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue