From f5196360944e63c41fcd43b9c3e1200778d70354 Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Thu, 26 Apr 2012 17:19:07 +0200 Subject: [PATCH] [docs] Document the notify-on-install config option --- doc/04-schema.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/04-schema.md b/doc/04-schema.md index 2b7aef879..cc91d9905 100644 --- a/doc/04-schema.md +++ b/doc/04-schema.md @@ -368,6 +368,9 @@ The following options are supported: * **process-timeout:** Defaults to `300`. The duration processes like git clones can run before Composer assumes they died out. You may need to make this higher if you have a slow connection or huge vendors. +* **notify-on-install:** Defaults to `true`. Composer allows repositories to + define a notification URL, so that they get notified whenever a package is + installed. This option allows you to disable that behaviour. Example: