xref: /dokuwiki/_test/composer.lock (revision 0e18d4f543d0ed24dda3ba77b417473cfad483e2)
1{
2    "_readme": [
3        "This file locks the dependencies of your project to a known state",
4        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5        "This file is @generated automatically"
6    ],
7    "content-hash": "5b9c0aa944039e87220b6ec1e4e3f10a",
8    "packages": [
9        {
10            "name": "scotteh/php-dom-wrapper",
11            "version": "2.0.5",
12            "source": {
13                "type": "git",
14                "url": "https://github.com/scotteh/php-dom-wrapper.git",
15                "reference": "351e9c635c9aa65c8cedaeefcac3a49581ad2529"
16            },
17            "dist": {
18                "type": "zip",
19                "url": "https://api.github.com/repos/scotteh/php-dom-wrapper/zipball/351e9c635c9aa65c8cedaeefcac3a49581ad2529",
20                "reference": "351e9c635c9aa65c8cedaeefcac3a49581ad2529",
21                "shasum": ""
22            },
23            "require": {
24                "ext-libxml": "*",
25                "ext-mbstring": "*",
26                "lib-libxml": ">=2.7.7",
27                "php": ">=7.1.0",
28                "symfony/css-selector": "^4.0 || ^5.0 || ^6.0"
29            },
30            "require-dev": {
31                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
32            },
33            "type": "library",
34            "extra": {
35                "branch-alias": {
36                    "dev-master": "2.0-dev"
37                }
38            },
39            "autoload": {
40                "psr-4": {
41                    "DOMWrap\\": "src/"
42                }
43            },
44            "notification-url": "https://packagist.org/downloads/",
45            "license": [
46                "BSD-3-Clause"
47            ],
48            "authors": [
49                {
50                    "name": "Andrew Scott",
51                    "email": "andrew@andrewscott.net.au"
52                }
53            ],
54            "description": "Simple DOM wrapper to select nodes using either CSS or XPath expressions and manipulate results quickly and easily.",
55            "homepage": "https://github.com/scotteh/php-dom-wrapper",
56            "keywords": [
57                "css",
58                "dom",
59                "html",
60                "parser",
61                "wrapper"
62            ],
63            "support": {
64                "issues": "https://github.com/scotteh/php-dom-wrapper/issues",
65                "source": "https://github.com/scotteh/php-dom-wrapper/tree/2.0.5"
66            },
67            "time": "2023-09-10T13:50:09+00:00"
68        },
69        {
70            "name": "symfony/css-selector",
71            "version": "v5.4.26",
72            "source": {
73                "type": "git",
74                "url": "https://github.com/symfony/css-selector.git",
75                "reference": "0ad3f7e9a1ab492c5b4214cf22a9dc55dcf8600a"
76            },
77            "dist": {
78                "type": "zip",
79                "url": "https://api.github.com/repos/symfony/css-selector/zipball/0ad3f7e9a1ab492c5b4214cf22a9dc55dcf8600a",
80                "reference": "0ad3f7e9a1ab492c5b4214cf22a9dc55dcf8600a",
81                "shasum": ""
82            },
83            "require": {
84                "php": ">=7.2.5",
85                "symfony/polyfill-php80": "^1.16"
86            },
87            "type": "library",
88            "autoload": {
89                "psr-4": {
90                    "Symfony\\Component\\CssSelector\\": ""
91                },
92                "exclude-from-classmap": [
93                    "/Tests/"
94                ]
95            },
96            "notification-url": "https://packagist.org/downloads/",
97            "license": [
98                "MIT"
99            ],
100            "authors": [
101                {
102                    "name": "Fabien Potencier",
103                    "email": "fabien@symfony.com"
104                },
105                {
106                    "name": "Jean-François Simon",
107                    "email": "jeanfrancois.simon@sensiolabs.com"
108                },
109                {
110                    "name": "Symfony Community",
111                    "homepage": "https://symfony.com/contributors"
112                }
113            ],
114            "description": "Converts CSS selectors to XPath expressions",
115            "homepage": "https://symfony.com",
116            "support": {
117                "source": "https://github.com/symfony/css-selector/tree/v5.4.26"
118            },
119            "funding": [
120                {
121                    "url": "https://symfony.com/sponsor",
122                    "type": "custom"
123                },
124                {
125                    "url": "https://github.com/fabpot",
126                    "type": "github"
127                },
128                {
129                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
130                    "type": "tidelift"
131                }
132            ],
133            "time": "2023-07-07T06:10:25+00:00"
134        },
135        {
136            "name": "symfony/polyfill-php80",
137            "version": "v1.28.0",
138            "source": {
139                "type": "git",
140                "url": "https://github.com/symfony/polyfill-php80.git",
141                "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5"
142            },
143            "dist": {
144                "type": "zip",
145                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
146                "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
147                "shasum": ""
148            },
149            "require": {
150                "php": ">=7.1"
151            },
152            "type": "library",
153            "extra": {
154                "branch-alias": {
155                    "dev-main": "1.28-dev"
156                },
157                "thanks": {
158                    "name": "symfony/polyfill",
159                    "url": "https://github.com/symfony/polyfill"
160                }
161            },
162            "autoload": {
163                "files": [
164                    "bootstrap.php"
165                ],
166                "psr-4": {
167                    "Symfony\\Polyfill\\Php80\\": ""
168                },
169                "classmap": [
170                    "Resources/stubs"
171                ]
172            },
173            "notification-url": "https://packagist.org/downloads/",
174            "license": [
175                "MIT"
176            ],
177            "authors": [
178                {
179                    "name": "Ion Bazan",
180                    "email": "ion.bazan@gmail.com"
181                },
182                {
183                    "name": "Nicolas Grekas",
184                    "email": "p@tchwork.com"
185                },
186                {
187                    "name": "Symfony Community",
188                    "homepage": "https://symfony.com/contributors"
189                }
190            ],
191            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
192            "homepage": "https://symfony.com",
193            "keywords": [
194                "compatibility",
195                "polyfill",
196                "portable",
197                "shim"
198            ],
199            "support": {
200                "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0"
201            },
202            "funding": [
203                {
204                    "url": "https://symfony.com/sponsor",
205                    "type": "custom"
206                },
207                {
208                    "url": "https://github.com/fabpot",
209                    "type": "github"
210                },
211                {
212                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
213                    "type": "tidelift"
214                }
215            ],
216            "time": "2023-01-26T09:26:14+00:00"
217        }
218    ],
219    "packages-dev": [
220        {
221            "name": "doctrine/instantiator",
222            "version": "1.5.0",
223            "source": {
224                "type": "git",
225                "url": "https://github.com/doctrine/instantiator.git",
226                "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
227            },
228            "dist": {
229                "type": "zip",
230                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
231                "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
232                "shasum": ""
233            },
234            "require": {
235                "php": "^7.1 || ^8.0"
236            },
237            "require-dev": {
238                "doctrine/coding-standard": "^9 || ^11",
239                "ext-pdo": "*",
240                "ext-phar": "*",
241                "phpbench/phpbench": "^0.16 || ^1",
242                "phpstan/phpstan": "^1.4",
243                "phpstan/phpstan-phpunit": "^1",
244                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
245                "vimeo/psalm": "^4.30 || ^5.4"
246            },
247            "type": "library",
248            "autoload": {
249                "psr-4": {
250                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
251                }
252            },
253            "notification-url": "https://packagist.org/downloads/",
254            "license": [
255                "MIT"
256            ],
257            "authors": [
258                {
259                    "name": "Marco Pivetta",
260                    "email": "ocramius@gmail.com",
261                    "homepage": "https://ocramius.github.io/"
262                }
263            ],
264            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
265            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
266            "keywords": [
267                "constructor",
268                "instantiate"
269            ],
270            "support": {
271                "issues": "https://github.com/doctrine/instantiator/issues",
272                "source": "https://github.com/doctrine/instantiator/tree/1.5.0"
273            },
274            "funding": [
275                {
276                    "url": "https://www.doctrine-project.org/sponsorship.html",
277                    "type": "custom"
278                },
279                {
280                    "url": "https://www.patreon.com/phpdoctrine",
281                    "type": "patreon"
282                },
283                {
284                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
285                    "type": "tidelift"
286                }
287            ],
288            "time": "2022-12-30T00:15:36+00:00"
289        },
290        {
291            "name": "myclabs/deep-copy",
292            "version": "1.11.1",
293            "source": {
294                "type": "git",
295                "url": "https://github.com/myclabs/DeepCopy.git",
296                "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
297            },
298            "dist": {
299                "type": "zip",
300                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
301                "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
302                "shasum": ""
303            },
304            "require": {
305                "php": "^7.1 || ^8.0"
306            },
307            "conflict": {
308                "doctrine/collections": "<1.6.8",
309                "doctrine/common": "<2.13.3 || >=3,<3.2.2"
310            },
311            "require-dev": {
312                "doctrine/collections": "^1.6.8",
313                "doctrine/common": "^2.13.3 || ^3.2.2",
314                "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
315            },
316            "type": "library",
317            "autoload": {
318                "files": [
319                    "src/DeepCopy/deep_copy.php"
320                ],
321                "psr-4": {
322                    "DeepCopy\\": "src/DeepCopy/"
323                }
324            },
325            "notification-url": "https://packagist.org/downloads/",
326            "license": [
327                "MIT"
328            ],
329            "description": "Create deep copies (clones) of your objects",
330            "keywords": [
331                "clone",
332                "copy",
333                "duplicate",
334                "object",
335                "object graph"
336            ],
337            "support": {
338                "issues": "https://github.com/myclabs/DeepCopy/issues",
339                "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
340            },
341            "funding": [
342                {
343                    "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
344                    "type": "tidelift"
345                }
346            ],
347            "time": "2023-03-08T13:26:56+00:00"
348        },
349        {
350            "name": "phar-io/manifest",
351            "version": "2.0.3",
352            "source": {
353                "type": "git",
354                "url": "https://github.com/phar-io/manifest.git",
355                "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
356            },
357            "dist": {
358                "type": "zip",
359                "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
360                "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
361                "shasum": ""
362            },
363            "require": {
364                "ext-dom": "*",
365                "ext-phar": "*",
366                "ext-xmlwriter": "*",
367                "phar-io/version": "^3.0.1",
368                "php": "^7.2 || ^8.0"
369            },
370            "type": "library",
371            "extra": {
372                "branch-alias": {
373                    "dev-master": "2.0.x-dev"
374                }
375            },
376            "autoload": {
377                "classmap": [
378                    "src/"
379                ]
380            },
381            "notification-url": "https://packagist.org/downloads/",
382            "license": [
383                "BSD-3-Clause"
384            ],
385            "authors": [
386                {
387                    "name": "Arne Blankerts",
388                    "email": "arne@blankerts.de",
389                    "role": "Developer"
390                },
391                {
392                    "name": "Sebastian Heuer",
393                    "email": "sebastian@phpeople.de",
394                    "role": "Developer"
395                },
396                {
397                    "name": "Sebastian Bergmann",
398                    "email": "sebastian@phpunit.de",
399                    "role": "Developer"
400                }
401            ],
402            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
403            "support": {
404                "issues": "https://github.com/phar-io/manifest/issues",
405                "source": "https://github.com/phar-io/manifest/tree/2.0.3"
406            },
407            "time": "2021-07-20T11:28:43+00:00"
408        },
409        {
410            "name": "phar-io/version",
411            "version": "3.2.1",
412            "source": {
413                "type": "git",
414                "url": "https://github.com/phar-io/version.git",
415                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
416            },
417            "dist": {
418                "type": "zip",
419                "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
420                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
421                "shasum": ""
422            },
423            "require": {
424                "php": "^7.2 || ^8.0"
425            },
426            "type": "library",
427            "autoload": {
428                "classmap": [
429                    "src/"
430                ]
431            },
432            "notification-url": "https://packagist.org/downloads/",
433            "license": [
434                "BSD-3-Clause"
435            ],
436            "authors": [
437                {
438                    "name": "Arne Blankerts",
439                    "email": "arne@blankerts.de",
440                    "role": "Developer"
441                },
442                {
443                    "name": "Sebastian Heuer",
444                    "email": "sebastian@phpeople.de",
445                    "role": "Developer"
446                },
447                {
448                    "name": "Sebastian Bergmann",
449                    "email": "sebastian@phpunit.de",
450                    "role": "Developer"
451                }
452            ],
453            "description": "Library for handling version information and constraints",
454            "support": {
455                "issues": "https://github.com/phar-io/version/issues",
456                "source": "https://github.com/phar-io/version/tree/3.2.1"
457            },
458            "time": "2022-02-21T01:04:05+00:00"
459        },
460        {
461            "name": "phpstan/phpstan",
462            "version": "1.10.41",
463            "source": {
464                "type": "git",
465                "url": "https://github.com/phpstan/phpstan.git",
466                "reference": "c6174523c2a69231df55bdc65b61655e72876d76"
467            },
468            "dist": {
469                "type": "zip",
470                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c6174523c2a69231df55bdc65b61655e72876d76",
471                "reference": "c6174523c2a69231df55bdc65b61655e72876d76",
472                "shasum": ""
473            },
474            "require": {
475                "php": "^7.2|^8.0"
476            },
477            "conflict": {
478                "phpstan/phpstan-shim": "*"
479            },
480            "bin": [
481                "phpstan",
482                "phpstan.phar"
483            ],
484            "type": "library",
485            "autoload": {
486                "files": [
487                    "bootstrap.php"
488                ]
489            },
490            "notification-url": "https://packagist.org/downloads/",
491            "license": [
492                "MIT"
493            ],
494            "description": "PHPStan - PHP Static Analysis Tool",
495            "keywords": [
496                "dev",
497                "static analysis"
498            ],
499            "support": {
500                "docs": "https://phpstan.org/user-guide/getting-started",
501                "forum": "https://github.com/phpstan/phpstan/discussions",
502                "issues": "https://github.com/phpstan/phpstan/issues",
503                "security": "https://github.com/phpstan/phpstan/security/policy",
504                "source": "https://github.com/phpstan/phpstan-src"
505            },
506            "funding": [
507                {
508                    "url": "https://github.com/ondrejmirtes",
509                    "type": "github"
510                },
511                {
512                    "url": "https://github.com/phpstan",
513                    "type": "github"
514                },
515                {
516                    "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
517                    "type": "tidelift"
518                }
519            ],
520            "time": "2023-11-05T12:57:57+00:00"
521        },
522        {
523            "name": "phpunit/php-code-coverage",
524            "version": "7.0.15",
525            "source": {
526                "type": "git",
527                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
528                "reference": "819f92bba8b001d4363065928088de22f25a3a48"
529            },
530            "dist": {
531                "type": "zip",
532                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/819f92bba8b001d4363065928088de22f25a3a48",
533                "reference": "819f92bba8b001d4363065928088de22f25a3a48",
534                "shasum": ""
535            },
536            "require": {
537                "ext-dom": "*",
538                "ext-xmlwriter": "*",
539                "php": ">=7.2",
540                "phpunit/php-file-iterator": "^2.0.2",
541                "phpunit/php-text-template": "^1.2.1",
542                "phpunit/php-token-stream": "^3.1.3 || ^4.0",
543                "sebastian/code-unit-reverse-lookup": "^1.0.1",
544                "sebastian/environment": "^4.2.2",
545                "sebastian/version": "^2.0.1",
546                "theseer/tokenizer": "^1.1.3"
547            },
548            "require-dev": {
549                "phpunit/phpunit": "^8.2.2"
550            },
551            "suggest": {
552                "ext-xdebug": "^2.7.2"
553            },
554            "type": "library",
555            "extra": {
556                "branch-alias": {
557                    "dev-master": "7.0-dev"
558                }
559            },
560            "autoload": {
561                "classmap": [
562                    "src/"
563                ]
564            },
565            "notification-url": "https://packagist.org/downloads/",
566            "license": [
567                "BSD-3-Clause"
568            ],
569            "authors": [
570                {
571                    "name": "Sebastian Bergmann",
572                    "email": "sebastian@phpunit.de",
573                    "role": "lead"
574                }
575            ],
576            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
577            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
578            "keywords": [
579                "coverage",
580                "testing",
581                "xunit"
582            ],
583            "support": {
584                "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
585                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/7.0.15"
586            },
587            "funding": [
588                {
589                    "url": "https://github.com/sebastianbergmann",
590                    "type": "github"
591                }
592            ],
593            "time": "2021-07-26T12:20:09+00:00"
594        },
595        {
596            "name": "phpunit/php-file-iterator",
597            "version": "2.0.5",
598            "source": {
599                "type": "git",
600                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
601                "reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5"
602            },
603            "dist": {
604                "type": "zip",
605                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5",
606                "reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5",
607                "shasum": ""
608            },
609            "require": {
610                "php": ">=7.1"
611            },
612            "require-dev": {
613                "phpunit/phpunit": "^8.5"
614            },
615            "type": "library",
616            "extra": {
617                "branch-alias": {
618                    "dev-master": "2.0.x-dev"
619                }
620            },
621            "autoload": {
622                "classmap": [
623                    "src/"
624                ]
625            },
626            "notification-url": "https://packagist.org/downloads/",
627            "license": [
628                "BSD-3-Clause"
629            ],
630            "authors": [
631                {
632                    "name": "Sebastian Bergmann",
633                    "email": "sebastian@phpunit.de",
634                    "role": "lead"
635                }
636            ],
637            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
638            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
639            "keywords": [
640                "filesystem",
641                "iterator"
642            ],
643            "support": {
644                "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
645                "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.5"
646            },
647            "funding": [
648                {
649                    "url": "https://github.com/sebastianbergmann",
650                    "type": "github"
651                }
652            ],
653            "time": "2021-12-02T12:42:26+00:00"
654        },
655        {
656            "name": "phpunit/php-text-template",
657            "version": "1.2.1",
658            "source": {
659                "type": "git",
660                "url": "https://github.com/sebastianbergmann/php-text-template.git",
661                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
662            },
663            "dist": {
664                "type": "zip",
665                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
666                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
667                "shasum": ""
668            },
669            "require": {
670                "php": ">=5.3.3"
671            },
672            "type": "library",
673            "autoload": {
674                "classmap": [
675                    "src/"
676                ]
677            },
678            "notification-url": "https://packagist.org/downloads/",
679            "license": [
680                "BSD-3-Clause"
681            ],
682            "authors": [
683                {
684                    "name": "Sebastian Bergmann",
685                    "email": "sebastian@phpunit.de",
686                    "role": "lead"
687                }
688            ],
689            "description": "Simple template engine.",
690            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
691            "keywords": [
692                "template"
693            ],
694            "support": {
695                "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
696                "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
697            },
698            "time": "2015-06-21T13:50:34+00:00"
699        },
700        {
701            "name": "phpunit/php-timer",
702            "version": "2.1.3",
703            "source": {
704                "type": "git",
705                "url": "https://github.com/sebastianbergmann/php-timer.git",
706                "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662"
707            },
708            "dist": {
709                "type": "zip",
710                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/2454ae1765516d20c4ffe103d85a58a9a3bd5662",
711                "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662",
712                "shasum": ""
713            },
714            "require": {
715                "php": ">=7.1"
716            },
717            "require-dev": {
718                "phpunit/phpunit": "^8.5"
719            },
720            "type": "library",
721            "extra": {
722                "branch-alias": {
723                    "dev-master": "2.1-dev"
724                }
725            },
726            "autoload": {
727                "classmap": [
728                    "src/"
729                ]
730            },
731            "notification-url": "https://packagist.org/downloads/",
732            "license": [
733                "BSD-3-Clause"
734            ],
735            "authors": [
736                {
737                    "name": "Sebastian Bergmann",
738                    "email": "sebastian@phpunit.de",
739                    "role": "lead"
740                }
741            ],
742            "description": "Utility class for timing",
743            "homepage": "https://github.com/sebastianbergmann/php-timer/",
744            "keywords": [
745                "timer"
746            ],
747            "support": {
748                "issues": "https://github.com/sebastianbergmann/php-timer/issues",
749                "source": "https://github.com/sebastianbergmann/php-timer/tree/2.1.3"
750            },
751            "funding": [
752                {
753                    "url": "https://github.com/sebastianbergmann",
754                    "type": "github"
755                }
756            ],
757            "time": "2020-11-30T08:20:02+00:00"
758        },
759        {
760            "name": "phpunit/php-token-stream",
761            "version": "4.0.4",
762            "source": {
763                "type": "git",
764                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
765                "reference": "a853a0e183b9db7eed023d7933a858fa1c8d25a3"
766            },
767            "dist": {
768                "type": "zip",
769                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/a853a0e183b9db7eed023d7933a858fa1c8d25a3",
770                "reference": "a853a0e183b9db7eed023d7933a858fa1c8d25a3",
771                "shasum": ""
772            },
773            "require": {
774                "ext-tokenizer": "*",
775                "php": "^7.3 || ^8.0"
776            },
777            "require-dev": {
778                "phpunit/phpunit": "^9.0"
779            },
780            "type": "library",
781            "extra": {
782                "branch-alias": {
783                    "dev-master": "4.0-dev"
784                }
785            },
786            "autoload": {
787                "classmap": [
788                    "src/"
789                ]
790            },
791            "notification-url": "https://packagist.org/downloads/",
792            "license": [
793                "BSD-3-Clause"
794            ],
795            "authors": [
796                {
797                    "name": "Sebastian Bergmann",
798                    "email": "sebastian@phpunit.de"
799                }
800            ],
801            "description": "Wrapper around PHP's tokenizer extension.",
802            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
803            "keywords": [
804                "tokenizer"
805            ],
806            "support": {
807                "issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
808                "source": "https://github.com/sebastianbergmann/php-token-stream/tree/master"
809            },
810            "funding": [
811                {
812                    "url": "https://github.com/sebastianbergmann",
813                    "type": "github"
814                }
815            ],
816            "abandoned": true,
817            "time": "2020-08-04T08:28:15+00:00"
818        },
819        {
820            "name": "phpunit/phpunit",
821            "version": "8.5.34",
822            "source": {
823                "type": "git",
824                "url": "https://github.com/sebastianbergmann/phpunit.git",
825                "reference": "622d0186707f39a4ae71df3bcf42d759bb868854"
826            },
827            "dist": {
828                "type": "zip",
829                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/622d0186707f39a4ae71df3bcf42d759bb868854",
830                "reference": "622d0186707f39a4ae71df3bcf42d759bb868854",
831                "shasum": ""
832            },
833            "require": {
834                "doctrine/instantiator": "^1.3.1",
835                "ext-dom": "*",
836                "ext-json": "*",
837                "ext-libxml": "*",
838                "ext-mbstring": "*",
839                "ext-xml": "*",
840                "ext-xmlwriter": "*",
841                "myclabs/deep-copy": "^1.10.0",
842                "phar-io/manifest": "^2.0.3",
843                "phar-io/version": "^3.0.2",
844                "php": ">=7.2",
845                "phpunit/php-code-coverage": "^7.0.12",
846                "phpunit/php-file-iterator": "^2.0.4",
847                "phpunit/php-text-template": "^1.2.1",
848                "phpunit/php-timer": "^2.1.2",
849                "sebastian/comparator": "^3.0.5",
850                "sebastian/diff": "^3.0.2",
851                "sebastian/environment": "^4.2.3",
852                "sebastian/exporter": "^3.1.5",
853                "sebastian/global-state": "^3.0.0",
854                "sebastian/object-enumerator": "^3.0.3",
855                "sebastian/resource-operations": "^2.0.1",
856                "sebastian/type": "^1.1.3",
857                "sebastian/version": "^2.0.1"
858            },
859            "suggest": {
860                "ext-soap": "To be able to generate mocks based on WSDL files",
861                "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage",
862                "phpunit/php-invoker": "To allow enforcing time limits"
863            },
864            "bin": [
865                "phpunit"
866            ],
867            "type": "library",
868            "extra": {
869                "branch-alias": {
870                    "dev-master": "8.5-dev"
871                }
872            },
873            "autoload": {
874                "classmap": [
875                    "src/"
876                ]
877            },
878            "notification-url": "https://packagist.org/downloads/",
879            "license": [
880                "BSD-3-Clause"
881            ],
882            "authors": [
883                {
884                    "name": "Sebastian Bergmann",
885                    "email": "sebastian@phpunit.de",
886                    "role": "lead"
887                }
888            ],
889            "description": "The PHP Unit Testing framework.",
890            "homepage": "https://phpunit.de/",
891            "keywords": [
892                "phpunit",
893                "testing",
894                "xunit"
895            ],
896            "support": {
897                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
898                "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
899                "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.34"
900            },
901            "funding": [
902                {
903                    "url": "https://phpunit.de/sponsors.html",
904                    "type": "custom"
905                },
906                {
907                    "url": "https://github.com/sebastianbergmann",
908                    "type": "github"
909                },
910                {
911                    "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
912                    "type": "tidelift"
913                }
914            ],
915            "time": "2023-09-19T05:20:51+00:00"
916        },
917        {
918            "name": "rector/rector",
919            "version": "0.18.7",
920            "source": {
921                "type": "git",
922                "url": "https://github.com/rectorphp/rector.git",
923                "reference": "caba0e294a1228f64f8a9cfd0d715cc8af47c4da"
924            },
925            "dist": {
926                "type": "zip",
927                "url": "https://api.github.com/repos/rectorphp/rector/zipball/caba0e294a1228f64f8a9cfd0d715cc8af47c4da",
928                "reference": "caba0e294a1228f64f8a9cfd0d715cc8af47c4da",
929                "shasum": ""
930            },
931            "require": {
932                "php": "^7.2|^8.0",
933                "phpstan/phpstan": "^1.10.35"
934            },
935            "conflict": {
936                "rector/rector-doctrine": "*",
937                "rector/rector-downgrade-php": "*",
938                "rector/rector-phpunit": "*",
939                "rector/rector-symfony": "*"
940            },
941            "bin": [
942                "bin/rector"
943            ],
944            "type": "library",
945            "autoload": {
946                "files": [
947                    "bootstrap.php"
948                ]
949            },
950            "notification-url": "https://packagist.org/downloads/",
951            "license": [
952                "MIT"
953            ],
954            "description": "Instant Upgrade and Automated Refactoring of any PHP code",
955            "keywords": [
956                "automation",
957                "dev",
958                "migration",
959                "refactoring"
960            ],
961            "support": {
962                "issues": "https://github.com/rectorphp/rector/issues",
963                "source": "https://github.com/rectorphp/rector/tree/0.18.7"
964            },
965            "funding": [
966                {
967                    "url": "https://github.com/tomasvotruba",
968                    "type": "github"
969                }
970            ],
971            "time": "2023-11-13T10:11:05+00:00"
972        },
973        {
974            "name": "sebastian/code-unit-reverse-lookup",
975            "version": "1.0.2",
976            "source": {
977                "type": "git",
978                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
979                "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619"
980            },
981            "dist": {
982                "type": "zip",
983                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619",
984                "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619",
985                "shasum": ""
986            },
987            "require": {
988                "php": ">=5.6"
989            },
990            "require-dev": {
991                "phpunit/phpunit": "^8.5"
992            },
993            "type": "library",
994            "extra": {
995                "branch-alias": {
996                    "dev-master": "1.0.x-dev"
997                }
998            },
999            "autoload": {
1000                "classmap": [
1001                    "src/"
1002                ]
1003            },
1004            "notification-url": "https://packagist.org/downloads/",
1005            "license": [
1006                "BSD-3-Clause"
1007            ],
1008            "authors": [
1009                {
1010                    "name": "Sebastian Bergmann",
1011                    "email": "sebastian@phpunit.de"
1012                }
1013            ],
1014            "description": "Looks up which function or method a line of code belongs to",
1015            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1016            "support": {
1017                "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
1018                "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2"
1019            },
1020            "funding": [
1021                {
1022                    "url": "https://github.com/sebastianbergmann",
1023                    "type": "github"
1024                }
1025            ],
1026            "time": "2020-11-30T08:15:22+00:00"
1027        },
1028        {
1029            "name": "sebastian/comparator",
1030            "version": "3.0.5",
1031            "source": {
1032                "type": "git",
1033                "url": "https://github.com/sebastianbergmann/comparator.git",
1034                "reference": "1dc7ceb4a24aede938c7af2a9ed1de09609ca770"
1035            },
1036            "dist": {
1037                "type": "zip",
1038                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dc7ceb4a24aede938c7af2a9ed1de09609ca770",
1039                "reference": "1dc7ceb4a24aede938c7af2a9ed1de09609ca770",
1040                "shasum": ""
1041            },
1042            "require": {
1043                "php": ">=7.1",
1044                "sebastian/diff": "^3.0",
1045                "sebastian/exporter": "^3.1"
1046            },
1047            "require-dev": {
1048                "phpunit/phpunit": "^8.5"
1049            },
1050            "type": "library",
1051            "extra": {
1052                "branch-alias": {
1053                    "dev-master": "3.0-dev"
1054                }
1055            },
1056            "autoload": {
1057                "classmap": [
1058                    "src/"
1059                ]
1060            },
1061            "notification-url": "https://packagist.org/downloads/",
1062            "license": [
1063                "BSD-3-Clause"
1064            ],
1065            "authors": [
1066                {
1067                    "name": "Sebastian Bergmann",
1068                    "email": "sebastian@phpunit.de"
1069                },
1070                {
1071                    "name": "Jeff Welch",
1072                    "email": "whatthejeff@gmail.com"
1073                },
1074                {
1075                    "name": "Volker Dusch",
1076                    "email": "github@wallbash.com"
1077                },
1078                {
1079                    "name": "Bernhard Schussek",
1080                    "email": "bschussek@2bepublished.at"
1081                }
1082            ],
1083            "description": "Provides the functionality to compare PHP values for equality",
1084            "homepage": "https://github.com/sebastianbergmann/comparator",
1085            "keywords": [
1086                "comparator",
1087                "compare",
1088                "equality"
1089            ],
1090            "support": {
1091                "issues": "https://github.com/sebastianbergmann/comparator/issues",
1092                "source": "https://github.com/sebastianbergmann/comparator/tree/3.0.5"
1093            },
1094            "funding": [
1095                {
1096                    "url": "https://github.com/sebastianbergmann",
1097                    "type": "github"
1098                }
1099            ],
1100            "time": "2022-09-14T12:31:48+00:00"
1101        },
1102        {
1103            "name": "sebastian/diff",
1104            "version": "3.0.4",
1105            "source": {
1106                "type": "git",
1107                "url": "https://github.com/sebastianbergmann/diff.git",
1108                "reference": "6296a0c086dd0117c1b78b059374d7fcbe7545ae"
1109            },
1110            "dist": {
1111                "type": "zip",
1112                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/6296a0c086dd0117c1b78b059374d7fcbe7545ae",
1113                "reference": "6296a0c086dd0117c1b78b059374d7fcbe7545ae",
1114                "shasum": ""
1115            },
1116            "require": {
1117                "php": ">=7.1"
1118            },
1119            "require-dev": {
1120                "phpunit/phpunit": "^7.5 || ^8.0",
1121                "symfony/process": "^2 || ^3.3 || ^4"
1122            },
1123            "type": "library",
1124            "extra": {
1125                "branch-alias": {
1126                    "dev-master": "3.0-dev"
1127                }
1128            },
1129            "autoload": {
1130                "classmap": [
1131                    "src/"
1132                ]
1133            },
1134            "notification-url": "https://packagist.org/downloads/",
1135            "license": [
1136                "BSD-3-Clause"
1137            ],
1138            "authors": [
1139                {
1140                    "name": "Sebastian Bergmann",
1141                    "email": "sebastian@phpunit.de"
1142                },
1143                {
1144                    "name": "Kore Nordmann",
1145                    "email": "mail@kore-nordmann.de"
1146                }
1147            ],
1148            "description": "Diff implementation",
1149            "homepage": "https://github.com/sebastianbergmann/diff",
1150            "keywords": [
1151                "diff",
1152                "udiff",
1153                "unidiff",
1154                "unified diff"
1155            ],
1156            "support": {
1157                "issues": "https://github.com/sebastianbergmann/diff/issues",
1158                "source": "https://github.com/sebastianbergmann/diff/tree/3.0.4"
1159            },
1160            "funding": [
1161                {
1162                    "url": "https://github.com/sebastianbergmann",
1163                    "type": "github"
1164                }
1165            ],
1166            "time": "2023-05-07T05:30:20+00:00"
1167        },
1168        {
1169            "name": "sebastian/environment",
1170            "version": "4.2.4",
1171            "source": {
1172                "type": "git",
1173                "url": "https://github.com/sebastianbergmann/environment.git",
1174                "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0"
1175            },
1176            "dist": {
1177                "type": "zip",
1178                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
1179                "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
1180                "shasum": ""
1181            },
1182            "require": {
1183                "php": ">=7.1"
1184            },
1185            "require-dev": {
1186                "phpunit/phpunit": "^7.5"
1187            },
1188            "suggest": {
1189                "ext-posix": "*"
1190            },
1191            "type": "library",
1192            "extra": {
1193                "branch-alias": {
1194                    "dev-master": "4.2-dev"
1195                }
1196            },
1197            "autoload": {
1198                "classmap": [
1199                    "src/"
1200                ]
1201            },
1202            "notification-url": "https://packagist.org/downloads/",
1203            "license": [
1204                "BSD-3-Clause"
1205            ],
1206            "authors": [
1207                {
1208                    "name": "Sebastian Bergmann",
1209                    "email": "sebastian@phpunit.de"
1210                }
1211            ],
1212            "description": "Provides functionality to handle HHVM/PHP environments",
1213            "homepage": "http://www.github.com/sebastianbergmann/environment",
1214            "keywords": [
1215                "Xdebug",
1216                "environment",
1217                "hhvm"
1218            ],
1219            "support": {
1220                "issues": "https://github.com/sebastianbergmann/environment/issues",
1221                "source": "https://github.com/sebastianbergmann/environment/tree/4.2.4"
1222            },
1223            "funding": [
1224                {
1225                    "url": "https://github.com/sebastianbergmann",
1226                    "type": "github"
1227                }
1228            ],
1229            "time": "2020-11-30T07:53:42+00:00"
1230        },
1231        {
1232            "name": "sebastian/exporter",
1233            "version": "3.1.5",
1234            "source": {
1235                "type": "git",
1236                "url": "https://github.com/sebastianbergmann/exporter.git",
1237                "reference": "73a9676f2833b9a7c36968f9d882589cd75511e6"
1238            },
1239            "dist": {
1240                "type": "zip",
1241                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/73a9676f2833b9a7c36968f9d882589cd75511e6",
1242                "reference": "73a9676f2833b9a7c36968f9d882589cd75511e6",
1243                "shasum": ""
1244            },
1245            "require": {
1246                "php": ">=7.0",
1247                "sebastian/recursion-context": "^3.0"
1248            },
1249            "require-dev": {
1250                "ext-mbstring": "*",
1251                "phpunit/phpunit": "^8.5"
1252            },
1253            "type": "library",
1254            "extra": {
1255                "branch-alias": {
1256                    "dev-master": "3.1.x-dev"
1257                }
1258            },
1259            "autoload": {
1260                "classmap": [
1261                    "src/"
1262                ]
1263            },
1264            "notification-url": "https://packagist.org/downloads/",
1265            "license": [
1266                "BSD-3-Clause"
1267            ],
1268            "authors": [
1269                {
1270                    "name": "Sebastian Bergmann",
1271                    "email": "sebastian@phpunit.de"
1272                },
1273                {
1274                    "name": "Jeff Welch",
1275                    "email": "whatthejeff@gmail.com"
1276                },
1277                {
1278                    "name": "Volker Dusch",
1279                    "email": "github@wallbash.com"
1280                },
1281                {
1282                    "name": "Adam Harvey",
1283                    "email": "aharvey@php.net"
1284                },
1285                {
1286                    "name": "Bernhard Schussek",
1287                    "email": "bschussek@gmail.com"
1288                }
1289            ],
1290            "description": "Provides the functionality to export PHP variables for visualization",
1291            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1292            "keywords": [
1293                "export",
1294                "exporter"
1295            ],
1296            "support": {
1297                "issues": "https://github.com/sebastianbergmann/exporter/issues",
1298                "source": "https://github.com/sebastianbergmann/exporter/tree/3.1.5"
1299            },
1300            "funding": [
1301                {
1302                    "url": "https://github.com/sebastianbergmann",
1303                    "type": "github"
1304                }
1305            ],
1306            "time": "2022-09-14T06:00:17+00:00"
1307        },
1308        {
1309            "name": "sebastian/global-state",
1310            "version": "3.0.3",
1311            "source": {
1312                "type": "git",
1313                "url": "https://github.com/sebastianbergmann/global-state.git",
1314                "reference": "66783ce213de415b451b904bfef9dda0cf9aeae0"
1315            },
1316            "dist": {
1317                "type": "zip",
1318                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/66783ce213de415b451b904bfef9dda0cf9aeae0",
1319                "reference": "66783ce213de415b451b904bfef9dda0cf9aeae0",
1320                "shasum": ""
1321            },
1322            "require": {
1323                "php": ">=7.2",
1324                "sebastian/object-reflector": "^1.1.1",
1325                "sebastian/recursion-context": "^3.0"
1326            },
1327            "require-dev": {
1328                "ext-dom": "*",
1329                "phpunit/phpunit": "^8.0"
1330            },
1331            "suggest": {
1332                "ext-uopz": "*"
1333            },
1334            "type": "library",
1335            "extra": {
1336                "branch-alias": {
1337                    "dev-master": "3.0-dev"
1338                }
1339            },
1340            "autoload": {
1341                "classmap": [
1342                    "src/"
1343                ]
1344            },
1345            "notification-url": "https://packagist.org/downloads/",
1346            "license": [
1347                "BSD-3-Clause"
1348            ],
1349            "authors": [
1350                {
1351                    "name": "Sebastian Bergmann",
1352                    "email": "sebastian@phpunit.de"
1353                }
1354            ],
1355            "description": "Snapshotting of global state",
1356            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1357            "keywords": [
1358                "global state"
1359            ],
1360            "support": {
1361                "issues": "https://github.com/sebastianbergmann/global-state/issues",
1362                "source": "https://github.com/sebastianbergmann/global-state/tree/3.0.3"
1363            },
1364            "funding": [
1365                {
1366                    "url": "https://github.com/sebastianbergmann",
1367                    "type": "github"
1368                }
1369            ],
1370            "time": "2023-08-02T09:23:32+00:00"
1371        },
1372        {
1373            "name": "sebastian/object-enumerator",
1374            "version": "3.0.4",
1375            "source": {
1376                "type": "git",
1377                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1378                "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2"
1379            },
1380            "dist": {
1381                "type": "zip",
1382                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
1383                "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
1384                "shasum": ""
1385            },
1386            "require": {
1387                "php": ">=7.0",
1388                "sebastian/object-reflector": "^1.1.1",
1389                "sebastian/recursion-context": "^3.0"
1390            },
1391            "require-dev": {
1392                "phpunit/phpunit": "^6.0"
1393            },
1394            "type": "library",
1395            "extra": {
1396                "branch-alias": {
1397                    "dev-master": "3.0.x-dev"
1398                }
1399            },
1400            "autoload": {
1401                "classmap": [
1402                    "src/"
1403                ]
1404            },
1405            "notification-url": "https://packagist.org/downloads/",
1406            "license": [
1407                "BSD-3-Clause"
1408            ],
1409            "authors": [
1410                {
1411                    "name": "Sebastian Bergmann",
1412                    "email": "sebastian@phpunit.de"
1413                }
1414            ],
1415            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1416            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1417            "support": {
1418                "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
1419                "source": "https://github.com/sebastianbergmann/object-enumerator/tree/3.0.4"
1420            },
1421            "funding": [
1422                {
1423                    "url": "https://github.com/sebastianbergmann",
1424                    "type": "github"
1425                }
1426            ],
1427            "time": "2020-11-30T07:40:27+00:00"
1428        },
1429        {
1430            "name": "sebastian/object-reflector",
1431            "version": "1.1.2",
1432            "source": {
1433                "type": "git",
1434                "url": "https://github.com/sebastianbergmann/object-reflector.git",
1435                "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d"
1436            },
1437            "dist": {
1438                "type": "zip",
1439                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
1440                "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
1441                "shasum": ""
1442            },
1443            "require": {
1444                "php": ">=7.0"
1445            },
1446            "require-dev": {
1447                "phpunit/phpunit": "^6.0"
1448            },
1449            "type": "library",
1450            "extra": {
1451                "branch-alias": {
1452                    "dev-master": "1.1-dev"
1453                }
1454            },
1455            "autoload": {
1456                "classmap": [
1457                    "src/"
1458                ]
1459            },
1460            "notification-url": "https://packagist.org/downloads/",
1461            "license": [
1462                "BSD-3-Clause"
1463            ],
1464            "authors": [
1465                {
1466                    "name": "Sebastian Bergmann",
1467                    "email": "sebastian@phpunit.de"
1468                }
1469            ],
1470            "description": "Allows reflection of object attributes, including inherited and non-public ones",
1471            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
1472            "support": {
1473                "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
1474                "source": "https://github.com/sebastianbergmann/object-reflector/tree/1.1.2"
1475            },
1476            "funding": [
1477                {
1478                    "url": "https://github.com/sebastianbergmann",
1479                    "type": "github"
1480                }
1481            ],
1482            "time": "2020-11-30T07:37:18+00:00"
1483        },
1484        {
1485            "name": "sebastian/recursion-context",
1486            "version": "3.0.1",
1487            "source": {
1488                "type": "git",
1489                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1490                "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb"
1491            },
1492            "dist": {
1493                "type": "zip",
1494                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/367dcba38d6e1977be014dc4b22f47a484dac7fb",
1495                "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb",
1496                "shasum": ""
1497            },
1498            "require": {
1499                "php": ">=7.0"
1500            },
1501            "require-dev": {
1502                "phpunit/phpunit": "^6.0"
1503            },
1504            "type": "library",
1505            "extra": {
1506                "branch-alias": {
1507                    "dev-master": "3.0.x-dev"
1508                }
1509            },
1510            "autoload": {
1511                "classmap": [
1512                    "src/"
1513                ]
1514            },
1515            "notification-url": "https://packagist.org/downloads/",
1516            "license": [
1517                "BSD-3-Clause"
1518            ],
1519            "authors": [
1520                {
1521                    "name": "Sebastian Bergmann",
1522                    "email": "sebastian@phpunit.de"
1523                },
1524                {
1525                    "name": "Jeff Welch",
1526                    "email": "whatthejeff@gmail.com"
1527                },
1528                {
1529                    "name": "Adam Harvey",
1530                    "email": "aharvey@php.net"
1531                }
1532            ],
1533            "description": "Provides functionality to recursively process PHP variables",
1534            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1535            "support": {
1536                "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
1537                "source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0.1"
1538            },
1539            "funding": [
1540                {
1541                    "url": "https://github.com/sebastianbergmann",
1542                    "type": "github"
1543                }
1544            ],
1545            "time": "2020-11-30T07:34:24+00:00"
1546        },
1547        {
1548            "name": "sebastian/resource-operations",
1549            "version": "2.0.2",
1550            "source": {
1551                "type": "git",
1552                "url": "https://github.com/sebastianbergmann/resource-operations.git",
1553                "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3"
1554            },
1555            "dist": {
1556                "type": "zip",
1557                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/31d35ca87926450c44eae7e2611d45a7a65ea8b3",
1558                "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3",
1559                "shasum": ""
1560            },
1561            "require": {
1562                "php": ">=7.1"
1563            },
1564            "type": "library",
1565            "extra": {
1566                "branch-alias": {
1567                    "dev-master": "2.0-dev"
1568                }
1569            },
1570            "autoload": {
1571                "classmap": [
1572                    "src/"
1573                ]
1574            },
1575            "notification-url": "https://packagist.org/downloads/",
1576            "license": [
1577                "BSD-3-Clause"
1578            ],
1579            "authors": [
1580                {
1581                    "name": "Sebastian Bergmann",
1582                    "email": "sebastian@phpunit.de"
1583                }
1584            ],
1585            "description": "Provides a list of PHP built-in functions that operate on resources",
1586            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1587            "support": {
1588                "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
1589                "source": "https://github.com/sebastianbergmann/resource-operations/tree/2.0.2"
1590            },
1591            "funding": [
1592                {
1593                    "url": "https://github.com/sebastianbergmann",
1594                    "type": "github"
1595                }
1596            ],
1597            "time": "2020-11-30T07:30:19+00:00"
1598        },
1599        {
1600            "name": "sebastian/type",
1601            "version": "1.1.4",
1602            "source": {
1603                "type": "git",
1604                "url": "https://github.com/sebastianbergmann/type.git",
1605                "reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4"
1606            },
1607            "dist": {
1608                "type": "zip",
1609                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/0150cfbc4495ed2df3872fb31b26781e4e077eb4",
1610                "reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4",
1611                "shasum": ""
1612            },
1613            "require": {
1614                "php": ">=7.2"
1615            },
1616            "require-dev": {
1617                "phpunit/phpunit": "^8.2"
1618            },
1619            "type": "library",
1620            "extra": {
1621                "branch-alias": {
1622                    "dev-master": "1.1-dev"
1623                }
1624            },
1625            "autoload": {
1626                "classmap": [
1627                    "src/"
1628                ]
1629            },
1630            "notification-url": "https://packagist.org/downloads/",
1631            "license": [
1632                "BSD-3-Clause"
1633            ],
1634            "authors": [
1635                {
1636                    "name": "Sebastian Bergmann",
1637                    "email": "sebastian@phpunit.de",
1638                    "role": "lead"
1639                }
1640            ],
1641            "description": "Collection of value objects that represent the types of the PHP type system",
1642            "homepage": "https://github.com/sebastianbergmann/type",
1643            "support": {
1644                "issues": "https://github.com/sebastianbergmann/type/issues",
1645                "source": "https://github.com/sebastianbergmann/type/tree/1.1.4"
1646            },
1647            "funding": [
1648                {
1649                    "url": "https://github.com/sebastianbergmann",
1650                    "type": "github"
1651                }
1652            ],
1653            "time": "2020-11-30T07:25:11+00:00"
1654        },
1655        {
1656            "name": "sebastian/version",
1657            "version": "2.0.1",
1658            "source": {
1659                "type": "git",
1660                "url": "https://github.com/sebastianbergmann/version.git",
1661                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
1662            },
1663            "dist": {
1664                "type": "zip",
1665                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
1666                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
1667                "shasum": ""
1668            },
1669            "require": {
1670                "php": ">=5.6"
1671            },
1672            "type": "library",
1673            "extra": {
1674                "branch-alias": {
1675                    "dev-master": "2.0.x-dev"
1676                }
1677            },
1678            "autoload": {
1679                "classmap": [
1680                    "src/"
1681                ]
1682            },
1683            "notification-url": "https://packagist.org/downloads/",
1684            "license": [
1685                "BSD-3-Clause"
1686            ],
1687            "authors": [
1688                {
1689                    "name": "Sebastian Bergmann",
1690                    "email": "sebastian@phpunit.de",
1691                    "role": "lead"
1692                }
1693            ],
1694            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1695            "homepage": "https://github.com/sebastianbergmann/version",
1696            "support": {
1697                "issues": "https://github.com/sebastianbergmann/version/issues",
1698                "source": "https://github.com/sebastianbergmann/version/tree/master"
1699            },
1700            "time": "2016-10-03T07:35:21+00:00"
1701        },
1702        {
1703            "name": "squizlabs/php_codesniffer",
1704            "version": "3.7.2",
1705            "source": {
1706                "type": "git",
1707                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1708                "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879"
1709            },
1710            "dist": {
1711                "type": "zip",
1712                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879",
1713                "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879",
1714                "shasum": ""
1715            },
1716            "require": {
1717                "ext-simplexml": "*",
1718                "ext-tokenizer": "*",
1719                "ext-xmlwriter": "*",
1720                "php": ">=5.4.0"
1721            },
1722            "require-dev": {
1723                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
1724            },
1725            "bin": [
1726                "bin/phpcs",
1727                "bin/phpcbf"
1728            ],
1729            "type": "library",
1730            "extra": {
1731                "branch-alias": {
1732                    "dev-master": "3.x-dev"
1733                }
1734            },
1735            "notification-url": "https://packagist.org/downloads/",
1736            "license": [
1737                "BSD-3-Clause"
1738            ],
1739            "authors": [
1740                {
1741                    "name": "Greg Sherwood",
1742                    "role": "lead"
1743                }
1744            ],
1745            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
1746            "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
1747            "keywords": [
1748                "phpcs",
1749                "standards",
1750                "static analysis"
1751            ],
1752            "support": {
1753                "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
1754                "source": "https://github.com/squizlabs/PHP_CodeSniffer",
1755                "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
1756            },
1757            "time": "2023-02-22T23:07:41+00:00"
1758        },
1759        {
1760            "name": "theseer/tokenizer",
1761            "version": "1.2.1",
1762            "source": {
1763                "type": "git",
1764                "url": "https://github.com/theseer/tokenizer.git",
1765                "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
1766            },
1767            "dist": {
1768                "type": "zip",
1769                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
1770                "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
1771                "shasum": ""
1772            },
1773            "require": {
1774                "ext-dom": "*",
1775                "ext-tokenizer": "*",
1776                "ext-xmlwriter": "*",
1777                "php": "^7.2 || ^8.0"
1778            },
1779            "type": "library",
1780            "autoload": {
1781                "classmap": [
1782                    "src/"
1783                ]
1784            },
1785            "notification-url": "https://packagist.org/downloads/",
1786            "license": [
1787                "BSD-3-Clause"
1788            ],
1789            "authors": [
1790                {
1791                    "name": "Arne Blankerts",
1792                    "email": "arne@blankerts.de",
1793                    "role": "Developer"
1794                }
1795            ],
1796            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
1797            "support": {
1798                "issues": "https://github.com/theseer/tokenizer/issues",
1799                "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
1800            },
1801            "funding": [
1802                {
1803                    "url": "https://github.com/theseer",
1804                    "type": "github"
1805                }
1806            ],
1807            "time": "2021-07-28T10:34:58+00:00"
1808        }
1809    ],
1810    "aliases": [],
1811    "minimum-stability": "stable",
1812    "stability-flags": [],
1813    "prefer-stable": true,
1814    "prefer-lowest": false,
1815    "platform": {
1816        "php": ">=7.4"
1817    },
1818    "platform-dev": [],
1819    "platform-overrides": {
1820        "php": "7.4"
1821    },
1822    "plugin-api-version": "2.6.0"
1823}
1824