updated the _test/README
[dokuwiki.git] / _test / composer.lock
blobe96646fc959ce75eb9e87fc7145d9fb154f5245e
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.34",
463             "source": {
464                 "type": "git",
465                 "url": "https://github.com/phpstan/phpstan.git",
466                 "reference": "7f806b6f1403e6914c778140e2ba07c293cb4901"
467             },
468             "dist": {
469                 "type": "zip",
470                 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/7f806b6f1403e6914c778140e2ba07c293cb4901",
471                 "reference": "7f806b6f1403e6914c778140e2ba07c293cb4901",
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-09-13T09:49:47+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.33",
822             "source": {
823                 "type": "git",
824                 "url": "https://github.com/sebastianbergmann/phpunit.git",
825                 "reference": "7d1ff0e8c6b35db78ff13e3e05517d7cbf7aa32e"
826             },
827             "dist": {
828                 "type": "zip",
829                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7d1ff0e8c6b35db78ff13e3e05517d7cbf7aa32e",
830                 "reference": "7d1ff0e8c6b35db78ff13e3e05517d7cbf7aa32e",
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": "*",
861                 "ext-xdebug": "*",
862                 "phpunit/php-invoker": "^2.0.0"
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                 "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.33"
899             },
900             "funding": [
901                 {
902                     "url": "https://phpunit.de/sponsors.html",
903                     "type": "custom"
904                 },
905                 {
906                     "url": "https://github.com/sebastianbergmann",
907                     "type": "github"
908                 },
909                 {
910                     "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
911                     "type": "tidelift"
912                 }
913             ],
914             "time": "2023-02-27T13:04:50+00:00"
915         },
916         {
917             "name": "rector/rector",
918             "version": "0.18.3",
919             "source": {
920                 "type": "git",
921                 "url": "https://github.com/rectorphp/rector.git",
922                 "reference": "ba7988e3e028e68e07191d75b0d5473ac320c5e7"
923             },
924             "dist": {
925                 "type": "zip",
926                 "url": "https://api.github.com/repos/rectorphp/rector/zipball/ba7988e3e028e68e07191d75b0d5473ac320c5e7",
927                 "reference": "ba7988e3e028e68e07191d75b0d5473ac320c5e7",
928                 "shasum": ""
929             },
930             "require": {
931                 "php": "^7.2|^8.0",
932                 "phpstan/phpstan": "^1.10.31"
933             },
934             "conflict": {
935                 "rector/rector-doctrine": "*",
936                 "rector/rector-downgrade-php": "*",
937                 "rector/rector-phpunit": "*",
938                 "rector/rector-symfony": "*"
939             },
940             "bin": [
941                 "bin/rector"
942             ],
943             "type": "library",
944             "autoload": {
945                 "files": [
946                     "bootstrap.php"
947                 ]
948             },
949             "notification-url": "https://packagist.org/downloads/",
950             "license": [
951                 "MIT"
952             ],
953             "description": "Instant Upgrade and Automated Refactoring of any PHP code",
954             "keywords": [
955                 "automation",
956                 "dev",
957                 "migration",
958                 "refactoring"
959             ],
960             "support": {
961                 "issues": "https://github.com/rectorphp/rector/issues",
962                 "source": "https://github.com/rectorphp/rector/tree/0.18.3"
963             },
964             "funding": [
965                 {
966                     "url": "https://github.com/tomasvotruba",
967                     "type": "github"
968                 }
969             ],
970             "time": "2023-09-12T20:18:14+00:00"
971         },
972         {
973             "name": "sebastian/code-unit-reverse-lookup",
974             "version": "1.0.2",
975             "source": {
976                 "type": "git",
977                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
978                 "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619"
979             },
980             "dist": {
981                 "type": "zip",
982                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619",
983                 "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619",
984                 "shasum": ""
985             },
986             "require": {
987                 "php": ">=5.6"
988             },
989             "require-dev": {
990                 "phpunit/phpunit": "^8.5"
991             },
992             "type": "library",
993             "extra": {
994                 "branch-alias": {
995                     "dev-master": "1.0.x-dev"
996                 }
997             },
998             "autoload": {
999                 "classmap": [
1000                     "src/"
1001                 ]
1002             },
1003             "notification-url": "https://packagist.org/downloads/",
1004             "license": [
1005                 "BSD-3-Clause"
1006             ],
1007             "authors": [
1008                 {
1009                     "name": "Sebastian Bergmann",
1010                     "email": "sebastian@phpunit.de"
1011                 }
1012             ],
1013             "description": "Looks up which function or method a line of code belongs to",
1014             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1015             "support": {
1016                 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
1017                 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2"
1018             },
1019             "funding": [
1020                 {
1021                     "url": "https://github.com/sebastianbergmann",
1022                     "type": "github"
1023                 }
1024             ],
1025             "time": "2020-11-30T08:15:22+00:00"
1026         },
1027         {
1028             "name": "sebastian/comparator",
1029             "version": "3.0.5",
1030             "source": {
1031                 "type": "git",
1032                 "url": "https://github.com/sebastianbergmann/comparator.git",
1033                 "reference": "1dc7ceb4a24aede938c7af2a9ed1de09609ca770"
1034             },
1035             "dist": {
1036                 "type": "zip",
1037                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dc7ceb4a24aede938c7af2a9ed1de09609ca770",
1038                 "reference": "1dc7ceb4a24aede938c7af2a9ed1de09609ca770",
1039                 "shasum": ""
1040             },
1041             "require": {
1042                 "php": ">=7.1",
1043                 "sebastian/diff": "^3.0",
1044                 "sebastian/exporter": "^3.1"
1045             },
1046             "require-dev": {
1047                 "phpunit/phpunit": "^8.5"
1048             },
1049             "type": "library",
1050             "extra": {
1051                 "branch-alias": {
1052                     "dev-master": "3.0-dev"
1053                 }
1054             },
1055             "autoload": {
1056                 "classmap": [
1057                     "src/"
1058                 ]
1059             },
1060             "notification-url": "https://packagist.org/downloads/",
1061             "license": [
1062                 "BSD-3-Clause"
1063             ],
1064             "authors": [
1065                 {
1066                     "name": "Sebastian Bergmann",
1067                     "email": "sebastian@phpunit.de"
1068                 },
1069                 {
1070                     "name": "Jeff Welch",
1071                     "email": "whatthejeff@gmail.com"
1072                 },
1073                 {
1074                     "name": "Volker Dusch",
1075                     "email": "github@wallbash.com"
1076                 },
1077                 {
1078                     "name": "Bernhard Schussek",
1079                     "email": "bschussek@2bepublished.at"
1080                 }
1081             ],
1082             "description": "Provides the functionality to compare PHP values for equality",
1083             "homepage": "https://github.com/sebastianbergmann/comparator",
1084             "keywords": [
1085                 "comparator",
1086                 "compare",
1087                 "equality"
1088             ],
1089             "support": {
1090                 "issues": "https://github.com/sebastianbergmann/comparator/issues",
1091                 "source": "https://github.com/sebastianbergmann/comparator/tree/3.0.5"
1092             },
1093             "funding": [
1094                 {
1095                     "url": "https://github.com/sebastianbergmann",
1096                     "type": "github"
1097                 }
1098             ],
1099             "time": "2022-09-14T12:31:48+00:00"
1100         },
1101         {
1102             "name": "sebastian/diff",
1103             "version": "3.0.4",
1104             "source": {
1105                 "type": "git",
1106                 "url": "https://github.com/sebastianbergmann/diff.git",
1107                 "reference": "6296a0c086dd0117c1b78b059374d7fcbe7545ae"
1108             },
1109             "dist": {
1110                 "type": "zip",
1111                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/6296a0c086dd0117c1b78b059374d7fcbe7545ae",
1112                 "reference": "6296a0c086dd0117c1b78b059374d7fcbe7545ae",
1113                 "shasum": ""
1114             },
1115             "require": {
1116                 "php": ">=7.1"
1117             },
1118             "require-dev": {
1119                 "phpunit/phpunit": "^7.5 || ^8.0",
1120                 "symfony/process": "^2 || ^3.3 || ^4"
1121             },
1122             "type": "library",
1123             "extra": {
1124                 "branch-alias": {
1125                     "dev-master": "3.0-dev"
1126                 }
1127             },
1128             "autoload": {
1129                 "classmap": [
1130                     "src/"
1131                 ]
1132             },
1133             "notification-url": "https://packagist.org/downloads/",
1134             "license": [
1135                 "BSD-3-Clause"
1136             ],
1137             "authors": [
1138                 {
1139                     "name": "Sebastian Bergmann",
1140                     "email": "sebastian@phpunit.de"
1141                 },
1142                 {
1143                     "name": "Kore Nordmann",
1144                     "email": "mail@kore-nordmann.de"
1145                 }
1146             ],
1147             "description": "Diff implementation",
1148             "homepage": "https://github.com/sebastianbergmann/diff",
1149             "keywords": [
1150                 "diff",
1151                 "udiff",
1152                 "unidiff",
1153                 "unified diff"
1154             ],
1155             "support": {
1156                 "issues": "https://github.com/sebastianbergmann/diff/issues",
1157                 "source": "https://github.com/sebastianbergmann/diff/tree/3.0.4"
1158             },
1159             "funding": [
1160                 {
1161                     "url": "https://github.com/sebastianbergmann",
1162                     "type": "github"
1163                 }
1164             ],
1165             "time": "2023-05-07T05:30:20+00:00"
1166         },
1167         {
1168             "name": "sebastian/environment",
1169             "version": "4.2.4",
1170             "source": {
1171                 "type": "git",
1172                 "url": "https://github.com/sebastianbergmann/environment.git",
1173                 "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0"
1174             },
1175             "dist": {
1176                 "type": "zip",
1177                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
1178                 "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
1179                 "shasum": ""
1180             },
1181             "require": {
1182                 "php": ">=7.1"
1183             },
1184             "require-dev": {
1185                 "phpunit/phpunit": "^7.5"
1186             },
1187             "suggest": {
1188                 "ext-posix": "*"
1189             },
1190             "type": "library",
1191             "extra": {
1192                 "branch-alias": {
1193                     "dev-master": "4.2-dev"
1194                 }
1195             },
1196             "autoload": {
1197                 "classmap": [
1198                     "src/"
1199                 ]
1200             },
1201             "notification-url": "https://packagist.org/downloads/",
1202             "license": [
1203                 "BSD-3-Clause"
1204             ],
1205             "authors": [
1206                 {
1207                     "name": "Sebastian Bergmann",
1208                     "email": "sebastian@phpunit.de"
1209                 }
1210             ],
1211             "description": "Provides functionality to handle HHVM/PHP environments",
1212             "homepage": "http://www.github.com/sebastianbergmann/environment",
1213             "keywords": [
1214                 "Xdebug",
1215                 "environment",
1216                 "hhvm"
1217             ],
1218             "support": {
1219                 "issues": "https://github.com/sebastianbergmann/environment/issues",
1220                 "source": "https://github.com/sebastianbergmann/environment/tree/4.2.4"
1221             },
1222             "funding": [
1223                 {
1224                     "url": "https://github.com/sebastianbergmann",
1225                     "type": "github"
1226                 }
1227             ],
1228             "time": "2020-11-30T07:53:42+00:00"
1229         },
1230         {
1231             "name": "sebastian/exporter",
1232             "version": "3.1.5",
1233             "source": {
1234                 "type": "git",
1235                 "url": "https://github.com/sebastianbergmann/exporter.git",
1236                 "reference": "73a9676f2833b9a7c36968f9d882589cd75511e6"
1237             },
1238             "dist": {
1239                 "type": "zip",
1240                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/73a9676f2833b9a7c36968f9d882589cd75511e6",
1241                 "reference": "73a9676f2833b9a7c36968f9d882589cd75511e6",
1242                 "shasum": ""
1243             },
1244             "require": {
1245                 "php": ">=7.0",
1246                 "sebastian/recursion-context": "^3.0"
1247             },
1248             "require-dev": {
1249                 "ext-mbstring": "*",
1250                 "phpunit/phpunit": "^8.5"
1251             },
1252             "type": "library",
1253             "extra": {
1254                 "branch-alias": {
1255                     "dev-master": "3.1.x-dev"
1256                 }
1257             },
1258             "autoload": {
1259                 "classmap": [
1260                     "src/"
1261                 ]
1262             },
1263             "notification-url": "https://packagist.org/downloads/",
1264             "license": [
1265                 "BSD-3-Clause"
1266             ],
1267             "authors": [
1268                 {
1269                     "name": "Sebastian Bergmann",
1270                     "email": "sebastian@phpunit.de"
1271                 },
1272                 {
1273                     "name": "Jeff Welch",
1274                     "email": "whatthejeff@gmail.com"
1275                 },
1276                 {
1277                     "name": "Volker Dusch",
1278                     "email": "github@wallbash.com"
1279                 },
1280                 {
1281                     "name": "Adam Harvey",
1282                     "email": "aharvey@php.net"
1283                 },
1284                 {
1285                     "name": "Bernhard Schussek",
1286                     "email": "bschussek@gmail.com"
1287                 }
1288             ],
1289             "description": "Provides the functionality to export PHP variables for visualization",
1290             "homepage": "http://www.github.com/sebastianbergmann/exporter",
1291             "keywords": [
1292                 "export",
1293                 "exporter"
1294             ],
1295             "support": {
1296                 "issues": "https://github.com/sebastianbergmann/exporter/issues",
1297                 "source": "https://github.com/sebastianbergmann/exporter/tree/3.1.5"
1298             },
1299             "funding": [
1300                 {
1301                     "url": "https://github.com/sebastianbergmann",
1302                     "type": "github"
1303                 }
1304             ],
1305             "time": "2022-09-14T06:00:17+00:00"
1306         },
1307         {
1308             "name": "sebastian/global-state",
1309             "version": "3.0.3",
1310             "source": {
1311                 "type": "git",
1312                 "url": "https://github.com/sebastianbergmann/global-state.git",
1313                 "reference": "66783ce213de415b451b904bfef9dda0cf9aeae0"
1314             },
1315             "dist": {
1316                 "type": "zip",
1317                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/66783ce213de415b451b904bfef9dda0cf9aeae0",
1318                 "reference": "66783ce213de415b451b904bfef9dda0cf9aeae0",
1319                 "shasum": ""
1320             },
1321             "require": {
1322                 "php": ">=7.2",
1323                 "sebastian/object-reflector": "^1.1.1",
1324                 "sebastian/recursion-context": "^3.0"
1325             },
1326             "require-dev": {
1327                 "ext-dom": "*",
1328                 "phpunit/phpunit": "^8.0"
1329             },
1330             "suggest": {
1331                 "ext-uopz": "*"
1332             },
1333             "type": "library",
1334             "extra": {
1335                 "branch-alias": {
1336                     "dev-master": "3.0-dev"
1337                 }
1338             },
1339             "autoload": {
1340                 "classmap": [
1341                     "src/"
1342                 ]
1343             },
1344             "notification-url": "https://packagist.org/downloads/",
1345             "license": [
1346                 "BSD-3-Clause"
1347             ],
1348             "authors": [
1349                 {
1350                     "name": "Sebastian Bergmann",
1351                     "email": "sebastian@phpunit.de"
1352                 }
1353             ],
1354             "description": "Snapshotting of global state",
1355             "homepage": "http://www.github.com/sebastianbergmann/global-state",
1356             "keywords": [
1357                 "global state"
1358             ],
1359             "support": {
1360                 "issues": "https://github.com/sebastianbergmann/global-state/issues",
1361                 "source": "https://github.com/sebastianbergmann/global-state/tree/3.0.3"
1362             },
1363             "funding": [
1364                 {
1365                     "url": "https://github.com/sebastianbergmann",
1366                     "type": "github"
1367                 }
1368             ],
1369             "time": "2023-08-02T09:23:32+00:00"
1370         },
1371         {
1372             "name": "sebastian/object-enumerator",
1373             "version": "3.0.4",
1374             "source": {
1375                 "type": "git",
1376                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1377                 "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2"
1378             },
1379             "dist": {
1380                 "type": "zip",
1381                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
1382                 "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
1383                 "shasum": ""
1384             },
1385             "require": {
1386                 "php": ">=7.0",
1387                 "sebastian/object-reflector": "^1.1.1",
1388                 "sebastian/recursion-context": "^3.0"
1389             },
1390             "require-dev": {
1391                 "phpunit/phpunit": "^6.0"
1392             },
1393             "type": "library",
1394             "extra": {
1395                 "branch-alias": {
1396                     "dev-master": "3.0.x-dev"
1397                 }
1398             },
1399             "autoload": {
1400                 "classmap": [
1401                     "src/"
1402                 ]
1403             },
1404             "notification-url": "https://packagist.org/downloads/",
1405             "license": [
1406                 "BSD-3-Clause"
1407             ],
1408             "authors": [
1409                 {
1410                     "name": "Sebastian Bergmann",
1411                     "email": "sebastian@phpunit.de"
1412                 }
1413             ],
1414             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1415             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1416             "support": {
1417                 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
1418                 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/3.0.4"
1419             },
1420             "funding": [
1421                 {
1422                     "url": "https://github.com/sebastianbergmann",
1423                     "type": "github"
1424                 }
1425             ],
1426             "time": "2020-11-30T07:40:27+00:00"
1427         },
1428         {
1429             "name": "sebastian/object-reflector",
1430             "version": "1.1.2",
1431             "source": {
1432                 "type": "git",
1433                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
1434                 "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d"
1435             },
1436             "dist": {
1437                 "type": "zip",
1438                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
1439                 "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
1440                 "shasum": ""
1441             },
1442             "require": {
1443                 "php": ">=7.0"
1444             },
1445             "require-dev": {
1446                 "phpunit/phpunit": "^6.0"
1447             },
1448             "type": "library",
1449             "extra": {
1450                 "branch-alias": {
1451                     "dev-master": "1.1-dev"
1452                 }
1453             },
1454             "autoload": {
1455                 "classmap": [
1456                     "src/"
1457                 ]
1458             },
1459             "notification-url": "https://packagist.org/downloads/",
1460             "license": [
1461                 "BSD-3-Clause"
1462             ],
1463             "authors": [
1464                 {
1465                     "name": "Sebastian Bergmann",
1466                     "email": "sebastian@phpunit.de"
1467                 }
1468             ],
1469             "description": "Allows reflection of object attributes, including inherited and non-public ones",
1470             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
1471             "support": {
1472                 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
1473                 "source": "https://github.com/sebastianbergmann/object-reflector/tree/1.1.2"
1474             },
1475             "funding": [
1476                 {
1477                     "url": "https://github.com/sebastianbergmann",
1478                     "type": "github"
1479                 }
1480             ],
1481             "time": "2020-11-30T07:37:18+00:00"
1482         },
1483         {
1484             "name": "sebastian/recursion-context",
1485             "version": "3.0.1",
1486             "source": {
1487                 "type": "git",
1488                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
1489                 "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb"
1490             },
1491             "dist": {
1492                 "type": "zip",
1493                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/367dcba38d6e1977be014dc4b22f47a484dac7fb",
1494                 "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb",
1495                 "shasum": ""
1496             },
1497             "require": {
1498                 "php": ">=7.0"
1499             },
1500             "require-dev": {
1501                 "phpunit/phpunit": "^6.0"
1502             },
1503             "type": "library",
1504             "extra": {
1505                 "branch-alias": {
1506                     "dev-master": "3.0.x-dev"
1507                 }
1508             },
1509             "autoload": {
1510                 "classmap": [
1511                     "src/"
1512                 ]
1513             },
1514             "notification-url": "https://packagist.org/downloads/",
1515             "license": [
1516                 "BSD-3-Clause"
1517             ],
1518             "authors": [
1519                 {
1520                     "name": "Sebastian Bergmann",
1521                     "email": "sebastian@phpunit.de"
1522                 },
1523                 {
1524                     "name": "Jeff Welch",
1525                     "email": "whatthejeff@gmail.com"
1526                 },
1527                 {
1528                     "name": "Adam Harvey",
1529                     "email": "aharvey@php.net"
1530                 }
1531             ],
1532             "description": "Provides functionality to recursively process PHP variables",
1533             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1534             "support": {
1535                 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
1536                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0.1"
1537             },
1538             "funding": [
1539                 {
1540                     "url": "https://github.com/sebastianbergmann",
1541                     "type": "github"
1542                 }
1543             ],
1544             "time": "2020-11-30T07:34:24+00:00"
1545         },
1546         {
1547             "name": "sebastian/resource-operations",
1548             "version": "2.0.2",
1549             "source": {
1550                 "type": "git",
1551                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
1552                 "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3"
1553             },
1554             "dist": {
1555                 "type": "zip",
1556                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/31d35ca87926450c44eae7e2611d45a7a65ea8b3",
1557                 "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3",
1558                 "shasum": ""
1559             },
1560             "require": {
1561                 "php": ">=7.1"
1562             },
1563             "type": "library",
1564             "extra": {
1565                 "branch-alias": {
1566                     "dev-master": "2.0-dev"
1567                 }
1568             },
1569             "autoload": {
1570                 "classmap": [
1571                     "src/"
1572                 ]
1573             },
1574             "notification-url": "https://packagist.org/downloads/",
1575             "license": [
1576                 "BSD-3-Clause"
1577             ],
1578             "authors": [
1579                 {
1580                     "name": "Sebastian Bergmann",
1581                     "email": "sebastian@phpunit.de"
1582                 }
1583             ],
1584             "description": "Provides a list of PHP built-in functions that operate on resources",
1585             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1586             "support": {
1587                 "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
1588                 "source": "https://github.com/sebastianbergmann/resource-operations/tree/2.0.2"
1589             },
1590             "funding": [
1591                 {
1592                     "url": "https://github.com/sebastianbergmann",
1593                     "type": "github"
1594                 }
1595             ],
1596             "time": "2020-11-30T07:30:19+00:00"
1597         },
1598         {
1599             "name": "sebastian/type",
1600             "version": "1.1.4",
1601             "source": {
1602                 "type": "git",
1603                 "url": "https://github.com/sebastianbergmann/type.git",
1604                 "reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4"
1605             },
1606             "dist": {
1607                 "type": "zip",
1608                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/0150cfbc4495ed2df3872fb31b26781e4e077eb4",
1609                 "reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4",
1610                 "shasum": ""
1611             },
1612             "require": {
1613                 "php": ">=7.2"
1614             },
1615             "require-dev": {
1616                 "phpunit/phpunit": "^8.2"
1617             },
1618             "type": "library",
1619             "extra": {
1620                 "branch-alias": {
1621                     "dev-master": "1.1-dev"
1622                 }
1623             },
1624             "autoload": {
1625                 "classmap": [
1626                     "src/"
1627                 ]
1628             },
1629             "notification-url": "https://packagist.org/downloads/",
1630             "license": [
1631                 "BSD-3-Clause"
1632             ],
1633             "authors": [
1634                 {
1635                     "name": "Sebastian Bergmann",
1636                     "email": "sebastian@phpunit.de",
1637                     "role": "lead"
1638                 }
1639             ],
1640             "description": "Collection of value objects that represent the types of the PHP type system",
1641             "homepage": "https://github.com/sebastianbergmann/type",
1642             "support": {
1643                 "issues": "https://github.com/sebastianbergmann/type/issues",
1644                 "source": "https://github.com/sebastianbergmann/type/tree/1.1.4"
1645             },
1646             "funding": [
1647                 {
1648                     "url": "https://github.com/sebastianbergmann",
1649                     "type": "github"
1650                 }
1651             ],
1652             "time": "2020-11-30T07:25:11+00:00"
1653         },
1654         {
1655             "name": "sebastian/version",
1656             "version": "2.0.1",
1657             "source": {
1658                 "type": "git",
1659                 "url": "https://github.com/sebastianbergmann/version.git",
1660                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
1661             },
1662             "dist": {
1663                 "type": "zip",
1664                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
1665                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
1666                 "shasum": ""
1667             },
1668             "require": {
1669                 "php": ">=5.6"
1670             },
1671             "type": "library",
1672             "extra": {
1673                 "branch-alias": {
1674                     "dev-master": "2.0.x-dev"
1675                 }
1676             },
1677             "autoload": {
1678                 "classmap": [
1679                     "src/"
1680                 ]
1681             },
1682             "notification-url": "https://packagist.org/downloads/",
1683             "license": [
1684                 "BSD-3-Clause"
1685             ],
1686             "authors": [
1687                 {
1688                     "name": "Sebastian Bergmann",
1689                     "email": "sebastian@phpunit.de",
1690                     "role": "lead"
1691                 }
1692             ],
1693             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1694             "homepage": "https://github.com/sebastianbergmann/version",
1695             "support": {
1696                 "issues": "https://github.com/sebastianbergmann/version/issues",
1697                 "source": "https://github.com/sebastianbergmann/version/tree/master"
1698             },
1699             "time": "2016-10-03T07:35:21+00:00"
1700         },
1701         {
1702             "name": "squizlabs/php_codesniffer",
1703             "version": "3.7.2",
1704             "source": {
1705                 "type": "git",
1706                 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1707                 "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879"
1708             },
1709             "dist": {
1710                 "type": "zip",
1711                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879",
1712                 "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879",
1713                 "shasum": ""
1714             },
1715             "require": {
1716                 "ext-simplexml": "*",
1717                 "ext-tokenizer": "*",
1718                 "ext-xmlwriter": "*",
1719                 "php": ">=5.4.0"
1720             },
1721             "require-dev": {
1722                 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
1723             },
1724             "bin": [
1725                 "bin/phpcs",
1726                 "bin/phpcbf"
1727             ],
1728             "type": "library",
1729             "extra": {
1730                 "branch-alias": {
1731                     "dev-master": "3.x-dev"
1732                 }
1733             },
1734             "notification-url": "https://packagist.org/downloads/",
1735             "license": [
1736                 "BSD-3-Clause"
1737             ],
1738             "authors": [
1739                 {
1740                     "name": "Greg Sherwood",
1741                     "role": "lead"
1742                 }
1743             ],
1744             "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
1745             "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
1746             "keywords": [
1747                 "phpcs",
1748                 "standards",
1749                 "static analysis"
1750             ],
1751             "support": {
1752                 "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
1753                 "source": "https://github.com/squizlabs/PHP_CodeSniffer",
1754                 "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
1755             },
1756             "time": "2023-02-22T23:07:41+00:00"
1757         },
1758         {
1759             "name": "theseer/tokenizer",
1760             "version": "1.2.1",
1761             "source": {
1762                 "type": "git",
1763                 "url": "https://github.com/theseer/tokenizer.git",
1764                 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
1765             },
1766             "dist": {
1767                 "type": "zip",
1768                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
1769                 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
1770                 "shasum": ""
1771             },
1772             "require": {
1773                 "ext-dom": "*",
1774                 "ext-tokenizer": "*",
1775                 "ext-xmlwriter": "*",
1776                 "php": "^7.2 || ^8.0"
1777             },
1778             "type": "library",
1779             "autoload": {
1780                 "classmap": [
1781                     "src/"
1782                 ]
1783             },
1784             "notification-url": "https://packagist.org/downloads/",
1785             "license": [
1786                 "BSD-3-Clause"
1787             ],
1788             "authors": [
1789                 {
1790                     "name": "Arne Blankerts",
1791                     "email": "arne@blankerts.de",
1792                     "role": "Developer"
1793                 }
1794             ],
1795             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
1796             "support": {
1797                 "issues": "https://github.com/theseer/tokenizer/issues",
1798                 "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
1799             },
1800             "funding": [
1801                 {
1802                     "url": "https://github.com/theseer",
1803                     "type": "github"
1804                 }
1805             ],
1806             "time": "2021-07-28T10:34:58+00:00"
1807         }
1808     ],
1809     "aliases": [],
1810     "minimum-stability": "stable",
1811     "stability-flags": [],
1812     "prefer-stable": true,
1813     "prefer-lowest": false,
1814     "platform": {
1815         "php": ">=7.4"
1816     },
1817     "platform-dev": [],
1818     "platform-overrides": {
1819         "php": "7.4"
1820     },
1821     "plugin-api-version": "2.6.0"