xref: /dokuwiki/_test/composer.lock (revision 05fd0e839bccf6970ce887a2d3cef684c418c3f0)
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*05fd0e83SAndreas Gohr    "content-hash": "7bb28b16a085e47116daa2eca72a7d8d",
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",
712ab82b8eSAndreas Gohr            "version": "v5.4.26",
72acdf738aSAndreas Gohr            "source": {
73acdf738aSAndreas Gohr                "type": "git",
74acdf738aSAndreas Gohr                "url": "https://github.com/symfony/css-selector.git",
752ab82b8eSAndreas Gohr                "reference": "0ad3f7e9a1ab492c5b4214cf22a9dc55dcf8600a"
76acdf738aSAndreas Gohr            },
77acdf738aSAndreas Gohr            "dist": {
78acdf738aSAndreas Gohr                "type": "zip",
792ab82b8eSAndreas Gohr                "url": "https://api.github.com/repos/symfony/css-selector/zipball/0ad3f7e9a1ab492c5b4214cf22a9dc55dcf8600a",
802ab82b8eSAndreas Gohr                "reference": "0ad3f7e9a1ab492c5b4214cf22a9dc55dcf8600a",
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": {
1172ab82b8eSAndreas Gohr                "source": "https://github.com/symfony/css-selector/tree/v5.4.26"
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            ],
1332ab82b8eSAndreas Gohr            "time": "2023-07-07T06:10:25+00:00"
134acdf738aSAndreas Gohr        },
135acdf738aSAndreas Gohr        {
136acdf738aSAndreas Gohr            "name": "symfony/polyfill-php80",
13797170572SAndreas Gohr            "version": "v1.28.0",
138acdf738aSAndreas Gohr            "source": {
139acdf738aSAndreas Gohr                "type": "git",
140acdf738aSAndreas Gohr                "url": "https://github.com/symfony/polyfill-php80.git",
14197170572SAndreas Gohr                "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5"
142acdf738aSAndreas Gohr            },
143acdf738aSAndreas Gohr            "dist": {
144acdf738aSAndreas Gohr                "type": "zip",
14597170572SAndreas Gohr                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
14697170572SAndreas Gohr                "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
147acdf738aSAndreas Gohr                "shasum": ""
148acdf738aSAndreas Gohr            },
149acdf738aSAndreas Gohr            "require": {
150acdf738aSAndreas Gohr                "php": ">=7.1"
151acdf738aSAndreas Gohr            },
152acdf738aSAndreas Gohr            "type": "library",
153acdf738aSAndreas Gohr            "extra": {
154acdf738aSAndreas Gohr                "branch-alias": {
15597170572SAndreas Gohr                    "dev-main": "1.28-dev"
156acdf738aSAndreas Gohr                },
157acdf738aSAndreas Gohr                "thanks": {
158acdf738aSAndreas Gohr                    "name": "symfony/polyfill",
159acdf738aSAndreas Gohr                    "url": "https://github.com/symfony/polyfill"
160acdf738aSAndreas Gohr                }
161acdf738aSAndreas Gohr            },
162acdf738aSAndreas Gohr            "autoload": {
163acdf738aSAndreas Gohr                "files": [
164acdf738aSAndreas Gohr                    "bootstrap.php"
165acdf738aSAndreas Gohr                ],
166acdf738aSAndreas Gohr                "psr-4": {
167acdf738aSAndreas Gohr                    "Symfony\\Polyfill\\Php80\\": ""
168acdf738aSAndreas Gohr                },
169acdf738aSAndreas Gohr                "classmap": [
170acdf738aSAndreas Gohr                    "Resources/stubs"
171acdf738aSAndreas Gohr                ]
172acdf738aSAndreas Gohr            },
173acdf738aSAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
174acdf738aSAndreas Gohr            "license": [
175acdf738aSAndreas Gohr                "MIT"
176acdf738aSAndreas Gohr            ],
177acdf738aSAndreas Gohr            "authors": [
178acdf738aSAndreas Gohr                {
179acdf738aSAndreas Gohr                    "name": "Ion Bazan",
180acdf738aSAndreas Gohr                    "email": "ion.bazan@gmail.com"
181acdf738aSAndreas Gohr                },
182acdf738aSAndreas Gohr                {
183acdf738aSAndreas Gohr                    "name": "Nicolas Grekas",
184acdf738aSAndreas Gohr                    "email": "p@tchwork.com"
185acdf738aSAndreas Gohr                },
186acdf738aSAndreas Gohr                {
187acdf738aSAndreas Gohr                    "name": "Symfony Community",
188acdf738aSAndreas Gohr                    "homepage": "https://symfony.com/contributors"
189acdf738aSAndreas Gohr                }
190acdf738aSAndreas Gohr            ],
191acdf738aSAndreas Gohr            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
192acdf738aSAndreas Gohr            "homepage": "https://symfony.com",
193acdf738aSAndreas Gohr            "keywords": [
194acdf738aSAndreas Gohr                "compatibility",
195acdf738aSAndreas Gohr                "polyfill",
196acdf738aSAndreas Gohr                "portable",
197acdf738aSAndreas Gohr                "shim"
198acdf738aSAndreas Gohr            ],
199acdf738aSAndreas Gohr            "support": {
20097170572SAndreas Gohr                "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0"
201acdf738aSAndreas Gohr            },
202acdf738aSAndreas Gohr            "funding": [
203acdf738aSAndreas Gohr                {
204acdf738aSAndreas Gohr                    "url": "https://symfony.com/sponsor",
205acdf738aSAndreas Gohr                    "type": "custom"
206acdf738aSAndreas Gohr                },
207acdf738aSAndreas Gohr                {
208acdf738aSAndreas Gohr                    "url": "https://github.com/fabpot",
209acdf738aSAndreas Gohr                    "type": "github"
210acdf738aSAndreas Gohr                },
211acdf738aSAndreas Gohr                {
212acdf738aSAndreas Gohr                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
213acdf738aSAndreas Gohr                    "type": "tidelift"
214acdf738aSAndreas Gohr                }
215acdf738aSAndreas Gohr            ],
21697170572SAndreas Gohr            "time": "2023-01-26T09:26:14+00:00"
217acdf738aSAndreas Gohr        }
218acdf738aSAndreas Gohr    ],
21997170572SAndreas Gohr    "packages-dev": [
22097170572SAndreas Gohr        {
22197170572SAndreas Gohr            "name": "doctrine/instantiator",
22297170572SAndreas Gohr            "version": "1.5.0",
22397170572SAndreas Gohr            "source": {
22497170572SAndreas Gohr                "type": "git",
22597170572SAndreas Gohr                "url": "https://github.com/doctrine/instantiator.git",
22697170572SAndreas Gohr                "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
22797170572SAndreas Gohr            },
22897170572SAndreas Gohr            "dist": {
22997170572SAndreas Gohr                "type": "zip",
23097170572SAndreas Gohr                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
23197170572SAndreas Gohr                "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
23297170572SAndreas Gohr                "shasum": ""
23397170572SAndreas Gohr            },
23497170572SAndreas Gohr            "require": {
23597170572SAndreas Gohr                "php": "^7.1 || ^8.0"
23697170572SAndreas Gohr            },
23797170572SAndreas Gohr            "require-dev": {
23897170572SAndreas Gohr                "doctrine/coding-standard": "^9 || ^11",
23997170572SAndreas Gohr                "ext-pdo": "*",
24097170572SAndreas Gohr                "ext-phar": "*",
24197170572SAndreas Gohr                "phpbench/phpbench": "^0.16 || ^1",
24297170572SAndreas Gohr                "phpstan/phpstan": "^1.4",
24397170572SAndreas Gohr                "phpstan/phpstan-phpunit": "^1",
24497170572SAndreas Gohr                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
24597170572SAndreas Gohr                "vimeo/psalm": "^4.30 || ^5.4"
24697170572SAndreas Gohr            },
24797170572SAndreas Gohr            "type": "library",
24897170572SAndreas Gohr            "autoload": {
24997170572SAndreas Gohr                "psr-4": {
25097170572SAndreas Gohr                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
25197170572SAndreas Gohr                }
25297170572SAndreas Gohr            },
25397170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
25497170572SAndreas Gohr            "license": [
25597170572SAndreas Gohr                "MIT"
25697170572SAndreas Gohr            ],
25797170572SAndreas Gohr            "authors": [
25897170572SAndreas Gohr                {
25997170572SAndreas Gohr                    "name": "Marco Pivetta",
26097170572SAndreas Gohr                    "email": "ocramius@gmail.com",
26197170572SAndreas Gohr                    "homepage": "https://ocramius.github.io/"
26297170572SAndreas Gohr                }
26397170572SAndreas Gohr            ],
26497170572SAndreas Gohr            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
26597170572SAndreas Gohr            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
26697170572SAndreas Gohr            "keywords": [
26797170572SAndreas Gohr                "constructor",
26897170572SAndreas Gohr                "instantiate"
26997170572SAndreas Gohr            ],
27097170572SAndreas Gohr            "support": {
27197170572SAndreas Gohr                "issues": "https://github.com/doctrine/instantiator/issues",
27297170572SAndreas Gohr                "source": "https://github.com/doctrine/instantiator/tree/1.5.0"
27397170572SAndreas Gohr            },
27497170572SAndreas Gohr            "funding": [
27597170572SAndreas Gohr                {
27697170572SAndreas Gohr                    "url": "https://www.doctrine-project.org/sponsorship.html",
27797170572SAndreas Gohr                    "type": "custom"
27897170572SAndreas Gohr                },
27997170572SAndreas Gohr                {
28097170572SAndreas Gohr                    "url": "https://www.patreon.com/phpdoctrine",
28197170572SAndreas Gohr                    "type": "patreon"
28297170572SAndreas Gohr                },
28397170572SAndreas Gohr                {
28497170572SAndreas Gohr                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
28597170572SAndreas Gohr                    "type": "tidelift"
28697170572SAndreas Gohr                }
28797170572SAndreas Gohr            ],
28897170572SAndreas Gohr            "time": "2022-12-30T00:15:36+00:00"
28997170572SAndreas Gohr        },
29097170572SAndreas Gohr        {
29197170572SAndreas Gohr            "name": "myclabs/deep-copy",
29297170572SAndreas Gohr            "version": "1.11.1",
29397170572SAndreas Gohr            "source": {
29497170572SAndreas Gohr                "type": "git",
29597170572SAndreas Gohr                "url": "https://github.com/myclabs/DeepCopy.git",
29697170572SAndreas Gohr                "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
29797170572SAndreas Gohr            },
29897170572SAndreas Gohr            "dist": {
29997170572SAndreas Gohr                "type": "zip",
30097170572SAndreas Gohr                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
30197170572SAndreas Gohr                "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
30297170572SAndreas Gohr                "shasum": ""
30397170572SAndreas Gohr            },
30497170572SAndreas Gohr            "require": {
30597170572SAndreas Gohr                "php": "^7.1 || ^8.0"
30697170572SAndreas Gohr            },
30797170572SAndreas Gohr            "conflict": {
30897170572SAndreas Gohr                "doctrine/collections": "<1.6.8",
30997170572SAndreas Gohr                "doctrine/common": "<2.13.3 || >=3,<3.2.2"
31097170572SAndreas Gohr            },
31197170572SAndreas Gohr            "require-dev": {
31297170572SAndreas Gohr                "doctrine/collections": "^1.6.8",
31397170572SAndreas Gohr                "doctrine/common": "^2.13.3 || ^3.2.2",
31497170572SAndreas Gohr                "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
31597170572SAndreas Gohr            },
31697170572SAndreas Gohr            "type": "library",
31797170572SAndreas Gohr            "autoload": {
31897170572SAndreas Gohr                "files": [
31997170572SAndreas Gohr                    "src/DeepCopy/deep_copy.php"
32097170572SAndreas Gohr                ],
32197170572SAndreas Gohr                "psr-4": {
32297170572SAndreas Gohr                    "DeepCopy\\": "src/DeepCopy/"
32397170572SAndreas Gohr                }
32497170572SAndreas Gohr            },
32597170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
32697170572SAndreas Gohr            "license": [
32797170572SAndreas Gohr                "MIT"
32897170572SAndreas Gohr            ],
32997170572SAndreas Gohr            "description": "Create deep copies (clones) of your objects",
33097170572SAndreas Gohr            "keywords": [
33197170572SAndreas Gohr                "clone",
33297170572SAndreas Gohr                "copy",
33397170572SAndreas Gohr                "duplicate",
33497170572SAndreas Gohr                "object",
33597170572SAndreas Gohr                "object graph"
33697170572SAndreas Gohr            ],
33797170572SAndreas Gohr            "support": {
33897170572SAndreas Gohr                "issues": "https://github.com/myclabs/DeepCopy/issues",
33997170572SAndreas Gohr                "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
34097170572SAndreas Gohr            },
34197170572SAndreas Gohr            "funding": [
34297170572SAndreas Gohr                {
34397170572SAndreas Gohr                    "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
34497170572SAndreas Gohr                    "type": "tidelift"
34597170572SAndreas Gohr                }
34697170572SAndreas Gohr            ],
34797170572SAndreas Gohr            "time": "2023-03-08T13:26:56+00:00"
34897170572SAndreas Gohr        },
34997170572SAndreas Gohr        {
35097170572SAndreas Gohr            "name": "phar-io/manifest",
35197170572SAndreas Gohr            "version": "2.0.3",
35297170572SAndreas Gohr            "source": {
35397170572SAndreas Gohr                "type": "git",
35497170572SAndreas Gohr                "url": "https://github.com/phar-io/manifest.git",
35597170572SAndreas Gohr                "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
35697170572SAndreas Gohr            },
35797170572SAndreas Gohr            "dist": {
35897170572SAndreas Gohr                "type": "zip",
35997170572SAndreas Gohr                "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
36097170572SAndreas Gohr                "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
36197170572SAndreas Gohr                "shasum": ""
36297170572SAndreas Gohr            },
36397170572SAndreas Gohr            "require": {
36497170572SAndreas Gohr                "ext-dom": "*",
36597170572SAndreas Gohr                "ext-phar": "*",
36697170572SAndreas Gohr                "ext-xmlwriter": "*",
36797170572SAndreas Gohr                "phar-io/version": "^3.0.1",
36897170572SAndreas Gohr                "php": "^7.2 || ^8.0"
36997170572SAndreas Gohr            },
37097170572SAndreas Gohr            "type": "library",
37197170572SAndreas Gohr            "extra": {
37297170572SAndreas Gohr                "branch-alias": {
37397170572SAndreas Gohr                    "dev-master": "2.0.x-dev"
37497170572SAndreas Gohr                }
37597170572SAndreas Gohr            },
37697170572SAndreas Gohr            "autoload": {
37797170572SAndreas Gohr                "classmap": [
37897170572SAndreas Gohr                    "src/"
37997170572SAndreas Gohr                ]
38097170572SAndreas Gohr            },
38197170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
38297170572SAndreas Gohr            "license": [
38397170572SAndreas Gohr                "BSD-3-Clause"
38497170572SAndreas Gohr            ],
38597170572SAndreas Gohr            "authors": [
38697170572SAndreas Gohr                {
38797170572SAndreas Gohr                    "name": "Arne Blankerts",
38897170572SAndreas Gohr                    "email": "arne@blankerts.de",
38997170572SAndreas Gohr                    "role": "Developer"
39097170572SAndreas Gohr                },
39197170572SAndreas Gohr                {
39297170572SAndreas Gohr                    "name": "Sebastian Heuer",
39397170572SAndreas Gohr                    "email": "sebastian@phpeople.de",
39497170572SAndreas Gohr                    "role": "Developer"
39597170572SAndreas Gohr                },
39697170572SAndreas Gohr                {
39797170572SAndreas Gohr                    "name": "Sebastian Bergmann",
39897170572SAndreas Gohr                    "email": "sebastian@phpunit.de",
39997170572SAndreas Gohr                    "role": "Developer"
40097170572SAndreas Gohr                }
40197170572SAndreas Gohr            ],
40297170572SAndreas Gohr            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
40397170572SAndreas Gohr            "support": {
40497170572SAndreas Gohr                "issues": "https://github.com/phar-io/manifest/issues",
40597170572SAndreas Gohr                "source": "https://github.com/phar-io/manifest/tree/2.0.3"
40697170572SAndreas Gohr            },
40797170572SAndreas Gohr            "time": "2021-07-20T11:28:43+00:00"
40897170572SAndreas Gohr        },
40997170572SAndreas Gohr        {
41097170572SAndreas Gohr            "name": "phar-io/version",
41197170572SAndreas Gohr            "version": "3.2.1",
41297170572SAndreas Gohr            "source": {
41397170572SAndreas Gohr                "type": "git",
41497170572SAndreas Gohr                "url": "https://github.com/phar-io/version.git",
41597170572SAndreas Gohr                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
41697170572SAndreas Gohr            },
41797170572SAndreas Gohr            "dist": {
41897170572SAndreas Gohr                "type": "zip",
41997170572SAndreas Gohr                "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
42097170572SAndreas Gohr                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
42197170572SAndreas Gohr                "shasum": ""
42297170572SAndreas Gohr            },
42397170572SAndreas Gohr            "require": {
42497170572SAndreas Gohr                "php": "^7.2 || ^8.0"
42597170572SAndreas Gohr            },
42697170572SAndreas Gohr            "type": "library",
42797170572SAndreas Gohr            "autoload": {
42897170572SAndreas Gohr                "classmap": [
42997170572SAndreas Gohr                    "src/"
43097170572SAndreas Gohr                ]
43197170572SAndreas Gohr            },
43297170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
43397170572SAndreas Gohr            "license": [
43497170572SAndreas Gohr                "BSD-3-Clause"
43597170572SAndreas Gohr            ],
43697170572SAndreas Gohr            "authors": [
43797170572SAndreas Gohr                {
43897170572SAndreas Gohr                    "name": "Arne Blankerts",
43997170572SAndreas Gohr                    "email": "arne@blankerts.de",
44097170572SAndreas Gohr                    "role": "Developer"
44197170572SAndreas Gohr                },
44297170572SAndreas Gohr                {
44397170572SAndreas Gohr                    "name": "Sebastian Heuer",
44497170572SAndreas Gohr                    "email": "sebastian@phpeople.de",
44597170572SAndreas Gohr                    "role": "Developer"
44697170572SAndreas Gohr                },
44797170572SAndreas Gohr                {
44897170572SAndreas Gohr                    "name": "Sebastian Bergmann",
44997170572SAndreas Gohr                    "email": "sebastian@phpunit.de",
45097170572SAndreas Gohr                    "role": "Developer"
45197170572SAndreas Gohr                }
45297170572SAndreas Gohr            ],
45397170572SAndreas Gohr            "description": "Library for handling version information and constraints",
45497170572SAndreas Gohr            "support": {
45597170572SAndreas Gohr                "issues": "https://github.com/phar-io/version/issues",
45697170572SAndreas Gohr                "source": "https://github.com/phar-io/version/tree/3.2.1"
45797170572SAndreas Gohr            },
45897170572SAndreas Gohr            "time": "2022-02-21T01:04:05+00:00"
45997170572SAndreas Gohr        },
46097170572SAndreas Gohr        {
46197170572SAndreas Gohr            "name": "phpstan/phpstan",
462*05fd0e83SAndreas Gohr            "version": "1.10.55",
46397170572SAndreas Gohr            "source": {
46497170572SAndreas Gohr                "type": "git",
46597170572SAndreas Gohr                "url": "https://github.com/phpstan/phpstan.git",
466*05fd0e83SAndreas Gohr                "reference": "9a88f9d18ddf4cf54c922fbeac16c4cb164c5949"
46797170572SAndreas Gohr            },
46897170572SAndreas Gohr            "dist": {
46997170572SAndreas Gohr                "type": "zip",
470*05fd0e83SAndreas Gohr                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9a88f9d18ddf4cf54c922fbeac16c4cb164c5949",
471*05fd0e83SAndreas Gohr                "reference": "9a88f9d18ddf4cf54c922fbeac16c4cb164c5949",
47297170572SAndreas Gohr                "shasum": ""
47397170572SAndreas Gohr            },
47497170572SAndreas Gohr            "require": {
47597170572SAndreas Gohr                "php": "^7.2|^8.0"
47697170572SAndreas Gohr            },
47797170572SAndreas Gohr            "conflict": {
47897170572SAndreas Gohr                "phpstan/phpstan-shim": "*"
47997170572SAndreas Gohr            },
48097170572SAndreas Gohr            "bin": [
48197170572SAndreas Gohr                "phpstan",
48297170572SAndreas Gohr                "phpstan.phar"
48397170572SAndreas Gohr            ],
48497170572SAndreas Gohr            "type": "library",
48597170572SAndreas Gohr            "autoload": {
48697170572SAndreas Gohr                "files": [
48797170572SAndreas Gohr                    "bootstrap.php"
48897170572SAndreas Gohr                ]
48997170572SAndreas Gohr            },
49097170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
49197170572SAndreas Gohr            "license": [
49297170572SAndreas Gohr                "MIT"
49397170572SAndreas Gohr            ],
49497170572SAndreas Gohr            "description": "PHPStan - PHP Static Analysis Tool",
49597170572SAndreas Gohr            "keywords": [
49697170572SAndreas Gohr                "dev",
49797170572SAndreas Gohr                "static analysis"
49897170572SAndreas Gohr            ],
49997170572SAndreas Gohr            "support": {
50097170572SAndreas Gohr                "docs": "https://phpstan.org/user-guide/getting-started",
50197170572SAndreas Gohr                "forum": "https://github.com/phpstan/phpstan/discussions",
50297170572SAndreas Gohr                "issues": "https://github.com/phpstan/phpstan/issues",
50397170572SAndreas Gohr                "security": "https://github.com/phpstan/phpstan/security/policy",
50497170572SAndreas Gohr                "source": "https://github.com/phpstan/phpstan-src"
50597170572SAndreas Gohr            },
50697170572SAndreas Gohr            "funding": [
50797170572SAndreas Gohr                {
50897170572SAndreas Gohr                    "url": "https://github.com/ondrejmirtes",
50997170572SAndreas Gohr                    "type": "github"
51097170572SAndreas Gohr                },
51197170572SAndreas Gohr                {
51297170572SAndreas Gohr                    "url": "https://github.com/phpstan",
51397170572SAndreas Gohr                    "type": "github"
51497170572SAndreas Gohr                },
51597170572SAndreas Gohr                {
51697170572SAndreas Gohr                    "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
51797170572SAndreas Gohr                    "type": "tidelift"
51897170572SAndreas Gohr                }
51997170572SAndreas Gohr            ],
520*05fd0e83SAndreas Gohr            "time": "2024-01-08T12:32:40+00:00"
52197170572SAndreas Gohr        },
52297170572SAndreas Gohr        {
52397170572SAndreas Gohr            "name": "phpunit/php-code-coverage",
52497170572SAndreas Gohr            "version": "7.0.15",
52597170572SAndreas Gohr            "source": {
52697170572SAndreas Gohr                "type": "git",
52797170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
52897170572SAndreas Gohr                "reference": "819f92bba8b001d4363065928088de22f25a3a48"
52997170572SAndreas Gohr            },
53097170572SAndreas Gohr            "dist": {
53197170572SAndreas Gohr                "type": "zip",
53297170572SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/819f92bba8b001d4363065928088de22f25a3a48",
53397170572SAndreas Gohr                "reference": "819f92bba8b001d4363065928088de22f25a3a48",
53497170572SAndreas Gohr                "shasum": ""
53597170572SAndreas Gohr            },
53697170572SAndreas Gohr            "require": {
53797170572SAndreas Gohr                "ext-dom": "*",
53897170572SAndreas Gohr                "ext-xmlwriter": "*",
53997170572SAndreas Gohr                "php": ">=7.2",
54097170572SAndreas Gohr                "phpunit/php-file-iterator": "^2.0.2",
54197170572SAndreas Gohr                "phpunit/php-text-template": "^1.2.1",
54297170572SAndreas Gohr                "phpunit/php-token-stream": "^3.1.3 || ^4.0",
54397170572SAndreas Gohr                "sebastian/code-unit-reverse-lookup": "^1.0.1",
54497170572SAndreas Gohr                "sebastian/environment": "^4.2.2",
54597170572SAndreas Gohr                "sebastian/version": "^2.0.1",
54697170572SAndreas Gohr                "theseer/tokenizer": "^1.1.3"
54797170572SAndreas Gohr            },
54897170572SAndreas Gohr            "require-dev": {
54997170572SAndreas Gohr                "phpunit/phpunit": "^8.2.2"
55097170572SAndreas Gohr            },
55197170572SAndreas Gohr            "suggest": {
55297170572SAndreas Gohr                "ext-xdebug": "^2.7.2"
55397170572SAndreas Gohr            },
55497170572SAndreas Gohr            "type": "library",
55597170572SAndreas Gohr            "extra": {
55697170572SAndreas Gohr                "branch-alias": {
55797170572SAndreas Gohr                    "dev-master": "7.0-dev"
55897170572SAndreas Gohr                }
55997170572SAndreas Gohr            },
56097170572SAndreas Gohr            "autoload": {
56197170572SAndreas Gohr                "classmap": [
56297170572SAndreas Gohr                    "src/"
56397170572SAndreas Gohr                ]
56497170572SAndreas Gohr            },
56597170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
56697170572SAndreas Gohr            "license": [
56797170572SAndreas Gohr                "BSD-3-Clause"
56897170572SAndreas Gohr            ],
56997170572SAndreas Gohr            "authors": [
57097170572SAndreas Gohr                {
57197170572SAndreas Gohr                    "name": "Sebastian Bergmann",
57297170572SAndreas Gohr                    "email": "sebastian@phpunit.de",
57397170572SAndreas Gohr                    "role": "lead"
57497170572SAndreas Gohr                }
57597170572SAndreas Gohr            ],
57697170572SAndreas Gohr            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
57797170572SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
57897170572SAndreas Gohr            "keywords": [
57997170572SAndreas Gohr                "coverage",
58097170572SAndreas Gohr                "testing",
58197170572SAndreas Gohr                "xunit"
58297170572SAndreas Gohr            ],
58397170572SAndreas Gohr            "support": {
58497170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
58597170572SAndreas Gohr                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/7.0.15"
58697170572SAndreas Gohr            },
58797170572SAndreas Gohr            "funding": [
58897170572SAndreas Gohr                {
58997170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
59097170572SAndreas Gohr                    "type": "github"
59197170572SAndreas Gohr                }
59297170572SAndreas Gohr            ],
59397170572SAndreas Gohr            "time": "2021-07-26T12:20:09+00:00"
59497170572SAndreas Gohr        },
59597170572SAndreas Gohr        {
59697170572SAndreas Gohr            "name": "phpunit/php-file-iterator",
59797170572SAndreas Gohr            "version": "2.0.5",
59897170572SAndreas Gohr            "source": {
59997170572SAndreas Gohr                "type": "git",
60097170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
60197170572SAndreas Gohr                "reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5"
60297170572SAndreas Gohr            },
60397170572SAndreas Gohr            "dist": {
60497170572SAndreas Gohr                "type": "zip",
60597170572SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5",
60697170572SAndreas Gohr                "reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5",
60797170572SAndreas Gohr                "shasum": ""
60897170572SAndreas Gohr            },
60997170572SAndreas Gohr            "require": {
61097170572SAndreas Gohr                "php": ">=7.1"
61197170572SAndreas Gohr            },
61297170572SAndreas Gohr            "require-dev": {
61397170572SAndreas Gohr                "phpunit/phpunit": "^8.5"
61497170572SAndreas Gohr            },
61597170572SAndreas Gohr            "type": "library",
61697170572SAndreas Gohr            "extra": {
61797170572SAndreas Gohr                "branch-alias": {
61897170572SAndreas Gohr                    "dev-master": "2.0.x-dev"
61997170572SAndreas Gohr                }
62097170572SAndreas Gohr            },
62197170572SAndreas Gohr            "autoload": {
62297170572SAndreas Gohr                "classmap": [
62397170572SAndreas Gohr                    "src/"
62497170572SAndreas Gohr                ]
62597170572SAndreas Gohr            },
62697170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
62797170572SAndreas Gohr            "license": [
62897170572SAndreas Gohr                "BSD-3-Clause"
62997170572SAndreas Gohr            ],
63097170572SAndreas Gohr            "authors": [
63197170572SAndreas Gohr                {
63297170572SAndreas Gohr                    "name": "Sebastian Bergmann",
63397170572SAndreas Gohr                    "email": "sebastian@phpunit.de",
63497170572SAndreas Gohr                    "role": "lead"
63597170572SAndreas Gohr                }
63697170572SAndreas Gohr            ],
63797170572SAndreas Gohr            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
63897170572SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
63997170572SAndreas Gohr            "keywords": [
64097170572SAndreas Gohr                "filesystem",
64197170572SAndreas Gohr                "iterator"
64297170572SAndreas Gohr            ],
64397170572SAndreas Gohr            "support": {
64497170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
64597170572SAndreas Gohr                "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.5"
64697170572SAndreas Gohr            },
64797170572SAndreas Gohr            "funding": [
64897170572SAndreas Gohr                {
64997170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
65097170572SAndreas Gohr                    "type": "github"
65197170572SAndreas Gohr                }
65297170572SAndreas Gohr            ],
65397170572SAndreas Gohr            "time": "2021-12-02T12:42:26+00:00"
65497170572SAndreas Gohr        },
65597170572SAndreas Gohr        {
65697170572SAndreas Gohr            "name": "phpunit/php-text-template",
65797170572SAndreas Gohr            "version": "1.2.1",
65897170572SAndreas Gohr            "source": {
65997170572SAndreas Gohr                "type": "git",
66097170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/php-text-template.git",
66197170572SAndreas Gohr                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
66297170572SAndreas Gohr            },
66397170572SAndreas Gohr            "dist": {
66497170572SAndreas Gohr                "type": "zip",
66597170572SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
66697170572SAndreas Gohr                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
66797170572SAndreas Gohr                "shasum": ""
66897170572SAndreas Gohr            },
66997170572SAndreas Gohr            "require": {
67097170572SAndreas Gohr                "php": ">=5.3.3"
67197170572SAndreas Gohr            },
67297170572SAndreas Gohr            "type": "library",
67397170572SAndreas Gohr            "autoload": {
67497170572SAndreas Gohr                "classmap": [
67597170572SAndreas Gohr                    "src/"
67697170572SAndreas Gohr                ]
67797170572SAndreas Gohr            },
67897170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
67997170572SAndreas Gohr            "license": [
68097170572SAndreas Gohr                "BSD-3-Clause"
68197170572SAndreas Gohr            ],
68297170572SAndreas Gohr            "authors": [
68397170572SAndreas Gohr                {
68497170572SAndreas Gohr                    "name": "Sebastian Bergmann",
68597170572SAndreas Gohr                    "email": "sebastian@phpunit.de",
68697170572SAndreas Gohr                    "role": "lead"
68797170572SAndreas Gohr                }
68897170572SAndreas Gohr            ],
68997170572SAndreas Gohr            "description": "Simple template engine.",
69097170572SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
69197170572SAndreas Gohr            "keywords": [
69297170572SAndreas Gohr                "template"
69397170572SAndreas Gohr            ],
69497170572SAndreas Gohr            "support": {
69597170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
69697170572SAndreas Gohr                "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
69797170572SAndreas Gohr            },
69897170572SAndreas Gohr            "time": "2015-06-21T13:50:34+00:00"
69997170572SAndreas Gohr        },
70097170572SAndreas Gohr        {
70197170572SAndreas Gohr            "name": "phpunit/php-timer",
70297170572SAndreas Gohr            "version": "2.1.3",
70397170572SAndreas Gohr            "source": {
70497170572SAndreas Gohr                "type": "git",
70597170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/php-timer.git",
70697170572SAndreas Gohr                "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662"
70797170572SAndreas Gohr            },
70897170572SAndreas Gohr            "dist": {
70997170572SAndreas Gohr                "type": "zip",
71097170572SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/2454ae1765516d20c4ffe103d85a58a9a3bd5662",
71197170572SAndreas Gohr                "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662",
71297170572SAndreas Gohr                "shasum": ""
71397170572SAndreas Gohr            },
71497170572SAndreas Gohr            "require": {
71597170572SAndreas Gohr                "php": ">=7.1"
71697170572SAndreas Gohr            },
71797170572SAndreas Gohr            "require-dev": {
71897170572SAndreas Gohr                "phpunit/phpunit": "^8.5"
71997170572SAndreas Gohr            },
72097170572SAndreas Gohr            "type": "library",
72197170572SAndreas Gohr            "extra": {
72297170572SAndreas Gohr                "branch-alias": {
72397170572SAndreas Gohr                    "dev-master": "2.1-dev"
72497170572SAndreas Gohr                }
72597170572SAndreas Gohr            },
72697170572SAndreas Gohr            "autoload": {
72797170572SAndreas Gohr                "classmap": [
72897170572SAndreas Gohr                    "src/"
72997170572SAndreas Gohr                ]
73097170572SAndreas Gohr            },
73197170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
73297170572SAndreas Gohr            "license": [
73397170572SAndreas Gohr                "BSD-3-Clause"
73497170572SAndreas Gohr            ],
73597170572SAndreas Gohr            "authors": [
73697170572SAndreas Gohr                {
73797170572SAndreas Gohr                    "name": "Sebastian Bergmann",
73897170572SAndreas Gohr                    "email": "sebastian@phpunit.de",
73997170572SAndreas Gohr                    "role": "lead"
74097170572SAndreas Gohr                }
74197170572SAndreas Gohr            ],
74297170572SAndreas Gohr            "description": "Utility class for timing",
74397170572SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/php-timer/",
74497170572SAndreas Gohr            "keywords": [
74597170572SAndreas Gohr                "timer"
74697170572SAndreas Gohr            ],
74797170572SAndreas Gohr            "support": {
74897170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/php-timer/issues",
74997170572SAndreas Gohr                "source": "https://github.com/sebastianbergmann/php-timer/tree/2.1.3"
75097170572SAndreas Gohr            },
75197170572SAndreas Gohr            "funding": [
75297170572SAndreas Gohr                {
75397170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
75497170572SAndreas Gohr                    "type": "github"
75597170572SAndreas Gohr                }
75697170572SAndreas Gohr            ],
75797170572SAndreas Gohr            "time": "2020-11-30T08:20:02+00:00"
75897170572SAndreas Gohr        },
75997170572SAndreas Gohr        {
76097170572SAndreas Gohr            "name": "phpunit/php-token-stream",
7612ab82b8eSAndreas Gohr            "version": "4.0.4",
76297170572SAndreas Gohr            "source": {
76397170572SAndreas Gohr                "type": "git",
76497170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
7652ab82b8eSAndreas Gohr                "reference": "a853a0e183b9db7eed023d7933a858fa1c8d25a3"
76697170572SAndreas Gohr            },
76797170572SAndreas Gohr            "dist": {
76897170572SAndreas Gohr                "type": "zip",
7692ab82b8eSAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/a853a0e183b9db7eed023d7933a858fa1c8d25a3",
7702ab82b8eSAndreas Gohr                "reference": "a853a0e183b9db7eed023d7933a858fa1c8d25a3",
77197170572SAndreas Gohr                "shasum": ""
77297170572SAndreas Gohr            },
77397170572SAndreas Gohr            "require": {
77497170572SAndreas Gohr                "ext-tokenizer": "*",
7752ab82b8eSAndreas Gohr                "php": "^7.3 || ^8.0"
77697170572SAndreas Gohr            },
77797170572SAndreas Gohr            "require-dev": {
7782ab82b8eSAndreas Gohr                "phpunit/phpunit": "^9.0"
77997170572SAndreas Gohr            },
78097170572SAndreas Gohr            "type": "library",
78197170572SAndreas Gohr            "extra": {
78297170572SAndreas Gohr                "branch-alias": {
7832ab82b8eSAndreas Gohr                    "dev-master": "4.0-dev"
78497170572SAndreas Gohr                }
78597170572SAndreas Gohr            },
78697170572SAndreas Gohr            "autoload": {
78797170572SAndreas Gohr                "classmap": [
78897170572SAndreas Gohr                    "src/"
78997170572SAndreas Gohr                ]
79097170572SAndreas Gohr            },
79197170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
79297170572SAndreas Gohr            "license": [
79397170572SAndreas Gohr                "BSD-3-Clause"
79497170572SAndreas Gohr            ],
79597170572SAndreas Gohr            "authors": [
79697170572SAndreas Gohr                {
79797170572SAndreas Gohr                    "name": "Sebastian Bergmann",
79897170572SAndreas Gohr                    "email": "sebastian@phpunit.de"
79997170572SAndreas Gohr                }
80097170572SAndreas Gohr            ],
80197170572SAndreas Gohr            "description": "Wrapper around PHP's tokenizer extension.",
80297170572SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
80397170572SAndreas Gohr            "keywords": [
80497170572SAndreas Gohr                "tokenizer"
80597170572SAndreas Gohr            ],
80697170572SAndreas Gohr            "support": {
80797170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
8082ab82b8eSAndreas Gohr                "source": "https://github.com/sebastianbergmann/php-token-stream/tree/master"
80997170572SAndreas Gohr            },
81097170572SAndreas Gohr            "funding": [
81197170572SAndreas Gohr                {
81297170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
81397170572SAndreas Gohr                    "type": "github"
81497170572SAndreas Gohr                }
81597170572SAndreas Gohr            ],
81697170572SAndreas Gohr            "abandoned": true,
8172ab82b8eSAndreas Gohr            "time": "2020-08-04T08:28:15+00:00"
81897170572SAndreas Gohr        },
81997170572SAndreas Gohr        {
82097170572SAndreas Gohr            "name": "phpunit/phpunit",
821*05fd0e83SAndreas Gohr            "version": "8.5.36",
82297170572SAndreas Gohr            "source": {
82397170572SAndreas Gohr                "type": "git",
82497170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/phpunit.git",
825*05fd0e83SAndreas Gohr                "reference": "9652df58e06a681429d8cfdaec3c43d6de581d5a"
82697170572SAndreas Gohr            },
82797170572SAndreas Gohr            "dist": {
82897170572SAndreas Gohr                "type": "zip",
829*05fd0e83SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9652df58e06a681429d8cfdaec3c43d6de581d5a",
830*05fd0e83SAndreas Gohr                "reference": "9652df58e06a681429d8cfdaec3c43d6de581d5a",
83197170572SAndreas Gohr                "shasum": ""
83297170572SAndreas Gohr            },
83397170572SAndreas Gohr            "require": {
83497170572SAndreas Gohr                "doctrine/instantiator": "^1.3.1",
83597170572SAndreas Gohr                "ext-dom": "*",
83697170572SAndreas Gohr                "ext-json": "*",
83797170572SAndreas Gohr                "ext-libxml": "*",
83897170572SAndreas Gohr                "ext-mbstring": "*",
83997170572SAndreas Gohr                "ext-xml": "*",
84097170572SAndreas Gohr                "ext-xmlwriter": "*",
84197170572SAndreas Gohr                "myclabs/deep-copy": "^1.10.0",
84297170572SAndreas Gohr                "phar-io/manifest": "^2.0.3",
84397170572SAndreas Gohr                "phar-io/version": "^3.0.2",
84497170572SAndreas Gohr                "php": ">=7.2",
84597170572SAndreas Gohr                "phpunit/php-code-coverage": "^7.0.12",
84697170572SAndreas Gohr                "phpunit/php-file-iterator": "^2.0.4",
84797170572SAndreas Gohr                "phpunit/php-text-template": "^1.2.1",
84897170572SAndreas Gohr                "phpunit/php-timer": "^2.1.2",
84997170572SAndreas Gohr                "sebastian/comparator": "^3.0.5",
85097170572SAndreas Gohr                "sebastian/diff": "^3.0.2",
85197170572SAndreas Gohr                "sebastian/environment": "^4.2.3",
85297170572SAndreas Gohr                "sebastian/exporter": "^3.1.5",
85397170572SAndreas Gohr                "sebastian/global-state": "^3.0.0",
85497170572SAndreas Gohr                "sebastian/object-enumerator": "^3.0.3",
85597170572SAndreas Gohr                "sebastian/resource-operations": "^2.0.1",
85697170572SAndreas Gohr                "sebastian/type": "^1.1.3",
85797170572SAndreas Gohr                "sebastian/version": "^2.0.1"
85897170572SAndreas Gohr            },
85997170572SAndreas Gohr            "suggest": {
860108f17cfSAndreas Gohr                "ext-soap": "To be able to generate mocks based on WSDL files",
861108f17cfSAndreas Gohr                "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage",
862108f17cfSAndreas Gohr                "phpunit/php-invoker": "To allow enforcing time limits"
86397170572SAndreas Gohr            },
86497170572SAndreas Gohr            "bin": [
86597170572SAndreas Gohr                "phpunit"
86697170572SAndreas Gohr            ],
86797170572SAndreas Gohr            "type": "library",
86897170572SAndreas Gohr            "extra": {
86997170572SAndreas Gohr                "branch-alias": {
87097170572SAndreas Gohr                    "dev-master": "8.5-dev"
87197170572SAndreas Gohr                }
87297170572SAndreas Gohr            },
87397170572SAndreas Gohr            "autoload": {
87497170572SAndreas Gohr                "classmap": [
87597170572SAndreas Gohr                    "src/"
87697170572SAndreas Gohr                ]
87797170572SAndreas Gohr            },
87897170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
87997170572SAndreas Gohr            "license": [
88097170572SAndreas Gohr                "BSD-3-Clause"
88197170572SAndreas Gohr            ],
88297170572SAndreas Gohr            "authors": [
88397170572SAndreas Gohr                {
88497170572SAndreas Gohr                    "name": "Sebastian Bergmann",
88597170572SAndreas Gohr                    "email": "sebastian@phpunit.de",
88697170572SAndreas Gohr                    "role": "lead"
88797170572SAndreas Gohr                }
88897170572SAndreas Gohr            ],
88997170572SAndreas Gohr            "description": "The PHP Unit Testing framework.",
89097170572SAndreas Gohr            "homepage": "https://phpunit.de/",
89197170572SAndreas Gohr            "keywords": [
89297170572SAndreas Gohr                "phpunit",
89397170572SAndreas Gohr                "testing",
89497170572SAndreas Gohr                "xunit"
89597170572SAndreas Gohr            ],
89697170572SAndreas Gohr            "support": {
89797170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
898108f17cfSAndreas Gohr                "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
899*05fd0e83SAndreas Gohr                "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.36"
90097170572SAndreas Gohr            },
90197170572SAndreas Gohr            "funding": [
90297170572SAndreas Gohr                {
90397170572SAndreas Gohr                    "url": "https://phpunit.de/sponsors.html",
90497170572SAndreas Gohr                    "type": "custom"
90597170572SAndreas Gohr                },
90697170572SAndreas Gohr                {
90797170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
90897170572SAndreas Gohr                    "type": "github"
90997170572SAndreas Gohr                },
91097170572SAndreas Gohr                {
91197170572SAndreas Gohr                    "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
91297170572SAndreas Gohr                    "type": "tidelift"
91397170572SAndreas Gohr                }
91497170572SAndreas Gohr            ],
915*05fd0e83SAndreas Gohr            "time": "2023-12-01T16:52:15+00:00"
91697170572SAndreas Gohr        },
91797170572SAndreas Gohr        {
91897170572SAndreas Gohr            "name": "rector/rector",
919*05fd0e83SAndreas Gohr            "version": "0.19.0",
92097170572SAndreas Gohr            "source": {
92197170572SAndreas Gohr                "type": "git",
92297170572SAndreas Gohr                "url": "https://github.com/rectorphp/rector.git",
923*05fd0e83SAndreas Gohr                "reference": "503f4ead06b3892bd106f67f3c86d4e36c94423d"
92497170572SAndreas Gohr            },
92597170572SAndreas Gohr            "dist": {
92697170572SAndreas Gohr                "type": "zip",
927*05fd0e83SAndreas Gohr                "url": "https://api.github.com/repos/rectorphp/rector/zipball/503f4ead06b3892bd106f67f3c86d4e36c94423d",
928*05fd0e83SAndreas Gohr                "reference": "503f4ead06b3892bd106f67f3c86d4e36c94423d",
92997170572SAndreas Gohr                "shasum": ""
93097170572SAndreas Gohr            },
93197170572SAndreas Gohr            "require": {
93297170572SAndreas Gohr                "php": "^7.2|^8.0",
933*05fd0e83SAndreas Gohr                "phpstan/phpstan": "^1.10.52"
93497170572SAndreas Gohr            },
93597170572SAndreas Gohr            "conflict": {
93697170572SAndreas Gohr                "rector/rector-doctrine": "*",
93797170572SAndreas Gohr                "rector/rector-downgrade-php": "*",
93897170572SAndreas Gohr                "rector/rector-phpunit": "*",
93997170572SAndreas Gohr                "rector/rector-symfony": "*"
94097170572SAndreas Gohr            },
94197170572SAndreas Gohr            "bin": [
94297170572SAndreas Gohr                "bin/rector"
94397170572SAndreas Gohr            ],
94497170572SAndreas Gohr            "type": "library",
94597170572SAndreas Gohr            "autoload": {
94697170572SAndreas Gohr                "files": [
94797170572SAndreas Gohr                    "bootstrap.php"
94897170572SAndreas Gohr                ]
94997170572SAndreas Gohr            },
95097170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
95197170572SAndreas Gohr            "license": [
95297170572SAndreas Gohr                "MIT"
95397170572SAndreas Gohr            ],
95497170572SAndreas Gohr            "description": "Instant Upgrade and Automated Refactoring of any PHP code",
95597170572SAndreas Gohr            "keywords": [
95697170572SAndreas Gohr                "automation",
95797170572SAndreas Gohr                "dev",
95897170572SAndreas Gohr                "migration",
95997170572SAndreas Gohr                "refactoring"
96097170572SAndreas Gohr            ],
96197170572SAndreas Gohr            "support": {
96297170572SAndreas Gohr                "issues": "https://github.com/rectorphp/rector/issues",
963*05fd0e83SAndreas Gohr                "source": "https://github.com/rectorphp/rector/tree/0.19.0"
96497170572SAndreas Gohr            },
96597170572SAndreas Gohr            "funding": [
96697170572SAndreas Gohr                {
96797170572SAndreas Gohr                    "url": "https://github.com/tomasvotruba",
96897170572SAndreas Gohr                    "type": "github"
96997170572SAndreas Gohr                }
97097170572SAndreas Gohr            ],
971*05fd0e83SAndreas Gohr            "time": "2024-01-09T00:49:06+00:00"
97297170572SAndreas Gohr        },
97397170572SAndreas Gohr        {
97497170572SAndreas Gohr            "name": "sebastian/code-unit-reverse-lookup",
97597170572SAndreas Gohr            "version": "1.0.2",
97697170572SAndreas Gohr            "source": {
97797170572SAndreas Gohr                "type": "git",
97897170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
97997170572SAndreas Gohr                "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619"
98097170572SAndreas Gohr            },
98197170572SAndreas Gohr            "dist": {
98297170572SAndreas Gohr                "type": "zip",
98397170572SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619",
98497170572SAndreas Gohr                "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619",
98597170572SAndreas Gohr                "shasum": ""
98697170572SAndreas Gohr            },
98797170572SAndreas Gohr            "require": {
98897170572SAndreas Gohr                "php": ">=5.6"
98997170572SAndreas Gohr            },
99097170572SAndreas Gohr            "require-dev": {
99197170572SAndreas Gohr                "phpunit/phpunit": "^8.5"
99297170572SAndreas Gohr            },
99397170572SAndreas Gohr            "type": "library",
99497170572SAndreas Gohr            "extra": {
99597170572SAndreas Gohr                "branch-alias": {
99697170572SAndreas Gohr                    "dev-master": "1.0.x-dev"
99797170572SAndreas Gohr                }
99897170572SAndreas Gohr            },
99997170572SAndreas Gohr            "autoload": {
100097170572SAndreas Gohr                "classmap": [
100197170572SAndreas Gohr                    "src/"
100297170572SAndreas Gohr                ]
100397170572SAndreas Gohr            },
100497170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
100597170572SAndreas Gohr            "license": [
100697170572SAndreas Gohr                "BSD-3-Clause"
100797170572SAndreas Gohr            ],
100897170572SAndreas Gohr            "authors": [
100997170572SAndreas Gohr                {
101097170572SAndreas Gohr                    "name": "Sebastian Bergmann",
101197170572SAndreas Gohr                    "email": "sebastian@phpunit.de"
101297170572SAndreas Gohr                }
101397170572SAndreas Gohr            ],
101497170572SAndreas Gohr            "description": "Looks up which function or method a line of code belongs to",
101597170572SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
101697170572SAndreas Gohr            "support": {
101797170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
101897170572SAndreas Gohr                "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2"
101997170572SAndreas Gohr            },
102097170572SAndreas Gohr            "funding": [
102197170572SAndreas Gohr                {
102297170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
102397170572SAndreas Gohr                    "type": "github"
102497170572SAndreas Gohr                }
102597170572SAndreas Gohr            ],
102697170572SAndreas Gohr            "time": "2020-11-30T08:15:22+00:00"
102797170572SAndreas Gohr        },
102897170572SAndreas Gohr        {
102997170572SAndreas Gohr            "name": "sebastian/comparator",
103097170572SAndreas Gohr            "version": "3.0.5",
103197170572SAndreas Gohr            "source": {
103297170572SAndreas Gohr                "type": "git",
103397170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/comparator.git",
103497170572SAndreas Gohr                "reference": "1dc7ceb4a24aede938c7af2a9ed1de09609ca770"
103597170572SAndreas Gohr            },
103697170572SAndreas Gohr            "dist": {
103797170572SAndreas Gohr                "type": "zip",
103897170572SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dc7ceb4a24aede938c7af2a9ed1de09609ca770",
103997170572SAndreas Gohr                "reference": "1dc7ceb4a24aede938c7af2a9ed1de09609ca770",
104097170572SAndreas Gohr                "shasum": ""
104197170572SAndreas Gohr            },
104297170572SAndreas Gohr            "require": {
104397170572SAndreas Gohr                "php": ">=7.1",
104497170572SAndreas Gohr                "sebastian/diff": "^3.0",
104597170572SAndreas Gohr                "sebastian/exporter": "^3.1"
104697170572SAndreas Gohr            },
104797170572SAndreas Gohr            "require-dev": {
104897170572SAndreas Gohr                "phpunit/phpunit": "^8.5"
104997170572SAndreas Gohr            },
105097170572SAndreas Gohr            "type": "library",
105197170572SAndreas Gohr            "extra": {
105297170572SAndreas Gohr                "branch-alias": {
105397170572SAndreas Gohr                    "dev-master": "3.0-dev"
105497170572SAndreas Gohr                }
105597170572SAndreas Gohr            },
105697170572SAndreas Gohr            "autoload": {
105797170572SAndreas Gohr                "classmap": [
105897170572SAndreas Gohr                    "src/"
105997170572SAndreas Gohr                ]
106097170572SAndreas Gohr            },
106197170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
106297170572SAndreas Gohr            "license": [
106397170572SAndreas Gohr                "BSD-3-Clause"
106497170572SAndreas Gohr            ],
106597170572SAndreas Gohr            "authors": [
106697170572SAndreas Gohr                {
106797170572SAndreas Gohr                    "name": "Sebastian Bergmann",
106897170572SAndreas Gohr                    "email": "sebastian@phpunit.de"
106997170572SAndreas Gohr                },
107097170572SAndreas Gohr                {
107197170572SAndreas Gohr                    "name": "Jeff Welch",
107297170572SAndreas Gohr                    "email": "whatthejeff@gmail.com"
107397170572SAndreas Gohr                },
107497170572SAndreas Gohr                {
107597170572SAndreas Gohr                    "name": "Volker Dusch",
107697170572SAndreas Gohr                    "email": "github@wallbash.com"
107797170572SAndreas Gohr                },
107897170572SAndreas Gohr                {
107997170572SAndreas Gohr                    "name": "Bernhard Schussek",
108097170572SAndreas Gohr                    "email": "bschussek@2bepublished.at"
108197170572SAndreas Gohr                }
108297170572SAndreas Gohr            ],
108397170572SAndreas Gohr            "description": "Provides the functionality to compare PHP values for equality",
108497170572SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/comparator",
108597170572SAndreas Gohr            "keywords": [
108697170572SAndreas Gohr                "comparator",
108797170572SAndreas Gohr                "compare",
108897170572SAndreas Gohr                "equality"
108997170572SAndreas Gohr            ],
109097170572SAndreas Gohr            "support": {
109197170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/comparator/issues",
109297170572SAndreas Gohr                "source": "https://github.com/sebastianbergmann/comparator/tree/3.0.5"
109397170572SAndreas Gohr            },
109497170572SAndreas Gohr            "funding": [
109597170572SAndreas Gohr                {
109697170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
109797170572SAndreas Gohr                    "type": "github"
109897170572SAndreas Gohr                }
109997170572SAndreas Gohr            ],
110097170572SAndreas Gohr            "time": "2022-09-14T12:31:48+00:00"
110197170572SAndreas Gohr        },
110297170572SAndreas Gohr        {
110397170572SAndreas Gohr            "name": "sebastian/diff",
110497170572SAndreas Gohr            "version": "3.0.4",
110597170572SAndreas Gohr            "source": {
110697170572SAndreas Gohr                "type": "git",
110797170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/diff.git",
110897170572SAndreas Gohr                "reference": "6296a0c086dd0117c1b78b059374d7fcbe7545ae"
110997170572SAndreas Gohr            },
111097170572SAndreas Gohr            "dist": {
111197170572SAndreas Gohr                "type": "zip",
111297170572SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/6296a0c086dd0117c1b78b059374d7fcbe7545ae",
111397170572SAndreas Gohr                "reference": "6296a0c086dd0117c1b78b059374d7fcbe7545ae",
111497170572SAndreas Gohr                "shasum": ""
111597170572SAndreas Gohr            },
111697170572SAndreas Gohr            "require": {
111797170572SAndreas Gohr                "php": ">=7.1"
111897170572SAndreas Gohr            },
111997170572SAndreas Gohr            "require-dev": {
112097170572SAndreas Gohr                "phpunit/phpunit": "^7.5 || ^8.0",
112197170572SAndreas Gohr                "symfony/process": "^2 || ^3.3 || ^4"
112297170572SAndreas Gohr            },
112397170572SAndreas Gohr            "type": "library",
112497170572SAndreas Gohr            "extra": {
112597170572SAndreas Gohr                "branch-alias": {
112697170572SAndreas Gohr                    "dev-master": "3.0-dev"
112797170572SAndreas Gohr                }
112897170572SAndreas Gohr            },
112997170572SAndreas Gohr            "autoload": {
113097170572SAndreas Gohr                "classmap": [
113197170572SAndreas Gohr                    "src/"
113297170572SAndreas Gohr                ]
113397170572SAndreas Gohr            },
113497170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
113597170572SAndreas Gohr            "license": [
113697170572SAndreas Gohr                "BSD-3-Clause"
113797170572SAndreas Gohr            ],
113897170572SAndreas Gohr            "authors": [
113997170572SAndreas Gohr                {
114097170572SAndreas Gohr                    "name": "Sebastian Bergmann",
114197170572SAndreas Gohr                    "email": "sebastian@phpunit.de"
114297170572SAndreas Gohr                },
114397170572SAndreas Gohr                {
114497170572SAndreas Gohr                    "name": "Kore Nordmann",
114597170572SAndreas Gohr                    "email": "mail@kore-nordmann.de"
114697170572SAndreas Gohr                }
114797170572SAndreas Gohr            ],
114897170572SAndreas Gohr            "description": "Diff implementation",
114997170572SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/diff",
115097170572SAndreas Gohr            "keywords": [
115197170572SAndreas Gohr                "diff",
115297170572SAndreas Gohr                "udiff",
115397170572SAndreas Gohr                "unidiff",
115497170572SAndreas Gohr                "unified diff"
115597170572SAndreas Gohr            ],
115697170572SAndreas Gohr            "support": {
115797170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/diff/issues",
115897170572SAndreas Gohr                "source": "https://github.com/sebastianbergmann/diff/tree/3.0.4"
115997170572SAndreas Gohr            },
116097170572SAndreas Gohr            "funding": [
116197170572SAndreas Gohr                {
116297170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
116397170572SAndreas Gohr                    "type": "github"
116497170572SAndreas Gohr                }
116597170572SAndreas Gohr            ],
116697170572SAndreas Gohr            "time": "2023-05-07T05:30:20+00:00"
116797170572SAndreas Gohr        },
116897170572SAndreas Gohr        {
116997170572SAndreas Gohr            "name": "sebastian/environment",
117097170572SAndreas Gohr            "version": "4.2.4",
117197170572SAndreas Gohr            "source": {
117297170572SAndreas Gohr                "type": "git",
117397170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/environment.git",
117497170572SAndreas Gohr                "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0"
117597170572SAndreas Gohr            },
117697170572SAndreas Gohr            "dist": {
117797170572SAndreas Gohr                "type": "zip",
117897170572SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
117997170572SAndreas Gohr                "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
118097170572SAndreas Gohr                "shasum": ""
118197170572SAndreas Gohr            },
118297170572SAndreas Gohr            "require": {
118397170572SAndreas Gohr                "php": ">=7.1"
118497170572SAndreas Gohr            },
118597170572SAndreas Gohr            "require-dev": {
118697170572SAndreas Gohr                "phpunit/phpunit": "^7.5"
118797170572SAndreas Gohr            },
118897170572SAndreas Gohr            "suggest": {
118997170572SAndreas Gohr                "ext-posix": "*"
119097170572SAndreas Gohr            },
119197170572SAndreas Gohr            "type": "library",
119297170572SAndreas Gohr            "extra": {
119397170572SAndreas Gohr                "branch-alias": {
119497170572SAndreas Gohr                    "dev-master": "4.2-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": "Provides functionality to handle HHVM/PHP environments",
121397170572SAndreas Gohr            "homepage": "http://www.github.com/sebastianbergmann/environment",
121497170572SAndreas Gohr            "keywords": [
121597170572SAndreas Gohr                "Xdebug",
121697170572SAndreas Gohr                "environment",
121797170572SAndreas Gohr                "hhvm"
121897170572SAndreas Gohr            ],
121997170572SAndreas Gohr            "support": {
122097170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/environment/issues",
122197170572SAndreas Gohr                "source": "https://github.com/sebastianbergmann/environment/tree/4.2.4"
122297170572SAndreas Gohr            },
122397170572SAndreas Gohr            "funding": [
122497170572SAndreas Gohr                {
122597170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
122697170572SAndreas Gohr                    "type": "github"
122797170572SAndreas Gohr                }
122897170572SAndreas Gohr            ],
122997170572SAndreas Gohr            "time": "2020-11-30T07:53:42+00:00"
123097170572SAndreas Gohr        },
123197170572SAndreas Gohr        {
123297170572SAndreas Gohr            "name": "sebastian/exporter",
123397170572SAndreas Gohr            "version": "3.1.5",
123497170572SAndreas Gohr            "source": {
123597170572SAndreas Gohr                "type": "git",
123697170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/exporter.git",
123797170572SAndreas Gohr                "reference": "73a9676f2833b9a7c36968f9d882589cd75511e6"
123897170572SAndreas Gohr            },
123997170572SAndreas Gohr            "dist": {
124097170572SAndreas Gohr                "type": "zip",
124197170572SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/73a9676f2833b9a7c36968f9d882589cd75511e6",
124297170572SAndreas Gohr                "reference": "73a9676f2833b9a7c36968f9d882589cd75511e6",
124397170572SAndreas Gohr                "shasum": ""
124497170572SAndreas Gohr            },
124597170572SAndreas Gohr            "require": {
124697170572SAndreas Gohr                "php": ">=7.0",
124797170572SAndreas Gohr                "sebastian/recursion-context": "^3.0"
124897170572SAndreas Gohr            },
124997170572SAndreas Gohr            "require-dev": {
125097170572SAndreas Gohr                "ext-mbstring": "*",
125197170572SAndreas Gohr                "phpunit/phpunit": "^8.5"
125297170572SAndreas Gohr            },
125397170572SAndreas Gohr            "type": "library",
125497170572SAndreas Gohr            "extra": {
125597170572SAndreas Gohr                "branch-alias": {
125697170572SAndreas Gohr                    "dev-master": "3.1.x-dev"
125797170572SAndreas Gohr                }
125897170572SAndreas Gohr            },
125997170572SAndreas Gohr            "autoload": {
126097170572SAndreas Gohr                "classmap": [
126197170572SAndreas Gohr                    "src/"
126297170572SAndreas Gohr                ]
126397170572SAndreas Gohr            },
126497170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
126597170572SAndreas Gohr            "license": [
126697170572SAndreas Gohr                "BSD-3-Clause"
126797170572SAndreas Gohr            ],
126897170572SAndreas Gohr            "authors": [
126997170572SAndreas Gohr                {
127097170572SAndreas Gohr                    "name": "Sebastian Bergmann",
127197170572SAndreas Gohr                    "email": "sebastian@phpunit.de"
127297170572SAndreas Gohr                },
127397170572SAndreas Gohr                {
127497170572SAndreas Gohr                    "name": "Jeff Welch",
127597170572SAndreas Gohr                    "email": "whatthejeff@gmail.com"
127697170572SAndreas Gohr                },
127797170572SAndreas Gohr                {
127897170572SAndreas Gohr                    "name": "Volker Dusch",
127997170572SAndreas Gohr                    "email": "github@wallbash.com"
128097170572SAndreas Gohr                },
128197170572SAndreas Gohr                {
128297170572SAndreas Gohr                    "name": "Adam Harvey",
128397170572SAndreas Gohr                    "email": "aharvey@php.net"
128497170572SAndreas Gohr                },
128597170572SAndreas Gohr                {
128697170572SAndreas Gohr                    "name": "Bernhard Schussek",
128797170572SAndreas Gohr                    "email": "bschussek@gmail.com"
128897170572SAndreas Gohr                }
128997170572SAndreas Gohr            ],
129097170572SAndreas Gohr            "description": "Provides the functionality to export PHP variables for visualization",
129197170572SAndreas Gohr            "homepage": "http://www.github.com/sebastianbergmann/exporter",
129297170572SAndreas Gohr            "keywords": [
129397170572SAndreas Gohr                "export",
129497170572SAndreas Gohr                "exporter"
129597170572SAndreas Gohr            ],
129697170572SAndreas Gohr            "support": {
129797170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/exporter/issues",
129897170572SAndreas Gohr                "source": "https://github.com/sebastianbergmann/exporter/tree/3.1.5"
129997170572SAndreas Gohr            },
130097170572SAndreas Gohr            "funding": [
130197170572SAndreas Gohr                {
130297170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
130397170572SAndreas Gohr                    "type": "github"
130497170572SAndreas Gohr                }
130597170572SAndreas Gohr            ],
130697170572SAndreas Gohr            "time": "2022-09-14T06:00:17+00:00"
130797170572SAndreas Gohr        },
130897170572SAndreas Gohr        {
130997170572SAndreas Gohr            "name": "sebastian/global-state",
131097170572SAndreas Gohr            "version": "3.0.3",
131197170572SAndreas Gohr            "source": {
131297170572SAndreas Gohr                "type": "git",
131397170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/global-state.git",
131497170572SAndreas Gohr                "reference": "66783ce213de415b451b904bfef9dda0cf9aeae0"
131597170572SAndreas Gohr            },
131697170572SAndreas Gohr            "dist": {
131797170572SAndreas Gohr                "type": "zip",
131897170572SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/66783ce213de415b451b904bfef9dda0cf9aeae0",
131997170572SAndreas Gohr                "reference": "66783ce213de415b451b904bfef9dda0cf9aeae0",
132097170572SAndreas Gohr                "shasum": ""
132197170572SAndreas Gohr            },
132297170572SAndreas Gohr            "require": {
132397170572SAndreas Gohr                "php": ">=7.2",
132497170572SAndreas Gohr                "sebastian/object-reflector": "^1.1.1",
132597170572SAndreas Gohr                "sebastian/recursion-context": "^3.0"
132697170572SAndreas Gohr            },
132797170572SAndreas Gohr            "require-dev": {
132897170572SAndreas Gohr                "ext-dom": "*",
132997170572SAndreas Gohr                "phpunit/phpunit": "^8.0"
133097170572SAndreas Gohr            },
133197170572SAndreas Gohr            "suggest": {
133297170572SAndreas Gohr                "ext-uopz": "*"
133397170572SAndreas Gohr            },
133497170572SAndreas Gohr            "type": "library",
133597170572SAndreas Gohr            "extra": {
133697170572SAndreas Gohr                "branch-alias": {
133797170572SAndreas Gohr                    "dev-master": "3.0-dev"
133897170572SAndreas Gohr                }
133997170572SAndreas Gohr            },
134097170572SAndreas Gohr            "autoload": {
134197170572SAndreas Gohr                "classmap": [
134297170572SAndreas Gohr                    "src/"
134397170572SAndreas Gohr                ]
134497170572SAndreas Gohr            },
134597170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
134697170572SAndreas Gohr            "license": [
134797170572SAndreas Gohr                "BSD-3-Clause"
134897170572SAndreas Gohr            ],
134997170572SAndreas Gohr            "authors": [
135097170572SAndreas Gohr                {
135197170572SAndreas Gohr                    "name": "Sebastian Bergmann",
135297170572SAndreas Gohr                    "email": "sebastian@phpunit.de"
135397170572SAndreas Gohr                }
135497170572SAndreas Gohr            ],
135597170572SAndreas Gohr            "description": "Snapshotting of global state",
135697170572SAndreas Gohr            "homepage": "http://www.github.com/sebastianbergmann/global-state",
135797170572SAndreas Gohr            "keywords": [
135897170572SAndreas Gohr                "global state"
135997170572SAndreas Gohr            ],
136097170572SAndreas Gohr            "support": {
136197170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/global-state/issues",
136297170572SAndreas Gohr                "source": "https://github.com/sebastianbergmann/global-state/tree/3.0.3"
136397170572SAndreas Gohr            },
136497170572SAndreas Gohr            "funding": [
136597170572SAndreas Gohr                {
136697170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
136797170572SAndreas Gohr                    "type": "github"
136897170572SAndreas Gohr                }
136997170572SAndreas Gohr            ],
137097170572SAndreas Gohr            "time": "2023-08-02T09:23:32+00:00"
137197170572SAndreas Gohr        },
137297170572SAndreas Gohr        {
137397170572SAndreas Gohr            "name": "sebastian/object-enumerator",
137497170572SAndreas Gohr            "version": "3.0.4",
137597170572SAndreas Gohr            "source": {
137697170572SAndreas Gohr                "type": "git",
137797170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
137897170572SAndreas Gohr                "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2"
137997170572SAndreas Gohr            },
138097170572SAndreas Gohr            "dist": {
138197170572SAndreas Gohr                "type": "zip",
138297170572SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
138397170572SAndreas Gohr                "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
138497170572SAndreas Gohr                "shasum": ""
138597170572SAndreas Gohr            },
138697170572SAndreas Gohr            "require": {
138797170572SAndreas Gohr                "php": ">=7.0",
138897170572SAndreas Gohr                "sebastian/object-reflector": "^1.1.1",
138997170572SAndreas Gohr                "sebastian/recursion-context": "^3.0"
139097170572SAndreas Gohr            },
139197170572SAndreas Gohr            "require-dev": {
139297170572SAndreas Gohr                "phpunit/phpunit": "^6.0"
139397170572SAndreas Gohr            },
139497170572SAndreas Gohr            "type": "library",
139597170572SAndreas Gohr            "extra": {
139697170572SAndreas Gohr                "branch-alias": {
139797170572SAndreas Gohr                    "dev-master": "3.0.x-dev"
139897170572SAndreas Gohr                }
139997170572SAndreas Gohr            },
140097170572SAndreas Gohr            "autoload": {
140197170572SAndreas Gohr                "classmap": [
140297170572SAndreas Gohr                    "src/"
140397170572SAndreas Gohr                ]
140497170572SAndreas Gohr            },
140597170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
140697170572SAndreas Gohr            "license": [
140797170572SAndreas Gohr                "BSD-3-Clause"
140897170572SAndreas Gohr            ],
140997170572SAndreas Gohr            "authors": [
141097170572SAndreas Gohr                {
141197170572SAndreas Gohr                    "name": "Sebastian Bergmann",
141297170572SAndreas Gohr                    "email": "sebastian@phpunit.de"
141397170572SAndreas Gohr                }
141497170572SAndreas Gohr            ],
141597170572SAndreas Gohr            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
141697170572SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
141797170572SAndreas Gohr            "support": {
141897170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
141997170572SAndreas Gohr                "source": "https://github.com/sebastianbergmann/object-enumerator/tree/3.0.4"
142097170572SAndreas Gohr            },
142197170572SAndreas Gohr            "funding": [
142297170572SAndreas Gohr                {
142397170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
142497170572SAndreas Gohr                    "type": "github"
142597170572SAndreas Gohr                }
142697170572SAndreas Gohr            ],
142797170572SAndreas Gohr            "time": "2020-11-30T07:40:27+00:00"
142897170572SAndreas Gohr        },
142997170572SAndreas Gohr        {
143097170572SAndreas Gohr            "name": "sebastian/object-reflector",
143197170572SAndreas Gohr            "version": "1.1.2",
143297170572SAndreas Gohr            "source": {
143397170572SAndreas Gohr                "type": "git",
143497170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/object-reflector.git",
143597170572SAndreas Gohr                "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d"
143697170572SAndreas Gohr            },
143797170572SAndreas Gohr            "dist": {
143897170572SAndreas Gohr                "type": "zip",
143997170572SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
144097170572SAndreas Gohr                "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
144197170572SAndreas Gohr                "shasum": ""
144297170572SAndreas Gohr            },
144397170572SAndreas Gohr            "require": {
144497170572SAndreas Gohr                "php": ">=7.0"
144597170572SAndreas Gohr            },
144697170572SAndreas Gohr            "require-dev": {
144797170572SAndreas Gohr                "phpunit/phpunit": "^6.0"
144897170572SAndreas Gohr            },
144997170572SAndreas Gohr            "type": "library",
145097170572SAndreas Gohr            "extra": {
145197170572SAndreas Gohr                "branch-alias": {
145297170572SAndreas Gohr                    "dev-master": "1.1-dev"
145397170572SAndreas Gohr                }
145497170572SAndreas Gohr            },
145597170572SAndreas Gohr            "autoload": {
145697170572SAndreas Gohr                "classmap": [
145797170572SAndreas Gohr                    "src/"
145897170572SAndreas Gohr                ]
145997170572SAndreas Gohr            },
146097170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
146197170572SAndreas Gohr            "license": [
146297170572SAndreas Gohr                "BSD-3-Clause"
146397170572SAndreas Gohr            ],
146497170572SAndreas Gohr            "authors": [
146597170572SAndreas Gohr                {
146697170572SAndreas Gohr                    "name": "Sebastian Bergmann",
146797170572SAndreas Gohr                    "email": "sebastian@phpunit.de"
146897170572SAndreas Gohr                }
146997170572SAndreas Gohr            ],
147097170572SAndreas Gohr            "description": "Allows reflection of object attributes, including inherited and non-public ones",
147197170572SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
147297170572SAndreas Gohr            "support": {
147397170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
147497170572SAndreas Gohr                "source": "https://github.com/sebastianbergmann/object-reflector/tree/1.1.2"
147597170572SAndreas Gohr            },
147697170572SAndreas Gohr            "funding": [
147797170572SAndreas Gohr                {
147897170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
147997170572SAndreas Gohr                    "type": "github"
148097170572SAndreas Gohr                }
148197170572SAndreas Gohr            ],
148297170572SAndreas Gohr            "time": "2020-11-30T07:37:18+00:00"
148397170572SAndreas Gohr        },
148497170572SAndreas Gohr        {
148597170572SAndreas Gohr            "name": "sebastian/recursion-context",
148697170572SAndreas Gohr            "version": "3.0.1",
148797170572SAndreas Gohr            "source": {
148897170572SAndreas Gohr                "type": "git",
148997170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/recursion-context.git",
149097170572SAndreas Gohr                "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb"
149197170572SAndreas Gohr            },
149297170572SAndreas Gohr            "dist": {
149397170572SAndreas Gohr                "type": "zip",
149497170572SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/367dcba38d6e1977be014dc4b22f47a484dac7fb",
149597170572SAndreas Gohr                "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb",
149697170572SAndreas Gohr                "shasum": ""
149797170572SAndreas Gohr            },
149897170572SAndreas Gohr            "require": {
149997170572SAndreas Gohr                "php": ">=7.0"
150097170572SAndreas Gohr            },
150197170572SAndreas Gohr            "require-dev": {
150297170572SAndreas Gohr                "phpunit/phpunit": "^6.0"
150397170572SAndreas Gohr            },
150497170572SAndreas Gohr            "type": "library",
150597170572SAndreas Gohr            "extra": {
150697170572SAndreas Gohr                "branch-alias": {
150797170572SAndreas Gohr                    "dev-master": "3.0.x-dev"
150897170572SAndreas Gohr                }
150997170572SAndreas Gohr            },
151097170572SAndreas Gohr            "autoload": {
151197170572SAndreas Gohr                "classmap": [
151297170572SAndreas Gohr                    "src/"
151397170572SAndreas Gohr                ]
151497170572SAndreas Gohr            },
151597170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
151697170572SAndreas Gohr            "license": [
151797170572SAndreas Gohr                "BSD-3-Clause"
151897170572SAndreas Gohr            ],
151997170572SAndreas Gohr            "authors": [
152097170572SAndreas Gohr                {
152197170572SAndreas Gohr                    "name": "Sebastian Bergmann",
152297170572SAndreas Gohr                    "email": "sebastian@phpunit.de"
152397170572SAndreas Gohr                },
152497170572SAndreas Gohr                {
152597170572SAndreas Gohr                    "name": "Jeff Welch",
152697170572SAndreas Gohr                    "email": "whatthejeff@gmail.com"
152797170572SAndreas Gohr                },
152897170572SAndreas Gohr                {
152997170572SAndreas Gohr                    "name": "Adam Harvey",
153097170572SAndreas Gohr                    "email": "aharvey@php.net"
153197170572SAndreas Gohr                }
153297170572SAndreas Gohr            ],
153397170572SAndreas Gohr            "description": "Provides functionality to recursively process PHP variables",
153497170572SAndreas Gohr            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
153597170572SAndreas Gohr            "support": {
153697170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
153797170572SAndreas Gohr                "source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0.1"
153897170572SAndreas Gohr            },
153997170572SAndreas Gohr            "funding": [
154097170572SAndreas Gohr                {
154197170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
154297170572SAndreas Gohr                    "type": "github"
154397170572SAndreas Gohr                }
154497170572SAndreas Gohr            ],
154597170572SAndreas Gohr            "time": "2020-11-30T07:34:24+00:00"
154697170572SAndreas Gohr        },
154797170572SAndreas Gohr        {
154897170572SAndreas Gohr            "name": "sebastian/resource-operations",
154997170572SAndreas Gohr            "version": "2.0.2",
155097170572SAndreas Gohr            "source": {
155197170572SAndreas Gohr                "type": "git",
155297170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/resource-operations.git",
155397170572SAndreas Gohr                "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3"
155497170572SAndreas Gohr            },
155597170572SAndreas Gohr            "dist": {
155697170572SAndreas Gohr                "type": "zip",
155797170572SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/31d35ca87926450c44eae7e2611d45a7a65ea8b3",
155897170572SAndreas Gohr                "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3",
155997170572SAndreas Gohr                "shasum": ""
156097170572SAndreas Gohr            },
156197170572SAndreas Gohr            "require": {
156297170572SAndreas Gohr                "php": ">=7.1"
156397170572SAndreas Gohr            },
156497170572SAndreas Gohr            "type": "library",
156597170572SAndreas Gohr            "extra": {
156697170572SAndreas Gohr                "branch-alias": {
156797170572SAndreas Gohr                    "dev-master": "2.0-dev"
156897170572SAndreas Gohr                }
156997170572SAndreas Gohr            },
157097170572SAndreas Gohr            "autoload": {
157197170572SAndreas Gohr                "classmap": [
157297170572SAndreas Gohr                    "src/"
157397170572SAndreas Gohr                ]
157497170572SAndreas Gohr            },
157597170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
157697170572SAndreas Gohr            "license": [
157797170572SAndreas Gohr                "BSD-3-Clause"
157897170572SAndreas Gohr            ],
157997170572SAndreas Gohr            "authors": [
158097170572SAndreas Gohr                {
158197170572SAndreas Gohr                    "name": "Sebastian Bergmann",
158297170572SAndreas Gohr                    "email": "sebastian@phpunit.de"
158397170572SAndreas Gohr                }
158497170572SAndreas Gohr            ],
158597170572SAndreas Gohr            "description": "Provides a list of PHP built-in functions that operate on resources",
158697170572SAndreas Gohr            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
158797170572SAndreas Gohr            "support": {
158897170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
158997170572SAndreas Gohr                "source": "https://github.com/sebastianbergmann/resource-operations/tree/2.0.2"
159097170572SAndreas Gohr            },
159197170572SAndreas Gohr            "funding": [
159297170572SAndreas Gohr                {
159397170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
159497170572SAndreas Gohr                    "type": "github"
159597170572SAndreas Gohr                }
159697170572SAndreas Gohr            ],
159797170572SAndreas Gohr            "time": "2020-11-30T07:30:19+00:00"
159897170572SAndreas Gohr        },
159997170572SAndreas Gohr        {
160097170572SAndreas Gohr            "name": "sebastian/type",
160197170572SAndreas Gohr            "version": "1.1.4",
160297170572SAndreas Gohr            "source": {
160397170572SAndreas Gohr                "type": "git",
160497170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/type.git",
160597170572SAndreas Gohr                "reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4"
160697170572SAndreas Gohr            },
160797170572SAndreas Gohr            "dist": {
160897170572SAndreas Gohr                "type": "zip",
160997170572SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/0150cfbc4495ed2df3872fb31b26781e4e077eb4",
161097170572SAndreas Gohr                "reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4",
161197170572SAndreas Gohr                "shasum": ""
161297170572SAndreas Gohr            },
161397170572SAndreas Gohr            "require": {
161497170572SAndreas Gohr                "php": ">=7.2"
161597170572SAndreas Gohr            },
161697170572SAndreas Gohr            "require-dev": {
161797170572SAndreas Gohr                "phpunit/phpunit": "^8.2"
161897170572SAndreas Gohr            },
161997170572SAndreas Gohr            "type": "library",
162097170572SAndreas Gohr            "extra": {
162197170572SAndreas Gohr                "branch-alias": {
162297170572SAndreas Gohr                    "dev-master": "1.1-dev"
162397170572SAndreas Gohr                }
162497170572SAndreas Gohr            },
162597170572SAndreas Gohr            "autoload": {
162697170572SAndreas Gohr                "classmap": [
162797170572SAndreas Gohr                    "src/"
162897170572SAndreas Gohr                ]
162997170572SAndreas Gohr            },
163097170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
163197170572SAndreas Gohr            "license": [
163297170572SAndreas Gohr                "BSD-3-Clause"
163397170572SAndreas Gohr            ],
163497170572SAndreas Gohr            "authors": [
163597170572SAndreas Gohr                {
163697170572SAndreas Gohr                    "name": "Sebastian Bergmann",
163797170572SAndreas Gohr                    "email": "sebastian@phpunit.de",
163897170572SAndreas Gohr                    "role": "lead"
163997170572SAndreas Gohr                }
164097170572SAndreas Gohr            ],
164197170572SAndreas Gohr            "description": "Collection of value objects that represent the types of the PHP type system",
164297170572SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/type",
164397170572SAndreas Gohr            "support": {
164497170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/type/issues",
164597170572SAndreas Gohr                "source": "https://github.com/sebastianbergmann/type/tree/1.1.4"
164697170572SAndreas Gohr            },
164797170572SAndreas Gohr            "funding": [
164897170572SAndreas Gohr                {
164997170572SAndreas Gohr                    "url": "https://github.com/sebastianbergmann",
165097170572SAndreas Gohr                    "type": "github"
165197170572SAndreas Gohr                }
165297170572SAndreas Gohr            ],
165397170572SAndreas Gohr            "time": "2020-11-30T07:25:11+00:00"
165497170572SAndreas Gohr        },
165597170572SAndreas Gohr        {
165697170572SAndreas Gohr            "name": "sebastian/version",
165797170572SAndreas Gohr            "version": "2.0.1",
165897170572SAndreas Gohr            "source": {
165997170572SAndreas Gohr                "type": "git",
166097170572SAndreas Gohr                "url": "https://github.com/sebastianbergmann/version.git",
166197170572SAndreas Gohr                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
166297170572SAndreas Gohr            },
166397170572SAndreas Gohr            "dist": {
166497170572SAndreas Gohr                "type": "zip",
166597170572SAndreas Gohr                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
166697170572SAndreas Gohr                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
166797170572SAndreas Gohr                "shasum": ""
166897170572SAndreas Gohr            },
166997170572SAndreas Gohr            "require": {
167097170572SAndreas Gohr                "php": ">=5.6"
167197170572SAndreas Gohr            },
167297170572SAndreas Gohr            "type": "library",
167397170572SAndreas Gohr            "extra": {
167497170572SAndreas Gohr                "branch-alias": {
167597170572SAndreas Gohr                    "dev-master": "2.0.x-dev"
167697170572SAndreas Gohr                }
167797170572SAndreas Gohr            },
167897170572SAndreas Gohr            "autoload": {
167997170572SAndreas Gohr                "classmap": [
168097170572SAndreas Gohr                    "src/"
168197170572SAndreas Gohr                ]
168297170572SAndreas Gohr            },
168397170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
168497170572SAndreas Gohr            "license": [
168597170572SAndreas Gohr                "BSD-3-Clause"
168697170572SAndreas Gohr            ],
168797170572SAndreas Gohr            "authors": [
168897170572SAndreas Gohr                {
168997170572SAndreas Gohr                    "name": "Sebastian Bergmann",
169097170572SAndreas Gohr                    "email": "sebastian@phpunit.de",
169197170572SAndreas Gohr                    "role": "lead"
169297170572SAndreas Gohr                }
169397170572SAndreas Gohr            ],
169497170572SAndreas Gohr            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
169597170572SAndreas Gohr            "homepage": "https://github.com/sebastianbergmann/version",
169697170572SAndreas Gohr            "support": {
169797170572SAndreas Gohr                "issues": "https://github.com/sebastianbergmann/version/issues",
169897170572SAndreas Gohr                "source": "https://github.com/sebastianbergmann/version/tree/master"
169997170572SAndreas Gohr            },
170097170572SAndreas Gohr            "time": "2016-10-03T07:35:21+00:00"
170197170572SAndreas Gohr        },
170297170572SAndreas Gohr        {
170397170572SAndreas Gohr            "name": "squizlabs/php_codesniffer",
1704*05fd0e83SAndreas Gohr            "version": "3.8.0",
170597170572SAndreas Gohr            "source": {
170697170572SAndreas Gohr                "type": "git",
1707*05fd0e83SAndreas Gohr                "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
1708*05fd0e83SAndreas Gohr                "reference": "5805f7a4e4958dbb5e944ef1e6edae0a303765e7"
170997170572SAndreas Gohr            },
171097170572SAndreas Gohr            "dist": {
171197170572SAndreas Gohr                "type": "zip",
1712*05fd0e83SAndreas Gohr                "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/5805f7a4e4958dbb5e944ef1e6edae0a303765e7",
1713*05fd0e83SAndreas Gohr                "reference": "5805f7a4e4958dbb5e944ef1e6edae0a303765e7",
171497170572SAndreas Gohr                "shasum": ""
171597170572SAndreas Gohr            },
171697170572SAndreas Gohr            "require": {
171797170572SAndreas Gohr                "ext-simplexml": "*",
171897170572SAndreas Gohr                "ext-tokenizer": "*",
171997170572SAndreas Gohr                "ext-xmlwriter": "*",
172097170572SAndreas Gohr                "php": ">=5.4.0"
172197170572SAndreas Gohr            },
172297170572SAndreas Gohr            "require-dev": {
1723*05fd0e83SAndreas Gohr                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
172497170572SAndreas Gohr            },
172597170572SAndreas Gohr            "bin": [
172697170572SAndreas Gohr                "bin/phpcs",
172797170572SAndreas Gohr                "bin/phpcbf"
172897170572SAndreas Gohr            ],
172997170572SAndreas Gohr            "type": "library",
173097170572SAndreas Gohr            "extra": {
173197170572SAndreas Gohr                "branch-alias": {
173297170572SAndreas Gohr                    "dev-master": "3.x-dev"
173397170572SAndreas Gohr                }
173497170572SAndreas Gohr            },
173597170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
173697170572SAndreas Gohr            "license": [
173797170572SAndreas Gohr                "BSD-3-Clause"
173897170572SAndreas Gohr            ],
173997170572SAndreas Gohr            "authors": [
174097170572SAndreas Gohr                {
174197170572SAndreas Gohr                    "name": "Greg Sherwood",
1742*05fd0e83SAndreas Gohr                    "role": "Former lead"
1743*05fd0e83SAndreas Gohr                },
1744*05fd0e83SAndreas Gohr                {
1745*05fd0e83SAndreas Gohr                    "name": "Juliette Reinders Folmer",
1746*05fd0e83SAndreas Gohr                    "role": "Current lead"
1747*05fd0e83SAndreas Gohr                },
1748*05fd0e83SAndreas Gohr                {
1749*05fd0e83SAndreas Gohr                    "name": "Contributors",
1750*05fd0e83SAndreas Gohr                    "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
175197170572SAndreas Gohr                }
175297170572SAndreas Gohr            ],
175397170572SAndreas Gohr            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
1754*05fd0e83SAndreas Gohr            "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
175597170572SAndreas Gohr            "keywords": [
175697170572SAndreas Gohr                "phpcs",
175797170572SAndreas Gohr                "standards",
175897170572SAndreas Gohr                "static analysis"
175997170572SAndreas Gohr            ],
176097170572SAndreas Gohr            "support": {
1761*05fd0e83SAndreas Gohr                "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
1762*05fd0e83SAndreas Gohr                "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
1763*05fd0e83SAndreas Gohr                "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
1764*05fd0e83SAndreas Gohr                "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
176597170572SAndreas Gohr            },
1766*05fd0e83SAndreas Gohr            "funding": [
1767*05fd0e83SAndreas Gohr                {
1768*05fd0e83SAndreas Gohr                    "url": "https://github.com/PHPCSStandards",
1769*05fd0e83SAndreas Gohr                    "type": "github"
1770*05fd0e83SAndreas Gohr                },
1771*05fd0e83SAndreas Gohr                {
1772*05fd0e83SAndreas Gohr                    "url": "https://github.com/jrfnl",
1773*05fd0e83SAndreas Gohr                    "type": "github"
1774*05fd0e83SAndreas Gohr                },
1775*05fd0e83SAndreas Gohr                {
1776*05fd0e83SAndreas Gohr                    "url": "https://opencollective.com/php_codesniffer",
1777*05fd0e83SAndreas Gohr                    "type": "open_collective"
1778*05fd0e83SAndreas Gohr                }
1779*05fd0e83SAndreas Gohr            ],
1780*05fd0e83SAndreas Gohr            "time": "2023-12-08T12:32:31+00:00"
178197170572SAndreas Gohr        },
178297170572SAndreas Gohr        {
178397170572SAndreas Gohr            "name": "theseer/tokenizer",
1784*05fd0e83SAndreas Gohr            "version": "1.2.2",
178597170572SAndreas Gohr            "source": {
178697170572SAndreas Gohr                "type": "git",
178797170572SAndreas Gohr                "url": "https://github.com/theseer/tokenizer.git",
1788*05fd0e83SAndreas Gohr                "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96"
178997170572SAndreas Gohr            },
179097170572SAndreas Gohr            "dist": {
179197170572SAndreas Gohr                "type": "zip",
1792*05fd0e83SAndreas Gohr                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b2ad5003ca10d4ee50a12da31de12a5774ba6b96",
1793*05fd0e83SAndreas Gohr                "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96",
179497170572SAndreas Gohr                "shasum": ""
179597170572SAndreas Gohr            },
179697170572SAndreas Gohr            "require": {
179797170572SAndreas Gohr                "ext-dom": "*",
179897170572SAndreas Gohr                "ext-tokenizer": "*",
179997170572SAndreas Gohr                "ext-xmlwriter": "*",
180097170572SAndreas Gohr                "php": "^7.2 || ^8.0"
180197170572SAndreas Gohr            },
180297170572SAndreas Gohr            "type": "library",
180397170572SAndreas Gohr            "autoload": {
180497170572SAndreas Gohr                "classmap": [
180597170572SAndreas Gohr                    "src/"
180697170572SAndreas Gohr                ]
180797170572SAndreas Gohr            },
180897170572SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
180997170572SAndreas Gohr            "license": [
181097170572SAndreas Gohr                "BSD-3-Clause"
181197170572SAndreas Gohr            ],
181297170572SAndreas Gohr            "authors": [
181397170572SAndreas Gohr                {
181497170572SAndreas Gohr                    "name": "Arne Blankerts",
181597170572SAndreas Gohr                    "email": "arne@blankerts.de",
181697170572SAndreas Gohr                    "role": "Developer"
181797170572SAndreas Gohr                }
181897170572SAndreas Gohr            ],
181997170572SAndreas Gohr            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
182097170572SAndreas Gohr            "support": {
182197170572SAndreas Gohr                "issues": "https://github.com/theseer/tokenizer/issues",
1822*05fd0e83SAndreas Gohr                "source": "https://github.com/theseer/tokenizer/tree/1.2.2"
182397170572SAndreas Gohr            },
182497170572SAndreas Gohr            "funding": [
182597170572SAndreas Gohr                {
182697170572SAndreas Gohr                    "url": "https://github.com/theseer",
182797170572SAndreas Gohr                    "type": "github"
182897170572SAndreas Gohr                }
182997170572SAndreas Gohr            ],
1830*05fd0e83SAndreas Gohr            "time": "2023-11-20T00:12:19+00:00"
183197170572SAndreas Gohr        }
183297170572SAndreas Gohr    ],
1833acdf738aSAndreas Gohr    "aliases": [],
1834acdf738aSAndreas Gohr    "minimum-stability": "stable",
1835acdf738aSAndreas Gohr    "stability-flags": [],
1836acdf738aSAndreas Gohr    "prefer-stable": true,
1837acdf738aSAndreas Gohr    "prefer-lowest": false,
1838acdf738aSAndreas Gohr    "platform": {
18392ab82b8eSAndreas Gohr        "php": ">=7.4"
1840acdf738aSAndreas Gohr    },
1841acdf738aSAndreas Gohr    "platform-dev": [],
1842acdf738aSAndreas Gohr    "platform-overrides": {
18432ab82b8eSAndreas Gohr        "php": "7.4"
1844acdf738aSAndreas Gohr    },
184597170572SAndreas Gohr    "plugin-api-version": "2.6.0"
1846acdf738aSAndreas Gohr}
1847