From: kaldari Date: Thu, 15 Jan 2015 23:19:05 +0000 (-0800) Subject: Adding PHP mustache parser (lightncandy) X-Git-Tag: 1.31.0-rc.0~12639^2 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=9bb7c560dbdcaa7f59277aec2e7aa8f52fef8f5c;p=lhc%2Fweb%2Fwiklou.git Adding PHP mustache parser (lightncandy) Per front-end standards group and architecture cabal See corresponding change for vendor repo: change Id86b118c Change-Id: I281acc49c1959bc01d0c1580089fe6896992ba19 --- diff --git a/composer.json b/composer.json index 519274de91..2d84fe09a0 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,8 @@ "php": ">=5.3.3", "psr/log": "1.0.0", "wikimedia/cdb": "1.0.1", - "wikimedia/composer-merge-plugin": "0.5.0" + "wikimedia/composer-merge-plugin": "0.5.0", + "zordius/lightncandy": "0.18" }, "require-dev": { "justinrainbow/json-schema": "~1.3",