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-07-20 19:01:50 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-07-20 19:01:50 +0300
commit4de018d6e8c7cdc2068e40b37b5e7f1d69fa4127 (patch)
tree24d9dc5301857e8164f1958fc94ae510a8f43b15 /composer.json
parent432c0056682b223cceb97a3782d93a454151d1aa (diff)
Force requiring a version 2.6.* of Symfony packages because the 2.7.* versions require PHP >= 5.3.9 (we support PHP 5.3.3)
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 d0fd162f6f..525f569d47 100644
--- a/composer.json
+++ b/composer.json
@@ -61,7 +61,7 @@
"phpunit/phpunit": "~4.1",
"facebook/xhprof": "dev-master",
"phpseclib/phpseclib": "~0.3.8",
- "symfony/var-dumper": "~2.6"
+ "symfony/var-dumper": "~2.6.0"
},
"repositories": [
{