Update keywords documentation (#11905)
parent
f01ec4a98f
commit
c779570bb7
|
@ -126,6 +126,11 @@ Examples:
|
|||
> `--dev` option to prompt users if they would like to add these packages to
|
||||
> `require-dev` instead of `require`. These are: `dev`, `testing`, `static analysis`.
|
||||
|
||||
> **Note**: The range of characters allowed inside the string is restricted to
|
||||
> unicode letters or numbers, space `" "`, dot `.`, underscore `_` and dash `-`. (Regex: `'{^[\p{N}\p{L} ._-]+$}u'`)
|
||||
> Using other characters will emit a warning when running `composer validate` and
|
||||
> will cause the package to fail updating on Packagist.org.
|
||||
|
||||
Optional.
|
||||
|
||||
### homepage
|
||||
|
|
Loading…
Reference in New Issue