From c5a8071f8fa2fdb70a552d1748dc3166ac4780d3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 30 Sep 2020 21:24:39 +0000 Subject: [PATCH] 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] --- composer.json | 2 +- composer.lock | 32 ++++++++++++++++++-------------- 2 files changed, 19 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index 3124e2e02..0da6fbf9f 100644 --- a/composer.json +++ b/composer.json @@ -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.*", diff --git a/composer.lock b/composer.lock index 11770c983..59e31fab4 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": "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",