From 99c90cde5ae415d386966966e467ff96536964ca Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Fri, 13 Apr 2012 12:41:16 +0200 Subject: [PATCH] [improve-docs] Specify that config and repositories are root-only, closes #500 --- doc/04-schema.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/04-schema.md b/doc/04-schema.md index cdb597ad2..23fe42dde 100644 --- a/doc/04-schema.md +++ b/doc/04-schema.md @@ -231,6 +231,8 @@ Example: "include-path": ["lib/"] } +Optional. + ### target-dir Defines the installation target. @@ -256,7 +258,7 @@ To do that, `autoload` and `target-dir` are defined as follows: Optional. -### repositories +### repositories (root-only) Custom package repositories to use. @@ -322,7 +324,7 @@ will look from the first to the last repository, and pick the first match. By default Packagist is added last which means that custom repositories can override packages from it. -### config +### config (root-only) A set of configuration options. It is only used for projects.