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:
authorChristian Raue <christian.raue@gmail.com>2014-01-14 15:00:19 +0400
committerChristian Raue <christian.raue@gmail.com>2014-01-14 15:00:19 +0400
commit423e5655808df63a6bd1e0be4442df4b65c2afbc (patch)
tree3f89c3cc704fcda90d86e9f8150ad1eeef6b3f04 /composer.json
parentb0ab30d87fc5e69f98414716d12a1fd7ea128f3c (diff)
relax version constraint for lessphp to allow newer releases
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 1a3306838e..63c2392525 100644
--- a/composer.json
+++ b/composer.json
@@ -21,7 +21,7 @@
"require": {
"php": ">=5.3.2",
"twig/twig": "1.*",
- "leafo/lessphp": "0.3.*",
+ "leafo/lessphp": "~0.3",
"symfony/console": ">=v2.3.5",
"tedivm/jshrink": "v0.5.1"
}