From 9bb7c560dbdcaa7f59277aec2e7aa8f52fef8f5c Mon Sep 17 00:00:00 2001 From: kaldari Date: Thu, 15 Jan 2015 15:19:05 -0800 Subject: [PATCH] Adding PHP mustache parser (lightncandy) Per front-end standards group and architecture cabal See corresponding change for vendor repo: change Id86b118c Change-Id: I281acc49c1959bc01d0c1580089fe6896992ba19 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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", -- 2.20.1