Add a composer.local.json-sample
authorananay <i@ananayarora.com>
Fri, 8 Jan 2016 05:47:18 +0000 (11:17 +0530)
committerLegoktm <legoktm.wikipedia@gmail.com>
Fri, 8 Jan 2016 20:25:38 +0000 (20:25 +0000)
Bug: T122968
Change-Id: Ib13417b0c29b6fd2b3aaea6808fde3f3c12393e6

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