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:14:45 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-07-20 19:14:45 +0300
commitd0c93e6fa77bdcfdab2d3cb66301a5144fd3addd (patch)
tree359d090f658b4d79dfb91884b41d70b83a34a855 /composer.json
parent4de018d6e8c7cdc2068e40b37b5e7f1d69fa4127 (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.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 525f569d47..8cc4cfdadb 100644
--- a/composer.json
+++ b/composer.json
@@ -61,7 +61,8 @@
"phpunit/phpunit": "~4.1",
"facebook/xhprof": "dev-master",
"phpseclib/phpseclib": "~0.3.8",
- "symfony/var-dumper": "~2.6.0"
+ "symfony/var-dumper": "~2.6.0",
+ "symfony/yaml": "~2.6.0"
},
"repositories": [
{