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:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 959c0a7a34..7acbf4508f 100644
--- a/composer.json
+++ b/composer.json
@@ -43,7 +43,7 @@
"tedivm/jshrink": "~0.5.1",
"mustangostang/spyc": "~0.5.0",
"piwik/device-detector": "~3.0",
- "piwik/decompress": "~0.1.1",
+ "piwik/decompress": "~1.0",
"piwik/network": "~0.1.0",
"piwik/cache": "~0.2.5",
"piwik/ini": "~1.0,>=1.0.3",
@@ -51,7 +51,9 @@
"psr/log": "~1.0",
"monolog/monolog": "~1.11",
"symfony/monolog-bridge": "~2.6",
- "symfony/event-dispatcher": "~2.6"
+ "symfony/event-dispatcher": "~2.6",
+ "pear/pear_exception": "~1.0.0",
+ "pear/pear-core-minimal": "~1.9.5"
},
"require-dev": {
"aws/aws-sdk-php": "2.7.1",