From: ananay Date: Fri, 8 Jan 2016 05:47:18 +0000 (+0530) Subject: Add a composer.local.json-sample X-Git-Tag: 1.31.0-rc.0~8394^2 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=95881651339600b8477e03b86074946b361e0973;p=lhc%2Fweb%2Fwiklou.git Add a composer.local.json-sample Bug: T122968 Change-Id: Ib13417b0c29b6fd2b3aaea6808fde3f3c12393e6 --- diff --git a/composer.local.json-sample b/composer.local.json-sample new file mode 100644 index 0000000000..1315afc5f5 --- /dev/null +++ b/composer.local.json-sample @@ -0,0 +1,9 @@ +{ + "extra": { + "merge-plugin": { + "include": [ + "extensions/example/composer.json" + ] + } + } +} \ No newline at end of file