Bump piwik/device-detector from 3.5.1 to 3.13.0

Bumps [piwik/device-detector](https://github.com/matomo-org/device-detector) from 3.5.1 to 3.13.0.
- [Release notes](https://github.com/matomo-org/device-detector/releases)
- [Commits](https://github.com/matomo-org/device-detector/compare/3.5.1...3.13.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-09-30 21:24:39 +00:00
committed by GitHub
parent b671e72e2a
commit c5a8071f8f
2 changed files with 19 additions and 15 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
"resque/php-resque": "1.3.6",
"geoip2/geoip2": "2.10.0",
"piwik/device-detector": "3.5.1",
"piwik/device-detector": "3.13.0",
"dragonmantank/cron-expression": "3.0.1",
"domnikl/statsd": "2.0.*",
"influxdb/influxdb-php": "1.15.*",
Generated
+18 -14
View File
@@ -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": "c7e616cfec4169dca53aafae56ca39d6",
"content-hash": "26d3255ee9c6aa83f1e4ca4826d167a0",
"packages": [
{
"name": "appwrite/php-clamav",
@@ -914,28 +914,32 @@
},
{
"name": "piwik/device-detector",
"version": "3.5.1",
"version": "3.13.0",
"source": {
"type": "git",
"url": "https://github.com/matomo-org/device-detector.git",
"reference": "29830f9bd67c8300e37828db0688161dd6f5f7a5"
"reference": "75ca5b690e38c40d199ade93e677bc5d7c3bc498"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/matomo-org/device-detector/zipball/29830f9bd67c8300e37828db0688161dd6f5f7a5",
"reference": "29830f9bd67c8300e37828db0688161dd6f5f7a5",
"url": "https://api.github.com/repos/matomo-org/device-detector/zipball/75ca5b690e38c40d199ade93e677bc5d7c3bc498",
"reference": "75ca5b690e38c40d199ade93e677bc5d7c3bc498",
"shasum": ""
},
"require": {
"mustangostang/spyc": "*",
"php": ">=5.3.2"
"php": ">=5.5"
},
"require-dev": {
"fabpot/php-cs-fixer": "~1.7",
"phpunit/phpunit": "4.1.*"
"matthiasmullie/scrapbook": "@stable",
"phpunit/phpunit": "^4.8.36",
"psr/cache": "^1.0",
"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": {
@@ -945,23 +949,23 @@
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0+"
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "The Piwik Team",
"email": "hello@piwik.org",
"homepage": "http://piwik.org/the-piwik-team/"
"name": "The Matomo Team",
"email": "hello@matomo.org",
"homepage": "https://matomo.org/team/"
}
],
"description": "The Universal Device Detection library, that parses User Agents and detects devices (desktop, tablet, mobile, tv, cars, console, etc.), clients (browsers, media players, mobile apps, feed readers, libraries, etc), operating systems, devices, brands and models.",
"homepage": "http://piwik.org",
"homepage": "https://matomo.org",
"keywords": [
"devicedetection",
"parser",
"useragent"
],
"time": "2016-01-21T22:26:37+00:00"
"time": "2020-08-17T07:37:33+00:00"
},
{
"name": "psr/http-client",