xref: /plugin/statistics/composer.lock (revision d5ef99ddb7dfb0cfae33e9257bd1d788f682c50f)
1{
2    "_readme": [
3        "This file locks the dependencies of your project to a known state",
4        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5        "This file is @generated automatically"
6    ],
7    "content-hash": "2511e42cd05c0bff1c387488f0f44e24",
8    "packages": [
9        {
10            "name": "matomo/device-detector",
11            "version": "6.4.6",
12            "source": {
13                "type": "git",
14                "url": "https://github.com/matomo-org/device-detector.git",
15                "reference": "6f07f615199851548db47a900815d2ea2cdcde08"
16            },
17            "dist": {
18                "type": "zip",
19                "url": "https://api.github.com/repos/matomo-org/device-detector/zipball/6f07f615199851548db47a900815d2ea2cdcde08",
20                "reference": "6f07f615199851548db47a900815d2ea2cdcde08",
21                "shasum": ""
22            },
23            "require": {
24                "mustangostang/spyc": "*",
25                "php": "^7.2|^8.0"
26            },
27            "replace": {
28                "piwik/device-detector": "self.version"
29            },
30            "require-dev": {
31                "matthiasmullie/scrapbook": "^1.4.7",
32                "mayflower/mo4-coding-standard": "^v9.0.0",
33                "phpstan/phpstan": "^1.10.44",
34                "phpunit/phpunit": "^8.5.8",
35                "psr/cache": "^1.0.1",
36                "psr/simple-cache": "^1.0.1",
37                "slevomat/coding-standard": "<8.16.0",
38                "symfony/yaml": "^5.1.7"
39            },
40            "suggest": {
41                "doctrine/cache": "Can directly be used for caching purpose",
42                "ext-yaml": "Necessary for using the Pecl YAML parser"
43            },
44            "type": "library",
45            "autoload": {
46                "psr-4": {
47                    "DeviceDetector\\": ""
48                },
49                "exclude-from-classmap": [
50                    "Tests/"
51                ]
52            },
53            "notification-url": "https://packagist.org/downloads/",
54            "license": [
55                "LGPL-3.0-or-later"
56            ],
57            "authors": [
58                {
59                    "name": "The Matomo Team",
60                    "email": "hello@matomo.org",
61                    "homepage": "https://matomo.org/team/"
62                }
63            ],
64            "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.",
65            "homepage": "https://matomo.org",
66            "keywords": [
67                "devicedetection",
68                "parser",
69                "useragent"
70            ],
71            "support": {
72                "forum": "https://forum.matomo.org/",
73                "issues": "https://github.com/matomo-org/device-detector/issues",
74                "source": "https://github.com/matomo-org/matomo",
75                "wiki": "https://dev.matomo.org/"
76            },
77            "time": "2025-06-10T10:00:59+00:00"
78        },
79        {
80            "name": "mustangostang/spyc",
81            "version": "0.6.3",
82            "source": {
83                "type": "git",
84                "url": "https://github.com/mustangostang/spyc.git",
85                "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0"
86            },
87            "dist": {
88                "type": "zip",
89                "url": "https://api.github.com/repos/mustangostang/spyc/zipball/4627c838b16550b666d15aeae1e5289dd5b77da0",
90                "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0",
91                "shasum": ""
92            },
93            "require": {
94                "php": ">=5.3.1"
95            },
96            "require-dev": {
97                "phpunit/phpunit": "4.3.*@dev"
98            },
99            "type": "library",
100            "extra": {
101                "branch-alias": {
102                    "dev-master": "0.5.x-dev"
103                }
104            },
105            "autoload": {
106                "files": [
107                    "Spyc.php"
108                ]
109            },
110            "notification-url": "https://packagist.org/downloads/",
111            "license": [
112                "MIT"
113            ],
114            "authors": [
115                {
116                    "name": "mustangostang",
117                    "email": "vlad.andersen@gmail.com"
118                }
119            ],
120            "description": "A simple YAML loader/dumper class for PHP",
121            "homepage": "https://github.com/mustangostang/spyc/",
122            "keywords": [
123                "spyc",
124                "yaml",
125                "yml"
126            ],
127            "support": {
128                "issues": "https://github.com/mustangostang/spyc/issues",
129                "source": "https://github.com/mustangostang/spyc/tree/0.6.3"
130            },
131            "time": "2019-09-10T13:16:29+00:00"
132        }
133    ],
134    "packages-dev": [],
135    "aliases": [],
136    "minimum-stability": "stable",
137    "stability-flags": {},
138    "prefer-stable": false,
139    "prefer-lowest": false,
140    "platform": {},
141    "platform-dev": {},
142    "plugin-api-version": "2.6.0"
143}
144