179e1d04fea58d9873e663e3061a931785ee69b2
[phinde.git] / composer.lock
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": "7b7ba20b963c1b3be2aec1ed351f1cb4",
8     "packages": [
9         {
10             "name": "pear/console_commandline",
11             "version": "v1.2.4",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/pear/Console_CommandLine.git",
15                 "reference": "cce06166765c5da31f3e8c1acf42512c64344cdb"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/pear/Console_CommandLine/zipball/cce06166765c5da31f3e8c1acf42512c64344cdb",
20                 "reference": "cce06166765c5da31f3e8c1acf42512c64344cdb",
21                 "shasum": ""
22             },
23             "require": {
24                 "ext-dom": "*",
25                 "ext-xml": "*",
26                 "pear/pear_exception": "^1.0.0",
27                 "php": ">=5.3.0"
28             },
29             "require-dev": {
30                 "phpunit/phpunit": "*"
31             },
32             "type": "library",
33             "autoload": {
34                 "psr-0": {
35                     "Console": "./"
36                 },
37                 "exclude-from-classmap": [
38                     "tests/"
39                 ]
40             },
41             "notification-url": "https://packagist.org/downloads/",
42             "include-path": [
43                 ""
44             ],
45             "license": [
46                 "MIT"
47             ],
48             "authors": [
49                 {
50                     "name": "Richard Quadling",
51                     "email": "rquadling@gmail.com"
52                 },
53                 {
54                     "name": "David Jean Louis",
55                     "email": "izimobil@gmail.com"
56                 }
57             ],
58             "description": "A full featured command line options and arguments parser.",
59             "homepage": "https://github.com/pear/Console_CommandLine",
60             "keywords": [
61                 "console"
62             ],
63             "support": {
64                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_CommandLine",
65                 "source": "https://github.com/pear/Console_CommandLine"
66             },
67             "time": "2021-11-15T19:53:25+00:00"
68         },
69         {
70             "name": "pear/http2",
71             "version": "v1.1.2",
72             "source": {
73                 "type": "git",
74                 "url": "https://github.com/pear/HTTP2.git",
75                 "reference": "b87527415aa1439d5abc2c620a37f0047c3b1568"
76             },
77             "dist": {
78                 "type": "zip",
79                 "url": "https://api.github.com/repos/pear/HTTP2/zipball/b87527415aa1439d5abc2c620a37f0047c3b1568",
80                 "reference": "b87527415aa1439d5abc2c620a37f0047c3b1568",
81                 "shasum": ""
82             },
83             "require-dev": {
84                 "pear/pear-core": "*"
85             },
86             "type": "library",
87             "autoload": {
88                 "psr-0": {
89                     "HTTP2": "./"
90                 }
91             },
92             "notification-url": "https://packagist.org/downloads/",
93             "include-path": [
94                 "./"
95             ],
96             "license": [
97                 "BSD-2-Clause"
98             ],
99             "authors": [
100                 {
101                     "name": "Michael Wallner",
102                     "email": "mike@php.net",
103                     "role": "Lead"
104                 },
105                 {
106                     "name": "Philippe Jausions",
107                     "email": "jausions@php.net",
108                     "role": "Lead"
109                 }
110             ],
111             "description": "Miscellaneous HTTP utilities",
112             "homepage": "http://pear.php.net/package/HTTP2",
113             "support": {
114                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=HTTP2",
115                 "source": "https://github.com/pear/HTTP2"
116             },
117             "time": "2016-08-10T19:11:15+00:00"
118         },
119         {
120             "name": "pear/http_request2",
121             "version": "v2.5.1",
122             "source": {
123                 "type": "git",
124                 "url": "https://github.com/pear/HTTP_Request2.git",
125                 "reference": "db4ce7844f838d3adca0513a77420c0fec22ed2d"
126             },
127             "dist": {
128                 "type": "zip",
129                 "url": "https://api.github.com/repos/pear/HTTP_Request2/zipball/db4ce7844f838d3adca0513a77420c0fec22ed2d",
130                 "reference": "db4ce7844f838d3adca0513a77420c0fec22ed2d",
131                 "shasum": ""
132             },
133             "require": {
134                 "pear/net_url2": "^2.2.0",
135                 "pear/pear_exception": "^1.0.0",
136                 "php": ">=5.6.0"
137             },
138             "require-dev": {
139                 "yoast/phpunit-polyfills": "^1.0.0"
140             },
141             "suggest": {
142                 "ext-curl": "Allows using cURL as a request backend.",
143                 "ext-fileinfo": "Adds support for looking up mime-types using finfo.",
144                 "ext-openssl": "Allows handling SSL requests when not using cURL.",
145                 "ext-zlib": "Allows handling gzip compressed responses."
146             },
147             "type": "library",
148             "autoload": {
149                 "psr-0": {
150                     "HTTP_Request2": ""
151                 }
152             },
153             "notification-url": "https://packagist.org/downloads/",
154             "license": [
155                 "BSD-3-Clause"
156             ],
157             "authors": [
158                 {
159                     "name": "Alexey Borzov",
160                     "email": "avb@php.net"
161                 }
162             ],
163             "description": "Provides an easy way to perform HTTP requests.",
164             "homepage": "https://pear.php.net/package/HTTP_Request2",
165             "keywords": [
166                 "PEAR",
167                 "curl",
168                 "http",
169                 "request"
170             ],
171             "support": {
172                 "docs": "https://pear.php.net/manual/en/package.http.http-request2.php",
173                 "issues": "https://github.com/pear/HTTP_Request2/issues",
174                 "source": "https://github.com/pear/HTTP_Request2"
175             },
176             "time": "2022-01-06T18:20:25+00:00"
177         },
178         {
179             "name": "pear/net_url2",
180             "version": "v2.2.2",
181             "source": {
182                 "type": "git",
183                 "url": "https://github.com/pear/Net_URL2.git",
184                 "reference": "07fd055820dbf466ee3990abe96d0e40a8791f9d"
185             },
186             "dist": {
187                 "type": "zip",
188                 "url": "https://api.github.com/repos/pear/Net_URL2/zipball/07fd055820dbf466ee3990abe96d0e40a8791f9d",
189                 "reference": "07fd055820dbf466ee3990abe96d0e40a8791f9d",
190                 "shasum": ""
191             },
192             "require": {
193                 "php": ">=5.1.4"
194             },
195             "require-dev": {
196                 "phpunit/phpunit": ">=3.3.0"
197             },
198             "type": "library",
199             "extra": {
200                 "branch-alias": {
201                     "dev-master": "2.2.x-dev"
202                 }
203             },
204             "autoload": {
205                 "classmap": [
206                     "Net/URL2.php"
207                 ]
208             },
209             "notification-url": "https://packagist.org/downloads/",
210             "include-path": [
211                 "./"
212             ],
213             "license": [
214                 "BSD-3-Clause"
215             ],
216             "authors": [
217                 {
218                     "name": "David Coallier",
219                     "email": "davidc@php.net"
220                 },
221                 {
222                     "name": "Tom Klingenberg",
223                     "email": "tkli@php.net"
224                 },
225                 {
226                     "name": "Christian Schmidt",
227                     "email": "chmidt@php.net"
228                 }
229             ],
230             "description": "Class for parsing and handling URL. Provides parsing of URLs into their constituent parts (scheme, host, path etc.), URL generation, and resolving of relative URLs.",
231             "homepage": "https://github.com/pear/Net_URL2",
232             "keywords": [
233                 "PEAR",
234                 "net",
235                 "networking",
236                 "rfc3986",
237                 "uri",
238                 "url"
239             ],
240             "support": {
241                 "issues": "https://pear.php.net/bugs/search.php?cmd=display&package_name[]=Net_URL2",
242                 "source": "https://github.com/pear/Net_URL2"
243             },
244             "time": "2017-08-25T06:16:11+00:00"
245         },
246         {
247             "name": "pear/pear_exception",
248             "version": "v1.0.2",
249             "source": {
250                 "type": "git",
251                 "url": "https://github.com/pear/PEAR_Exception.git",
252                 "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0"
253             },
254             "dist": {
255                 "type": "zip",
256                 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
257                 "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
258                 "shasum": ""
259             },
260             "require": {
261                 "php": ">=5.2.0"
262             },
263             "require-dev": {
264                 "phpunit/phpunit": "<9"
265             },
266             "type": "class",
267             "extra": {
268                 "branch-alias": {
269                     "dev-master": "1.0.x-dev"
270                 }
271             },
272             "autoload": {
273                 "classmap": [
274                     "PEAR/"
275                 ]
276             },
277             "notification-url": "https://packagist.org/downloads/",
278             "include-path": [
279                 "."
280             ],
281             "license": [
282                 "BSD-2-Clause"
283             ],
284             "authors": [
285                 {
286                     "name": "Helgi Thormar",
287                     "email": "dufuz@php.net"
288                 },
289                 {
290                     "name": "Greg Beaver",
291                     "email": "cellog@php.net"
292                 }
293             ],
294             "description": "The PEAR Exception base class.",
295             "homepage": "https://github.com/pear/PEAR_Exception",
296             "keywords": [
297                 "exception"
298             ],
299             "support": {
300                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception",
301                 "source": "https://github.com/pear/PEAR_Exception"
302             },
303             "time": "2021-03-21T15:43:46+00:00"
304         },
305         {
306             "name": "symfony/polyfill-ctype",
307             "version": "v1.27.0",
308             "source": {
309                 "type": "git",
310                 "url": "https://github.com/symfony/polyfill-ctype.git",
311                 "reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
312             },
313             "dist": {
314                 "type": "zip",
315                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
316                 "reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
317                 "shasum": ""
318             },
319             "require": {
320                 "php": ">=7.1"
321             },
322             "provide": {
323                 "ext-ctype": "*"
324             },
325             "suggest": {
326                 "ext-ctype": "For best performance"
327             },
328             "type": "library",
329             "extra": {
330                 "branch-alias": {
331                     "dev-main": "1.27-dev"
332                 },
333                 "thanks": {
334                     "name": "symfony/polyfill",
335                     "url": "https://github.com/symfony/polyfill"
336                 }
337             },
338             "autoload": {
339                 "files": [
340                     "bootstrap.php"
341                 ],
342                 "psr-4": {
343                     "Symfony\\Polyfill\\Ctype\\": ""
344                 }
345             },
346             "notification-url": "https://packagist.org/downloads/",
347             "license": [
348                 "MIT"
349             ],
350             "authors": [
351                 {
352                     "name": "Gert de Pagter",
353                     "email": "BackEndTea@gmail.com"
354                 },
355                 {
356                     "name": "Symfony Community",
357                     "homepage": "https://symfony.com/contributors"
358                 }
359             ],
360             "description": "Symfony polyfill for ctype functions",
361             "homepage": "https://symfony.com",
362             "keywords": [
363                 "compatibility",
364                 "ctype",
365                 "polyfill",
366                 "portable"
367             ],
368             "support": {
369                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
370             },
371             "funding": [
372                 {
373                     "url": "https://symfony.com/sponsor",
374                     "type": "custom"
375                 },
376                 {
377                     "url": "https://github.com/fabpot",
378                     "type": "github"
379                 },
380                 {
381                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
382                     "type": "tidelift"
383                 }
384             ],
385             "time": "2022-11-03T14:55:06+00:00"
386         },
387         {
388             "name": "twig/twig",
389             "version": "v1.44.7",
390             "source": {
391                 "type": "git",
392                 "url": "https://github.com/twigphp/Twig.git",
393                 "reference": "0887422319889e442458e48e2f3d9add1a172ad5"
394             },
395             "dist": {
396                 "type": "zip",
397                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/0887422319889e442458e48e2f3d9add1a172ad5",
398                 "reference": "0887422319889e442458e48e2f3d9add1a172ad5",
399                 "shasum": ""
400             },
401             "require": {
402                 "php": ">=7.2.5",
403                 "symfony/polyfill-ctype": "^1.8"
404             },
405             "require-dev": {
406                 "psr/container": "^1.0",
407                 "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
408             },
409             "type": "library",
410             "extra": {
411                 "branch-alias": {
412                     "dev-master": "1.44-dev"
413                 }
414             },
415             "autoload": {
416                 "psr-0": {
417                     "Twig_": "lib/"
418                 },
419                 "psr-4": {
420                     "Twig\\": "src/"
421                 }
422             },
423             "notification-url": "https://packagist.org/downloads/",
424             "license": [
425                 "BSD-3-Clause"
426             ],
427             "authors": [
428                 {
429                     "name": "Fabien Potencier",
430                     "email": "fabien@symfony.com",
431                     "homepage": "http://fabien.potencier.org",
432                     "role": "Lead Developer"
433                 },
434                 {
435                     "name": "Twig Team",
436                     "role": "Contributors"
437                 },
438                 {
439                     "name": "Armin Ronacher",
440                     "email": "armin.ronacher@active-4.com",
441                     "role": "Project Founder"
442                 }
443             ],
444             "description": "Twig, the flexible, fast, and secure template language for PHP",
445             "homepage": "https://twig.symfony.com",
446             "keywords": [
447                 "templating"
448             ],
449             "support": {
450                 "issues": "https://github.com/twigphp/Twig/issues",
451                 "source": "https://github.com/twigphp/Twig/tree/v1.44.7"
452             },
453             "funding": [
454                 {
455                     "url": "https://github.com/fabpot",
456                     "type": "github"
457                 },
458                 {
459                     "url": "https://tidelift.com/funding/github/packagist/twig/twig",
460                     "type": "tidelift"
461                 }
462             ],
463             "time": "2022-09-28T08:38:36+00:00"
464         }
465     ],
466     "packages-dev": [
467         {
468             "name": "doctrine/instantiator",
469             "version": "2.0.0",
470             "source": {
471                 "type": "git",
472                 "url": "https://github.com/doctrine/instantiator.git",
473                 "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0"
474             },
475             "dist": {
476                 "type": "zip",
477                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
478                 "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
479                 "shasum": ""
480             },
481             "require": {
482                 "php": "^8.1"
483             },
484             "require-dev": {
485                 "doctrine/coding-standard": "^11",
486                 "ext-pdo": "*",
487                 "ext-phar": "*",
488                 "phpbench/phpbench": "^1.2",
489                 "phpstan/phpstan": "^1.9.4",
490                 "phpstan/phpstan-phpunit": "^1.3",
491                 "phpunit/phpunit": "^9.5.27",
492                 "vimeo/psalm": "^5.4"
493             },
494             "type": "library",
495             "autoload": {
496                 "psr-4": {
497                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
498                 }
499             },
500             "notification-url": "https://packagist.org/downloads/",
501             "license": [
502                 "MIT"
503             ],
504             "authors": [
505                 {
506                     "name": "Marco Pivetta",
507                     "email": "ocramius@gmail.com",
508                     "homepage": "https://ocramius.github.io/"
509                 }
510             ],
511             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
512             "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
513             "keywords": [
514                 "constructor",
515                 "instantiate"
516             ],
517             "support": {
518                 "issues": "https://github.com/doctrine/instantiator/issues",
519                 "source": "https://github.com/doctrine/instantiator/tree/2.0.0"
520             },
521             "funding": [
522                 {
523                     "url": "https://www.doctrine-project.org/sponsorship.html",
524                     "type": "custom"
525                 },
526                 {
527                     "url": "https://www.patreon.com/phpdoctrine",
528                     "type": "patreon"
529                 },
530                 {
531                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
532                     "type": "tidelift"
533                 }
534             ],
535             "time": "2022-12-30T00:23:10+00:00"
536         },
537         {
538             "name": "myclabs/deep-copy",
539             "version": "1.11.0",
540             "source": {
541                 "type": "git",
542                 "url": "https://github.com/myclabs/DeepCopy.git",
543                 "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614"
544             },
545             "dist": {
546                 "type": "zip",
547                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614",
548                 "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614",
549                 "shasum": ""
550             },
551             "require": {
552                 "php": "^7.1 || ^8.0"
553             },
554             "conflict": {
555                 "doctrine/collections": "<1.6.8",
556                 "doctrine/common": "<2.13.3 || >=3,<3.2.2"
557             },
558             "require-dev": {
559                 "doctrine/collections": "^1.6.8",
560                 "doctrine/common": "^2.13.3 || ^3.2.2",
561                 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
562             },
563             "type": "library",
564             "autoload": {
565                 "files": [
566                     "src/DeepCopy/deep_copy.php"
567                 ],
568                 "psr-4": {
569                     "DeepCopy\\": "src/DeepCopy/"
570                 }
571             },
572             "notification-url": "https://packagist.org/downloads/",
573             "license": [
574                 "MIT"
575             ],
576             "description": "Create deep copies (clones) of your objects",
577             "keywords": [
578                 "clone",
579                 "copy",
580                 "duplicate",
581                 "object",
582                 "object graph"
583             ],
584             "support": {
585                 "issues": "https://github.com/myclabs/DeepCopy/issues",
586                 "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0"
587             },
588             "funding": [
589                 {
590                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
591                     "type": "tidelift"
592                 }
593             ],
594             "time": "2022-03-03T13:19:32+00:00"
595         },
596         {
597             "name": "nikic/php-parser",
598             "version": "v4.15.4",
599             "source": {
600                 "type": "git",
601                 "url": "https://github.com/nikic/PHP-Parser.git",
602                 "reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290"
603             },
604             "dist": {
605                 "type": "zip",
606                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/6bb5176bc4af8bcb7d926f88718db9b96a2d4290",
607                 "reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290",
608                 "shasum": ""
609             },
610             "require": {
611                 "ext-tokenizer": "*",
612                 "php": ">=7.0"
613             },
614             "require-dev": {
615                 "ircmaxell/php-yacc": "^0.0.7",
616                 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
617             },
618             "bin": [
619                 "bin/php-parse"
620             ],
621             "type": "library",
622             "extra": {
623                 "branch-alias": {
624                     "dev-master": "4.9-dev"
625                 }
626             },
627             "autoload": {
628                 "psr-4": {
629                     "PhpParser\\": "lib/PhpParser"
630                 }
631             },
632             "notification-url": "https://packagist.org/downloads/",
633             "license": [
634                 "BSD-3-Clause"
635             ],
636             "authors": [
637                 {
638                     "name": "Nikita Popov"
639                 }
640             ],
641             "description": "A PHP parser written in PHP",
642             "keywords": [
643                 "parser",
644                 "php"
645             ],
646             "support": {
647                 "issues": "https://github.com/nikic/PHP-Parser/issues",
648                 "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.4"
649             },
650             "time": "2023-03-05T19:49:14+00:00"
651         },
652         {
653             "name": "phar-io/manifest",
654             "version": "2.0.3",
655             "source": {
656                 "type": "git",
657                 "url": "https://github.com/phar-io/manifest.git",
658                 "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
659             },
660             "dist": {
661                 "type": "zip",
662                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
663                 "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
664                 "shasum": ""
665             },
666             "require": {
667                 "ext-dom": "*",
668                 "ext-phar": "*",
669                 "ext-xmlwriter": "*",
670                 "phar-io/version": "^3.0.1",
671                 "php": "^7.2 || ^8.0"
672             },
673             "type": "library",
674             "extra": {
675                 "branch-alias": {
676                     "dev-master": "2.0.x-dev"
677                 }
678             },
679             "autoload": {
680                 "classmap": [
681                     "src/"
682                 ]
683             },
684             "notification-url": "https://packagist.org/downloads/",
685             "license": [
686                 "BSD-3-Clause"
687             ],
688             "authors": [
689                 {
690                     "name": "Arne Blankerts",
691                     "email": "arne@blankerts.de",
692                     "role": "Developer"
693                 },
694                 {
695                     "name": "Sebastian Heuer",
696                     "email": "sebastian@phpeople.de",
697                     "role": "Developer"
698                 },
699                 {
700                     "name": "Sebastian Bergmann",
701                     "email": "sebastian@phpunit.de",
702                     "role": "Developer"
703                 }
704             ],
705             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
706             "support": {
707                 "issues": "https://github.com/phar-io/manifest/issues",
708                 "source": "https://github.com/phar-io/manifest/tree/2.0.3"
709             },
710             "time": "2021-07-20T11:28:43+00:00"
711         },
712         {
713             "name": "phar-io/version",
714             "version": "3.2.1",
715             "source": {
716                 "type": "git",
717                 "url": "https://github.com/phar-io/version.git",
718                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
719             },
720             "dist": {
721                 "type": "zip",
722                 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
723                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
724                 "shasum": ""
725             },
726             "require": {
727                 "php": "^7.2 || ^8.0"
728             },
729             "type": "library",
730             "autoload": {
731                 "classmap": [
732                     "src/"
733                 ]
734             },
735             "notification-url": "https://packagist.org/downloads/",
736             "license": [
737                 "BSD-3-Clause"
738             ],
739             "authors": [
740                 {
741                     "name": "Arne Blankerts",
742                     "email": "arne@blankerts.de",
743                     "role": "Developer"
744                 },
745                 {
746                     "name": "Sebastian Heuer",
747                     "email": "sebastian@phpeople.de",
748                     "role": "Developer"
749                 },
750                 {
751                     "name": "Sebastian Bergmann",
752                     "email": "sebastian@phpunit.de",
753                     "role": "Developer"
754                 }
755             ],
756             "description": "Library for handling version information and constraints",
757             "support": {
758                 "issues": "https://github.com/phar-io/version/issues",
759                 "source": "https://github.com/phar-io/version/tree/3.2.1"
760             },
761             "time": "2022-02-21T01:04:05+00:00"
762         },
763         {
764             "name": "phpunit/php-code-coverage",
765             "version": "9.2.26",
766             "source": {
767                 "type": "git",
768                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
769                 "reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1"
770             },
771             "dist": {
772                 "type": "zip",
773                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/443bc6912c9bd5b409254a40f4b0f4ced7c80ea1",
774                 "reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1",
775                 "shasum": ""
776             },
777             "require": {
778                 "ext-dom": "*",
779                 "ext-libxml": "*",
780                 "ext-xmlwriter": "*",
781                 "nikic/php-parser": "^4.15",
782                 "php": ">=7.3",
783                 "phpunit/php-file-iterator": "^3.0.3",
784                 "phpunit/php-text-template": "^2.0.2",
785                 "sebastian/code-unit-reverse-lookup": "^2.0.2",
786                 "sebastian/complexity": "^2.0",
787                 "sebastian/environment": "^5.1.2",
788                 "sebastian/lines-of-code": "^1.0.3",
789                 "sebastian/version": "^3.0.1",
790                 "theseer/tokenizer": "^1.2.0"
791             },
792             "require-dev": {
793                 "phpunit/phpunit": "^9.3"
794             },
795             "suggest": {
796                 "ext-pcov": "PHP extension that provides line coverage",
797                 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
798             },
799             "type": "library",
800             "extra": {
801                 "branch-alias": {
802                     "dev-master": "9.2-dev"
803                 }
804             },
805             "autoload": {
806                 "classmap": [
807                     "src/"
808                 ]
809             },
810             "notification-url": "https://packagist.org/downloads/",
811             "license": [
812                 "BSD-3-Clause"
813             ],
814             "authors": [
815                 {
816                     "name": "Sebastian Bergmann",
817                     "email": "sebastian@phpunit.de",
818                     "role": "lead"
819                 }
820             ],
821             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
822             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
823             "keywords": [
824                 "coverage",
825                 "testing",
826                 "xunit"
827             ],
828             "support": {
829                 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
830                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.26"
831             },
832             "funding": [
833                 {
834                     "url": "https://github.com/sebastianbergmann",
835                     "type": "github"
836                 }
837             ],
838             "time": "2023-03-06T12:58:08+00:00"
839         },
840         {
841             "name": "phpunit/php-file-iterator",
842             "version": "3.0.6",
843             "source": {
844                 "type": "git",
845                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
846                 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
847             },
848             "dist": {
849                 "type": "zip",
850                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
851                 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
852                 "shasum": ""
853             },
854             "require": {
855                 "php": ">=7.3"
856             },
857             "require-dev": {
858                 "phpunit/phpunit": "^9.3"
859             },
860             "type": "library",
861             "extra": {
862                 "branch-alias": {
863                     "dev-master": "3.0-dev"
864                 }
865             },
866             "autoload": {
867                 "classmap": [
868                     "src/"
869                 ]
870             },
871             "notification-url": "https://packagist.org/downloads/",
872             "license": [
873                 "BSD-3-Clause"
874             ],
875             "authors": [
876                 {
877                     "name": "Sebastian Bergmann",
878                     "email": "sebastian@phpunit.de",
879                     "role": "lead"
880                 }
881             ],
882             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
883             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
884             "keywords": [
885                 "filesystem",
886                 "iterator"
887             ],
888             "support": {
889                 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
890                 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
891             },
892             "funding": [
893                 {
894                     "url": "https://github.com/sebastianbergmann",
895                     "type": "github"
896                 }
897             ],
898             "time": "2021-12-02T12:48:52+00:00"
899         },
900         {
901             "name": "phpunit/php-invoker",
902             "version": "3.1.1",
903             "source": {
904                 "type": "git",
905                 "url": "https://github.com/sebastianbergmann/php-invoker.git",
906                 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
907             },
908             "dist": {
909                 "type": "zip",
910                 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
911                 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
912                 "shasum": ""
913             },
914             "require": {
915                 "php": ">=7.3"
916             },
917             "require-dev": {
918                 "ext-pcntl": "*",
919                 "phpunit/phpunit": "^9.3"
920             },
921             "suggest": {
922                 "ext-pcntl": "*"
923             },
924             "type": "library",
925             "extra": {
926                 "branch-alias": {
927                     "dev-master": "3.1-dev"
928                 }
929             },
930             "autoload": {
931                 "classmap": [
932                     "src/"
933                 ]
934             },
935             "notification-url": "https://packagist.org/downloads/",
936             "license": [
937                 "BSD-3-Clause"
938             ],
939             "authors": [
940                 {
941                     "name": "Sebastian Bergmann",
942                     "email": "sebastian@phpunit.de",
943                     "role": "lead"
944                 }
945             ],
946             "description": "Invoke callables with a timeout",
947             "homepage": "https://github.com/sebastianbergmann/php-invoker/",
948             "keywords": [
949                 "process"
950             ],
951             "support": {
952                 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
953                 "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
954             },
955             "funding": [
956                 {
957                     "url": "https://github.com/sebastianbergmann",
958                     "type": "github"
959                 }
960             ],
961             "time": "2020-09-28T05:58:55+00:00"
962         },
963         {
964             "name": "phpunit/php-text-template",
965             "version": "2.0.4",
966             "source": {
967                 "type": "git",
968                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
969                 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
970             },
971             "dist": {
972                 "type": "zip",
973                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
974                 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
975                 "shasum": ""
976             },
977             "require": {
978                 "php": ">=7.3"
979             },
980             "require-dev": {
981                 "phpunit/phpunit": "^9.3"
982             },
983             "type": "library",
984             "extra": {
985                 "branch-alias": {
986                     "dev-master": "2.0-dev"
987                 }
988             },
989             "autoload": {
990                 "classmap": [
991                     "src/"
992                 ]
993             },
994             "notification-url": "https://packagist.org/downloads/",
995             "license": [
996                 "BSD-3-Clause"
997             ],
998             "authors": [
999                 {
1000                     "name": "Sebastian Bergmann",
1001                     "email": "sebastian@phpunit.de",
1002                     "role": "lead"
1003                 }
1004             ],
1005             "description": "Simple template engine.",
1006             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1007             "keywords": [
1008                 "template"
1009             ],
1010             "support": {
1011                 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
1012                 "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
1013             },
1014             "funding": [
1015                 {
1016                     "url": "https://github.com/sebastianbergmann",
1017                     "type": "github"
1018                 }
1019             ],
1020             "time": "2020-10-26T05:33:50+00:00"
1021         },
1022         {
1023             "name": "phpunit/php-timer",
1024             "version": "5.0.3",
1025             "source": {
1026                 "type": "git",
1027                 "url": "https://github.com/sebastianbergmann/php-timer.git",
1028                 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
1029             },
1030             "dist": {
1031                 "type": "zip",
1032                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
1033                 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
1034                 "shasum": ""
1035             },
1036             "require": {
1037                 "php": ">=7.3"
1038             },
1039             "require-dev": {
1040                 "phpunit/phpunit": "^9.3"
1041             },
1042             "type": "library",
1043             "extra": {
1044                 "branch-alias": {
1045                     "dev-master": "5.0-dev"
1046                 }
1047             },
1048             "autoload": {
1049                 "classmap": [
1050                     "src/"
1051                 ]
1052             },
1053             "notification-url": "https://packagist.org/downloads/",
1054             "license": [
1055                 "BSD-3-Clause"
1056             ],
1057             "authors": [
1058                 {
1059                     "name": "Sebastian Bergmann",
1060                     "email": "sebastian@phpunit.de",
1061                     "role": "lead"
1062                 }
1063             ],
1064             "description": "Utility class for timing",
1065             "homepage": "https://github.com/sebastianbergmann/php-timer/",
1066             "keywords": [
1067                 "timer"
1068             ],
1069             "support": {
1070                 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
1071                 "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
1072             },
1073             "funding": [
1074                 {
1075                     "url": "https://github.com/sebastianbergmann",
1076                     "type": "github"
1077                 }
1078             ],
1079             "time": "2020-10-26T13:16:10+00:00"
1080         },
1081         {
1082             "name": "phpunit/phpunit",
1083             "version": "9.6.4",
1084             "source": {
1085                 "type": "git",
1086                 "url": "https://github.com/sebastianbergmann/phpunit.git",
1087                 "reference": "9125ee085b6d95e78277dc07aa1f46f9e0607b8d"
1088             },
1089             "dist": {
1090                 "type": "zip",
1091                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9125ee085b6d95e78277dc07aa1f46f9e0607b8d",
1092                 "reference": "9125ee085b6d95e78277dc07aa1f46f9e0607b8d",
1093                 "shasum": ""
1094             },
1095             "require": {
1096                 "doctrine/instantiator": "^1.3.1 || ^2",
1097                 "ext-dom": "*",
1098                 "ext-json": "*",
1099                 "ext-libxml": "*",
1100                 "ext-mbstring": "*",
1101                 "ext-xml": "*",
1102                 "ext-xmlwriter": "*",
1103                 "myclabs/deep-copy": "^1.10.1",
1104                 "phar-io/manifest": "^2.0.3",
1105                 "phar-io/version": "^3.0.2",
1106                 "php": ">=7.3",
1107                 "phpunit/php-code-coverage": "^9.2.13",
1108                 "phpunit/php-file-iterator": "^3.0.5",
1109                 "phpunit/php-invoker": "^3.1.1",
1110                 "phpunit/php-text-template": "^2.0.3",
1111                 "phpunit/php-timer": "^5.0.2",
1112                 "sebastian/cli-parser": "^1.0.1",
1113                 "sebastian/code-unit": "^1.0.6",
1114                 "sebastian/comparator": "^4.0.8",
1115                 "sebastian/diff": "^4.0.3",
1116                 "sebastian/environment": "^5.1.3",
1117                 "sebastian/exporter": "^4.0.5",
1118                 "sebastian/global-state": "^5.0.1",
1119                 "sebastian/object-enumerator": "^4.0.3",
1120                 "sebastian/resource-operations": "^3.0.3",
1121                 "sebastian/type": "^3.2",
1122                 "sebastian/version": "^3.0.2"
1123             },
1124             "suggest": {
1125                 "ext-soap": "*",
1126                 "ext-xdebug": "*"
1127             },
1128             "bin": [
1129                 "phpunit"
1130             ],
1131             "type": "library",
1132             "extra": {
1133                 "branch-alias": {
1134                     "dev-master": "9.6-dev"
1135                 }
1136             },
1137             "autoload": {
1138                 "files": [
1139                     "src/Framework/Assert/Functions.php"
1140                 ],
1141                 "classmap": [
1142                     "src/"
1143                 ]
1144             },
1145             "notification-url": "https://packagist.org/downloads/",
1146             "license": [
1147                 "BSD-3-Clause"
1148             ],
1149             "authors": [
1150                 {
1151                     "name": "Sebastian Bergmann",
1152                     "email": "sebastian@phpunit.de",
1153                     "role": "lead"
1154                 }
1155             ],
1156             "description": "The PHP Unit Testing framework.",
1157             "homepage": "https://phpunit.de/",
1158             "keywords": [
1159                 "phpunit",
1160                 "testing",
1161                 "xunit"
1162             ],
1163             "support": {
1164                 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
1165                 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.4"
1166             },
1167             "funding": [
1168                 {
1169                     "url": "https://phpunit.de/sponsors.html",
1170                     "type": "custom"
1171                 },
1172                 {
1173                     "url": "https://github.com/sebastianbergmann",
1174                     "type": "github"
1175                 },
1176                 {
1177                     "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
1178                     "type": "tidelift"
1179                 }
1180             ],
1181             "time": "2023-02-27T13:06:37+00:00"
1182         },
1183         {
1184             "name": "sebastian/cli-parser",
1185             "version": "1.0.1",
1186             "source": {
1187                 "type": "git",
1188                 "url": "https://github.com/sebastianbergmann/cli-parser.git",
1189                 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
1190             },
1191             "dist": {
1192                 "type": "zip",
1193                 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
1194                 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
1195                 "shasum": ""
1196             },
1197             "require": {
1198                 "php": ">=7.3"
1199             },
1200             "require-dev": {
1201                 "phpunit/phpunit": "^9.3"
1202             },
1203             "type": "library",
1204             "extra": {
1205                 "branch-alias": {
1206                     "dev-master": "1.0-dev"
1207                 }
1208             },
1209             "autoload": {
1210                 "classmap": [
1211                     "src/"
1212                 ]
1213             },
1214             "notification-url": "https://packagist.org/downloads/",
1215             "license": [
1216                 "BSD-3-Clause"
1217             ],
1218             "authors": [
1219                 {
1220                     "name": "Sebastian Bergmann",
1221                     "email": "sebastian@phpunit.de",
1222                     "role": "lead"
1223                 }
1224             ],
1225             "description": "Library for parsing CLI options",
1226             "homepage": "https://github.com/sebastianbergmann/cli-parser",
1227             "support": {
1228                 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
1229                 "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
1230             },
1231             "funding": [
1232                 {
1233                     "url": "https://github.com/sebastianbergmann",
1234                     "type": "github"
1235                 }
1236             ],
1237             "time": "2020-09-28T06:08:49+00:00"
1238         },
1239         {
1240             "name": "sebastian/code-unit",
1241             "version": "1.0.8",
1242             "source": {
1243                 "type": "git",
1244                 "url": "https://github.com/sebastianbergmann/code-unit.git",
1245                 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
1246             },
1247             "dist": {
1248                 "type": "zip",
1249                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
1250                 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
1251                 "shasum": ""
1252             },
1253             "require": {
1254                 "php": ">=7.3"
1255             },
1256             "require-dev": {
1257                 "phpunit/phpunit": "^9.3"
1258             },
1259             "type": "library",
1260             "extra": {
1261                 "branch-alias": {
1262                     "dev-master": "1.0-dev"
1263                 }
1264             },
1265             "autoload": {
1266                 "classmap": [
1267                     "src/"
1268                 ]
1269             },
1270             "notification-url": "https://packagist.org/downloads/",
1271             "license": [
1272                 "BSD-3-Clause"
1273             ],
1274             "authors": [
1275                 {
1276                     "name": "Sebastian Bergmann",
1277                     "email": "sebastian@phpunit.de",
1278                     "role": "lead"
1279                 }
1280             ],
1281             "description": "Collection of value objects that represent the PHP code units",
1282             "homepage": "https://github.com/sebastianbergmann/code-unit",
1283             "support": {
1284                 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
1285                 "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
1286             },
1287             "funding": [
1288                 {
1289                     "url": "https://github.com/sebastianbergmann",
1290                     "type": "github"
1291                 }
1292             ],
1293             "time": "2020-10-26T13:08:54+00:00"
1294         },
1295         {
1296             "name": "sebastian/code-unit-reverse-lookup",
1297             "version": "2.0.3",
1298             "source": {
1299                 "type": "git",
1300                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1301                 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
1302             },
1303             "dist": {
1304                 "type": "zip",
1305                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
1306                 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
1307                 "shasum": ""
1308             },
1309             "require": {
1310                 "php": ">=7.3"
1311             },
1312             "require-dev": {
1313                 "phpunit/phpunit": "^9.3"
1314             },
1315             "type": "library",
1316             "extra": {
1317                 "branch-alias": {
1318                     "dev-master": "2.0-dev"
1319                 }
1320             },
1321             "autoload": {
1322                 "classmap": [
1323                     "src/"
1324                 ]
1325             },
1326             "notification-url": "https://packagist.org/downloads/",
1327             "license": [
1328                 "BSD-3-Clause"
1329             ],
1330             "authors": [
1331                 {
1332                     "name": "Sebastian Bergmann",
1333                     "email": "sebastian@phpunit.de"
1334                 }
1335             ],
1336             "description": "Looks up which function or method a line of code belongs to",
1337             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1338             "support": {
1339                 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
1340                 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
1341             },
1342             "funding": [
1343                 {
1344                     "url": "https://github.com/sebastianbergmann",
1345                     "type": "github"
1346                 }
1347             ],
1348             "time": "2020-09-28T05:30:19+00:00"
1349         },
1350         {
1351             "name": "sebastian/comparator",
1352             "version": "4.0.8",
1353             "source": {
1354                 "type": "git",
1355                 "url": "https://github.com/sebastianbergmann/comparator.git",
1356                 "reference": "fa0f136dd2334583309d32b62544682ee972b51a"
1357             },
1358             "dist": {
1359                 "type": "zip",
1360                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
1361                 "reference": "fa0f136dd2334583309d32b62544682ee972b51a",
1362                 "shasum": ""
1363             },
1364             "require": {
1365                 "php": ">=7.3",
1366                 "sebastian/diff": "^4.0",
1367                 "sebastian/exporter": "^4.0"
1368             },
1369             "require-dev": {
1370                 "phpunit/phpunit": "^9.3"
1371             },
1372             "type": "library",
1373             "extra": {
1374                 "branch-alias": {
1375                     "dev-master": "4.0-dev"
1376                 }
1377             },
1378             "autoload": {
1379                 "classmap": [
1380                     "src/"
1381                 ]
1382             },
1383             "notification-url": "https://packagist.org/downloads/",
1384             "license": [
1385                 "BSD-3-Clause"
1386             ],
1387             "authors": [
1388                 {
1389                     "name": "Sebastian Bergmann",
1390                     "email": "sebastian@phpunit.de"
1391                 },
1392                 {
1393                     "name": "Jeff Welch",
1394                     "email": "whatthejeff@gmail.com"
1395                 },
1396                 {
1397                     "name": "Volker Dusch",
1398                     "email": "github@wallbash.com"
1399                 },
1400                 {
1401                     "name": "Bernhard Schussek",
1402                     "email": "bschussek@2bepublished.at"
1403                 }
1404             ],
1405             "description": "Provides the functionality to compare PHP values for equality",
1406             "homepage": "https://github.com/sebastianbergmann/comparator",
1407             "keywords": [
1408                 "comparator",
1409                 "compare",
1410                 "equality"
1411             ],
1412             "support": {
1413                 "issues": "https://github.com/sebastianbergmann/comparator/issues",
1414                 "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
1415             },
1416             "funding": [
1417                 {
1418                     "url": "https://github.com/sebastianbergmann",
1419                     "type": "github"
1420                 }
1421             ],
1422             "time": "2022-09-14T12:41:17+00:00"
1423         },
1424         {
1425             "name": "sebastian/complexity",
1426             "version": "2.0.2",
1427             "source": {
1428                 "type": "git",
1429                 "url": "https://github.com/sebastianbergmann/complexity.git",
1430                 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
1431             },
1432             "dist": {
1433                 "type": "zip",
1434                 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
1435                 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
1436                 "shasum": ""
1437             },
1438             "require": {
1439                 "nikic/php-parser": "^4.7",
1440                 "php": ">=7.3"
1441             },
1442             "require-dev": {
1443                 "phpunit/phpunit": "^9.3"
1444             },
1445             "type": "library",
1446             "extra": {
1447                 "branch-alias": {
1448                     "dev-master": "2.0-dev"
1449                 }
1450             },
1451             "autoload": {
1452                 "classmap": [
1453                     "src/"
1454                 ]
1455             },
1456             "notification-url": "https://packagist.org/downloads/",
1457             "license": [
1458                 "BSD-3-Clause"
1459             ],
1460             "authors": [
1461                 {
1462                     "name": "Sebastian Bergmann",
1463                     "email": "sebastian@phpunit.de",
1464                     "role": "lead"
1465                 }
1466             ],
1467             "description": "Library for calculating the complexity of PHP code units",
1468             "homepage": "https://github.com/sebastianbergmann/complexity",
1469             "support": {
1470                 "issues": "https://github.com/sebastianbergmann/complexity/issues",
1471                 "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
1472             },
1473             "funding": [
1474                 {
1475                     "url": "https://github.com/sebastianbergmann",
1476                     "type": "github"
1477                 }
1478             ],
1479             "time": "2020-10-26T15:52:27+00:00"
1480         },
1481         {
1482             "name": "sebastian/diff",
1483             "version": "4.0.4",
1484             "source": {
1485                 "type": "git",
1486                 "url": "https://github.com/sebastianbergmann/diff.git",
1487                 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
1488             },
1489             "dist": {
1490                 "type": "zip",
1491                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
1492                 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
1493                 "shasum": ""
1494             },
1495             "require": {
1496                 "php": ">=7.3"
1497             },
1498             "require-dev": {
1499                 "phpunit/phpunit": "^9.3",
1500                 "symfony/process": "^4.2 || ^5"
1501             },
1502             "type": "library",
1503             "extra": {
1504                 "branch-alias": {
1505                     "dev-master": "4.0-dev"
1506                 }
1507             },
1508             "autoload": {
1509                 "classmap": [
1510                     "src/"
1511                 ]
1512             },
1513             "notification-url": "https://packagist.org/downloads/",
1514             "license": [
1515                 "BSD-3-Clause"
1516             ],
1517             "authors": [
1518                 {
1519                     "name": "Sebastian Bergmann",
1520                     "email": "sebastian@phpunit.de"
1521                 },
1522                 {
1523                     "name": "Kore Nordmann",
1524                     "email": "mail@kore-nordmann.de"
1525                 }
1526             ],
1527             "description": "Diff implementation",
1528             "homepage": "https://github.com/sebastianbergmann/diff",
1529             "keywords": [
1530                 "diff",
1531                 "udiff",
1532                 "unidiff",
1533                 "unified diff"
1534             ],
1535             "support": {
1536                 "issues": "https://github.com/sebastianbergmann/diff/issues",
1537                 "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
1538             },
1539             "funding": [
1540                 {
1541                     "url": "https://github.com/sebastianbergmann",
1542                     "type": "github"
1543                 }
1544             ],
1545             "time": "2020-10-26T13:10:38+00:00"
1546         },
1547         {
1548             "name": "sebastian/environment",
1549             "version": "5.1.5",
1550             "source": {
1551                 "type": "git",
1552                 "url": "https://github.com/sebastianbergmann/environment.git",
1553                 "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed"
1554             },
1555             "dist": {
1556                 "type": "zip",
1557                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
1558                 "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
1559                 "shasum": ""
1560             },
1561             "require": {
1562                 "php": ">=7.3"
1563             },
1564             "require-dev": {
1565                 "phpunit/phpunit": "^9.3"
1566             },
1567             "suggest": {
1568                 "ext-posix": "*"
1569             },
1570             "type": "library",
1571             "extra": {
1572                 "branch-alias": {
1573                     "dev-master": "5.1-dev"
1574                 }
1575             },
1576             "autoload": {
1577                 "classmap": [
1578                     "src/"
1579                 ]
1580             },
1581             "notification-url": "https://packagist.org/downloads/",
1582             "license": [
1583                 "BSD-3-Clause"
1584             ],
1585             "authors": [
1586                 {
1587                     "name": "Sebastian Bergmann",
1588                     "email": "sebastian@phpunit.de"
1589                 }
1590             ],
1591             "description": "Provides functionality to handle HHVM/PHP environments",
1592             "homepage": "http://www.github.com/sebastianbergmann/environment",
1593             "keywords": [
1594                 "Xdebug",
1595                 "environment",
1596                 "hhvm"
1597             ],
1598             "support": {
1599                 "issues": "https://github.com/sebastianbergmann/environment/issues",
1600                 "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5"
1601             },
1602             "funding": [
1603                 {
1604                     "url": "https://github.com/sebastianbergmann",
1605                     "type": "github"
1606                 }
1607             ],
1608             "time": "2023-02-03T06:03:51+00:00"
1609         },
1610         {
1611             "name": "sebastian/exporter",
1612             "version": "4.0.5",
1613             "source": {
1614                 "type": "git",
1615                 "url": "https://github.com/sebastianbergmann/exporter.git",
1616                 "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d"
1617             },
1618             "dist": {
1619                 "type": "zip",
1620                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
1621                 "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
1622                 "shasum": ""
1623             },
1624             "require": {
1625                 "php": ">=7.3",
1626                 "sebastian/recursion-context": "^4.0"
1627             },
1628             "require-dev": {
1629                 "ext-mbstring": "*",
1630                 "phpunit/phpunit": "^9.3"
1631             },
1632             "type": "library",
1633             "extra": {
1634                 "branch-alias": {
1635                     "dev-master": "4.0-dev"
1636                 }
1637             },
1638             "autoload": {
1639                 "classmap": [
1640                     "src/"
1641                 ]
1642             },
1643             "notification-url": "https://packagist.org/downloads/",
1644             "license": [
1645                 "BSD-3-Clause"
1646             ],
1647             "authors": [
1648                 {
1649                     "name": "Sebastian Bergmann",
1650                     "email": "sebastian@phpunit.de"
1651                 },
1652                 {
1653                     "name": "Jeff Welch",
1654                     "email": "whatthejeff@gmail.com"
1655                 },
1656                 {
1657                     "name": "Volker Dusch",
1658                     "email": "github@wallbash.com"
1659                 },
1660                 {
1661                     "name": "Adam Harvey",
1662                     "email": "aharvey@php.net"
1663                 },
1664                 {
1665                     "name": "Bernhard Schussek",
1666                     "email": "bschussek@gmail.com"
1667                 }
1668             ],
1669             "description": "Provides the functionality to export PHP variables for visualization",
1670             "homepage": "https://www.github.com/sebastianbergmann/exporter",
1671             "keywords": [
1672                 "export",
1673                 "exporter"
1674             ],
1675             "support": {
1676                 "issues": "https://github.com/sebastianbergmann/exporter/issues",
1677                 "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5"
1678             },
1679             "funding": [
1680                 {
1681                     "url": "https://github.com/sebastianbergmann",
1682                     "type": "github"
1683                 }
1684             ],
1685             "time": "2022-09-14T06:03:37+00:00"
1686         },
1687         {
1688             "name": "sebastian/global-state",
1689             "version": "5.0.5",
1690             "source": {
1691                 "type": "git",
1692                 "url": "https://github.com/sebastianbergmann/global-state.git",
1693                 "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2"
1694             },
1695             "dist": {
1696                 "type": "zip",
1697                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2",
1698                 "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2",
1699                 "shasum": ""
1700             },
1701             "require": {
1702                 "php": ">=7.3",
1703                 "sebastian/object-reflector": "^2.0",
1704                 "sebastian/recursion-context": "^4.0"
1705             },
1706             "require-dev": {
1707                 "ext-dom": "*",
1708                 "phpunit/phpunit": "^9.3"
1709             },
1710             "suggest": {
1711                 "ext-uopz": "*"
1712             },
1713             "type": "library",
1714             "extra": {
1715                 "branch-alias": {
1716                     "dev-master": "5.0-dev"
1717                 }
1718             },
1719             "autoload": {
1720                 "classmap": [
1721                     "src/"
1722                 ]
1723             },
1724             "notification-url": "https://packagist.org/downloads/",
1725             "license": [
1726                 "BSD-3-Clause"
1727             ],
1728             "authors": [
1729                 {
1730                     "name": "Sebastian Bergmann",
1731                     "email": "sebastian@phpunit.de"
1732                 }
1733             ],
1734             "description": "Snapshotting of global state",
1735             "homepage": "http://www.github.com/sebastianbergmann/global-state",
1736             "keywords": [
1737                 "global state"
1738             ],
1739             "support": {
1740                 "issues": "https://github.com/sebastianbergmann/global-state/issues",
1741                 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5"
1742             },
1743             "funding": [
1744                 {
1745                     "url": "https://github.com/sebastianbergmann",
1746                     "type": "github"
1747                 }
1748             ],
1749             "time": "2022-02-14T08:28:10+00:00"
1750         },
1751         {
1752             "name": "sebastian/lines-of-code",
1753             "version": "1.0.3",
1754             "source": {
1755                 "type": "git",
1756                 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
1757                 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
1758             },
1759             "dist": {
1760                 "type": "zip",
1761                 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
1762                 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
1763                 "shasum": ""
1764             },
1765             "require": {
1766                 "nikic/php-parser": "^4.6",
1767                 "php": ">=7.3"
1768             },
1769             "require-dev": {
1770                 "phpunit/phpunit": "^9.3"
1771             },
1772             "type": "library",
1773             "extra": {
1774                 "branch-alias": {
1775                     "dev-master": "1.0-dev"
1776                 }
1777             },
1778             "autoload": {
1779                 "classmap": [
1780                     "src/"
1781                 ]
1782             },
1783             "notification-url": "https://packagist.org/downloads/",
1784             "license": [
1785                 "BSD-3-Clause"
1786             ],
1787             "authors": [
1788                 {
1789                     "name": "Sebastian Bergmann",
1790                     "email": "sebastian@phpunit.de",
1791                     "role": "lead"
1792                 }
1793             ],
1794             "description": "Library for counting the lines of code in PHP source code",
1795             "homepage": "https://github.com/sebastianbergmann/lines-of-code",
1796             "support": {
1797                 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
1798                 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
1799             },
1800             "funding": [
1801                 {
1802                     "url": "https://github.com/sebastianbergmann",
1803                     "type": "github"
1804                 }
1805             ],
1806             "time": "2020-11-28T06:42:11+00:00"
1807         },
1808         {
1809             "name": "sebastian/object-enumerator",
1810             "version": "4.0.4",
1811             "source": {
1812                 "type": "git",
1813                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1814                 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
1815             },
1816             "dist": {
1817                 "type": "zip",
1818                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
1819                 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
1820                 "shasum": ""
1821             },
1822             "require": {
1823                 "php": ">=7.3",
1824                 "sebastian/object-reflector": "^2.0",
1825                 "sebastian/recursion-context": "^4.0"
1826             },
1827             "require-dev": {
1828                 "phpunit/phpunit": "^9.3"
1829             },
1830             "type": "library",
1831             "extra": {
1832                 "branch-alias": {
1833                     "dev-master": "4.0-dev"
1834                 }
1835             },
1836             "autoload": {
1837                 "classmap": [
1838                     "src/"
1839                 ]
1840             },
1841             "notification-url": "https://packagist.org/downloads/",
1842             "license": [
1843                 "BSD-3-Clause"
1844             ],
1845             "authors": [
1846                 {
1847                     "name": "Sebastian Bergmann",
1848                     "email": "sebastian@phpunit.de"
1849                 }
1850             ],
1851             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1852             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1853             "support": {
1854                 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
1855                 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
1856             },
1857             "funding": [
1858                 {
1859                     "url": "https://github.com/sebastianbergmann",
1860                     "type": "github"
1861                 }
1862             ],
1863             "time": "2020-10-26T13:12:34+00:00"
1864         },
1865         {
1866             "name": "sebastian/object-reflector",
1867             "version": "2.0.4",
1868             "source": {
1869                 "type": "git",
1870                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
1871                 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
1872             },
1873             "dist": {
1874                 "type": "zip",
1875                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
1876                 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
1877                 "shasum": ""
1878             },
1879             "require": {
1880                 "php": ">=7.3"
1881             },
1882             "require-dev": {
1883                 "phpunit/phpunit": "^9.3"
1884             },
1885             "type": "library",
1886             "extra": {
1887                 "branch-alias": {
1888                     "dev-master": "2.0-dev"
1889                 }
1890             },
1891             "autoload": {
1892                 "classmap": [
1893                     "src/"
1894                 ]
1895             },
1896             "notification-url": "https://packagist.org/downloads/",
1897             "license": [
1898                 "BSD-3-Clause"
1899             ],
1900             "authors": [
1901                 {
1902                     "name": "Sebastian Bergmann",
1903                     "email": "sebastian@phpunit.de"
1904                 }
1905             ],
1906             "description": "Allows reflection of object attributes, including inherited and non-public ones",
1907             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
1908             "support": {
1909                 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
1910                 "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
1911             },
1912             "funding": [
1913                 {
1914                     "url": "https://github.com/sebastianbergmann",
1915                     "type": "github"
1916                 }
1917             ],
1918             "time": "2020-10-26T13:14:26+00:00"
1919         },
1920         {
1921             "name": "sebastian/recursion-context",
1922             "version": "4.0.5",
1923             "source": {
1924                 "type": "git",
1925                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
1926                 "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1"
1927             },
1928             "dist": {
1929                 "type": "zip",
1930                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
1931                 "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
1932                 "shasum": ""
1933             },
1934             "require": {
1935                 "php": ">=7.3"
1936             },
1937             "require-dev": {
1938                 "phpunit/phpunit": "^9.3"
1939             },
1940             "type": "library",
1941             "extra": {
1942                 "branch-alias": {
1943                     "dev-master": "4.0-dev"
1944                 }
1945             },
1946             "autoload": {
1947                 "classmap": [
1948                     "src/"
1949                 ]
1950             },
1951             "notification-url": "https://packagist.org/downloads/",
1952             "license": [
1953                 "BSD-3-Clause"
1954             ],
1955             "authors": [
1956                 {
1957                     "name": "Sebastian Bergmann",
1958                     "email": "sebastian@phpunit.de"
1959                 },
1960                 {
1961                     "name": "Jeff Welch",
1962                     "email": "whatthejeff@gmail.com"
1963                 },
1964                 {
1965                     "name": "Adam Harvey",
1966                     "email": "aharvey@php.net"
1967                 }
1968             ],
1969             "description": "Provides functionality to recursively process PHP variables",
1970             "homepage": "https://github.com/sebastianbergmann/recursion-context",
1971             "support": {
1972                 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
1973                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5"
1974             },
1975             "funding": [
1976                 {
1977                     "url": "https://github.com/sebastianbergmann",
1978                     "type": "github"
1979                 }
1980             ],
1981             "time": "2023-02-03T06:07:39+00:00"
1982         },
1983         {
1984             "name": "sebastian/resource-operations",
1985             "version": "3.0.3",
1986             "source": {
1987                 "type": "git",
1988                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
1989                 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
1990             },
1991             "dist": {
1992                 "type": "zip",
1993                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
1994                 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
1995                 "shasum": ""
1996             },
1997             "require": {
1998                 "php": ">=7.3"
1999             },
2000             "require-dev": {
2001                 "phpunit/phpunit": "^9.0"
2002             },
2003             "type": "library",
2004             "extra": {
2005                 "branch-alias": {
2006                     "dev-master": "3.0-dev"
2007                 }
2008             },
2009             "autoload": {
2010                 "classmap": [
2011                     "src/"
2012                 ]
2013             },
2014             "notification-url": "https://packagist.org/downloads/",
2015             "license": [
2016                 "BSD-3-Clause"
2017             ],
2018             "authors": [
2019                 {
2020                     "name": "Sebastian Bergmann",
2021                     "email": "sebastian@phpunit.de"
2022                 }
2023             ],
2024             "description": "Provides a list of PHP built-in functions that operate on resources",
2025             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2026             "support": {
2027                 "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
2028                 "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
2029             },
2030             "funding": [
2031                 {
2032                     "url": "https://github.com/sebastianbergmann",
2033                     "type": "github"
2034                 }
2035             ],
2036             "time": "2020-09-28T06:45:17+00:00"
2037         },
2038         {
2039             "name": "sebastian/type",
2040             "version": "3.2.1",
2041             "source": {
2042                 "type": "git",
2043                 "url": "https://github.com/sebastianbergmann/type.git",
2044                 "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
2045             },
2046             "dist": {
2047                 "type": "zip",
2048                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
2049                 "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
2050                 "shasum": ""
2051             },
2052             "require": {
2053                 "php": ">=7.3"
2054             },
2055             "require-dev": {
2056                 "phpunit/phpunit": "^9.5"
2057             },
2058             "type": "library",
2059             "extra": {
2060                 "branch-alias": {
2061                     "dev-master": "3.2-dev"
2062                 }
2063             },
2064             "autoload": {
2065                 "classmap": [
2066                     "src/"
2067                 ]
2068             },
2069             "notification-url": "https://packagist.org/downloads/",
2070             "license": [
2071                 "BSD-3-Clause"
2072             ],
2073             "authors": [
2074                 {
2075                     "name": "Sebastian Bergmann",
2076                     "email": "sebastian@phpunit.de",
2077                     "role": "lead"
2078                 }
2079             ],
2080             "description": "Collection of value objects that represent the types of the PHP type system",
2081             "homepage": "https://github.com/sebastianbergmann/type",
2082             "support": {
2083                 "issues": "https://github.com/sebastianbergmann/type/issues",
2084                 "source": "https://github.com/sebastianbergmann/type/tree/3.2.1"
2085             },
2086             "funding": [
2087                 {
2088                     "url": "https://github.com/sebastianbergmann",
2089                     "type": "github"
2090                 }
2091             ],
2092             "time": "2023-02-03T06:13:03+00:00"
2093         },
2094         {
2095             "name": "sebastian/version",
2096             "version": "3.0.2",
2097             "source": {
2098                 "type": "git",
2099                 "url": "https://github.com/sebastianbergmann/version.git",
2100                 "reference": "c6c1022351a901512170118436c764e473f6de8c"
2101             },
2102             "dist": {
2103                 "type": "zip",
2104                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
2105                 "reference": "c6c1022351a901512170118436c764e473f6de8c",
2106                 "shasum": ""
2107             },
2108             "require": {
2109                 "php": ">=7.3"
2110             },
2111             "type": "library",
2112             "extra": {
2113                 "branch-alias": {
2114                     "dev-master": "3.0-dev"
2115                 }
2116             },
2117             "autoload": {
2118                 "classmap": [
2119                     "src/"
2120                 ]
2121             },
2122             "notification-url": "https://packagist.org/downloads/",
2123             "license": [
2124                 "BSD-3-Clause"
2125             ],
2126             "authors": [
2127                 {
2128                     "name": "Sebastian Bergmann",
2129                     "email": "sebastian@phpunit.de",
2130                     "role": "lead"
2131                 }
2132             ],
2133             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2134             "homepage": "https://github.com/sebastianbergmann/version",
2135             "support": {
2136                 "issues": "https://github.com/sebastianbergmann/version/issues",
2137                 "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
2138             },
2139             "funding": [
2140                 {
2141                     "url": "https://github.com/sebastianbergmann",
2142                     "type": "github"
2143                 }
2144             ],
2145             "time": "2020-09-28T06:39:44+00:00"
2146         },
2147         {
2148             "name": "theseer/tokenizer",
2149             "version": "1.2.1",
2150             "source": {
2151                 "type": "git",
2152                 "url": "https://github.com/theseer/tokenizer.git",
2153                 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
2154             },
2155             "dist": {
2156                 "type": "zip",
2157                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
2158                 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
2159                 "shasum": ""
2160             },
2161             "require": {
2162                 "ext-dom": "*",
2163                 "ext-tokenizer": "*",
2164                 "ext-xmlwriter": "*",
2165                 "php": "^7.2 || ^8.0"
2166             },
2167             "type": "library",
2168             "autoload": {
2169                 "classmap": [
2170                     "src/"
2171                 ]
2172             },
2173             "notification-url": "https://packagist.org/downloads/",
2174             "license": [
2175                 "BSD-3-Clause"
2176             ],
2177             "authors": [
2178                 {
2179                     "name": "Arne Blankerts",
2180                     "email": "arne@blankerts.de",
2181                     "role": "Developer"
2182                 }
2183             ],
2184             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
2185             "support": {
2186                 "issues": "https://github.com/theseer/tokenizer/issues",
2187                 "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
2188             },
2189             "funding": [
2190                 {
2191                     "url": "https://github.com/theseer",
2192                     "type": "github"
2193                 }
2194             ],
2195             "time": "2021-07-28T10:34:58+00:00"
2196         }
2197     ],
2198     "aliases": [],
2199     "minimum-stability": "stable",
2200     "stability-flags": [],
2201     "prefer-stable": false,
2202     "prefer-lowest": false,
2203     "platform": [],
2204     "platform-dev": [],
2205     "plugin-api-version": "2.3.0"
2206 }