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-03 00:57:43 +0400
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-10-03 00:57:43 +0400
commitf29c9380249d95fe004d6f2652dfdb318aea0784 (patch)
treef2af227dac62daa885f173077984917a79cc36ef /composer.json
parent699f9cd8bd84ee53c8b4e65e948052dbd8858d10 (diff)
Extracted the decompressing classes into a standalone Decompress component
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 be32b796bf..a8d9b6d658 100644
--- a/composer.json
+++ b/composer.json
@@ -37,7 +37,8 @@
"symfony/console": ">=v2.3.5",
"tedivm/jshrink": "v0.5.1",
"mustangostang/spyc": "0.5.*",
- "piwik/device-detector": "2.*"
+ "piwik/device-detector": "2.*",
+ "piwik/decompress": "*@dev"
},
"require-dev": {
"phpunit/phpunit": "~4.1",