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": "81c8c0bfc78d42cfe4ae00a7d95f7b4a",
8    "packages": [],
9    "packages-dev": [
10        {
11            "name": "composer/semver",
12            "version": "3.2.4",
13            "source": {
14                "type": "git",
15                "url": "https://github.com/composer/semver.git",
16                "reference": "a02fdf930a3c1c3ed3a49b5f63859c0c20e10464"
17            },
18            "dist": {
19                "type": "zip",
20                "url": "https://api.github.com/repos/composer/semver/zipball/a02fdf930a3c1c3ed3a49b5f63859c0c20e10464",
21                "reference": "a02fdf930a3c1c3ed3a49b5f63859c0c20e10464",
22                "shasum": ""
23            },
24            "require": {
25                "php": "^5.3.2 || ^7.0 || ^8.0"
26            },
27            "require-dev": {
28                "phpstan/phpstan": "^0.12.54",
29                "symfony/phpunit-bridge": "^4.2 || ^5"
30            },
31            "type": "library",
32            "extra": {
33                "branch-alias": {
34                    "dev-main": "3.x-dev"
35                }
36            },
37            "autoload": {
38                "psr-4": {
39                    "Composer\\Semver\\": "src"
40                }
41            },
42            "notification-url": "https://packagist.org/downloads/",
43            "license": [
44                "MIT"
45            ],
46            "authors": [
47                {
48                    "name": "Nils Adermann",
49                    "email": "naderman@naderman.de",
50                    "homepage": "http://www.naderman.de"
51                },
52                {
53                    "name": "Jordi Boggiano",
54                    "email": "j.boggiano@seld.be",
55                    "homepage": "http://seld.be"
56                },
57                {
58                    "name": "Rob Bast",
59                    "email": "rob.bast@gmail.com",
60                    "homepage": "http://robbast.nl"
61                }
62            ],
63            "description": "Semver library that offers utilities, version constraint parsing and validation.",
64            "keywords": [
65                "semantic",
66                "semver",
67                "validation",
68                "versioning"
69            ],
70            "funding": [
71                {
72                    "url": "https://packagist.com",
73                    "type": "custom"
74                },
75                {
76                    "url": "https://github.com/composer",
77                    "type": "github"
78                },
79                {
80                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
81                    "type": "tidelift"
82                }
83            ],
84            "time": "2020-11-13T08:59:24+00:00"
85        },
86        {
87            "name": "composer/xdebug-handler",
88            "version": "1.4.6",
89            "source": {
90                "type": "git",
91                "url": "https://github.com/composer/xdebug-handler.git",
92                "reference": "f27e06cd9675801df441b3656569b328e04aa37c"
93            },
94            "dist": {
95                "type": "zip",
96                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f27e06cd9675801df441b3656569b328e04aa37c",
97                "reference": "f27e06cd9675801df441b3656569b328e04aa37c",
98                "shasum": ""
99            },
100            "require": {
101                "php": "^5.3.2 || ^7.0 || ^8.0",
102                "psr/log": "^1.0"
103            },
104            "require-dev": {
105                "phpstan/phpstan": "^0.12.55",
106                "symfony/phpunit-bridge": "^4.2 || ^5"
107            },
108            "type": "library",
109            "autoload": {
110                "psr-4": {
111                    "Composer\\XdebugHandler\\": "src"
112                }
113            },
114            "notification-url": "https://packagist.org/downloads/",
115            "license": [
116                "MIT"
117            ],
118            "authors": [
119                {
120                    "name": "John Stevenson",
121                    "email": "john-stevenson@blueyonder.co.uk"
122                }
123            ],
124            "description": "Restarts a process without Xdebug.",
125            "keywords": [
126                "Xdebug",
127                "performance"
128            ],
129            "funding": [
130                {
131                    "url": "https://packagist.com",
132                    "type": "custom"
133                },
134                {
135                    "url": "https://github.com/composer",
136                    "type": "github"
137                },
138                {
139                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
140                    "type": "tidelift"
141                }
142            ],
143            "time": "2021-03-25T17:01:18+00:00"
144        },
145        {
146            "name": "doctrine/annotations",
147            "version": "1.12.1",
148            "source": {
149                "type": "git",
150                "url": "https://github.com/doctrine/annotations.git",
151                "reference": "b17c5014ef81d212ac539f07a1001832df1b6d3b"
152            },
153            "dist": {
154                "type": "zip",
155                "url": "https://api.github.com/repos/doctrine/annotations/zipball/b17c5014ef81d212ac539f07a1001832df1b6d3b",
156                "reference": "b17c5014ef81d212ac539f07a1001832df1b6d3b",
157                "shasum": ""
158            },
159            "require": {
160                "doctrine/lexer": "1.*",
161                "ext-tokenizer": "*",
162                "php": "^7.1 || ^8.0"
163            },
164            "require-dev": {
165                "doctrine/cache": "1.*",
166                "doctrine/coding-standard": "^6.0 || ^8.1",
167                "phpstan/phpstan": "^0.12.20",
168                "phpunit/phpunit": "^7.5 || ^9.1.5"
169            },
170            "type": "library",
171            "autoload": {
172                "psr-4": {
173                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
174                }
175            },
176            "notification-url": "https://packagist.org/downloads/",
177            "license": [
178                "MIT"
179            ],
180            "authors": [
181                {
182                    "name": "Guilherme Blanco",
183                    "email": "guilhermeblanco@gmail.com"
184                },
185                {
186                    "name": "Roman Borschel",
187                    "email": "roman@code-factory.org"
188                },
189                {
190                    "name": "Benjamin Eberlei",
191                    "email": "kontakt@beberlei.de"
192                },
193                {
194                    "name": "Jonathan Wage",
195                    "email": "jonwage@gmail.com"
196                },
197                {
198                    "name": "Johannes Schmitt",
199                    "email": "schmittjoh@gmail.com"
200                }
201            ],
202            "description": "Docblock Annotations Parser",
203            "homepage": "https://www.doctrine-project.org/projects/annotations.html",
204            "keywords": [
205                "annotations",
206                "docblock",
207                "parser"
208            ],
209            "time": "2021-02-21T21:00:45+00:00"
210        },
211        {
212            "name": "doctrine/instantiator",
213            "version": "1.4.0",
214            "source": {
215                "type": "git",
216                "url": "https://github.com/doctrine/instantiator.git",
217                "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
218            },
219            "dist": {
220                "type": "zip",
221                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
222                "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
223                "shasum": ""
224            },
225            "require": {
226                "php": "^7.1 || ^8.0"
227            },
228            "require-dev": {
229                "doctrine/coding-standard": "^8.0",
230                "ext-pdo": "*",
231                "ext-phar": "*",
232                "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
233                "phpstan/phpstan": "^0.12",
234                "phpstan/phpstan-phpunit": "^0.12",
235                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
236            },
237            "type": "library",
238            "autoload": {
239                "psr-4": {
240                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
241                }
242            },
243            "notification-url": "https://packagist.org/downloads/",
244            "license": [
245                "MIT"
246            ],
247            "authors": [
248                {
249                    "name": "Marco Pivetta",
250                    "email": "ocramius@gmail.com",
251                    "homepage": "https://ocramius.github.io/"
252                }
253            ],
254            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
255            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
256            "keywords": [
257                "constructor",
258                "instantiate"
259            ],
260            "funding": [
261                {
262                    "url": "https://www.doctrine-project.org/sponsorship.html",
263                    "type": "custom"
264                },
265                {
266                    "url": "https://www.patreon.com/phpdoctrine",
267                    "type": "patreon"
268                },
269                {
270                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
271                    "type": "tidelift"
272                }
273            ],
274            "time": "2020-11-10T18:47:58+00:00"
275        },
276        {
277            "name": "doctrine/lexer",
278            "version": "1.2.1",
279            "source": {
280                "type": "git",
281                "url": "https://github.com/doctrine/lexer.git",
282                "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
283            },
284            "dist": {
285                "type": "zip",
286                "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
287                "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
288                "shasum": ""
289            },
290            "require": {
291                "php": "^7.2 || ^8.0"
292            },
293            "require-dev": {
294                "doctrine/coding-standard": "^6.0",
295                "phpstan/phpstan": "^0.11.8",
296                "phpunit/phpunit": "^8.2"
297            },
298            "type": "library",
299            "extra": {
300                "branch-alias": {
301                    "dev-master": "1.2.x-dev"
302                }
303            },
304            "autoload": {
305                "psr-4": {
306                    "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
307                }
308            },
309            "notification-url": "https://packagist.org/downloads/",
310            "license": [
311                "MIT"
312            ],
313            "authors": [
314                {
315                    "name": "Guilherme Blanco",
316                    "email": "guilhermeblanco@gmail.com"
317                },
318                {
319                    "name": "Roman Borschel",
320                    "email": "roman@code-factory.org"
321                },
322                {
323                    "name": "Johannes Schmitt",
324                    "email": "schmittjoh@gmail.com"
325                }
326            ],
327            "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
328            "homepage": "https://www.doctrine-project.org/projects/lexer.html",
329            "keywords": [
330                "annotations",
331                "docblock",
332                "lexer",
333                "parser",
334                "php"
335            ],
336            "funding": [
337                {
338                    "url": "https://www.doctrine-project.org/sponsorship.html",
339                    "type": "custom"
340                },
341                {
342                    "url": "https://www.patreon.com/phpdoctrine",
343                    "type": "patreon"
344                },
345                {
346                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
347                    "type": "tidelift"
348                }
349            ],
350            "time": "2020-05-25T17:44:05+00:00"
351        },
352        {
353            "name": "friendsofphp/php-cs-fixer",
354            "version": "v2.18.5",
355            "source": {
356                "type": "git",
357                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
358                "reference": "e0f6d05c8b157f50029ca6c65c19ed2694f475bf"
359            },
360            "dist": {
361                "type": "zip",
362                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/e0f6d05c8b157f50029ca6c65c19ed2694f475bf",
363                "reference": "e0f6d05c8b157f50029ca6c65c19ed2694f475bf",
364                "shasum": ""
365            },
366            "require": {
367                "composer/semver": "^1.4 || ^2.0 || ^3.0",
368                "composer/xdebug-handler": "^1.2",
369                "doctrine/annotations": "^1.2",
370                "ext-json": "*",
371                "ext-tokenizer": "*",
372                "php": "^5.6 || ^7.0 || ^8.0",
373                "php-cs-fixer/diff": "^1.3",
374                "symfony/console": "^3.4.43 || ^4.1.6 || ^5.0",
375                "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
376                "symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
377                "symfony/finder": "^3.0 || ^4.0 || ^5.0",
378                "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
379                "symfony/polyfill-php70": "^1.0",
380                "symfony/polyfill-php72": "^1.4",
381                "symfony/process": "^3.0 || ^4.0 || ^5.0",
382                "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
383            },
384            "require-dev": {
385                "justinrainbow/json-schema": "^5.0",
386                "keradus/cli-executor": "^1.4",
387                "mikey179/vfsstream": "^1.6",
388                "php-coveralls/php-coveralls": "^2.4.2",
389                "php-cs-fixer/accessible-object": "^1.0",
390                "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2",
391                "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1",
392                "phpspec/prophecy-phpunit": "^1.1 || ^2.0",
393                "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.13 || ^9.5",
394                "phpunitgoodpractices/polyfill": "^1.5",
395                "phpunitgoodpractices/traits": "^1.9.1",
396                "sanmai/phpunit-legacy-adapter": "^6.4 || ^8.2.1",
397                "symfony/phpunit-bridge": "^5.2.1",
398                "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
399            },
400            "suggest": {
401                "ext-dom": "For handling output formats in XML",
402                "ext-mbstring": "For handling non-UTF8 characters.",
403                "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
404                "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
405                "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
406            },
407            "bin": [
408                "php-cs-fixer"
409            ],
410            "type": "application",
411            "autoload": {
412                "psr-4": {
413                    "PhpCsFixer\\": "src/"
414                },
415                "classmap": [
416                    "tests/Test/AbstractFixerTestCase.php",
417                    "tests/Test/AbstractIntegrationCaseFactory.php",
418                    "tests/Test/AbstractIntegrationTestCase.php",
419                    "tests/Test/Assert/AssertTokensTrait.php",
420                    "tests/Test/IntegrationCase.php",
421                    "tests/Test/IntegrationCaseFactory.php",
422                    "tests/Test/IntegrationCaseFactoryInterface.php",
423                    "tests/Test/InternalIntegrationCaseFactory.php",
424                    "tests/Test/IsIdenticalConstraint.php",
425                    "tests/Test/TokensWithObservedTransformers.php",
426                    "tests/TestCase.php"
427                ]
428            },
429            "notification-url": "https://packagist.org/downloads/",
430            "license": [
431                "MIT"
432            ],
433            "authors": [
434                {
435                    "name": "Fabien Potencier",
436                    "email": "fabien@symfony.com"
437                },
438                {
439                    "name": "Dariusz Rumiński",
440                    "email": "dariusz.ruminski@gmail.com"
441                }
442            ],
443            "description": "A tool to automatically fix PHP code style",
444            "funding": [
445                {
446                    "url": "https://github.com/keradus",
447                    "type": "github"
448                }
449            ],
450            "time": "2021-04-06T18:37:33+00:00"
451        },
452        {
453            "name": "myclabs/deep-copy",
454            "version": "1.10.2",
455            "source": {
456                "type": "git",
457                "url": "https://github.com/myclabs/DeepCopy.git",
458                "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
459            },
460            "dist": {
461                "type": "zip",
462                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
463                "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
464                "shasum": ""
465            },
466            "require": {
467                "php": "^7.1 || ^8.0"
468            },
469            "replace": {
470                "myclabs/deep-copy": "self.version"
471            },
472            "require-dev": {
473                "doctrine/collections": "^1.0",
474                "doctrine/common": "^2.6",
475                "phpunit/phpunit": "^7.1"
476            },
477            "type": "library",
478            "autoload": {
479                "psr-4": {
480                    "DeepCopy\\": "src/DeepCopy/"
481                },
482                "files": [
483                    "src/DeepCopy/deep_copy.php"
484                ]
485            },
486            "notification-url": "https://packagist.org/downloads/",
487            "license": [
488                "MIT"
489            ],
490            "description": "Create deep copies (clones) of your objects",
491            "keywords": [
492                "clone",
493                "copy",
494                "duplicate",
495                "object",
496                "object graph"
497            ],
498            "funding": [
499                {
500                    "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
501                    "type": "tidelift"
502                }
503            ],
504            "time": "2020-11-13T09:40:50+00:00"
505        },
506        {
507            "name": "nextcloud/coding-standard",
508            "version": "v0.5.0",
509            "source": {
510                "type": "git",
511                "url": "https://github.com/nextcloud/coding-standard.git",
512                "reference": "742ed895ae76c10daf95e08488cfb3f554199f40"
513            },
514            "dist": {
515                "type": "zip",
516                "url": "https://api.github.com/repos/nextcloud/coding-standard/zipball/742ed895ae76c10daf95e08488cfb3f554199f40",
517                "reference": "742ed895ae76c10daf95e08488cfb3f554199f40",
518                "shasum": ""
519            },
520            "require": {
521                "friendsofphp/php-cs-fixer": "^2.17",
522                "php": "^7.2|^8.0"
523            },
524            "type": "library",
525            "autoload": {
526                "psr-4": {
527                    "Nextcloud\\CodingStandard\\": "src"
528                }
529            },
530            "notification-url": "https://packagist.org/downloads/",
531            "license": [
532                "MIT"
533            ],
534            "authors": [
535                {
536                    "name": "Christoph Wurst",
537                    "email": "christoph@winzerhof-wurst.at"
538                }
539            ],
540            "description": "Nextcloud coding standards for the php cs fixer",
541            "time": "2021-01-11T14:15:58+00:00"
542        },
543        {
544            "name": "phar-io/manifest",
545            "version": "2.0.1",
546            "source": {
547                "type": "git",
548                "url": "https://github.com/phar-io/manifest.git",
549                "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133"
550            },
551            "dist": {
552                "type": "zip",
553                "url": "https://api.github.com/repos/phar-io/manifest/zipball/85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
554                "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
555                "shasum": ""
556            },
557            "require": {
558                "ext-dom": "*",
559                "ext-phar": "*",
560                "ext-xmlwriter": "*",
561                "phar-io/version": "^3.0.1",
562                "php": "^7.2 || ^8.0"
563            },
564            "type": "library",
565            "extra": {
566                "branch-alias": {
567                    "dev-master": "2.0.x-dev"
568                }
569            },
570            "autoload": {
571                "classmap": [
572                    "src/"
573                ]
574            },
575            "notification-url": "https://packagist.org/downloads/",
576            "license": [
577                "BSD-3-Clause"
578            ],
579            "authors": [
580                {
581                    "name": "Arne Blankerts",
582                    "email": "arne@blankerts.de",
583                    "role": "Developer"
584                },
585                {
586                    "name": "Sebastian Heuer",
587                    "email": "sebastian@phpeople.de",
588                    "role": "Developer"
589                },
590                {
591                    "name": "Sebastian Bergmann",
592                    "email": "sebastian@phpunit.de",
593                    "role": "Developer"
594                }
595            ],
596            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
597            "time": "2020-06-27T14:33:11+00:00"
598        },
599        {
600            "name": "phar-io/version",
601            "version": "3.1.0",
602            "source": {
603                "type": "git",
604                "url": "https://github.com/phar-io/version.git",
605                "reference": "bae7c545bef187884426f042434e561ab1ddb182"
606            },
607            "dist": {
608                "type": "zip",
609                "url": "https://api.github.com/repos/phar-io/version/zipball/bae7c545bef187884426f042434e561ab1ddb182",
610                "reference": "bae7c545bef187884426f042434e561ab1ddb182",
611                "shasum": ""
612            },
613            "require": {
614                "php": "^7.2 || ^8.0"
615            },
616            "type": "library",
617            "autoload": {
618                "classmap": [
619                    "src/"
620                ]
621            },
622            "notification-url": "https://packagist.org/downloads/",
623            "license": [
624                "BSD-3-Clause"
625            ],
626            "authors": [
627                {
628                    "name": "Arne Blankerts",
629                    "email": "arne@blankerts.de",
630                    "role": "Developer"
631                },
632                {
633                    "name": "Sebastian Heuer",
634                    "email": "sebastian@phpeople.de",
635                    "role": "Developer"
636                },
637                {
638                    "name": "Sebastian Bergmann",
639                    "email": "sebastian@phpunit.de",
640                    "role": "Developer"
641                }
642            ],
643            "description": "Library for handling version information and constraints",
644            "time": "2021-02-23T14:00:09+00:00"
645        },
646        {
647            "name": "php-cs-fixer/diff",
648            "version": "v1.3.1",
649            "source": {
650                "type": "git",
651                "url": "https://github.com/PHP-CS-Fixer/diff.git",
652                "reference": "dbd31aeb251639ac0b9e7e29405c1441907f5759"
653            },
654            "dist": {
655                "type": "zip",
656                "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/dbd31aeb251639ac0b9e7e29405c1441907f5759",
657                "reference": "dbd31aeb251639ac0b9e7e29405c1441907f5759",
658                "shasum": ""
659            },
660            "require": {
661                "php": "^5.6 || ^7.0 || ^8.0"
662            },
663            "require-dev": {
664                "phpunit/phpunit": "^5.7.23 || ^6.4.3 || ^7.0",
665                "symfony/process": "^3.3"
666            },
667            "type": "library",
668            "autoload": {
669                "classmap": [
670                    "src/"
671                ]
672            },
673            "notification-url": "https://packagist.org/downloads/",
674            "license": [
675                "BSD-3-Clause"
676            ],
677            "authors": [
678                {
679                    "name": "Sebastian Bergmann",
680                    "email": "sebastian@phpunit.de"
681                },
682                {
683                    "name": "Kore Nordmann",
684                    "email": "mail@kore-nordmann.de"
685                },
686                {
687                    "name": "SpacePossum"
688                }
689            ],
690            "description": "sebastian/diff v2 backport support for PHP5.6",
691            "homepage": "https://github.com/PHP-CS-Fixer",
692            "keywords": [
693                "diff"
694            ],
695            "time": "2020-10-14T08:39:05+00:00"
696        },
697        {
698            "name": "phpdocumentor/reflection-common",
699            "version": "2.2.0",
700            "source": {
701                "type": "git",
702                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
703                "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
704            },
705            "dist": {
706                "type": "zip",
707                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
708                "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
709                "shasum": ""
710            },
711            "require": {
712                "php": "^7.2 || ^8.0"
713            },
714            "type": "library",
715            "extra": {
716                "branch-alias": {
717                    "dev-2.x": "2.x-dev"
718                }
719            },
720            "autoload": {
721                "psr-4": {
722                    "phpDocumentor\\Reflection\\": "src/"
723                }
724            },
725            "notification-url": "https://packagist.org/downloads/",
726            "license": [
727                "MIT"
728            ],
729            "authors": [
730                {
731                    "name": "Jaap van Otterdijk",
732                    "email": "opensource@ijaap.nl"
733                }
734            ],
735            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
736            "homepage": "http://www.phpdoc.org",
737            "keywords": [
738                "FQSEN",
739                "phpDocumentor",
740                "phpdoc",
741                "reflection",
742                "static analysis"
743            ],
744            "time": "2020-06-27T09:03:43+00:00"
745        },
746        {
747            "name": "phpdocumentor/reflection-docblock",
748            "version": "5.2.2",
749            "source": {
750                "type": "git",
751                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
752                "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
753            },
754            "dist": {
755                "type": "zip",
756                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
757                "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
758                "shasum": ""
759            },
760            "require": {
761                "ext-filter": "*",
762                "php": "^7.2 || ^8.0",
763                "phpdocumentor/reflection-common": "^2.2",
764                "phpdocumentor/type-resolver": "^1.3",
765                "webmozart/assert": "^1.9.1"
766            },
767            "require-dev": {
768                "mockery/mockery": "~1.3.2"
769            },
770            "type": "library",
771            "extra": {
772                "branch-alias": {
773                    "dev-master": "5.x-dev"
774                }
775            },
776            "autoload": {
777                "psr-4": {
778                    "phpDocumentor\\Reflection\\": "src"
779                }
780            },
781            "notification-url": "https://packagist.org/downloads/",
782            "license": [
783                "MIT"
784            ],
785            "authors": [
786                {
787                    "name": "Mike van Riel",
788                    "email": "me@mikevanriel.com"
789                },
790                {
791                    "name": "Jaap van Otterdijk",
792                    "email": "account@ijaap.nl"
793                }
794            ],
795            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
796            "time": "2020-09-03T19:13:55+00:00"
797        },
798        {
799            "name": "phpdocumentor/type-resolver",
800            "version": "1.4.0",
801            "source": {
802                "type": "git",
803                "url": "https://github.com/phpDocumentor/TypeResolver.git",
804                "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0"
805            },
806            "dist": {
807                "type": "zip",
808                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
809                "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
810                "shasum": ""
811            },
812            "require": {
813                "php": "^7.2 || ^8.0",
814                "phpdocumentor/reflection-common": "^2.0"
815            },
816            "require-dev": {
817                "ext-tokenizer": "*"
818            },
819            "type": "library",
820            "extra": {
821                "branch-alias": {
822                    "dev-1.x": "1.x-dev"
823                }
824            },
825            "autoload": {
826                "psr-4": {
827                    "phpDocumentor\\Reflection\\": "src"
828                }
829            },
830            "notification-url": "https://packagist.org/downloads/",
831            "license": [
832                "MIT"
833            ],
834            "authors": [
835                {
836                    "name": "Mike van Riel",
837                    "email": "me@mikevanriel.com"
838                }
839            ],
840            "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
841            "time": "2020-09-17T18:55:26+00:00"
842        },
843        {
844            "name": "phpspec/prophecy",
845            "version": "1.13.0",
846            "source": {
847                "type": "git",
848                "url": "https://github.com/phpspec/prophecy.git",
849                "reference": "be1996ed8adc35c3fd795488a653f4b518be70ea"
850            },
851            "dist": {
852                "type": "zip",
853                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/be1996ed8adc35c3fd795488a653f4b518be70ea",
854                "reference": "be1996ed8adc35c3fd795488a653f4b518be70ea",
855                "shasum": ""
856            },
857            "require": {
858                "doctrine/instantiator": "^1.2",
859                "php": "^7.2 || ~8.0, <8.1",
860                "phpdocumentor/reflection-docblock": "^5.2",
861                "sebastian/comparator": "^3.0 || ^4.0",
862                "sebastian/recursion-context": "^3.0 || ^4.0"
863            },
864            "require-dev": {
865                "phpspec/phpspec": "^6.0",
866                "phpunit/phpunit": "^8.0 || ^9.0"
867            },
868            "type": "library",
869            "extra": {
870                "branch-alias": {
871                    "dev-master": "1.11.x-dev"
872                }
873            },
874            "autoload": {
875                "psr-4": {
876                    "Prophecy\\": "src/Prophecy"
877                }
878            },
879            "notification-url": "https://packagist.org/downloads/",
880            "license": [
881                "MIT"
882            ],
883            "authors": [
884                {
885                    "name": "Konstantin Kudryashov",
886                    "email": "ever.zet@gmail.com",
887                    "homepage": "http://everzet.com"
888                },
889                {
890                    "name": "Marcello Duarte",
891                    "email": "marcello.duarte@gmail.com"
892                }
893            ],
894            "description": "Highly opinionated mocking framework for PHP 5.3+",
895            "homepage": "https://github.com/phpspec/prophecy",
896            "keywords": [
897                "Double",
898                "Dummy",
899                "fake",
900                "mock",
901                "spy",
902                "stub"
903            ],
904            "time": "2021-03-17T13:42:18+00:00"
905        },
906        {
907            "name": "phpunit/php-code-coverage",
908            "version": "7.0.14",
909            "source": {
910                "type": "git",
911                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
912                "reference": "bb7c9a210c72e4709cdde67f8b7362f672f2225c"
913            },
914            "dist": {
915                "type": "zip",
916                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/bb7c9a210c72e4709cdde67f8b7362f672f2225c",
917                "reference": "bb7c9a210c72e4709cdde67f8b7362f672f2225c",
918                "shasum": ""
919            },
920            "require": {
921                "ext-dom": "*",
922                "ext-xmlwriter": "*",
923                "php": ">=7.2",
924                "phpunit/php-file-iterator": "^2.0.2",
925                "phpunit/php-text-template": "^1.2.1",
926                "phpunit/php-token-stream": "^3.1.1 || ^4.0",
927                "sebastian/code-unit-reverse-lookup": "^1.0.1",
928                "sebastian/environment": "^4.2.2",
929                "sebastian/version": "^2.0.1",
930                "theseer/tokenizer": "^1.1.3"
931            },
932            "require-dev": {
933                "phpunit/phpunit": "^8.2.2"
934            },
935            "suggest": {
936                "ext-xdebug": "^2.7.2"
937            },
938            "type": "library",
939            "extra": {
940                "branch-alias": {
941                    "dev-master": "7.0-dev"
942                }
943            },
944            "autoload": {
945                "classmap": [
946                    "src/"
947                ]
948            },
949            "notification-url": "https://packagist.org/downloads/",
950            "license": [
951                "BSD-3-Clause"
952            ],
953            "authors": [
954                {
955                    "name": "Sebastian Bergmann",
956                    "email": "sebastian@phpunit.de",
957                    "role": "lead"
958                }
959            ],
960            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
961            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
962            "keywords": [
963                "coverage",
964                "testing",
965                "xunit"
966            ],
967            "funding": [
968                {
969                    "url": "https://github.com/sebastianbergmann",
970                    "type": "github"
971                }
972            ],
973            "time": "2020-12-02T13:39:03+00:00"
974        },
975        {
976            "name": "phpunit/php-file-iterator",
977            "version": "2.0.3",
978            "source": {
979                "type": "git",
980                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
981                "reference": "4b49fb70f067272b659ef0174ff9ca40fdaa6357"
982            },
983            "dist": {
984                "type": "zip",
985                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/4b49fb70f067272b659ef0174ff9ca40fdaa6357",
986                "reference": "4b49fb70f067272b659ef0174ff9ca40fdaa6357",
987                "shasum": ""
988            },
989            "require": {
990                "php": ">=7.1"
991            },
992            "require-dev": {
993                "phpunit/phpunit": "^8.5"
994            },
995            "type": "library",
996            "extra": {
997                "branch-alias": {
998                    "dev-master": "2.0.x-dev"
999                }
1000            },
1001            "autoload": {
1002                "classmap": [
1003                    "src/"
1004                ]
1005            },
1006            "notification-url": "https://packagist.org/downloads/",
1007            "license": [
1008                "BSD-3-Clause"
1009            ],
1010            "authors": [
1011                {
1012                    "name": "Sebastian Bergmann",
1013                    "email": "sebastian@phpunit.de",
1014                    "role": "lead"
1015                }
1016            ],
1017            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1018            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1019            "keywords": [
1020                "filesystem",
1021                "iterator"
1022            ],
1023            "funding": [
1024                {
1025                    "url": "https://github.com/sebastianbergmann",
1026                    "type": "github"
1027                }
1028            ],
1029            "time": "2020-11-30T08:25:21+00:00"
1030        },
1031        {
1032            "name": "phpunit/php-text-template",
1033            "version": "1.2.1",
1034            "source": {
1035                "type": "git",
1036                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1037                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1038            },
1039            "dist": {
1040                "type": "zip",
1041                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1042                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1043                "shasum": ""
1044            },
1045            "require": {
1046                "php": ">=5.3.3"
1047            },
1048            "type": "library",
1049            "autoload": {
1050                "classmap": [
1051                    "src/"
1052                ]
1053            },
1054            "notification-url": "https://packagist.org/downloads/",
1055            "license": [
1056                "BSD-3-Clause"
1057            ],
1058            "authors": [
1059                {
1060                    "name": "Sebastian Bergmann",
1061                    "email": "sebastian@phpunit.de",
1062                    "role": "lead"
1063                }
1064            ],
1065            "description": "Simple template engine.",
1066            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1067            "keywords": [
1068                "template"
1069            ],
1070            "time": "2015-06-21T13:50:34+00:00"
1071        },
1072        {
1073            "name": "phpunit/php-timer",
1074            "version": "2.1.3",
1075            "source": {
1076                "type": "git",
1077                "url": "https://github.com/sebastianbergmann/php-timer.git",
1078                "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662"
1079            },
1080            "dist": {
1081                "type": "zip",
1082                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/2454ae1765516d20c4ffe103d85a58a9a3bd5662",
1083                "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662",
1084                "shasum": ""
1085            },
1086            "require": {
1087                "php": ">=7.1"
1088            },
1089            "require-dev": {
1090                "phpunit/phpunit": "^8.5"
1091            },
1092            "type": "library",
1093            "extra": {
1094                "branch-alias": {
1095                    "dev-master": "2.1-dev"
1096                }
1097            },
1098            "autoload": {
1099                "classmap": [
1100                    "src/"
1101                ]
1102            },
1103            "notification-url": "https://packagist.org/downloads/",
1104            "license": [
1105                "BSD-3-Clause"
1106            ],
1107            "authors": [
1108                {
1109                    "name": "Sebastian Bergmann",
1110                    "email": "sebastian@phpunit.de",
1111                    "role": "lead"
1112                }
1113            ],
1114            "description": "Utility class for timing",
1115            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1116            "keywords": [
1117                "timer"
1118            ],
1119            "funding": [
1120                {
1121                    "url": "https://github.com/sebastianbergmann",
1122                    "type": "github"
1123                }
1124            ],
1125            "time": "2020-11-30T08:20:02+00:00"
1126        },
1127        {
1128            "name": "phpunit/php-token-stream",
1129            "version": "3.1.2",
1130            "source": {
1131                "type": "git",
1132                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1133                "reference": "472b687829041c24b25f475e14c2f38a09edf1c2"
1134            },
1135            "dist": {
1136                "type": "zip",
1137                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/472b687829041c24b25f475e14c2f38a09edf1c2",
1138                "reference": "472b687829041c24b25f475e14c2f38a09edf1c2",
1139                "shasum": ""
1140            },
1141            "require": {
1142                "ext-tokenizer": "*",
1143                "php": ">=7.1"
1144            },
1145            "require-dev": {
1146                "phpunit/phpunit": "^7.0"
1147            },
1148            "type": "library",
1149            "extra": {
1150                "branch-alias": {
1151                    "dev-master": "3.1-dev"
1152                }
1153            },
1154            "autoload": {
1155                "classmap": [
1156                    "src/"
1157                ]
1158            },
1159            "notification-url": "https://packagist.org/downloads/",
1160            "license": [
1161                "BSD-3-Clause"
1162            ],
1163            "authors": [
1164                {
1165                    "name": "Sebastian Bergmann",
1166                    "email": "sebastian@phpunit.de"
1167                }
1168            ],
1169            "description": "Wrapper around PHP's tokenizer extension.",
1170            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1171            "keywords": [
1172                "tokenizer"
1173            ],
1174            "funding": [
1175                {
1176                    "url": "https://github.com/sebastianbergmann",
1177                    "type": "github"
1178                }
1179            ],
1180            "abandoned": true,
1181            "time": "2020-11-30T08:38:46+00:00"
1182        },
1183        {
1184            "name": "phpunit/phpunit",
1185            "version": "8.5.15",
1186            "source": {
1187                "type": "git",
1188                "url": "https://github.com/sebastianbergmann/phpunit.git",
1189                "reference": "038d4196d8e8cb405cd5e82cedfe413ad6eef9ef"
1190            },
1191            "dist": {
1192                "type": "zip",
1193                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/038d4196d8e8cb405cd5e82cedfe413ad6eef9ef",
1194                "reference": "038d4196d8e8cb405cd5e82cedfe413ad6eef9ef",
1195                "shasum": ""
1196            },
1197            "require": {
1198                "doctrine/instantiator": "^1.3.1",
1199                "ext-dom": "*",
1200                "ext-json": "*",
1201                "ext-libxml": "*",
1202                "ext-mbstring": "*",
1203                "ext-xml": "*",
1204                "ext-xmlwriter": "*",
1205                "myclabs/deep-copy": "^1.10.0",
1206                "phar-io/manifest": "^2.0.1",
1207                "phar-io/version": "^3.0.2",
1208                "php": ">=7.2",
1209                "phpspec/prophecy": "^1.10.3",
1210                "phpunit/php-code-coverage": "^7.0.12",
1211                "phpunit/php-file-iterator": "^2.0.2",
1212                "phpunit/php-text-template": "^1.2.1",
1213                "phpunit/php-timer": "^2.1.2",
1214                "sebastian/comparator": "^3.0.2",
1215                "sebastian/diff": "^3.0.2",
1216                "sebastian/environment": "^4.2.3",
1217                "sebastian/exporter": "^3.1.2",
1218                "sebastian/global-state": "^3.0.0",
1219                "sebastian/object-enumerator": "^3.0.3",
1220                "sebastian/resource-operations": "^2.0.1",
1221                "sebastian/type": "^1.1.3",
1222                "sebastian/version": "^2.0.1"
1223            },
1224            "require-dev": {
1225                "ext-pdo": "*"
1226            },
1227            "suggest": {
1228                "ext-soap": "*",
1229                "ext-xdebug": "*",
1230                "phpunit/php-invoker": "^2.0.0"
1231            },
1232            "bin": [
1233                "phpunit"
1234            ],
1235            "type": "library",
1236            "extra": {
1237                "branch-alias": {
1238                    "dev-master": "8.5-dev"
1239                }
1240            },
1241            "autoload": {
1242                "classmap": [
1243                    "src/"
1244                ]
1245            },
1246            "notification-url": "https://packagist.org/downloads/",
1247            "license": [
1248                "BSD-3-Clause"
1249            ],
1250            "authors": [
1251                {
1252                    "name": "Sebastian Bergmann",
1253                    "email": "sebastian@phpunit.de",
1254                    "role": "lead"
1255                }
1256            ],
1257            "description": "The PHP Unit Testing framework.",
1258            "homepage": "https://phpunit.de/",
1259            "keywords": [
1260                "phpunit",
1261                "testing",
1262                "xunit"
1263            ],
1264            "funding": [
1265                {
1266                    "url": "https://phpunit.de/donate.html",
1267                    "type": "custom"
1268                },
1269                {
1270                    "url": "https://github.com/sebastianbergmann",
1271                    "type": "github"
1272                }
1273            ],
1274            "time": "2021-03-17T07:27:54+00:00"
1275        },
1276        {
1277            "name": "psr/container",
1278            "version": "1.1.1",
1279            "source": {
1280                "type": "git",
1281                "url": "https://github.com/php-fig/container.git",
1282                "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
1283            },
1284            "dist": {
1285                "type": "zip",
1286                "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
1287                "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
1288                "shasum": ""
1289            },
1290            "require": {
1291                "php": ">=7.2.0"
1292            },
1293            "type": "library",
1294            "autoload": {
1295                "psr-4": {
1296                    "Psr\\Container\\": "src/"
1297                }
1298            },
1299            "notification-url": "https://packagist.org/downloads/",
1300            "license": [
1301                "MIT"
1302            ],
1303            "authors": [
1304                {
1305                    "name": "PHP-FIG",
1306                    "homepage": "https://www.php-fig.org/"
1307                }
1308            ],
1309            "description": "Common Container Interface (PHP FIG PSR-11)",
1310            "homepage": "https://github.com/php-fig/container",
1311            "keywords": [
1312                "PSR-11",
1313                "container",
1314                "container-interface",
1315                "container-interop",
1316                "psr"
1317            ],
1318            "time": "2021-03-05T17:36:06+00:00"
1319        },
1320        {
1321            "name": "psr/log",
1322            "version": "1.1.3",
1323            "source": {
1324                "type": "git",
1325                "url": "https://github.com/php-fig/log.git",
1326                "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
1327            },
1328            "dist": {
1329                "type": "zip",
1330                "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
1331                "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
1332                "shasum": ""
1333            },
1334            "require": {
1335                "php": ">=5.3.0"
1336            },
1337            "type": "library",
1338            "extra": {
1339                "branch-alias": {
1340                    "dev-master": "1.1.x-dev"
1341                }
1342            },
1343            "autoload": {
1344                "psr-4": {
1345                    "Psr\\Log\\": "Psr/Log/"
1346                }
1347            },
1348            "notification-url": "https://packagist.org/downloads/",
1349            "license": [
1350                "MIT"
1351            ],
1352            "authors": [
1353                {
1354                    "name": "PHP-FIG",
1355                    "homepage": "http://www.php-fig.org/"
1356                }
1357            ],
1358            "description": "Common interface for logging libraries",
1359            "homepage": "https://github.com/php-fig/log",
1360            "keywords": [
1361                "log",
1362                "psr",
1363                "psr-3"
1364            ],
1365            "time": "2020-03-23T09:12:05+00:00"
1366        },
1367        {
1368            "name": "sebastian/code-unit-reverse-lookup",
1369            "version": "1.0.2",
1370            "source": {
1371                "type": "git",
1372                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1373                "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619"
1374            },
1375            "dist": {
1376                "type": "zip",
1377                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619",
1378                "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619",
1379                "shasum": ""
1380            },
1381            "require": {
1382                "php": ">=5.6"
1383            },
1384            "require-dev": {
1385                "phpunit/phpunit": "^8.5"
1386            },
1387            "type": "library",
1388            "extra": {
1389                "branch-alias": {
1390                    "dev-master": "1.0.x-dev"
1391                }
1392            },
1393            "autoload": {
1394                "classmap": [
1395                    "src/"
1396                ]
1397            },
1398            "notification-url": "https://packagist.org/downloads/",
1399            "license": [
1400                "BSD-3-Clause"
1401            ],
1402            "authors": [
1403                {
1404                    "name": "Sebastian Bergmann",
1405                    "email": "sebastian@phpunit.de"
1406                }
1407            ],
1408            "description": "Looks up which function or method a line of code belongs to",
1409            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1410            "funding": [
1411                {
1412                    "url": "https://github.com/sebastianbergmann",
1413                    "type": "github"
1414                }
1415            ],
1416            "time": "2020-11-30T08:15:22+00:00"
1417        },
1418        {
1419            "name": "sebastian/comparator",
1420            "version": "3.0.3",
1421            "source": {
1422                "type": "git",
1423                "url": "https://github.com/sebastianbergmann/comparator.git",
1424                "reference": "1071dfcef776a57013124ff35e1fc41ccd294758"
1425            },
1426            "dist": {
1427                "type": "zip",
1428                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1071dfcef776a57013124ff35e1fc41ccd294758",
1429                "reference": "1071dfcef776a57013124ff35e1fc41ccd294758",
1430                "shasum": ""
1431            },
1432            "require": {
1433                "php": ">=7.1",
1434                "sebastian/diff": "^3.0",
1435                "sebastian/exporter": "^3.1"
1436            },
1437            "require-dev": {
1438                "phpunit/phpunit": "^8.5"
1439            },
1440            "type": "library",
1441            "extra": {
1442                "branch-alias": {
1443                    "dev-master": "3.0-dev"
1444                }
1445            },
1446            "autoload": {
1447                "classmap": [
1448                    "src/"
1449                ]
1450            },
1451            "notification-url": "https://packagist.org/downloads/",
1452            "license": [
1453                "BSD-3-Clause"
1454            ],
1455            "authors": [
1456                {
1457                    "name": "Sebastian Bergmann",
1458                    "email": "sebastian@phpunit.de"
1459                },
1460                {
1461                    "name": "Jeff Welch",
1462                    "email": "whatthejeff@gmail.com"
1463                },
1464                {
1465                    "name": "Volker Dusch",
1466                    "email": "github@wallbash.com"
1467                },
1468                {
1469                    "name": "Bernhard Schussek",
1470                    "email": "bschussek@2bepublished.at"
1471                }
1472            ],
1473            "description": "Provides the functionality to compare PHP values for equality",
1474            "homepage": "https://github.com/sebastianbergmann/comparator",
1475            "keywords": [
1476                "comparator",
1477                "compare",
1478                "equality"
1479            ],
1480            "funding": [
1481                {
1482                    "url": "https://github.com/sebastianbergmann",
1483                    "type": "github"
1484                }
1485            ],
1486            "time": "2020-11-30T08:04:30+00:00"
1487        },
1488        {
1489            "name": "sebastian/diff",
1490            "version": "3.0.3",
1491            "source": {
1492                "type": "git",
1493                "url": "https://github.com/sebastianbergmann/diff.git",
1494                "reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211"
1495            },
1496            "dist": {
1497                "type": "zip",
1498                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/14f72dd46eaf2f2293cbe79c93cc0bc43161a211",
1499                "reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211",
1500                "shasum": ""
1501            },
1502            "require": {
1503                "php": ">=7.1"
1504            },
1505            "require-dev": {
1506                "phpunit/phpunit": "^7.5 || ^8.0",
1507                "symfony/process": "^2 || ^3.3 || ^4"
1508            },
1509            "type": "library",
1510            "extra": {
1511                "branch-alias": {
1512                    "dev-master": "3.0-dev"
1513                }
1514            },
1515            "autoload": {
1516                "classmap": [
1517                    "src/"
1518                ]
1519            },
1520            "notification-url": "https://packagist.org/downloads/",
1521            "license": [
1522                "BSD-3-Clause"
1523            ],
1524            "authors": [
1525                {
1526                    "name": "Sebastian Bergmann",
1527                    "email": "sebastian@phpunit.de"
1528                },
1529                {
1530                    "name": "Kore Nordmann",
1531                    "email": "mail@kore-nordmann.de"
1532                }
1533            ],
1534            "description": "Diff implementation",
1535            "homepage": "https://github.com/sebastianbergmann/diff",
1536            "keywords": [
1537                "diff",
1538                "udiff",
1539                "unidiff",
1540                "unified diff"
1541            ],
1542            "funding": [
1543                {
1544                    "url": "https://github.com/sebastianbergmann",
1545                    "type": "github"
1546                }
1547            ],
1548            "time": "2020-11-30T07:59:04+00:00"
1549        },
1550        {
1551            "name": "sebastian/environment",
1552            "version": "4.2.4",
1553            "source": {
1554                "type": "git",
1555                "url": "https://github.com/sebastianbergmann/environment.git",
1556                "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0"
1557            },
1558            "dist": {
1559                "type": "zip",
1560                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
1561                "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
1562                "shasum": ""
1563            },
1564            "require": {
1565                "php": ">=7.1"
1566            },
1567            "require-dev": {
1568                "phpunit/phpunit": "^7.5"
1569            },
1570            "suggest": {
1571                "ext-posix": "*"
1572            },
1573            "type": "library",
1574            "extra": {
1575                "branch-alias": {
1576                    "dev-master": "4.2-dev"
1577                }
1578            },
1579            "autoload": {
1580                "classmap": [
1581                    "src/"
1582                ]
1583            },
1584            "notification-url": "https://packagist.org/downloads/",
1585            "license": [
1586                "BSD-3-Clause"
1587            ],
1588            "authors": [
1589                {
1590                    "name": "Sebastian Bergmann",
1591                    "email": "sebastian@phpunit.de"
1592                }
1593            ],
1594            "description": "Provides functionality to handle HHVM/PHP environments",
1595            "homepage": "http://www.github.com/sebastianbergmann/environment",
1596            "keywords": [
1597                "Xdebug",
1598                "environment",
1599                "hhvm"
1600            ],
1601            "funding": [
1602                {
1603                    "url": "https://github.com/sebastianbergmann",
1604                    "type": "github"
1605                }
1606            ],
1607            "time": "2020-11-30T07:53:42+00:00"
1608        },
1609        {
1610            "name": "sebastian/exporter",
1611            "version": "3.1.3",
1612            "source": {
1613                "type": "git",
1614                "url": "https://github.com/sebastianbergmann/exporter.git",
1615                "reference": "6b853149eab67d4da22291d36f5b0631c0fd856e"
1616            },
1617            "dist": {
1618                "type": "zip",
1619                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/6b853149eab67d4da22291d36f5b0631c0fd856e",
1620                "reference": "6b853149eab67d4da22291d36f5b0631c0fd856e",
1621                "shasum": ""
1622            },
1623            "require": {
1624                "php": ">=7.0",
1625                "sebastian/recursion-context": "^3.0"
1626            },
1627            "require-dev": {
1628                "ext-mbstring": "*",
1629                "phpunit/phpunit": "^6.0"
1630            },
1631            "type": "library",
1632            "extra": {
1633                "branch-alias": {
1634                    "dev-master": "3.1.x-dev"
1635                }
1636            },
1637            "autoload": {
1638                "classmap": [
1639                    "src/"
1640                ]
1641            },
1642            "notification-url": "https://packagist.org/downloads/",
1643            "license": [
1644                "BSD-3-Clause"
1645            ],
1646            "authors": [
1647                {
1648                    "name": "Sebastian Bergmann",
1649                    "email": "sebastian@phpunit.de"
1650                },
1651                {
1652                    "name": "Jeff Welch",
1653                    "email": "whatthejeff@gmail.com"
1654                },
1655                {
1656                    "name": "Volker Dusch",
1657                    "email": "github@wallbash.com"
1658                },
1659                {
1660                    "name": "Adam Harvey",
1661                    "email": "aharvey@php.net"
1662                },
1663                {
1664                    "name": "Bernhard Schussek",
1665                    "email": "bschussek@gmail.com"
1666                }
1667            ],
1668            "description": "Provides the functionality to export PHP variables for visualization",
1669            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1670            "keywords": [
1671                "export",
1672                "exporter"
1673            ],
1674            "funding": [
1675                {
1676                    "url": "https://github.com/sebastianbergmann",
1677                    "type": "github"
1678                }
1679            ],
1680            "time": "2020-11-30T07:47:53+00:00"
1681        },
1682        {
1683            "name": "sebastian/global-state",
1684            "version": "3.0.1",
1685            "source": {
1686                "type": "git",
1687                "url": "https://github.com/sebastianbergmann/global-state.git",
1688                "reference": "474fb9edb7ab891665d3bfc6317f42a0a150454b"
1689            },
1690            "dist": {
1691                "type": "zip",
1692                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/474fb9edb7ab891665d3bfc6317f42a0a150454b",
1693                "reference": "474fb9edb7ab891665d3bfc6317f42a0a150454b",
1694                "shasum": ""
1695            },
1696            "require": {
1697                "php": ">=7.2",
1698                "sebastian/object-reflector": "^1.1.1",
1699                "sebastian/recursion-context": "^3.0"
1700            },
1701            "require-dev": {
1702                "ext-dom": "*",
1703                "phpunit/phpunit": "^8.0"
1704            },
1705            "suggest": {
1706                "ext-uopz": "*"
1707            },
1708            "type": "library",
1709            "extra": {
1710                "branch-alias": {
1711                    "dev-master": "3.0-dev"
1712                }
1713            },
1714            "autoload": {
1715                "classmap": [
1716                    "src/"
1717                ]
1718            },
1719            "notification-url": "https://packagist.org/downloads/",
1720            "license": [
1721                "BSD-3-Clause"
1722            ],
1723            "authors": [
1724                {
1725                    "name": "Sebastian Bergmann",
1726                    "email": "sebastian@phpunit.de"
1727                }
1728            ],
1729            "description": "Snapshotting of global state",
1730            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1731            "keywords": [
1732                "global state"
1733            ],
1734            "funding": [
1735                {
1736                    "url": "https://github.com/sebastianbergmann",
1737                    "type": "github"
1738                }
1739            ],
1740            "time": "2020-11-30T07:43:24+00:00"
1741        },
1742        {
1743            "name": "sebastian/object-enumerator",
1744            "version": "3.0.4",
1745            "source": {
1746                "type": "git",
1747                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1748                "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2"
1749            },
1750            "dist": {
1751                "type": "zip",
1752                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
1753                "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
1754                "shasum": ""
1755            },
1756            "require": {
1757                "php": ">=7.0",
1758                "sebastian/object-reflector": "^1.1.1",
1759                "sebastian/recursion-context": "^3.0"
1760            },
1761            "require-dev": {
1762                "phpunit/phpunit": "^6.0"
1763            },
1764            "type": "library",
1765            "extra": {
1766                "branch-alias": {
1767                    "dev-master": "3.0.x-dev"
1768                }
1769            },
1770            "autoload": {
1771                "classmap": [
1772                    "src/"
1773                ]
1774            },
1775            "notification-url": "https://packagist.org/downloads/",
1776            "license": [
1777                "BSD-3-Clause"
1778            ],
1779            "authors": [
1780                {
1781                    "name": "Sebastian Bergmann",
1782                    "email": "sebastian@phpunit.de"
1783                }
1784            ],
1785            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1786            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1787            "funding": [
1788                {
1789                    "url": "https://github.com/sebastianbergmann",
1790                    "type": "github"
1791                }
1792            ],
1793            "time": "2020-11-30T07:40:27+00:00"
1794        },
1795        {
1796            "name": "sebastian/object-reflector",
1797            "version": "1.1.2",
1798            "source": {
1799                "type": "git",
1800                "url": "https://github.com/sebastianbergmann/object-reflector.git",
1801                "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d"
1802            },
1803            "dist": {
1804                "type": "zip",
1805                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
1806                "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
1807                "shasum": ""
1808            },
1809            "require": {
1810                "php": ">=7.0"
1811            },
1812            "require-dev": {
1813                "phpunit/phpunit": "^6.0"
1814            },
1815            "type": "library",
1816            "extra": {
1817                "branch-alias": {
1818                    "dev-master": "1.1-dev"
1819                }
1820            },
1821            "autoload": {
1822                "classmap": [
1823                    "src/"
1824                ]
1825            },
1826            "notification-url": "https://packagist.org/downloads/",
1827            "license": [
1828                "BSD-3-Clause"
1829            ],
1830            "authors": [
1831                {
1832                    "name": "Sebastian Bergmann",
1833                    "email": "sebastian@phpunit.de"
1834                }
1835            ],
1836            "description": "Allows reflection of object attributes, including inherited and non-public ones",
1837            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
1838            "funding": [
1839                {
1840                    "url": "https://github.com/sebastianbergmann",
1841                    "type": "github"
1842                }
1843            ],
1844            "time": "2020-11-30T07:37:18+00:00"
1845        },
1846        {
1847            "name": "sebastian/recursion-context",
1848            "version": "3.0.1",
1849            "source": {
1850                "type": "git",
1851                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1852                "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb"
1853            },
1854            "dist": {
1855                "type": "zip",
1856                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/367dcba38d6e1977be014dc4b22f47a484dac7fb",
1857                "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb",
1858                "shasum": ""
1859            },
1860            "require": {
1861                "php": ">=7.0"
1862            },
1863            "require-dev": {
1864                "phpunit/phpunit": "^6.0"
1865            },
1866            "type": "library",
1867            "extra": {
1868                "branch-alias": {
1869                    "dev-master": "3.0.x-dev"
1870                }
1871            },
1872            "autoload": {
1873                "classmap": [
1874                    "src/"
1875                ]
1876            },
1877            "notification-url": "https://packagist.org/downloads/",
1878            "license": [
1879                "BSD-3-Clause"
1880            ],
1881            "authors": [
1882                {
1883                    "name": "Sebastian Bergmann",
1884                    "email": "sebastian@phpunit.de"
1885                },
1886                {
1887                    "name": "Jeff Welch",
1888                    "email": "whatthejeff@gmail.com"
1889                },
1890                {
1891                    "name": "Adam Harvey",
1892                    "email": "aharvey@php.net"
1893                }
1894            ],
1895            "description": "Provides functionality to recursively process PHP variables",
1896            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1897            "funding": [
1898                {
1899                    "url": "https://github.com/sebastianbergmann",
1900                    "type": "github"
1901                }
1902            ],
1903            "time": "2020-11-30T07:34:24+00:00"
1904        },
1905        {
1906            "name": "sebastian/resource-operations",
1907            "version": "2.0.2",
1908            "source": {
1909                "type": "git",
1910                "url": "https://github.com/sebastianbergmann/resource-operations.git",
1911                "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3"
1912            },
1913            "dist": {
1914                "type": "zip",
1915                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/31d35ca87926450c44eae7e2611d45a7a65ea8b3",
1916                "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3",
1917                "shasum": ""
1918            },
1919            "require": {
1920                "php": ">=7.1"
1921            },
1922            "type": "library",
1923            "extra": {
1924                "branch-alias": {
1925                    "dev-master": "2.0-dev"
1926                }
1927            },
1928            "autoload": {
1929                "classmap": [
1930                    "src/"
1931                ]
1932            },
1933            "notification-url": "https://packagist.org/downloads/",
1934            "license": [
1935                "BSD-3-Clause"
1936            ],
1937            "authors": [
1938                {
1939                    "name": "Sebastian Bergmann",
1940                    "email": "sebastian@phpunit.de"
1941                }
1942            ],
1943            "description": "Provides a list of PHP built-in functions that operate on resources",
1944            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1945            "funding": [
1946                {
1947                    "url": "https://github.com/sebastianbergmann",
1948                    "type": "github"
1949                }
1950            ],
1951            "time": "2020-11-30T07:30:19+00:00"
1952        },
1953        {
1954            "name": "sebastian/type",
1955            "version": "1.1.4",
1956            "source": {
1957                "type": "git",
1958                "url": "https://github.com/sebastianbergmann/type.git",
1959                "reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4"
1960            },
1961            "dist": {
1962                "type": "zip",
1963                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/0150cfbc4495ed2df3872fb31b26781e4e077eb4",
1964                "reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4",
1965                "shasum": ""
1966            },
1967            "require": {
1968                "php": ">=7.2"
1969            },
1970            "require-dev": {
1971                "phpunit/phpunit": "^8.2"
1972            },
1973            "type": "library",
1974            "extra": {
1975                "branch-alias": {
1976                    "dev-master": "1.1-dev"
1977                }
1978            },
1979            "autoload": {
1980                "classmap": [
1981                    "src/"
1982                ]
1983            },
1984            "notification-url": "https://packagist.org/downloads/",
1985            "license": [
1986                "BSD-3-Clause"
1987            ],
1988            "authors": [
1989                {
1990                    "name": "Sebastian Bergmann",
1991                    "email": "sebastian@phpunit.de",
1992                    "role": "lead"
1993                }
1994            ],
1995            "description": "Collection of value objects that represent the types of the PHP type system",
1996            "homepage": "https://github.com/sebastianbergmann/type",
1997            "funding": [
1998                {
1999                    "url": "https://github.com/sebastianbergmann",
2000                    "type": "github"
2001                }
2002            ],
2003            "time": "2020-11-30T07:25:11+00:00"
2004        },
2005        {
2006            "name": "sebastian/version",
2007            "version": "2.0.1",
2008            "source": {
2009                "type": "git",
2010                "url": "https://github.com/sebastianbergmann/version.git",
2011                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2012            },
2013            "dist": {
2014                "type": "zip",
2015                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
2016                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2017                "shasum": ""
2018            },
2019            "require": {
2020                "php": ">=5.6"
2021            },
2022            "type": "library",
2023            "extra": {
2024                "branch-alias": {
2025                    "dev-master": "2.0.x-dev"
2026                }
2027            },
2028            "autoload": {
2029                "classmap": [
2030                    "src/"
2031                ]
2032            },
2033            "notification-url": "https://packagist.org/downloads/",
2034            "license": [
2035                "BSD-3-Clause"
2036            ],
2037            "authors": [
2038                {
2039                    "name": "Sebastian Bergmann",
2040                    "email": "sebastian@phpunit.de",
2041                    "role": "lead"
2042                }
2043            ],
2044            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2045            "homepage": "https://github.com/sebastianbergmann/version",
2046            "time": "2016-10-03T07:35:21+00:00"
2047        },
2048        {
2049            "name": "symfony/console",
2050            "version": "v4.4.21",
2051            "source": {
2052                "type": "git",
2053                "url": "https://github.com/symfony/console.git",
2054                "reference": "1ba4560dbbb9fcf5ae28b61f71f49c678086cf23"
2055            },
2056            "dist": {
2057                "type": "zip",
2058                "url": "https://api.github.com/repos/symfony/console/zipball/1ba4560dbbb9fcf5ae28b61f71f49c678086cf23",
2059                "reference": "1ba4560dbbb9fcf5ae28b61f71f49c678086cf23",
2060                "shasum": ""
2061            },
2062            "require": {
2063                "php": ">=7.1.3",
2064                "symfony/polyfill-mbstring": "~1.0",
2065                "symfony/polyfill-php73": "^1.8",
2066                "symfony/polyfill-php80": "^1.15",
2067                "symfony/service-contracts": "^1.1|^2"
2068            },
2069            "conflict": {
2070                "symfony/dependency-injection": "<3.4",
2071                "symfony/event-dispatcher": "<4.3|>=5",
2072                "symfony/lock": "<4.4",
2073                "symfony/process": "<3.3"
2074            },
2075            "provide": {
2076                "psr/log-implementation": "1.0"
2077            },
2078            "require-dev": {
2079                "psr/log": "~1.0",
2080                "symfony/config": "^3.4|^4.0|^5.0",
2081                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
2082                "symfony/event-dispatcher": "^4.3",
2083                "symfony/lock": "^4.4|^5.0",
2084                "symfony/process": "^3.4|^4.0|^5.0",
2085                "symfony/var-dumper": "^4.3|^5.0"
2086            },
2087            "suggest": {
2088                "psr/log": "For using the console logger",
2089                "symfony/event-dispatcher": "",
2090                "symfony/lock": "",
2091                "symfony/process": ""
2092            },
2093            "type": "library",
2094            "autoload": {
2095                "psr-4": {
2096                    "Symfony\\Component\\Console\\": ""
2097                },
2098                "exclude-from-classmap": [
2099                    "/Tests/"
2100                ]
2101            },
2102            "notification-url": "https://packagist.org/downloads/",
2103            "license": [
2104                "MIT"
2105            ],
2106            "authors": [
2107                {
2108                    "name": "Fabien Potencier",
2109                    "email": "fabien@symfony.com"
2110                },
2111                {
2112                    "name": "Symfony Community",
2113                    "homepage": "https://symfony.com/contributors"
2114                }
2115            ],
2116            "description": "Eases the creation of beautiful and testable command line interfaces",
2117            "homepage": "https://symfony.com",
2118            "funding": [
2119                {
2120                    "url": "https://symfony.com/sponsor",
2121                    "type": "custom"
2122                },
2123                {
2124                    "url": "https://github.com/fabpot",
2125                    "type": "github"
2126                },
2127                {
2128                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2129                    "type": "tidelift"
2130                }
2131            ],
2132            "time": "2021-03-26T09:23:24+00:00"
2133        },
2134        {
2135            "name": "symfony/event-dispatcher",
2136            "version": "v4.4.20",
2137            "source": {
2138                "type": "git",
2139                "url": "https://github.com/symfony/event-dispatcher.git",
2140                "reference": "c352647244bd376bf7d31efbd5401f13f50dad0c"
2141            },
2142            "dist": {
2143                "type": "zip",
2144                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/c352647244bd376bf7d31efbd5401f13f50dad0c",
2145                "reference": "c352647244bd376bf7d31efbd5401f13f50dad0c",
2146                "shasum": ""
2147            },
2148            "require": {
2149                "php": ">=7.1.3",
2150                "symfony/event-dispatcher-contracts": "^1.1"
2151            },
2152            "conflict": {
2153                "symfony/dependency-injection": "<3.4"
2154            },
2155            "provide": {
2156                "psr/event-dispatcher-implementation": "1.0",
2157                "symfony/event-dispatcher-implementation": "1.1"
2158            },
2159            "require-dev": {
2160                "psr/log": "~1.0",
2161                "symfony/config": "^3.4|^4.0|^5.0",
2162                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
2163                "symfony/error-handler": "~3.4|~4.4",
2164                "symfony/expression-language": "^3.4|^4.0|^5.0",
2165                "symfony/http-foundation": "^3.4|^4.0|^5.0",
2166                "symfony/service-contracts": "^1.1|^2",
2167                "symfony/stopwatch": "^3.4|^4.0|^5.0"
2168            },
2169            "suggest": {
2170                "symfony/dependency-injection": "",
2171                "symfony/http-kernel": ""
2172            },
2173            "type": "library",
2174            "autoload": {
2175                "psr-4": {
2176                    "Symfony\\Component\\EventDispatcher\\": ""
2177                },
2178                "exclude-from-classmap": [
2179                    "/Tests/"
2180                ]
2181            },
2182            "notification-url": "https://packagist.org/downloads/",
2183            "license": [
2184                "MIT"
2185            ],
2186            "authors": [
2187                {
2188                    "name": "Fabien Potencier",
2189                    "email": "fabien@symfony.com"
2190                },
2191                {
2192                    "name": "Symfony Community",
2193                    "homepage": "https://symfony.com/contributors"
2194                }
2195            ],
2196            "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
2197            "homepage": "https://symfony.com",
2198            "funding": [
2199                {
2200                    "url": "https://symfony.com/sponsor",
2201                    "type": "custom"
2202                },
2203                {
2204                    "url": "https://github.com/fabpot",
2205                    "type": "github"
2206                },
2207                {
2208                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2209                    "type": "tidelift"
2210                }
2211            ],
2212            "time": "2021-01-27T09:09:26+00:00"
2213        },
2214        {
2215            "name": "symfony/event-dispatcher-contracts",
2216            "version": "v1.1.9",
2217            "source": {
2218                "type": "git",
2219                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
2220                "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7"
2221            },
2222            "dist": {
2223                "type": "zip",
2224                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/84e23fdcd2517bf37aecbd16967e83f0caee25a7",
2225                "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7",
2226                "shasum": ""
2227            },
2228            "require": {
2229                "php": ">=7.1.3"
2230            },
2231            "suggest": {
2232                "psr/event-dispatcher": "",
2233                "symfony/event-dispatcher-implementation": ""
2234            },
2235            "type": "library",
2236            "extra": {
2237                "branch-alias": {
2238                    "dev-master": "1.1-dev"
2239                },
2240                "thanks": {
2241                    "name": "symfony/contracts",
2242                    "url": "https://github.com/symfony/contracts"
2243                }
2244            },
2245            "autoload": {
2246                "psr-4": {
2247                    "Symfony\\Contracts\\EventDispatcher\\": ""
2248                }
2249            },
2250            "notification-url": "https://packagist.org/downloads/",
2251            "license": [
2252                "MIT"
2253            ],
2254            "authors": [
2255                {
2256                    "name": "Nicolas Grekas",
2257                    "email": "p@tchwork.com"
2258                },
2259                {
2260                    "name": "Symfony Community",
2261                    "homepage": "https://symfony.com/contributors"
2262                }
2263            ],
2264            "description": "Generic abstractions related to dispatching event",
2265            "homepage": "https://symfony.com",
2266            "keywords": [
2267                "abstractions",
2268                "contracts",
2269                "decoupling",
2270                "interfaces",
2271                "interoperability",
2272                "standards"
2273            ],
2274            "funding": [
2275                {
2276                    "url": "https://symfony.com/sponsor",
2277                    "type": "custom"
2278                },
2279                {
2280                    "url": "https://github.com/fabpot",
2281                    "type": "github"
2282                },
2283                {
2284                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2285                    "type": "tidelift"
2286                }
2287            ],
2288            "time": "2020-07-06T13:19:58+00:00"
2289        },
2290        {
2291            "name": "symfony/filesystem",
2292            "version": "v4.4.21",
2293            "source": {
2294                "type": "git",
2295                "url": "https://github.com/symfony/filesystem.git",
2296                "reference": "940826c465be2690c9fae91b2793481e5cbd6834"
2297            },
2298            "dist": {
2299                "type": "zip",
2300                "url": "https://api.github.com/repos/symfony/filesystem/zipball/940826c465be2690c9fae91b2793481e5cbd6834",
2301                "reference": "940826c465be2690c9fae91b2793481e5cbd6834",
2302                "shasum": ""
2303            },
2304            "require": {
2305                "php": ">=7.1.3",
2306                "symfony/polyfill-ctype": "~1.8"
2307            },
2308            "type": "library",
2309            "autoload": {
2310                "psr-4": {
2311                    "Symfony\\Component\\Filesystem\\": ""
2312                },
2313                "exclude-from-classmap": [
2314                    "/Tests/"
2315                ]
2316            },
2317            "notification-url": "https://packagist.org/downloads/",
2318            "license": [
2319                "MIT"
2320            ],
2321            "authors": [
2322                {
2323                    "name": "Fabien Potencier",
2324                    "email": "fabien@symfony.com"
2325                },
2326                {
2327                    "name": "Symfony Community",
2328                    "homepage": "https://symfony.com/contributors"
2329                }
2330            ],
2331            "description": "Provides basic utilities for the filesystem",
2332            "homepage": "https://symfony.com",
2333            "funding": [
2334                {
2335                    "url": "https://symfony.com/sponsor",
2336                    "type": "custom"
2337                },
2338                {
2339                    "url": "https://github.com/fabpot",
2340                    "type": "github"
2341                },
2342                {
2343                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2344                    "type": "tidelift"
2345                }
2346            ],
2347            "time": "2021-03-28T09:59:32+00:00"
2348        },
2349        {
2350            "name": "symfony/finder",
2351            "version": "v4.4.20",
2352            "source": {
2353                "type": "git",
2354                "url": "https://github.com/symfony/finder.git",
2355                "reference": "2543795ab1570df588b9bbd31e1a2bd7037b94f6"
2356            },
2357            "dist": {
2358                "type": "zip",
2359                "url": "https://api.github.com/repos/symfony/finder/zipball/2543795ab1570df588b9bbd31e1a2bd7037b94f6",
2360                "reference": "2543795ab1570df588b9bbd31e1a2bd7037b94f6",
2361                "shasum": ""
2362            },
2363            "require": {
2364                "php": ">=7.1.3"
2365            },
2366            "type": "library",
2367            "autoload": {
2368                "psr-4": {
2369                    "Symfony\\Component\\Finder\\": ""
2370                },
2371                "exclude-from-classmap": [
2372                    "/Tests/"
2373                ]
2374            },
2375            "notification-url": "https://packagist.org/downloads/",
2376            "license": [
2377                "MIT"
2378            ],
2379            "authors": [
2380                {
2381                    "name": "Fabien Potencier",
2382                    "email": "fabien@symfony.com"
2383                },
2384                {
2385                    "name": "Symfony Community",
2386                    "homepage": "https://symfony.com/contributors"
2387                }
2388            ],
2389            "description": "Finds files and directories via an intuitive fluent interface",
2390            "homepage": "https://symfony.com",
2391            "funding": [
2392                {
2393                    "url": "https://symfony.com/sponsor",
2394                    "type": "custom"
2395                },
2396                {
2397                    "url": "https://github.com/fabpot",
2398                    "type": "github"
2399                },
2400                {
2401                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2402                    "type": "tidelift"
2403                }
2404            ],
2405            "time": "2021-02-12T10:48:09+00:00"
2406        },
2407        {
2408            "name": "symfony/options-resolver",
2409            "version": "v4.4.20",
2410            "source": {
2411                "type": "git",
2412                "url": "https://github.com/symfony/options-resolver.git",
2413                "reference": "cd8c6a2778d5f8b5e8fc4b7abdf126790b5d5095"
2414            },
2415            "dist": {
2416                "type": "zip",
2417                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/cd8c6a2778d5f8b5e8fc4b7abdf126790b5d5095",
2418                "reference": "cd8c6a2778d5f8b5e8fc4b7abdf126790b5d5095",
2419                "shasum": ""
2420            },
2421            "require": {
2422                "php": ">=7.1.3"
2423            },
2424            "type": "library",
2425            "autoload": {
2426                "psr-4": {
2427                    "Symfony\\Component\\OptionsResolver\\": ""
2428                },
2429                "exclude-from-classmap": [
2430                    "/Tests/"
2431                ]
2432            },
2433            "notification-url": "https://packagist.org/downloads/",
2434            "license": [
2435                "MIT"
2436            ],
2437            "authors": [
2438                {
2439                    "name": "Fabien Potencier",
2440                    "email": "fabien@symfony.com"
2441                },
2442                {
2443                    "name": "Symfony Community",
2444                    "homepage": "https://symfony.com/contributors"
2445                }
2446            ],
2447            "description": "Provides an improved replacement for the array_replace PHP function",
2448            "homepage": "https://symfony.com",
2449            "keywords": [
2450                "config",
2451                "configuration",
2452                "options"
2453            ],
2454            "funding": [
2455                {
2456                    "url": "https://symfony.com/sponsor",
2457                    "type": "custom"
2458                },
2459                {
2460                    "url": "https://github.com/fabpot",
2461                    "type": "github"
2462                },
2463                {
2464                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2465                    "type": "tidelift"
2466                }
2467            ],
2468            "time": "2021-01-27T09:09:26+00:00"
2469        },
2470        {
2471            "name": "symfony/polyfill-ctype",
2472            "version": "v1.22.1",
2473            "source": {
2474                "type": "git",
2475                "url": "https://github.com/symfony/polyfill-ctype.git",
2476                "reference": "c6c942b1ac76c82448322025e084cadc56048b4e"
2477            },
2478            "dist": {
2479                "type": "zip",
2480                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e",
2481                "reference": "c6c942b1ac76c82448322025e084cadc56048b4e",
2482                "shasum": ""
2483            },
2484            "require": {
2485                "php": ">=7.1"
2486            },
2487            "suggest": {
2488                "ext-ctype": "For best performance"
2489            },
2490            "type": "library",
2491            "extra": {
2492                "branch-alias": {
2493                    "dev-main": "1.22-dev"
2494                },
2495                "thanks": {
2496                    "name": "symfony/polyfill",
2497                    "url": "https://github.com/symfony/polyfill"
2498                }
2499            },
2500            "autoload": {
2501                "psr-4": {
2502                    "Symfony\\Polyfill\\Ctype\\": ""
2503                },
2504                "files": [
2505                    "bootstrap.php"
2506                ]
2507            },
2508            "notification-url": "https://packagist.org/downloads/",
2509            "license": [
2510                "MIT"
2511            ],
2512            "authors": [
2513                {
2514                    "name": "Gert de Pagter",
2515                    "email": "BackEndTea@gmail.com"
2516                },
2517                {
2518                    "name": "Symfony Community",
2519                    "homepage": "https://symfony.com/contributors"
2520                }
2521            ],
2522            "description": "Symfony polyfill for ctype functions",
2523            "homepage": "https://symfony.com",
2524            "keywords": [
2525                "compatibility",
2526                "ctype",
2527                "polyfill",
2528                "portable"
2529            ],
2530            "funding": [
2531                {
2532                    "url": "https://symfony.com/sponsor",
2533                    "type": "custom"
2534                },
2535                {
2536                    "url": "https://github.com/fabpot",
2537                    "type": "github"
2538                },
2539                {
2540                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2541                    "type": "tidelift"
2542                }
2543            ],
2544            "time": "2021-01-07T16:49:33+00:00"
2545        },
2546        {
2547            "name": "symfony/polyfill-mbstring",
2548            "version": "v1.22.1",
2549            "source": {
2550                "type": "git",
2551                "url": "https://github.com/symfony/polyfill-mbstring.git",
2552                "reference": "5232de97ee3b75b0360528dae24e73db49566ab1"
2553            },
2554            "dist": {
2555                "type": "zip",
2556                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1",
2557                "reference": "5232de97ee3b75b0360528dae24e73db49566ab1",
2558                "shasum": ""
2559            },
2560            "require": {
2561                "php": ">=7.1"
2562            },
2563            "suggest": {
2564                "ext-mbstring": "For best performance"
2565            },
2566            "type": "library",
2567            "extra": {
2568                "branch-alias": {
2569                    "dev-main": "1.22-dev"
2570                },
2571                "thanks": {
2572                    "name": "symfony/polyfill",
2573                    "url": "https://github.com/symfony/polyfill"
2574                }
2575            },
2576            "autoload": {
2577                "psr-4": {
2578                    "Symfony\\Polyfill\\Mbstring\\": ""
2579                },
2580                "files": [
2581                    "bootstrap.php"
2582                ]
2583            },
2584            "notification-url": "https://packagist.org/downloads/",
2585            "license": [
2586                "MIT"
2587            ],
2588            "authors": [
2589                {
2590                    "name": "Nicolas Grekas",
2591                    "email": "p@tchwork.com"
2592                },
2593                {
2594                    "name": "Symfony Community",
2595                    "homepage": "https://symfony.com/contributors"
2596                }
2597            ],
2598            "description": "Symfony polyfill for the Mbstring extension",
2599            "homepage": "https://symfony.com",
2600            "keywords": [
2601                "compatibility",
2602                "mbstring",
2603                "polyfill",
2604                "portable",
2605                "shim"
2606            ],
2607            "funding": [
2608                {
2609                    "url": "https://symfony.com/sponsor",
2610                    "type": "custom"
2611                },
2612                {
2613                    "url": "https://github.com/fabpot",
2614                    "type": "github"
2615                },
2616                {
2617                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2618                    "type": "tidelift"
2619                }
2620            ],
2621            "time": "2021-01-22T09:19:47+00:00"
2622        },
2623        {
2624            "name": "symfony/polyfill-php70",
2625            "version": "v1.20.0",
2626            "source": {
2627                "type": "git",
2628                "url": "https://github.com/symfony/polyfill-php70.git",
2629                "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644"
2630            },
2631            "dist": {
2632                "type": "zip",
2633                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/5f03a781d984aae42cebd18e7912fa80f02ee644",
2634                "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644",
2635                "shasum": ""
2636            },
2637            "require": {
2638                "php": ">=7.1"
2639            },
2640            "type": "metapackage",
2641            "extra": {
2642                "branch-alias": {
2643                    "dev-main": "1.20-dev"
2644                },
2645                "thanks": {
2646                    "name": "symfony/polyfill",
2647                    "url": "https://github.com/symfony/polyfill"
2648                }
2649            },
2650            "notification-url": "https://packagist.org/downloads/",
2651            "license": [
2652                "MIT"
2653            ],
2654            "authors": [
2655                {
2656                    "name": "Nicolas Grekas",
2657                    "email": "p@tchwork.com"
2658                },
2659                {
2660                    "name": "Symfony Community",
2661                    "homepage": "https://symfony.com/contributors"
2662                }
2663            ],
2664            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
2665            "homepage": "https://symfony.com",
2666            "keywords": [
2667                "compatibility",
2668                "polyfill",
2669                "portable",
2670                "shim"
2671            ],
2672            "funding": [
2673                {
2674                    "url": "https://symfony.com/sponsor",
2675                    "type": "custom"
2676                },
2677                {
2678                    "url": "https://github.com/fabpot",
2679                    "type": "github"
2680                },
2681                {
2682                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2683                    "type": "tidelift"
2684                }
2685            ],
2686            "time": "2020-10-23T14:02:19+00:00"
2687        },
2688        {
2689            "name": "symfony/polyfill-php72",
2690            "version": "v1.22.1",
2691            "source": {
2692                "type": "git",
2693                "url": "https://github.com/symfony/polyfill-php72.git",
2694                "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9"
2695            },
2696            "dist": {
2697                "type": "zip",
2698                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
2699                "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
2700                "shasum": ""
2701            },
2702            "require": {
2703                "php": ">=7.1"
2704            },
2705            "type": "library",
2706            "extra": {
2707                "branch-alias": {
2708                    "dev-main": "1.22-dev"
2709                },
2710                "thanks": {
2711                    "name": "symfony/polyfill",
2712                    "url": "https://github.com/symfony/polyfill"
2713                }
2714            },
2715            "autoload": {
2716                "psr-4": {
2717                    "Symfony\\Polyfill\\Php72\\": ""
2718                },
2719                "files": [
2720                    "bootstrap.php"
2721                ]
2722            },
2723            "notification-url": "https://packagist.org/downloads/",
2724            "license": [
2725                "MIT"
2726            ],
2727            "authors": [
2728                {
2729                    "name": "Nicolas Grekas",
2730                    "email": "p@tchwork.com"
2731                },
2732                {
2733                    "name": "Symfony Community",
2734                    "homepage": "https://symfony.com/contributors"
2735                }
2736            ],
2737            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
2738            "homepage": "https://symfony.com",
2739            "keywords": [
2740                "compatibility",
2741                "polyfill",
2742                "portable",
2743                "shim"
2744            ],
2745            "funding": [
2746                {
2747                    "url": "https://symfony.com/sponsor",
2748                    "type": "custom"
2749                },
2750                {
2751                    "url": "https://github.com/fabpot",
2752                    "type": "github"
2753                },
2754                {
2755                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2756                    "type": "tidelift"
2757                }
2758            ],
2759            "time": "2021-01-07T16:49:33+00:00"
2760        },
2761        {
2762            "name": "symfony/polyfill-php73",
2763            "version": "v1.22.1",
2764            "source": {
2765                "type": "git",
2766                "url": "https://github.com/symfony/polyfill-php73.git",
2767                "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2"
2768            },
2769            "dist": {
2770                "type": "zip",
2771                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
2772                "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
2773                "shasum": ""
2774            },
2775            "require": {
2776                "php": ">=7.1"
2777            },
2778            "type": "library",
2779            "extra": {
2780                "branch-alias": {
2781                    "dev-main": "1.22-dev"
2782                },
2783                "thanks": {
2784                    "name": "symfony/polyfill",
2785                    "url": "https://github.com/symfony/polyfill"
2786                }
2787            },
2788            "autoload": {
2789                "psr-4": {
2790                    "Symfony\\Polyfill\\Php73\\": ""
2791                },
2792                "files": [
2793                    "bootstrap.php"
2794                ],
2795                "classmap": [
2796                    "Resources/stubs"
2797                ]
2798            },
2799            "notification-url": "https://packagist.org/downloads/",
2800            "license": [
2801                "MIT"
2802            ],
2803            "authors": [
2804                {
2805                    "name": "Nicolas Grekas",
2806                    "email": "p@tchwork.com"
2807                },
2808                {
2809                    "name": "Symfony Community",
2810                    "homepage": "https://symfony.com/contributors"
2811                }
2812            ],
2813            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
2814            "homepage": "https://symfony.com",
2815            "keywords": [
2816                "compatibility",
2817                "polyfill",
2818                "portable",
2819                "shim"
2820            ],
2821            "funding": [
2822                {
2823                    "url": "https://symfony.com/sponsor",
2824                    "type": "custom"
2825                },
2826                {
2827                    "url": "https://github.com/fabpot",
2828                    "type": "github"
2829                },
2830                {
2831                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2832                    "type": "tidelift"
2833                }
2834            ],
2835            "time": "2021-01-07T16:49:33+00:00"
2836        },
2837        {
2838            "name": "symfony/polyfill-php80",
2839            "version": "v1.22.1",
2840            "source": {
2841                "type": "git",
2842                "url": "https://github.com/symfony/polyfill-php80.git",
2843                "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91"
2844            },
2845            "dist": {
2846                "type": "zip",
2847                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91",
2848                "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91",
2849                "shasum": ""
2850            },
2851            "require": {
2852                "php": ">=7.1"
2853            },
2854            "type": "library",
2855            "extra": {
2856                "branch-alias": {
2857                    "dev-main": "1.22-dev"
2858                },
2859                "thanks": {
2860                    "name": "symfony/polyfill",
2861                    "url": "https://github.com/symfony/polyfill"
2862                }
2863            },
2864            "autoload": {
2865                "psr-4": {
2866                    "Symfony\\Polyfill\\Php80\\": ""
2867                },
2868                "files": [
2869                    "bootstrap.php"
2870                ],
2871                "classmap": [
2872                    "Resources/stubs"
2873                ]
2874            },
2875            "notification-url": "https://packagist.org/downloads/",
2876            "license": [
2877                "MIT"
2878            ],
2879            "authors": [
2880                {
2881                    "name": "Ion Bazan",
2882                    "email": "ion.bazan@gmail.com"
2883                },
2884                {
2885                    "name": "Nicolas Grekas",
2886                    "email": "p@tchwork.com"
2887                },
2888                {
2889                    "name": "Symfony Community",
2890                    "homepage": "https://symfony.com/contributors"
2891                }
2892            ],
2893            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
2894            "homepage": "https://symfony.com",
2895            "keywords": [
2896                "compatibility",
2897                "polyfill",
2898                "portable",
2899                "shim"
2900            ],
2901            "funding": [
2902                {
2903                    "url": "https://symfony.com/sponsor",
2904                    "type": "custom"
2905                },
2906                {
2907                    "url": "https://github.com/fabpot",
2908                    "type": "github"
2909                },
2910                {
2911                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2912                    "type": "tidelift"
2913                }
2914            ],
2915            "time": "2021-01-07T16:49:33+00:00"
2916        },
2917        {
2918            "name": "symfony/process",
2919            "version": "v4.4.20",
2920            "source": {
2921                "type": "git",
2922                "url": "https://github.com/symfony/process.git",
2923                "reference": "7e950b6366d4da90292c2e7fa820b3c1842b965a"
2924            },
2925            "dist": {
2926                "type": "zip",
2927                "url": "https://api.github.com/repos/symfony/process/zipball/7e950b6366d4da90292c2e7fa820b3c1842b965a",
2928                "reference": "7e950b6366d4da90292c2e7fa820b3c1842b965a",
2929                "shasum": ""
2930            },
2931            "require": {
2932                "php": ">=7.1.3"
2933            },
2934            "type": "library",
2935            "autoload": {
2936                "psr-4": {
2937                    "Symfony\\Component\\Process\\": ""
2938                },
2939                "exclude-from-classmap": [
2940                    "/Tests/"
2941                ]
2942            },
2943            "notification-url": "https://packagist.org/downloads/",
2944            "license": [
2945                "MIT"
2946            ],
2947            "authors": [
2948                {
2949                    "name": "Fabien Potencier",
2950                    "email": "fabien@symfony.com"
2951                },
2952                {
2953                    "name": "Symfony Community",
2954                    "homepage": "https://symfony.com/contributors"
2955                }
2956            ],
2957            "description": "Executes commands in sub-processes",
2958            "homepage": "https://symfony.com",
2959            "funding": [
2960                {
2961                    "url": "https://symfony.com/sponsor",
2962                    "type": "custom"
2963                },
2964                {
2965                    "url": "https://github.com/fabpot",
2966                    "type": "github"
2967                },
2968                {
2969                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2970                    "type": "tidelift"
2971                }
2972            ],
2973            "time": "2021-01-27T09:09:26+00:00"
2974        },
2975        {
2976            "name": "symfony/service-contracts",
2977            "version": "v1.1.9",
2978            "source": {
2979                "type": "git",
2980                "url": "https://github.com/symfony/service-contracts.git",
2981                "reference": "b776d18b303a39f56c63747bcb977ad4b27aca26"
2982            },
2983            "dist": {
2984                "type": "zip",
2985                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/b776d18b303a39f56c63747bcb977ad4b27aca26",
2986                "reference": "b776d18b303a39f56c63747bcb977ad4b27aca26",
2987                "shasum": ""
2988            },
2989            "require": {
2990                "php": ">=7.1.3",
2991                "psr/container": "^1.0"
2992            },
2993            "suggest": {
2994                "symfony/service-implementation": ""
2995            },
2996            "type": "library",
2997            "extra": {
2998                "branch-alias": {
2999                    "dev-master": "1.1-dev"
3000                },
3001                "thanks": {
3002                    "name": "symfony/contracts",
3003                    "url": "https://github.com/symfony/contracts"
3004                }
3005            },
3006            "autoload": {
3007                "psr-4": {
3008                    "Symfony\\Contracts\\Service\\": ""
3009                }
3010            },
3011            "notification-url": "https://packagist.org/downloads/",
3012            "license": [
3013                "MIT"
3014            ],
3015            "authors": [
3016                {
3017                    "name": "Nicolas Grekas",
3018                    "email": "p@tchwork.com"
3019                },
3020                {
3021                    "name": "Symfony Community",
3022                    "homepage": "https://symfony.com/contributors"
3023                }
3024            ],
3025            "description": "Generic abstractions related to writing services",
3026            "homepage": "https://symfony.com",
3027            "keywords": [
3028                "abstractions",
3029                "contracts",
3030                "decoupling",
3031                "interfaces",
3032                "interoperability",
3033                "standards"
3034            ],
3035            "funding": [
3036                {
3037                    "url": "https://symfony.com/sponsor",
3038                    "type": "custom"
3039                },
3040                {
3041                    "url": "https://github.com/fabpot",
3042                    "type": "github"
3043                },
3044                {
3045                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3046                    "type": "tidelift"
3047                }
3048            ],
3049            "time": "2020-07-06T13:19:58+00:00"
3050        },
3051        {
3052            "name": "symfony/stopwatch",
3053            "version": "v4.4.20",
3054            "source": {
3055                "type": "git",
3056                "url": "https://github.com/symfony/stopwatch.git",
3057                "reference": "c5572f6494fc20668a73b77684d8dc77e534d8cf"
3058            },
3059            "dist": {
3060                "type": "zip",
3061                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/c5572f6494fc20668a73b77684d8dc77e534d8cf",
3062                "reference": "c5572f6494fc20668a73b77684d8dc77e534d8cf",
3063                "shasum": ""
3064            },
3065            "require": {
3066                "php": ">=7.1.3",
3067                "symfony/service-contracts": "^1.0|^2"
3068            },
3069            "type": "library",
3070            "autoload": {
3071                "psr-4": {
3072                    "Symfony\\Component\\Stopwatch\\": ""
3073                },
3074                "exclude-from-classmap": [
3075                    "/Tests/"
3076                ]
3077            },
3078            "notification-url": "https://packagist.org/downloads/",
3079            "license": [
3080                "MIT"
3081            ],
3082            "authors": [
3083                {
3084                    "name": "Fabien Potencier",
3085                    "email": "fabien@symfony.com"
3086                },
3087                {
3088                    "name": "Symfony Community",
3089                    "homepage": "https://symfony.com/contributors"
3090                }
3091            ],
3092            "description": "Provides a way to profile code",
3093            "homepage": "https://symfony.com",
3094            "funding": [
3095                {
3096                    "url": "https://symfony.com/sponsor",
3097                    "type": "custom"
3098                },
3099                {
3100                    "url": "https://github.com/fabpot",
3101                    "type": "github"
3102                },
3103                {
3104                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3105                    "type": "tidelift"
3106                }
3107            ],
3108            "time": "2021-01-27T09:09:26+00:00"
3109        },
3110        {
3111            "name": "theseer/tokenizer",
3112            "version": "1.2.0",
3113            "source": {
3114                "type": "git",
3115                "url": "https://github.com/theseer/tokenizer.git",
3116                "reference": "75a63c33a8577608444246075ea0af0d052e452a"
3117            },
3118            "dist": {
3119                "type": "zip",
3120                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
3121                "reference": "75a63c33a8577608444246075ea0af0d052e452a",
3122                "shasum": ""
3123            },
3124            "require": {
3125                "ext-dom": "*",
3126                "ext-tokenizer": "*",
3127                "ext-xmlwriter": "*",
3128                "php": "^7.2 || ^8.0"
3129            },
3130            "type": "library",
3131            "autoload": {
3132                "classmap": [
3133                    "src/"
3134                ]
3135            },
3136            "notification-url": "https://packagist.org/downloads/",
3137            "license": [
3138                "BSD-3-Clause"
3139            ],
3140            "authors": [
3141                {
3142                    "name": "Arne Blankerts",
3143                    "email": "arne@blankerts.de",
3144                    "role": "Developer"
3145                }
3146            ],
3147            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
3148            "funding": [
3149                {
3150                    "url": "https://github.com/theseer",
3151                    "type": "github"
3152                }
3153            ],
3154            "time": "2020-07-12T23:59:07+00:00"
3155        },
3156        {
3157            "name": "webmozart/assert",
3158            "version": "1.10.0",
3159            "source": {
3160                "type": "git",
3161                "url": "https://github.com/webmozarts/assert.git",
3162                "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
3163            },
3164            "dist": {
3165                "type": "zip",
3166                "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
3167                "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
3168                "shasum": ""
3169            },
3170            "require": {
3171                "php": "^7.2 || ^8.0",
3172                "symfony/polyfill-ctype": "^1.8"
3173            },
3174            "conflict": {
3175                "phpstan/phpstan": "<0.12.20",
3176                "vimeo/psalm": "<4.6.1 || 4.6.2"
3177            },
3178            "require-dev": {
3179                "phpunit/phpunit": "^8.5.13"
3180            },
3181            "type": "library",
3182            "extra": {
3183                "branch-alias": {
3184                    "dev-master": "1.10-dev"
3185                }
3186            },
3187            "autoload": {
3188                "psr-4": {
3189                    "Webmozart\\Assert\\": "src/"
3190                }
3191            },
3192            "notification-url": "https://packagist.org/downloads/",
3193            "license": [
3194                "MIT"
3195            ],
3196            "authors": [
3197                {
3198                    "name": "Bernhard Schussek",
3199                    "email": "bschussek@gmail.com"
3200                }
3201            ],
3202            "description": "Assertions to validate method input/output with nice error messages.",
3203            "keywords": [
3204                "assert",
3205                "check",
3206                "validate"
3207            ],
3208            "time": "2021-03-09T10:59:23+00:00"
3209        }
3210    ],
3211    "aliases": [],
3212    "minimum-stability": "stable",
3213    "stability-flags": [],
3214    "prefer-stable": false,
3215    "prefer-lowest": false,
3216    "platform": [],
3217    "platform-dev": [],
3218    "platform-overrides": {
3219        "php": "7.2"
3220    },
3221    "plugin-api-version": "1.1.0"
3222}
3223