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:
authorStefan Giehl <stefan@matomo.org>2018-12-27 15:13:28 +0300
committerGitHub <noreply@github.com>2018-12-27 15:13:28 +0300
commitbf82475671ff9505518b6719adfb700980d4b235 (patch)
tree937a730da27e8fa436523eb049fc6cf6e53d2430 /composer.lock
parent5f28571535178851fc42f7f9c07655875b7e994f (diff)
Updates Device Detector to 3.11.4 (#13910)
* Updates Device Detector to 3.11.4 * update tests
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock15
1 files changed, 8 insertions, 7 deletions
diff --git a/composer.lock b/composer.lock
index 1bc233a31f..1cb4ad7612 100644
--- a/composer.lock
+++ b/composer.lock
@@ -1,7 +1,7 @@
{
"_readme": [
"This file locks the dependencies of your project to a known state",
- "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
+ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "58af620cb0a5851205adfedd960f5c59",
@@ -1094,16 +1094,16 @@
},
{
"name": "piwik/device-detector",
- "version": "3.11.3",
+ "version": "3.11.4",
"source": {
"type": "git",
"url": "https://github.com/matomo-org/device-detector.git",
- "reference": "9b7a5f837938c38f1131d6042b859144053ac45c"
+ "reference": "c136bf9147bd8f33746b1915331fba133d076ed5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/matomo-org/device-detector/zipball/9b7a5f837938c38f1131d6042b859144053ac45c",
- "reference": "9b7a5f837938c38f1131d6042b859144053ac45c",
+ "url": "https://api.github.com/repos/matomo-org/device-detector/zipball/c136bf9147bd8f33746b1915331fba133d076ed5",
+ "reference": "c136bf9147bd8f33746b1915331fba133d076ed5",
"shasum": ""
},
"require": {
@@ -1118,7 +1118,8 @@
"psr/simple-cache": "^1.0"
},
"suggest": {
- "doctrine/cache": "Can directly be used for caching purpose"
+ "doctrine/cache": "Can directly be used for caching purpose",
+ "ext-yaml": "Necessary for using the Pecl YAML parser"
},
"type": "library",
"autoload": {
@@ -1144,7 +1145,7 @@
"parser",
"useragent"
],
- "time": "2018-11-11T14:41:22+00:00"
+ "time": "2018-12-26T22:52:19+00:00"
},
{
"name": "piwik/ini",