xref: /dokuwiki/_test/composer.lock (revision 19f3aa325f8a38671a14de96bf31e1c4601e987b)
1acdf738aSAndreas Gohr{
2acdf738aSAndreas Gohr    "_readme": [
3acdf738aSAndreas Gohr        "This file locks the dependencies of your project to a known state",
4acdf738aSAndreas Gohr        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5acdf738aSAndreas Gohr        "This file is @generated automatically"
6acdf738aSAndreas Gohr    ],
793aadb6cSAndreas Gohr    "content-hash": "b46e714c3fffef66635c61805f05bc0f",
8acdf738aSAndreas Gohr    "packages": [
9acdf738aSAndreas Gohr        {
10acdf738aSAndreas Gohr            "name": "scotteh/php-dom-wrapper",
1197170572SAndreas Gohr            "version": "2.0.5",
12acdf738aSAndreas Gohr            "source": {
13acdf738aSAndreas Gohr                "type": "git",
14acdf738aSAndreas Gohr                "url": "https://github.com/scotteh/php-dom-wrapper.git",
1597170572SAndreas Gohr                "reference": "351e9c635c9aa65c8cedaeefcac3a49581ad2529"
16acdf738aSAndreas Gohr            },
17acdf738aSAndreas Gohr            "dist": {
18acdf738aSAndreas Gohr                "type": "zip",
1997170572SAndreas Gohr                "url": "https://api.github.com/repos/scotteh/php-dom-wrapper/zipball/351e9c635c9aa65c8cedaeefcac3a49581ad2529",
2097170572SAndreas Gohr                "reference": "351e9c635c9aa65c8cedaeefcac3a49581ad2529",
21acdf738aSAndreas Gohr                "shasum": ""
22acdf738aSAndreas Gohr            },
23acdf738aSAndreas Gohr            "require": {
24acdf738aSAndreas Gohr                "ext-libxml": "*",
25acdf738aSAndreas Gohr                "ext-mbstring": "*",
26acdf738aSAndreas Gohr                "lib-libxml": ">=2.7.7",
27acdf738aSAndreas Gohr                "php": ">=7.1.0",
28acdf738aSAndreas Gohr                "symfony/css-selector": "^4.0 || ^5.0 || ^6.0"
29acdf738aSAndreas Gohr            },
30acdf738aSAndreas Gohr            "require-dev": {
31acdf738aSAndreas Gohr                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
32acdf738aSAndreas Gohr            },
33acdf738aSAndreas Gohr            "type": "library",
34acdf738aSAndreas Gohr            "extra": {
35acdf738aSAndreas Gohr                "branch-alias": {
36acdf738aSAndreas Gohr                    "dev-master": "2.0-dev"
37acdf738aSAndreas Gohr                }
38acdf738aSAndreas Gohr            },
39acdf738aSAndreas Gohr            "autoload": {
40acdf738aSAndreas Gohr                "psr-4": {
41acdf738aSAndreas Gohr                    "DOMWrap\\": "src/"
42acdf738aSAndreas Gohr                }
43acdf738aSAndreas Gohr            },
44acdf738aSAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
45acdf738aSAndreas Gohr            "license": [
46acdf738aSAndreas Gohr                "BSD-3-Clause"
47acdf738aSAndreas Gohr            ],
48acdf738aSAndreas Gohr            "authors": [
49acdf738aSAndreas Gohr                {
50acdf738aSAndreas Gohr                    "name": "Andrew Scott",
51acdf738aSAndreas Gohr                    "email": "andrew@andrewscott.net.au"
52acdf738aSAndreas Gohr                }
53acdf738aSAndreas Gohr            ],
54acdf738aSAndreas Gohr            "description": "Simple DOM wrapper to select nodes using either CSS or XPath expressions and manipulate results quickly and easily.",
55acdf738aSAndreas Gohr            "homepage": "https://github.com/scotteh/php-dom-wrapper",
56acdf738aSAndreas Gohr            "keywords": [
57acdf738aSAndreas Gohr                "css",
58acdf738aSAndreas Gohr                "dom",
59acdf738aSAndreas Gohr                "html",
60acdf738aSAndreas Gohr                "parser",
61acdf738aSAndreas Gohr                "wrapper"
62acdf738aSAndreas Gohr            ],
63acdf738aSAndreas Gohr            "support": {
64acdf738aSAndreas Gohr                "issues": "https://github.com/scotteh/php-dom-wrapper/issues",
6597170572SAndreas Gohr                "source": "https://github.com/scotteh/php-dom-wrapper/tree/2.0.5"
66acdf738aSAndreas Gohr            },
6797170572SAndreas Gohr            "time": "2023-09-10T13:50:09+00:00"
68acdf738aSAndreas Gohr        },
69acdf738aSAndreas Gohr        {
70acdf738aSAndreas Gohr            "name": "symfony/css-selector",
71759b7c08SAndreas Gohr            "version": "v5.4.45",
72acdf738aSAndreas Gohr            "source": {
73acdf738aSAndreas Gohr                "type": "git",
74acdf738aSAndreas Gohr                "url": "https://github.com/symfony/css-selector.git",
75759b7c08SAndreas Gohr                "reference": "4f7f3c35fba88146b56d0025d20ace3f3901f097"
76acdf738aSAndreas Gohr            },
77acdf738aSAndreas Gohr            "dist": {
78acdf738aSAndreas Gohr                "type": "zip",
79759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/symfony/css-selector/zipball/4f7f3c35fba88146b56d0025d20ace3f3901f097",
80759b7c08SAndreas Gohr                "reference": "4f7f3c35fba88146b56d0025d20ace3f3901f097",
81acdf738aSAndreas Gohr                "shasum": ""
82acdf738aSAndreas Gohr            },
83acdf738aSAndreas Gohr            "require": {
842ab82b8eSAndreas Gohr                "php": ">=7.2.5",
85acdf738aSAndreas Gohr                "symfony/polyfill-php80": "^1.16"
86acdf738aSAndreas Gohr            },
87acdf738aSAndreas Gohr            "type": "library",
88acdf738aSAndreas Gohr            "autoload": {
89acdf738aSAndreas Gohr                "psr-4": {
90acdf738aSAndreas Gohr                    "Symfony\\Component\\CssSelector\\": ""
91acdf738aSAndreas Gohr                },
92acdf738aSAndreas Gohr                "exclude-from-classmap": [
93acdf738aSAndreas Gohr                    "/Tests/"
94acdf738aSAndreas Gohr                ]
95acdf738aSAndreas Gohr            },
96acdf738aSAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
97acdf738aSAndreas Gohr            "license": [
98acdf738aSAndreas Gohr                "MIT"
99acdf738aSAndreas Gohr            ],
100acdf738aSAndreas Gohr            "authors": [
101acdf738aSAndreas Gohr                {
102acdf738aSAndreas Gohr                    "name": "Fabien Potencier",
103acdf738aSAndreas Gohr                    "email": "fabien@symfony.com"
104acdf738aSAndreas Gohr                },
105acdf738aSAndreas Gohr                {
106acdf738aSAndreas Gohr                    "name": "Jean-François Simon",
107acdf738aSAndreas Gohr                    "email": "jeanfrancois.simon@sensiolabs.com"
108acdf738aSAndreas Gohr                },
109acdf738aSAndreas Gohr                {
110acdf738aSAndreas Gohr                    "name": "Symfony Community",
111acdf738aSAndreas Gohr                    "homepage": "https://symfony.com/contributors"
112acdf738aSAndreas Gohr                }
113acdf738aSAndreas Gohr            ],
114acdf738aSAndreas Gohr            "description": "Converts CSS selectors to XPath expressions",
115acdf738aSAndreas Gohr            "homepage": "https://symfony.com",
116acdf738aSAndreas Gohr            "support": {
117759b7c08SAndreas Gohr                "source": "https://github.com/symfony/css-selector/tree/v5.4.45"
118acdf738aSAndreas Gohr            },
119acdf738aSAndreas Gohr            "funding": [
120acdf738aSAndreas Gohr                {
121acdf738aSAndreas Gohr                    "url": "https://symfony.com/sponsor",
122acdf738aSAndreas Gohr                    "type": "custom"
123acdf738aSAndreas Gohr                },
124acdf738aSAndreas Gohr                {
125acdf738aSAndreas Gohr                    "url": "https://github.com/fabpot",
126acdf738aSAndreas Gohr                    "type": "github"
127acdf738aSAndreas Gohr                },
128acdf738aSAndreas Gohr                {
129acdf738aSAndreas Gohr                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
130acdf738aSAndreas Gohr                    "type": "tidelift"
131acdf738aSAndreas Gohr                }
132acdf738aSAndreas Gohr            ],
133759b7c08SAndreas Gohr            "time": "2024-09-25T14:11:13+00:00"
134acdf738aSAndreas Gohr        },
135acdf738aSAndreas Gohr        {
136acdf738aSAndreas Gohr            "name": "symfony/polyfill-php80",
137759b7c08SAndreas Gohr            "version": "v1.31.0",
138acdf738aSAndreas Gohr            "source": {
139acdf738aSAndreas Gohr                "type": "git",
140acdf738aSAndreas Gohr                "url": "https://github.com/symfony/polyfill-php80.git",
141759b7c08SAndreas Gohr                "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8"
142acdf738aSAndreas Gohr            },
143acdf738aSAndreas Gohr            "dist": {
144acdf738aSAndreas Gohr                "type": "zip",
145759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
146759b7c08SAndreas Gohr                "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
147acdf738aSAndreas Gohr                "shasum": ""
148acdf738aSAndreas Gohr            },
149acdf738aSAndreas Gohr            "require": {
150759b7c08SAndreas Gohr                "php": ">=7.2"
151acdf738aSAndreas Gohr            },
152acdf738aSAndreas Gohr            "type": "library",
153acdf738aSAndreas Gohr            "extra": {
154acdf738aSAndreas Gohr                "thanks": {
155*19f3aa32SAndreas Gohr                    "url": "https://github.com/symfony/polyfill",
156*19f3aa32SAndreas Gohr                    "name": "symfony/polyfill"
157acdf738aSAndreas Gohr                }
158acdf738aSAndreas Gohr            },
159acdf738aSAndreas Gohr            "autoload": {
160acdf738aSAndreas Gohr                "files": [
161acdf738aSAndreas Gohr                    "bootstrap.php"
162acdf738aSAndreas Gohr                ],
163acdf738aSAndreas Gohr                "psr-4": {
164acdf738aSAndreas Gohr                    "Symfony\\Polyfill\\Php80\\": ""
165acdf738aSAndreas Gohr                },
166acdf738aSAndreas Gohr                "classmap": [
167acdf738aSAndreas Gohr                    "Resources/stubs"
168acdf738aSAndreas Gohr                ]
169acdf738aSAndreas Gohr            },
170acdf738aSAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
171acdf738aSAndreas Gohr            "license": [
172acdf738aSAndreas Gohr                "MIT"
173acdf738aSAndreas Gohr            ],
174acdf738aSAndreas Gohr            "authors": [
175acdf738aSAndreas Gohr                {
176acdf738aSAndreas Gohr                    "name": "Ion Bazan",
177acdf738aSAndreas Gohr                    "email": "ion.bazan@gmail.com"
178acdf738aSAndreas Gohr                },
179acdf738aSAndreas Gohr                {
180acdf738aSAndreas Gohr                    "name": "Nicolas Grekas",
181acdf738aSAndreas Gohr                    "email": "p@tchwork.com"
182acdf738aSAndreas Gohr                },
183acdf738aSAndreas Gohr                {
184acdf738aSAndreas Gohr                    "name": "Symfony Community",
185acdf738aSAndreas Gohr                    "homepage": "https://symfony.com/contributors"
186acdf738aSAndreas Gohr                }
187acdf738aSAndreas Gohr            ],
188acdf738aSAndreas Gohr            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
189acdf738aSAndreas Gohr            "homepage": "https://symfony.com",
190acdf738aSAndreas Gohr            "keywords": [
191acdf738aSAndreas Gohr                "compatibility",
192acdf738aSAndreas Gohr                "polyfill",
193acdf738aSAndreas Gohr                "portable",
194acdf738aSAndreas Gohr                "shim"
195acdf738aSAndreas Gohr            ],
196acdf738aSAndreas Gohr            "support": {
197759b7c08SAndreas Gohr                "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0"
198acdf738aSAndreas Gohr            },
199acdf738aSAndreas Gohr            "funding": [
200acdf738aSAndreas Gohr                {
201acdf738aSAndreas Gohr                    "url": "https://symfony.com/sponsor",
202acdf738aSAndreas Gohr                    "type": "custom"
203acdf738aSAndreas Gohr                },
204acdf738aSAndreas Gohr                {
205acdf738aSAndreas Gohr                    "url": "https://github.com/fabpot",
206acdf738aSAndreas Gohr                    "type": "github"
207acdf738aSAndreas Gohr                },
208acdf738aSAndreas Gohr                {
209acdf738aSAndreas Gohr                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
210acdf738aSAndreas Gohr                    "type": "tidelift"
211acdf738aSAndreas Gohr                }
212acdf738aSAndreas Gohr            ],
213759b7c08SAndreas Gohr            "time": "2024-09-09T11:45:10+00:00"
214acdf738aSAndreas Gohr        }
215acdf738aSAndreas Gohr    ],
21697170572SAndreas Gohr    "packages-dev": [
21797170572SAndreas Gohr        {
21897170572SAndreas Gohr            "name": "doctrine/instantiator",
21997170572SAndreas Gohr            "version": "1.5.0",
22097170572SAndreas Gohr            "source": {
22197170572SAndreas Gohr                "type": "git",
22297170572SAndreas Gohr                "url": "https://github.com/doctrine/instantiator.git",
22397170572SAndreas Gohr                "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
22497170572SAndreas Gohr            },
22597170572SAndreas Gohr            "dist": {
22697170572SAndreas Gohr                "type": "zip",
22797170572SAndreas Gohr                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
22897170572SAndreas Gohr                "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
22997170572SAndreas Gohr                "shasum": ""
23097170572SAndreas Gohr            },
23197170572SAndreas Gohr            "require": {
23297170572SAndreas Gohr                "php": "^7.1 || ^8.0"
23397170572SAndreas Gohr            },
23497170572SAndreas Gohr            "require-dev": {
23597170572SAndreas Gohr                "doctrine/coding-standard": "^9 || ^11",
23697170572SAndreas Gohr                "ext-pdo": "*",
23797170572SAndreas Gohr                "ext-phar": "*",
23897170572SAndreas Gohr                "phpbench/phpbench": "^0.16 || ^1",
23997170572SAndreas Gohr                "phpstan/phpstan": "^1.4",
24097170572SAndreas Gohr                "phpstan/phpstan-phpunit": "^1",
24197170572SAndreas Gohr                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
24297170572SAndreas Gohr                "vimeo/psalm": "^4.30 || ^5.4"
24397170572SAndreas Gohr            },
24497170572SAndreas Gohr            "type": "library",
24597170572SAndreas Gohr            "autoload": {
24697170572SAndreas Gohr                "psr-4": {
24797170572SAndreas Gohr                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
24897170572SAndreas Gohr                }
24997170572SAndreas Gohr            },
25097170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
25197170572SAndreas Gohr            "license": [
25297170572SAndreas Gohr                "MIT"
25397170572SAndreas Gohr            ],
25497170572SAndreas Gohr            "authors": [
25597170572SAndreas Gohr                {
25697170572SAndreas Gohr                    "name": "Marco Pivetta",
25797170572SAndreas Gohr                    "email": "ocramius@gmail.com",
25897170572SAndreas Gohr                    "homepage": "https://ocramius.github.io/"
25997170572SAndreas Gohr                }
26097170572SAndreas Gohr            ],
26197170572SAndreas Gohr            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
26297170572SAndreas Gohr            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
26397170572SAndreas Gohr            "keywords": [
26497170572SAndreas Gohr                "constructor",
26597170572SAndreas Gohr                "instantiate"
26697170572SAndreas Gohr            ],
26797170572SAndreas Gohr            "support": {
26897170572SAndreas Gohr                "issues": "https://github.com/doctrine/instantiator/issues",
26997170572SAndreas Gohr                "source": "https://github.com/doctrine/instantiator/tree/1.5.0"
27097170572SAndreas Gohr            },
27197170572SAndreas Gohr            "funding": [
27297170572SAndreas Gohr                {
27397170572SAndreas Gohr                    "url": "https://www.doctrine-project.org/sponsorship.html",
27497170572SAndreas Gohr                    "type": "custom"
27597170572SAndreas Gohr                },
27697170572SAndreas Gohr                {
27797170572SAndreas Gohr                    "url": "https://www.patreon.com/phpdoctrine",
27897170572SAndreas Gohr                    "type": "patreon"
27997170572SAndreas Gohr                },
28097170572SAndreas Gohr                {
28197170572SAndreas Gohr                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
28297170572SAndreas Gohr                    "type": "tidelift"
28397170572SAndreas Gohr                }
28497170572SAndreas Gohr            ],
28597170572SAndreas Gohr            "time": "2022-12-30T00:15:36+00:00"
28697170572SAndreas Gohr        },
28797170572SAndreas Gohr        {
28897170572SAndreas Gohr            "name": "myclabs/deep-copy",
289*19f3aa32SAndreas Gohr            "version": "1.13.0",
29097170572SAndreas Gohr            "source": {
29197170572SAndreas Gohr                "type": "git",
29297170572SAndreas Gohr                "url": "https://github.com/myclabs/DeepCopy.git",
293*19f3aa32SAndreas Gohr                "reference": "024473a478be9df5fdaca2c793f2232fe788e414"
29497170572SAndreas Gohr            },
29597170572SAndreas Gohr            "dist": {
29697170572SAndreas Gohr                "type": "zip",
297*19f3aa32SAndreas Gohr                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/024473a478be9df5fdaca2c793f2232fe788e414",
298*19f3aa32SAndreas Gohr                "reference": "024473a478be9df5fdaca2c793f2232fe788e414",
29997170572SAndreas Gohr                "shasum": ""
30097170572SAndreas Gohr            },
30197170572SAndreas Gohr            "require": {
30297170572SAndreas Gohr                "php": "^7.1 || ^8.0"
30397170572SAndreas Gohr            },
30497170572SAndreas Gohr            "conflict": {
30597170572SAndreas Gohr                "doctrine/collections": "<1.6.8",
306759b7c08SAndreas Gohr                "doctrine/common": "<2.13.3 || >=3 <3.2.2"
30797170572SAndreas Gohr            },
30897170572SAndreas Gohr            "require-dev": {
30997170572SAndreas Gohr                "doctrine/collections": "^1.6.8",
31097170572SAndreas Gohr                "doctrine/common": "^2.13.3 || ^3.2.2",
311759b7c08SAndreas Gohr                "phpspec/prophecy": "^1.10",
31297170572SAndreas Gohr                "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
31397170572SAndreas Gohr            },
31497170572SAndreas Gohr            "type": "library",
31597170572SAndreas Gohr            "autoload": {
31697170572SAndreas Gohr                "files": [
31797170572SAndreas Gohr                    "src/DeepCopy/deep_copy.php"
31897170572SAndreas Gohr                ],
31997170572SAndreas Gohr                "psr-4": {
32097170572SAndreas Gohr                    "DeepCopy\\": "src/DeepCopy/"
32197170572SAndreas Gohr                }
32297170572SAndreas Gohr            },
32397170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
32497170572SAndreas Gohr            "license": [
32597170572SAndreas Gohr                "MIT"
32697170572SAndreas Gohr            ],
32797170572SAndreas Gohr            "description": "Create deep copies (clones) of your objects",
32897170572SAndreas Gohr            "keywords": [
32997170572SAndreas Gohr                "clone",
33097170572SAndreas Gohr                "copy",
33197170572SAndreas Gohr                "duplicate",
33297170572SAndreas Gohr                "object",
33397170572SAndreas Gohr                "object graph"
33497170572SAndreas Gohr            ],
33597170572SAndreas Gohr            "support": {
33697170572SAndreas Gohr                "issues": "https://github.com/myclabs/DeepCopy/issues",
337*19f3aa32SAndreas Gohr                "source": "https://github.com/myclabs/DeepCopy/tree/1.13.0"
33897170572SAndreas Gohr            },
33997170572SAndreas Gohr            "funding": [
34097170572SAndreas Gohr                {
34197170572SAndreas Gohr                    "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
34297170572SAndreas Gohr                    "type": "tidelift"
34397170572SAndreas Gohr                }
34497170572SAndreas Gohr            ],
345*19f3aa32SAndreas Gohr            "time": "2025-02-12T12:17:51+00:00"
34697170572SAndreas Gohr        },
34797170572SAndreas Gohr        {
348759b7c08SAndreas Gohr            "name": "nikic/php-parser",
349*19f3aa32SAndreas Gohr            "version": "v5.4.0",
35097170572SAndreas Gohr            "source": {
35197170572SAndreas Gohr                "type": "git",
352759b7c08SAndreas Gohr                "url": "https://github.com/nikic/PHP-Parser.git",
353*19f3aa32SAndreas Gohr                "reference": "447a020a1f875a434d62f2a401f53b82a396e494"
35497170572SAndreas Gohr            },
35597170572SAndreas Gohr            "dist": {
35697170572SAndreas Gohr                "type": "zip",
357*19f3aa32SAndreas Gohr                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/447a020a1f875a434d62f2a401f53b82a396e494",
358*19f3aa32SAndreas Gohr                "reference": "447a020a1f875a434d62f2a401f53b82a396e494",
359759b7c08SAndreas Gohr                "shasum": ""
360759b7c08SAndreas Gohr            },
361759b7c08SAndreas Gohr            "require": {
362759b7c08SAndreas Gohr                "ext-ctype": "*",
363759b7c08SAndreas Gohr                "ext-json": "*",
364759b7c08SAndreas Gohr                "ext-tokenizer": "*",
365759b7c08SAndreas Gohr                "php": ">=7.4"
366759b7c08SAndreas Gohr            },
367759b7c08SAndreas Gohr            "require-dev": {
368759b7c08SAndreas Gohr                "ircmaxell/php-yacc": "^0.0.7",
369759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.0"
370759b7c08SAndreas Gohr            },
371759b7c08SAndreas Gohr            "bin": [
372759b7c08SAndreas Gohr                "bin/php-parse"
373759b7c08SAndreas Gohr            ],
374759b7c08SAndreas Gohr            "type": "library",
375759b7c08SAndreas Gohr            "extra": {
376759b7c08SAndreas Gohr                "branch-alias": {
377759b7c08SAndreas Gohr                    "dev-master": "5.0-dev"
378759b7c08SAndreas Gohr                }
379759b7c08SAndreas Gohr            },
380759b7c08SAndreas Gohr            "autoload": {
381759b7c08SAndreas Gohr                "psr-4": {
382759b7c08SAndreas Gohr                    "PhpParser\\": "lib/PhpParser"
383759b7c08SAndreas Gohr                }
384759b7c08SAndreas Gohr            },
385759b7c08SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
386759b7c08SAndreas Gohr            "license": [
387759b7c08SAndreas Gohr                "BSD-3-Clause"
388759b7c08SAndreas Gohr            ],
389759b7c08SAndreas Gohr            "authors": [
390759b7c08SAndreas Gohr                {
391759b7c08SAndreas Gohr                    "name": "Nikita Popov"
392759b7c08SAndreas Gohr                }
393759b7c08SAndreas Gohr            ],
394759b7c08SAndreas Gohr            "description": "A PHP parser written in PHP",
395759b7c08SAndreas Gohr            "keywords": [
396759b7c08SAndreas Gohr                "parser",
397759b7c08SAndreas Gohr                "php"
398759b7c08SAndreas Gohr            ],
399759b7c08SAndreas Gohr            "support": {
400759b7c08SAndreas Gohr                "issues": "https://github.com/nikic/PHP-Parser/issues",
401*19f3aa32SAndreas Gohr                "source": "https://github.com/nikic/PHP-Parser/tree/v5.4.0"
402759b7c08SAndreas Gohr            },
403*19f3aa32SAndreas Gohr            "time": "2024-12-30T11:07:19+00:00"
404759b7c08SAndreas Gohr        },
405759b7c08SAndreas Gohr        {
406759b7c08SAndreas Gohr            "name": "phar-io/manifest",
407759b7c08SAndreas Gohr            "version": "2.0.4",
408759b7c08SAndreas Gohr            "source": {
409759b7c08SAndreas Gohr                "type": "git",
410759b7c08SAndreas Gohr                "url": "https://github.com/phar-io/manifest.git",
411759b7c08SAndreas Gohr                "reference": "54750ef60c58e43759730615a392c31c80e23176"
412759b7c08SAndreas Gohr            },
413759b7c08SAndreas Gohr            "dist": {
414759b7c08SAndreas Gohr                "type": "zip",
415759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
416759b7c08SAndreas Gohr                "reference": "54750ef60c58e43759730615a392c31c80e23176",
41797170572SAndreas Gohr                "shasum": ""
41897170572SAndreas Gohr            },
41997170572SAndreas Gohr            "require": {
42097170572SAndreas Gohr                "ext-dom": "*",
421759b7c08SAndreas Gohr                "ext-libxml": "*",
42297170572SAndreas Gohr                "ext-phar": "*",
42397170572SAndreas Gohr                "ext-xmlwriter": "*",
42497170572SAndreas Gohr                "phar-io/version": "^3.0.1",
42597170572SAndreas Gohr                "php": "^7.2 || ^8.0"
42697170572SAndreas Gohr            },
42797170572SAndreas Gohr            "type": "library",
42897170572SAndreas Gohr            "extra": {
42997170572SAndreas Gohr                "branch-alias": {
43097170572SAndreas Gohr                    "dev-master": "2.0.x-dev"
43197170572SAndreas Gohr                }
43297170572SAndreas Gohr            },
43397170572SAndreas Gohr            "autoload": {
43497170572SAndreas Gohr                "classmap": [
43597170572SAndreas Gohr                    "src/"
43697170572SAndreas Gohr                ]
43797170572SAndreas Gohr            },
43897170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
43997170572SAndreas Gohr            "license": [
44097170572SAndreas Gohr                "BSD-3-Clause"
44197170572SAndreas Gohr            ],
44297170572SAndreas Gohr            "authors": [
44397170572SAndreas Gohr                {
44497170572SAndreas Gohr                    "name": "Arne Blankerts",
44597170572SAndreas Gohr                    "email": "arne@blankerts.de",
44697170572SAndreas Gohr                    "role": "Developer"
44797170572SAndreas Gohr                },
44897170572SAndreas Gohr                {
44997170572SAndreas Gohr                    "name": "Sebastian Heuer",
45097170572SAndreas Gohr                    "email": "sebastian@phpeople.de",
45197170572SAndreas Gohr                    "role": "Developer"
45297170572SAndreas Gohr                },
45397170572SAndreas Gohr                {
45497170572SAndreas Gohr                    "name": "Sebastian Bergmann",
45597170572SAndreas Gohr                    "email": "sebastian@phpunit.de",
45697170572SAndreas Gohr                    "role": "Developer"
45797170572SAndreas Gohr                }
45897170572SAndreas Gohr            ],
45997170572SAndreas Gohr            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
46097170572SAndreas Gohr            "support": {
46197170572SAndreas Gohr                "issues": "https://github.com/phar-io/manifest/issues",
462759b7c08SAndreas Gohr                "source": "https://github.com/phar-io/manifest/tree/2.0.4"
46397170572SAndreas Gohr            },
464759b7c08SAndreas Gohr            "funding": [
465759b7c08SAndreas Gohr                {
466759b7c08SAndreas Gohr                    "url": "https://github.com/theseer",
467759b7c08SAndreas Gohr                    "type": "github"
468759b7c08SAndreas Gohr                }
469759b7c08SAndreas Gohr            ],
470759b7c08SAndreas Gohr            "time": "2024-03-03T12:33:53+00:00"
47197170572SAndreas Gohr        },
47297170572SAndreas Gohr        {
47397170572SAndreas Gohr            "name": "phar-io/version",
47497170572SAndreas Gohr            "version": "3.2.1",
47597170572SAndreas Gohr            "source": {
47697170572SAndreas Gohr                "type": "git",
47797170572SAndreas Gohr                "url": "https://github.com/phar-io/version.git",
47897170572SAndreas Gohr                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
47997170572SAndreas Gohr            },
48097170572SAndreas Gohr            "dist": {
48197170572SAndreas Gohr                "type": "zip",
48297170572SAndreas Gohr                "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
48397170572SAndreas Gohr                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
48497170572SAndreas Gohr                "shasum": ""
48597170572SAndreas Gohr            },
48697170572SAndreas Gohr            "require": {
48797170572SAndreas Gohr                "php": "^7.2 || ^8.0"
48897170572SAndreas Gohr            },
48997170572SAndreas Gohr            "type": "library",
49097170572SAndreas Gohr            "autoload": {
49197170572SAndreas Gohr                "classmap": [
49297170572SAndreas Gohr                    "src/"
49397170572SAndreas Gohr                ]
49497170572SAndreas Gohr            },
49597170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
49697170572SAndreas Gohr            "license": [
49797170572SAndreas Gohr                "BSD-3-Clause"
49897170572SAndreas Gohr            ],
49997170572SAndreas Gohr            "authors": [
50097170572SAndreas Gohr                {
50197170572SAndreas Gohr                    "name": "Arne Blankerts",
50297170572SAndreas Gohr                    "email": "arne@blankerts.de",
50397170572SAndreas Gohr                    "role": "Developer"
50497170572SAndreas Gohr                },
50597170572SAndreas Gohr                {
50697170572SAndreas Gohr                    "name": "Sebastian Heuer",
50797170572SAndreas Gohr                    "email": "sebastian@phpeople.de",
50897170572SAndreas Gohr                    "role": "Developer"
50997170572SAndreas Gohr                },
51097170572SAndreas Gohr                {
51197170572SAndreas Gohr                    "name": "Sebastian Bergmann",
51297170572SAndreas Gohr                    "email": "sebastian@phpunit.de",
51397170572SAndreas Gohr                    "role": "Developer"
51497170572SAndreas Gohr                }
51597170572SAndreas Gohr            ],
51697170572SAndreas Gohr            "description": "Library for handling version information and constraints",
51797170572SAndreas Gohr            "support": {
51897170572SAndreas Gohr                "issues": "https://github.com/phar-io/version/issues",
51997170572SAndreas Gohr                "source": "https://github.com/phar-io/version/tree/3.2.1"
52097170572SAndreas Gohr            },
52197170572SAndreas Gohr            "time": "2022-02-21T01:04:05+00:00"
52297170572SAndreas Gohr        },
52397170572SAndreas Gohr        {
52497170572SAndreas Gohr            "name": "phpstan/phpstan",
525*19f3aa32SAndreas Gohr            "version": "1.12.21",
52697170572SAndreas Gohr            "source": {
52797170572SAndreas Gohr                "type": "git",
52897170572SAndreas Gohr                "url": "https://github.com/phpstan/phpstan.git",
529*19f3aa32SAndreas Gohr                "reference": "14276fdef70575106a3392a4ed553c06a984df28"
53097170572SAndreas Gohr            },
53197170572SAndreas Gohr            "dist": {
53297170572SAndreas Gohr                "type": "zip",
533*19f3aa32SAndreas Gohr                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/14276fdef70575106a3392a4ed553c06a984df28",
534*19f3aa32SAndreas Gohr                "reference": "14276fdef70575106a3392a4ed553c06a984df28",
53597170572SAndreas Gohr                "shasum": ""
53697170572SAndreas Gohr            },
53797170572SAndreas Gohr            "require": {
53897170572SAndreas Gohr                "php": "^7.2|^8.0"
53997170572SAndreas Gohr            },
54097170572SAndreas Gohr            "conflict": {
54197170572SAndreas Gohr                "phpstan/phpstan-shim": "*"
54297170572SAndreas Gohr            },
54397170572SAndreas Gohr            "bin": [
54497170572SAndreas Gohr                "phpstan",
54597170572SAndreas Gohr                "phpstan.phar"
54697170572SAndreas Gohr            ],
54797170572SAndreas Gohr            "type": "library",
54897170572SAndreas Gohr            "autoload": {
54997170572SAndreas Gohr                "files": [
55097170572SAndreas Gohr                    "bootstrap.php"
55197170572SAndreas Gohr                ]
55297170572SAndreas Gohr            },
55397170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
55497170572SAndreas Gohr            "license": [
55597170572SAndreas Gohr                "MIT"
55697170572SAndreas Gohr            ],
55797170572SAndreas Gohr            "description": "PHPStan - PHP Static Analysis Tool",
55897170572SAndreas Gohr            "keywords": [
55997170572SAndreas Gohr                "dev",
56097170572SAndreas Gohr                "static analysis"
56197170572SAndreas Gohr            ],
56297170572SAndreas Gohr            "support": {
56397170572SAndreas Gohr                "docs": "https://phpstan.org/user-guide/getting-started",
56497170572SAndreas Gohr                "forum": "https://github.com/phpstan/phpstan/discussions",
56597170572SAndreas Gohr                "issues": "https://github.com/phpstan/phpstan/issues",
56697170572SAndreas Gohr                "security": "https://github.com/phpstan/phpstan/security/policy",
56797170572SAndreas Gohr                "source": "https://github.com/phpstan/phpstan-src"
56897170572SAndreas Gohr            },
56997170572SAndreas Gohr            "funding": [
57097170572SAndreas Gohr                {
57197170572SAndreas Gohr                    "url": "https://github.com/ondrejmirtes",
57297170572SAndreas Gohr                    "type": "github"
57397170572SAndreas Gohr                },
57497170572SAndreas Gohr                {
57597170572SAndreas Gohr                    "url": "https://github.com/phpstan",
57697170572SAndreas Gohr                    "type": "github"
57797170572SAndreas Gohr                }
57897170572SAndreas Gohr            ],
579*19f3aa32SAndreas Gohr            "time": "2025-03-09T09:24:50+00:00"
58097170572SAndreas Gohr        },
58197170572SAndreas Gohr        {
58297170572SAndreas Gohr            "name": "phpunit/php-code-coverage",
583759b7c08SAndreas Gohr            "version": "9.2.32",
58497170572SAndreas Gohr            "source": {
58597170572SAndreas Gohr                "type": "git",
58697170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
587759b7c08SAndreas Gohr                "reference": "85402a822d1ecf1db1096959413d35e1c37cf1a5"
58897170572SAndreas Gohr            },
58997170572SAndreas Gohr            "dist": {
59097170572SAndreas Gohr                "type": "zip",
591759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/85402a822d1ecf1db1096959413d35e1c37cf1a5",
592759b7c08SAndreas Gohr                "reference": "85402a822d1ecf1db1096959413d35e1c37cf1a5",
59397170572SAndreas Gohr                "shasum": ""
59497170572SAndreas Gohr            },
59597170572SAndreas Gohr            "require": {
59697170572SAndreas Gohr                "ext-dom": "*",
597759b7c08SAndreas Gohr                "ext-libxml": "*",
59897170572SAndreas Gohr                "ext-xmlwriter": "*",
599759b7c08SAndreas Gohr                "nikic/php-parser": "^4.19.1 || ^5.1.0",
600759b7c08SAndreas Gohr                "php": ">=7.3",
601759b7c08SAndreas Gohr                "phpunit/php-file-iterator": "^3.0.6",
602759b7c08SAndreas Gohr                "phpunit/php-text-template": "^2.0.4",
603759b7c08SAndreas Gohr                "sebastian/code-unit-reverse-lookup": "^2.0.3",
604759b7c08SAndreas Gohr                "sebastian/complexity": "^2.0.3",
605759b7c08SAndreas Gohr                "sebastian/environment": "^5.1.5",
606759b7c08SAndreas Gohr                "sebastian/lines-of-code": "^1.0.4",
607759b7c08SAndreas Gohr                "sebastian/version": "^3.0.2",
608759b7c08SAndreas Gohr                "theseer/tokenizer": "^1.2.3"
60997170572SAndreas Gohr            },
61097170572SAndreas Gohr            "require-dev": {
611759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.6"
61297170572SAndreas Gohr            },
61397170572SAndreas Gohr            "suggest": {
614759b7c08SAndreas Gohr                "ext-pcov": "PHP extension that provides line coverage",
615759b7c08SAndreas Gohr                "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
61697170572SAndreas Gohr            },
61797170572SAndreas Gohr            "type": "library",
61897170572SAndreas Gohr            "extra": {
61997170572SAndreas Gohr                "branch-alias": {
620759b7c08SAndreas Gohr                    "dev-main": "9.2.x-dev"
62197170572SAndreas Gohr                }
62297170572SAndreas Gohr            },
62397170572SAndreas Gohr            "autoload": {
62497170572SAndreas Gohr                "classmap": [
62597170572SAndreas Gohr                    "src/"
62697170572SAndreas Gohr                ]
62797170572SAndreas Gohr            },
62897170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
62997170572SAndreas Gohr            "license": [
63097170572SAndreas Gohr                "BSD-3-Clause"
63197170572SAndreas Gohr            ],
63297170572SAndreas Gohr            "authors": [
63397170572SAndreas Gohr                {
63497170572SAndreas Gohr                    "name": "Sebastian Bergmann",
63597170572SAndreas Gohr                    "email": "sebastian@phpunit.de",
63697170572SAndreas Gohr                    "role": "lead"
63797170572SAndreas Gohr                }
63897170572SAndreas Gohr            ],
63997170572SAndreas Gohr            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
64097170572SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
64197170572SAndreas Gohr            "keywords": [
64297170572SAndreas Gohr                "coverage",
64397170572SAndreas Gohr                "testing",
64497170572SAndreas Gohr                "xunit"
64597170572SAndreas Gohr            ],
64697170572SAndreas Gohr            "support": {
64797170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
648759b7c08SAndreas Gohr                "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
649759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.32"
65097170572SAndreas Gohr            },
65197170572SAndreas Gohr            "funding": [
65297170572SAndreas Gohr                {
65397170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
65497170572SAndreas Gohr                    "type": "github"
65597170572SAndreas Gohr                }
65697170572SAndreas Gohr            ],
657759b7c08SAndreas Gohr            "time": "2024-08-22T04:23:01+00:00"
65897170572SAndreas Gohr        },
65997170572SAndreas Gohr        {
66097170572SAndreas Gohr            "name": "phpunit/php-file-iterator",
661759b7c08SAndreas Gohr            "version": "3.0.6",
66297170572SAndreas Gohr            "source": {
66397170572SAndreas Gohr                "type": "git",
66497170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
665759b7c08SAndreas Gohr                "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
66697170572SAndreas Gohr            },
66797170572SAndreas Gohr            "dist": {
66897170572SAndreas Gohr                "type": "zip",
669759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
670759b7c08SAndreas Gohr                "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
67197170572SAndreas Gohr                "shasum": ""
67297170572SAndreas Gohr            },
67397170572SAndreas Gohr            "require": {
674759b7c08SAndreas Gohr                "php": ">=7.3"
67597170572SAndreas Gohr            },
67697170572SAndreas Gohr            "require-dev": {
677759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.3"
67897170572SAndreas Gohr            },
67997170572SAndreas Gohr            "type": "library",
68097170572SAndreas Gohr            "extra": {
68197170572SAndreas Gohr                "branch-alias": {
682759b7c08SAndreas Gohr                    "dev-master": "3.0-dev"
68397170572SAndreas Gohr                }
68497170572SAndreas Gohr            },
68597170572SAndreas Gohr            "autoload": {
68697170572SAndreas Gohr                "classmap": [
68797170572SAndreas Gohr                    "src/"
68897170572SAndreas Gohr                ]
68997170572SAndreas Gohr            },
69097170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
69197170572SAndreas Gohr            "license": [
69297170572SAndreas Gohr                "BSD-3-Clause"
69397170572SAndreas Gohr            ],
69497170572SAndreas Gohr            "authors": [
69597170572SAndreas Gohr                {
69697170572SAndreas Gohr                    "name": "Sebastian Bergmann",
69797170572SAndreas Gohr                    "email": "sebastian@phpunit.de",
69897170572SAndreas Gohr                    "role": "lead"
69997170572SAndreas Gohr                }
70097170572SAndreas Gohr            ],
70197170572SAndreas Gohr            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
70297170572SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
70397170572SAndreas Gohr            "keywords": [
70497170572SAndreas Gohr                "filesystem",
70597170572SAndreas Gohr                "iterator"
70697170572SAndreas Gohr            ],
70797170572SAndreas Gohr            "support": {
70897170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
709759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
71097170572SAndreas Gohr            },
71197170572SAndreas Gohr            "funding": [
71297170572SAndreas Gohr                {
71397170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
71497170572SAndreas Gohr                    "type": "github"
71597170572SAndreas Gohr                }
71697170572SAndreas Gohr            ],
717759b7c08SAndreas Gohr            "time": "2021-12-02T12:48:52+00:00"
71897170572SAndreas Gohr        },
71997170572SAndreas Gohr        {
720759b7c08SAndreas Gohr            "name": "phpunit/php-invoker",
721759b7c08SAndreas Gohr            "version": "3.1.1",
72297170572SAndreas Gohr            "source": {
72397170572SAndreas Gohr                "type": "git",
724759b7c08SAndreas Gohr                "url": "https://github.com/sebastianbergmann/php-invoker.git",
725759b7c08SAndreas Gohr                "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
72697170572SAndreas Gohr            },
72797170572SAndreas Gohr            "dist": {
72897170572SAndreas Gohr                "type": "zip",
729759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
730759b7c08SAndreas Gohr                "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
73197170572SAndreas Gohr                "shasum": ""
73297170572SAndreas Gohr            },
73397170572SAndreas Gohr            "require": {
734759b7c08SAndreas Gohr                "php": ">=7.3"
735759b7c08SAndreas Gohr            },
736759b7c08SAndreas Gohr            "require-dev": {
737759b7c08SAndreas Gohr                "ext-pcntl": "*",
738759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.3"
739759b7c08SAndreas Gohr            },
740759b7c08SAndreas Gohr            "suggest": {
741759b7c08SAndreas Gohr                "ext-pcntl": "*"
74297170572SAndreas Gohr            },
74397170572SAndreas Gohr            "type": "library",
744759b7c08SAndreas Gohr            "extra": {
745759b7c08SAndreas Gohr                "branch-alias": {
746759b7c08SAndreas Gohr                    "dev-master": "3.1-dev"
747759b7c08SAndreas Gohr                }
748759b7c08SAndreas Gohr            },
749759b7c08SAndreas Gohr            "autoload": {
750759b7c08SAndreas Gohr                "classmap": [
751759b7c08SAndreas Gohr                    "src/"
752759b7c08SAndreas Gohr                ]
753759b7c08SAndreas Gohr            },
754759b7c08SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
755759b7c08SAndreas Gohr            "license": [
756759b7c08SAndreas Gohr                "BSD-3-Clause"
757759b7c08SAndreas Gohr            ],
758759b7c08SAndreas Gohr            "authors": [
759759b7c08SAndreas Gohr                {
760759b7c08SAndreas Gohr                    "name": "Sebastian Bergmann",
761759b7c08SAndreas Gohr                    "email": "sebastian@phpunit.de",
762759b7c08SAndreas Gohr                    "role": "lead"
763759b7c08SAndreas Gohr                }
764759b7c08SAndreas Gohr            ],
765759b7c08SAndreas Gohr            "description": "Invoke callables with a timeout",
766759b7c08SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/php-invoker/",
767759b7c08SAndreas Gohr            "keywords": [
768759b7c08SAndreas Gohr                "process"
769759b7c08SAndreas Gohr            ],
770759b7c08SAndreas Gohr            "support": {
771759b7c08SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
772759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
773759b7c08SAndreas Gohr            },
774759b7c08SAndreas Gohr            "funding": [
775759b7c08SAndreas Gohr                {
776759b7c08SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
777759b7c08SAndreas Gohr                    "type": "github"
778759b7c08SAndreas Gohr                }
779759b7c08SAndreas Gohr            ],
780759b7c08SAndreas Gohr            "time": "2020-09-28T05:58:55+00:00"
781759b7c08SAndreas Gohr        },
782759b7c08SAndreas Gohr        {
783759b7c08SAndreas Gohr            "name": "phpunit/php-text-template",
784759b7c08SAndreas Gohr            "version": "2.0.4",
785759b7c08SAndreas Gohr            "source": {
786759b7c08SAndreas Gohr                "type": "git",
787759b7c08SAndreas Gohr                "url": "https://github.com/sebastianbergmann/php-text-template.git",
788759b7c08SAndreas Gohr                "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
789759b7c08SAndreas Gohr            },
790759b7c08SAndreas Gohr            "dist": {
791759b7c08SAndreas Gohr                "type": "zip",
792759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
793759b7c08SAndreas Gohr                "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
794759b7c08SAndreas Gohr                "shasum": ""
795759b7c08SAndreas Gohr            },
796759b7c08SAndreas Gohr            "require": {
797759b7c08SAndreas Gohr                "php": ">=7.3"
798759b7c08SAndreas Gohr            },
799759b7c08SAndreas Gohr            "require-dev": {
800759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.3"
801759b7c08SAndreas Gohr            },
802759b7c08SAndreas Gohr            "type": "library",
803759b7c08SAndreas Gohr            "extra": {
804759b7c08SAndreas Gohr                "branch-alias": {
805759b7c08SAndreas Gohr                    "dev-master": "2.0-dev"
806759b7c08SAndreas Gohr                }
807759b7c08SAndreas Gohr            },
80897170572SAndreas Gohr            "autoload": {
80997170572SAndreas Gohr                "classmap": [
81097170572SAndreas Gohr                    "src/"
81197170572SAndreas Gohr                ]
81297170572SAndreas Gohr            },
81397170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
81497170572SAndreas Gohr            "license": [
81597170572SAndreas Gohr                "BSD-3-Clause"
81697170572SAndreas Gohr            ],
81797170572SAndreas Gohr            "authors": [
81897170572SAndreas Gohr                {
81997170572SAndreas Gohr                    "name": "Sebastian Bergmann",
82097170572SAndreas Gohr                    "email": "sebastian@phpunit.de",
82197170572SAndreas Gohr                    "role": "lead"
82297170572SAndreas Gohr                }
82397170572SAndreas Gohr            ],
82497170572SAndreas Gohr            "description": "Simple template engine.",
82597170572SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
82697170572SAndreas Gohr            "keywords": [
82797170572SAndreas Gohr                "template"
82897170572SAndreas Gohr            ],
82997170572SAndreas Gohr            "support": {
83097170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
831759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
83297170572SAndreas Gohr            },
833759b7c08SAndreas Gohr            "funding": [
834759b7c08SAndreas Gohr                {
835759b7c08SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
836759b7c08SAndreas Gohr                    "type": "github"
837759b7c08SAndreas Gohr                }
838759b7c08SAndreas Gohr            ],
839759b7c08SAndreas Gohr            "time": "2020-10-26T05:33:50+00:00"
84097170572SAndreas Gohr        },
84197170572SAndreas Gohr        {
84297170572SAndreas Gohr            "name": "phpunit/php-timer",
843759b7c08SAndreas Gohr            "version": "5.0.3",
84497170572SAndreas Gohr            "source": {
84597170572SAndreas Gohr                "type": "git",
84697170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/php-timer.git",
847759b7c08SAndreas Gohr                "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
84897170572SAndreas Gohr            },
84997170572SAndreas Gohr            "dist": {
85097170572SAndreas Gohr                "type": "zip",
851759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
852759b7c08SAndreas Gohr                "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
85397170572SAndreas Gohr                "shasum": ""
85497170572SAndreas Gohr            },
85597170572SAndreas Gohr            "require": {
856759b7c08SAndreas Gohr                "php": ">=7.3"
85797170572SAndreas Gohr            },
85897170572SAndreas Gohr            "require-dev": {
859759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.3"
86097170572SAndreas Gohr            },
86197170572SAndreas Gohr            "type": "library",
86297170572SAndreas Gohr            "extra": {
86397170572SAndreas Gohr                "branch-alias": {
864759b7c08SAndreas Gohr                    "dev-master": "5.0-dev"
86597170572SAndreas Gohr                }
86697170572SAndreas Gohr            },
86797170572SAndreas Gohr            "autoload": {
86897170572SAndreas Gohr                "classmap": [
86997170572SAndreas Gohr                    "src/"
87097170572SAndreas Gohr                ]
87197170572SAndreas Gohr            },
87297170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
87397170572SAndreas Gohr            "license": [
87497170572SAndreas Gohr                "BSD-3-Clause"
87597170572SAndreas Gohr            ],
87697170572SAndreas Gohr            "authors": [
87797170572SAndreas Gohr                {
87897170572SAndreas Gohr                    "name": "Sebastian Bergmann",
87997170572SAndreas Gohr                    "email": "sebastian@phpunit.de",
88097170572SAndreas Gohr                    "role": "lead"
88197170572SAndreas Gohr                }
88297170572SAndreas Gohr            ],
88397170572SAndreas Gohr            "description": "Utility class for timing",
88497170572SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/php-timer/",
88597170572SAndreas Gohr            "keywords": [
88697170572SAndreas Gohr                "timer"
88797170572SAndreas Gohr            ],
88897170572SAndreas Gohr            "support": {
88997170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/php-timer/issues",
890759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
89197170572SAndreas Gohr            },
89297170572SAndreas Gohr            "funding": [
89397170572SAndreas Gohr                {
89497170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
89597170572SAndreas Gohr                    "type": "github"
89697170572SAndreas Gohr                }
89797170572SAndreas Gohr            ],
898759b7c08SAndreas Gohr            "time": "2020-10-26T13:16:10+00:00"
89997170572SAndreas Gohr        },
90097170572SAndreas Gohr        {
90197170572SAndreas Gohr            "name": "phpunit/phpunit",
902*19f3aa32SAndreas Gohr            "version": "9.6.22",
90397170572SAndreas Gohr            "source": {
90497170572SAndreas Gohr                "type": "git",
90597170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/phpunit.git",
906*19f3aa32SAndreas Gohr                "reference": "f80235cb4d3caa59ae09be3adf1ded27521d1a9c"
90797170572SAndreas Gohr            },
90897170572SAndreas Gohr            "dist": {
90997170572SAndreas Gohr                "type": "zip",
910*19f3aa32SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f80235cb4d3caa59ae09be3adf1ded27521d1a9c",
911*19f3aa32SAndreas Gohr                "reference": "f80235cb4d3caa59ae09be3adf1ded27521d1a9c",
91297170572SAndreas Gohr                "shasum": ""
91397170572SAndreas Gohr            },
91497170572SAndreas Gohr            "require": {
915759b7c08SAndreas Gohr                "doctrine/instantiator": "^1.5.0 || ^2",
91697170572SAndreas Gohr                "ext-dom": "*",
91797170572SAndreas Gohr                "ext-json": "*",
91897170572SAndreas Gohr                "ext-libxml": "*",
91997170572SAndreas Gohr                "ext-mbstring": "*",
92097170572SAndreas Gohr                "ext-xml": "*",
92197170572SAndreas Gohr                "ext-xmlwriter": "*",
922*19f3aa32SAndreas Gohr                "myclabs/deep-copy": "^1.12.1",
923759b7c08SAndreas Gohr                "phar-io/manifest": "^2.0.4",
924759b7c08SAndreas Gohr                "phar-io/version": "^3.2.1",
925759b7c08SAndreas Gohr                "php": ">=7.3",
926759b7c08SAndreas Gohr                "phpunit/php-code-coverage": "^9.2.32",
927759b7c08SAndreas Gohr                "phpunit/php-file-iterator": "^3.0.6",
928759b7c08SAndreas Gohr                "phpunit/php-invoker": "^3.1.1",
929759b7c08SAndreas Gohr                "phpunit/php-text-template": "^2.0.4",
930759b7c08SAndreas Gohr                "phpunit/php-timer": "^5.0.3",
931759b7c08SAndreas Gohr                "sebastian/cli-parser": "^1.0.2",
932759b7c08SAndreas Gohr                "sebastian/code-unit": "^1.0.8",
933759b7c08SAndreas Gohr                "sebastian/comparator": "^4.0.8",
934759b7c08SAndreas Gohr                "sebastian/diff": "^4.0.6",
935759b7c08SAndreas Gohr                "sebastian/environment": "^5.1.5",
936759b7c08SAndreas Gohr                "sebastian/exporter": "^4.0.6",
937759b7c08SAndreas Gohr                "sebastian/global-state": "^5.0.7",
938759b7c08SAndreas Gohr                "sebastian/object-enumerator": "^4.0.4",
939759b7c08SAndreas Gohr                "sebastian/resource-operations": "^3.0.4",
940759b7c08SAndreas Gohr                "sebastian/type": "^3.2.1",
941759b7c08SAndreas Gohr                "sebastian/version": "^3.0.2"
94297170572SAndreas Gohr            },
94397170572SAndreas Gohr            "suggest": {
944108f17cfSAndreas Gohr                "ext-soap": "To be able to generate mocks based on WSDL files",
945759b7c08SAndreas Gohr                "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
94697170572SAndreas Gohr            },
94797170572SAndreas Gohr            "bin": [
94897170572SAndreas Gohr                "phpunit"
94997170572SAndreas Gohr            ],
95097170572SAndreas Gohr            "type": "library",
95197170572SAndreas Gohr            "extra": {
95297170572SAndreas Gohr                "branch-alias": {
953759b7c08SAndreas Gohr                    "dev-master": "9.6-dev"
95497170572SAndreas Gohr                }
95597170572SAndreas Gohr            },
95697170572SAndreas Gohr            "autoload": {
957759b7c08SAndreas Gohr                "files": [
958759b7c08SAndreas Gohr                    "src/Framework/Assert/Functions.php"
959759b7c08SAndreas Gohr                ],
96097170572SAndreas Gohr                "classmap": [
96197170572SAndreas Gohr                    "src/"
96297170572SAndreas Gohr                ]
96397170572SAndreas Gohr            },
96497170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
96597170572SAndreas Gohr            "license": [
96697170572SAndreas Gohr                "BSD-3-Clause"
96797170572SAndreas Gohr            ],
96897170572SAndreas Gohr            "authors": [
96997170572SAndreas Gohr                {
97097170572SAndreas Gohr                    "name": "Sebastian Bergmann",
97197170572SAndreas Gohr                    "email": "sebastian@phpunit.de",
97297170572SAndreas Gohr                    "role": "lead"
97397170572SAndreas Gohr                }
97497170572SAndreas Gohr            ],
97597170572SAndreas Gohr            "description": "The PHP Unit Testing framework.",
97697170572SAndreas Gohr            "homepage": "https://phpunit.de/",
97797170572SAndreas Gohr            "keywords": [
97897170572SAndreas Gohr                "phpunit",
97997170572SAndreas Gohr                "testing",
98097170572SAndreas Gohr                "xunit"
98197170572SAndreas Gohr            ],
98297170572SAndreas Gohr            "support": {
98397170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
984108f17cfSAndreas Gohr                "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
985*19f3aa32SAndreas Gohr                "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.22"
98697170572SAndreas Gohr            },
98797170572SAndreas Gohr            "funding": [
98897170572SAndreas Gohr                {
98997170572SAndreas Gohr                    "url": "https://phpunit.de/sponsors.html",
99097170572SAndreas Gohr                    "type": "custom"
99197170572SAndreas Gohr                },
99297170572SAndreas Gohr                {
99397170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
99497170572SAndreas Gohr                    "type": "github"
99597170572SAndreas Gohr                },
99697170572SAndreas Gohr                {
99797170572SAndreas Gohr                    "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
99897170572SAndreas Gohr                    "type": "tidelift"
99997170572SAndreas Gohr                }
100097170572SAndreas Gohr            ],
1001*19f3aa32SAndreas Gohr            "time": "2024-12-05T13:48:26+00:00"
100297170572SAndreas Gohr        },
100397170572SAndreas Gohr        {
100497170572SAndreas Gohr            "name": "rector/rector",
100593aadb6cSAndreas Gohr            "version": "1.2.10",
100697170572SAndreas Gohr            "source": {
100797170572SAndreas Gohr                "type": "git",
100897170572SAndreas Gohr                "url": "https://github.com/rectorphp/rector.git",
100993aadb6cSAndreas Gohr                "reference": "40f9cf38c05296bd32f444121336a521a293fa61"
101097170572SAndreas Gohr            },
101197170572SAndreas Gohr            "dist": {
101297170572SAndreas Gohr                "type": "zip",
101393aadb6cSAndreas Gohr                "url": "https://api.github.com/repos/rectorphp/rector/zipball/40f9cf38c05296bd32f444121336a521a293fa61",
101493aadb6cSAndreas Gohr                "reference": "40f9cf38c05296bd32f444121336a521a293fa61",
101597170572SAndreas Gohr                "shasum": ""
101697170572SAndreas Gohr            },
101797170572SAndreas Gohr            "require": {
101897170572SAndreas Gohr                "php": "^7.2|^8.0",
101993aadb6cSAndreas Gohr                "phpstan/phpstan": "^1.12.5"
102097170572SAndreas Gohr            },
102197170572SAndreas Gohr            "conflict": {
102297170572SAndreas Gohr                "rector/rector-doctrine": "*",
102397170572SAndreas Gohr                "rector/rector-downgrade-php": "*",
102497170572SAndreas Gohr                "rector/rector-phpunit": "*",
102597170572SAndreas Gohr                "rector/rector-symfony": "*"
102697170572SAndreas Gohr            },
102793aadb6cSAndreas Gohr            "suggest": {
102893aadb6cSAndreas Gohr                "ext-dom": "To manipulate phpunit.xml via the custom-rule command"
102993aadb6cSAndreas Gohr            },
103097170572SAndreas Gohr            "bin": [
103197170572SAndreas Gohr                "bin/rector"
103297170572SAndreas Gohr            ],
103397170572SAndreas Gohr            "type": "library",
103497170572SAndreas Gohr            "autoload": {
103597170572SAndreas Gohr                "files": [
103697170572SAndreas Gohr                    "bootstrap.php"
103797170572SAndreas Gohr                ]
103897170572SAndreas Gohr            },
103997170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
104097170572SAndreas Gohr            "license": [
104197170572SAndreas Gohr                "MIT"
104297170572SAndreas Gohr            ],
104397170572SAndreas Gohr            "description": "Instant Upgrade and Automated Refactoring of any PHP code",
104497170572SAndreas Gohr            "keywords": [
104597170572SAndreas Gohr                "automation",
104697170572SAndreas Gohr                "dev",
104797170572SAndreas Gohr                "migration",
104897170572SAndreas Gohr                "refactoring"
104997170572SAndreas Gohr            ],
105097170572SAndreas Gohr            "support": {
105197170572SAndreas Gohr                "issues": "https://github.com/rectorphp/rector/issues",
105293aadb6cSAndreas Gohr                "source": "https://github.com/rectorphp/rector/tree/1.2.10"
105397170572SAndreas Gohr            },
105497170572SAndreas Gohr            "funding": [
105597170572SAndreas Gohr                {
105697170572SAndreas Gohr                    "url": "https://github.com/tomasvotruba",
105797170572SAndreas Gohr                    "type": "github"
105897170572SAndreas Gohr                }
105997170572SAndreas Gohr            ],
106093aadb6cSAndreas Gohr            "time": "2024-11-08T13:59:10+00:00"
106197170572SAndreas Gohr        },
106297170572SAndreas Gohr        {
1063759b7c08SAndreas Gohr            "name": "sebastian/cli-parser",
106497170572SAndreas Gohr            "version": "1.0.2",
106597170572SAndreas Gohr            "source": {
106697170572SAndreas Gohr                "type": "git",
1067759b7c08SAndreas Gohr                "url": "https://github.com/sebastianbergmann/cli-parser.git",
1068759b7c08SAndreas Gohr                "reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b"
106997170572SAndreas Gohr            },
107097170572SAndreas Gohr            "dist": {
107197170572SAndreas Gohr                "type": "zip",
1072759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/2b56bea83a09de3ac06bb18b92f068e60cc6f50b",
1073759b7c08SAndreas Gohr                "reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b",
107497170572SAndreas Gohr                "shasum": ""
107597170572SAndreas Gohr            },
107697170572SAndreas Gohr            "require": {
1077759b7c08SAndreas Gohr                "php": ">=7.3"
107897170572SAndreas Gohr            },
107997170572SAndreas Gohr            "require-dev": {
1080759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.3"
108197170572SAndreas Gohr            },
108297170572SAndreas Gohr            "type": "library",
108397170572SAndreas Gohr            "extra": {
108497170572SAndreas Gohr                "branch-alias": {
1085759b7c08SAndreas Gohr                    "dev-master": "1.0-dev"
1086759b7c08SAndreas Gohr                }
1087759b7c08SAndreas Gohr            },
1088759b7c08SAndreas Gohr            "autoload": {
1089759b7c08SAndreas Gohr                "classmap": [
1090759b7c08SAndreas Gohr                    "src/"
1091759b7c08SAndreas Gohr                ]
1092759b7c08SAndreas Gohr            },
1093759b7c08SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
1094759b7c08SAndreas Gohr            "license": [
1095759b7c08SAndreas Gohr                "BSD-3-Clause"
1096759b7c08SAndreas Gohr            ],
1097759b7c08SAndreas Gohr            "authors": [
1098759b7c08SAndreas Gohr                {
1099759b7c08SAndreas Gohr                    "name": "Sebastian Bergmann",
1100759b7c08SAndreas Gohr                    "email": "sebastian@phpunit.de",
1101759b7c08SAndreas Gohr                    "role": "lead"
1102759b7c08SAndreas Gohr                }
1103759b7c08SAndreas Gohr            ],
1104759b7c08SAndreas Gohr            "description": "Library for parsing CLI options",
1105759b7c08SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/cli-parser",
1106759b7c08SAndreas Gohr            "support": {
1107759b7c08SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
1108759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.2"
1109759b7c08SAndreas Gohr            },
1110759b7c08SAndreas Gohr            "funding": [
1111759b7c08SAndreas Gohr                {
1112759b7c08SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
1113759b7c08SAndreas Gohr                    "type": "github"
1114759b7c08SAndreas Gohr                }
1115759b7c08SAndreas Gohr            ],
1116759b7c08SAndreas Gohr            "time": "2024-03-02T06:27:43+00:00"
1117759b7c08SAndreas Gohr        },
1118759b7c08SAndreas Gohr        {
1119759b7c08SAndreas Gohr            "name": "sebastian/code-unit",
1120759b7c08SAndreas Gohr            "version": "1.0.8",
1121759b7c08SAndreas Gohr            "source": {
1122759b7c08SAndreas Gohr                "type": "git",
1123759b7c08SAndreas Gohr                "url": "https://github.com/sebastianbergmann/code-unit.git",
1124759b7c08SAndreas Gohr                "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
1125759b7c08SAndreas Gohr            },
1126759b7c08SAndreas Gohr            "dist": {
1127759b7c08SAndreas Gohr                "type": "zip",
1128759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
1129759b7c08SAndreas Gohr                "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
1130759b7c08SAndreas Gohr                "shasum": ""
1131759b7c08SAndreas Gohr            },
1132759b7c08SAndreas Gohr            "require": {
1133759b7c08SAndreas Gohr                "php": ">=7.3"
1134759b7c08SAndreas Gohr            },
1135759b7c08SAndreas Gohr            "require-dev": {
1136759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.3"
1137759b7c08SAndreas Gohr            },
1138759b7c08SAndreas Gohr            "type": "library",
1139759b7c08SAndreas Gohr            "extra": {
1140759b7c08SAndreas Gohr                "branch-alias": {
1141759b7c08SAndreas Gohr                    "dev-master": "1.0-dev"
1142759b7c08SAndreas Gohr                }
1143759b7c08SAndreas Gohr            },
1144759b7c08SAndreas Gohr            "autoload": {
1145759b7c08SAndreas Gohr                "classmap": [
1146759b7c08SAndreas Gohr                    "src/"
1147759b7c08SAndreas Gohr                ]
1148759b7c08SAndreas Gohr            },
1149759b7c08SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
1150759b7c08SAndreas Gohr            "license": [
1151759b7c08SAndreas Gohr                "BSD-3-Clause"
1152759b7c08SAndreas Gohr            ],
1153759b7c08SAndreas Gohr            "authors": [
1154759b7c08SAndreas Gohr                {
1155759b7c08SAndreas Gohr                    "name": "Sebastian Bergmann",
1156759b7c08SAndreas Gohr                    "email": "sebastian@phpunit.de",
1157759b7c08SAndreas Gohr                    "role": "lead"
1158759b7c08SAndreas Gohr                }
1159759b7c08SAndreas Gohr            ],
1160759b7c08SAndreas Gohr            "description": "Collection of value objects that represent the PHP code units",
1161759b7c08SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/code-unit",
1162759b7c08SAndreas Gohr            "support": {
1163759b7c08SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/code-unit/issues",
1164759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
1165759b7c08SAndreas Gohr            },
1166759b7c08SAndreas Gohr            "funding": [
1167759b7c08SAndreas Gohr                {
1168759b7c08SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
1169759b7c08SAndreas Gohr                    "type": "github"
1170759b7c08SAndreas Gohr                }
1171759b7c08SAndreas Gohr            ],
1172759b7c08SAndreas Gohr            "time": "2020-10-26T13:08:54+00:00"
1173759b7c08SAndreas Gohr        },
1174759b7c08SAndreas Gohr        {
1175759b7c08SAndreas Gohr            "name": "sebastian/code-unit-reverse-lookup",
1176759b7c08SAndreas Gohr            "version": "2.0.3",
1177759b7c08SAndreas Gohr            "source": {
1178759b7c08SAndreas Gohr                "type": "git",
1179759b7c08SAndreas Gohr                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1180759b7c08SAndreas Gohr                "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
1181759b7c08SAndreas Gohr            },
1182759b7c08SAndreas Gohr            "dist": {
1183759b7c08SAndreas Gohr                "type": "zip",
1184759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
1185759b7c08SAndreas Gohr                "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
1186759b7c08SAndreas Gohr                "shasum": ""
1187759b7c08SAndreas Gohr            },
1188759b7c08SAndreas Gohr            "require": {
1189759b7c08SAndreas Gohr                "php": ">=7.3"
1190759b7c08SAndreas Gohr            },
1191759b7c08SAndreas Gohr            "require-dev": {
1192759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.3"
1193759b7c08SAndreas Gohr            },
1194759b7c08SAndreas Gohr            "type": "library",
1195759b7c08SAndreas Gohr            "extra": {
1196759b7c08SAndreas Gohr                "branch-alias": {
1197759b7c08SAndreas Gohr                    "dev-master": "2.0-dev"
119897170572SAndreas Gohr                }
119997170572SAndreas Gohr            },
120097170572SAndreas Gohr            "autoload": {
120197170572SAndreas Gohr                "classmap": [
120297170572SAndreas Gohr                    "src/"
120397170572SAndreas Gohr                ]
120497170572SAndreas Gohr            },
120597170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
120697170572SAndreas Gohr            "license": [
120797170572SAndreas Gohr                "BSD-3-Clause"
120897170572SAndreas Gohr            ],
120997170572SAndreas Gohr            "authors": [
121097170572SAndreas Gohr                {
121197170572SAndreas Gohr                    "name": "Sebastian Bergmann",
121297170572SAndreas Gohr                    "email": "sebastian@phpunit.de"
121397170572SAndreas Gohr                }
121497170572SAndreas Gohr            ],
121597170572SAndreas Gohr            "description": "Looks up which function or method a line of code belongs to",
121697170572SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
121797170572SAndreas Gohr            "support": {
121897170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
1219759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
122097170572SAndreas Gohr            },
122197170572SAndreas Gohr            "funding": [
122297170572SAndreas Gohr                {
122397170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
122497170572SAndreas Gohr                    "type": "github"
122597170572SAndreas Gohr                }
122697170572SAndreas Gohr            ],
1227759b7c08SAndreas Gohr            "time": "2020-09-28T05:30:19+00:00"
122897170572SAndreas Gohr        },
122997170572SAndreas Gohr        {
123097170572SAndreas Gohr            "name": "sebastian/comparator",
1231759b7c08SAndreas Gohr            "version": "4.0.8",
123297170572SAndreas Gohr            "source": {
123397170572SAndreas Gohr                "type": "git",
123497170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/comparator.git",
1235759b7c08SAndreas Gohr                "reference": "fa0f136dd2334583309d32b62544682ee972b51a"
123697170572SAndreas Gohr            },
123797170572SAndreas Gohr            "dist": {
123897170572SAndreas Gohr                "type": "zip",
1239759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
1240759b7c08SAndreas Gohr                "reference": "fa0f136dd2334583309d32b62544682ee972b51a",
124197170572SAndreas Gohr                "shasum": ""
124297170572SAndreas Gohr            },
124397170572SAndreas Gohr            "require": {
1244759b7c08SAndreas Gohr                "php": ">=7.3",
1245759b7c08SAndreas Gohr                "sebastian/diff": "^4.0",
1246759b7c08SAndreas Gohr                "sebastian/exporter": "^4.0"
124797170572SAndreas Gohr            },
124897170572SAndreas Gohr            "require-dev": {
1249759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.3"
125097170572SAndreas Gohr            },
125197170572SAndreas Gohr            "type": "library",
125297170572SAndreas Gohr            "extra": {
125397170572SAndreas Gohr                "branch-alias": {
1254759b7c08SAndreas Gohr                    "dev-master": "4.0-dev"
125597170572SAndreas Gohr                }
125697170572SAndreas Gohr            },
125797170572SAndreas Gohr            "autoload": {
125897170572SAndreas Gohr                "classmap": [
125997170572SAndreas Gohr                    "src/"
126097170572SAndreas Gohr                ]
126197170572SAndreas Gohr            },
126297170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
126397170572SAndreas Gohr            "license": [
126497170572SAndreas Gohr                "BSD-3-Clause"
126597170572SAndreas Gohr            ],
126697170572SAndreas Gohr            "authors": [
126797170572SAndreas Gohr                {
126897170572SAndreas Gohr                    "name": "Sebastian Bergmann",
126997170572SAndreas Gohr                    "email": "sebastian@phpunit.de"
127097170572SAndreas Gohr                },
127197170572SAndreas Gohr                {
127297170572SAndreas Gohr                    "name": "Jeff Welch",
127397170572SAndreas Gohr                    "email": "whatthejeff@gmail.com"
127497170572SAndreas Gohr                },
127597170572SAndreas Gohr                {
127697170572SAndreas Gohr                    "name": "Volker Dusch",
127797170572SAndreas Gohr                    "email": "github@wallbash.com"
127897170572SAndreas Gohr                },
127997170572SAndreas Gohr                {
128097170572SAndreas Gohr                    "name": "Bernhard Schussek",
128197170572SAndreas Gohr                    "email": "bschussek@2bepublished.at"
128297170572SAndreas Gohr                }
128397170572SAndreas Gohr            ],
128497170572SAndreas Gohr            "description": "Provides the functionality to compare PHP values for equality",
128597170572SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/comparator",
128697170572SAndreas Gohr            "keywords": [
128797170572SAndreas Gohr                "comparator",
128897170572SAndreas Gohr                "compare",
128997170572SAndreas Gohr                "equality"
129097170572SAndreas Gohr            ],
129197170572SAndreas Gohr            "support": {
129297170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/comparator/issues",
1293759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
129497170572SAndreas Gohr            },
129597170572SAndreas Gohr            "funding": [
129697170572SAndreas Gohr                {
129797170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
129897170572SAndreas Gohr                    "type": "github"
129997170572SAndreas Gohr                }
130097170572SAndreas Gohr            ],
1301759b7c08SAndreas Gohr            "time": "2022-09-14T12:41:17+00:00"
130297170572SAndreas Gohr        },
130397170572SAndreas Gohr        {
1304759b7c08SAndreas Gohr            "name": "sebastian/complexity",
1305759b7c08SAndreas Gohr            "version": "2.0.3",
130697170572SAndreas Gohr            "source": {
130797170572SAndreas Gohr                "type": "git",
1308759b7c08SAndreas Gohr                "url": "https://github.com/sebastianbergmann/complexity.git",
1309759b7c08SAndreas Gohr                "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a"
131097170572SAndreas Gohr            },
131197170572SAndreas Gohr            "dist": {
131297170572SAndreas Gohr                "type": "zip",
1313759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/25f207c40d62b8b7aa32f5ab026c53561964053a",
1314759b7c08SAndreas Gohr                "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a",
131597170572SAndreas Gohr                "shasum": ""
131697170572SAndreas Gohr            },
131797170572SAndreas Gohr            "require": {
1318759b7c08SAndreas Gohr                "nikic/php-parser": "^4.18 || ^5.0",
1319759b7c08SAndreas Gohr                "php": ">=7.3"
132097170572SAndreas Gohr            },
132197170572SAndreas Gohr            "require-dev": {
1322759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.3"
132397170572SAndreas Gohr            },
132497170572SAndreas Gohr            "type": "library",
132597170572SAndreas Gohr            "extra": {
132697170572SAndreas Gohr                "branch-alias": {
1327759b7c08SAndreas Gohr                    "dev-master": "2.0-dev"
1328759b7c08SAndreas Gohr                }
1329759b7c08SAndreas Gohr            },
1330759b7c08SAndreas Gohr            "autoload": {
1331759b7c08SAndreas Gohr                "classmap": [
1332759b7c08SAndreas Gohr                    "src/"
1333759b7c08SAndreas Gohr                ]
1334759b7c08SAndreas Gohr            },
1335759b7c08SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
1336759b7c08SAndreas Gohr            "license": [
1337759b7c08SAndreas Gohr                "BSD-3-Clause"
1338759b7c08SAndreas Gohr            ],
1339759b7c08SAndreas Gohr            "authors": [
1340759b7c08SAndreas Gohr                {
1341759b7c08SAndreas Gohr                    "name": "Sebastian Bergmann",
1342759b7c08SAndreas Gohr                    "email": "sebastian@phpunit.de",
1343759b7c08SAndreas Gohr                    "role": "lead"
1344759b7c08SAndreas Gohr                }
1345759b7c08SAndreas Gohr            ],
1346759b7c08SAndreas Gohr            "description": "Library for calculating the complexity of PHP code units",
1347759b7c08SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/complexity",
1348759b7c08SAndreas Gohr            "support": {
1349759b7c08SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/complexity/issues",
1350759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.3"
1351759b7c08SAndreas Gohr            },
1352759b7c08SAndreas Gohr            "funding": [
1353759b7c08SAndreas Gohr                {
1354759b7c08SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
1355759b7c08SAndreas Gohr                    "type": "github"
1356759b7c08SAndreas Gohr                }
1357759b7c08SAndreas Gohr            ],
1358759b7c08SAndreas Gohr            "time": "2023-12-22T06:19:30+00:00"
1359759b7c08SAndreas Gohr        },
1360759b7c08SAndreas Gohr        {
1361759b7c08SAndreas Gohr            "name": "sebastian/diff",
1362759b7c08SAndreas Gohr            "version": "4.0.6",
1363759b7c08SAndreas Gohr            "source": {
1364759b7c08SAndreas Gohr                "type": "git",
1365759b7c08SAndreas Gohr                "url": "https://github.com/sebastianbergmann/diff.git",
1366759b7c08SAndreas Gohr                "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc"
1367759b7c08SAndreas Gohr            },
1368759b7c08SAndreas Gohr            "dist": {
1369759b7c08SAndreas Gohr                "type": "zip",
1370759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ba01945089c3a293b01ba9badc29ad55b106b0bc",
1371759b7c08SAndreas Gohr                "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc",
1372759b7c08SAndreas Gohr                "shasum": ""
1373759b7c08SAndreas Gohr            },
1374759b7c08SAndreas Gohr            "require": {
1375759b7c08SAndreas Gohr                "php": ">=7.3"
1376759b7c08SAndreas Gohr            },
1377759b7c08SAndreas Gohr            "require-dev": {
1378759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.3",
1379759b7c08SAndreas Gohr                "symfony/process": "^4.2 || ^5"
1380759b7c08SAndreas Gohr            },
1381759b7c08SAndreas Gohr            "type": "library",
1382759b7c08SAndreas Gohr            "extra": {
1383759b7c08SAndreas Gohr                "branch-alias": {
1384759b7c08SAndreas Gohr                    "dev-master": "4.0-dev"
138597170572SAndreas Gohr                }
138697170572SAndreas Gohr            },
138797170572SAndreas Gohr            "autoload": {
138897170572SAndreas Gohr                "classmap": [
138997170572SAndreas Gohr                    "src/"
139097170572SAndreas Gohr                ]
139197170572SAndreas Gohr            },
139297170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
139397170572SAndreas Gohr            "license": [
139497170572SAndreas Gohr                "BSD-3-Clause"
139597170572SAndreas Gohr            ],
139697170572SAndreas Gohr            "authors": [
139797170572SAndreas Gohr                {
139897170572SAndreas Gohr                    "name": "Sebastian Bergmann",
139997170572SAndreas Gohr                    "email": "sebastian@phpunit.de"
140097170572SAndreas Gohr                },
140197170572SAndreas Gohr                {
140297170572SAndreas Gohr                    "name": "Kore Nordmann",
140397170572SAndreas Gohr                    "email": "mail@kore-nordmann.de"
140497170572SAndreas Gohr                }
140597170572SAndreas Gohr            ],
140697170572SAndreas Gohr            "description": "Diff implementation",
140797170572SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/diff",
140897170572SAndreas Gohr            "keywords": [
140997170572SAndreas Gohr                "diff",
141097170572SAndreas Gohr                "udiff",
141197170572SAndreas Gohr                "unidiff",
141297170572SAndreas Gohr                "unified diff"
141397170572SAndreas Gohr            ],
141497170572SAndreas Gohr            "support": {
141597170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/diff/issues",
1416759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/diff/tree/4.0.6"
141797170572SAndreas Gohr            },
141897170572SAndreas Gohr            "funding": [
141997170572SAndreas Gohr                {
142097170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
142197170572SAndreas Gohr                    "type": "github"
142297170572SAndreas Gohr                }
142397170572SAndreas Gohr            ],
1424759b7c08SAndreas Gohr            "time": "2024-03-02T06:30:58+00:00"
142597170572SAndreas Gohr        },
142697170572SAndreas Gohr        {
142797170572SAndreas Gohr            "name": "sebastian/environment",
1428759b7c08SAndreas Gohr            "version": "5.1.5",
142997170572SAndreas Gohr            "source": {
143097170572SAndreas Gohr                "type": "git",
143197170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/environment.git",
1432759b7c08SAndreas Gohr                "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed"
143397170572SAndreas Gohr            },
143497170572SAndreas Gohr            "dist": {
143597170572SAndreas Gohr                "type": "zip",
1436759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
1437759b7c08SAndreas Gohr                "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
143897170572SAndreas Gohr                "shasum": ""
143997170572SAndreas Gohr            },
144097170572SAndreas Gohr            "require": {
1441759b7c08SAndreas Gohr                "php": ">=7.3"
144297170572SAndreas Gohr            },
144397170572SAndreas Gohr            "require-dev": {
1444759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.3"
144597170572SAndreas Gohr            },
144697170572SAndreas Gohr            "suggest": {
144797170572SAndreas Gohr                "ext-posix": "*"
144897170572SAndreas Gohr            },
144997170572SAndreas Gohr            "type": "library",
145097170572SAndreas Gohr            "extra": {
145197170572SAndreas Gohr                "branch-alias": {
1452759b7c08SAndreas Gohr                    "dev-master": "5.1-dev"
145397170572SAndreas Gohr                }
145497170572SAndreas Gohr            },
145597170572SAndreas Gohr            "autoload": {
145697170572SAndreas Gohr                "classmap": [
145797170572SAndreas Gohr                    "src/"
145897170572SAndreas Gohr                ]
145997170572SAndreas Gohr            },
146097170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
146197170572SAndreas Gohr            "license": [
146297170572SAndreas Gohr                "BSD-3-Clause"
146397170572SAndreas Gohr            ],
146497170572SAndreas Gohr            "authors": [
146597170572SAndreas Gohr                {
146697170572SAndreas Gohr                    "name": "Sebastian Bergmann",
146797170572SAndreas Gohr                    "email": "sebastian@phpunit.de"
146897170572SAndreas Gohr                }
146997170572SAndreas Gohr            ],
147097170572SAndreas Gohr            "description": "Provides functionality to handle HHVM/PHP environments",
147197170572SAndreas Gohr            "homepage": "http://www.github.com/sebastianbergmann/environment",
147297170572SAndreas Gohr            "keywords": [
147397170572SAndreas Gohr                "Xdebug",
147497170572SAndreas Gohr                "environment",
147597170572SAndreas Gohr                "hhvm"
147697170572SAndreas Gohr            ],
147797170572SAndreas Gohr            "support": {
147897170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/environment/issues",
1479759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5"
148097170572SAndreas Gohr            },
148197170572SAndreas Gohr            "funding": [
148297170572SAndreas Gohr                {
148397170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
148497170572SAndreas Gohr                    "type": "github"
148597170572SAndreas Gohr                }
148697170572SAndreas Gohr            ],
1487759b7c08SAndreas Gohr            "time": "2023-02-03T06:03:51+00:00"
148897170572SAndreas Gohr        },
148997170572SAndreas Gohr        {
149097170572SAndreas Gohr            "name": "sebastian/exporter",
1491759b7c08SAndreas Gohr            "version": "4.0.6",
149297170572SAndreas Gohr            "source": {
149397170572SAndreas Gohr                "type": "git",
149497170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/exporter.git",
1495759b7c08SAndreas Gohr                "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72"
149697170572SAndreas Gohr            },
149797170572SAndreas Gohr            "dist": {
149897170572SAndreas Gohr                "type": "zip",
1499759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/78c00df8f170e02473b682df15bfcdacc3d32d72",
1500759b7c08SAndreas Gohr                "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72",
150197170572SAndreas Gohr                "shasum": ""
150297170572SAndreas Gohr            },
150397170572SAndreas Gohr            "require": {
1504759b7c08SAndreas Gohr                "php": ">=7.3",
1505759b7c08SAndreas Gohr                "sebastian/recursion-context": "^4.0"
150697170572SAndreas Gohr            },
150797170572SAndreas Gohr            "require-dev": {
150897170572SAndreas Gohr                "ext-mbstring": "*",
1509759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.3"
151097170572SAndreas Gohr            },
151197170572SAndreas Gohr            "type": "library",
151297170572SAndreas Gohr            "extra": {
151397170572SAndreas Gohr                "branch-alias": {
1514759b7c08SAndreas Gohr                    "dev-master": "4.0-dev"
151597170572SAndreas Gohr                }
151697170572SAndreas Gohr            },
151797170572SAndreas Gohr            "autoload": {
151897170572SAndreas Gohr                "classmap": [
151997170572SAndreas Gohr                    "src/"
152097170572SAndreas Gohr                ]
152197170572SAndreas Gohr            },
152297170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
152397170572SAndreas Gohr            "license": [
152497170572SAndreas Gohr                "BSD-3-Clause"
152597170572SAndreas Gohr            ],
152697170572SAndreas Gohr            "authors": [
152797170572SAndreas Gohr                {
152897170572SAndreas Gohr                    "name": "Sebastian Bergmann",
152997170572SAndreas Gohr                    "email": "sebastian@phpunit.de"
153097170572SAndreas Gohr                },
153197170572SAndreas Gohr                {
153297170572SAndreas Gohr                    "name": "Jeff Welch",
153397170572SAndreas Gohr                    "email": "whatthejeff@gmail.com"
153497170572SAndreas Gohr                },
153597170572SAndreas Gohr                {
153697170572SAndreas Gohr                    "name": "Volker Dusch",
153797170572SAndreas Gohr                    "email": "github@wallbash.com"
153897170572SAndreas Gohr                },
153997170572SAndreas Gohr                {
154097170572SAndreas Gohr                    "name": "Adam Harvey",
154197170572SAndreas Gohr                    "email": "aharvey@php.net"
154297170572SAndreas Gohr                },
154397170572SAndreas Gohr                {
154497170572SAndreas Gohr                    "name": "Bernhard Schussek",
154597170572SAndreas Gohr                    "email": "bschussek@gmail.com"
154697170572SAndreas Gohr                }
154797170572SAndreas Gohr            ],
154897170572SAndreas Gohr            "description": "Provides the functionality to export PHP variables for visualization",
1549759b7c08SAndreas Gohr            "homepage": "https://www.github.com/sebastianbergmann/exporter",
155097170572SAndreas Gohr            "keywords": [
155197170572SAndreas Gohr                "export",
155297170572SAndreas Gohr                "exporter"
155397170572SAndreas Gohr            ],
155497170572SAndreas Gohr            "support": {
155597170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/exporter/issues",
1556759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.6"
155797170572SAndreas Gohr            },
155897170572SAndreas Gohr            "funding": [
155997170572SAndreas Gohr                {
156097170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
156197170572SAndreas Gohr                    "type": "github"
156297170572SAndreas Gohr                }
156397170572SAndreas Gohr            ],
1564759b7c08SAndreas Gohr            "time": "2024-03-02T06:33:00+00:00"
156597170572SAndreas Gohr        },
156697170572SAndreas Gohr        {
156797170572SAndreas Gohr            "name": "sebastian/global-state",
1568759b7c08SAndreas Gohr            "version": "5.0.7",
156997170572SAndreas Gohr            "source": {
157097170572SAndreas Gohr                "type": "git",
157197170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/global-state.git",
1572759b7c08SAndreas Gohr                "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9"
157397170572SAndreas Gohr            },
157497170572SAndreas Gohr            "dist": {
157597170572SAndreas Gohr                "type": "zip",
1576759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
1577759b7c08SAndreas Gohr                "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
157897170572SAndreas Gohr                "shasum": ""
157997170572SAndreas Gohr            },
158097170572SAndreas Gohr            "require": {
1581759b7c08SAndreas Gohr                "php": ">=7.3",
1582759b7c08SAndreas Gohr                "sebastian/object-reflector": "^2.0",
1583759b7c08SAndreas Gohr                "sebastian/recursion-context": "^4.0"
158497170572SAndreas Gohr            },
158597170572SAndreas Gohr            "require-dev": {
158697170572SAndreas Gohr                "ext-dom": "*",
1587759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.3"
158897170572SAndreas Gohr            },
158997170572SAndreas Gohr            "suggest": {
159097170572SAndreas Gohr                "ext-uopz": "*"
159197170572SAndreas Gohr            },
159297170572SAndreas Gohr            "type": "library",
159397170572SAndreas Gohr            "extra": {
159497170572SAndreas Gohr                "branch-alias": {
1595759b7c08SAndreas Gohr                    "dev-master": "5.0-dev"
159697170572SAndreas Gohr                }
159797170572SAndreas Gohr            },
159897170572SAndreas Gohr            "autoload": {
159997170572SAndreas Gohr                "classmap": [
160097170572SAndreas Gohr                    "src/"
160197170572SAndreas Gohr                ]
160297170572SAndreas Gohr            },
160397170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
160497170572SAndreas Gohr            "license": [
160597170572SAndreas Gohr                "BSD-3-Clause"
160697170572SAndreas Gohr            ],
160797170572SAndreas Gohr            "authors": [
160897170572SAndreas Gohr                {
160997170572SAndreas Gohr                    "name": "Sebastian Bergmann",
161097170572SAndreas Gohr                    "email": "sebastian@phpunit.de"
161197170572SAndreas Gohr                }
161297170572SAndreas Gohr            ],
161397170572SAndreas Gohr            "description": "Snapshotting of global state",
161497170572SAndreas Gohr            "homepage": "http://www.github.com/sebastianbergmann/global-state",
161597170572SAndreas Gohr            "keywords": [
161697170572SAndreas Gohr                "global state"
161797170572SAndreas Gohr            ],
161897170572SAndreas Gohr            "support": {
161997170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/global-state/issues",
1620759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.7"
162197170572SAndreas Gohr            },
162297170572SAndreas Gohr            "funding": [
162397170572SAndreas Gohr                {
162497170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
162597170572SAndreas Gohr                    "type": "github"
162697170572SAndreas Gohr                }
162797170572SAndreas Gohr            ],
1628759b7c08SAndreas Gohr            "time": "2024-03-02T06:35:11+00:00"
162997170572SAndreas Gohr        },
163097170572SAndreas Gohr        {
1631759b7c08SAndreas Gohr            "name": "sebastian/lines-of-code",
1632759b7c08SAndreas Gohr            "version": "1.0.4",
163397170572SAndreas Gohr            "source": {
163497170572SAndreas Gohr                "type": "git",
1635759b7c08SAndreas Gohr                "url": "https://github.com/sebastianbergmann/lines-of-code.git",
1636759b7c08SAndreas Gohr                "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5"
163797170572SAndreas Gohr            },
163897170572SAndreas Gohr            "dist": {
163997170572SAndreas Gohr                "type": "zip",
1640759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/e1e4a170560925c26d424b6a03aed157e7dcc5c5",
1641759b7c08SAndreas Gohr                "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5",
164297170572SAndreas Gohr                "shasum": ""
164397170572SAndreas Gohr            },
164497170572SAndreas Gohr            "require": {
1645759b7c08SAndreas Gohr                "nikic/php-parser": "^4.18 || ^5.0",
1646759b7c08SAndreas Gohr                "php": ">=7.3"
164797170572SAndreas Gohr            },
164897170572SAndreas Gohr            "require-dev": {
1649759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.3"
165097170572SAndreas Gohr            },
165197170572SAndreas Gohr            "type": "library",
165297170572SAndreas Gohr            "extra": {
165397170572SAndreas Gohr                "branch-alias": {
1654759b7c08SAndreas Gohr                    "dev-master": "1.0-dev"
1655759b7c08SAndreas Gohr                }
1656759b7c08SAndreas Gohr            },
1657759b7c08SAndreas Gohr            "autoload": {
1658759b7c08SAndreas Gohr                "classmap": [
1659759b7c08SAndreas Gohr                    "src/"
1660759b7c08SAndreas Gohr                ]
1661759b7c08SAndreas Gohr            },
1662759b7c08SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
1663759b7c08SAndreas Gohr            "license": [
1664759b7c08SAndreas Gohr                "BSD-3-Clause"
1665759b7c08SAndreas Gohr            ],
1666759b7c08SAndreas Gohr            "authors": [
1667759b7c08SAndreas Gohr                {
1668759b7c08SAndreas Gohr                    "name": "Sebastian Bergmann",
1669759b7c08SAndreas Gohr                    "email": "sebastian@phpunit.de",
1670759b7c08SAndreas Gohr                    "role": "lead"
1671759b7c08SAndreas Gohr                }
1672759b7c08SAndreas Gohr            ],
1673759b7c08SAndreas Gohr            "description": "Library for counting the lines of code in PHP source code",
1674759b7c08SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/lines-of-code",
1675759b7c08SAndreas Gohr            "support": {
1676759b7c08SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
1677759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.4"
1678759b7c08SAndreas Gohr            },
1679759b7c08SAndreas Gohr            "funding": [
1680759b7c08SAndreas Gohr                {
1681759b7c08SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
1682759b7c08SAndreas Gohr                    "type": "github"
1683759b7c08SAndreas Gohr                }
1684759b7c08SAndreas Gohr            ],
1685759b7c08SAndreas Gohr            "time": "2023-12-22T06:20:34+00:00"
1686759b7c08SAndreas Gohr        },
1687759b7c08SAndreas Gohr        {
1688759b7c08SAndreas Gohr            "name": "sebastian/object-enumerator",
1689759b7c08SAndreas Gohr            "version": "4.0.4",
1690759b7c08SAndreas Gohr            "source": {
1691759b7c08SAndreas Gohr                "type": "git",
1692759b7c08SAndreas Gohr                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1693759b7c08SAndreas Gohr                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
1694759b7c08SAndreas Gohr            },
1695759b7c08SAndreas Gohr            "dist": {
1696759b7c08SAndreas Gohr                "type": "zip",
1697759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
1698759b7c08SAndreas Gohr                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
1699759b7c08SAndreas Gohr                "shasum": ""
1700759b7c08SAndreas Gohr            },
1701759b7c08SAndreas Gohr            "require": {
1702759b7c08SAndreas Gohr                "php": ">=7.3",
1703759b7c08SAndreas Gohr                "sebastian/object-reflector": "^2.0",
1704759b7c08SAndreas Gohr                "sebastian/recursion-context": "^4.0"
1705759b7c08SAndreas Gohr            },
1706759b7c08SAndreas Gohr            "require-dev": {
1707759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.3"
1708759b7c08SAndreas Gohr            },
1709759b7c08SAndreas Gohr            "type": "library",
1710759b7c08SAndreas Gohr            "extra": {
1711759b7c08SAndreas Gohr                "branch-alias": {
1712759b7c08SAndreas Gohr                    "dev-master": "4.0-dev"
171397170572SAndreas Gohr                }
171497170572SAndreas Gohr            },
171597170572SAndreas Gohr            "autoload": {
171697170572SAndreas Gohr                "classmap": [
171797170572SAndreas Gohr                    "src/"
171897170572SAndreas Gohr                ]
171997170572SAndreas Gohr            },
172097170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
172197170572SAndreas Gohr            "license": [
172297170572SAndreas Gohr                "BSD-3-Clause"
172397170572SAndreas Gohr            ],
172497170572SAndreas Gohr            "authors": [
172597170572SAndreas Gohr                {
172697170572SAndreas Gohr                    "name": "Sebastian Bergmann",
172797170572SAndreas Gohr                    "email": "sebastian@phpunit.de"
172897170572SAndreas Gohr                }
172997170572SAndreas Gohr            ],
173097170572SAndreas Gohr            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
173197170572SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
173297170572SAndreas Gohr            "support": {
173397170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
1734759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
173597170572SAndreas Gohr            },
173697170572SAndreas Gohr            "funding": [
173797170572SAndreas Gohr                {
173897170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
173997170572SAndreas Gohr                    "type": "github"
174097170572SAndreas Gohr                }
174197170572SAndreas Gohr            ],
1742759b7c08SAndreas Gohr            "time": "2020-10-26T13:12:34+00:00"
174397170572SAndreas Gohr        },
174497170572SAndreas Gohr        {
174597170572SAndreas Gohr            "name": "sebastian/object-reflector",
1746759b7c08SAndreas Gohr            "version": "2.0.4",
174797170572SAndreas Gohr            "source": {
174897170572SAndreas Gohr                "type": "git",
174997170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/object-reflector.git",
1750759b7c08SAndreas Gohr                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
175197170572SAndreas Gohr            },
175297170572SAndreas Gohr            "dist": {
175397170572SAndreas Gohr                "type": "zip",
1754759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
1755759b7c08SAndreas Gohr                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
175697170572SAndreas Gohr                "shasum": ""
175797170572SAndreas Gohr            },
175897170572SAndreas Gohr            "require": {
1759759b7c08SAndreas Gohr                "php": ">=7.3"
176097170572SAndreas Gohr            },
176197170572SAndreas Gohr            "require-dev": {
1762759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.3"
176397170572SAndreas Gohr            },
176497170572SAndreas Gohr            "type": "library",
176597170572SAndreas Gohr            "extra": {
176697170572SAndreas Gohr                "branch-alias": {
1767759b7c08SAndreas Gohr                    "dev-master": "2.0-dev"
176897170572SAndreas Gohr                }
176997170572SAndreas Gohr            },
177097170572SAndreas Gohr            "autoload": {
177197170572SAndreas Gohr                "classmap": [
177297170572SAndreas Gohr                    "src/"
177397170572SAndreas Gohr                ]
177497170572SAndreas Gohr            },
177597170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
177697170572SAndreas Gohr            "license": [
177797170572SAndreas Gohr                "BSD-3-Clause"
177897170572SAndreas Gohr            ],
177997170572SAndreas Gohr            "authors": [
178097170572SAndreas Gohr                {
178197170572SAndreas Gohr                    "name": "Sebastian Bergmann",
178297170572SAndreas Gohr                    "email": "sebastian@phpunit.de"
178397170572SAndreas Gohr                }
178497170572SAndreas Gohr            ],
178597170572SAndreas Gohr            "description": "Allows reflection of object attributes, including inherited and non-public ones",
178697170572SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
178797170572SAndreas Gohr            "support": {
178897170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
1789759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
179097170572SAndreas Gohr            },
179197170572SAndreas Gohr            "funding": [
179297170572SAndreas Gohr                {
179397170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
179497170572SAndreas Gohr                    "type": "github"
179597170572SAndreas Gohr                }
179697170572SAndreas Gohr            ],
1797759b7c08SAndreas Gohr            "time": "2020-10-26T13:14:26+00:00"
179897170572SAndreas Gohr        },
179997170572SAndreas Gohr        {
180097170572SAndreas Gohr            "name": "sebastian/recursion-context",
1801759b7c08SAndreas Gohr            "version": "4.0.5",
180297170572SAndreas Gohr            "source": {
180397170572SAndreas Gohr                "type": "git",
180497170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1805759b7c08SAndreas Gohr                "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1"
180697170572SAndreas Gohr            },
180797170572SAndreas Gohr            "dist": {
180897170572SAndreas Gohr                "type": "zip",
1809759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
1810759b7c08SAndreas Gohr                "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
181197170572SAndreas Gohr                "shasum": ""
181297170572SAndreas Gohr            },
181397170572SAndreas Gohr            "require": {
1814759b7c08SAndreas Gohr                "php": ">=7.3"
181597170572SAndreas Gohr            },
181697170572SAndreas Gohr            "require-dev": {
1817759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.3"
181897170572SAndreas Gohr            },
181997170572SAndreas Gohr            "type": "library",
182097170572SAndreas Gohr            "extra": {
182197170572SAndreas Gohr                "branch-alias": {
1822759b7c08SAndreas Gohr                    "dev-master": "4.0-dev"
182397170572SAndreas Gohr                }
182497170572SAndreas Gohr            },
182597170572SAndreas Gohr            "autoload": {
182697170572SAndreas Gohr                "classmap": [
182797170572SAndreas Gohr                    "src/"
182897170572SAndreas Gohr                ]
182997170572SAndreas Gohr            },
183097170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
183197170572SAndreas Gohr            "license": [
183297170572SAndreas Gohr                "BSD-3-Clause"
183397170572SAndreas Gohr            ],
183497170572SAndreas Gohr            "authors": [
183597170572SAndreas Gohr                {
183697170572SAndreas Gohr                    "name": "Sebastian Bergmann",
183797170572SAndreas Gohr                    "email": "sebastian@phpunit.de"
183897170572SAndreas Gohr                },
183997170572SAndreas Gohr                {
184097170572SAndreas Gohr                    "name": "Jeff Welch",
184197170572SAndreas Gohr                    "email": "whatthejeff@gmail.com"
184297170572SAndreas Gohr                },
184397170572SAndreas Gohr                {
184497170572SAndreas Gohr                    "name": "Adam Harvey",
184597170572SAndreas Gohr                    "email": "aharvey@php.net"
184697170572SAndreas Gohr                }
184797170572SAndreas Gohr            ],
184897170572SAndreas Gohr            "description": "Provides functionality to recursively process PHP variables",
1849759b7c08SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/recursion-context",
185097170572SAndreas Gohr            "support": {
185197170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
1852759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5"
185397170572SAndreas Gohr            },
185497170572SAndreas Gohr            "funding": [
185597170572SAndreas Gohr                {
185697170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
185797170572SAndreas Gohr                    "type": "github"
185897170572SAndreas Gohr                }
185997170572SAndreas Gohr            ],
1860759b7c08SAndreas Gohr            "time": "2023-02-03T06:07:39+00:00"
186197170572SAndreas Gohr        },
186297170572SAndreas Gohr        {
186397170572SAndreas Gohr            "name": "sebastian/resource-operations",
1864759b7c08SAndreas Gohr            "version": "3.0.4",
186597170572SAndreas Gohr            "source": {
186697170572SAndreas Gohr                "type": "git",
186797170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/resource-operations.git",
1868759b7c08SAndreas Gohr                "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e"
186997170572SAndreas Gohr            },
187097170572SAndreas Gohr            "dist": {
187197170572SAndreas Gohr                "type": "zip",
1872759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
1873759b7c08SAndreas Gohr                "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
187497170572SAndreas Gohr                "shasum": ""
187597170572SAndreas Gohr            },
187697170572SAndreas Gohr            "require": {
1877759b7c08SAndreas Gohr                "php": ">=7.3"
1878759b7c08SAndreas Gohr            },
1879759b7c08SAndreas Gohr            "require-dev": {
1880759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.0"
188197170572SAndreas Gohr            },
188297170572SAndreas Gohr            "type": "library",
188397170572SAndreas Gohr            "extra": {
188497170572SAndreas Gohr                "branch-alias": {
1885759b7c08SAndreas Gohr                    "dev-main": "3.0-dev"
188697170572SAndreas Gohr                }
188797170572SAndreas Gohr            },
188897170572SAndreas Gohr            "autoload": {
188997170572SAndreas Gohr                "classmap": [
189097170572SAndreas Gohr                    "src/"
189197170572SAndreas Gohr                ]
189297170572SAndreas Gohr            },
189397170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
189497170572SAndreas Gohr            "license": [
189597170572SAndreas Gohr                "BSD-3-Clause"
189697170572SAndreas Gohr            ],
189797170572SAndreas Gohr            "authors": [
189897170572SAndreas Gohr                {
189997170572SAndreas Gohr                    "name": "Sebastian Bergmann",
190097170572SAndreas Gohr                    "email": "sebastian@phpunit.de"
190197170572SAndreas Gohr                }
190297170572SAndreas Gohr            ],
190397170572SAndreas Gohr            "description": "Provides a list of PHP built-in functions that operate on resources",
190497170572SAndreas Gohr            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
190597170572SAndreas Gohr            "support": {
1906759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.4"
190797170572SAndreas Gohr            },
190897170572SAndreas Gohr            "funding": [
190997170572SAndreas Gohr                {
191097170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
191197170572SAndreas Gohr                    "type": "github"
191297170572SAndreas Gohr                }
191397170572SAndreas Gohr            ],
1914759b7c08SAndreas Gohr            "time": "2024-03-14T16:00:52+00:00"
191597170572SAndreas Gohr        },
191697170572SAndreas Gohr        {
191797170572SAndreas Gohr            "name": "sebastian/type",
1918759b7c08SAndreas Gohr            "version": "3.2.1",
191997170572SAndreas Gohr            "source": {
192097170572SAndreas Gohr                "type": "git",
192197170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/type.git",
1922759b7c08SAndreas Gohr                "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
192397170572SAndreas Gohr            },
192497170572SAndreas Gohr            "dist": {
192597170572SAndreas Gohr                "type": "zip",
1926759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
1927759b7c08SAndreas Gohr                "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
192897170572SAndreas Gohr                "shasum": ""
192997170572SAndreas Gohr            },
193097170572SAndreas Gohr            "require": {
1931759b7c08SAndreas Gohr                "php": ">=7.3"
193297170572SAndreas Gohr            },
193397170572SAndreas Gohr            "require-dev": {
1934759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.5"
193597170572SAndreas Gohr            },
193697170572SAndreas Gohr            "type": "library",
193797170572SAndreas Gohr            "extra": {
193897170572SAndreas Gohr                "branch-alias": {
1939759b7c08SAndreas Gohr                    "dev-master": "3.2-dev"
194097170572SAndreas Gohr                }
194197170572SAndreas Gohr            },
194297170572SAndreas Gohr            "autoload": {
194397170572SAndreas Gohr                "classmap": [
194497170572SAndreas Gohr                    "src/"
194597170572SAndreas Gohr                ]
194697170572SAndreas Gohr            },
194797170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
194897170572SAndreas Gohr            "license": [
194997170572SAndreas Gohr                "BSD-3-Clause"
195097170572SAndreas Gohr            ],
195197170572SAndreas Gohr            "authors": [
195297170572SAndreas Gohr                {
195397170572SAndreas Gohr                    "name": "Sebastian Bergmann",
195497170572SAndreas Gohr                    "email": "sebastian@phpunit.de",
195597170572SAndreas Gohr                    "role": "lead"
195697170572SAndreas Gohr                }
195797170572SAndreas Gohr            ],
195897170572SAndreas Gohr            "description": "Collection of value objects that represent the types of the PHP type system",
195997170572SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/type",
196097170572SAndreas Gohr            "support": {
196197170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/type/issues",
1962759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/type/tree/3.2.1"
196397170572SAndreas Gohr            },
196497170572SAndreas Gohr            "funding": [
196597170572SAndreas Gohr                {
196697170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
196797170572SAndreas Gohr                    "type": "github"
196897170572SAndreas Gohr                }
196997170572SAndreas Gohr            ],
1970759b7c08SAndreas Gohr            "time": "2023-02-03T06:13:03+00:00"
197197170572SAndreas Gohr        },
197297170572SAndreas Gohr        {
197397170572SAndreas Gohr            "name": "sebastian/version",
1974759b7c08SAndreas Gohr            "version": "3.0.2",
197597170572SAndreas Gohr            "source": {
197697170572SAndreas Gohr                "type": "git",
197797170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/version.git",
1978759b7c08SAndreas Gohr                "reference": "c6c1022351a901512170118436c764e473f6de8c"
197997170572SAndreas Gohr            },
198097170572SAndreas Gohr            "dist": {
198197170572SAndreas Gohr                "type": "zip",
1982759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
1983759b7c08SAndreas Gohr                "reference": "c6c1022351a901512170118436c764e473f6de8c",
198497170572SAndreas Gohr                "shasum": ""
198597170572SAndreas Gohr            },
198697170572SAndreas Gohr            "require": {
1987759b7c08SAndreas Gohr                "php": ">=7.3"
198897170572SAndreas Gohr            },
198997170572SAndreas Gohr            "type": "library",
199097170572SAndreas Gohr            "extra": {
199197170572SAndreas Gohr                "branch-alias": {
1992759b7c08SAndreas Gohr                    "dev-master": "3.0-dev"
199397170572SAndreas Gohr                }
199497170572SAndreas Gohr            },
199597170572SAndreas Gohr            "autoload": {
199697170572SAndreas Gohr                "classmap": [
199797170572SAndreas Gohr                    "src/"
199897170572SAndreas Gohr                ]
199997170572SAndreas Gohr            },
200097170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
200197170572SAndreas Gohr            "license": [
200297170572SAndreas Gohr                "BSD-3-Clause"
200397170572SAndreas Gohr            ],
200497170572SAndreas Gohr            "authors": [
200597170572SAndreas Gohr                {
200697170572SAndreas Gohr                    "name": "Sebastian Bergmann",
200797170572SAndreas Gohr                    "email": "sebastian@phpunit.de",
200897170572SAndreas Gohr                    "role": "lead"
200997170572SAndreas Gohr                }
201097170572SAndreas Gohr            ],
201197170572SAndreas Gohr            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
201297170572SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/version",
201397170572SAndreas Gohr            "support": {
201497170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/version/issues",
2015759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
201697170572SAndreas Gohr            },
2017759b7c08SAndreas Gohr            "funding": [
2018759b7c08SAndreas Gohr                {
2019759b7c08SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
2020759b7c08SAndreas Gohr                    "type": "github"
2021759b7c08SAndreas Gohr                }
2022759b7c08SAndreas Gohr            ],
2023759b7c08SAndreas Gohr            "time": "2020-09-28T06:39:44+00:00"
202497170572SAndreas Gohr        },
202597170572SAndreas Gohr        {
202697170572SAndreas Gohr            "name": "squizlabs/php_codesniffer",
2027*19f3aa32SAndreas Gohr            "version": "3.11.3",
202897170572SAndreas Gohr            "source": {
202997170572SAndreas Gohr                "type": "git",
203005fd0e83SAndreas Gohr                "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
2031*19f3aa32SAndreas Gohr                "reference": "ba05f990e79cbe69b9f35c8c1ac8dca7eecc3a10"
203297170572SAndreas Gohr            },
203397170572SAndreas Gohr            "dist": {
203497170572SAndreas Gohr                "type": "zip",
2035*19f3aa32SAndreas Gohr                "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/ba05f990e79cbe69b9f35c8c1ac8dca7eecc3a10",
2036*19f3aa32SAndreas Gohr                "reference": "ba05f990e79cbe69b9f35c8c1ac8dca7eecc3a10",
203797170572SAndreas Gohr                "shasum": ""
203897170572SAndreas Gohr            },
203997170572SAndreas Gohr            "require": {
204097170572SAndreas Gohr                "ext-simplexml": "*",
204197170572SAndreas Gohr                "ext-tokenizer": "*",
204297170572SAndreas Gohr                "ext-xmlwriter": "*",
204397170572SAndreas Gohr                "php": ">=5.4.0"
204497170572SAndreas Gohr            },
204597170572SAndreas Gohr            "require-dev": {
2046759b7c08SAndreas Gohr                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
204797170572SAndreas Gohr            },
204897170572SAndreas Gohr            "bin": [
2049759b7c08SAndreas Gohr                "bin/phpcbf",
2050759b7c08SAndreas Gohr                "bin/phpcs"
205197170572SAndreas Gohr            ],
205297170572SAndreas Gohr            "type": "library",
205397170572SAndreas Gohr            "extra": {
205497170572SAndreas Gohr                "branch-alias": {
205597170572SAndreas Gohr                    "dev-master": "3.x-dev"
205697170572SAndreas Gohr                }
205797170572SAndreas Gohr            },
205897170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
205997170572SAndreas Gohr            "license": [
206097170572SAndreas Gohr                "BSD-3-Clause"
206197170572SAndreas Gohr            ],
206297170572SAndreas Gohr            "authors": [
206397170572SAndreas Gohr                {
206497170572SAndreas Gohr                    "name": "Greg Sherwood",
206505fd0e83SAndreas Gohr                    "role": "Former lead"
206605fd0e83SAndreas Gohr                },
206705fd0e83SAndreas Gohr                {
206805fd0e83SAndreas Gohr                    "name": "Juliette Reinders Folmer",
206905fd0e83SAndreas Gohr                    "role": "Current lead"
207005fd0e83SAndreas Gohr                },
207105fd0e83SAndreas Gohr                {
207205fd0e83SAndreas Gohr                    "name": "Contributors",
207305fd0e83SAndreas Gohr                    "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
207497170572SAndreas Gohr                }
207597170572SAndreas Gohr            ],
207697170572SAndreas Gohr            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
207705fd0e83SAndreas Gohr            "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
207897170572SAndreas Gohr            "keywords": [
207997170572SAndreas Gohr                "phpcs",
208097170572SAndreas Gohr                "standards",
208197170572SAndreas Gohr                "static analysis"
208297170572SAndreas Gohr            ],
208397170572SAndreas Gohr            "support": {
208405fd0e83SAndreas Gohr                "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
208505fd0e83SAndreas Gohr                "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
208605fd0e83SAndreas Gohr                "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
208705fd0e83SAndreas Gohr                "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
208897170572SAndreas Gohr            },
208905fd0e83SAndreas Gohr            "funding": [
209005fd0e83SAndreas Gohr                {
209105fd0e83SAndreas Gohr                    "url": "https://github.com/PHPCSStandards",
209205fd0e83SAndreas Gohr                    "type": "github"
209305fd0e83SAndreas Gohr                },
209405fd0e83SAndreas Gohr                {
209505fd0e83SAndreas Gohr                    "url": "https://github.com/jrfnl",
209605fd0e83SAndreas Gohr                    "type": "github"
209705fd0e83SAndreas Gohr                },
209805fd0e83SAndreas Gohr                {
209905fd0e83SAndreas Gohr                    "url": "https://opencollective.com/php_codesniffer",
210005fd0e83SAndreas Gohr                    "type": "open_collective"
2101*19f3aa32SAndreas Gohr                },
2102*19f3aa32SAndreas Gohr                {
2103*19f3aa32SAndreas Gohr                    "url": "https://thanks.dev/phpcsstandards",
2104*19f3aa32SAndreas Gohr                    "type": "thanks_dev"
210505fd0e83SAndreas Gohr                }
210605fd0e83SAndreas Gohr            ],
2107*19f3aa32SAndreas Gohr            "time": "2025-01-23T17:04:15+00:00"
210897170572SAndreas Gohr        },
210997170572SAndreas Gohr        {
211097170572SAndreas Gohr            "name": "theseer/tokenizer",
2111759b7c08SAndreas Gohr            "version": "1.2.3",
211297170572SAndreas Gohr            "source": {
211397170572SAndreas Gohr                "type": "git",
211497170572SAndreas Gohr                "url": "https://github.com/theseer/tokenizer.git",
2115759b7c08SAndreas Gohr                "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
211697170572SAndreas Gohr            },
211797170572SAndreas Gohr            "dist": {
211897170572SAndreas Gohr                "type": "zip",
2119759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
2120759b7c08SAndreas Gohr                "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
212197170572SAndreas Gohr                "shasum": ""
212297170572SAndreas Gohr            },
212397170572SAndreas Gohr            "require": {
212497170572SAndreas Gohr                "ext-dom": "*",
212597170572SAndreas Gohr                "ext-tokenizer": "*",
212697170572SAndreas Gohr                "ext-xmlwriter": "*",
212797170572SAndreas Gohr                "php": "^7.2 || ^8.0"
212897170572SAndreas Gohr            },
212997170572SAndreas Gohr            "type": "library",
213097170572SAndreas Gohr            "autoload": {
213197170572SAndreas Gohr                "classmap": [
213297170572SAndreas Gohr                    "src/"
213397170572SAndreas Gohr                ]
213497170572SAndreas Gohr            },
213597170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
213697170572SAndreas Gohr            "license": [
213797170572SAndreas Gohr                "BSD-3-Clause"
213897170572SAndreas Gohr            ],
213997170572SAndreas Gohr            "authors": [
214097170572SAndreas Gohr                {
214197170572SAndreas Gohr                    "name": "Arne Blankerts",
214297170572SAndreas Gohr                    "email": "arne@blankerts.de",
214397170572SAndreas Gohr                    "role": "Developer"
214497170572SAndreas Gohr                }
214597170572SAndreas Gohr            ],
214697170572SAndreas Gohr            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
214797170572SAndreas Gohr            "support": {
214897170572SAndreas Gohr                "issues": "https://github.com/theseer/tokenizer/issues",
2149759b7c08SAndreas Gohr                "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
215097170572SAndreas Gohr            },
215197170572SAndreas Gohr            "funding": [
215297170572SAndreas Gohr                {
215397170572SAndreas Gohr                    "url": "https://github.com/theseer",
215497170572SAndreas Gohr                    "type": "github"
215597170572SAndreas Gohr                }
215697170572SAndreas Gohr            ],
2157759b7c08SAndreas Gohr            "time": "2024-03-03T12:36:25+00:00"
215897170572SAndreas Gohr        }
215997170572SAndreas Gohr    ],
2160acdf738aSAndreas Gohr    "aliases": [],
2161acdf738aSAndreas Gohr    "minimum-stability": "stable",
2162759b7c08SAndreas Gohr    "stability-flags": {},
2163acdf738aSAndreas Gohr    "prefer-stable": true,
2164acdf738aSAndreas Gohr    "prefer-lowest": false,
2165acdf738aSAndreas Gohr    "platform": {
21662ab82b8eSAndreas Gohr        "php": ">=7.4"
2167acdf738aSAndreas Gohr    },
2168759b7c08SAndreas Gohr    "platform-dev": {},
2169acdf738aSAndreas Gohr    "platform-overrides": {
21702ab82b8eSAndreas Gohr        "php": "7.4"
2171acdf738aSAndreas Gohr    },
217297170572SAndreas Gohr    "plugin-api-version": "2.6.0"
2173acdf738aSAndreas Gohr}
2174