1
0
Fork 0

chore(doc): add `_comment` documentation inside `composer.json` schema (#11825)

* Update 04-schema.md

* example
pull/11688/head
Antoine M 2024-02-07 10:10:05 +01:00 committed by GitHub
parent 7745d56c14
commit d0b465ffd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 17 additions and 0 deletions

View File

@ -967,6 +967,23 @@ Defaults to false.
Optional. Optional.
### _comment
Top level key used as a place to store comments (it can be a string or array of strings).
```json
{
"_comment": [
"The package foo/bar was required for business logic",
"Remove package foo/baz when removing foo/bar"
]
}
```
Defaults to empty.
Optional.
### non-feature-branches ### non-feature-branches
A list of regex patterns of branch names that are non-numeric (e.g. "latest" or something), A list of regex patterns of branch names that are non-numeric (e.g. "latest" or something),