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 Aubry <matt@piwik.org>2014-08-23 16:51:07 +0400
committerMatthieu Aubry <matt@piwik.org>2014-08-23 16:51:07 +0400
commit4af9ce968875fbd37b6cf0a6135fa0ce42579521 (patch)
tree9669b7249a6bb3206d0ab58cc27f97934139b499 /composer.json
parent7b79e7232ceaf4822b221801bcd8602ef9d6ee91 (diff)
parent76a0be7ebb83b9e36cd2bd84f49d3fd53ea3c362 (diff)
Merge pull request #6043 from mgazdzik/fixComposerJson
fixed composer.json to download the same set of vendors as with use of c...
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 f223fe4027..6ea410b5fa 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.*",