xref: /plugin/statdisplay/vendor/composer/installed.json (revision 03cdebb71906645bc452782ad23f052261c2cb18)
1{
2    "packages": [
3        {
4            "name": "cbschuld/browser.php",
5            "version": "v2.0.0",
6            "version_normalized": "2.0.0.0",
7            "source": {
8                "type": "git",
9                "url": "https://github.com/cbschuld/Browser.php.git",
10                "reference": "bf4be5f0b2d4d6d4bc328be58b1d9d7397561f82"
11            },
12            "dist": {
13                "type": "zip",
14                "url": "https://api.github.com/repos/cbschuld/Browser.php/zipball/bf4be5f0b2d4d6d4bc328be58b1d9d7397561f82",
15                "reference": "bf4be5f0b2d4d6d4bc328be58b1d9d7397561f82",
16                "shasum": ""
17            },
18            "require": {
19                "php": ">=8.0"
20            },
21            "require-dev": {
22                "phpunit/phpunit": "^9.6"
23            },
24            "time": "2025-09-04T16:15:06+00:00",
25            "type": "library",
26            "installation-source": "dist",
27            "autoload": {
28                "files": [
29                    "legacy/Browser.php"
30                ],
31                "psr-4": {
32                    "cbschuld\\": "src/"
33                }
34            },
35            "notification-url": "https://packagist.org/downloads/",
36            "license": [
37                "MIT"
38            ],
39            "authors": [
40                {
41                    "name": "Chris Schuld",
42                    "email": "chris@chrisschuld.com",
43                    "homepage": "https://chrisschuld.com"
44                }
45            ],
46            "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.",
47            "homepage": "https://chrisschuld.com/projects/browser-php-detecting-a-users-browser-from-php/",
48            "keywords": [
49                "browser",
50                "detection",
51                "user agent"
52            ],
53            "support": {
54                "issues": "https://github.com/cbschuld/Browser.php/issues",
55                "source": "https://github.com/cbschuld/Browser.php"
56            },
57            "install-path": "../cbschuld/browser.php"
58        },
59        {
60            "name": "szymach/c-pchart",
61            "version": "v3.1.1",
62            "version_normalized": "3.1.1.0",
63            "source": {
64                "type": "git",
65                "url": "https://github.com/szymach/c-pchart.git",
66                "reference": "8d08627262b65ed476c2681dba807cd713b044b0"
67            },
68            "dist": {
69                "type": "zip",
70                "url": "https://api.github.com/repos/szymach/c-pchart/zipball/8d08627262b65ed476c2681dba807cd713b044b0",
71                "reference": "8d08627262b65ed476c2681dba807cd713b044b0",
72                "shasum": ""
73            },
74            "require": {
75                "ext-gd": "*",
76                "php": "^8.0"
77            },
78            "require-dev": {
79                "codeception/codeception": "^5.3",
80                "codeception/module-asserts": "^3.2",
81                "codeception/module-filesystem": "^3.0",
82                "phpstan/phpstan": "^2.1",
83                "phpunit/phpunit": "^12.4",
84                "squizlabs/php_codesniffer": "^4.0"
85            },
86            "time": "2025-10-22T17:58:15+00:00",
87            "type": "library",
88            "extra": {
89                "branch-alias": {
90                    "2.0": "2.0.x-dev",
91                    "3.0": "3.0.x-dev",
92                    "3.1": "3.1.x-dev",
93                    "dev-master": "4.0.x-dev"
94                }
95            },
96            "installation-source": "dist",
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            "install-path": "../szymach/c-pchart"
135        }
136    ],
137    "dev": true,
138    "dev-package-names": []
139}
140