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:
authorsgiehl <stefan@piwik.org>2014-04-03 15:12:30 +0400
committersgiehl <stefan@piwik.org>2014-04-03 15:12:30 +0400
commitcde0263a4352fffc67c149e37810a7368e373324 (patch)
tree2cad81a3e9fe7a446a950bcd63a7f7978649450a /composer.json
parent47cd0bb26dab99fb9917a7cf64c5c9fbed358ece (diff)
UserAgentParserEnhanced is now required and used from it's own composer package (piwik/device-detector); additionally Spyc library is required as composer package and removed from piwik source
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 63c2392525..28afb9f9e9 100644
--- a/composer.json
+++ b/composer.json
@@ -23,6 +23,8 @@
"twig/twig": "1.*",
"leafo/lessphp": "~0.3",
"symfony/console": ">=v2.3.5",
- "tedivm/jshrink": "v0.5.1"
+ "tedivm/jshrink": "v0.5.1",
+ "mustangostang/spyc": "*",
+ "piwik/device-detector": "dev-master"
}
}