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>2014-10-17 02:48:03 +0400
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-10-17 02:48:03 +0400
commitb818605f35e6c274a0e8885420212d4d2199a312 (patch)
tree5c377ffc86610c1896579f6f6ab82be9e378ac4a /composer.json
parentf68a812af88da8f52fd021d50e2faa21d9b459cc (diff)
#6058 Updated composer for more consistent and appropriate constraints
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/composer.json b/composer.json
index 4badd4c57b..5608608666 100644
--- a/composer.json
+++ b/composer.json
@@ -32,12 +32,12 @@
},
"require": {
"php": ">=5.3.3",
- "twig/twig": "1.*",
- "leafo/lessphp": "0.4",
- "symfony/console": ">=v2.3.5",
- "tedivm/jshrink": "v0.5.1",
- "mustangostang/spyc": "0.5.*",
- "piwik/device-detector": "2.*",
+ "twig/twig": "~1.0",
+ "leafo/lessphp": "~0.4.0",
+ "symfony/console": "~2.3",
+ "tedivm/jshrink": "~0.5.1",
+ "mustangostang/spyc": "~0.5.0",
+ "piwik/device-detector": "~2.0",
"piwik/decompress": "~0.1.0"
},
"require-dev": {