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:
authorThomas Steur <thomas.steur@googlemail.com>2014-12-22 00:38:57 +0300
committerThomas Steur <thomas.steur@googlemail.com>2014-12-22 00:38:57 +0300
commit6130e7e86baff2979bb84bf979a13130124c1202 (patch)
tree3783dcb60d1976e2316b6268b0d3d7aed65dfee5 /composer.json
parent265ee6239ec80a964ce403391936c541c045c112 (diff)
fixes #6890 added symfony vardumper lib
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 d9a930ba15..7e2f5023d7 100644
--- a/composer.json
+++ b/composer.json
@@ -55,7 +55,8 @@
"aws/aws-sdk-php": "2.7.1",
"phpunit/phpunit": "~4.1",
"facebook/xhprof": "dev-master",
- "phpseclib/phpseclib": "~0.3.8"
+ "phpseclib/phpseclib": "~0.3.8",
+ "symfony/var-dumper": "~2.6"
},
"repositories": [
{