1
0
Fork 0

Merge pull request #8497 from Fonata/patch-1

Documentation: Explain the syntax of stability flags
pull/8538/head
Jordi Boggiano 2020-01-13 15:58:56 +01:00 committed by GitHub
commit 7e87b56324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -276,10 +276,11 @@ Example:
All links are optional fields.
`require` and `require-dev` additionally support stability flags ([root-only](04-schema.md#root-package)).
`require` and `require-dev` additionally support _stability flags_ ([root-only](04-schema.md#root-package)).
They take the form "_constraint_@_stability flag_".
These allow you to further restrict or expand the stability of a package beyond
the scope of the [minimum-stability](#minimum-stability) setting. You can apply
them to a constraint, or apply them to an empty constraint if you want to
them to a constraint, or apply them to an empty _constraint_ if you want to
allow unstable packages of a dependency for example.
Example: