1
0
Fork 0

Added basic docs to schema docs.

pull/527/head
Christoph Hochstrasser 2012-04-04 10:39:00 +02:00
parent 68c12c3516
commit 5ec267ccf4
1 changed files with 10 additions and 0 deletions

View File

@ -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 ### target-dir
Defines the installation target. Defines the installation target.