From 91d399148bc06e960b5ab4d64a29ca49fcb63a46 Mon Sep 17 00:00:00 2001 From: Michael McAndrew Date: Wed, 11 Jul 2012 14:39:46 +0200 Subject: [PATCH] seems to me like "Out of the box, composer supports three types" (not two types) of package type. --- 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 9c833c061..ab4e5d073 100644 --- a/doc/04-schema.md +++ b/doc/04-schema.md @@ -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 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`. - **metapackage:** An empty package that contains requirements and will trigger