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@matomo.org>2020-11-02 11:04:33 +0300
committerGitHub <noreply@github.com>2020-11-02 11:04:33 +0300
commitb123a03f4c1e14afaebe3696b15b1f28cc06c728 (patch)
treec9976aaa10de41d725d8e5a842ae3ed352255179 /composer.lock
parent55753101ad1ebcfaa48ba1c94466c4499650fcf8 (diff)
Require new major release of matomo/device-detector (#16636)
* Require new major release of matomo/device-detector (instead of piwik/device-detector) * Adjust classname * fix cache class * update test files * some more code adjustments * update submodule
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock261
1 files changed, 206 insertions, 55 deletions
diff --git a/composer.lock b/composer.lock
index ac9855b82f..ac41c699c5 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": "0acbef2e79e975ecc2de5c2b9492c9cf",
+ "content-hash": "23cfc8642003797876c45e0e2473e9aa",
"packages": [
{
"name": "composer/ca-bundle",
@@ -60,6 +60,16 @@
"ssl",
"tls"
],
+ "funding": [
+ {
+ "url": "https://packagist.com",
+ "type": "custom"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/composer/composer",
+ "type": "tidelift"
+ }
+ ],
"time": "2020-04-08T08:27:21+00:00"
},
{
@@ -262,6 +272,20 @@
"redis",
"xcache"
],
+ "funding": [
+ {
+ "url": "https://www.doctrine-project.org/sponsorship.html",
+ "type": "custom"
+ },
+ {
+ "url": "https://www.patreon.com/phpdoctrine",
+ "type": "patreon"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
+ "type": "tidelift"
+ }
+ ],
"time": "2020-07-07T18:54:01+00:00"
},
{
@@ -468,6 +492,69 @@
"time": "2020-01-11T23:34:33+00:00"
},
{
+ "name": "matomo/device-detector",
+ "version": "4.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/matomo-org/device-detector.git",
+ "reference": "7ced8fa471d4d136e31e37c8ae49af3ea4567b5f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/matomo-org/device-detector/zipball/7ced8fa471d4d136e31e37c8ae49af3ea4567b5f",
+ "reference": "7ced8fa471d4d136e31e37c8ae49af3ea4567b5f",
+ "shasum": ""
+ },
+ "require": {
+ "mustangostang/spyc": "*",
+ "php": ">=7.2"
+ },
+ "replace": {
+ "piwik/device-detector": "*"
+ },
+ "require-dev": {
+ "matthiasmullie/scrapbook": "@stable",
+ "mayflower/mo4-coding-standard": "dev-master#275cb9d",
+ "phpstan/phpstan": "^0.12.52",
+ "phpunit/phpunit": "^8.5.8",
+ "psr/cache": "^1.0.1",
+ "psr/simple-cache": "^1.0.1",
+ "symfony/yaml": "^5.1.7"
+ },
+ "suggest": {
+ "doctrine/cache": "Can directly be used for caching purpose",
+ "ext-yaml": "Necessary for using the Pecl YAML parser"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "DeviceDetector\\": ""
+ },
+ "exclude-from-classmap": [
+ "Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "LGPL-3.0-or-later"
+ ],
+ "authors": [
+ {
+ "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": "https://matomo.org",
+ "keywords": [
+ "devicedetection",
+ "parser",
+ "useragent"
+ ],
+ "time": "2020-10-30T14:37:50+00:00"
+ },
+ {
"name": "matomo/ini",
"version": "2.0.2",
"source": {
@@ -815,6 +902,16 @@
"logging",
"psr-3"
],
+ "funding": [
+ {
+ "url": "https://github.com/Seldaek",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
+ "type": "tidelift"
+ }
+ ],
"time": "2020-07-23T08:35:51+00:00"
},
{
@@ -1342,62 +1439,13 @@
}
],
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
- "time": "2020-07-14T18:50:27+00:00"
- },
- {
- "name": "piwik/device-detector",
- "version": "3.13.0",
- "source": {
- "type": "git",
- "url": "https://github.com/matomo-org/device-detector.git",
- "reference": "75ca5b690e38c40d199ade93e677bc5d7c3bc498"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/matomo-org/device-detector/zipball/75ca5b690e38c40d199ade93e677bc5d7c3bc498",
- "reference": "75ca5b690e38c40d199ade93e677bc5d7c3bc498",
- "shasum": ""
- },
- "require": {
- "mustangostang/spyc": "*",
- "php": ">=5.5"
- },
- "require-dev": {
- "fabpot/php-cs-fixer": "~1.7",
- "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",
- "ext-yaml": "Necessary for using the Pecl YAML parser"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "DeviceDetector\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "LGPL-3.0-or-later"
- ],
- "authors": [
+ "funding": [
{
- "name": "The Matomo Team",
- "email": "hello@matomo.org",
- "homepage": "https://matomo.org/team/"
+ "url": "https://github.com/synchro",
+ "type": "github"
}
],
- "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": "https://matomo.org",
- "keywords": [
- "devicedetection",
- "parser",
- "useragent"
- ],
- "time": "2020-08-17T07:37:33+00:00"
+ "time": "2020-07-14T18:50:27+00:00"
},
{
"name": "psr/container",
@@ -1731,6 +1779,20 @@
"polyfill",
"portable"
],
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
"time": "2020-07-14T12:35:20+00:00"
},
{
@@ -1794,6 +1856,20 @@
"portable",
"shim"
],
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
"time": "2020-07-14T12:35:20+00:00"
},
{
@@ -1982,6 +2058,16 @@
"keywords": [
"templating"
],
+ "funding": [
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/twig/twig",
+ "type": "tidelift"
+ }
+ ],
"time": "2020-08-05T15:13:19+00:00"
}
],
@@ -2040,6 +2126,20 @@
"constructor",
"instantiate"
],
+ "funding": [
+ {
+ "url": "https://www.doctrine-project.org/sponsorship.html",
+ "type": "custom"
+ },
+ {
+ "url": "https://www.patreon.com/phpdoctrine",
+ "type": "patreon"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
+ "type": "tidelift"
+ }
+ ],
"time": "2020-05-29T17:27:14+00:00"
},
{
@@ -2186,6 +2286,12 @@
"object",
"object graph"
],
+ "funding": [
+ {
+ "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
+ "type": "tidelift"
+ }
+ ],
"time": "2020-06-29T13:22:24+00:00"
},
{
@@ -2885,6 +2991,16 @@
"testing",
"xunit"
],
+ "funding": [
+ {
+ "url": "https://phpunit.de/donate.html",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
"time": "2020-06-22T07:06:58+00:00"
},
{
@@ -3556,6 +3672,20 @@
"portable",
"shim"
],
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
"time": "2020-05-12T16:47:27+00:00"
},
{
@@ -3608,6 +3738,20 @@
"polyfill",
"shim"
],
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
"time": "2020-05-12T16:14:59+00:00"
},
{
@@ -3758,6 +3902,12 @@
}
],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
+ "funding": [
+ {
+ "url": "https://github.com/theseer",
+ "type": "github"
+ }
+ ],
"time": "2020-07-12T23:59:07+00:00"
},
{
@@ -3825,5 +3975,6 @@
"platform-dev": [],
"platform-overrides": {
"php": "7.2.5"
- }
+ },
+ "plugin-api-version": "1.1.0"
}