xref: /dokuwiki/_test/composer.lock (revision 759b7c08267fb96f038ac06b887e1303653c34a4)
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    ],
7*759b7c08SAndreas Gohr    "content-hash": "a94140ca058284084e19ab22da6dc663",
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",
71*759b7c08SAndreas Gohr            "version": "v5.4.45",
72acdf738aSAndreas Gohr            "source": {
73acdf738aSAndreas Gohr                "type": "git",
74acdf738aSAndreas Gohr                "url": "https://github.com/symfony/css-selector.git",
75*759b7c08SAndreas Gohr                "reference": "4f7f3c35fba88146b56d0025d20ace3f3901f097"
76acdf738aSAndreas Gohr            },
77acdf738aSAndreas Gohr            "dist": {
78acdf738aSAndreas Gohr                "type": "zip",
79*759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/symfony/css-selector/zipball/4f7f3c35fba88146b56d0025d20ace3f3901f097",
80*759b7c08SAndreas 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": {
117*759b7c08SAndreas 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            ],
133*759b7c08SAndreas Gohr            "time": "2024-09-25T14:11:13+00:00"
134acdf738aSAndreas Gohr        },
135acdf738aSAndreas Gohr        {
136acdf738aSAndreas Gohr            "name": "symfony/polyfill-php80",
137*759b7c08SAndreas Gohr            "version": "v1.31.0",
138acdf738aSAndreas Gohr            "source": {
139acdf738aSAndreas Gohr                "type": "git",
140acdf738aSAndreas Gohr                "url": "https://github.com/symfony/polyfill-php80.git",
141*759b7c08SAndreas Gohr                "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8"
142acdf738aSAndreas Gohr            },
143acdf738aSAndreas Gohr            "dist": {
144acdf738aSAndreas Gohr                "type": "zip",
145*759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
146*759b7c08SAndreas Gohr                "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
147acdf738aSAndreas Gohr                "shasum": ""
148acdf738aSAndreas Gohr            },
149acdf738aSAndreas Gohr            "require": {
150*759b7c08SAndreas Gohr                "php": ">=7.2"
151acdf738aSAndreas Gohr            },
152acdf738aSAndreas Gohr            "type": "library",
153acdf738aSAndreas Gohr            "extra": {
154acdf738aSAndreas Gohr                "thanks": {
155acdf738aSAndreas Gohr                    "name": "symfony/polyfill",
156acdf738aSAndreas Gohr                    "url": "https://github.com/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": {
197*759b7c08SAndreas 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            ],
213*759b7c08SAndreas 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*759b7c08SAndreas Gohr            "version": "1.12.1",
29097170572SAndreas Gohr            "source": {
29197170572SAndreas Gohr                "type": "git",
29297170572SAndreas Gohr                "url": "https://github.com/myclabs/DeepCopy.git",
293*759b7c08SAndreas Gohr                "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845"
29497170572SAndreas Gohr            },
29597170572SAndreas Gohr            "dist": {
29697170572SAndreas Gohr                "type": "zip",
297*759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/123267b2c49fbf30d78a7b2d333f6be754b94845",
298*759b7c08SAndreas Gohr                "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845",
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",
306*759b7c08SAndreas 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",
311*759b7c08SAndreas 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*759b7c08SAndreas Gohr                "source": "https://github.com/myclabs/DeepCopy/tree/1.12.1"
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*759b7c08SAndreas Gohr            "time": "2024-11-08T17:47:46+00:00"
34697170572SAndreas Gohr        },
34797170572SAndreas Gohr        {
348*759b7c08SAndreas Gohr            "name": "nikic/php-parser",
349*759b7c08SAndreas Gohr            "version": "v5.3.1",
35097170572SAndreas Gohr            "source": {
35197170572SAndreas Gohr                "type": "git",
352*759b7c08SAndreas Gohr                "url": "https://github.com/nikic/PHP-Parser.git",
353*759b7c08SAndreas Gohr                "reference": "8eea230464783aa9671db8eea6f8c6ac5285794b"
35497170572SAndreas Gohr            },
35597170572SAndreas Gohr            "dist": {
35697170572SAndreas Gohr                "type": "zip",
357*759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/8eea230464783aa9671db8eea6f8c6ac5285794b",
358*759b7c08SAndreas Gohr                "reference": "8eea230464783aa9671db8eea6f8c6ac5285794b",
359*759b7c08SAndreas Gohr                "shasum": ""
360*759b7c08SAndreas Gohr            },
361*759b7c08SAndreas Gohr            "require": {
362*759b7c08SAndreas Gohr                "ext-ctype": "*",
363*759b7c08SAndreas Gohr                "ext-json": "*",
364*759b7c08SAndreas Gohr                "ext-tokenizer": "*",
365*759b7c08SAndreas Gohr                "php": ">=7.4"
366*759b7c08SAndreas Gohr            },
367*759b7c08SAndreas Gohr            "require-dev": {
368*759b7c08SAndreas Gohr                "ircmaxell/php-yacc": "^0.0.7",
369*759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.0"
370*759b7c08SAndreas Gohr            },
371*759b7c08SAndreas Gohr            "bin": [
372*759b7c08SAndreas Gohr                "bin/php-parse"
373*759b7c08SAndreas Gohr            ],
374*759b7c08SAndreas Gohr            "type": "library",
375*759b7c08SAndreas Gohr            "extra": {
376*759b7c08SAndreas Gohr                "branch-alias": {
377*759b7c08SAndreas Gohr                    "dev-master": "5.0-dev"
378*759b7c08SAndreas Gohr                }
379*759b7c08SAndreas Gohr            },
380*759b7c08SAndreas Gohr            "autoload": {
381*759b7c08SAndreas Gohr                "psr-4": {
382*759b7c08SAndreas Gohr                    "PhpParser\\": "lib/PhpParser"
383*759b7c08SAndreas Gohr                }
384*759b7c08SAndreas Gohr            },
385*759b7c08SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
386*759b7c08SAndreas Gohr            "license": [
387*759b7c08SAndreas Gohr                "BSD-3-Clause"
388*759b7c08SAndreas Gohr            ],
389*759b7c08SAndreas Gohr            "authors": [
390*759b7c08SAndreas Gohr                {
391*759b7c08SAndreas Gohr                    "name": "Nikita Popov"
392*759b7c08SAndreas Gohr                }
393*759b7c08SAndreas Gohr            ],
394*759b7c08SAndreas Gohr            "description": "A PHP parser written in PHP",
395*759b7c08SAndreas Gohr            "keywords": [
396*759b7c08SAndreas Gohr                "parser",
397*759b7c08SAndreas Gohr                "php"
398*759b7c08SAndreas Gohr            ],
399*759b7c08SAndreas Gohr            "support": {
400*759b7c08SAndreas Gohr                "issues": "https://github.com/nikic/PHP-Parser/issues",
401*759b7c08SAndreas Gohr                "source": "https://github.com/nikic/PHP-Parser/tree/v5.3.1"
402*759b7c08SAndreas Gohr            },
403*759b7c08SAndreas Gohr            "time": "2024-10-08T18:51:32+00:00"
404*759b7c08SAndreas Gohr        },
405*759b7c08SAndreas Gohr        {
406*759b7c08SAndreas Gohr            "name": "phar-io/manifest",
407*759b7c08SAndreas Gohr            "version": "2.0.4",
408*759b7c08SAndreas Gohr            "source": {
409*759b7c08SAndreas Gohr                "type": "git",
410*759b7c08SAndreas Gohr                "url": "https://github.com/phar-io/manifest.git",
411*759b7c08SAndreas Gohr                "reference": "54750ef60c58e43759730615a392c31c80e23176"
412*759b7c08SAndreas Gohr            },
413*759b7c08SAndreas Gohr            "dist": {
414*759b7c08SAndreas Gohr                "type": "zip",
415*759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
416*759b7c08SAndreas Gohr                "reference": "54750ef60c58e43759730615a392c31c80e23176",
41797170572SAndreas Gohr                "shasum": ""
41897170572SAndreas Gohr            },
41997170572SAndreas Gohr            "require": {
42097170572SAndreas Gohr                "ext-dom": "*",
421*759b7c08SAndreas 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",
462*759b7c08SAndreas Gohr                "source": "https://github.com/phar-io/manifest/tree/2.0.4"
46397170572SAndreas Gohr            },
464*759b7c08SAndreas Gohr            "funding": [
465*759b7c08SAndreas Gohr                {
466*759b7c08SAndreas Gohr                    "url": "https://github.com/theseer",
467*759b7c08SAndreas Gohr                    "type": "github"
468*759b7c08SAndreas Gohr                }
469*759b7c08SAndreas Gohr            ],
470*759b7c08SAndreas 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*759b7c08SAndreas Gohr            "version": "1.12.11",
52697170572SAndreas Gohr            "source": {
52797170572SAndreas Gohr                "type": "git",
52897170572SAndreas Gohr                "url": "https://github.com/phpstan/phpstan.git",
529*759b7c08SAndreas Gohr                "reference": "0d1fc20a962a91be578bcfe7cf939e6e1a2ff733"
53097170572SAndreas Gohr            },
53197170572SAndreas Gohr            "dist": {
53297170572SAndreas Gohr                "type": "zip",
533*759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/0d1fc20a962a91be578bcfe7cf939e6e1a2ff733",
534*759b7c08SAndreas Gohr                "reference": "0d1fc20a962a91be578bcfe7cf939e6e1a2ff733",
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*759b7c08SAndreas Gohr            "time": "2024-11-17T14:08:01+00:00"
58097170572SAndreas Gohr        },
58197170572SAndreas Gohr        {
58297170572SAndreas Gohr            "name": "phpunit/php-code-coverage",
583*759b7c08SAndreas Gohr            "version": "9.2.32",
58497170572SAndreas Gohr            "source": {
58597170572SAndreas Gohr                "type": "git",
58697170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
587*759b7c08SAndreas Gohr                "reference": "85402a822d1ecf1db1096959413d35e1c37cf1a5"
58897170572SAndreas Gohr            },
58997170572SAndreas Gohr            "dist": {
59097170572SAndreas Gohr                "type": "zip",
591*759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/85402a822d1ecf1db1096959413d35e1c37cf1a5",
592*759b7c08SAndreas Gohr                "reference": "85402a822d1ecf1db1096959413d35e1c37cf1a5",
59397170572SAndreas Gohr                "shasum": ""
59497170572SAndreas Gohr            },
59597170572SAndreas Gohr            "require": {
59697170572SAndreas Gohr                "ext-dom": "*",
597*759b7c08SAndreas Gohr                "ext-libxml": "*",
59897170572SAndreas Gohr                "ext-xmlwriter": "*",
599*759b7c08SAndreas Gohr                "nikic/php-parser": "^4.19.1 || ^5.1.0",
600*759b7c08SAndreas Gohr                "php": ">=7.3",
601*759b7c08SAndreas Gohr                "phpunit/php-file-iterator": "^3.0.6",
602*759b7c08SAndreas Gohr                "phpunit/php-text-template": "^2.0.4",
603*759b7c08SAndreas Gohr                "sebastian/code-unit-reverse-lookup": "^2.0.3",
604*759b7c08SAndreas Gohr                "sebastian/complexity": "^2.0.3",
605*759b7c08SAndreas Gohr                "sebastian/environment": "^5.1.5",
606*759b7c08SAndreas Gohr                "sebastian/lines-of-code": "^1.0.4",
607*759b7c08SAndreas Gohr                "sebastian/version": "^3.0.2",
608*759b7c08SAndreas Gohr                "theseer/tokenizer": "^1.2.3"
60997170572SAndreas Gohr            },
61097170572SAndreas Gohr            "require-dev": {
611*759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.6"
61297170572SAndreas Gohr            },
61397170572SAndreas Gohr            "suggest": {
614*759b7c08SAndreas Gohr                "ext-pcov": "PHP extension that provides line coverage",
615*759b7c08SAndreas 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": {
620*759b7c08SAndreas 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",
648*759b7c08SAndreas Gohr                "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
649*759b7c08SAndreas 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            ],
657*759b7c08SAndreas Gohr            "time": "2024-08-22T04:23:01+00:00"
65897170572SAndreas Gohr        },
65997170572SAndreas Gohr        {
66097170572SAndreas Gohr            "name": "phpunit/php-file-iterator",
661*759b7c08SAndreas Gohr            "version": "3.0.6",
66297170572SAndreas Gohr            "source": {
66397170572SAndreas Gohr                "type": "git",
66497170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
665*759b7c08SAndreas Gohr                "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
66697170572SAndreas Gohr            },
66797170572SAndreas Gohr            "dist": {
66897170572SAndreas Gohr                "type": "zip",
669*759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
670*759b7c08SAndreas Gohr                "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
67197170572SAndreas Gohr                "shasum": ""
67297170572SAndreas Gohr            },
67397170572SAndreas Gohr            "require": {
674*759b7c08SAndreas Gohr                "php": ">=7.3"
67597170572SAndreas Gohr            },
67697170572SAndreas Gohr            "require-dev": {
677*759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.3"
67897170572SAndreas Gohr            },
67997170572SAndreas Gohr            "type": "library",
68097170572SAndreas Gohr            "extra": {
68197170572SAndreas Gohr                "branch-alias": {
682*759b7c08SAndreas 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",
709*759b7c08SAndreas 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            ],
717*759b7c08SAndreas Gohr            "time": "2021-12-02T12:48:52+00:00"
71897170572SAndreas Gohr        },
71997170572SAndreas Gohr        {
720*759b7c08SAndreas Gohr            "name": "phpunit/php-invoker",
721*759b7c08SAndreas Gohr            "version": "3.1.1",
72297170572SAndreas Gohr            "source": {
72397170572SAndreas Gohr                "type": "git",
724*759b7c08SAndreas Gohr                "url": "https://github.com/sebastianbergmann/php-invoker.git",
725*759b7c08SAndreas Gohr                "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
72697170572SAndreas Gohr            },
72797170572SAndreas Gohr            "dist": {
72897170572SAndreas Gohr                "type": "zip",
729*759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
730*759b7c08SAndreas Gohr                "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
73197170572SAndreas Gohr                "shasum": ""
73297170572SAndreas Gohr            },
73397170572SAndreas Gohr            "require": {
734*759b7c08SAndreas Gohr                "php": ">=7.3"
735*759b7c08SAndreas Gohr            },
736*759b7c08SAndreas Gohr            "require-dev": {
737*759b7c08SAndreas Gohr                "ext-pcntl": "*",
738*759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.3"
739*759b7c08SAndreas Gohr            },
740*759b7c08SAndreas Gohr            "suggest": {
741*759b7c08SAndreas Gohr                "ext-pcntl": "*"
74297170572SAndreas Gohr            },
74397170572SAndreas Gohr            "type": "library",
744*759b7c08SAndreas Gohr            "extra": {
745*759b7c08SAndreas Gohr                "branch-alias": {
746*759b7c08SAndreas Gohr                    "dev-master": "3.1-dev"
747*759b7c08SAndreas Gohr                }
748*759b7c08SAndreas Gohr            },
749*759b7c08SAndreas Gohr            "autoload": {
750*759b7c08SAndreas Gohr                "classmap": [
751*759b7c08SAndreas Gohr                    "src/"
752*759b7c08SAndreas Gohr                ]
753*759b7c08SAndreas Gohr            },
754*759b7c08SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
755*759b7c08SAndreas Gohr            "license": [
756*759b7c08SAndreas Gohr                "BSD-3-Clause"
757*759b7c08SAndreas Gohr            ],
758*759b7c08SAndreas Gohr            "authors": [
759*759b7c08SAndreas Gohr                {
760*759b7c08SAndreas Gohr                    "name": "Sebastian Bergmann",
761*759b7c08SAndreas Gohr                    "email": "sebastian@phpunit.de",
762*759b7c08SAndreas Gohr                    "role": "lead"
763*759b7c08SAndreas Gohr                }
764*759b7c08SAndreas Gohr            ],
765*759b7c08SAndreas Gohr            "description": "Invoke callables with a timeout",
766*759b7c08SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/php-invoker/",
767*759b7c08SAndreas Gohr            "keywords": [
768*759b7c08SAndreas Gohr                "process"
769*759b7c08SAndreas Gohr            ],
770*759b7c08SAndreas Gohr            "support": {
771*759b7c08SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
772*759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
773*759b7c08SAndreas Gohr            },
774*759b7c08SAndreas Gohr            "funding": [
775*759b7c08SAndreas Gohr                {
776*759b7c08SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
777*759b7c08SAndreas Gohr                    "type": "github"
778*759b7c08SAndreas Gohr                }
779*759b7c08SAndreas Gohr            ],
780*759b7c08SAndreas Gohr            "time": "2020-09-28T05:58:55+00:00"
781*759b7c08SAndreas Gohr        },
782*759b7c08SAndreas Gohr        {
783*759b7c08SAndreas Gohr            "name": "phpunit/php-text-template",
784*759b7c08SAndreas Gohr            "version": "2.0.4",
785*759b7c08SAndreas Gohr            "source": {
786*759b7c08SAndreas Gohr                "type": "git",
787*759b7c08SAndreas Gohr                "url": "https://github.com/sebastianbergmann/php-text-template.git",
788*759b7c08SAndreas Gohr                "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
789*759b7c08SAndreas Gohr            },
790*759b7c08SAndreas Gohr            "dist": {
791*759b7c08SAndreas Gohr                "type": "zip",
792*759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
793*759b7c08SAndreas Gohr                "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
794*759b7c08SAndreas Gohr                "shasum": ""
795*759b7c08SAndreas Gohr            },
796*759b7c08SAndreas Gohr            "require": {
797*759b7c08SAndreas Gohr                "php": ">=7.3"
798*759b7c08SAndreas Gohr            },
799*759b7c08SAndreas Gohr            "require-dev": {
800*759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.3"
801*759b7c08SAndreas Gohr            },
802*759b7c08SAndreas Gohr            "type": "library",
803*759b7c08SAndreas Gohr            "extra": {
804*759b7c08SAndreas Gohr                "branch-alias": {
805*759b7c08SAndreas Gohr                    "dev-master": "2.0-dev"
806*759b7c08SAndreas Gohr                }
807*759b7c08SAndreas 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",
831*759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
83297170572SAndreas Gohr            },
833*759b7c08SAndreas Gohr            "funding": [
834*759b7c08SAndreas Gohr                {
835*759b7c08SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
836*759b7c08SAndreas Gohr                    "type": "github"
837*759b7c08SAndreas Gohr                }
838*759b7c08SAndreas Gohr            ],
839*759b7c08SAndreas Gohr            "time": "2020-10-26T05:33:50+00:00"
84097170572SAndreas Gohr        },
84197170572SAndreas Gohr        {
84297170572SAndreas Gohr            "name": "phpunit/php-timer",
843*759b7c08SAndreas Gohr            "version": "5.0.3",
84497170572SAndreas Gohr            "source": {
84597170572SAndreas Gohr                "type": "git",
84697170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/php-timer.git",
847*759b7c08SAndreas Gohr                "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
84897170572SAndreas Gohr            },
84997170572SAndreas Gohr            "dist": {
85097170572SAndreas Gohr                "type": "zip",
851*759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
852*759b7c08SAndreas Gohr                "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
85397170572SAndreas Gohr                "shasum": ""
85497170572SAndreas Gohr            },
85597170572SAndreas Gohr            "require": {
856*759b7c08SAndreas Gohr                "php": ">=7.3"
85797170572SAndreas Gohr            },
85897170572SAndreas Gohr            "require-dev": {
859*759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.3"
86097170572SAndreas Gohr            },
86197170572SAndreas Gohr            "type": "library",
86297170572SAndreas Gohr            "extra": {
86397170572SAndreas Gohr                "branch-alias": {
864*759b7c08SAndreas 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",
890*759b7c08SAndreas 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            ],
898*759b7c08SAndreas Gohr            "time": "2020-10-26T13:16:10+00:00"
89997170572SAndreas Gohr        },
90097170572SAndreas Gohr        {
90197170572SAndreas Gohr            "name": "phpunit/phpunit",
902*759b7c08SAndreas Gohr            "version": "9.6.21",
90397170572SAndreas Gohr            "source": {
90497170572SAndreas Gohr                "type": "git",
90597170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/phpunit.git",
906*759b7c08SAndreas Gohr                "reference": "de6abf3b6f8dd955fac3caad3af7a9504e8c2ffa"
90797170572SAndreas Gohr            },
90897170572SAndreas Gohr            "dist": {
90997170572SAndreas Gohr                "type": "zip",
910*759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/de6abf3b6f8dd955fac3caad3af7a9504e8c2ffa",
911*759b7c08SAndreas Gohr                "reference": "de6abf3b6f8dd955fac3caad3af7a9504e8c2ffa",
91297170572SAndreas Gohr                "shasum": ""
91397170572SAndreas Gohr            },
91497170572SAndreas Gohr            "require": {
915*759b7c08SAndreas 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*759b7c08SAndreas Gohr                "myclabs/deep-copy": "^1.12.0",
923*759b7c08SAndreas Gohr                "phar-io/manifest": "^2.0.4",
924*759b7c08SAndreas Gohr                "phar-io/version": "^3.2.1",
925*759b7c08SAndreas Gohr                "php": ">=7.3",
926*759b7c08SAndreas Gohr                "phpunit/php-code-coverage": "^9.2.32",
927*759b7c08SAndreas Gohr                "phpunit/php-file-iterator": "^3.0.6",
928*759b7c08SAndreas Gohr                "phpunit/php-invoker": "^3.1.1",
929*759b7c08SAndreas Gohr                "phpunit/php-text-template": "^2.0.4",
930*759b7c08SAndreas Gohr                "phpunit/php-timer": "^5.0.3",
931*759b7c08SAndreas Gohr                "sebastian/cli-parser": "^1.0.2",
932*759b7c08SAndreas Gohr                "sebastian/code-unit": "^1.0.8",
933*759b7c08SAndreas Gohr                "sebastian/comparator": "^4.0.8",
934*759b7c08SAndreas Gohr                "sebastian/diff": "^4.0.6",
935*759b7c08SAndreas Gohr                "sebastian/environment": "^5.1.5",
936*759b7c08SAndreas Gohr                "sebastian/exporter": "^4.0.6",
937*759b7c08SAndreas Gohr                "sebastian/global-state": "^5.0.7",
938*759b7c08SAndreas Gohr                "sebastian/object-enumerator": "^4.0.4",
939*759b7c08SAndreas Gohr                "sebastian/resource-operations": "^3.0.4",
940*759b7c08SAndreas Gohr                "sebastian/type": "^3.2.1",
941*759b7c08SAndreas 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",
945*759b7c08SAndreas 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": {
953*759b7c08SAndreas Gohr                    "dev-master": "9.6-dev"
95497170572SAndreas Gohr                }
95597170572SAndreas Gohr            },
95697170572SAndreas Gohr            "autoload": {
957*759b7c08SAndreas Gohr                "files": [
958*759b7c08SAndreas Gohr                    "src/Framework/Assert/Functions.php"
959*759b7c08SAndreas 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*759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.21"
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*759b7c08SAndreas Gohr            "time": "2024-09-19T10:50:18+00:00"
100297170572SAndreas Gohr        },
100397170572SAndreas Gohr        {
100497170572SAndreas Gohr            "name": "rector/rector",
1005*759b7c08SAndreas Gohr            "version": "0.19.8",
100697170572SAndreas Gohr            "source": {
100797170572SAndreas Gohr                "type": "git",
100897170572SAndreas Gohr                "url": "https://github.com/rectorphp/rector.git",
1009*759b7c08SAndreas Gohr                "reference": "de3b3bb159abd704b144aa86fb244f7f1f4ac947"
101097170572SAndreas Gohr            },
101197170572SAndreas Gohr            "dist": {
101297170572SAndreas Gohr                "type": "zip",
1013*759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/rectorphp/rector/zipball/de3b3bb159abd704b144aa86fb244f7f1f4ac947",
1014*759b7c08SAndreas Gohr                "reference": "de3b3bb159abd704b144aa86fb244f7f1f4ac947",
101597170572SAndreas Gohr                "shasum": ""
101697170572SAndreas Gohr            },
101797170572SAndreas Gohr            "require": {
101897170572SAndreas Gohr                "php": "^7.2|^8.0",
1019*759b7c08SAndreas Gohr                "phpstan/phpstan": "^1.10.56"
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            },
102797170572SAndreas Gohr            "bin": [
102897170572SAndreas Gohr                "bin/rector"
102997170572SAndreas Gohr            ],
103097170572SAndreas Gohr            "type": "library",
103197170572SAndreas Gohr            "autoload": {
103297170572SAndreas Gohr                "files": [
103397170572SAndreas Gohr                    "bootstrap.php"
103497170572SAndreas Gohr                ]
103597170572SAndreas Gohr            },
103697170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
103797170572SAndreas Gohr            "license": [
103897170572SAndreas Gohr                "MIT"
103997170572SAndreas Gohr            ],
104097170572SAndreas Gohr            "description": "Instant Upgrade and Automated Refactoring of any PHP code",
104197170572SAndreas Gohr            "keywords": [
104297170572SAndreas Gohr                "automation",
104397170572SAndreas Gohr                "dev",
104497170572SAndreas Gohr                "migration",
104597170572SAndreas Gohr                "refactoring"
104697170572SAndreas Gohr            ],
104797170572SAndreas Gohr            "support": {
104897170572SAndreas Gohr                "issues": "https://github.com/rectorphp/rector/issues",
1049*759b7c08SAndreas Gohr                "source": "https://github.com/rectorphp/rector/tree/0.19.8"
105097170572SAndreas Gohr            },
105197170572SAndreas Gohr            "funding": [
105297170572SAndreas Gohr                {
105397170572SAndreas Gohr                    "url": "https://github.com/tomasvotruba",
105497170572SAndreas Gohr                    "type": "github"
105597170572SAndreas Gohr                }
105697170572SAndreas Gohr            ],
1057*759b7c08SAndreas Gohr            "time": "2024-02-05T10:59:13+00:00"
105897170572SAndreas Gohr        },
105997170572SAndreas Gohr        {
1060*759b7c08SAndreas Gohr            "name": "sebastian/cli-parser",
106197170572SAndreas Gohr            "version": "1.0.2",
106297170572SAndreas Gohr            "source": {
106397170572SAndreas Gohr                "type": "git",
1064*759b7c08SAndreas Gohr                "url": "https://github.com/sebastianbergmann/cli-parser.git",
1065*759b7c08SAndreas Gohr                "reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b"
106697170572SAndreas Gohr            },
106797170572SAndreas Gohr            "dist": {
106897170572SAndreas Gohr                "type": "zip",
1069*759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/2b56bea83a09de3ac06bb18b92f068e60cc6f50b",
1070*759b7c08SAndreas Gohr                "reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b",
107197170572SAndreas Gohr                "shasum": ""
107297170572SAndreas Gohr            },
107397170572SAndreas Gohr            "require": {
1074*759b7c08SAndreas Gohr                "php": ">=7.3"
107597170572SAndreas Gohr            },
107697170572SAndreas Gohr            "require-dev": {
1077*759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.3"
107897170572SAndreas Gohr            },
107997170572SAndreas Gohr            "type": "library",
108097170572SAndreas Gohr            "extra": {
108197170572SAndreas Gohr                "branch-alias": {
1082*759b7c08SAndreas Gohr                    "dev-master": "1.0-dev"
1083*759b7c08SAndreas Gohr                }
1084*759b7c08SAndreas Gohr            },
1085*759b7c08SAndreas Gohr            "autoload": {
1086*759b7c08SAndreas Gohr                "classmap": [
1087*759b7c08SAndreas Gohr                    "src/"
1088*759b7c08SAndreas Gohr                ]
1089*759b7c08SAndreas Gohr            },
1090*759b7c08SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
1091*759b7c08SAndreas Gohr            "license": [
1092*759b7c08SAndreas Gohr                "BSD-3-Clause"
1093*759b7c08SAndreas Gohr            ],
1094*759b7c08SAndreas Gohr            "authors": [
1095*759b7c08SAndreas Gohr                {
1096*759b7c08SAndreas Gohr                    "name": "Sebastian Bergmann",
1097*759b7c08SAndreas Gohr                    "email": "sebastian@phpunit.de",
1098*759b7c08SAndreas Gohr                    "role": "lead"
1099*759b7c08SAndreas Gohr                }
1100*759b7c08SAndreas Gohr            ],
1101*759b7c08SAndreas Gohr            "description": "Library for parsing CLI options",
1102*759b7c08SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/cli-parser",
1103*759b7c08SAndreas Gohr            "support": {
1104*759b7c08SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
1105*759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.2"
1106*759b7c08SAndreas Gohr            },
1107*759b7c08SAndreas Gohr            "funding": [
1108*759b7c08SAndreas Gohr                {
1109*759b7c08SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
1110*759b7c08SAndreas Gohr                    "type": "github"
1111*759b7c08SAndreas Gohr                }
1112*759b7c08SAndreas Gohr            ],
1113*759b7c08SAndreas Gohr            "time": "2024-03-02T06:27:43+00:00"
1114*759b7c08SAndreas Gohr        },
1115*759b7c08SAndreas Gohr        {
1116*759b7c08SAndreas Gohr            "name": "sebastian/code-unit",
1117*759b7c08SAndreas Gohr            "version": "1.0.8",
1118*759b7c08SAndreas Gohr            "source": {
1119*759b7c08SAndreas Gohr                "type": "git",
1120*759b7c08SAndreas Gohr                "url": "https://github.com/sebastianbergmann/code-unit.git",
1121*759b7c08SAndreas Gohr                "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
1122*759b7c08SAndreas Gohr            },
1123*759b7c08SAndreas Gohr            "dist": {
1124*759b7c08SAndreas Gohr                "type": "zip",
1125*759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
1126*759b7c08SAndreas Gohr                "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
1127*759b7c08SAndreas Gohr                "shasum": ""
1128*759b7c08SAndreas Gohr            },
1129*759b7c08SAndreas Gohr            "require": {
1130*759b7c08SAndreas Gohr                "php": ">=7.3"
1131*759b7c08SAndreas Gohr            },
1132*759b7c08SAndreas Gohr            "require-dev": {
1133*759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.3"
1134*759b7c08SAndreas Gohr            },
1135*759b7c08SAndreas Gohr            "type": "library",
1136*759b7c08SAndreas Gohr            "extra": {
1137*759b7c08SAndreas Gohr                "branch-alias": {
1138*759b7c08SAndreas Gohr                    "dev-master": "1.0-dev"
1139*759b7c08SAndreas Gohr                }
1140*759b7c08SAndreas Gohr            },
1141*759b7c08SAndreas Gohr            "autoload": {
1142*759b7c08SAndreas Gohr                "classmap": [
1143*759b7c08SAndreas Gohr                    "src/"
1144*759b7c08SAndreas Gohr                ]
1145*759b7c08SAndreas Gohr            },
1146*759b7c08SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
1147*759b7c08SAndreas Gohr            "license": [
1148*759b7c08SAndreas Gohr                "BSD-3-Clause"
1149*759b7c08SAndreas Gohr            ],
1150*759b7c08SAndreas Gohr            "authors": [
1151*759b7c08SAndreas Gohr                {
1152*759b7c08SAndreas Gohr                    "name": "Sebastian Bergmann",
1153*759b7c08SAndreas Gohr                    "email": "sebastian@phpunit.de",
1154*759b7c08SAndreas Gohr                    "role": "lead"
1155*759b7c08SAndreas Gohr                }
1156*759b7c08SAndreas Gohr            ],
1157*759b7c08SAndreas Gohr            "description": "Collection of value objects that represent the PHP code units",
1158*759b7c08SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/code-unit",
1159*759b7c08SAndreas Gohr            "support": {
1160*759b7c08SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/code-unit/issues",
1161*759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
1162*759b7c08SAndreas Gohr            },
1163*759b7c08SAndreas Gohr            "funding": [
1164*759b7c08SAndreas Gohr                {
1165*759b7c08SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
1166*759b7c08SAndreas Gohr                    "type": "github"
1167*759b7c08SAndreas Gohr                }
1168*759b7c08SAndreas Gohr            ],
1169*759b7c08SAndreas Gohr            "time": "2020-10-26T13:08:54+00:00"
1170*759b7c08SAndreas Gohr        },
1171*759b7c08SAndreas Gohr        {
1172*759b7c08SAndreas Gohr            "name": "sebastian/code-unit-reverse-lookup",
1173*759b7c08SAndreas Gohr            "version": "2.0.3",
1174*759b7c08SAndreas Gohr            "source": {
1175*759b7c08SAndreas Gohr                "type": "git",
1176*759b7c08SAndreas Gohr                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1177*759b7c08SAndreas Gohr                "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
1178*759b7c08SAndreas Gohr            },
1179*759b7c08SAndreas Gohr            "dist": {
1180*759b7c08SAndreas Gohr                "type": "zip",
1181*759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
1182*759b7c08SAndreas Gohr                "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
1183*759b7c08SAndreas Gohr                "shasum": ""
1184*759b7c08SAndreas Gohr            },
1185*759b7c08SAndreas Gohr            "require": {
1186*759b7c08SAndreas Gohr                "php": ">=7.3"
1187*759b7c08SAndreas Gohr            },
1188*759b7c08SAndreas Gohr            "require-dev": {
1189*759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.3"
1190*759b7c08SAndreas Gohr            },
1191*759b7c08SAndreas Gohr            "type": "library",
1192*759b7c08SAndreas Gohr            "extra": {
1193*759b7c08SAndreas Gohr                "branch-alias": {
1194*759b7c08SAndreas Gohr                    "dev-master": "2.0-dev"
119597170572SAndreas Gohr                }
119697170572SAndreas Gohr            },
119797170572SAndreas Gohr            "autoload": {
119897170572SAndreas Gohr                "classmap": [
119997170572SAndreas Gohr                    "src/"
120097170572SAndreas Gohr                ]
120197170572SAndreas Gohr            },
120297170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
120397170572SAndreas Gohr            "license": [
120497170572SAndreas Gohr                "BSD-3-Clause"
120597170572SAndreas Gohr            ],
120697170572SAndreas Gohr            "authors": [
120797170572SAndreas Gohr                {
120897170572SAndreas Gohr                    "name": "Sebastian Bergmann",
120997170572SAndreas Gohr                    "email": "sebastian@phpunit.de"
121097170572SAndreas Gohr                }
121197170572SAndreas Gohr            ],
121297170572SAndreas Gohr            "description": "Looks up which function or method a line of code belongs to",
121397170572SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
121497170572SAndreas Gohr            "support": {
121597170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
1216*759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
121797170572SAndreas Gohr            },
121897170572SAndreas Gohr            "funding": [
121997170572SAndreas Gohr                {
122097170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
122197170572SAndreas Gohr                    "type": "github"
122297170572SAndreas Gohr                }
122397170572SAndreas Gohr            ],
1224*759b7c08SAndreas Gohr            "time": "2020-09-28T05:30:19+00:00"
122597170572SAndreas Gohr        },
122697170572SAndreas Gohr        {
122797170572SAndreas Gohr            "name": "sebastian/comparator",
1228*759b7c08SAndreas Gohr            "version": "4.0.8",
122997170572SAndreas Gohr            "source": {
123097170572SAndreas Gohr                "type": "git",
123197170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/comparator.git",
1232*759b7c08SAndreas Gohr                "reference": "fa0f136dd2334583309d32b62544682ee972b51a"
123397170572SAndreas Gohr            },
123497170572SAndreas Gohr            "dist": {
123597170572SAndreas Gohr                "type": "zip",
1236*759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
1237*759b7c08SAndreas Gohr                "reference": "fa0f136dd2334583309d32b62544682ee972b51a",
123897170572SAndreas Gohr                "shasum": ""
123997170572SAndreas Gohr            },
124097170572SAndreas Gohr            "require": {
1241*759b7c08SAndreas Gohr                "php": ">=7.3",
1242*759b7c08SAndreas Gohr                "sebastian/diff": "^4.0",
1243*759b7c08SAndreas Gohr                "sebastian/exporter": "^4.0"
124497170572SAndreas Gohr            },
124597170572SAndreas Gohr            "require-dev": {
1246*759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.3"
124797170572SAndreas Gohr            },
124897170572SAndreas Gohr            "type": "library",
124997170572SAndreas Gohr            "extra": {
125097170572SAndreas Gohr                "branch-alias": {
1251*759b7c08SAndreas Gohr                    "dev-master": "4.0-dev"
125297170572SAndreas Gohr                }
125397170572SAndreas Gohr            },
125497170572SAndreas Gohr            "autoload": {
125597170572SAndreas Gohr                "classmap": [
125697170572SAndreas Gohr                    "src/"
125797170572SAndreas Gohr                ]
125897170572SAndreas Gohr            },
125997170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
126097170572SAndreas Gohr            "license": [
126197170572SAndreas Gohr                "BSD-3-Clause"
126297170572SAndreas Gohr            ],
126397170572SAndreas Gohr            "authors": [
126497170572SAndreas Gohr                {
126597170572SAndreas Gohr                    "name": "Sebastian Bergmann",
126697170572SAndreas Gohr                    "email": "sebastian@phpunit.de"
126797170572SAndreas Gohr                },
126897170572SAndreas Gohr                {
126997170572SAndreas Gohr                    "name": "Jeff Welch",
127097170572SAndreas Gohr                    "email": "whatthejeff@gmail.com"
127197170572SAndreas Gohr                },
127297170572SAndreas Gohr                {
127397170572SAndreas Gohr                    "name": "Volker Dusch",
127497170572SAndreas Gohr                    "email": "github@wallbash.com"
127597170572SAndreas Gohr                },
127697170572SAndreas Gohr                {
127797170572SAndreas Gohr                    "name": "Bernhard Schussek",
127897170572SAndreas Gohr                    "email": "bschussek@2bepublished.at"
127997170572SAndreas Gohr                }
128097170572SAndreas Gohr            ],
128197170572SAndreas Gohr            "description": "Provides the functionality to compare PHP values for equality",
128297170572SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/comparator",
128397170572SAndreas Gohr            "keywords": [
128497170572SAndreas Gohr                "comparator",
128597170572SAndreas Gohr                "compare",
128697170572SAndreas Gohr                "equality"
128797170572SAndreas Gohr            ],
128897170572SAndreas Gohr            "support": {
128997170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/comparator/issues",
1290*759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
129197170572SAndreas Gohr            },
129297170572SAndreas Gohr            "funding": [
129397170572SAndreas Gohr                {
129497170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
129597170572SAndreas Gohr                    "type": "github"
129697170572SAndreas Gohr                }
129797170572SAndreas Gohr            ],
1298*759b7c08SAndreas Gohr            "time": "2022-09-14T12:41:17+00:00"
129997170572SAndreas Gohr        },
130097170572SAndreas Gohr        {
1301*759b7c08SAndreas Gohr            "name": "sebastian/complexity",
1302*759b7c08SAndreas Gohr            "version": "2.0.3",
130397170572SAndreas Gohr            "source": {
130497170572SAndreas Gohr                "type": "git",
1305*759b7c08SAndreas Gohr                "url": "https://github.com/sebastianbergmann/complexity.git",
1306*759b7c08SAndreas Gohr                "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a"
130797170572SAndreas Gohr            },
130897170572SAndreas Gohr            "dist": {
130997170572SAndreas Gohr                "type": "zip",
1310*759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/25f207c40d62b8b7aa32f5ab026c53561964053a",
1311*759b7c08SAndreas Gohr                "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a",
131297170572SAndreas Gohr                "shasum": ""
131397170572SAndreas Gohr            },
131497170572SAndreas Gohr            "require": {
1315*759b7c08SAndreas Gohr                "nikic/php-parser": "^4.18 || ^5.0",
1316*759b7c08SAndreas Gohr                "php": ">=7.3"
131797170572SAndreas Gohr            },
131897170572SAndreas Gohr            "require-dev": {
1319*759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.3"
132097170572SAndreas Gohr            },
132197170572SAndreas Gohr            "type": "library",
132297170572SAndreas Gohr            "extra": {
132397170572SAndreas Gohr                "branch-alias": {
1324*759b7c08SAndreas Gohr                    "dev-master": "2.0-dev"
1325*759b7c08SAndreas Gohr                }
1326*759b7c08SAndreas Gohr            },
1327*759b7c08SAndreas Gohr            "autoload": {
1328*759b7c08SAndreas Gohr                "classmap": [
1329*759b7c08SAndreas Gohr                    "src/"
1330*759b7c08SAndreas Gohr                ]
1331*759b7c08SAndreas Gohr            },
1332*759b7c08SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
1333*759b7c08SAndreas Gohr            "license": [
1334*759b7c08SAndreas Gohr                "BSD-3-Clause"
1335*759b7c08SAndreas Gohr            ],
1336*759b7c08SAndreas Gohr            "authors": [
1337*759b7c08SAndreas Gohr                {
1338*759b7c08SAndreas Gohr                    "name": "Sebastian Bergmann",
1339*759b7c08SAndreas Gohr                    "email": "sebastian@phpunit.de",
1340*759b7c08SAndreas Gohr                    "role": "lead"
1341*759b7c08SAndreas Gohr                }
1342*759b7c08SAndreas Gohr            ],
1343*759b7c08SAndreas Gohr            "description": "Library for calculating the complexity of PHP code units",
1344*759b7c08SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/complexity",
1345*759b7c08SAndreas Gohr            "support": {
1346*759b7c08SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/complexity/issues",
1347*759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.3"
1348*759b7c08SAndreas Gohr            },
1349*759b7c08SAndreas Gohr            "funding": [
1350*759b7c08SAndreas Gohr                {
1351*759b7c08SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
1352*759b7c08SAndreas Gohr                    "type": "github"
1353*759b7c08SAndreas Gohr                }
1354*759b7c08SAndreas Gohr            ],
1355*759b7c08SAndreas Gohr            "time": "2023-12-22T06:19:30+00:00"
1356*759b7c08SAndreas Gohr        },
1357*759b7c08SAndreas Gohr        {
1358*759b7c08SAndreas Gohr            "name": "sebastian/diff",
1359*759b7c08SAndreas Gohr            "version": "4.0.6",
1360*759b7c08SAndreas Gohr            "source": {
1361*759b7c08SAndreas Gohr                "type": "git",
1362*759b7c08SAndreas Gohr                "url": "https://github.com/sebastianbergmann/diff.git",
1363*759b7c08SAndreas Gohr                "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc"
1364*759b7c08SAndreas Gohr            },
1365*759b7c08SAndreas Gohr            "dist": {
1366*759b7c08SAndreas Gohr                "type": "zip",
1367*759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ba01945089c3a293b01ba9badc29ad55b106b0bc",
1368*759b7c08SAndreas Gohr                "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc",
1369*759b7c08SAndreas Gohr                "shasum": ""
1370*759b7c08SAndreas Gohr            },
1371*759b7c08SAndreas Gohr            "require": {
1372*759b7c08SAndreas Gohr                "php": ">=7.3"
1373*759b7c08SAndreas Gohr            },
1374*759b7c08SAndreas Gohr            "require-dev": {
1375*759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.3",
1376*759b7c08SAndreas Gohr                "symfony/process": "^4.2 || ^5"
1377*759b7c08SAndreas Gohr            },
1378*759b7c08SAndreas Gohr            "type": "library",
1379*759b7c08SAndreas Gohr            "extra": {
1380*759b7c08SAndreas Gohr                "branch-alias": {
1381*759b7c08SAndreas Gohr                    "dev-master": "4.0-dev"
138297170572SAndreas Gohr                }
138397170572SAndreas Gohr            },
138497170572SAndreas Gohr            "autoload": {
138597170572SAndreas Gohr                "classmap": [
138697170572SAndreas Gohr                    "src/"
138797170572SAndreas Gohr                ]
138897170572SAndreas Gohr            },
138997170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
139097170572SAndreas Gohr            "license": [
139197170572SAndreas Gohr                "BSD-3-Clause"
139297170572SAndreas Gohr            ],
139397170572SAndreas Gohr            "authors": [
139497170572SAndreas Gohr                {
139597170572SAndreas Gohr                    "name": "Sebastian Bergmann",
139697170572SAndreas Gohr                    "email": "sebastian@phpunit.de"
139797170572SAndreas Gohr                },
139897170572SAndreas Gohr                {
139997170572SAndreas Gohr                    "name": "Kore Nordmann",
140097170572SAndreas Gohr                    "email": "mail@kore-nordmann.de"
140197170572SAndreas Gohr                }
140297170572SAndreas Gohr            ],
140397170572SAndreas Gohr            "description": "Diff implementation",
140497170572SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/diff",
140597170572SAndreas Gohr            "keywords": [
140697170572SAndreas Gohr                "diff",
140797170572SAndreas Gohr                "udiff",
140897170572SAndreas Gohr                "unidiff",
140997170572SAndreas Gohr                "unified diff"
141097170572SAndreas Gohr            ],
141197170572SAndreas Gohr            "support": {
141297170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/diff/issues",
1413*759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/diff/tree/4.0.6"
141497170572SAndreas Gohr            },
141597170572SAndreas Gohr            "funding": [
141697170572SAndreas Gohr                {
141797170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
141897170572SAndreas Gohr                    "type": "github"
141997170572SAndreas Gohr                }
142097170572SAndreas Gohr            ],
1421*759b7c08SAndreas Gohr            "time": "2024-03-02T06:30:58+00:00"
142297170572SAndreas Gohr        },
142397170572SAndreas Gohr        {
142497170572SAndreas Gohr            "name": "sebastian/environment",
1425*759b7c08SAndreas Gohr            "version": "5.1.5",
142697170572SAndreas Gohr            "source": {
142797170572SAndreas Gohr                "type": "git",
142897170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/environment.git",
1429*759b7c08SAndreas Gohr                "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed"
143097170572SAndreas Gohr            },
143197170572SAndreas Gohr            "dist": {
143297170572SAndreas Gohr                "type": "zip",
1433*759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
1434*759b7c08SAndreas Gohr                "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
143597170572SAndreas Gohr                "shasum": ""
143697170572SAndreas Gohr            },
143797170572SAndreas Gohr            "require": {
1438*759b7c08SAndreas Gohr                "php": ">=7.3"
143997170572SAndreas Gohr            },
144097170572SAndreas Gohr            "require-dev": {
1441*759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.3"
144297170572SAndreas Gohr            },
144397170572SAndreas Gohr            "suggest": {
144497170572SAndreas Gohr                "ext-posix": "*"
144597170572SAndreas Gohr            },
144697170572SAndreas Gohr            "type": "library",
144797170572SAndreas Gohr            "extra": {
144897170572SAndreas Gohr                "branch-alias": {
1449*759b7c08SAndreas Gohr                    "dev-master": "5.1-dev"
145097170572SAndreas Gohr                }
145197170572SAndreas Gohr            },
145297170572SAndreas Gohr            "autoload": {
145397170572SAndreas Gohr                "classmap": [
145497170572SAndreas Gohr                    "src/"
145597170572SAndreas Gohr                ]
145697170572SAndreas Gohr            },
145797170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
145897170572SAndreas Gohr            "license": [
145997170572SAndreas Gohr                "BSD-3-Clause"
146097170572SAndreas Gohr            ],
146197170572SAndreas Gohr            "authors": [
146297170572SAndreas Gohr                {
146397170572SAndreas Gohr                    "name": "Sebastian Bergmann",
146497170572SAndreas Gohr                    "email": "sebastian@phpunit.de"
146597170572SAndreas Gohr                }
146697170572SAndreas Gohr            ],
146797170572SAndreas Gohr            "description": "Provides functionality to handle HHVM/PHP environments",
146897170572SAndreas Gohr            "homepage": "http://www.github.com/sebastianbergmann/environment",
146997170572SAndreas Gohr            "keywords": [
147097170572SAndreas Gohr                "Xdebug",
147197170572SAndreas Gohr                "environment",
147297170572SAndreas Gohr                "hhvm"
147397170572SAndreas Gohr            ],
147497170572SAndreas Gohr            "support": {
147597170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/environment/issues",
1476*759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5"
147797170572SAndreas Gohr            },
147897170572SAndreas Gohr            "funding": [
147997170572SAndreas Gohr                {
148097170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
148197170572SAndreas Gohr                    "type": "github"
148297170572SAndreas Gohr                }
148397170572SAndreas Gohr            ],
1484*759b7c08SAndreas Gohr            "time": "2023-02-03T06:03:51+00:00"
148597170572SAndreas Gohr        },
148697170572SAndreas Gohr        {
148797170572SAndreas Gohr            "name": "sebastian/exporter",
1488*759b7c08SAndreas Gohr            "version": "4.0.6",
148997170572SAndreas Gohr            "source": {
149097170572SAndreas Gohr                "type": "git",
149197170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/exporter.git",
1492*759b7c08SAndreas Gohr                "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72"
149397170572SAndreas Gohr            },
149497170572SAndreas Gohr            "dist": {
149597170572SAndreas Gohr                "type": "zip",
1496*759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/78c00df8f170e02473b682df15bfcdacc3d32d72",
1497*759b7c08SAndreas Gohr                "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72",
149897170572SAndreas Gohr                "shasum": ""
149997170572SAndreas Gohr            },
150097170572SAndreas Gohr            "require": {
1501*759b7c08SAndreas Gohr                "php": ">=7.3",
1502*759b7c08SAndreas Gohr                "sebastian/recursion-context": "^4.0"
150397170572SAndreas Gohr            },
150497170572SAndreas Gohr            "require-dev": {
150597170572SAndreas Gohr                "ext-mbstring": "*",
1506*759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.3"
150797170572SAndreas Gohr            },
150897170572SAndreas Gohr            "type": "library",
150997170572SAndreas Gohr            "extra": {
151097170572SAndreas Gohr                "branch-alias": {
1511*759b7c08SAndreas Gohr                    "dev-master": "4.0-dev"
151297170572SAndreas Gohr                }
151397170572SAndreas Gohr            },
151497170572SAndreas Gohr            "autoload": {
151597170572SAndreas Gohr                "classmap": [
151697170572SAndreas Gohr                    "src/"
151797170572SAndreas Gohr                ]
151897170572SAndreas Gohr            },
151997170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
152097170572SAndreas Gohr            "license": [
152197170572SAndreas Gohr                "BSD-3-Clause"
152297170572SAndreas Gohr            ],
152397170572SAndreas Gohr            "authors": [
152497170572SAndreas Gohr                {
152597170572SAndreas Gohr                    "name": "Sebastian Bergmann",
152697170572SAndreas Gohr                    "email": "sebastian@phpunit.de"
152797170572SAndreas Gohr                },
152897170572SAndreas Gohr                {
152997170572SAndreas Gohr                    "name": "Jeff Welch",
153097170572SAndreas Gohr                    "email": "whatthejeff@gmail.com"
153197170572SAndreas Gohr                },
153297170572SAndreas Gohr                {
153397170572SAndreas Gohr                    "name": "Volker Dusch",
153497170572SAndreas Gohr                    "email": "github@wallbash.com"
153597170572SAndreas Gohr                },
153697170572SAndreas Gohr                {
153797170572SAndreas Gohr                    "name": "Adam Harvey",
153897170572SAndreas Gohr                    "email": "aharvey@php.net"
153997170572SAndreas Gohr                },
154097170572SAndreas Gohr                {
154197170572SAndreas Gohr                    "name": "Bernhard Schussek",
154297170572SAndreas Gohr                    "email": "bschussek@gmail.com"
154397170572SAndreas Gohr                }
154497170572SAndreas Gohr            ],
154597170572SAndreas Gohr            "description": "Provides the functionality to export PHP variables for visualization",
1546*759b7c08SAndreas Gohr            "homepage": "https://www.github.com/sebastianbergmann/exporter",
154797170572SAndreas Gohr            "keywords": [
154897170572SAndreas Gohr                "export",
154997170572SAndreas Gohr                "exporter"
155097170572SAndreas Gohr            ],
155197170572SAndreas Gohr            "support": {
155297170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/exporter/issues",
1553*759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.6"
155497170572SAndreas Gohr            },
155597170572SAndreas Gohr            "funding": [
155697170572SAndreas Gohr                {
155797170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
155897170572SAndreas Gohr                    "type": "github"
155997170572SAndreas Gohr                }
156097170572SAndreas Gohr            ],
1561*759b7c08SAndreas Gohr            "time": "2024-03-02T06:33:00+00:00"
156297170572SAndreas Gohr        },
156397170572SAndreas Gohr        {
156497170572SAndreas Gohr            "name": "sebastian/global-state",
1565*759b7c08SAndreas Gohr            "version": "5.0.7",
156697170572SAndreas Gohr            "source": {
156797170572SAndreas Gohr                "type": "git",
156897170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/global-state.git",
1569*759b7c08SAndreas Gohr                "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9"
157097170572SAndreas Gohr            },
157197170572SAndreas Gohr            "dist": {
157297170572SAndreas Gohr                "type": "zip",
1573*759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
1574*759b7c08SAndreas Gohr                "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
157597170572SAndreas Gohr                "shasum": ""
157697170572SAndreas Gohr            },
157797170572SAndreas Gohr            "require": {
1578*759b7c08SAndreas Gohr                "php": ">=7.3",
1579*759b7c08SAndreas Gohr                "sebastian/object-reflector": "^2.0",
1580*759b7c08SAndreas Gohr                "sebastian/recursion-context": "^4.0"
158197170572SAndreas Gohr            },
158297170572SAndreas Gohr            "require-dev": {
158397170572SAndreas Gohr                "ext-dom": "*",
1584*759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.3"
158597170572SAndreas Gohr            },
158697170572SAndreas Gohr            "suggest": {
158797170572SAndreas Gohr                "ext-uopz": "*"
158897170572SAndreas Gohr            },
158997170572SAndreas Gohr            "type": "library",
159097170572SAndreas Gohr            "extra": {
159197170572SAndreas Gohr                "branch-alias": {
1592*759b7c08SAndreas Gohr                    "dev-master": "5.0-dev"
159397170572SAndreas Gohr                }
159497170572SAndreas Gohr            },
159597170572SAndreas Gohr            "autoload": {
159697170572SAndreas Gohr                "classmap": [
159797170572SAndreas Gohr                    "src/"
159897170572SAndreas Gohr                ]
159997170572SAndreas Gohr            },
160097170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
160197170572SAndreas Gohr            "license": [
160297170572SAndreas Gohr                "BSD-3-Clause"
160397170572SAndreas Gohr            ],
160497170572SAndreas Gohr            "authors": [
160597170572SAndreas Gohr                {
160697170572SAndreas Gohr                    "name": "Sebastian Bergmann",
160797170572SAndreas Gohr                    "email": "sebastian@phpunit.de"
160897170572SAndreas Gohr                }
160997170572SAndreas Gohr            ],
161097170572SAndreas Gohr            "description": "Snapshotting of global state",
161197170572SAndreas Gohr            "homepage": "http://www.github.com/sebastianbergmann/global-state",
161297170572SAndreas Gohr            "keywords": [
161397170572SAndreas Gohr                "global state"
161497170572SAndreas Gohr            ],
161597170572SAndreas Gohr            "support": {
161697170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/global-state/issues",
1617*759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.7"
161897170572SAndreas Gohr            },
161997170572SAndreas Gohr            "funding": [
162097170572SAndreas Gohr                {
162197170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
162297170572SAndreas Gohr                    "type": "github"
162397170572SAndreas Gohr                }
162497170572SAndreas Gohr            ],
1625*759b7c08SAndreas Gohr            "time": "2024-03-02T06:35:11+00:00"
162697170572SAndreas Gohr        },
162797170572SAndreas Gohr        {
1628*759b7c08SAndreas Gohr            "name": "sebastian/lines-of-code",
1629*759b7c08SAndreas Gohr            "version": "1.0.4",
163097170572SAndreas Gohr            "source": {
163197170572SAndreas Gohr                "type": "git",
1632*759b7c08SAndreas Gohr                "url": "https://github.com/sebastianbergmann/lines-of-code.git",
1633*759b7c08SAndreas Gohr                "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5"
163497170572SAndreas Gohr            },
163597170572SAndreas Gohr            "dist": {
163697170572SAndreas Gohr                "type": "zip",
1637*759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/e1e4a170560925c26d424b6a03aed157e7dcc5c5",
1638*759b7c08SAndreas Gohr                "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5",
163997170572SAndreas Gohr                "shasum": ""
164097170572SAndreas Gohr            },
164197170572SAndreas Gohr            "require": {
1642*759b7c08SAndreas Gohr                "nikic/php-parser": "^4.18 || ^5.0",
1643*759b7c08SAndreas Gohr                "php": ">=7.3"
164497170572SAndreas Gohr            },
164597170572SAndreas Gohr            "require-dev": {
1646*759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.3"
164797170572SAndreas Gohr            },
164897170572SAndreas Gohr            "type": "library",
164997170572SAndreas Gohr            "extra": {
165097170572SAndreas Gohr                "branch-alias": {
1651*759b7c08SAndreas Gohr                    "dev-master": "1.0-dev"
1652*759b7c08SAndreas Gohr                }
1653*759b7c08SAndreas Gohr            },
1654*759b7c08SAndreas Gohr            "autoload": {
1655*759b7c08SAndreas Gohr                "classmap": [
1656*759b7c08SAndreas Gohr                    "src/"
1657*759b7c08SAndreas Gohr                ]
1658*759b7c08SAndreas Gohr            },
1659*759b7c08SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
1660*759b7c08SAndreas Gohr            "license": [
1661*759b7c08SAndreas Gohr                "BSD-3-Clause"
1662*759b7c08SAndreas Gohr            ],
1663*759b7c08SAndreas Gohr            "authors": [
1664*759b7c08SAndreas Gohr                {
1665*759b7c08SAndreas Gohr                    "name": "Sebastian Bergmann",
1666*759b7c08SAndreas Gohr                    "email": "sebastian@phpunit.de",
1667*759b7c08SAndreas Gohr                    "role": "lead"
1668*759b7c08SAndreas Gohr                }
1669*759b7c08SAndreas Gohr            ],
1670*759b7c08SAndreas Gohr            "description": "Library for counting the lines of code in PHP source code",
1671*759b7c08SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/lines-of-code",
1672*759b7c08SAndreas Gohr            "support": {
1673*759b7c08SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
1674*759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.4"
1675*759b7c08SAndreas Gohr            },
1676*759b7c08SAndreas Gohr            "funding": [
1677*759b7c08SAndreas Gohr                {
1678*759b7c08SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
1679*759b7c08SAndreas Gohr                    "type": "github"
1680*759b7c08SAndreas Gohr                }
1681*759b7c08SAndreas Gohr            ],
1682*759b7c08SAndreas Gohr            "time": "2023-12-22T06:20:34+00:00"
1683*759b7c08SAndreas Gohr        },
1684*759b7c08SAndreas Gohr        {
1685*759b7c08SAndreas Gohr            "name": "sebastian/object-enumerator",
1686*759b7c08SAndreas Gohr            "version": "4.0.4",
1687*759b7c08SAndreas Gohr            "source": {
1688*759b7c08SAndreas Gohr                "type": "git",
1689*759b7c08SAndreas Gohr                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1690*759b7c08SAndreas Gohr                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
1691*759b7c08SAndreas Gohr            },
1692*759b7c08SAndreas Gohr            "dist": {
1693*759b7c08SAndreas Gohr                "type": "zip",
1694*759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
1695*759b7c08SAndreas Gohr                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
1696*759b7c08SAndreas Gohr                "shasum": ""
1697*759b7c08SAndreas Gohr            },
1698*759b7c08SAndreas Gohr            "require": {
1699*759b7c08SAndreas Gohr                "php": ">=7.3",
1700*759b7c08SAndreas Gohr                "sebastian/object-reflector": "^2.0",
1701*759b7c08SAndreas Gohr                "sebastian/recursion-context": "^4.0"
1702*759b7c08SAndreas Gohr            },
1703*759b7c08SAndreas Gohr            "require-dev": {
1704*759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.3"
1705*759b7c08SAndreas Gohr            },
1706*759b7c08SAndreas Gohr            "type": "library",
1707*759b7c08SAndreas Gohr            "extra": {
1708*759b7c08SAndreas Gohr                "branch-alias": {
1709*759b7c08SAndreas Gohr                    "dev-master": "4.0-dev"
171097170572SAndreas Gohr                }
171197170572SAndreas Gohr            },
171297170572SAndreas Gohr            "autoload": {
171397170572SAndreas Gohr                "classmap": [
171497170572SAndreas Gohr                    "src/"
171597170572SAndreas Gohr                ]
171697170572SAndreas Gohr            },
171797170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
171897170572SAndreas Gohr            "license": [
171997170572SAndreas Gohr                "BSD-3-Clause"
172097170572SAndreas Gohr            ],
172197170572SAndreas Gohr            "authors": [
172297170572SAndreas Gohr                {
172397170572SAndreas Gohr                    "name": "Sebastian Bergmann",
172497170572SAndreas Gohr                    "email": "sebastian@phpunit.de"
172597170572SAndreas Gohr                }
172697170572SAndreas Gohr            ],
172797170572SAndreas Gohr            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
172897170572SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
172997170572SAndreas Gohr            "support": {
173097170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
1731*759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
173297170572SAndreas Gohr            },
173397170572SAndreas Gohr            "funding": [
173497170572SAndreas Gohr                {
173597170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
173697170572SAndreas Gohr                    "type": "github"
173797170572SAndreas Gohr                }
173897170572SAndreas Gohr            ],
1739*759b7c08SAndreas Gohr            "time": "2020-10-26T13:12:34+00:00"
174097170572SAndreas Gohr        },
174197170572SAndreas Gohr        {
174297170572SAndreas Gohr            "name": "sebastian/object-reflector",
1743*759b7c08SAndreas Gohr            "version": "2.0.4",
174497170572SAndreas Gohr            "source": {
174597170572SAndreas Gohr                "type": "git",
174697170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/object-reflector.git",
1747*759b7c08SAndreas Gohr                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
174897170572SAndreas Gohr            },
174997170572SAndreas Gohr            "dist": {
175097170572SAndreas Gohr                "type": "zip",
1751*759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
1752*759b7c08SAndreas Gohr                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
175397170572SAndreas Gohr                "shasum": ""
175497170572SAndreas Gohr            },
175597170572SAndreas Gohr            "require": {
1756*759b7c08SAndreas Gohr                "php": ">=7.3"
175797170572SAndreas Gohr            },
175897170572SAndreas Gohr            "require-dev": {
1759*759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.3"
176097170572SAndreas Gohr            },
176197170572SAndreas Gohr            "type": "library",
176297170572SAndreas Gohr            "extra": {
176397170572SAndreas Gohr                "branch-alias": {
1764*759b7c08SAndreas Gohr                    "dev-master": "2.0-dev"
176597170572SAndreas Gohr                }
176697170572SAndreas Gohr            },
176797170572SAndreas Gohr            "autoload": {
176897170572SAndreas Gohr                "classmap": [
176997170572SAndreas Gohr                    "src/"
177097170572SAndreas Gohr                ]
177197170572SAndreas Gohr            },
177297170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
177397170572SAndreas Gohr            "license": [
177497170572SAndreas Gohr                "BSD-3-Clause"
177597170572SAndreas Gohr            ],
177697170572SAndreas Gohr            "authors": [
177797170572SAndreas Gohr                {
177897170572SAndreas Gohr                    "name": "Sebastian Bergmann",
177997170572SAndreas Gohr                    "email": "sebastian@phpunit.de"
178097170572SAndreas Gohr                }
178197170572SAndreas Gohr            ],
178297170572SAndreas Gohr            "description": "Allows reflection of object attributes, including inherited and non-public ones",
178397170572SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
178497170572SAndreas Gohr            "support": {
178597170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
1786*759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
178797170572SAndreas Gohr            },
178897170572SAndreas Gohr            "funding": [
178997170572SAndreas Gohr                {
179097170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
179197170572SAndreas Gohr                    "type": "github"
179297170572SAndreas Gohr                }
179397170572SAndreas Gohr            ],
1794*759b7c08SAndreas Gohr            "time": "2020-10-26T13:14:26+00:00"
179597170572SAndreas Gohr        },
179697170572SAndreas Gohr        {
179797170572SAndreas Gohr            "name": "sebastian/recursion-context",
1798*759b7c08SAndreas Gohr            "version": "4.0.5",
179997170572SAndreas Gohr            "source": {
180097170572SAndreas Gohr                "type": "git",
180197170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1802*759b7c08SAndreas Gohr                "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1"
180397170572SAndreas Gohr            },
180497170572SAndreas Gohr            "dist": {
180597170572SAndreas Gohr                "type": "zip",
1806*759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
1807*759b7c08SAndreas Gohr                "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
180897170572SAndreas Gohr                "shasum": ""
180997170572SAndreas Gohr            },
181097170572SAndreas Gohr            "require": {
1811*759b7c08SAndreas Gohr                "php": ">=7.3"
181297170572SAndreas Gohr            },
181397170572SAndreas Gohr            "require-dev": {
1814*759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.3"
181597170572SAndreas Gohr            },
181697170572SAndreas Gohr            "type": "library",
181797170572SAndreas Gohr            "extra": {
181897170572SAndreas Gohr                "branch-alias": {
1819*759b7c08SAndreas Gohr                    "dev-master": "4.0-dev"
182097170572SAndreas Gohr                }
182197170572SAndreas Gohr            },
182297170572SAndreas Gohr            "autoload": {
182397170572SAndreas Gohr                "classmap": [
182497170572SAndreas Gohr                    "src/"
182597170572SAndreas Gohr                ]
182697170572SAndreas Gohr            },
182797170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
182897170572SAndreas Gohr            "license": [
182997170572SAndreas Gohr                "BSD-3-Clause"
183097170572SAndreas Gohr            ],
183197170572SAndreas Gohr            "authors": [
183297170572SAndreas Gohr                {
183397170572SAndreas Gohr                    "name": "Sebastian Bergmann",
183497170572SAndreas Gohr                    "email": "sebastian@phpunit.de"
183597170572SAndreas Gohr                },
183697170572SAndreas Gohr                {
183797170572SAndreas Gohr                    "name": "Jeff Welch",
183897170572SAndreas Gohr                    "email": "whatthejeff@gmail.com"
183997170572SAndreas Gohr                },
184097170572SAndreas Gohr                {
184197170572SAndreas Gohr                    "name": "Adam Harvey",
184297170572SAndreas Gohr                    "email": "aharvey@php.net"
184397170572SAndreas Gohr                }
184497170572SAndreas Gohr            ],
184597170572SAndreas Gohr            "description": "Provides functionality to recursively process PHP variables",
1846*759b7c08SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/recursion-context",
184797170572SAndreas Gohr            "support": {
184897170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
1849*759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5"
185097170572SAndreas Gohr            },
185197170572SAndreas Gohr            "funding": [
185297170572SAndreas Gohr                {
185397170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
185497170572SAndreas Gohr                    "type": "github"
185597170572SAndreas Gohr                }
185697170572SAndreas Gohr            ],
1857*759b7c08SAndreas Gohr            "time": "2023-02-03T06:07:39+00:00"
185897170572SAndreas Gohr        },
185997170572SAndreas Gohr        {
186097170572SAndreas Gohr            "name": "sebastian/resource-operations",
1861*759b7c08SAndreas Gohr            "version": "3.0.4",
186297170572SAndreas Gohr            "source": {
186397170572SAndreas Gohr                "type": "git",
186497170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/resource-operations.git",
1865*759b7c08SAndreas Gohr                "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e"
186697170572SAndreas Gohr            },
186797170572SAndreas Gohr            "dist": {
186897170572SAndreas Gohr                "type": "zip",
1869*759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
1870*759b7c08SAndreas Gohr                "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
187197170572SAndreas Gohr                "shasum": ""
187297170572SAndreas Gohr            },
187397170572SAndreas Gohr            "require": {
1874*759b7c08SAndreas Gohr                "php": ">=7.3"
1875*759b7c08SAndreas Gohr            },
1876*759b7c08SAndreas Gohr            "require-dev": {
1877*759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.0"
187897170572SAndreas Gohr            },
187997170572SAndreas Gohr            "type": "library",
188097170572SAndreas Gohr            "extra": {
188197170572SAndreas Gohr                "branch-alias": {
1882*759b7c08SAndreas Gohr                    "dev-main": "3.0-dev"
188397170572SAndreas Gohr                }
188497170572SAndreas Gohr            },
188597170572SAndreas Gohr            "autoload": {
188697170572SAndreas Gohr                "classmap": [
188797170572SAndreas Gohr                    "src/"
188897170572SAndreas Gohr                ]
188997170572SAndreas Gohr            },
189097170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
189197170572SAndreas Gohr            "license": [
189297170572SAndreas Gohr                "BSD-3-Clause"
189397170572SAndreas Gohr            ],
189497170572SAndreas Gohr            "authors": [
189597170572SAndreas Gohr                {
189697170572SAndreas Gohr                    "name": "Sebastian Bergmann",
189797170572SAndreas Gohr                    "email": "sebastian@phpunit.de"
189897170572SAndreas Gohr                }
189997170572SAndreas Gohr            ],
190097170572SAndreas Gohr            "description": "Provides a list of PHP built-in functions that operate on resources",
190197170572SAndreas Gohr            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
190297170572SAndreas Gohr            "support": {
1903*759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.4"
190497170572SAndreas Gohr            },
190597170572SAndreas Gohr            "funding": [
190697170572SAndreas Gohr                {
190797170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
190897170572SAndreas Gohr                    "type": "github"
190997170572SAndreas Gohr                }
191097170572SAndreas Gohr            ],
1911*759b7c08SAndreas Gohr            "time": "2024-03-14T16:00:52+00:00"
191297170572SAndreas Gohr        },
191397170572SAndreas Gohr        {
191497170572SAndreas Gohr            "name": "sebastian/type",
1915*759b7c08SAndreas Gohr            "version": "3.2.1",
191697170572SAndreas Gohr            "source": {
191797170572SAndreas Gohr                "type": "git",
191897170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/type.git",
1919*759b7c08SAndreas Gohr                "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
192097170572SAndreas Gohr            },
192197170572SAndreas Gohr            "dist": {
192297170572SAndreas Gohr                "type": "zip",
1923*759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
1924*759b7c08SAndreas Gohr                "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
192597170572SAndreas Gohr                "shasum": ""
192697170572SAndreas Gohr            },
192797170572SAndreas Gohr            "require": {
1928*759b7c08SAndreas Gohr                "php": ">=7.3"
192997170572SAndreas Gohr            },
193097170572SAndreas Gohr            "require-dev": {
1931*759b7c08SAndreas Gohr                "phpunit/phpunit": "^9.5"
193297170572SAndreas Gohr            },
193397170572SAndreas Gohr            "type": "library",
193497170572SAndreas Gohr            "extra": {
193597170572SAndreas Gohr                "branch-alias": {
1936*759b7c08SAndreas Gohr                    "dev-master": "3.2-dev"
193797170572SAndreas Gohr                }
193897170572SAndreas Gohr            },
193997170572SAndreas Gohr            "autoload": {
194097170572SAndreas Gohr                "classmap": [
194197170572SAndreas Gohr                    "src/"
194297170572SAndreas Gohr                ]
194397170572SAndreas Gohr            },
194497170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
194597170572SAndreas Gohr            "license": [
194697170572SAndreas Gohr                "BSD-3-Clause"
194797170572SAndreas Gohr            ],
194897170572SAndreas Gohr            "authors": [
194997170572SAndreas Gohr                {
195097170572SAndreas Gohr                    "name": "Sebastian Bergmann",
195197170572SAndreas Gohr                    "email": "sebastian@phpunit.de",
195297170572SAndreas Gohr                    "role": "lead"
195397170572SAndreas Gohr                }
195497170572SAndreas Gohr            ],
195597170572SAndreas Gohr            "description": "Collection of value objects that represent the types of the PHP type system",
195697170572SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/type",
195797170572SAndreas Gohr            "support": {
195897170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/type/issues",
1959*759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/type/tree/3.2.1"
196097170572SAndreas Gohr            },
196197170572SAndreas Gohr            "funding": [
196297170572SAndreas Gohr                {
196397170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
196497170572SAndreas Gohr                    "type": "github"
196597170572SAndreas Gohr                }
196697170572SAndreas Gohr            ],
1967*759b7c08SAndreas Gohr            "time": "2023-02-03T06:13:03+00:00"
196897170572SAndreas Gohr        },
196997170572SAndreas Gohr        {
197097170572SAndreas Gohr            "name": "sebastian/version",
1971*759b7c08SAndreas Gohr            "version": "3.0.2",
197297170572SAndreas Gohr            "source": {
197397170572SAndreas Gohr                "type": "git",
197497170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/version.git",
1975*759b7c08SAndreas Gohr                "reference": "c6c1022351a901512170118436c764e473f6de8c"
197697170572SAndreas Gohr            },
197797170572SAndreas Gohr            "dist": {
197897170572SAndreas Gohr                "type": "zip",
1979*759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
1980*759b7c08SAndreas Gohr                "reference": "c6c1022351a901512170118436c764e473f6de8c",
198197170572SAndreas Gohr                "shasum": ""
198297170572SAndreas Gohr            },
198397170572SAndreas Gohr            "require": {
1984*759b7c08SAndreas Gohr                "php": ">=7.3"
198597170572SAndreas Gohr            },
198697170572SAndreas Gohr            "type": "library",
198797170572SAndreas Gohr            "extra": {
198897170572SAndreas Gohr                "branch-alias": {
1989*759b7c08SAndreas Gohr                    "dev-master": "3.0-dev"
199097170572SAndreas Gohr                }
199197170572SAndreas Gohr            },
199297170572SAndreas Gohr            "autoload": {
199397170572SAndreas Gohr                "classmap": [
199497170572SAndreas Gohr                    "src/"
199597170572SAndreas Gohr                ]
199697170572SAndreas Gohr            },
199797170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
199897170572SAndreas Gohr            "license": [
199997170572SAndreas Gohr                "BSD-3-Clause"
200097170572SAndreas Gohr            ],
200197170572SAndreas Gohr            "authors": [
200297170572SAndreas Gohr                {
200397170572SAndreas Gohr                    "name": "Sebastian Bergmann",
200497170572SAndreas Gohr                    "email": "sebastian@phpunit.de",
200597170572SAndreas Gohr                    "role": "lead"
200697170572SAndreas Gohr                }
200797170572SAndreas Gohr            ],
200897170572SAndreas Gohr            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
200997170572SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/version",
201097170572SAndreas Gohr            "support": {
201197170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/version/issues",
2012*759b7c08SAndreas Gohr                "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
201397170572SAndreas Gohr            },
2014*759b7c08SAndreas Gohr            "funding": [
2015*759b7c08SAndreas Gohr                {
2016*759b7c08SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
2017*759b7c08SAndreas Gohr                    "type": "github"
2018*759b7c08SAndreas Gohr                }
2019*759b7c08SAndreas Gohr            ],
2020*759b7c08SAndreas Gohr            "time": "2020-09-28T06:39:44+00:00"
202197170572SAndreas Gohr        },
202297170572SAndreas Gohr        {
202397170572SAndreas Gohr            "name": "squizlabs/php_codesniffer",
2024*759b7c08SAndreas Gohr            "version": "3.11.1",
202597170572SAndreas Gohr            "source": {
202697170572SAndreas Gohr                "type": "git",
202705fd0e83SAndreas Gohr                "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
2028*759b7c08SAndreas Gohr                "reference": "19473c30efe4f7b3cd42522d0b2e6e7f243c6f87"
202997170572SAndreas Gohr            },
203097170572SAndreas Gohr            "dist": {
203197170572SAndreas Gohr                "type": "zip",
2032*759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/19473c30efe4f7b3cd42522d0b2e6e7f243c6f87",
2033*759b7c08SAndreas Gohr                "reference": "19473c30efe4f7b3cd42522d0b2e6e7f243c6f87",
203497170572SAndreas Gohr                "shasum": ""
203597170572SAndreas Gohr            },
203697170572SAndreas Gohr            "require": {
203797170572SAndreas Gohr                "ext-simplexml": "*",
203897170572SAndreas Gohr                "ext-tokenizer": "*",
203997170572SAndreas Gohr                "ext-xmlwriter": "*",
204097170572SAndreas Gohr                "php": ">=5.4.0"
204197170572SAndreas Gohr            },
204297170572SAndreas Gohr            "require-dev": {
2043*759b7c08SAndreas Gohr                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
204497170572SAndreas Gohr            },
204597170572SAndreas Gohr            "bin": [
2046*759b7c08SAndreas Gohr                "bin/phpcbf",
2047*759b7c08SAndreas Gohr                "bin/phpcs"
204897170572SAndreas Gohr            ],
204997170572SAndreas Gohr            "type": "library",
205097170572SAndreas Gohr            "extra": {
205197170572SAndreas Gohr                "branch-alias": {
205297170572SAndreas Gohr                    "dev-master": "3.x-dev"
205397170572SAndreas Gohr                }
205497170572SAndreas Gohr            },
205597170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
205697170572SAndreas Gohr            "license": [
205797170572SAndreas Gohr                "BSD-3-Clause"
205897170572SAndreas Gohr            ],
205997170572SAndreas Gohr            "authors": [
206097170572SAndreas Gohr                {
206197170572SAndreas Gohr                    "name": "Greg Sherwood",
206205fd0e83SAndreas Gohr                    "role": "Former lead"
206305fd0e83SAndreas Gohr                },
206405fd0e83SAndreas Gohr                {
206505fd0e83SAndreas Gohr                    "name": "Juliette Reinders Folmer",
206605fd0e83SAndreas Gohr                    "role": "Current lead"
206705fd0e83SAndreas Gohr                },
206805fd0e83SAndreas Gohr                {
206905fd0e83SAndreas Gohr                    "name": "Contributors",
207005fd0e83SAndreas Gohr                    "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
207197170572SAndreas Gohr                }
207297170572SAndreas Gohr            ],
207397170572SAndreas Gohr            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
207405fd0e83SAndreas Gohr            "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
207597170572SAndreas Gohr            "keywords": [
207697170572SAndreas Gohr                "phpcs",
207797170572SAndreas Gohr                "standards",
207897170572SAndreas Gohr                "static analysis"
207997170572SAndreas Gohr            ],
208097170572SAndreas Gohr            "support": {
208105fd0e83SAndreas Gohr                "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
208205fd0e83SAndreas Gohr                "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
208305fd0e83SAndreas Gohr                "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
208405fd0e83SAndreas Gohr                "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
208597170572SAndreas Gohr            },
208605fd0e83SAndreas Gohr            "funding": [
208705fd0e83SAndreas Gohr                {
208805fd0e83SAndreas Gohr                    "url": "https://github.com/PHPCSStandards",
208905fd0e83SAndreas Gohr                    "type": "github"
209005fd0e83SAndreas Gohr                },
209105fd0e83SAndreas Gohr                {
209205fd0e83SAndreas Gohr                    "url": "https://github.com/jrfnl",
209305fd0e83SAndreas Gohr                    "type": "github"
209405fd0e83SAndreas Gohr                },
209505fd0e83SAndreas Gohr                {
209605fd0e83SAndreas Gohr                    "url": "https://opencollective.com/php_codesniffer",
209705fd0e83SAndreas Gohr                    "type": "open_collective"
209805fd0e83SAndreas Gohr                }
209905fd0e83SAndreas Gohr            ],
2100*759b7c08SAndreas Gohr            "time": "2024-11-16T12:02:36+00:00"
210197170572SAndreas Gohr        },
210297170572SAndreas Gohr        {
210397170572SAndreas Gohr            "name": "theseer/tokenizer",
2104*759b7c08SAndreas Gohr            "version": "1.2.3",
210597170572SAndreas Gohr            "source": {
210697170572SAndreas Gohr                "type": "git",
210797170572SAndreas Gohr                "url": "https://github.com/theseer/tokenizer.git",
2108*759b7c08SAndreas Gohr                "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
210997170572SAndreas Gohr            },
211097170572SAndreas Gohr            "dist": {
211197170572SAndreas Gohr                "type": "zip",
2112*759b7c08SAndreas Gohr                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
2113*759b7c08SAndreas Gohr                "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
211497170572SAndreas Gohr                "shasum": ""
211597170572SAndreas Gohr            },
211697170572SAndreas Gohr            "require": {
211797170572SAndreas Gohr                "ext-dom": "*",
211897170572SAndreas Gohr                "ext-tokenizer": "*",
211997170572SAndreas Gohr                "ext-xmlwriter": "*",
212097170572SAndreas Gohr                "php": "^7.2 || ^8.0"
212197170572SAndreas Gohr            },
212297170572SAndreas Gohr            "type": "library",
212397170572SAndreas Gohr            "autoload": {
212497170572SAndreas Gohr                "classmap": [
212597170572SAndreas Gohr                    "src/"
212697170572SAndreas Gohr                ]
212797170572SAndreas Gohr            },
212897170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
212997170572SAndreas Gohr            "license": [
213097170572SAndreas Gohr                "BSD-3-Clause"
213197170572SAndreas Gohr            ],
213297170572SAndreas Gohr            "authors": [
213397170572SAndreas Gohr                {
213497170572SAndreas Gohr                    "name": "Arne Blankerts",
213597170572SAndreas Gohr                    "email": "arne@blankerts.de",
213697170572SAndreas Gohr                    "role": "Developer"
213797170572SAndreas Gohr                }
213897170572SAndreas Gohr            ],
213997170572SAndreas Gohr            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
214097170572SAndreas Gohr            "support": {
214197170572SAndreas Gohr                "issues": "https://github.com/theseer/tokenizer/issues",
2142*759b7c08SAndreas Gohr                "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
214397170572SAndreas Gohr            },
214497170572SAndreas Gohr            "funding": [
214597170572SAndreas Gohr                {
214697170572SAndreas Gohr                    "url": "https://github.com/theseer",
214797170572SAndreas Gohr                    "type": "github"
214897170572SAndreas Gohr                }
214997170572SAndreas Gohr            ],
2150*759b7c08SAndreas Gohr            "time": "2024-03-03T12:36:25+00:00"
215197170572SAndreas Gohr        }
215297170572SAndreas Gohr    ],
2153acdf738aSAndreas Gohr    "aliases": [],
2154acdf738aSAndreas Gohr    "minimum-stability": "stable",
2155*759b7c08SAndreas Gohr    "stability-flags": {},
2156acdf738aSAndreas Gohr    "prefer-stable": true,
2157acdf738aSAndreas Gohr    "prefer-lowest": false,
2158acdf738aSAndreas Gohr    "platform": {
21592ab82b8eSAndreas Gohr        "php": ">=7.4"
2160acdf738aSAndreas Gohr    },
2161*759b7c08SAndreas Gohr    "platform-dev": {},
2162acdf738aSAndreas Gohr    "platform-overrides": {
21632ab82b8eSAndreas Gohr        "php": "7.4"
2164acdf738aSAndreas Gohr    },
216597170572SAndreas Gohr    "plugin-api-version": "2.6.0"
2166acdf738aSAndreas Gohr}
2167