Skip to content

Commit

Permalink
Add wikimedia/composer-merge-plugin, #17
Browse files Browse the repository at this point in the history
  • Loading branch information
hollodotme committed Aug 7, 2018
1 parent 8f3cfd7 commit 29ed359
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"php": ">=7.1",
"ext-redis": "*",
"icehawk/icehawk": "~2.2.0",
"twig/twig": "~2.0"
"twig/twig": "~2.0",
"wikimedia/composer-merge-plugin": "~1.4.0"
},
"require-dev": {
"roave/security-advisories": "dev-master",
Expand All @@ -39,6 +40,18 @@
"post-update-cmd": "Tooly\\ScriptHandler::installPharTools"
},
"extra": {
"merge-plugin": {
"include": [
"extensions/*/composer.json"
],
"recurse": true,
"replace": false,
"ignore-duplicates": false,
"merge-dev": true,
"merge-extra": false,
"merge-extra-deep": false,
"merge-scripts": false
},
"tools": {
"phpunit": {
"url": "https://phar.phpunit.de/phpunit-7.phar",
Expand Down

0 comments on commit 29ed359

Please sign in to comment.