Skip to content

Commit

Permalink
composer.local.json-sample: merge */composer.json
Browse files Browse the repository at this point in the history
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
  • Loading branch information
lucaswerkmeister committed Feb 7, 2022
1 parent e75de3e commit 54e84b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.local.json-sample
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"extra": {
"merge-plugin": {
"include": [
"extensions/example/composer.json"
"extensions/*/composer.json",
"skins/*/composer.json"
]
}
}
Expand Down

0 comments on commit 54e84b0

Please sign in to comment.