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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-05-27 19:25:09 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-05-27 19:25:09 +0300
commit808b351c35908527fd4c9095e6642d1a33d90d01 (patch)
treea81372b071a52c40ce6229cae7df60737fd5ce0a /composer.json
parentd7558bb22d9280d4f9f1cfccb7fadb8980a67a20 (diff)
Update to lessphp 0.5.0 to get the fix for leafo/lessphp#302
See https://github.com/leafo/lessphp/issues/302 and http://stackoverflow.com/questions/15426256/override-less-variables
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 7e0660bedb..8d1167a652 100644
--- a/composer.json
+++ b/composer.json
@@ -38,7 +38,7 @@
"require": {
"php": ">=5.3.3",
"twig/twig": "~1.0",
- "leafo/lessphp": "~0.4.0",
+ "leafo/lessphp": "~0.5.0",
"symfony/console": "~2.6",
"tedivm/jshrink": "~0.5.1",
"mustangostang/spyc": "~0.5.0",