From f21ce43a523166ce5ab8165d1a3f42d9f11fbc19 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Sun, 8 Apr 2012 19:13:00 +0200 Subject: [PATCH] Crosslinking --- doc/04-schema.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/04-schema.md b/doc/04-schema.md index d61973807..e44dda876 100644 --- a/doc/04-schema.md +++ b/doc/04-schema.md @@ -72,10 +72,8 @@ Out of the box, composer supports two types: filesystem. As such, it does not require a dist or source key to be installable. - **composer-installer:** A package of type `composer-installer` provides an - installer for other packages that have a custom type. Symfony could supply a - `symfony/bundle-installer` package, which every bundle would depend on. - Whenever you install a bundle, it will fetch the installer and register it, in - order to be able to install the bundle. + installer for other packages that have a custom type. Read more in the + [dedicated article](articles/custom-installers.md). Only use a custom type if you need custom logic during installation. It is recommended to omit this field and have it just default to `library`.