瀏覽代碼

Added basic docs to schema docs.

Christoph Hochstrasser 13 年之前
父節點
當前提交
5ec267ccf4
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      doc/04-schema.md

+ 10 - 0
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.