diff --git a/src/lib/composer.json b/src/lib/composer.json index 6bc66b6..6aa30e8 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.1" } } diff --git a/src/lib/composer.lock b/src/lib/composer.lock index 53d54b6..f8cada0 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": "15e2454f71b05a8af58bf9c0f09b973b", "packages": [ { "name": "matomo/device-detector", - "version": "4.1.0", + "version": "6.1.1", "source": { "type": "git", "url": "https://github.com/matomo-org/device-detector.git", - "reference": "6b3facc35e7a465bc4223fddfa5fa88c5b327554" + "reference": "a549e24350ff63e15dc691b6b21b73909b4fa9bd" }, "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/a549e24350ff63e15dc691b6b21b73909b4fa9bd", + "reference": "a549e24350ff63e15dc691b6b21b73909b4fa9bd", "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-03-16T08:19:16+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" }