Fix docs for path repo reference option, closes #10718
parent
866d2a49b2
commit
d916ac1af3
|
@ -758,8 +758,8 @@ variables are parsed in both Windows and Linux/Mac notations. For example
|
||||||
You can configure the way the package's dist reference (which appears in
|
You can configure the way the package's dist reference (which appears in
|
||||||
the composer.lock file) is built.
|
the composer.lock file) is built.
|
||||||
|
|
||||||
There are the following options:
|
The following modes exist:
|
||||||
- `null` - reference will be always null. This can help reduce lock file conflicts
|
- `none` - reference will be always null. This can help reduce lock file conflicts
|
||||||
in the lock file but reduces clarity as to when the last update happened and whether
|
in the lock file but reduces clarity as to when the last update happened and whether
|
||||||
the package is in the latest state.
|
the package is in the latest state.
|
||||||
- `config` - reference is built based on a hash of the package's composer.json and repo config
|
- `config` - reference is built based on a hash of the package's composer.json and repo config
|
||||||
|
|
Loading…
Reference in New Issue