1
0
Fork 0

Merge pull request #2406 from websafe/patch-1

Composer supports four types.
pull/2415/head
Jordi Boggiano 2013-11-11 05:33:06 -08:00
commit 0e847a9f31
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,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
installer capable of installing packages of that type.
Out of the box, composer supports three types:
Out of the box, composer supports four types:
- **library:** This is the default. It will simply copy the files to `vendor`.
- **project:** This denotes a project rather than a library. For example