Fix docs for path repo reference option, closes #10718

main
Jordi Boggiano 2 years ago committed by GitHub
parent 866d2a49b2
commit d916ac1af3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
the composer.lock file) is built.
There are the following options:
- `null` - reference will be always null. This can help reduce lock file conflicts
The following modes exist:
- `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
the package is in the latest state.
- `config` - reference is built based on a hash of the package's composer.json and repo config

Loading…
Cancel
Save