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@piwik.org>2017-11-02 01:20:00 +0300
committerGitHub <noreply@github.com>2017-11-02 01:20:00 +0300
commit991ec45836f5c5fc681d1a673047dcf1d15da352 (patch)
treeae60f2637715238b6f43177c7a18ca2e9931f71a /composer.lock
parent637c80ecab47b7e87d3130c15ae028b945157f6a (diff)
Update device detector to 3.9 (#12245)
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock15
1 files changed, 9 insertions, 6 deletions
diff --git a/composer.lock b/composer.lock
index 37e92d6a20..4e4ee2c272 100644
--- a/composer.lock
+++ b/composer.lock
@@ -774,16 +774,16 @@
},
{
"name": "piwik/device-detector",
- "version": "3.8.2",
+ "version": "3.9.0",
"source": {
"type": "git",
"url": "https://github.com/piwik/device-detector.git",
- "reference": "4415a46defb7644869e17aac143c8eb46ae9e49f"
+ "reference": "88fe6919e63c71cbe831990215fa76a9f4d797b5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/piwik/device-detector/zipball/4415a46defb7644869e17aac143c8eb46ae9e49f",
- "reference": "4415a46defb7644869e17aac143c8eb46ae9e49f",
+ "url": "https://api.github.com/repos/piwik/device-detector/zipball/88fe6919e63c71cbe831990215fa76a9f4d797b5",
+ "reference": "88fe6919e63c71cbe831990215fa76a9f4d797b5",
"shasum": ""
},
"require": {
@@ -792,7 +792,10 @@
},
"require-dev": {
"fabpot/php-cs-fixer": "~1.7",
- "phpunit/phpunit": "4.1.*"
+ "matthiasmullie/scrapbook": "@stable",
+ "phpunit/phpunit": "4.1.*",
+ "psr/cache": "^1.0",
+ "psr/simple-cache": "^1.0"
},
"suggest": {
"doctrine/cache": "Can directly be used for caching purpose"
@@ -821,7 +824,7 @@
"parser",
"useragent"
],
- "time": "2017-10-02T08:22:37+00:00"
+ "time": "2017-10-30T17:47:32+00:00"
},
{
"name": "piwik/ini",