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:
authorMichał Gaździk <m.gazdzik@clearcode.cc>2014-08-21 16:36:24 +0400
committerMichał Gaździk <m.gazdzik@clearcode.cc>2014-08-21 16:36:24 +0400
commit76a0be7ebb83b9e36cd2bd84f49d3fd53ea3c362 (patch)
tree61515b9ff7028ff977bcc60cbea0ad1ba643f640 /composer.json
parent0610a6d428c3d4a725483678a9c5700a4888ea06 (diff)
fixed composer.json to download the same set of vendors as with use of composer.lock. that way Piwik can be also installed with Composer as dependency along with its dependencies
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 f68897fe60..68762834bf 100644
--- a/composer.json
+++ b/composer.json
@@ -33,7 +33,7 @@
"require": {
"php": ">=5.3.2",
"twig/twig": "1.*",
- "leafo/lessphp": "~0.3",
+ "leafo/lessphp": "0.4",
"symfony/console": ">=v2.3.5",
"tedivm/jshrink": "v0.5.1",
"mustangostang/spyc": "0.5.*",