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