From 5ec267ccf4ab395fc8f47fe5ade4aa5f20f0e81b Mon Sep 17 00:00:00 2001 From: Christoph Hochstrasser Date: Wed, 4 Apr 2012 10:39:00 +0200 Subject: [PATCH] Added basic docs to schema docs. --- doc/04-schema.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/04-schema.md b/doc/04-schema.md index 0bb286f3e..3c179eb63 100644 --- a/doc/04-schema.md +++ b/doc/04-schema.md @@ -225,6 +225,16 @@ Example: } } +### include-paths + +A list of paths which should get appended to PHP's `include_path`. + +Example: + + { + "include-paths": ["lib/"] + } + ### target-dir Defines the installation target.