1
0
Fork 0

Fix docs for path repo reference option, closes #10718

pull/10727/head
Jordi Boggiano 2022-04-13 12:16:21 +02:00 committed by GitHub
parent 866d2a49b2
commit d916ac1af3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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