Added basic docs to schema docs.
parent
68c12c3516
commit
5ec267ccf4
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue