xref: /plugin/statdisplay/composer.lock (revision 03cdebb71906645bc452782ad23f052261c2cb18)
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": "a8f31a88088de0ab177c0bc382e55765",
8    "packages": [
9        {
10            "name": "cbschuld/browser.php",
11            "version": "v2.0.0",
12            "source": {
13                "type": "git",
14                "url": "https://github.com/cbschuld/Browser.php.git",
15                "reference": "bf4be5f0b2d4d6d4bc328be58b1d9d7397561f82"
16            },
17            "dist": {
18                "type": "zip",
19                "url": "https://api.github.com/repos/cbschuld/Browser.php/zipball/bf4be5f0b2d4d6d4bc328be58b1d9d7397561f82",
20                "reference": "bf4be5f0b2d4d6d4bc328be58b1d9d7397561f82",
21                "shasum": ""
22            },
23            "require": {
24                "php": ">=8.0"
25            },
26            "require-dev": {
27                "phpunit/phpunit": "^9.6"
28            },
29            "type": "library",
30            "autoload": {
31                "files": [
32                    "legacy/Browser.php"
33                ],
34                "psr-4": {
35                    "cbschuld\\": "src/"
36                }
37            },
38            "notification-url": "https://packagist.org/downloads/",
39            "license": [
40                "MIT"
41            ],
42            "authors": [
43                {
44                    "name": "Chris Schuld",
45                    "email": "chris@chrisschuld.com",
46                    "homepage": "https://chrisschuld.com"
47                }
48            ],
49            "description": "A PHP Class to detect a user's Browser.  This encapsulation provides a breakdown of the browser and the version of the browser using the browser's user-agent string.  This is not a guaranteed solution but provides an overall accurate way to detect what browser a user is using.",
50            "homepage": "https://chrisschuld.com/projects/browser-php-detecting-a-users-browser-from-php/",
51            "keywords": [
52                "browser",
53                "detection",
54                "user agent"
55            ],
56            "support": {
57                "issues": "https://github.com/cbschuld/Browser.php/issues",
58                "source": "https://github.com/cbschuld/Browser.php"
59            },
60            "time": "2025-09-04T16:15:06+00:00"
61        },
62        {
63            "name": "szymach/c-pchart",
64            "version": "v3.1.1",
65            "source": {
66                "type": "git",
67                "url": "https://github.com/szymach/c-pchart.git",
68                "reference": "8d08627262b65ed476c2681dba807cd713b044b0"
69            },
70            "dist": {
71                "type": "zip",
72                "url": "https://api.github.com/repos/szymach/c-pchart/zipball/8d08627262b65ed476c2681dba807cd713b044b0",
73                "reference": "8d08627262b65ed476c2681dba807cd713b044b0",
74                "shasum": ""
75            },
76            "require": {
77                "ext-gd": "*",
78                "php": "^8.0"
79            },
80            "require-dev": {
81                "codeception/codeception": "^5.3",
82                "codeception/module-asserts": "^3.2",
83                "codeception/module-filesystem": "^3.0",
84                "phpstan/phpstan": "^2.1",
85                "phpunit/phpunit": "^12.4",
86                "squizlabs/php_codesniffer": "^4.0"
87            },
88            "type": "library",
89            "extra": {
90                "branch-alias": {
91                    "2.0": "2.0.x-dev",
92                    "3.0": "3.0.x-dev",
93                    "3.1": "3.1.x-dev",
94                    "dev-master": "4.0.x-dev"
95                }
96            },
97            "autoload": {
98                "files": [
99                    "constants.php"
100                ],
101                "psr-4": {
102                    "CpChart\\": "src/"
103                }
104            },
105            "notification-url": "https://packagist.org/downloads/",
106            "license": [
107                "GPL-3.0-only"
108            ],
109            "authors": [
110                {
111                    "name": "Jean-Damien Pogolotti",
112                    "homepage": "http://www.pchart.net",
113                    "role": "Creator of the original pChart library"
114                },
115                {
116                    "name": "Piotr Szymaszek",
117                    "homepage": "https://github.com/szymach",
118                    "role": "Developer of the CpChart wrapper package"
119                }
120            ],
121            "description": "Port of \"pChart\" library into PHP 8+",
122            "homepage": "https://github.com/szymach/c-pchart",
123            "keywords": [
124                "CpChart",
125                "c-pChart",
126                "charts",
127                "pchart",
128                "statistics"
129            ],
130            "support": {
131                "issues": "https://github.com/szymach/c-pchart/issues",
132                "source": "https://github.com/szymach/c-pchart/tree/v3.1.1"
133            },
134            "time": "2025-10-22T17:58:15+00:00"
135        }
136    ],
137    "packages-dev": [],
138    "aliases": [],
139    "minimum-stability": "stable",
140    "stability-flags": {},
141    "prefer-stable": false,
142    "prefer-lowest": false,
143    "platform": {
144        "php": ">=8.0"
145    },
146    "platform-dev": {},
147    "plugin-api-version": "2.9.0"
148}
149