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>2020-03-31 14:27:47 +0300
committerGitHub <noreply@github.com>2020-03-31 14:27:47 +0300
commit966beb2af4ea9b4f9ef4dab26e21b194431ae168 (patch)
treedb6a2171cc0850c564dfbdd5503e663eb9fa6212 /composer.lock
parent19af9b6c0a63b07020d935ea88710c80823c9d62 (diff)
Update device detector to latest 3.12.4 (#15757)
* Update device detector to latest 3.12.4 * fix 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 af333e6cf4..e01be400d1 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "ef319f0bec0c7988dd83727e05ac2b39",
+ "content-hash": "0e193c668f0333637ac4b5a7f3bef0cc",
"packages": [
{
"name": "composer/ca-bundle",
@@ -1125,16 +1125,16 @@
},
{
"name": "piwik/device-detector",
- "version": "3.12.3",
+ "version": "3.12.4",
"source": {
"type": "git",
"url": "https://github.com/matomo-org/device-detector.git",
- "reference": "22257883bd2c7c21d68112a907cdad7de4a2ba31"
+ "reference": "6a92e45a55eb507f53581e9add7dc82835ad6424"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/matomo-org/device-detector/zipball/22257883bd2c7c21d68112a907cdad7de4a2ba31",
- "reference": "22257883bd2c7c21d68112a907cdad7de4a2ba31",
+ "url": "https://api.github.com/repos/matomo-org/device-detector/zipball/6a92e45a55eb507f53581e9add7dc82835ad6424",
+ "reference": "6a92e45a55eb507f53581e9add7dc82835ad6424",
"shasum": ""
},
"require": {
@@ -1176,7 +1176,7 @@
"parser",
"useragent"
],
- "time": "2020-01-13T16:15:20+00:00"
+ "time": "2020-03-31T08:53:12+00:00"
},
{
"name": "piwik/ini",
@@ -3287,5 +3287,6 @@
"platform-dev": [],
"platform-overrides": {
"php": "5.5.9"
- }
+ },
+ "plugin-api-version": "1.1.0"
}