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