Add docs about package-path, refs #1819
parent
895058d1ce
commit
670b36238a
|
@ -315,6 +315,11 @@ repository like this:
|
||||||
If you have no branches or tags directory you can disable them entirely by
|
If you have no branches or tags directory you can disable them entirely by
|
||||||
setting the `branches-path` or `tags-path` to `false`.
|
setting the `branches-path` or `tags-path` to `false`.
|
||||||
|
|
||||||
|
If the package is in a sub-directory, e.g. `/trunk/foo/bar/composer.json` and
|
||||||
|
`/tags/1.0/foo/bar/composer.json`, then you can make composer access it by
|
||||||
|
setting the `"package-path"` option to the sub-directory, in this example it
|
||||||
|
would be `"package-path": "foo/bar/"`.
|
||||||
|
|
||||||
### PEAR
|
### PEAR
|
||||||
|
|
||||||
It is possible to install packages from any PEAR channel by using the `pear`
|
It is possible to install packages from any PEAR channel by using the `pear`
|
||||||
|
|
Loading…
Reference in New Issue