Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas ZILLIOX <thomas@zilliox.me>2013-07-09 20:27:28 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-07-09 20:27:28 +0400
commit623cfbab4eb801a94fb170bc9fa7616e5bd577a9 (patch)
treed9cf69bc5ef87bcd061dd975790943935a5aff87 /composer.json
parent572220f0a3bb65069105787e1aa12e34694300b4 (diff)
Add Less composer dependency
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index c9850b02fb..6ea14e6d54 100644
--- a/composer.json
+++ b/composer.json
@@ -20,6 +20,7 @@
},
"require": {
"php": ">=5.3.0",
- "twig/twig": "1.*"
+ "twig/twig": "1.*",
+ "leafo/lessphp": "0.3.*"
}
}