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