From 5990a2b1d7fc6dab86cf8bb3b7fadfb06e587c18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 02:00:58 +0000 Subject: [PATCH] Bump matomo/device-detector from 4.1.0 to 6.0.6 in /src/lib Bumps [matomo/device-detector](https://github.com/matomo-org/device-detector) from 4.1.0 to 6.0.6. - [Release notes](https://github.com/matomo-org/device-detector/releases) - [Commits](https://github.com/matomo-org/device-detector/compare/4.1.0...6.0.6) --- updated-dependencies: - dependency-name: matomo/device-detector dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/lib/composer.json | 2 +- src/lib/composer.lock | 25 ++++++++++++++++--------- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/src/lib/composer.json b/src/lib/composer.json index 6bc66b6..b953fc4 100644 --- a/src/lib/composer.json +++ b/src/lib/composer.json @@ -1,5 +1,5 @@ { "require": { - "matomo/device-detector": "^4.1" + "matomo/device-detector": "^6.0" } } diff --git a/src/lib/composer.lock b/src/lib/composer.lock index 53d54b6..a243463 100644 --- a/src/lib/composer.lock +++ b/src/lib/composer.lock @@ -4,32 +4,32 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "8fda8c087fda486757dc94fdc065bae8", + "content-hash": "1b5e6baf290938eae6ab0b153dfcefa4", "packages": [ { "name": "matomo/device-detector", - "version": "4.1.0", + "version": "6.0.6", "source": { "type": "git", "url": "https://github.com/matomo-org/device-detector.git", - "reference": "6b3facc35e7a465bc4223fddfa5fa88c5b327554" + "reference": "ce5ef5e6776c16af306d38e20674973f072e05ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/matomo-org/device-detector/zipball/6b3facc35e7a465bc4223fddfa5fa88c5b327554", - "reference": "6b3facc35e7a465bc4223fddfa5fa88c5b327554", + "url": "https://api.github.com/repos/matomo-org/device-detector/zipball/ce5ef5e6776c16af306d38e20674973f072e05ed", + "reference": "ce5ef5e6776c16af306d38e20674973f072e05ed", "shasum": "" }, "require": { "mustangostang/spyc": "*", - "php": ">=7.2" + "php": "^7.2|^8.0" }, "replace": { "piwik/device-detector": "self.version" }, "require-dev": { "matthiasmullie/scrapbook": "^1.4.7", - "mayflower/mo4-coding-standard": "dev-master#275cb9d", + "mayflower/mo4-coding-standard": "^v8.0.0", "phpstan/phpstan": "^0.12.52", "phpunit/phpunit": "^8.5.8", "psr/cache": "^1.0.1", @@ -67,7 +67,13 @@ "parser", "useragent" ], - "time": "2021-01-08T14:14:55+00:00" + "support": { + "forum": "https://forum.matomo.org/", + "issues": "https://github.com/matomo-org/device-detector/issues", + "source": "https://github.com/matomo-org/matomo", + "wiki": "https://dev.matomo.org/" + }, + "time": "2023-01-16T08:18:02+00:00" }, { "name": "mustangostang/spyc", @@ -127,5 +133,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.3.0" }