1
0
Fork 0

Update keywords documentation (#11905)

pull/11922/head
SvenRtbg 2024-04-03 10:50:28 +02:00 committed by GitHub
parent f01ec4a98f
commit c779570bb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

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