瀏覽代碼

Merge pull request #2406 from websafe/patch-1

Composer supports four types.
Jordi Boggiano 11 年之前
父節點
當前提交
0e847a9f31
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/04-schema.md

+ 1 - 1
doc/04-schema.md

@@ -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
 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 three types:
+Out of the box, composer supports four 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`.
 - **project:** This denotes a project rather than a library. For example
 - **project:** This denotes a project rather than a library. For example