Merge "Add a composer.local.json-sample"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 8 Jan 2016 20:30:57 +0000 (20:30 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 8 Jan 2016 20:30:57 +0000 (20:30 +0000)
composer.local.json-sample [new file with mode: 0644]

diff --git a/composer.local.json-sample b/composer.local.json-sample
new file mode 100644 (file)
index 0000000..1315afc
--- /dev/null
@@ -0,0 +1,9 @@
+{
+       "extra": {
+               "merge-plugin": {
+                       "include": [
+                               "extensions/example/composer.json"
+                       ]
+               }
+       }
+}
\ No newline at end of file