From 36712386f9c1b6802a9e84286736e408c8b4bb44 Mon Sep 17 00:00:00 2001 From: Thomas Szteliga Date: Fri, 8 Nov 2013 08:17:11 +0100 Subject: [PATCH] Composer supports four types. --- doc/04-schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/04-schema.md b/doc/04-schema.md index c4de65150..e35803ac2 100644 --- a/doc/04-schema.md +++ b/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 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