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-22 08:39:01 +0400
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-10-29 07:47:51 +0300
commitbbbf9acea29e10b9b9b2da1def68fbebc1efef6c (patch)
tree411dfffb5b0dcbb1923c54dadd49a6d991248307 /composer.json
parentd9aef0c397045484a3848106b57de99f7cdeddbe (diff)
Extracted the Piwik\IP class into a standalone Network 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 24e10fcedc..47886d558b 100644
--- a/composer.json
+++ b/composer.json
@@ -43,7 +43,8 @@
"tedivm/jshrink": "~0.5.1",
"mustangostang/spyc": "~0.5.0",
"piwik/device-detector": "~2.0",
- "piwik/decompress": "~0.1.1"
+ "piwik/decompress": "~0.1.1",
+ "piwik/network": "~0.1.0"
},
"require-dev": {
"aws/aws-sdk-php": "2.7.1",