composer.local.json-sample: merge */composer.json
My understanding is that this is the recommended mode for developers working with extensions, rather than listing individual extensions one by one. Change-Id: Ic09cbc4bb107ac49ecf4086b7d886b7d69169170
This commit is contained in:
parent
e75de3e0bf
commit
54e84b0a34
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,8 @@
|
|||
"extra": {
|
||||
"merge-plugin": {
|
||||
"include": [
|
||||
"extensions/example/composer.json"
|
||||
"extensions/*/composer.json",
|
||||
"skins/*/composer.json"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue