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:
Lucas Werkmeister 2022-02-07 16:21:40 +01:00
parent e75de3e0bf
commit 54e84b0a34

View file

@ -2,7 +2,8 @@
"extra": {
"merge-plugin": {
"include": [
"extensions/example/composer.json"
"extensions/*/composer.json",
"skins/*/composer.json"
]
}
}