Merge branch 'MDL-73563-311' of https://github.com/paulholden/moodle into MOODLE_311_...
[moodle.git] / composer.lock
blob479d644183bc75cb954505da6a272a904547dec0
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": "cbedccdc07cd75371ef47a52c80c22e0",
8     "packages": [],
9     "packages-dev": [
10         {
11             "name": "behat/behat",
12             "version": "v3.8.1",
13             "source": {
14                 "type": "git",
15                 "url": "https://github.com/Behat/Behat.git",
16                 "reference": "fbb065457d523d9856d4b50775b4151a7598b510"
17             },
18             "dist": {
19                 "type": "zip",
20                 "url": "https://api.github.com/repos/Behat/Behat/zipball/fbb065457d523d9856d4b50775b4151a7598b510",
21                 "reference": "fbb065457d523d9856d4b50775b4151a7598b510",
22                 "shasum": ""
23             },
24             "require": {
25                 "behat/gherkin": "^4.6.0",
26                 "behat/transliterator": "^1.2",
27                 "ext-mbstring": "*",
28                 "php": "^7.2 || ^8.0",
29                 "psr/container": "^1.0",
30                 "symfony/config": "^4.4 || ^5.0",
31                 "symfony/console": "^4.4 || ^5.0",
32                 "symfony/dependency-injection": "^4.4 || ^5.0",
33                 "symfony/event-dispatcher": "^4.4 || ^5.0",
34                 "symfony/translation": "^4.4 || ^5.0",
35                 "symfony/yaml": "^4.4 || ^5.0"
36             },
37             "require-dev": {
38                 "container-interop/container-interop": "^1.2",
39                 "herrera-io/box": "~1.6.1",
40                 "phpunit/phpunit": "^8.5 || ^9.0",
41                 "symfony/process": "^4.4 || ^5.0"
42             },
43             "suggest": {
44                 "ext-dom": "Needed to output test results in JUnit format."
45             },
46             "bin": [
47                 "bin/behat"
48             ],
49             "type": "library",
50             "extra": {
51                 "branch-alias": {
52                     "dev-master": "3.8.x-dev"
53                 }
54             },
55             "autoload": {
56                 "psr-4": {
57                     "Behat\\Behat\\": "src/Behat/Behat/",
58                     "Behat\\Testwork\\": "src/Behat/Testwork/"
59                 }
60             },
61             "notification-url": "https://packagist.org/downloads/",
62             "license": [
63                 "MIT"
64             ],
65             "authors": [
66                 {
67                     "name": "Konstantin Kudryashov",
68                     "email": "ever.zet@gmail.com",
69                     "homepage": "http://everzet.com"
70                 }
71             ],
72             "description": "Scenario-oriented BDD framework for PHP",
73             "homepage": "http://behat.org/",
74             "keywords": [
75                 "Agile",
76                 "BDD",
77                 "ScenarioBDD",
78                 "Scrum",
79                 "StoryBDD",
80                 "User story",
81                 "business",
82                 "development",
83                 "documentation",
84                 "examples",
85                 "symfony",
86                 "testing"
87             ],
88             "support": {
89                 "issues": "https://github.com/Behat/Behat/issues",
90                 "source": "https://github.com/Behat/Behat/tree/v3.8.1"
91             },
92             "time": "2020-11-07T15:55:18+00:00"
93         },
94         {
95             "name": "behat/gherkin",
96             "version": "v4.9.0",
97             "source": {
98                 "type": "git",
99                 "url": "https://github.com/Behat/Gherkin.git",
100                 "reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4"
101             },
102             "dist": {
103                 "type": "zip",
104                 "url": "https://api.github.com/repos/Behat/Gherkin/zipball/0bc8d1e30e96183e4f36db9dc79caead300beff4",
105                 "reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4",
106                 "shasum": ""
107             },
108             "require": {
109                 "php": "~7.2|~8.0"
110             },
111             "require-dev": {
112                 "cucumber/cucumber": "dev-gherkin-22.0.0",
113                 "phpunit/phpunit": "~8|~9",
114                 "symfony/yaml": "~3|~4|~5"
115             },
116             "suggest": {
117                 "symfony/yaml": "If you want to parse features, represented in YAML files"
118             },
119             "type": "library",
120             "extra": {
121                 "branch-alias": {
122                     "dev-master": "4.x-dev"
123                 }
124             },
125             "autoload": {
126                 "psr-0": {
127                     "Behat\\Gherkin": "src/"
128                 }
129             },
130             "notification-url": "https://packagist.org/downloads/",
131             "license": [
132                 "MIT"
133             ],
134             "authors": [
135                 {
136                     "name": "Konstantin Kudryashov",
137                     "email": "ever.zet@gmail.com",
138                     "homepage": "http://everzet.com"
139                 }
140             ],
141             "description": "Gherkin DSL parser for PHP",
142             "homepage": "http://behat.org/",
143             "keywords": [
144                 "BDD",
145                 "Behat",
146                 "Cucumber",
147                 "DSL",
148                 "gherkin",
149                 "parser"
150             ],
151             "support": {
152                 "issues": "https://github.com/Behat/Gherkin/issues",
153                 "source": "https://github.com/Behat/Gherkin/tree/v4.9.0"
154             },
155             "time": "2021-10-12T13:05:09+00:00"
156         },
157         {
158             "name": "behat/mink",
159             "version": "v1.9.0",
160             "source": {
161                 "type": "git",
162                 "url": "https://github.com/minkphp/Mink.git",
163                 "reference": "e35f4695de8800fc776af34ebf665ad58ebdd996"
164             },
165             "dist": {
166                 "type": "zip",
167                 "url": "https://api.github.com/repos/minkphp/Mink/zipball/e35f4695de8800fc776af34ebf665ad58ebdd996",
168                 "reference": "e35f4695de8800fc776af34ebf665ad58ebdd996",
169                 "shasum": ""
170             },
171             "require": {
172                 "php": ">=5.4",
173                 "symfony/css-selector": "^2.7|^3.0|^4.0|^5.0"
174             },
175             "require-dev": {
176                 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5 || ^9.5",
177                 "symfony/debug": "^2.7|^3.0|^4.0|^5.0",
178                 "symfony/phpunit-bridge": "^3.4.38 || ^4.4 || ^5.0.5",
179                 "yoast/phpunit-polyfills": "^1.0"
180             },
181             "suggest": {
182                 "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
183                 "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
184                 "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
185                 "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)",
186                 "dmore/chrome-mink-driver": "fast and JS-enabled driver for any app (requires chromium or google chrome)"
187             },
188             "type": "library",
189             "extra": {
190                 "branch-alias": {
191                     "dev-master": "1.x-dev"
192                 }
193             },
194             "autoload": {
195                 "psr-4": {
196                     "Behat\\Mink\\": "src/"
197                 }
198             },
199             "notification-url": "https://packagist.org/downloads/",
200             "license": [
201                 "MIT"
202             ],
203             "authors": [
204                 {
205                     "name": "Konstantin Kudryashov",
206                     "email": "ever.zet@gmail.com",
207                     "homepage": "http://everzet.com"
208                 }
209             ],
210             "description": "Browser controller/emulator abstraction for PHP",
211             "homepage": "https://mink.behat.org/",
212             "keywords": [
213                 "browser",
214                 "testing",
215                 "web"
216             ],
217             "support": {
218                 "issues": "https://github.com/minkphp/Mink/issues",
219                 "source": "https://github.com/minkphp/Mink/tree/v1.9.0"
220             },
221             "time": "2021-10-11T11:58:47+00:00"
222         },
223         {
224             "name": "behat/mink-browserkit-driver",
225             "version": "v1.4.1",
226             "source": {
227                 "type": "git",
228                 "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
229                 "reference": "057926c9da452bac5bfcffb92eb4f3e1ce74dae9"
230             },
231             "dist": {
232                 "type": "zip",
233                 "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/057926c9da452bac5bfcffb92eb4f3e1ce74dae9",
234                 "reference": "057926c9da452bac5bfcffb92eb4f3e1ce74dae9",
235                 "shasum": ""
236             },
237             "require": {
238                 "behat/mink": "^1.7.1@dev",
239                 "php": ">=5.4",
240                 "symfony/browser-kit": "~2.3|~3.0|~4.0",
241                 "symfony/dom-crawler": "~2.3|~3.0|~4.0"
242             },
243             "require-dev": {
244                 "mink/driver-testsuite": "dev-master",
245                 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.18 || ^8.5 || ^9.5",
246                 "symfony/debug": "^2.7|^3.0|^4.0",
247                 "symfony/http-kernel": "~2.3|~3.0|~4.0",
248                 "yoast/phpunit-polyfills": "^1.0"
249             },
250             "type": "mink-driver",
251             "extra": {
252                 "branch-alias": {
253                     "dev-master": "1.x-dev"
254                 }
255             },
256             "autoload": {
257                 "psr-4": {
258                     "Behat\\Mink\\Driver\\": "src/"
259                 }
260             },
261             "notification-url": "https://packagist.org/downloads/",
262             "license": [
263                 "MIT"
264             ],
265             "authors": [
266                 {
267                     "name": "Konstantin Kudryashov",
268                     "email": "ever.zet@gmail.com",
269                     "homepage": "http://everzet.com"
270                 }
271             ],
272             "description": "Symfony2 BrowserKit driver for Mink framework",
273             "homepage": "https://mink.behat.org/",
274             "keywords": [
275                 "Mink",
276                 "Symfony2",
277                 "browser",
278                 "testing"
279             ],
280             "support": {
281                 "issues": "https://github.com/minkphp/MinkBrowserKitDriver/issues",
282                 "source": "https://github.com/minkphp/MinkBrowserKitDriver/tree/v1.4.1"
283             },
284             "time": "2021-12-10T14:17:06+00:00"
285         },
286         {
287             "name": "behat/mink-goutte-driver",
288             "version": "v1.3.0",
289             "source": {
290                 "type": "git",
291                 "url": "https://github.com/minkphp/MinkGoutteDriver.git",
292                 "reference": "8139f520f417c81bf9d2f9a171fff400f6adc9ea"
293             },
294             "dist": {
295                 "type": "zip",
296                 "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8139f520f417c81bf9d2f9a171fff400f6adc9ea",
297                 "reference": "8139f520f417c81bf9d2f9a171fff400f6adc9ea",
298                 "shasum": ""
299             },
300             "require": {
301                 "behat/mink-browserkit-driver": "~1.2@dev",
302                 "fabpot/goutte": "~1.0.4|~2.0|~3.1",
303                 "php": ">=5.4"
304             },
305             "require-dev": {
306                 "mink/driver-testsuite": "dev-master"
307             },
308             "type": "mink-driver",
309             "extra": {
310                 "branch-alias": {
311                     "dev-master": "1.x-dev"
312                 }
313             },
314             "autoload": {
315                 "psr-4": {
316                     "Behat\\Mink\\Driver\\": "src/"
317                 }
318             },
319             "notification-url": "https://packagist.org/downloads/",
320             "license": [
321                 "MIT"
322             ],
323             "authors": [
324                 {
325                     "name": "Konstantin Kudryashov",
326                     "email": "ever.zet@gmail.com",
327                     "homepage": "http://everzet.com"
328                 }
329             ],
330             "description": "Goutte driver for Mink framework",
331             "homepage": "https://mink.behat.org/",
332             "keywords": [
333                 "browser",
334                 "goutte",
335                 "headless",
336                 "testing"
337             ],
338             "support": {
339                 "issues": "https://github.com/minkphp/MinkGoutteDriver/issues",
340                 "source": "https://github.com/minkphp/MinkGoutteDriver/tree/v1.3.0"
341             },
342             "time": "2021-10-12T11:35:46+00:00"
343         },
344         {
345             "name": "behat/transliterator",
346             "version": "v1.3.0",
347             "source": {
348                 "type": "git",
349                 "url": "https://github.com/Behat/Transliterator.git",
350                 "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc"
351             },
352             "dist": {
353                 "type": "zip",
354                 "url": "https://api.github.com/repos/Behat/Transliterator/zipball/3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc",
355                 "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc",
356                 "shasum": ""
357             },
358             "require": {
359                 "php": ">=5.3.3"
360             },
361             "require-dev": {
362                 "chuyskywalker/rolling-curl": "^3.1",
363                 "php-yaoi/php-yaoi": "^1.0",
364                 "phpunit/phpunit": "^4.8.36|^6.3"
365             },
366             "type": "library",
367             "extra": {
368                 "branch-alias": {
369                     "dev-master": "1.2-dev"
370                 }
371             },
372             "autoload": {
373                 "psr-4": {
374                     "Behat\\Transliterator\\": "src/Behat/Transliterator"
375                 }
376             },
377             "notification-url": "https://packagist.org/downloads/",
378             "license": [
379                 "Artistic-1.0"
380             ],
381             "description": "String transliterator",
382             "keywords": [
383                 "i18n",
384                 "slug",
385                 "transliterator"
386             ],
387             "support": {
388                 "issues": "https://github.com/Behat/Transliterator/issues",
389                 "source": "https://github.com/Behat/Transliterator/tree/v1.3.0"
390             },
391             "time": "2020-01-14T16:39:13+00:00"
392         },
393         {
394             "name": "doctrine/instantiator",
395             "version": "1.4.0",
396             "source": {
397                 "type": "git",
398                 "url": "https://github.com/doctrine/instantiator.git",
399                 "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
400             },
401             "dist": {
402                 "type": "zip",
403                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
404                 "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
405                 "shasum": ""
406             },
407             "require": {
408                 "php": "^7.1 || ^8.0"
409             },
410             "require-dev": {
411                 "doctrine/coding-standard": "^8.0",
412                 "ext-pdo": "*",
413                 "ext-phar": "*",
414                 "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
415                 "phpstan/phpstan": "^0.12",
416                 "phpstan/phpstan-phpunit": "^0.12",
417                 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
418             },
419             "type": "library",
420             "autoload": {
421                 "psr-4": {
422                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
423                 }
424             },
425             "notification-url": "https://packagist.org/downloads/",
426             "license": [
427                 "MIT"
428             ],
429             "authors": [
430                 {
431                     "name": "Marco Pivetta",
432                     "email": "ocramius@gmail.com",
433                     "homepage": "https://ocramius.github.io/"
434                 }
435             ],
436             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
437             "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
438             "keywords": [
439                 "constructor",
440                 "instantiate"
441             ],
442             "support": {
443                 "issues": "https://github.com/doctrine/instantiator/issues",
444                 "source": "https://github.com/doctrine/instantiator/tree/1.4.0"
445             },
446             "funding": [
447                 {
448                     "url": "https://www.doctrine-project.org/sponsorship.html",
449                     "type": "custom"
450                 },
451                 {
452                     "url": "https://www.patreon.com/phpdoctrine",
453                     "type": "patreon"
454                 },
455                 {
456                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
457                     "type": "tidelift"
458                 }
459             ],
460             "time": "2020-11-10T18:47:58+00:00"
461         },
462         {
463             "name": "fabpot/goutte",
464             "version": "v3.3.1",
465             "source": {
466                 "type": "git",
467                 "url": "https://github.com/FriendsOfPHP/Goutte.git",
468                 "reference": "80a23b64f44d54dd571d114c473d9d7e9ed84ca5"
469             },
470             "dist": {
471                 "type": "zip",
472                 "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/80a23b64f44d54dd571d114c473d9d7e9ed84ca5",
473                 "reference": "80a23b64f44d54dd571d114c473d9d7e9ed84ca5",
474                 "shasum": ""
475             },
476             "require": {
477                 "guzzlehttp/guzzle": "^6.0",
478                 "php": ">=7.1.3",
479                 "symfony/browser-kit": "^4.4|^5.0",
480                 "symfony/css-selector": "^4.4|^5.0",
481                 "symfony/dom-crawler": "^4.4|^5.0"
482             },
483             "require-dev": {
484                 "symfony/phpunit-bridge": "^5.0"
485             },
486             "type": "application",
487             "extra": {
488                 "branch-alias": {
489                     "dev-master": "3.3-dev"
490                 }
491             },
492             "autoload": {
493                 "psr-4": {
494                     "Goutte\\": "Goutte"
495                 },
496                 "exclude-from-classmap": [
497                     "Goutte/Tests"
498                 ]
499             },
500             "notification-url": "https://packagist.org/downloads/",
501             "license": [
502                 "MIT"
503             ],
504             "authors": [
505                 {
506                     "name": "Fabien Potencier",
507                     "email": "fabien@symfony.com"
508                 }
509             ],
510             "description": "A simple PHP Web Scraper",
511             "homepage": "https://github.com/FriendsOfPHP/Goutte",
512             "keywords": [
513                 "scraper"
514             ],
515             "support": {
516                 "issues": "https://github.com/FriendsOfPHP/Goutte/issues",
517                 "source": "https://github.com/FriendsOfPHP/Goutte/tree/v3.3.1"
518             },
519             "time": "2020-11-01T09:30:18+00:00"
520         },
521         {
522             "name": "friends-of-behat/mink-extension",
523             "version": "dev-master",
524             "source": {
525                 "type": "git",
526                 "url": "https://github.com/moodlehq/MinkExtension.git",
527                 "reference": "586ffcc1dc08ed23fcbc89cb16cb6f72d40499f3"
528             },
529             "dist": {
530                 "type": "zip",
531                 "url": "https://api.github.com/repos/moodlehq/MinkExtension/zipball/586ffcc1dc08ed23fcbc89cb16cb6f72d40499f3",
532                 "reference": "586ffcc1dc08ed23fcbc89cb16cb6f72d40499f3",
533                 "shasum": ""
534             },
535             "require": {
536                 "behat/behat": "^3.0.5",
537                 "behat/mink": "^1.5",
538                 "php": ">=7.2",
539                 "symfony/config": "^3.4 || ^4.4 || ^5.0"
540             },
541             "replace": {
542                 "behat/mink-extension": "self.version"
543             },
544             "require-dev": {
545                 "behat/mink-goutte-driver": "^1.1",
546                 "phpspec/phpspec": "^6.0 || ^7.0"
547             },
548             "default-branch": true,
549             "type": "behat-extension",
550             "extra": {
551                 "branch-alias": {
552                     "dev-master": "2.1.x-dev"
553                 }
554             },
555             "autoload": {
556                 "psr-0": {
557                     "Behat\\MinkExtension": "src/"
558                 }
559             },
560             "license": [
561                 "MIT"
562             ],
563             "authors": [
564                 {
565                     "name": "Konstantin Kudryashov",
566                     "email": "ever.zet@gmail.com"
567                 },
568                 {
569                     "name": "Christophe Coevoet",
570                     "email": "stof@notk.org"
571                 }
572             ],
573             "description": "Mink extension for Behat",
574             "homepage": "http://extensions.behat.org/mink",
575             "keywords": [
576                 "browser",
577                 "gui",
578                 "test",
579                 "web"
580             ],
581             "support": {
582                 "source": "https://github.com/moodlehq/MinkExtension/tree/master"
583             },
584             "time": "2021-05-18T13:04:16+00:00"
585         },
586         {
587             "name": "guzzlehttp/guzzle",
588             "version": "6.5.5",
589             "source": {
590                 "type": "git",
591                 "url": "https://github.com/guzzle/guzzle.git",
592                 "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
593             },
594             "dist": {
595                 "type": "zip",
596                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
597                 "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
598                 "shasum": ""
599             },
600             "require": {
601                 "ext-json": "*",
602                 "guzzlehttp/promises": "^1.0",
603                 "guzzlehttp/psr7": "^1.6.1",
604                 "php": ">=5.5",
605                 "symfony/polyfill-intl-idn": "^1.17.0"
606             },
607             "require-dev": {
608                 "ext-curl": "*",
609                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
610                 "psr/log": "^1.1"
611             },
612             "suggest": {
613                 "psr/log": "Required for using the Log middleware"
614             },
615             "type": "library",
616             "extra": {
617                 "branch-alias": {
618                     "dev-master": "6.5-dev"
619                 }
620             },
621             "autoload": {
622                 "psr-4": {
623                     "GuzzleHttp\\": "src/"
624                 },
625                 "files": [
626                     "src/functions_include.php"
627                 ]
628             },
629             "notification-url": "https://packagist.org/downloads/",
630             "license": [
631                 "MIT"
632             ],
633             "authors": [
634                 {
635                     "name": "Michael Dowling",
636                     "email": "mtdowling@gmail.com",
637                     "homepage": "https://github.com/mtdowling"
638                 }
639             ],
640             "description": "Guzzle is a PHP HTTP client library",
641             "homepage": "http://guzzlephp.org/",
642             "keywords": [
643                 "client",
644                 "curl",
645                 "framework",
646                 "http",
647                 "http client",
648                 "rest",
649                 "web service"
650             ],
651             "support": {
652                 "issues": "https://github.com/guzzle/guzzle/issues",
653                 "source": "https://github.com/guzzle/guzzle/tree/6.5"
654             },
655             "time": "2020-06-16T21:01:06+00:00"
656         },
657         {
658             "name": "guzzlehttp/promises",
659             "version": "1.5.1",
660             "source": {
661                 "type": "git",
662                 "url": "https://github.com/guzzle/promises.git",
663                 "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
664             },
665             "dist": {
666                 "type": "zip",
667                 "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
668                 "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
669                 "shasum": ""
670             },
671             "require": {
672                 "php": ">=5.5"
673             },
674             "require-dev": {
675                 "symfony/phpunit-bridge": "^4.4 || ^5.1"
676             },
677             "type": "library",
678             "extra": {
679                 "branch-alias": {
680                     "dev-master": "1.5-dev"
681                 }
682             },
683             "autoload": {
684                 "psr-4": {
685                     "GuzzleHttp\\Promise\\": "src/"
686                 },
687                 "files": [
688                     "src/functions_include.php"
689                 ]
690             },
691             "notification-url": "https://packagist.org/downloads/",
692             "license": [
693                 "MIT"
694             ],
695             "authors": [
696                 {
697                     "name": "Graham Campbell",
698                     "email": "hello@gjcampbell.co.uk",
699                     "homepage": "https://github.com/GrahamCampbell"
700                 },
701                 {
702                     "name": "Michael Dowling",
703                     "email": "mtdowling@gmail.com",
704                     "homepage": "https://github.com/mtdowling"
705                 },
706                 {
707                     "name": "Tobias Nyholm",
708                     "email": "tobias.nyholm@gmail.com",
709                     "homepage": "https://github.com/Nyholm"
710                 },
711                 {
712                     "name": "Tobias Schultze",
713                     "email": "webmaster@tubo-world.de",
714                     "homepage": "https://github.com/Tobion"
715                 }
716             ],
717             "description": "Guzzle promises library",
718             "keywords": [
719                 "promise"
720             ],
721             "support": {
722                 "issues": "https://github.com/guzzle/promises/issues",
723                 "source": "https://github.com/guzzle/promises/tree/1.5.1"
724             },
725             "funding": [
726                 {
727                     "url": "https://github.com/GrahamCampbell",
728                     "type": "github"
729                 },
730                 {
731                     "url": "https://github.com/Nyholm",
732                     "type": "github"
733                 },
734                 {
735                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
736                     "type": "tidelift"
737                 }
738             ],
739             "time": "2021-10-22T20:56:57+00:00"
740         },
741         {
742             "name": "guzzlehttp/psr7",
743             "version": "1.8.3",
744             "source": {
745                 "type": "git",
746                 "url": "https://github.com/guzzle/psr7.git",
747                 "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85"
748             },
749             "dist": {
750                 "type": "zip",
751                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/1afdd860a2566ed3c2b0b4a3de6e23434a79ec85",
752                 "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85",
753                 "shasum": ""
754             },
755             "require": {
756                 "php": ">=5.4.0",
757                 "psr/http-message": "~1.0",
758                 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
759             },
760             "provide": {
761                 "psr/http-message-implementation": "1.0"
762             },
763             "require-dev": {
764                 "ext-zlib": "*",
765                 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
766             },
767             "suggest": {
768                 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
769             },
770             "type": "library",
771             "extra": {
772                 "branch-alias": {
773                     "dev-master": "1.7-dev"
774                 }
775             },
776             "autoload": {
777                 "psr-4": {
778                     "GuzzleHttp\\Psr7\\": "src/"
779                 },
780                 "files": [
781                     "src/functions_include.php"
782                 ]
783             },
784             "notification-url": "https://packagist.org/downloads/",
785             "license": [
786                 "MIT"
787             ],
788             "authors": [
789                 {
790                     "name": "Graham Campbell",
791                     "email": "hello@gjcampbell.co.uk",
792                     "homepage": "https://github.com/GrahamCampbell"
793                 },
794                 {
795                     "name": "Michael Dowling",
796                     "email": "mtdowling@gmail.com",
797                     "homepage": "https://github.com/mtdowling"
798                 },
799                 {
800                     "name": "George Mponos",
801                     "email": "gmponos@gmail.com",
802                     "homepage": "https://github.com/gmponos"
803                 },
804                 {
805                     "name": "Tobias Nyholm",
806                     "email": "tobias.nyholm@gmail.com",
807                     "homepage": "https://github.com/Nyholm"
808                 },
809                 {
810                     "name": "Márk Sági-Kazár",
811                     "email": "mark.sagikazar@gmail.com",
812                     "homepage": "https://github.com/sagikazarmark"
813                 },
814                 {
815                     "name": "Tobias Schultze",
816                     "email": "webmaster@tubo-world.de",
817                     "homepage": "https://github.com/Tobion"
818                 }
819             ],
820             "description": "PSR-7 message implementation that also provides common utility methods",
821             "keywords": [
822                 "http",
823                 "message",
824                 "psr-7",
825                 "request",
826                 "response",
827                 "stream",
828                 "uri",
829                 "url"
830             ],
831             "support": {
832                 "issues": "https://github.com/guzzle/psr7/issues",
833                 "source": "https://github.com/guzzle/psr7/tree/1.8.3"
834             },
835             "funding": [
836                 {
837                     "url": "https://github.com/GrahamCampbell",
838                     "type": "github"
839                 },
840                 {
841                     "url": "https://github.com/Nyholm",
842                     "type": "github"
843                 },
844                 {
845                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
846                     "type": "tidelift"
847                 }
848             ],
849             "time": "2021-10-05T13:56:00+00:00"
850         },
851         {
852             "name": "mikey179/vfsstream",
853             "version": "v1.6.10",
854             "source": {
855                 "type": "git",
856                 "url": "https://github.com/bovigo/vfsStream.git",
857                 "reference": "250c0825537d501e327df879fb3d4cd751933b85"
858             },
859             "dist": {
860                 "type": "zip",
861                 "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/250c0825537d501e327df879fb3d4cd751933b85",
862                 "reference": "250c0825537d501e327df879fb3d4cd751933b85",
863                 "shasum": ""
864             },
865             "require": {
866                 "php": ">=5.3.0"
867             },
868             "require-dev": {
869                 "phpunit/phpunit": "^4.5|^5.0"
870             },
871             "type": "library",
872             "extra": {
873                 "branch-alias": {
874                     "dev-master": "1.6.x-dev"
875                 }
876             },
877             "autoload": {
878                 "psr-0": {
879                     "org\\bovigo\\vfs\\": "src/main/php"
880                 }
881             },
882             "notification-url": "https://packagist.org/downloads/",
883             "license": [
884                 "BSD-3-Clause"
885             ],
886             "authors": [
887                 {
888                     "name": "Frank Kleine",
889                     "homepage": "http://frankkleine.de/",
890                     "role": "Developer"
891                 }
892             ],
893             "description": "Virtual file system to mock the real file system in unit tests.",
894             "homepage": "http://vfs.bovigo.org/",
895             "support": {
896                 "issues": "https://github.com/bovigo/vfsStream/issues",
897                 "source": "https://github.com/bovigo/vfsStream/tree/master",
898                 "wiki": "https://github.com/bovigo/vfsStream/wiki"
899             },
900             "time": "2021-09-25T08:05:01+00:00"
901         },
902         {
903             "name": "myclabs/deep-copy",
904             "version": "1.10.2",
905             "source": {
906                 "type": "git",
907                 "url": "https://github.com/myclabs/DeepCopy.git",
908                 "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
909             },
910             "dist": {
911                 "type": "zip",
912                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
913                 "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
914                 "shasum": ""
915             },
916             "require": {
917                 "php": "^7.1 || ^8.0"
918             },
919             "require-dev": {
920                 "doctrine/collections": "^1.0",
921                 "doctrine/common": "^2.6",
922                 "phpunit/phpunit": "^7.1"
923             },
924             "type": "library",
925             "autoload": {
926                 "psr-4": {
927                     "DeepCopy\\": "src/DeepCopy/"
928                 },
929                 "files": [
930                     "src/DeepCopy/deep_copy.php"
931                 ]
932             },
933             "notification-url": "https://packagist.org/downloads/",
934             "license": [
935                 "MIT"
936             ],
937             "description": "Create deep copies (clones) of your objects",
938             "keywords": [
939                 "clone",
940                 "copy",
941                 "duplicate",
942                 "object",
943                 "object graph"
944             ],
945             "support": {
946                 "issues": "https://github.com/myclabs/DeepCopy/issues",
947                 "source": "https://github.com/myclabs/DeepCopy/tree/1.10.2"
948             },
949             "funding": [
950                 {
951                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
952                     "type": "tidelift"
953                 }
954             ],
955             "time": "2020-11-13T09:40:50+00:00"
956         },
957         {
958             "name": "nikic/php-parser",
959             "version": "v4.13.2",
960             "source": {
961                 "type": "git",
962                 "url": "https://github.com/nikic/PHP-Parser.git",
963                 "reference": "210577fe3cf7badcc5814d99455df46564f3c077"
964             },
965             "dist": {
966                 "type": "zip",
967                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/210577fe3cf7badcc5814d99455df46564f3c077",
968                 "reference": "210577fe3cf7badcc5814d99455df46564f3c077",
969                 "shasum": ""
970             },
971             "require": {
972                 "ext-tokenizer": "*",
973                 "php": ">=7.0"
974             },
975             "require-dev": {
976                 "ircmaxell/php-yacc": "^0.0.7",
977                 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
978             },
979             "bin": [
980                 "bin/php-parse"
981             ],
982             "type": "library",
983             "extra": {
984                 "branch-alias": {
985                     "dev-master": "4.9-dev"
986                 }
987             },
988             "autoload": {
989                 "psr-4": {
990                     "PhpParser\\": "lib/PhpParser"
991                 }
992             },
993             "notification-url": "https://packagist.org/downloads/",
994             "license": [
995                 "BSD-3-Clause"
996             ],
997             "authors": [
998                 {
999                     "name": "Nikita Popov"
1000                 }
1001             ],
1002             "description": "A PHP parser written in PHP",
1003             "keywords": [
1004                 "parser",
1005                 "php"
1006             ],
1007             "support": {
1008                 "issues": "https://github.com/nikic/PHP-Parser/issues",
1009                 "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.2"
1010             },
1011             "time": "2021-11-30T19:35:32+00:00"
1012         },
1013         {
1014             "name": "oleg-andreyev/mink-phpwebdriver",
1015             "version": "v1.0.1",
1016             "source": {
1017                 "type": "git",
1018                 "url": "https://github.com/oleg-andreyev/MinkPhpWebDriver.git",
1019                 "reference": "66207ad04b45ad4348dd68ab2a918da2875ae46f"
1020             },
1021             "dist": {
1022                 "type": "zip",
1023                 "url": "https://api.github.com/repos/oleg-andreyev/MinkPhpWebDriver/zipball/66207ad04b45ad4348dd68ab2a918da2875ae46f",
1024                 "reference": "66207ad04b45ad4348dd68ab2a918da2875ae46f",
1025                 "shasum": ""
1026             },
1027             "require": {
1028                 "behat/mink": "^1.8",
1029                 "php": ">=7.2",
1030                 "php-webdriver/webdriver": "^1.8"
1031             },
1032             "require-dev": {
1033                 "behat/mink-extension": "^2.3",
1034                 "ext-json": "*",
1035                 "mink/driver-testsuite": "dev-integration-branch",
1036                 "roave/security-advisories": "dev-master",
1037                 "symfony/phpunit-bridge": "^5.2"
1038             },
1039             "type": "mink-driver",
1040             "extra": {
1041                 "branch-alias": {
1042                     "dev-master": "1.0.x-dev"
1043                 }
1044             },
1045             "autoload": {
1046                 "psr-4": {
1047                     "OAndreyev\\Mink\\Driver\\": "src/"
1048                 }
1049             },
1050             "notification-url": "https://packagist.org/downloads/",
1051             "license": [
1052                 "MIT"
1053             ],
1054             "authors": [
1055                 {
1056                     "name": "Oleg Andreyev",
1057                     "email": "oleg@andreyev.lv",
1058                     "role": "Main Developer"
1059                 }
1060             ],
1061             "description": "MinkPhpWebDriver driver for Mink framework",
1062             "keywords": [
1063                 "W3C",
1064                 "ajax",
1065                 "browser",
1066                 "javascript",
1067                 "jsonwire",
1068                 "testing",
1069                 "webdriver"
1070             ],
1071             "support": {
1072                 "issues": "https://github.com/oleg-andreyev/MinkPhpWebDriver/issues",
1073                 "source": "https://github.com/oleg-andreyev/MinkPhpWebDriver/tree/v1.0.1"
1074             },
1075             "time": "2021-01-30T23:07:29+00:00"
1076         },
1077         {
1078             "name": "phar-io/manifest",
1079             "version": "2.0.3",
1080             "source": {
1081                 "type": "git",
1082                 "url": "https://github.com/phar-io/manifest.git",
1083                 "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
1084             },
1085             "dist": {
1086                 "type": "zip",
1087                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
1088                 "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
1089                 "shasum": ""
1090             },
1091             "require": {
1092                 "ext-dom": "*",
1093                 "ext-phar": "*",
1094                 "ext-xmlwriter": "*",
1095                 "phar-io/version": "^3.0.1",
1096                 "php": "^7.2 || ^8.0"
1097             },
1098             "type": "library",
1099             "extra": {
1100                 "branch-alias": {
1101                     "dev-master": "2.0.x-dev"
1102                 }
1103             },
1104             "autoload": {
1105                 "classmap": [
1106                     "src/"
1107                 ]
1108             },
1109             "notification-url": "https://packagist.org/downloads/",
1110             "license": [
1111                 "BSD-3-Clause"
1112             ],
1113             "authors": [
1114                 {
1115                     "name": "Arne Blankerts",
1116                     "email": "arne@blankerts.de",
1117                     "role": "Developer"
1118                 },
1119                 {
1120                     "name": "Sebastian Heuer",
1121                     "email": "sebastian@phpeople.de",
1122                     "role": "Developer"
1123                 },
1124                 {
1125                     "name": "Sebastian Bergmann",
1126                     "email": "sebastian@phpunit.de",
1127                     "role": "Developer"
1128                 }
1129             ],
1130             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
1131             "support": {
1132                 "issues": "https://github.com/phar-io/manifest/issues",
1133                 "source": "https://github.com/phar-io/manifest/tree/2.0.3"
1134             },
1135             "time": "2021-07-20T11:28:43+00:00"
1136         },
1137         {
1138             "name": "phar-io/version",
1139             "version": "3.1.0",
1140             "source": {
1141                 "type": "git",
1142                 "url": "https://github.com/phar-io/version.git",
1143                 "reference": "bae7c545bef187884426f042434e561ab1ddb182"
1144             },
1145             "dist": {
1146                 "type": "zip",
1147                 "url": "https://api.github.com/repos/phar-io/version/zipball/bae7c545bef187884426f042434e561ab1ddb182",
1148                 "reference": "bae7c545bef187884426f042434e561ab1ddb182",
1149                 "shasum": ""
1150             },
1151             "require": {
1152                 "php": "^7.2 || ^8.0"
1153             },
1154             "type": "library",
1155             "autoload": {
1156                 "classmap": [
1157                     "src/"
1158                 ]
1159             },
1160             "notification-url": "https://packagist.org/downloads/",
1161             "license": [
1162                 "BSD-3-Clause"
1163             ],
1164             "authors": [
1165                 {
1166                     "name": "Arne Blankerts",
1167                     "email": "arne@blankerts.de",
1168                     "role": "Developer"
1169                 },
1170                 {
1171                     "name": "Sebastian Heuer",
1172                     "email": "sebastian@phpeople.de",
1173                     "role": "Developer"
1174                 },
1175                 {
1176                     "name": "Sebastian Bergmann",
1177                     "email": "sebastian@phpunit.de",
1178                     "role": "Developer"
1179                 }
1180             ],
1181             "description": "Library for handling version information and constraints",
1182             "support": {
1183                 "issues": "https://github.com/phar-io/version/issues",
1184                 "source": "https://github.com/phar-io/version/tree/3.1.0"
1185             },
1186             "time": "2021-02-23T14:00:09+00:00"
1187         },
1188         {
1189             "name": "php-webdriver/webdriver",
1190             "version": "1.12.0",
1191             "source": {
1192                 "type": "git",
1193                 "url": "https://github.com/php-webdriver/php-webdriver.git",
1194                 "reference": "99d4856ed7dffcdf6a52eccd6551e83d8d557ceb"
1195             },
1196             "dist": {
1197                 "type": "zip",
1198                 "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/99d4856ed7dffcdf6a52eccd6551e83d8d557ceb",
1199                 "reference": "99d4856ed7dffcdf6a52eccd6551e83d8d557ceb",
1200                 "shasum": ""
1201             },
1202             "require": {
1203                 "ext-curl": "*",
1204                 "ext-json": "*",
1205                 "ext-zip": "*",
1206                 "php": "^5.6 || ~7.0 || ^8.0",
1207                 "symfony/polyfill-mbstring": "^1.12",
1208                 "symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0 || ^6.0"
1209             },
1210             "replace": {
1211                 "facebook/webdriver": "*"
1212             },
1213             "require-dev": {
1214                 "ondram/ci-detector": "^2.1 || ^3.5 || ^4.0",
1215                 "php-coveralls/php-coveralls": "^2.4",
1216                 "php-mock/php-mock-phpunit": "^1.1 || ^2.0",
1217                 "php-parallel-lint/php-parallel-lint": "^1.2",
1218                 "phpunit/phpunit": "^5.7 || ^7 || ^8 || ^9",
1219                 "squizlabs/php_codesniffer": "^3.5",
1220                 "symfony/var-dumper": "^3.3 || ^4.0 || ^5.0 || ^6.0"
1221             },
1222             "suggest": {
1223                 "ext-SimpleXML": "For Firefox profile creation"
1224             },
1225             "type": "library",
1226             "autoload": {
1227                 "psr-4": {
1228                     "Facebook\\WebDriver\\": "lib/"
1229                 },
1230                 "files": [
1231                     "lib/Exception/TimeoutException.php"
1232                 ]
1233             },
1234             "notification-url": "https://packagist.org/downloads/",
1235             "license": [
1236                 "MIT"
1237             ],
1238             "description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.",
1239             "homepage": "https://github.com/php-webdriver/php-webdriver",
1240             "keywords": [
1241                 "Chromedriver",
1242                 "geckodriver",
1243                 "php",
1244                 "selenium",
1245                 "webdriver"
1246             ],
1247             "support": {
1248                 "issues": "https://github.com/php-webdriver/php-webdriver/issues",
1249                 "source": "https://github.com/php-webdriver/php-webdriver/tree/1.12.0"
1250             },
1251             "time": "2021-10-14T09:30:02+00:00"
1252         },
1253         {
1254             "name": "phpdocumentor/reflection-common",
1255             "version": "2.2.0",
1256             "source": {
1257                 "type": "git",
1258                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
1259                 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
1260             },
1261             "dist": {
1262                 "type": "zip",
1263                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
1264                 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
1265                 "shasum": ""
1266             },
1267             "require": {
1268                 "php": "^7.2 || ^8.0"
1269             },
1270             "type": "library",
1271             "extra": {
1272                 "branch-alias": {
1273                     "dev-2.x": "2.x-dev"
1274                 }
1275             },
1276             "autoload": {
1277                 "psr-4": {
1278                     "phpDocumentor\\Reflection\\": "src/"
1279                 }
1280             },
1281             "notification-url": "https://packagist.org/downloads/",
1282             "license": [
1283                 "MIT"
1284             ],
1285             "authors": [
1286                 {
1287                     "name": "Jaap van Otterdijk",
1288                     "email": "opensource@ijaap.nl"
1289                 }
1290             ],
1291             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
1292             "homepage": "http://www.phpdoc.org",
1293             "keywords": [
1294                 "FQSEN",
1295                 "phpDocumentor",
1296                 "phpdoc",
1297                 "reflection",
1298                 "static analysis"
1299             ],
1300             "support": {
1301                 "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
1302                 "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
1303             },
1304             "time": "2020-06-27T09:03:43+00:00"
1305         },
1306         {
1307             "name": "phpdocumentor/reflection-docblock",
1308             "version": "5.3.0",
1309             "source": {
1310                 "type": "git",
1311                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1312                 "reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
1313             },
1314             "dist": {
1315                 "type": "zip",
1316                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
1317                 "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
1318                 "shasum": ""
1319             },
1320             "require": {
1321                 "ext-filter": "*",
1322                 "php": "^7.2 || ^8.0",
1323                 "phpdocumentor/reflection-common": "^2.2",
1324                 "phpdocumentor/type-resolver": "^1.3",
1325                 "webmozart/assert": "^1.9.1"
1326             },
1327             "require-dev": {
1328                 "mockery/mockery": "~1.3.2",
1329                 "psalm/phar": "^4.8"
1330             },
1331             "type": "library",
1332             "extra": {
1333                 "branch-alias": {
1334                     "dev-master": "5.x-dev"
1335                 }
1336             },
1337             "autoload": {
1338                 "psr-4": {
1339                     "phpDocumentor\\Reflection\\": "src"
1340                 }
1341             },
1342             "notification-url": "https://packagist.org/downloads/",
1343             "license": [
1344                 "MIT"
1345             ],
1346             "authors": [
1347                 {
1348                     "name": "Mike van Riel",
1349                     "email": "me@mikevanriel.com"
1350                 },
1351                 {
1352                     "name": "Jaap van Otterdijk",
1353                     "email": "account@ijaap.nl"
1354                 }
1355             ],
1356             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1357             "support": {
1358                 "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
1359                 "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
1360             },
1361             "time": "2021-10-19T17:43:47+00:00"
1362         },
1363         {
1364             "name": "phpdocumentor/type-resolver",
1365             "version": "1.5.1",
1366             "source": {
1367                 "type": "git",
1368                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
1369                 "reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae"
1370             },
1371             "dist": {
1372                 "type": "zip",
1373                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/a12f7e301eb7258bb68acd89d4aefa05c2906cae",
1374                 "reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae",
1375                 "shasum": ""
1376             },
1377             "require": {
1378                 "php": "^7.2 || ^8.0",
1379                 "phpdocumentor/reflection-common": "^2.0"
1380             },
1381             "require-dev": {
1382                 "ext-tokenizer": "*",
1383                 "psalm/phar": "^4.8"
1384             },
1385             "type": "library",
1386             "extra": {
1387                 "branch-alias": {
1388                     "dev-1.x": "1.x-dev"
1389                 }
1390             },
1391             "autoload": {
1392                 "psr-4": {
1393                     "phpDocumentor\\Reflection\\": "src"
1394                 }
1395             },
1396             "notification-url": "https://packagist.org/downloads/",
1397             "license": [
1398                 "MIT"
1399             ],
1400             "authors": [
1401                 {
1402                     "name": "Mike van Riel",
1403                     "email": "me@mikevanriel.com"
1404                 }
1405             ],
1406             "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
1407             "support": {
1408                 "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
1409                 "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.5.1"
1410             },
1411             "time": "2021-10-02T14:08:47+00:00"
1412         },
1413         {
1414             "name": "phpspec/prophecy",
1415             "version": "v1.15.0",
1416             "source": {
1417                 "type": "git",
1418                 "url": "https://github.com/phpspec/prophecy.git",
1419                 "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13"
1420             },
1421             "dist": {
1422                 "type": "zip",
1423                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
1424                 "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
1425                 "shasum": ""
1426             },
1427             "require": {
1428                 "doctrine/instantiator": "^1.2",
1429                 "php": "^7.2 || ~8.0, <8.2",
1430                 "phpdocumentor/reflection-docblock": "^5.2",
1431                 "sebastian/comparator": "^3.0 || ^4.0",
1432                 "sebastian/recursion-context": "^3.0 || ^4.0"
1433             },
1434             "require-dev": {
1435                 "phpspec/phpspec": "^6.0 || ^7.0",
1436                 "phpunit/phpunit": "^8.0 || ^9.0"
1437             },
1438             "type": "library",
1439             "extra": {
1440                 "branch-alias": {
1441                     "dev-master": "1.x-dev"
1442                 }
1443             },
1444             "autoload": {
1445                 "psr-4": {
1446                     "Prophecy\\": "src/Prophecy"
1447                 }
1448             },
1449             "notification-url": "https://packagist.org/downloads/",
1450             "license": [
1451                 "MIT"
1452             ],
1453             "authors": [
1454                 {
1455                     "name": "Konstantin Kudryashov",
1456                     "email": "ever.zet@gmail.com",
1457                     "homepage": "http://everzet.com"
1458                 },
1459                 {
1460                     "name": "Marcello Duarte",
1461                     "email": "marcello.duarte@gmail.com"
1462                 }
1463             ],
1464             "description": "Highly opinionated mocking framework for PHP 5.3+",
1465             "homepage": "https://github.com/phpspec/prophecy",
1466             "keywords": [
1467                 "Double",
1468                 "Dummy",
1469                 "fake",
1470                 "mock",
1471                 "spy",
1472                 "stub"
1473             ],
1474             "support": {
1475                 "issues": "https://github.com/phpspec/prophecy/issues",
1476                 "source": "https://github.com/phpspec/prophecy/tree/v1.15.0"
1477             },
1478             "time": "2021-12-08T12:19:24+00:00"
1479         },
1480         {
1481             "name": "phpunit/php-code-coverage",
1482             "version": "9.2.10",
1483             "source": {
1484                 "type": "git",
1485                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1486                 "reference": "d5850aaf931743067f4bfc1ae4cbd06468400687"
1487             },
1488             "dist": {
1489                 "type": "zip",
1490                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/d5850aaf931743067f4bfc1ae4cbd06468400687",
1491                 "reference": "d5850aaf931743067f4bfc1ae4cbd06468400687",
1492                 "shasum": ""
1493             },
1494             "require": {
1495                 "ext-dom": "*",
1496                 "ext-libxml": "*",
1497                 "ext-xmlwriter": "*",
1498                 "nikic/php-parser": "^4.13.0",
1499                 "php": ">=7.3",
1500                 "phpunit/php-file-iterator": "^3.0.3",
1501                 "phpunit/php-text-template": "^2.0.2",
1502                 "sebastian/code-unit-reverse-lookup": "^2.0.2",
1503                 "sebastian/complexity": "^2.0",
1504                 "sebastian/environment": "^5.1.2",
1505                 "sebastian/lines-of-code": "^1.0.3",
1506                 "sebastian/version": "^3.0.1",
1507                 "theseer/tokenizer": "^1.2.0"
1508             },
1509             "require-dev": {
1510                 "phpunit/phpunit": "^9.3"
1511             },
1512             "suggest": {
1513                 "ext-pcov": "*",
1514                 "ext-xdebug": "*"
1515             },
1516             "type": "library",
1517             "extra": {
1518                 "branch-alias": {
1519                     "dev-master": "9.2-dev"
1520                 }
1521             },
1522             "autoload": {
1523                 "classmap": [
1524                     "src/"
1525                 ]
1526             },
1527             "notification-url": "https://packagist.org/downloads/",
1528             "license": [
1529                 "BSD-3-Clause"
1530             ],
1531             "authors": [
1532                 {
1533                     "name": "Sebastian Bergmann",
1534                     "email": "sebastian@phpunit.de",
1535                     "role": "lead"
1536                 }
1537             ],
1538             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1539             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1540             "keywords": [
1541                 "coverage",
1542                 "testing",
1543                 "xunit"
1544             ],
1545             "support": {
1546                 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
1547                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.10"
1548             },
1549             "funding": [
1550                 {
1551                     "url": "https://github.com/sebastianbergmann",
1552                     "type": "github"
1553                 }
1554             ],
1555             "time": "2021-12-05T09:12:13+00:00"
1556         },
1557         {
1558             "name": "phpunit/php-file-iterator",
1559             "version": "3.0.6",
1560             "source": {
1561                 "type": "git",
1562                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1563                 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
1564             },
1565             "dist": {
1566                 "type": "zip",
1567                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
1568                 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
1569                 "shasum": ""
1570             },
1571             "require": {
1572                 "php": ">=7.3"
1573             },
1574             "require-dev": {
1575                 "phpunit/phpunit": "^9.3"
1576             },
1577             "type": "library",
1578             "extra": {
1579                 "branch-alias": {
1580                     "dev-master": "3.0-dev"
1581                 }
1582             },
1583             "autoload": {
1584                 "classmap": [
1585                     "src/"
1586                 ]
1587             },
1588             "notification-url": "https://packagist.org/downloads/",
1589             "license": [
1590                 "BSD-3-Clause"
1591             ],
1592             "authors": [
1593                 {
1594                     "name": "Sebastian Bergmann",
1595                     "email": "sebastian@phpunit.de",
1596                     "role": "lead"
1597                 }
1598             ],
1599             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1600             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1601             "keywords": [
1602                 "filesystem",
1603                 "iterator"
1604             ],
1605             "support": {
1606                 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
1607                 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
1608             },
1609             "funding": [
1610                 {
1611                     "url": "https://github.com/sebastianbergmann",
1612                     "type": "github"
1613                 }
1614             ],
1615             "time": "2021-12-02T12:48:52+00:00"
1616         },
1617         {
1618             "name": "phpunit/php-invoker",
1619             "version": "3.1.1",
1620             "source": {
1621                 "type": "git",
1622                 "url": "https://github.com/sebastianbergmann/php-invoker.git",
1623                 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
1624             },
1625             "dist": {
1626                 "type": "zip",
1627                 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
1628                 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
1629                 "shasum": ""
1630             },
1631             "require": {
1632                 "php": ">=7.3"
1633             },
1634             "require-dev": {
1635                 "ext-pcntl": "*",
1636                 "phpunit/phpunit": "^9.3"
1637             },
1638             "suggest": {
1639                 "ext-pcntl": "*"
1640             },
1641             "type": "library",
1642             "extra": {
1643                 "branch-alias": {
1644                     "dev-master": "3.1-dev"
1645                 }
1646             },
1647             "autoload": {
1648                 "classmap": [
1649                     "src/"
1650                 ]
1651             },
1652             "notification-url": "https://packagist.org/downloads/",
1653             "license": [
1654                 "BSD-3-Clause"
1655             ],
1656             "authors": [
1657                 {
1658                     "name": "Sebastian Bergmann",
1659                     "email": "sebastian@phpunit.de",
1660                     "role": "lead"
1661                 }
1662             ],
1663             "description": "Invoke callables with a timeout",
1664             "homepage": "https://github.com/sebastianbergmann/php-invoker/",
1665             "keywords": [
1666                 "process"
1667             ],
1668             "support": {
1669                 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
1670                 "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
1671             },
1672             "funding": [
1673                 {
1674                     "url": "https://github.com/sebastianbergmann",
1675                     "type": "github"
1676                 }
1677             ],
1678             "time": "2020-09-28T05:58:55+00:00"
1679         },
1680         {
1681             "name": "phpunit/php-text-template",
1682             "version": "2.0.4",
1683             "source": {
1684                 "type": "git",
1685                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
1686                 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
1687             },
1688             "dist": {
1689                 "type": "zip",
1690                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
1691                 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
1692                 "shasum": ""
1693             },
1694             "require": {
1695                 "php": ">=7.3"
1696             },
1697             "require-dev": {
1698                 "phpunit/phpunit": "^9.3"
1699             },
1700             "type": "library",
1701             "extra": {
1702                 "branch-alias": {
1703                     "dev-master": "2.0-dev"
1704                 }
1705             },
1706             "autoload": {
1707                 "classmap": [
1708                     "src/"
1709                 ]
1710             },
1711             "notification-url": "https://packagist.org/downloads/",
1712             "license": [
1713                 "BSD-3-Clause"
1714             ],
1715             "authors": [
1716                 {
1717                     "name": "Sebastian Bergmann",
1718                     "email": "sebastian@phpunit.de",
1719                     "role": "lead"
1720                 }
1721             ],
1722             "description": "Simple template engine.",
1723             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1724             "keywords": [
1725                 "template"
1726             ],
1727             "support": {
1728                 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
1729                 "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
1730             },
1731             "funding": [
1732                 {
1733                     "url": "https://github.com/sebastianbergmann",
1734                     "type": "github"
1735                 }
1736             ],
1737             "time": "2020-10-26T05:33:50+00:00"
1738         },
1739         {
1740             "name": "phpunit/php-timer",
1741             "version": "5.0.3",
1742             "source": {
1743                 "type": "git",
1744                 "url": "https://github.com/sebastianbergmann/php-timer.git",
1745                 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
1746             },
1747             "dist": {
1748                 "type": "zip",
1749                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
1750                 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
1751                 "shasum": ""
1752             },
1753             "require": {
1754                 "php": ">=7.3"
1755             },
1756             "require-dev": {
1757                 "phpunit/phpunit": "^9.3"
1758             },
1759             "type": "library",
1760             "extra": {
1761                 "branch-alias": {
1762                     "dev-master": "5.0-dev"
1763                 }
1764             },
1765             "autoload": {
1766                 "classmap": [
1767                     "src/"
1768                 ]
1769             },
1770             "notification-url": "https://packagist.org/downloads/",
1771             "license": [
1772                 "BSD-3-Clause"
1773             ],
1774             "authors": [
1775                 {
1776                     "name": "Sebastian Bergmann",
1777                     "email": "sebastian@phpunit.de",
1778                     "role": "lead"
1779                 }
1780             ],
1781             "description": "Utility class for timing",
1782             "homepage": "https://github.com/sebastianbergmann/php-timer/",
1783             "keywords": [
1784                 "timer"
1785             ],
1786             "support": {
1787                 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
1788                 "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
1789             },
1790             "funding": [
1791                 {
1792                     "url": "https://github.com/sebastianbergmann",
1793                     "type": "github"
1794                 }
1795             ],
1796             "time": "2020-10-26T13:16:10+00:00"
1797         },
1798         {
1799             "name": "phpunit/phpunit",
1800             "version": "9.5.11",
1801             "source": {
1802                 "type": "git",
1803                 "url": "https://github.com/sebastianbergmann/phpunit.git",
1804                 "reference": "2406855036db1102126125537adb1406f7242fdd"
1805             },
1806             "dist": {
1807                 "type": "zip",
1808                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2406855036db1102126125537adb1406f7242fdd",
1809                 "reference": "2406855036db1102126125537adb1406f7242fdd",
1810                 "shasum": ""
1811             },
1812             "require": {
1813                 "doctrine/instantiator": "^1.3.1",
1814                 "ext-dom": "*",
1815                 "ext-json": "*",
1816                 "ext-libxml": "*",
1817                 "ext-mbstring": "*",
1818                 "ext-xml": "*",
1819                 "ext-xmlwriter": "*",
1820                 "myclabs/deep-copy": "^1.10.1",
1821                 "phar-io/manifest": "^2.0.3",
1822                 "phar-io/version": "^3.0.2",
1823                 "php": ">=7.3",
1824                 "phpspec/prophecy": "^1.12.1",
1825                 "phpunit/php-code-coverage": "^9.2.7",
1826                 "phpunit/php-file-iterator": "^3.0.5",
1827                 "phpunit/php-invoker": "^3.1.1",
1828                 "phpunit/php-text-template": "^2.0.3",
1829                 "phpunit/php-timer": "^5.0.2",
1830                 "sebastian/cli-parser": "^1.0.1",
1831                 "sebastian/code-unit": "^1.0.6",
1832                 "sebastian/comparator": "^4.0.5",
1833                 "sebastian/diff": "^4.0.3",
1834                 "sebastian/environment": "^5.1.3",
1835                 "sebastian/exporter": "^4.0.3",
1836                 "sebastian/global-state": "^5.0.1",
1837                 "sebastian/object-enumerator": "^4.0.3",
1838                 "sebastian/resource-operations": "^3.0.3",
1839                 "sebastian/type": "^2.3.4",
1840                 "sebastian/version": "^3.0.2"
1841             },
1842             "require-dev": {
1843                 "ext-pdo": "*",
1844                 "phpspec/prophecy-phpunit": "^2.0.1"
1845             },
1846             "suggest": {
1847                 "ext-soap": "*",
1848                 "ext-xdebug": "*"
1849             },
1850             "bin": [
1851                 "phpunit"
1852             ],
1853             "type": "library",
1854             "extra": {
1855                 "branch-alias": {
1856                     "dev-master": "9.5-dev"
1857                 }
1858             },
1859             "autoload": {
1860                 "classmap": [
1861                     "src/"
1862                 ],
1863                 "files": [
1864                     "src/Framework/Assert/Functions.php"
1865                 ]
1866             },
1867             "notification-url": "https://packagist.org/downloads/",
1868             "license": [
1869                 "BSD-3-Clause"
1870             ],
1871             "authors": [
1872                 {
1873                     "name": "Sebastian Bergmann",
1874                     "email": "sebastian@phpunit.de",
1875                     "role": "lead"
1876                 }
1877             ],
1878             "description": "The PHP Unit Testing framework.",
1879             "homepage": "https://phpunit.de/",
1880             "keywords": [
1881                 "phpunit",
1882                 "testing",
1883                 "xunit"
1884             ],
1885             "support": {
1886                 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
1887                 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.11"
1888             },
1889             "funding": [
1890                 {
1891                     "url": "https://phpunit.de/sponsors.html",
1892                     "type": "custom"
1893                 },
1894                 {
1895                     "url": "https://github.com/sebastianbergmann",
1896                     "type": "github"
1897                 }
1898             ],
1899             "time": "2021-12-25T07:07:57+00:00"
1900         },
1901         {
1902             "name": "psr/container",
1903             "version": "1.1.1",
1904             "source": {
1905                 "type": "git",
1906                 "url": "https://github.com/php-fig/container.git",
1907                 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
1908             },
1909             "dist": {
1910                 "type": "zip",
1911                 "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
1912                 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
1913                 "shasum": ""
1914             },
1915             "require": {
1916                 "php": ">=7.2.0"
1917             },
1918             "type": "library",
1919             "autoload": {
1920                 "psr-4": {
1921                     "Psr\\Container\\": "src/"
1922                 }
1923             },
1924             "notification-url": "https://packagist.org/downloads/",
1925             "license": [
1926                 "MIT"
1927             ],
1928             "authors": [
1929                 {
1930                     "name": "PHP-FIG",
1931                     "homepage": "https://www.php-fig.org/"
1932                 }
1933             ],
1934             "description": "Common Container Interface (PHP FIG PSR-11)",
1935             "homepage": "https://github.com/php-fig/container",
1936             "keywords": [
1937                 "PSR-11",
1938                 "container",
1939                 "container-interface",
1940                 "container-interop",
1941                 "psr"
1942             ],
1943             "support": {
1944                 "issues": "https://github.com/php-fig/container/issues",
1945                 "source": "https://github.com/php-fig/container/tree/1.1.1"
1946             },
1947             "time": "2021-03-05T17:36:06+00:00"
1948         },
1949         {
1950             "name": "psr/event-dispatcher",
1951             "version": "1.0.0",
1952             "source": {
1953                 "type": "git",
1954                 "url": "https://github.com/php-fig/event-dispatcher.git",
1955                 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
1956             },
1957             "dist": {
1958                 "type": "zip",
1959                 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
1960                 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
1961                 "shasum": ""
1962             },
1963             "require": {
1964                 "php": ">=7.2.0"
1965             },
1966             "type": "library",
1967             "extra": {
1968                 "branch-alias": {
1969                     "dev-master": "1.0.x-dev"
1970                 }
1971             },
1972             "autoload": {
1973                 "psr-4": {
1974                     "Psr\\EventDispatcher\\": "src/"
1975                 }
1976             },
1977             "notification-url": "https://packagist.org/downloads/",
1978             "license": [
1979                 "MIT"
1980             ],
1981             "authors": [
1982                 {
1983                     "name": "PHP-FIG",
1984                     "homepage": "http://www.php-fig.org/"
1985                 }
1986             ],
1987             "description": "Standard interfaces for event handling.",
1988             "keywords": [
1989                 "events",
1990                 "psr",
1991                 "psr-14"
1992             ],
1993             "support": {
1994                 "issues": "https://github.com/php-fig/event-dispatcher/issues",
1995                 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
1996             },
1997             "time": "2019-01-08T18:20:26+00:00"
1998         },
1999         {
2000             "name": "psr/http-message",
2001             "version": "1.0.1",
2002             "source": {
2003                 "type": "git",
2004                 "url": "https://github.com/php-fig/http-message.git",
2005                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2006             },
2007             "dist": {
2008                 "type": "zip",
2009                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2010                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2011                 "shasum": ""
2012             },
2013             "require": {
2014                 "php": ">=5.3.0"
2015             },
2016             "type": "library",
2017             "extra": {
2018                 "branch-alias": {
2019                     "dev-master": "1.0.x-dev"
2020                 }
2021             },
2022             "autoload": {
2023                 "psr-4": {
2024                     "Psr\\Http\\Message\\": "src/"
2025                 }
2026             },
2027             "notification-url": "https://packagist.org/downloads/",
2028             "license": [
2029                 "MIT"
2030             ],
2031             "authors": [
2032                 {
2033                     "name": "PHP-FIG",
2034                     "homepage": "http://www.php-fig.org/"
2035                 }
2036             ],
2037             "description": "Common interface for HTTP messages",
2038             "homepage": "https://github.com/php-fig/http-message",
2039             "keywords": [
2040                 "http",
2041                 "http-message",
2042                 "psr",
2043                 "psr-7",
2044                 "request",
2045                 "response"
2046             ],
2047             "support": {
2048                 "source": "https://github.com/php-fig/http-message/tree/master"
2049             },
2050             "time": "2016-08-06T14:39:51+00:00"
2051         },
2052         {
2053             "name": "ralouphie/getallheaders",
2054             "version": "3.0.3",
2055             "source": {
2056                 "type": "git",
2057                 "url": "https://github.com/ralouphie/getallheaders.git",
2058                 "reference": "120b605dfeb996808c31b6477290a714d356e822"
2059             },
2060             "dist": {
2061                 "type": "zip",
2062                 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
2063                 "reference": "120b605dfeb996808c31b6477290a714d356e822",
2064                 "shasum": ""
2065             },
2066             "require": {
2067                 "php": ">=5.6"
2068             },
2069             "require-dev": {
2070                 "php-coveralls/php-coveralls": "^2.1",
2071                 "phpunit/phpunit": "^5 || ^6.5"
2072             },
2073             "type": "library",
2074             "autoload": {
2075                 "files": [
2076                     "src/getallheaders.php"
2077                 ]
2078             },
2079             "notification-url": "https://packagist.org/downloads/",
2080             "license": [
2081                 "MIT"
2082             ],
2083             "authors": [
2084                 {
2085                     "name": "Ralph Khattar",
2086                     "email": "ralph.khattar@gmail.com"
2087                 }
2088             ],
2089             "description": "A polyfill for getallheaders.",
2090             "support": {
2091                 "issues": "https://github.com/ralouphie/getallheaders/issues",
2092                 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
2093             },
2094             "time": "2019-03-08T08:55:37+00:00"
2095         },
2096         {
2097             "name": "sebastian/cli-parser",
2098             "version": "1.0.1",
2099             "source": {
2100                 "type": "git",
2101                 "url": "https://github.com/sebastianbergmann/cli-parser.git",
2102                 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
2103             },
2104             "dist": {
2105                 "type": "zip",
2106                 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
2107                 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
2108                 "shasum": ""
2109             },
2110             "require": {
2111                 "php": ">=7.3"
2112             },
2113             "require-dev": {
2114                 "phpunit/phpunit": "^9.3"
2115             },
2116             "type": "library",
2117             "extra": {
2118                 "branch-alias": {
2119                     "dev-master": "1.0-dev"
2120                 }
2121             },
2122             "autoload": {
2123                 "classmap": [
2124                     "src/"
2125                 ]
2126             },
2127             "notification-url": "https://packagist.org/downloads/",
2128             "license": [
2129                 "BSD-3-Clause"
2130             ],
2131             "authors": [
2132                 {
2133                     "name": "Sebastian Bergmann",
2134                     "email": "sebastian@phpunit.de",
2135                     "role": "lead"
2136                 }
2137             ],
2138             "description": "Library for parsing CLI options",
2139             "homepage": "https://github.com/sebastianbergmann/cli-parser",
2140             "support": {
2141                 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
2142                 "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
2143             },
2144             "funding": [
2145                 {
2146                     "url": "https://github.com/sebastianbergmann",
2147                     "type": "github"
2148                 }
2149             ],
2150             "time": "2020-09-28T06:08:49+00:00"
2151         },
2152         {
2153             "name": "sebastian/code-unit",
2154             "version": "1.0.8",
2155             "source": {
2156                 "type": "git",
2157                 "url": "https://github.com/sebastianbergmann/code-unit.git",
2158                 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
2159             },
2160             "dist": {
2161                 "type": "zip",
2162                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
2163                 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
2164                 "shasum": ""
2165             },
2166             "require": {
2167                 "php": ">=7.3"
2168             },
2169             "require-dev": {
2170                 "phpunit/phpunit": "^9.3"
2171             },
2172             "type": "library",
2173             "extra": {
2174                 "branch-alias": {
2175                     "dev-master": "1.0-dev"
2176                 }
2177             },
2178             "autoload": {
2179                 "classmap": [
2180                     "src/"
2181                 ]
2182             },
2183             "notification-url": "https://packagist.org/downloads/",
2184             "license": [
2185                 "BSD-3-Clause"
2186             ],
2187             "authors": [
2188                 {
2189                     "name": "Sebastian Bergmann",
2190                     "email": "sebastian@phpunit.de",
2191                     "role": "lead"
2192                 }
2193             ],
2194             "description": "Collection of value objects that represent the PHP code units",
2195             "homepage": "https://github.com/sebastianbergmann/code-unit",
2196             "support": {
2197                 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
2198                 "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
2199             },
2200             "funding": [
2201                 {
2202                     "url": "https://github.com/sebastianbergmann",
2203                     "type": "github"
2204                 }
2205             ],
2206             "time": "2020-10-26T13:08:54+00:00"
2207         },
2208         {
2209             "name": "sebastian/code-unit-reverse-lookup",
2210             "version": "2.0.3",
2211             "source": {
2212                 "type": "git",
2213                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2214                 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
2215             },
2216             "dist": {
2217                 "type": "zip",
2218                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
2219                 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
2220                 "shasum": ""
2221             },
2222             "require": {
2223                 "php": ">=7.3"
2224             },
2225             "require-dev": {
2226                 "phpunit/phpunit": "^9.3"
2227             },
2228             "type": "library",
2229             "extra": {
2230                 "branch-alias": {
2231                     "dev-master": "2.0-dev"
2232                 }
2233             },
2234             "autoload": {
2235                 "classmap": [
2236                     "src/"
2237                 ]
2238             },
2239             "notification-url": "https://packagist.org/downloads/",
2240             "license": [
2241                 "BSD-3-Clause"
2242             ],
2243             "authors": [
2244                 {
2245                     "name": "Sebastian Bergmann",
2246                     "email": "sebastian@phpunit.de"
2247                 }
2248             ],
2249             "description": "Looks up which function or method a line of code belongs to",
2250             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2251             "support": {
2252                 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
2253                 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
2254             },
2255             "funding": [
2256                 {
2257                     "url": "https://github.com/sebastianbergmann",
2258                     "type": "github"
2259                 }
2260             ],
2261             "time": "2020-09-28T05:30:19+00:00"
2262         },
2263         {
2264             "name": "sebastian/comparator",
2265             "version": "4.0.6",
2266             "source": {
2267                 "type": "git",
2268                 "url": "https://github.com/sebastianbergmann/comparator.git",
2269                 "reference": "55f4261989e546dc112258c7a75935a81a7ce382"
2270             },
2271             "dist": {
2272                 "type": "zip",
2273                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55f4261989e546dc112258c7a75935a81a7ce382",
2274                 "reference": "55f4261989e546dc112258c7a75935a81a7ce382",
2275                 "shasum": ""
2276             },
2277             "require": {
2278                 "php": ">=7.3",
2279                 "sebastian/diff": "^4.0",
2280                 "sebastian/exporter": "^4.0"
2281             },
2282             "require-dev": {
2283                 "phpunit/phpunit": "^9.3"
2284             },
2285             "type": "library",
2286             "extra": {
2287                 "branch-alias": {
2288                     "dev-master": "4.0-dev"
2289                 }
2290             },
2291             "autoload": {
2292                 "classmap": [
2293                     "src/"
2294                 ]
2295             },
2296             "notification-url": "https://packagist.org/downloads/",
2297             "license": [
2298                 "BSD-3-Clause"
2299             ],
2300             "authors": [
2301                 {
2302                     "name": "Sebastian Bergmann",
2303                     "email": "sebastian@phpunit.de"
2304                 },
2305                 {
2306                     "name": "Jeff Welch",
2307                     "email": "whatthejeff@gmail.com"
2308                 },
2309                 {
2310                     "name": "Volker Dusch",
2311                     "email": "github@wallbash.com"
2312                 },
2313                 {
2314                     "name": "Bernhard Schussek",
2315                     "email": "bschussek@2bepublished.at"
2316                 }
2317             ],
2318             "description": "Provides the functionality to compare PHP values for equality",
2319             "homepage": "https://github.com/sebastianbergmann/comparator",
2320             "keywords": [
2321                 "comparator",
2322                 "compare",
2323                 "equality"
2324             ],
2325             "support": {
2326                 "issues": "https://github.com/sebastianbergmann/comparator/issues",
2327                 "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.6"
2328             },
2329             "funding": [
2330                 {
2331                     "url": "https://github.com/sebastianbergmann",
2332                     "type": "github"
2333                 }
2334             ],
2335             "time": "2020-10-26T15:49:45+00:00"
2336         },
2337         {
2338             "name": "sebastian/complexity",
2339             "version": "2.0.2",
2340             "source": {
2341                 "type": "git",
2342                 "url": "https://github.com/sebastianbergmann/complexity.git",
2343                 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
2344             },
2345             "dist": {
2346                 "type": "zip",
2347                 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
2348                 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
2349                 "shasum": ""
2350             },
2351             "require": {
2352                 "nikic/php-parser": "^4.7",
2353                 "php": ">=7.3"
2354             },
2355             "require-dev": {
2356                 "phpunit/phpunit": "^9.3"
2357             },
2358             "type": "library",
2359             "extra": {
2360                 "branch-alias": {
2361                     "dev-master": "2.0-dev"
2362                 }
2363             },
2364             "autoload": {
2365                 "classmap": [
2366                     "src/"
2367                 ]
2368             },
2369             "notification-url": "https://packagist.org/downloads/",
2370             "license": [
2371                 "BSD-3-Clause"
2372             ],
2373             "authors": [
2374                 {
2375                     "name": "Sebastian Bergmann",
2376                     "email": "sebastian@phpunit.de",
2377                     "role": "lead"
2378                 }
2379             ],
2380             "description": "Library for calculating the complexity of PHP code units",
2381             "homepage": "https://github.com/sebastianbergmann/complexity",
2382             "support": {
2383                 "issues": "https://github.com/sebastianbergmann/complexity/issues",
2384                 "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
2385             },
2386             "funding": [
2387                 {
2388                     "url": "https://github.com/sebastianbergmann",
2389                     "type": "github"
2390                 }
2391             ],
2392             "time": "2020-10-26T15:52:27+00:00"
2393         },
2394         {
2395             "name": "sebastian/diff",
2396             "version": "4.0.4",
2397             "source": {
2398                 "type": "git",
2399                 "url": "https://github.com/sebastianbergmann/diff.git",
2400                 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
2401             },
2402             "dist": {
2403                 "type": "zip",
2404                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
2405                 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
2406                 "shasum": ""
2407             },
2408             "require": {
2409                 "php": ">=7.3"
2410             },
2411             "require-dev": {
2412                 "phpunit/phpunit": "^9.3",
2413                 "symfony/process": "^4.2 || ^5"
2414             },
2415             "type": "library",
2416             "extra": {
2417                 "branch-alias": {
2418                     "dev-master": "4.0-dev"
2419                 }
2420             },
2421             "autoload": {
2422                 "classmap": [
2423                     "src/"
2424                 ]
2425             },
2426             "notification-url": "https://packagist.org/downloads/",
2427             "license": [
2428                 "BSD-3-Clause"
2429             ],
2430             "authors": [
2431                 {
2432                     "name": "Sebastian Bergmann",
2433                     "email": "sebastian@phpunit.de"
2434                 },
2435                 {
2436                     "name": "Kore Nordmann",
2437                     "email": "mail@kore-nordmann.de"
2438                 }
2439             ],
2440             "description": "Diff implementation",
2441             "homepage": "https://github.com/sebastianbergmann/diff",
2442             "keywords": [
2443                 "diff",
2444                 "udiff",
2445                 "unidiff",
2446                 "unified diff"
2447             ],
2448             "support": {
2449                 "issues": "https://github.com/sebastianbergmann/diff/issues",
2450                 "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
2451             },
2452             "funding": [
2453                 {
2454                     "url": "https://github.com/sebastianbergmann",
2455                     "type": "github"
2456                 }
2457             ],
2458             "time": "2020-10-26T13:10:38+00:00"
2459         },
2460         {
2461             "name": "sebastian/environment",
2462             "version": "5.1.3",
2463             "source": {
2464                 "type": "git",
2465                 "url": "https://github.com/sebastianbergmann/environment.git",
2466                 "reference": "388b6ced16caa751030f6a69e588299fa09200ac"
2467             },
2468             "dist": {
2469                 "type": "zip",
2470                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/388b6ced16caa751030f6a69e588299fa09200ac",
2471                 "reference": "388b6ced16caa751030f6a69e588299fa09200ac",
2472                 "shasum": ""
2473             },
2474             "require": {
2475                 "php": ">=7.3"
2476             },
2477             "require-dev": {
2478                 "phpunit/phpunit": "^9.3"
2479             },
2480             "suggest": {
2481                 "ext-posix": "*"
2482             },
2483             "type": "library",
2484             "extra": {
2485                 "branch-alias": {
2486                     "dev-master": "5.1-dev"
2487                 }
2488             },
2489             "autoload": {
2490                 "classmap": [
2491                     "src/"
2492                 ]
2493             },
2494             "notification-url": "https://packagist.org/downloads/",
2495             "license": [
2496                 "BSD-3-Clause"
2497             ],
2498             "authors": [
2499                 {
2500                     "name": "Sebastian Bergmann",
2501                     "email": "sebastian@phpunit.de"
2502                 }
2503             ],
2504             "description": "Provides functionality to handle HHVM/PHP environments",
2505             "homepage": "http://www.github.com/sebastianbergmann/environment",
2506             "keywords": [
2507                 "Xdebug",
2508                 "environment",
2509                 "hhvm"
2510             ],
2511             "support": {
2512                 "issues": "https://github.com/sebastianbergmann/environment/issues",
2513                 "source": "https://github.com/sebastianbergmann/environment/tree/5.1.3"
2514             },
2515             "funding": [
2516                 {
2517                     "url": "https://github.com/sebastianbergmann",
2518                     "type": "github"
2519                 }
2520             ],
2521             "time": "2020-09-28T05:52:38+00:00"
2522         },
2523         {
2524             "name": "sebastian/exporter",
2525             "version": "4.0.4",
2526             "source": {
2527                 "type": "git",
2528                 "url": "https://github.com/sebastianbergmann/exporter.git",
2529                 "reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9"
2530             },
2531             "dist": {
2532                 "type": "zip",
2533                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/65e8b7db476c5dd267e65eea9cab77584d3cfff9",
2534                 "reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9",
2535                 "shasum": ""
2536             },
2537             "require": {
2538                 "php": ">=7.3",
2539                 "sebastian/recursion-context": "^4.0"
2540             },
2541             "require-dev": {
2542                 "ext-mbstring": "*",
2543                 "phpunit/phpunit": "^9.3"
2544             },
2545             "type": "library",
2546             "extra": {
2547                 "branch-alias": {
2548                     "dev-master": "4.0-dev"
2549                 }
2550             },
2551             "autoload": {
2552                 "classmap": [
2553                     "src/"
2554                 ]
2555             },
2556             "notification-url": "https://packagist.org/downloads/",
2557             "license": [
2558                 "BSD-3-Clause"
2559             ],
2560             "authors": [
2561                 {
2562                     "name": "Sebastian Bergmann",
2563                     "email": "sebastian@phpunit.de"
2564                 },
2565                 {
2566                     "name": "Jeff Welch",
2567                     "email": "whatthejeff@gmail.com"
2568                 },
2569                 {
2570                     "name": "Volker Dusch",
2571                     "email": "github@wallbash.com"
2572                 },
2573                 {
2574                     "name": "Adam Harvey",
2575                     "email": "aharvey@php.net"
2576                 },
2577                 {
2578                     "name": "Bernhard Schussek",
2579                     "email": "bschussek@gmail.com"
2580                 }
2581             ],
2582             "description": "Provides the functionality to export PHP variables for visualization",
2583             "homepage": "https://www.github.com/sebastianbergmann/exporter",
2584             "keywords": [
2585                 "export",
2586                 "exporter"
2587             ],
2588             "support": {
2589                 "issues": "https://github.com/sebastianbergmann/exporter/issues",
2590                 "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.4"
2591             },
2592             "funding": [
2593                 {
2594                     "url": "https://github.com/sebastianbergmann",
2595                     "type": "github"
2596                 }
2597             ],
2598             "time": "2021-11-11T14:18:36+00:00"
2599         },
2600         {
2601             "name": "sebastian/global-state",
2602             "version": "5.0.3",
2603             "source": {
2604                 "type": "git",
2605                 "url": "https://github.com/sebastianbergmann/global-state.git",
2606                 "reference": "23bd5951f7ff26f12d4e3242864df3e08dec4e49"
2607             },
2608             "dist": {
2609                 "type": "zip",
2610                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/23bd5951f7ff26f12d4e3242864df3e08dec4e49",
2611                 "reference": "23bd5951f7ff26f12d4e3242864df3e08dec4e49",
2612                 "shasum": ""
2613             },
2614             "require": {
2615                 "php": ">=7.3",
2616                 "sebastian/object-reflector": "^2.0",
2617                 "sebastian/recursion-context": "^4.0"
2618             },
2619             "require-dev": {
2620                 "ext-dom": "*",
2621                 "phpunit/phpunit": "^9.3"
2622             },
2623             "suggest": {
2624                 "ext-uopz": "*"
2625             },
2626             "type": "library",
2627             "extra": {
2628                 "branch-alias": {
2629                     "dev-master": "5.0-dev"
2630                 }
2631             },
2632             "autoload": {
2633                 "classmap": [
2634                     "src/"
2635                 ]
2636             },
2637             "notification-url": "https://packagist.org/downloads/",
2638             "license": [
2639                 "BSD-3-Clause"
2640             ],
2641             "authors": [
2642                 {
2643                     "name": "Sebastian Bergmann",
2644                     "email": "sebastian@phpunit.de"
2645                 }
2646             ],
2647             "description": "Snapshotting of global state",
2648             "homepage": "http://www.github.com/sebastianbergmann/global-state",
2649             "keywords": [
2650                 "global state"
2651             ],
2652             "support": {
2653                 "issues": "https://github.com/sebastianbergmann/global-state/issues",
2654                 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.3"
2655             },
2656             "funding": [
2657                 {
2658                     "url": "https://github.com/sebastianbergmann",
2659                     "type": "github"
2660                 }
2661             ],
2662             "time": "2021-06-11T13:31:12+00:00"
2663         },
2664         {
2665             "name": "sebastian/lines-of-code",
2666             "version": "1.0.3",
2667             "source": {
2668                 "type": "git",
2669                 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
2670                 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
2671             },
2672             "dist": {
2673                 "type": "zip",
2674                 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
2675                 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
2676                 "shasum": ""
2677             },
2678             "require": {
2679                 "nikic/php-parser": "^4.6",
2680                 "php": ">=7.3"
2681             },
2682             "require-dev": {
2683                 "phpunit/phpunit": "^9.3"
2684             },
2685             "type": "library",
2686             "extra": {
2687                 "branch-alias": {
2688                     "dev-master": "1.0-dev"
2689                 }
2690             },
2691             "autoload": {
2692                 "classmap": [
2693                     "src/"
2694                 ]
2695             },
2696             "notification-url": "https://packagist.org/downloads/",
2697             "license": [
2698                 "BSD-3-Clause"
2699             ],
2700             "authors": [
2701                 {
2702                     "name": "Sebastian Bergmann",
2703                     "email": "sebastian@phpunit.de",
2704                     "role": "lead"
2705                 }
2706             ],
2707             "description": "Library for counting the lines of code in PHP source code",
2708             "homepage": "https://github.com/sebastianbergmann/lines-of-code",
2709             "support": {
2710                 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
2711                 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
2712             },
2713             "funding": [
2714                 {
2715                     "url": "https://github.com/sebastianbergmann",
2716                     "type": "github"
2717                 }
2718             ],
2719             "time": "2020-11-28T06:42:11+00:00"
2720         },
2721         {
2722             "name": "sebastian/object-enumerator",
2723             "version": "4.0.4",
2724             "source": {
2725                 "type": "git",
2726                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2727                 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
2728             },
2729             "dist": {
2730                 "type": "zip",
2731                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
2732                 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
2733                 "shasum": ""
2734             },
2735             "require": {
2736                 "php": ">=7.3",
2737                 "sebastian/object-reflector": "^2.0",
2738                 "sebastian/recursion-context": "^4.0"
2739             },
2740             "require-dev": {
2741                 "phpunit/phpunit": "^9.3"
2742             },
2743             "type": "library",
2744             "extra": {
2745                 "branch-alias": {
2746                     "dev-master": "4.0-dev"
2747                 }
2748             },
2749             "autoload": {
2750                 "classmap": [
2751                     "src/"
2752                 ]
2753             },
2754             "notification-url": "https://packagist.org/downloads/",
2755             "license": [
2756                 "BSD-3-Clause"
2757             ],
2758             "authors": [
2759                 {
2760                     "name": "Sebastian Bergmann",
2761                     "email": "sebastian@phpunit.de"
2762                 }
2763             ],
2764             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2765             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2766             "support": {
2767                 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
2768                 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
2769             },
2770             "funding": [
2771                 {
2772                     "url": "https://github.com/sebastianbergmann",
2773                     "type": "github"
2774                 }
2775             ],
2776             "time": "2020-10-26T13:12:34+00:00"
2777         },
2778         {
2779             "name": "sebastian/object-reflector",
2780             "version": "2.0.4",
2781             "source": {
2782                 "type": "git",
2783                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
2784                 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
2785             },
2786             "dist": {
2787                 "type": "zip",
2788                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
2789                 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
2790                 "shasum": ""
2791             },
2792             "require": {
2793                 "php": ">=7.3"
2794             },
2795             "require-dev": {
2796                 "phpunit/phpunit": "^9.3"
2797             },
2798             "type": "library",
2799             "extra": {
2800                 "branch-alias": {
2801                     "dev-master": "2.0-dev"
2802                 }
2803             },
2804             "autoload": {
2805                 "classmap": [
2806                     "src/"
2807                 ]
2808             },
2809             "notification-url": "https://packagist.org/downloads/",
2810             "license": [
2811                 "BSD-3-Clause"
2812             ],
2813             "authors": [
2814                 {
2815                     "name": "Sebastian Bergmann",
2816                     "email": "sebastian@phpunit.de"
2817                 }
2818             ],
2819             "description": "Allows reflection of object attributes, including inherited and non-public ones",
2820             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
2821             "support": {
2822                 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
2823                 "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
2824             },
2825             "funding": [
2826                 {
2827                     "url": "https://github.com/sebastianbergmann",
2828                     "type": "github"
2829                 }
2830             ],
2831             "time": "2020-10-26T13:14:26+00:00"
2832         },
2833         {
2834             "name": "sebastian/recursion-context",
2835             "version": "4.0.4",
2836             "source": {
2837                 "type": "git",
2838                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
2839                 "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
2840             },
2841             "dist": {
2842                 "type": "zip",
2843                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
2844                 "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
2845                 "shasum": ""
2846             },
2847             "require": {
2848                 "php": ">=7.3"
2849             },
2850             "require-dev": {
2851                 "phpunit/phpunit": "^9.3"
2852             },
2853             "type": "library",
2854             "extra": {
2855                 "branch-alias": {
2856                     "dev-master": "4.0-dev"
2857                 }
2858             },
2859             "autoload": {
2860                 "classmap": [
2861                     "src/"
2862                 ]
2863             },
2864             "notification-url": "https://packagist.org/downloads/",
2865             "license": [
2866                 "BSD-3-Clause"
2867             ],
2868             "authors": [
2869                 {
2870                     "name": "Sebastian Bergmann",
2871                     "email": "sebastian@phpunit.de"
2872                 },
2873                 {
2874                     "name": "Jeff Welch",
2875                     "email": "whatthejeff@gmail.com"
2876                 },
2877                 {
2878                     "name": "Adam Harvey",
2879                     "email": "aharvey@php.net"
2880                 }
2881             ],
2882             "description": "Provides functionality to recursively process PHP variables",
2883             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2884             "support": {
2885                 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
2886                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
2887             },
2888             "funding": [
2889                 {
2890                     "url": "https://github.com/sebastianbergmann",
2891                     "type": "github"
2892                 }
2893             ],
2894             "time": "2020-10-26T13:17:30+00:00"
2895         },
2896         {
2897             "name": "sebastian/resource-operations",
2898             "version": "3.0.3",
2899             "source": {
2900                 "type": "git",
2901                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
2902                 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
2903             },
2904             "dist": {
2905                 "type": "zip",
2906                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
2907                 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
2908                 "shasum": ""
2909             },
2910             "require": {
2911                 "php": ">=7.3"
2912             },
2913             "require-dev": {
2914                 "phpunit/phpunit": "^9.0"
2915             },
2916             "type": "library",
2917             "extra": {
2918                 "branch-alias": {
2919                     "dev-master": "3.0-dev"
2920                 }
2921             },
2922             "autoload": {
2923                 "classmap": [
2924                     "src/"
2925                 ]
2926             },
2927             "notification-url": "https://packagist.org/downloads/",
2928             "license": [
2929                 "BSD-3-Clause"
2930             ],
2931             "authors": [
2932                 {
2933                     "name": "Sebastian Bergmann",
2934                     "email": "sebastian@phpunit.de"
2935                 }
2936             ],
2937             "description": "Provides a list of PHP built-in functions that operate on resources",
2938             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2939             "support": {
2940                 "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
2941                 "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
2942             },
2943             "funding": [
2944                 {
2945                     "url": "https://github.com/sebastianbergmann",
2946                     "type": "github"
2947                 }
2948             ],
2949             "time": "2020-09-28T06:45:17+00:00"
2950         },
2951         {
2952             "name": "sebastian/type",
2953             "version": "2.3.4",
2954             "source": {
2955                 "type": "git",
2956                 "url": "https://github.com/sebastianbergmann/type.git",
2957                 "reference": "b8cd8a1c753c90bc1a0f5372170e3e489136f914"
2958             },
2959             "dist": {
2960                 "type": "zip",
2961                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/b8cd8a1c753c90bc1a0f5372170e3e489136f914",
2962                 "reference": "b8cd8a1c753c90bc1a0f5372170e3e489136f914",
2963                 "shasum": ""
2964             },
2965             "require": {
2966                 "php": ">=7.3"
2967             },
2968             "require-dev": {
2969                 "phpunit/phpunit": "^9.3"
2970             },
2971             "type": "library",
2972             "extra": {
2973                 "branch-alias": {
2974                     "dev-master": "2.3-dev"
2975                 }
2976             },
2977             "autoload": {
2978                 "classmap": [
2979                     "src/"
2980                 ]
2981             },
2982             "notification-url": "https://packagist.org/downloads/",
2983             "license": [
2984                 "BSD-3-Clause"
2985             ],
2986             "authors": [
2987                 {
2988                     "name": "Sebastian Bergmann",
2989                     "email": "sebastian@phpunit.de",
2990                     "role": "lead"
2991                 }
2992             ],
2993             "description": "Collection of value objects that represent the types of the PHP type system",
2994             "homepage": "https://github.com/sebastianbergmann/type",
2995             "support": {
2996                 "issues": "https://github.com/sebastianbergmann/type/issues",
2997                 "source": "https://github.com/sebastianbergmann/type/tree/2.3.4"
2998             },
2999             "funding": [
3000                 {
3001                     "url": "https://github.com/sebastianbergmann",
3002                     "type": "github"
3003                 }
3004             ],
3005             "time": "2021-06-15T12:49:02+00:00"
3006         },
3007         {
3008             "name": "sebastian/version",
3009             "version": "3.0.2",
3010             "source": {
3011                 "type": "git",
3012                 "url": "https://github.com/sebastianbergmann/version.git",
3013                 "reference": "c6c1022351a901512170118436c764e473f6de8c"
3014             },
3015             "dist": {
3016                 "type": "zip",
3017                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
3018                 "reference": "c6c1022351a901512170118436c764e473f6de8c",
3019                 "shasum": ""
3020             },
3021             "require": {
3022                 "php": ">=7.3"
3023             },
3024             "type": "library",
3025             "extra": {
3026                 "branch-alias": {
3027                     "dev-master": "3.0-dev"
3028                 }
3029             },
3030             "autoload": {
3031                 "classmap": [
3032                     "src/"
3033                 ]
3034             },
3035             "notification-url": "https://packagist.org/downloads/",
3036             "license": [
3037                 "BSD-3-Clause"
3038             ],
3039             "authors": [
3040                 {
3041                     "name": "Sebastian Bergmann",
3042                     "email": "sebastian@phpunit.de",
3043                     "role": "lead"
3044                 }
3045             ],
3046             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3047             "homepage": "https://github.com/sebastianbergmann/version",
3048             "support": {
3049                 "issues": "https://github.com/sebastianbergmann/version/issues",
3050                 "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
3051             },
3052             "funding": [
3053                 {
3054                     "url": "https://github.com/sebastianbergmann",
3055                     "type": "github"
3056                 }
3057             ],
3058             "time": "2020-09-28T06:39:44+00:00"
3059         },
3060         {
3061             "name": "symfony/browser-kit",
3062             "version": "v4.4.27",
3063             "source": {
3064                 "type": "git",
3065                 "url": "https://github.com/symfony/browser-kit.git",
3066                 "reference": "9629d1524d8ced5a4ec3e94abdbd638b4ec8319b"
3067             },
3068             "dist": {
3069                 "type": "zip",
3070                 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/9629d1524d8ced5a4ec3e94abdbd638b4ec8319b",
3071                 "reference": "9629d1524d8ced5a4ec3e94abdbd638b4ec8319b",
3072                 "shasum": ""
3073             },
3074             "require": {
3075                 "php": ">=7.1.3",
3076                 "symfony/dom-crawler": "^3.4|^4.0|^5.0",
3077                 "symfony/polyfill-php80": "^1.16"
3078             },
3079             "require-dev": {
3080                 "symfony/css-selector": "^3.4|^4.0|^5.0",
3081                 "symfony/http-client": "^4.3|^5.0",
3082                 "symfony/mime": "^4.3|^5.0",
3083                 "symfony/process": "^3.4|^4.0|^5.0"
3084             },
3085             "suggest": {
3086                 "symfony/process": ""
3087             },
3088             "type": "library",
3089             "autoload": {
3090                 "psr-4": {
3091                     "Symfony\\Component\\BrowserKit\\": ""
3092                 },
3093                 "exclude-from-classmap": [
3094                     "/Tests/"
3095                 ]
3096             },
3097             "notification-url": "https://packagist.org/downloads/",
3098             "license": [
3099                 "MIT"
3100             ],
3101             "authors": [
3102                 {
3103                     "name": "Fabien Potencier",
3104                     "email": "fabien@symfony.com"
3105                 },
3106                 {
3107                     "name": "Symfony Community",
3108                     "homepage": "https://symfony.com/contributors"
3109                 }
3110             ],
3111             "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
3112             "homepage": "https://symfony.com",
3113             "support": {
3114                 "source": "https://github.com/symfony/browser-kit/tree/v4.4.27"
3115             },
3116             "funding": [
3117                 {
3118                     "url": "https://symfony.com/sponsor",
3119                     "type": "custom"
3120                 },
3121                 {
3122                     "url": "https://github.com/fabpot",
3123                     "type": "github"
3124                 },
3125                 {
3126                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3127                     "type": "tidelift"
3128                 }
3129             ],
3130             "time": "2021-07-21T12:19:41+00:00"
3131         },
3132         {
3133             "name": "symfony/config",
3134             "version": "v5.4.2",
3135             "source": {
3136                 "type": "git",
3137                 "url": "https://github.com/symfony/config.git",
3138                 "reference": "2e082dae50da563c639119b7b52347a2a3db4ba5"
3139             },
3140             "dist": {
3141                 "type": "zip",
3142                 "url": "https://api.github.com/repos/symfony/config/zipball/2e082dae50da563c639119b7b52347a2a3db4ba5",
3143                 "reference": "2e082dae50da563c639119b7b52347a2a3db4ba5",
3144                 "shasum": ""
3145             },
3146             "require": {
3147                 "php": ">=7.2.5",
3148                 "symfony/deprecation-contracts": "^2.1|^3",
3149                 "symfony/filesystem": "^4.4|^5.0|^6.0",
3150                 "symfony/polyfill-ctype": "~1.8",
3151                 "symfony/polyfill-php80": "^1.16",
3152                 "symfony/polyfill-php81": "^1.22"
3153             },
3154             "conflict": {
3155                 "symfony/finder": "<4.4"
3156             },
3157             "require-dev": {
3158                 "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
3159                 "symfony/finder": "^4.4|^5.0|^6.0",
3160                 "symfony/messenger": "^4.4|^5.0|^6.0",
3161                 "symfony/service-contracts": "^1.1|^2|^3",
3162                 "symfony/yaml": "^4.4|^5.0|^6.0"
3163             },
3164             "suggest": {
3165                 "symfony/yaml": "To use the yaml reference dumper"
3166             },
3167             "type": "library",
3168             "autoload": {
3169                 "psr-4": {
3170                     "Symfony\\Component\\Config\\": ""
3171                 },
3172                 "exclude-from-classmap": [
3173                     "/Tests/"
3174                 ]
3175             },
3176             "notification-url": "https://packagist.org/downloads/",
3177             "license": [
3178                 "MIT"
3179             ],
3180             "authors": [
3181                 {
3182                     "name": "Fabien Potencier",
3183                     "email": "fabien@symfony.com"
3184                 },
3185                 {
3186                     "name": "Symfony Community",
3187                     "homepage": "https://symfony.com/contributors"
3188                 }
3189             ],
3190             "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
3191             "homepage": "https://symfony.com",
3192             "support": {
3193                 "source": "https://github.com/symfony/config/tree/v5.4.2"
3194             },
3195             "funding": [
3196                 {
3197                     "url": "https://symfony.com/sponsor",
3198                     "type": "custom"
3199                 },
3200                 {
3201                     "url": "https://github.com/fabpot",
3202                     "type": "github"
3203                 },
3204                 {
3205                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3206                     "type": "tidelift"
3207                 }
3208             ],
3209             "time": "2021-12-15T11:06:13+00:00"
3210         },
3211         {
3212             "name": "symfony/console",
3213             "version": "v5.4.2",
3214             "source": {
3215                 "type": "git",
3216                 "url": "https://github.com/symfony/console.git",
3217                 "reference": "a2c6b7ced2eb7799a35375fb9022519282b5405e"
3218             },
3219             "dist": {
3220                 "type": "zip",
3221                 "url": "https://api.github.com/repos/symfony/console/zipball/a2c6b7ced2eb7799a35375fb9022519282b5405e",
3222                 "reference": "a2c6b7ced2eb7799a35375fb9022519282b5405e",
3223                 "shasum": ""
3224             },
3225             "require": {
3226                 "php": ">=7.2.5",
3227                 "symfony/deprecation-contracts": "^2.1|^3",
3228                 "symfony/polyfill-mbstring": "~1.0",
3229                 "symfony/polyfill-php73": "^1.9",
3230                 "symfony/polyfill-php80": "^1.16",
3231                 "symfony/service-contracts": "^1.1|^2|^3",
3232                 "symfony/string": "^5.1|^6.0"
3233             },
3234             "conflict": {
3235                 "psr/log": ">=3",
3236                 "symfony/dependency-injection": "<4.4",
3237                 "symfony/dotenv": "<5.1",
3238                 "symfony/event-dispatcher": "<4.4",
3239                 "symfony/lock": "<4.4",
3240                 "symfony/process": "<4.4"
3241             },
3242             "provide": {
3243                 "psr/log-implementation": "1.0|2.0"
3244             },
3245             "require-dev": {
3246                 "psr/log": "^1|^2",
3247                 "symfony/config": "^4.4|^5.0|^6.0",
3248                 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
3249                 "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
3250                 "symfony/lock": "^4.4|^5.0|^6.0",
3251                 "symfony/process": "^4.4|^5.0|^6.0",
3252                 "symfony/var-dumper": "^4.4|^5.0|^6.0"
3253             },
3254             "suggest": {
3255                 "psr/log": "For using the console logger",
3256                 "symfony/event-dispatcher": "",
3257                 "symfony/lock": "",
3258                 "symfony/process": ""
3259             },
3260             "type": "library",
3261             "autoload": {
3262                 "psr-4": {
3263                     "Symfony\\Component\\Console\\": ""
3264                 },
3265                 "exclude-from-classmap": [
3266                     "/Tests/"
3267                 ]
3268             },
3269             "notification-url": "https://packagist.org/downloads/",
3270             "license": [
3271                 "MIT"
3272             ],
3273             "authors": [
3274                 {
3275                     "name": "Fabien Potencier",
3276                     "email": "fabien@symfony.com"
3277                 },
3278                 {
3279                     "name": "Symfony Community",
3280                     "homepage": "https://symfony.com/contributors"
3281                 }
3282             ],
3283             "description": "Eases the creation of beautiful and testable command line interfaces",
3284             "homepage": "https://symfony.com",
3285             "keywords": [
3286                 "cli",
3287                 "command line",
3288                 "console",
3289                 "terminal"
3290             ],
3291             "support": {
3292                 "source": "https://github.com/symfony/console/tree/v5.4.2"
3293             },
3294             "funding": [
3295                 {
3296                     "url": "https://symfony.com/sponsor",
3297                     "type": "custom"
3298                 },
3299                 {
3300                     "url": "https://github.com/fabpot",
3301                     "type": "github"
3302                 },
3303                 {
3304                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3305                     "type": "tidelift"
3306                 }
3307             ],
3308             "time": "2021-12-20T16:11:12+00:00"
3309         },
3310         {
3311             "name": "symfony/css-selector",
3312             "version": "v5.4.2",
3313             "source": {
3314                 "type": "git",
3315                 "url": "https://github.com/symfony/css-selector.git",
3316                 "reference": "cfcbee910e159df402603502fe387e8b677c22fd"
3317             },
3318             "dist": {
3319                 "type": "zip",
3320                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/cfcbee910e159df402603502fe387e8b677c22fd",
3321                 "reference": "cfcbee910e159df402603502fe387e8b677c22fd",
3322                 "shasum": ""
3323             },
3324             "require": {
3325                 "php": ">=7.2.5",
3326                 "symfony/polyfill-php80": "^1.16"
3327             },
3328             "type": "library",
3329             "autoload": {
3330                 "psr-4": {
3331                     "Symfony\\Component\\CssSelector\\": ""
3332                 },
3333                 "exclude-from-classmap": [
3334                     "/Tests/"
3335                 ]
3336             },
3337             "notification-url": "https://packagist.org/downloads/",
3338             "license": [
3339                 "MIT"
3340             ],
3341             "authors": [
3342                 {
3343                     "name": "Fabien Potencier",
3344                     "email": "fabien@symfony.com"
3345                 },
3346                 {
3347                     "name": "Jean-François Simon",
3348                     "email": "jeanfrancois.simon@sensiolabs.com"
3349                 },
3350                 {
3351                     "name": "Symfony Community",
3352                     "homepage": "https://symfony.com/contributors"
3353                 }
3354             ],
3355             "description": "Converts CSS selectors to XPath expressions",
3356             "homepage": "https://symfony.com",
3357             "support": {
3358                 "source": "https://github.com/symfony/css-selector/tree/v5.4.2"
3359             },
3360             "funding": [
3361                 {
3362                     "url": "https://symfony.com/sponsor",
3363                     "type": "custom"
3364                 },
3365                 {
3366                     "url": "https://github.com/fabpot",
3367                     "type": "github"
3368                 },
3369                 {
3370                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3371                     "type": "tidelift"
3372                 }
3373             ],
3374             "time": "2021-12-16T21:58:21+00:00"
3375         },
3376         {
3377             "name": "symfony/dependency-injection",
3378             "version": "v5.4.2",
3379             "source": {
3380                 "type": "git",
3381                 "url": "https://github.com/symfony/dependency-injection.git",
3382                 "reference": "ba94559be9738d77cd29e24b5d81cf3b89b7d628"
3383             },
3384             "dist": {
3385                 "type": "zip",
3386                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/ba94559be9738d77cd29e24b5d81cf3b89b7d628",
3387                 "reference": "ba94559be9738d77cd29e24b5d81cf3b89b7d628",
3388                 "shasum": ""
3389             },
3390             "require": {
3391                 "php": ">=7.2.5",
3392                 "psr/container": "^1.1.1",
3393                 "symfony/deprecation-contracts": "^2.1|^3",
3394                 "symfony/polyfill-php80": "^1.16",
3395                 "symfony/polyfill-php81": "^1.22",
3396                 "symfony/service-contracts": "^1.1.6|^2"
3397             },
3398             "conflict": {
3399                 "ext-psr": "<1.1|>=2",
3400                 "symfony/config": "<5.3",
3401                 "symfony/finder": "<4.4",
3402                 "symfony/proxy-manager-bridge": "<4.4",
3403                 "symfony/yaml": "<4.4"
3404             },
3405             "provide": {
3406                 "psr/container-implementation": "1.0",
3407                 "symfony/service-implementation": "1.0|2.0"
3408             },
3409             "require-dev": {
3410                 "symfony/config": "^5.3|^6.0",
3411                 "symfony/expression-language": "^4.4|^5.0|^6.0",
3412                 "symfony/yaml": "^4.4|^5.0|^6.0"
3413             },
3414             "suggest": {
3415                 "symfony/config": "",
3416                 "symfony/expression-language": "For using expressions in service container configuration",
3417                 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
3418                 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
3419                 "symfony/yaml": ""
3420             },
3421             "type": "library",
3422             "autoload": {
3423                 "psr-4": {
3424                     "Symfony\\Component\\DependencyInjection\\": ""
3425                 },
3426                 "exclude-from-classmap": [
3427                     "/Tests/"
3428                 ]
3429             },
3430             "notification-url": "https://packagist.org/downloads/",
3431             "license": [
3432                 "MIT"
3433             ],
3434             "authors": [
3435                 {
3436                     "name": "Fabien Potencier",
3437                     "email": "fabien@symfony.com"
3438                 },
3439                 {
3440                     "name": "Symfony Community",
3441                     "homepage": "https://symfony.com/contributors"
3442                 }
3443             ],
3444             "description": "Allows you to standardize and centralize the way objects are constructed in your application",
3445             "homepage": "https://symfony.com",
3446             "support": {
3447                 "source": "https://github.com/symfony/dependency-injection/tree/v5.4.2"
3448             },
3449             "funding": [
3450                 {
3451                     "url": "https://symfony.com/sponsor",
3452                     "type": "custom"
3453                 },
3454                 {
3455                     "url": "https://github.com/fabpot",
3456                     "type": "github"
3457                 },
3458                 {
3459                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3460                     "type": "tidelift"
3461                 }
3462             ],
3463             "time": "2021-12-29T10:10:35+00:00"
3464         },
3465         {
3466             "name": "symfony/deprecation-contracts",
3467             "version": "v2.5.0",
3468             "source": {
3469                 "type": "git",
3470                 "url": "https://github.com/symfony/deprecation-contracts.git",
3471                 "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8"
3472             },
3473             "dist": {
3474                 "type": "zip",
3475                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8",
3476                 "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8",
3477                 "shasum": ""
3478             },
3479             "require": {
3480                 "php": ">=7.1"
3481             },
3482             "type": "library",
3483             "extra": {
3484                 "branch-alias": {
3485                     "dev-main": "2.5-dev"
3486                 },
3487                 "thanks": {
3488                     "name": "symfony/contracts",
3489                     "url": "https://github.com/symfony/contracts"
3490                 }
3491             },
3492             "autoload": {
3493                 "files": [
3494                     "function.php"
3495                 ]
3496             },
3497             "notification-url": "https://packagist.org/downloads/",
3498             "license": [
3499                 "MIT"
3500             ],
3501             "authors": [
3502                 {
3503                     "name": "Nicolas Grekas",
3504                     "email": "p@tchwork.com"
3505                 },
3506                 {
3507                     "name": "Symfony Community",
3508                     "homepage": "https://symfony.com/contributors"
3509                 }
3510             ],
3511             "description": "A generic function and convention to trigger deprecation notices",
3512             "homepage": "https://symfony.com",
3513             "support": {
3514                 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.0"
3515             },
3516             "funding": [
3517                 {
3518                     "url": "https://symfony.com/sponsor",
3519                     "type": "custom"
3520                 },
3521                 {
3522                     "url": "https://github.com/fabpot",
3523                     "type": "github"
3524                 },
3525                 {
3526                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3527                     "type": "tidelift"
3528                 }
3529             ],
3530             "time": "2021-07-12T14:48:14+00:00"
3531         },
3532         {
3533             "name": "symfony/dom-crawler",
3534             "version": "v4.4.36",
3535             "source": {
3536                 "type": "git",
3537                 "url": "https://github.com/symfony/dom-crawler.git",
3538                 "reference": "42de12bee3b5e594977209bcdf58ec4fef8dde39"
3539             },
3540             "dist": {
3541                 "type": "zip",
3542                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/42de12bee3b5e594977209bcdf58ec4fef8dde39",
3543                 "reference": "42de12bee3b5e594977209bcdf58ec4fef8dde39",
3544                 "shasum": ""
3545             },
3546             "require": {
3547                 "php": ">=7.1.3",
3548                 "symfony/polyfill-ctype": "~1.8",
3549                 "symfony/polyfill-mbstring": "~1.0",
3550                 "symfony/polyfill-php80": "^1.16"
3551             },
3552             "conflict": {
3553                 "masterminds/html5": "<2.6"
3554             },
3555             "require-dev": {
3556                 "masterminds/html5": "^2.6",
3557                 "symfony/css-selector": "^3.4|^4.0|^5.0"
3558             },
3559             "suggest": {
3560                 "symfony/css-selector": ""
3561             },
3562             "type": "library",
3563             "autoload": {
3564                 "psr-4": {
3565                     "Symfony\\Component\\DomCrawler\\": ""
3566                 },
3567                 "exclude-from-classmap": [
3568                     "/Tests/"
3569                 ]
3570             },
3571             "notification-url": "https://packagist.org/downloads/",
3572             "license": [
3573                 "MIT"
3574             ],
3575             "authors": [
3576                 {
3577                     "name": "Fabien Potencier",
3578                     "email": "fabien@symfony.com"
3579                 },
3580                 {
3581                     "name": "Symfony Community",
3582                     "homepage": "https://symfony.com/contributors"
3583                 }
3584             ],
3585             "description": "Eases DOM navigation for HTML and XML documents",
3586             "homepage": "https://symfony.com",
3587             "support": {
3588                 "source": "https://github.com/symfony/dom-crawler/tree/v4.4.36"
3589             },
3590             "funding": [
3591                 {
3592                     "url": "https://symfony.com/sponsor",
3593                     "type": "custom"
3594                 },
3595                 {
3596                     "url": "https://github.com/fabpot",
3597                     "type": "github"
3598                 },
3599                 {
3600                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3601                     "type": "tidelift"
3602                 }
3603             ],
3604             "time": "2021-12-28T14:48:02+00:00"
3605         },
3606         {
3607             "name": "symfony/event-dispatcher",
3608             "version": "v5.4.0",
3609             "source": {
3610                 "type": "git",
3611                 "url": "https://github.com/symfony/event-dispatcher.git",
3612                 "reference": "27d39ae126352b9fa3be5e196ccf4617897be3eb"
3613             },
3614             "dist": {
3615                 "type": "zip",
3616                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/27d39ae126352b9fa3be5e196ccf4617897be3eb",
3617                 "reference": "27d39ae126352b9fa3be5e196ccf4617897be3eb",
3618                 "shasum": ""
3619             },
3620             "require": {
3621                 "php": ">=7.2.5",
3622                 "symfony/deprecation-contracts": "^2.1|^3",
3623                 "symfony/event-dispatcher-contracts": "^2|^3",
3624                 "symfony/polyfill-php80": "^1.16"
3625             },
3626             "conflict": {
3627                 "symfony/dependency-injection": "<4.4"
3628             },
3629             "provide": {
3630                 "psr/event-dispatcher-implementation": "1.0",
3631                 "symfony/event-dispatcher-implementation": "2.0"
3632             },
3633             "require-dev": {
3634                 "psr/log": "^1|^2|^3",
3635                 "symfony/config": "^4.4|^5.0|^6.0",
3636                 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
3637                 "symfony/error-handler": "^4.4|^5.0|^6.0",
3638                 "symfony/expression-language": "^4.4|^5.0|^6.0",
3639                 "symfony/http-foundation": "^4.4|^5.0|^6.0",
3640                 "symfony/service-contracts": "^1.1|^2|^3",
3641                 "symfony/stopwatch": "^4.4|^5.0|^6.0"
3642             },
3643             "suggest": {
3644                 "symfony/dependency-injection": "",
3645                 "symfony/http-kernel": ""
3646             },
3647             "type": "library",
3648             "autoload": {
3649                 "psr-4": {
3650                     "Symfony\\Component\\EventDispatcher\\": ""
3651                 },
3652                 "exclude-from-classmap": [
3653                     "/Tests/"
3654                 ]
3655             },
3656             "notification-url": "https://packagist.org/downloads/",
3657             "license": [
3658                 "MIT"
3659             ],
3660             "authors": [
3661                 {
3662                     "name": "Fabien Potencier",
3663                     "email": "fabien@symfony.com"
3664                 },
3665                 {
3666                     "name": "Symfony Community",
3667                     "homepage": "https://symfony.com/contributors"
3668                 }
3669             ],
3670             "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
3671             "homepage": "https://symfony.com",
3672             "support": {
3673                 "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.0"
3674             },
3675             "funding": [
3676                 {
3677                     "url": "https://symfony.com/sponsor",
3678                     "type": "custom"
3679                 },
3680                 {
3681                     "url": "https://github.com/fabpot",
3682                     "type": "github"
3683                 },
3684                 {
3685                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3686                     "type": "tidelift"
3687                 }
3688             ],
3689             "time": "2021-11-23T10:19:22+00:00"
3690         },
3691         {
3692             "name": "symfony/event-dispatcher-contracts",
3693             "version": "v2.5.0",
3694             "source": {
3695                 "type": "git",
3696                 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
3697                 "reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a"
3698             },
3699             "dist": {
3700                 "type": "zip",
3701                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/66bea3b09be61613cd3b4043a65a8ec48cfa6d2a",
3702                 "reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a",
3703                 "shasum": ""
3704             },
3705             "require": {
3706                 "php": ">=7.2.5",
3707                 "psr/event-dispatcher": "^1"
3708             },
3709             "suggest": {
3710                 "symfony/event-dispatcher-implementation": ""
3711             },
3712             "type": "library",
3713             "extra": {
3714                 "branch-alias": {
3715                     "dev-main": "2.5-dev"
3716                 },
3717                 "thanks": {
3718                     "name": "symfony/contracts",
3719                     "url": "https://github.com/symfony/contracts"
3720                 }
3721             },
3722             "autoload": {
3723                 "psr-4": {
3724                     "Symfony\\Contracts\\EventDispatcher\\": ""
3725                 }
3726             },
3727             "notification-url": "https://packagist.org/downloads/",
3728             "license": [
3729                 "MIT"
3730             ],
3731             "authors": [
3732                 {
3733                     "name": "Nicolas Grekas",
3734                     "email": "p@tchwork.com"
3735                 },
3736                 {
3737                     "name": "Symfony Community",
3738                     "homepage": "https://symfony.com/contributors"
3739                 }
3740             ],
3741             "description": "Generic abstractions related to dispatching event",
3742             "homepage": "https://symfony.com",
3743             "keywords": [
3744                 "abstractions",
3745                 "contracts",
3746                 "decoupling",
3747                 "interfaces",
3748                 "interoperability",
3749                 "standards"
3750             ],
3751             "support": {
3752                 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.0"
3753             },
3754             "funding": [
3755                 {
3756                     "url": "https://symfony.com/sponsor",
3757                     "type": "custom"
3758                 },
3759                 {
3760                     "url": "https://github.com/fabpot",
3761                     "type": "github"
3762                 },
3763                 {
3764                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3765                     "type": "tidelift"
3766                 }
3767             ],
3768             "time": "2021-07-12T14:48:14+00:00"
3769         },
3770         {
3771             "name": "symfony/filesystem",
3772             "version": "v5.4.0",
3773             "source": {
3774                 "type": "git",
3775                 "url": "https://github.com/symfony/filesystem.git",
3776                 "reference": "731f917dc31edcffec2c6a777f3698c33bea8f01"
3777             },
3778             "dist": {
3779                 "type": "zip",
3780                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/731f917dc31edcffec2c6a777f3698c33bea8f01",
3781                 "reference": "731f917dc31edcffec2c6a777f3698c33bea8f01",
3782                 "shasum": ""
3783             },
3784             "require": {
3785                 "php": ">=7.2.5",
3786                 "symfony/polyfill-ctype": "~1.8",
3787                 "symfony/polyfill-mbstring": "~1.8",
3788                 "symfony/polyfill-php80": "^1.16"
3789             },
3790             "type": "library",
3791             "autoload": {
3792                 "psr-4": {
3793                     "Symfony\\Component\\Filesystem\\": ""
3794                 },
3795                 "exclude-from-classmap": [
3796                     "/Tests/"
3797                 ]
3798             },
3799             "notification-url": "https://packagist.org/downloads/",
3800             "license": [
3801                 "MIT"
3802             ],
3803             "authors": [
3804                 {
3805                     "name": "Fabien Potencier",
3806                     "email": "fabien@symfony.com"
3807                 },
3808                 {
3809                     "name": "Symfony Community",
3810                     "homepage": "https://symfony.com/contributors"
3811                 }
3812             ],
3813             "description": "Provides basic utilities for the filesystem",
3814             "homepage": "https://symfony.com",
3815             "support": {
3816                 "source": "https://github.com/symfony/filesystem/tree/v5.4.0"
3817             },
3818             "funding": [
3819                 {
3820                     "url": "https://symfony.com/sponsor",
3821                     "type": "custom"
3822                 },
3823                 {
3824                     "url": "https://github.com/fabpot",
3825                     "type": "github"
3826                 },
3827                 {
3828                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3829                     "type": "tidelift"
3830                 }
3831             ],
3832             "time": "2021-10-28T13:39:27+00:00"
3833         },
3834         {
3835             "name": "symfony/polyfill-ctype",
3836             "version": "v1.23.0",
3837             "source": {
3838                 "type": "git",
3839                 "url": "https://github.com/symfony/polyfill-ctype.git",
3840                 "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
3841             },
3842             "dist": {
3843                 "type": "zip",
3844                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
3845                 "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
3846                 "shasum": ""
3847             },
3848             "require": {
3849                 "php": ">=7.1"
3850             },
3851             "suggest": {
3852                 "ext-ctype": "For best performance"
3853             },
3854             "type": "library",
3855             "extra": {
3856                 "branch-alias": {
3857                     "dev-main": "1.23-dev"
3858                 },
3859                 "thanks": {
3860                     "name": "symfony/polyfill",
3861                     "url": "https://github.com/symfony/polyfill"
3862                 }
3863             },
3864             "autoload": {
3865                 "psr-4": {
3866                     "Symfony\\Polyfill\\Ctype\\": ""
3867                 },
3868                 "files": [
3869                     "bootstrap.php"
3870                 ]
3871             },
3872             "notification-url": "https://packagist.org/downloads/",
3873             "license": [
3874                 "MIT"
3875             ],
3876             "authors": [
3877                 {
3878                     "name": "Gert de Pagter",
3879                     "email": "BackEndTea@gmail.com"
3880                 },
3881                 {
3882                     "name": "Symfony Community",
3883                     "homepage": "https://symfony.com/contributors"
3884                 }
3885             ],
3886             "description": "Symfony polyfill for ctype functions",
3887             "homepage": "https://symfony.com",
3888             "keywords": [
3889                 "compatibility",
3890                 "ctype",
3891                 "polyfill",
3892                 "portable"
3893             ],
3894             "support": {
3895                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0"
3896             },
3897             "funding": [
3898                 {
3899                     "url": "https://symfony.com/sponsor",
3900                     "type": "custom"
3901                 },
3902                 {
3903                     "url": "https://github.com/fabpot",
3904                     "type": "github"
3905                 },
3906                 {
3907                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3908                     "type": "tidelift"
3909                 }
3910             ],
3911             "time": "2021-02-19T12:13:01+00:00"
3912         },
3913         {
3914             "name": "symfony/polyfill-intl-grapheme",
3915             "version": "v1.23.1",
3916             "source": {
3917                 "type": "git",
3918                 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
3919                 "reference": "16880ba9c5ebe3642d1995ab866db29270b36535"
3920             },
3921             "dist": {
3922                 "type": "zip",
3923                 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/16880ba9c5ebe3642d1995ab866db29270b36535",
3924                 "reference": "16880ba9c5ebe3642d1995ab866db29270b36535",
3925                 "shasum": ""
3926             },
3927             "require": {
3928                 "php": ">=7.1"
3929             },
3930             "suggest": {
3931                 "ext-intl": "For best performance"
3932             },
3933             "type": "library",
3934             "extra": {
3935                 "branch-alias": {
3936                     "dev-main": "1.23-dev"
3937                 },
3938                 "thanks": {
3939                     "name": "symfony/polyfill",
3940                     "url": "https://github.com/symfony/polyfill"
3941                 }
3942             },
3943             "autoload": {
3944                 "psr-4": {
3945                     "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
3946                 },
3947                 "files": [
3948                     "bootstrap.php"
3949                 ]
3950             },
3951             "notification-url": "https://packagist.org/downloads/",
3952             "license": [
3953                 "MIT"
3954             ],
3955             "authors": [
3956                 {
3957                     "name": "Nicolas Grekas",
3958                     "email": "p@tchwork.com"
3959                 },
3960                 {
3961                     "name": "Symfony Community",
3962                     "homepage": "https://symfony.com/contributors"
3963                 }
3964             ],
3965             "description": "Symfony polyfill for intl's grapheme_* functions",
3966             "homepage": "https://symfony.com",
3967             "keywords": [
3968                 "compatibility",
3969                 "grapheme",
3970                 "intl",
3971                 "polyfill",
3972                 "portable",
3973                 "shim"
3974             ],
3975             "support": {
3976                 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.23.1"
3977             },
3978             "funding": [
3979                 {
3980                     "url": "https://symfony.com/sponsor",
3981                     "type": "custom"
3982                 },
3983                 {
3984                     "url": "https://github.com/fabpot",
3985                     "type": "github"
3986                 },
3987                 {
3988                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3989                     "type": "tidelift"
3990                 }
3991             ],
3992             "time": "2021-05-27T12:26:48+00:00"
3993         },
3994         {
3995             "name": "symfony/polyfill-intl-idn",
3996             "version": "v1.23.0",
3997             "source": {
3998                 "type": "git",
3999                 "url": "https://github.com/symfony/polyfill-intl-idn.git",
4000                 "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65"
4001             },
4002             "dist": {
4003                 "type": "zip",
4004                 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/65bd267525e82759e7d8c4e8ceea44f398838e65",
4005                 "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65",
4006                 "shasum": ""
4007             },
4008             "require": {
4009                 "php": ">=7.1",
4010                 "symfony/polyfill-intl-normalizer": "^1.10",
4011                 "symfony/polyfill-php72": "^1.10"
4012             },
4013             "suggest": {
4014                 "ext-intl": "For best performance"
4015             },
4016             "type": "library",
4017             "extra": {
4018                 "branch-alias": {
4019                     "dev-main": "1.23-dev"
4020                 },
4021                 "thanks": {
4022                     "name": "symfony/polyfill",
4023                     "url": "https://github.com/symfony/polyfill"
4024                 }
4025             },
4026             "autoload": {
4027                 "psr-4": {
4028                     "Symfony\\Polyfill\\Intl\\Idn\\": ""
4029                 },
4030                 "files": [
4031                     "bootstrap.php"
4032                 ]
4033             },
4034             "notification-url": "https://packagist.org/downloads/",
4035             "license": [
4036                 "MIT"
4037             ],
4038             "authors": [
4039                 {
4040                     "name": "Laurent Bassin",
4041                     "email": "laurent@bassin.info"
4042                 },
4043                 {
4044                     "name": "Trevor Rowbotham",
4045                     "email": "trevor.rowbotham@pm.me"
4046                 },
4047                 {
4048                     "name": "Symfony Community",
4049                     "homepage": "https://symfony.com/contributors"
4050                 }
4051             ],
4052             "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
4053             "homepage": "https://symfony.com",
4054             "keywords": [
4055                 "compatibility",
4056                 "idn",
4057                 "intl",
4058                 "polyfill",
4059                 "portable",
4060                 "shim"
4061             ],
4062             "support": {
4063                 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.23.0"
4064             },
4065             "funding": [
4066                 {
4067                     "url": "https://symfony.com/sponsor",
4068                     "type": "custom"
4069                 },
4070                 {
4071                     "url": "https://github.com/fabpot",
4072                     "type": "github"
4073                 },
4074                 {
4075                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4076                     "type": "tidelift"
4077                 }
4078             ],
4079             "time": "2021-05-27T09:27:20+00:00"
4080         },
4081         {
4082             "name": "symfony/polyfill-intl-normalizer",
4083             "version": "v1.23.0",
4084             "source": {
4085                 "type": "git",
4086                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
4087                 "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
4088             },
4089             "dist": {
4090                 "type": "zip",
4091                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
4092                 "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
4093                 "shasum": ""
4094             },
4095             "require": {
4096                 "php": ">=7.1"
4097             },
4098             "suggest": {
4099                 "ext-intl": "For best performance"
4100             },
4101             "type": "library",
4102             "extra": {
4103                 "branch-alias": {
4104                     "dev-main": "1.23-dev"
4105                 },
4106                 "thanks": {
4107                     "name": "symfony/polyfill",
4108                     "url": "https://github.com/symfony/polyfill"
4109                 }
4110             },
4111             "autoload": {
4112                 "psr-4": {
4113                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
4114                 },
4115                 "files": [
4116                     "bootstrap.php"
4117                 ],
4118                 "classmap": [
4119                     "Resources/stubs"
4120                 ]
4121             },
4122             "notification-url": "https://packagist.org/downloads/",
4123             "license": [
4124                 "MIT"
4125             ],
4126             "authors": [
4127                 {
4128                     "name": "Nicolas Grekas",
4129                     "email": "p@tchwork.com"
4130                 },
4131                 {
4132                     "name": "Symfony Community",
4133                     "homepage": "https://symfony.com/contributors"
4134                 }
4135             ],
4136             "description": "Symfony polyfill for intl's Normalizer class and related functions",
4137             "homepage": "https://symfony.com",
4138             "keywords": [
4139                 "compatibility",
4140                 "intl",
4141                 "normalizer",
4142                 "polyfill",
4143                 "portable",
4144                 "shim"
4145             ],
4146             "support": {
4147                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0"
4148             },
4149             "funding": [
4150                 {
4151                     "url": "https://symfony.com/sponsor",
4152                     "type": "custom"
4153                 },
4154                 {
4155                     "url": "https://github.com/fabpot",
4156                     "type": "github"
4157                 },
4158                 {
4159                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4160                     "type": "tidelift"
4161                 }
4162             ],
4163             "time": "2021-02-19T12:13:01+00:00"
4164         },
4165         {
4166             "name": "symfony/polyfill-mbstring",
4167             "version": "v1.23.1",
4168             "source": {
4169                 "type": "git",
4170                 "url": "https://github.com/symfony/polyfill-mbstring.git",
4171                 "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
4172             },
4173             "dist": {
4174                 "type": "zip",
4175                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
4176                 "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
4177                 "shasum": ""
4178             },
4179             "require": {
4180                 "php": ">=7.1"
4181             },
4182             "suggest": {
4183                 "ext-mbstring": "For best performance"
4184             },
4185             "type": "library",
4186             "extra": {
4187                 "branch-alias": {
4188                     "dev-main": "1.23-dev"
4189                 },
4190                 "thanks": {
4191                     "name": "symfony/polyfill",
4192                     "url": "https://github.com/symfony/polyfill"
4193                 }
4194             },
4195             "autoload": {
4196                 "psr-4": {
4197                     "Symfony\\Polyfill\\Mbstring\\": ""
4198                 },
4199                 "files": [
4200                     "bootstrap.php"
4201                 ]
4202             },
4203             "notification-url": "https://packagist.org/downloads/",
4204             "license": [
4205                 "MIT"
4206             ],
4207             "authors": [
4208                 {
4209                     "name": "Nicolas Grekas",
4210                     "email": "p@tchwork.com"
4211                 },
4212                 {
4213                     "name": "Symfony Community",
4214                     "homepage": "https://symfony.com/contributors"
4215                 }
4216             ],
4217             "description": "Symfony polyfill for the Mbstring extension",
4218             "homepage": "https://symfony.com",
4219             "keywords": [
4220                 "compatibility",
4221                 "mbstring",
4222                 "polyfill",
4223                 "portable",
4224                 "shim"
4225             ],
4226             "support": {
4227                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1"
4228             },
4229             "funding": [
4230                 {
4231                     "url": "https://symfony.com/sponsor",
4232                     "type": "custom"
4233                 },
4234                 {
4235                     "url": "https://github.com/fabpot",
4236                     "type": "github"
4237                 },
4238                 {
4239                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4240                     "type": "tidelift"
4241                 }
4242             ],
4243             "time": "2021-05-27T12:26:48+00:00"
4244         },
4245         {
4246             "name": "symfony/polyfill-php72",
4247             "version": "v1.23.0",
4248             "source": {
4249                 "type": "git",
4250                 "url": "https://github.com/symfony/polyfill-php72.git",
4251                 "reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
4252             },
4253             "dist": {
4254                 "type": "zip",
4255                 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
4256                 "reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
4257                 "shasum": ""
4258             },
4259             "require": {
4260                 "php": ">=7.1"
4261             },
4262             "type": "library",
4263             "extra": {
4264                 "branch-alias": {
4265                     "dev-main": "1.23-dev"
4266                 },
4267                 "thanks": {
4268                     "name": "symfony/polyfill",
4269                     "url": "https://github.com/symfony/polyfill"
4270                 }
4271             },
4272             "autoload": {
4273                 "psr-4": {
4274                     "Symfony\\Polyfill\\Php72\\": ""
4275                 },
4276                 "files": [
4277                     "bootstrap.php"
4278                 ]
4279             },
4280             "notification-url": "https://packagist.org/downloads/",
4281             "license": [
4282                 "MIT"
4283             ],
4284             "authors": [
4285                 {
4286                     "name": "Nicolas Grekas",
4287                     "email": "p@tchwork.com"
4288                 },
4289                 {
4290                     "name": "Symfony Community",
4291                     "homepage": "https://symfony.com/contributors"
4292                 }
4293             ],
4294             "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
4295             "homepage": "https://symfony.com",
4296             "keywords": [
4297                 "compatibility",
4298                 "polyfill",
4299                 "portable",
4300                 "shim"
4301             ],
4302             "support": {
4303                 "source": "https://github.com/symfony/polyfill-php72/tree/v1.23.0"
4304             },
4305             "funding": [
4306                 {
4307                     "url": "https://symfony.com/sponsor",
4308                     "type": "custom"
4309                 },
4310                 {
4311                     "url": "https://github.com/fabpot",
4312                     "type": "github"
4313                 },
4314                 {
4315                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4316                     "type": "tidelift"
4317                 }
4318             ],
4319             "time": "2021-05-27T09:17:38+00:00"
4320         },
4321         {
4322             "name": "symfony/polyfill-php73",
4323             "version": "v1.23.0",
4324             "source": {
4325                 "type": "git",
4326                 "url": "https://github.com/symfony/polyfill-php73.git",
4327                 "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010"
4328             },
4329             "dist": {
4330                 "type": "zip",
4331                 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010",
4332                 "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010",
4333                 "shasum": ""
4334             },
4335             "require": {
4336                 "php": ">=7.1"
4337             },
4338             "type": "library",
4339             "extra": {
4340                 "branch-alias": {
4341                     "dev-main": "1.23-dev"
4342                 },
4343                 "thanks": {
4344                     "name": "symfony/polyfill",
4345                     "url": "https://github.com/symfony/polyfill"
4346                 }
4347             },
4348             "autoload": {
4349                 "psr-4": {
4350                     "Symfony\\Polyfill\\Php73\\": ""
4351                 },
4352                 "files": [
4353                     "bootstrap.php"
4354                 ],
4355                 "classmap": [
4356                     "Resources/stubs"
4357                 ]
4358             },
4359             "notification-url": "https://packagist.org/downloads/",
4360             "license": [
4361                 "MIT"
4362             ],
4363             "authors": [
4364                 {
4365                     "name": "Nicolas Grekas",
4366                     "email": "p@tchwork.com"
4367                 },
4368                 {
4369                     "name": "Symfony Community",
4370                     "homepage": "https://symfony.com/contributors"
4371                 }
4372             ],
4373             "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
4374             "homepage": "https://symfony.com",
4375             "keywords": [
4376                 "compatibility",
4377                 "polyfill",
4378                 "portable",
4379                 "shim"
4380             ],
4381             "support": {
4382                 "source": "https://github.com/symfony/polyfill-php73/tree/v1.23.0"
4383             },
4384             "funding": [
4385                 {
4386                     "url": "https://symfony.com/sponsor",
4387                     "type": "custom"
4388                 },
4389                 {
4390                     "url": "https://github.com/fabpot",
4391                     "type": "github"
4392                 },
4393                 {
4394                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4395                     "type": "tidelift"
4396                 }
4397             ],
4398             "time": "2021-02-19T12:13:01+00:00"
4399         },
4400         {
4401             "name": "symfony/polyfill-php80",
4402             "version": "v1.23.1",
4403             "source": {
4404                 "type": "git",
4405                 "url": "https://github.com/symfony/polyfill-php80.git",
4406                 "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
4407             },
4408             "dist": {
4409                 "type": "zip",
4410                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
4411                 "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
4412                 "shasum": ""
4413             },
4414             "require": {
4415                 "php": ">=7.1"
4416             },
4417             "type": "library",
4418             "extra": {
4419                 "branch-alias": {
4420                     "dev-main": "1.23-dev"
4421                 },
4422                 "thanks": {
4423                     "name": "symfony/polyfill",
4424                     "url": "https://github.com/symfony/polyfill"
4425                 }
4426             },
4427             "autoload": {
4428                 "psr-4": {
4429                     "Symfony\\Polyfill\\Php80\\": ""
4430                 },
4431                 "files": [
4432                     "bootstrap.php"
4433                 ],
4434                 "classmap": [
4435                     "Resources/stubs"
4436                 ]
4437             },
4438             "notification-url": "https://packagist.org/downloads/",
4439             "license": [
4440                 "MIT"
4441             ],
4442             "authors": [
4443                 {
4444                     "name": "Ion Bazan",
4445                     "email": "ion.bazan@gmail.com"
4446                 },
4447                 {
4448                     "name": "Nicolas Grekas",
4449                     "email": "p@tchwork.com"
4450                 },
4451                 {
4452                     "name": "Symfony Community",
4453                     "homepage": "https://symfony.com/contributors"
4454                 }
4455             ],
4456             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
4457             "homepage": "https://symfony.com",
4458             "keywords": [
4459                 "compatibility",
4460                 "polyfill",
4461                 "portable",
4462                 "shim"
4463             ],
4464             "support": {
4465                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1"
4466             },
4467             "funding": [
4468                 {
4469                     "url": "https://symfony.com/sponsor",
4470                     "type": "custom"
4471                 },
4472                 {
4473                     "url": "https://github.com/fabpot",
4474                     "type": "github"
4475                 },
4476                 {
4477                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4478                     "type": "tidelift"
4479                 }
4480             ],
4481             "time": "2021-07-28T13:41:28+00:00"
4482         },
4483         {
4484             "name": "symfony/polyfill-php81",
4485             "version": "v1.23.0",
4486             "source": {
4487                 "type": "git",
4488                 "url": "https://github.com/symfony/polyfill-php81.git",
4489                 "reference": "e66119f3de95efc359483f810c4c3e6436279436"
4490             },
4491             "dist": {
4492                 "type": "zip",
4493                 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436",
4494                 "reference": "e66119f3de95efc359483f810c4c3e6436279436",
4495                 "shasum": ""
4496             },
4497             "require": {
4498                 "php": ">=7.1"
4499             },
4500             "type": "library",
4501             "extra": {
4502                 "branch-alias": {
4503                     "dev-main": "1.23-dev"
4504                 },
4505                 "thanks": {
4506                     "name": "symfony/polyfill",
4507                     "url": "https://github.com/symfony/polyfill"
4508                 }
4509             },
4510             "autoload": {
4511                 "psr-4": {
4512                     "Symfony\\Polyfill\\Php81\\": ""
4513                 },
4514                 "files": [
4515                     "bootstrap.php"
4516                 ],
4517                 "classmap": [
4518                     "Resources/stubs"
4519                 ]
4520             },
4521             "notification-url": "https://packagist.org/downloads/",
4522             "license": [
4523                 "MIT"
4524             ],
4525             "authors": [
4526                 {
4527                     "name": "Nicolas Grekas",
4528                     "email": "p@tchwork.com"
4529                 },
4530                 {
4531                     "name": "Symfony Community",
4532                     "homepage": "https://symfony.com/contributors"
4533                 }
4534             ],
4535             "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
4536             "homepage": "https://symfony.com",
4537             "keywords": [
4538                 "compatibility",
4539                 "polyfill",
4540                 "portable",
4541                 "shim"
4542             ],
4543             "support": {
4544                 "source": "https://github.com/symfony/polyfill-php81/tree/v1.23.0"
4545             },
4546             "funding": [
4547                 {
4548                     "url": "https://symfony.com/sponsor",
4549                     "type": "custom"
4550                 },
4551                 {
4552                     "url": "https://github.com/fabpot",
4553                     "type": "github"
4554                 },
4555                 {
4556                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4557                     "type": "tidelift"
4558                 }
4559             ],
4560             "time": "2021-05-21T13:25:03+00:00"
4561         },
4562         {
4563             "name": "symfony/process",
4564             "version": "v5.4.2",
4565             "source": {
4566                 "type": "git",
4567                 "url": "https://github.com/symfony/process.git",
4568                 "reference": "2b3ba8722c4aaf3e88011be5e7f48710088fb5e4"
4569             },
4570             "dist": {
4571                 "type": "zip",
4572                 "url": "https://api.github.com/repos/symfony/process/zipball/2b3ba8722c4aaf3e88011be5e7f48710088fb5e4",
4573                 "reference": "2b3ba8722c4aaf3e88011be5e7f48710088fb5e4",
4574                 "shasum": ""
4575             },
4576             "require": {
4577                 "php": ">=7.2.5",
4578                 "symfony/polyfill-php80": "^1.16"
4579             },
4580             "type": "library",
4581             "autoload": {
4582                 "psr-4": {
4583                     "Symfony\\Component\\Process\\": ""
4584                 },
4585                 "exclude-from-classmap": [
4586                     "/Tests/"
4587                 ]
4588             },
4589             "notification-url": "https://packagist.org/downloads/",
4590             "license": [
4591                 "MIT"
4592             ],
4593             "authors": [
4594                 {
4595                     "name": "Fabien Potencier",
4596                     "email": "fabien@symfony.com"
4597                 },
4598                 {
4599                     "name": "Symfony Community",
4600                     "homepage": "https://symfony.com/contributors"
4601                 }
4602             ],
4603             "description": "Executes commands in sub-processes",
4604             "homepage": "https://symfony.com",
4605             "support": {
4606                 "source": "https://github.com/symfony/process/tree/v5.4.2"
4607             },
4608             "funding": [
4609                 {
4610                     "url": "https://symfony.com/sponsor",
4611                     "type": "custom"
4612                 },
4613                 {
4614                     "url": "https://github.com/fabpot",
4615                     "type": "github"
4616                 },
4617                 {
4618                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4619                     "type": "tidelift"
4620                 }
4621             ],
4622             "time": "2021-12-27T21:01:00+00:00"
4623         },
4624         {
4625             "name": "symfony/service-contracts",
4626             "version": "v2.5.0",
4627             "source": {
4628                 "type": "git",
4629                 "url": "https://github.com/symfony/service-contracts.git",
4630                 "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc"
4631             },
4632             "dist": {
4633                 "type": "zip",
4634                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
4635                 "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
4636                 "shasum": ""
4637             },
4638             "require": {
4639                 "php": ">=7.2.5",
4640                 "psr/container": "^1.1",
4641                 "symfony/deprecation-contracts": "^2.1"
4642             },
4643             "conflict": {
4644                 "ext-psr": "<1.1|>=2"
4645             },
4646             "suggest": {
4647                 "symfony/service-implementation": ""
4648             },
4649             "type": "library",
4650             "extra": {
4651                 "branch-alias": {
4652                     "dev-main": "2.5-dev"
4653                 },
4654                 "thanks": {
4655                     "name": "symfony/contracts",
4656                     "url": "https://github.com/symfony/contracts"
4657                 }
4658             },
4659             "autoload": {
4660                 "psr-4": {
4661                     "Symfony\\Contracts\\Service\\": ""
4662                 }
4663             },
4664             "notification-url": "https://packagist.org/downloads/",
4665             "license": [
4666                 "MIT"
4667             ],
4668             "authors": [
4669                 {
4670                     "name": "Nicolas Grekas",
4671                     "email": "p@tchwork.com"
4672                 },
4673                 {
4674                     "name": "Symfony Community",
4675                     "homepage": "https://symfony.com/contributors"
4676                 }
4677             ],
4678             "description": "Generic abstractions related to writing services",
4679             "homepage": "https://symfony.com",
4680             "keywords": [
4681                 "abstractions",
4682                 "contracts",
4683                 "decoupling",
4684                 "interfaces",
4685                 "interoperability",
4686                 "standards"
4687             ],
4688             "support": {
4689                 "source": "https://github.com/symfony/service-contracts/tree/v2.5.0"
4690             },
4691             "funding": [
4692                 {
4693                     "url": "https://symfony.com/sponsor",
4694                     "type": "custom"
4695                 },
4696                 {
4697                     "url": "https://github.com/fabpot",
4698                     "type": "github"
4699                 },
4700                 {
4701                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4702                     "type": "tidelift"
4703                 }
4704             ],
4705             "time": "2021-11-04T16:48:04+00:00"
4706         },
4707         {
4708             "name": "symfony/string",
4709             "version": "v5.4.2",
4710             "source": {
4711                 "type": "git",
4712                 "url": "https://github.com/symfony/string.git",
4713                 "reference": "e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d"
4714             },
4715             "dist": {
4716                 "type": "zip",
4717                 "url": "https://api.github.com/repos/symfony/string/zipball/e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d",
4718                 "reference": "e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d",
4719                 "shasum": ""
4720             },
4721             "require": {
4722                 "php": ">=7.2.5",
4723                 "symfony/polyfill-ctype": "~1.8",
4724                 "symfony/polyfill-intl-grapheme": "~1.0",
4725                 "symfony/polyfill-intl-normalizer": "~1.0",
4726                 "symfony/polyfill-mbstring": "~1.0",
4727                 "symfony/polyfill-php80": "~1.15"
4728             },
4729             "conflict": {
4730                 "symfony/translation-contracts": ">=3.0"
4731             },
4732             "require-dev": {
4733                 "symfony/error-handler": "^4.4|^5.0|^6.0",
4734                 "symfony/http-client": "^4.4|^5.0|^6.0",
4735                 "symfony/translation-contracts": "^1.1|^2",
4736                 "symfony/var-exporter": "^4.4|^5.0|^6.0"
4737             },
4738             "type": "library",
4739             "autoload": {
4740                 "psr-4": {
4741                     "Symfony\\Component\\String\\": ""
4742                 },
4743                 "files": [
4744                     "Resources/functions.php"
4745                 ],
4746                 "exclude-from-classmap": [
4747                     "/Tests/"
4748                 ]
4749             },
4750             "notification-url": "https://packagist.org/downloads/",
4751             "license": [
4752                 "MIT"
4753             ],
4754             "authors": [
4755                 {
4756                     "name": "Nicolas Grekas",
4757                     "email": "p@tchwork.com"
4758                 },
4759                 {
4760                     "name": "Symfony Community",
4761                     "homepage": "https://symfony.com/contributors"
4762                 }
4763             ],
4764             "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
4765             "homepage": "https://symfony.com",
4766             "keywords": [
4767                 "grapheme",
4768                 "i18n",
4769                 "string",
4770                 "unicode",
4771                 "utf-8",
4772                 "utf8"
4773             ],
4774             "support": {
4775                 "source": "https://github.com/symfony/string/tree/v5.4.2"
4776             },
4777             "funding": [
4778                 {
4779                     "url": "https://symfony.com/sponsor",
4780                     "type": "custom"
4781                 },
4782                 {
4783                     "url": "https://github.com/fabpot",
4784                     "type": "github"
4785                 },
4786                 {
4787                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4788                     "type": "tidelift"
4789                 }
4790             ],
4791             "time": "2021-12-16T21:52:00+00:00"
4792         },
4793         {
4794             "name": "symfony/translation",
4795             "version": "v5.4.2",
4796             "source": {
4797                 "type": "git",
4798                 "url": "https://github.com/symfony/translation.git",
4799                 "reference": "ff8bb2107b6a549dc3c5dd9c498dcc82c9c098ca"
4800             },
4801             "dist": {
4802                 "type": "zip",
4803                 "url": "https://api.github.com/repos/symfony/translation/zipball/ff8bb2107b6a549dc3c5dd9c498dcc82c9c098ca",
4804                 "reference": "ff8bb2107b6a549dc3c5dd9c498dcc82c9c098ca",
4805                 "shasum": ""
4806             },
4807             "require": {
4808                 "php": ">=7.2.5",
4809                 "symfony/deprecation-contracts": "^2.1|^3",
4810                 "symfony/polyfill-mbstring": "~1.0",
4811                 "symfony/polyfill-php80": "^1.16",
4812                 "symfony/translation-contracts": "^2.3"
4813             },
4814             "conflict": {
4815                 "symfony/config": "<4.4",
4816                 "symfony/console": "<5.3",
4817                 "symfony/dependency-injection": "<5.0",
4818                 "symfony/http-kernel": "<5.0",
4819                 "symfony/twig-bundle": "<5.0",
4820                 "symfony/yaml": "<4.4"
4821             },
4822             "provide": {
4823                 "symfony/translation-implementation": "2.3"
4824             },
4825             "require-dev": {
4826                 "psr/log": "^1|^2|^3",
4827                 "symfony/config": "^4.4|^5.0|^6.0",
4828                 "symfony/console": "^5.4|^6.0",
4829                 "symfony/dependency-injection": "^5.0|^6.0",
4830                 "symfony/finder": "^4.4|^5.0|^6.0",
4831                 "symfony/http-client-contracts": "^1.1|^2.0|^3.0",
4832                 "symfony/http-kernel": "^5.0|^6.0",
4833                 "symfony/intl": "^4.4|^5.0|^6.0",
4834                 "symfony/polyfill-intl-icu": "^1.21",
4835                 "symfony/service-contracts": "^1.1.2|^2|^3",
4836                 "symfony/yaml": "^4.4|^5.0|^6.0"
4837             },
4838             "suggest": {
4839                 "psr/log-implementation": "To use logging capability in translator",
4840                 "symfony/config": "",
4841                 "symfony/yaml": ""
4842             },
4843             "type": "library",
4844             "autoload": {
4845                 "files": [
4846                     "Resources/functions.php"
4847                 ],
4848                 "psr-4": {
4849                     "Symfony\\Component\\Translation\\": ""
4850                 },
4851                 "exclude-from-classmap": [
4852                     "/Tests/"
4853                 ]
4854             },
4855             "notification-url": "https://packagist.org/downloads/",
4856             "license": [
4857                 "MIT"
4858             ],
4859             "authors": [
4860                 {
4861                     "name": "Fabien Potencier",
4862                     "email": "fabien@symfony.com"
4863                 },
4864                 {
4865                     "name": "Symfony Community",
4866                     "homepage": "https://symfony.com/contributors"
4867                 }
4868             ],
4869             "description": "Provides tools to internationalize your application",
4870             "homepage": "https://symfony.com",
4871             "support": {
4872                 "source": "https://github.com/symfony/translation/tree/v5.4.2"
4873             },
4874             "funding": [
4875                 {
4876                     "url": "https://symfony.com/sponsor",
4877                     "type": "custom"
4878                 },
4879                 {
4880                     "url": "https://github.com/fabpot",
4881                     "type": "github"
4882                 },
4883                 {
4884                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4885                     "type": "tidelift"
4886                 }
4887             ],
4888             "time": "2021-12-25T19:45:36+00:00"
4889         },
4890         {
4891             "name": "symfony/translation-contracts",
4892             "version": "v2.5.0",
4893             "source": {
4894                 "type": "git",
4895                 "url": "https://github.com/symfony/translation-contracts.git",
4896                 "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e"
4897             },
4898             "dist": {
4899                 "type": "zip",
4900                 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/d28150f0f44ce854e942b671fc2620a98aae1b1e",
4901                 "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e",
4902                 "shasum": ""
4903             },
4904             "require": {
4905                 "php": ">=7.2.5"
4906             },
4907             "suggest": {
4908                 "symfony/translation-implementation": ""
4909             },
4910             "type": "library",
4911             "extra": {
4912                 "branch-alias": {
4913                     "dev-main": "2.5-dev"
4914                 },
4915                 "thanks": {
4916                     "name": "symfony/contracts",
4917                     "url": "https://github.com/symfony/contracts"
4918                 }
4919             },
4920             "autoload": {
4921                 "psr-4": {
4922                     "Symfony\\Contracts\\Translation\\": ""
4923                 }
4924             },
4925             "notification-url": "https://packagist.org/downloads/",
4926             "license": [
4927                 "MIT"
4928             ],
4929             "authors": [
4930                 {
4931                     "name": "Nicolas Grekas",
4932                     "email": "p@tchwork.com"
4933                 },
4934                 {
4935                     "name": "Symfony Community",
4936                     "homepage": "https://symfony.com/contributors"
4937                 }
4938             ],
4939             "description": "Generic abstractions related to translation",
4940             "homepage": "https://symfony.com",
4941             "keywords": [
4942                 "abstractions",
4943                 "contracts",
4944                 "decoupling",
4945                 "interfaces",
4946                 "interoperability",
4947                 "standards"
4948             ],
4949             "support": {
4950                 "source": "https://github.com/symfony/translation-contracts/tree/v2.5.0"
4951             },
4952             "funding": [
4953                 {
4954                     "url": "https://symfony.com/sponsor",
4955                     "type": "custom"
4956                 },
4957                 {
4958                     "url": "https://github.com/fabpot",
4959                     "type": "github"
4960                 },
4961                 {
4962                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4963                     "type": "tidelift"
4964                 }
4965             ],
4966             "time": "2021-08-17T14:20:01+00:00"
4967         },
4968         {
4969             "name": "symfony/yaml",
4970             "version": "v5.4.2",
4971             "source": {
4972                 "type": "git",
4973                 "url": "https://github.com/symfony/yaml.git",
4974                 "reference": "b9eb163846a61bb32dfc147f7859e274fab38b58"
4975             },
4976             "dist": {
4977                 "type": "zip",
4978                 "url": "https://api.github.com/repos/symfony/yaml/zipball/b9eb163846a61bb32dfc147f7859e274fab38b58",
4979                 "reference": "b9eb163846a61bb32dfc147f7859e274fab38b58",
4980                 "shasum": ""
4981             },
4982             "require": {
4983                 "php": ">=7.2.5",
4984                 "symfony/deprecation-contracts": "^2.1|^3",
4985                 "symfony/polyfill-ctype": "^1.8"
4986             },
4987             "conflict": {
4988                 "symfony/console": "<5.3"
4989             },
4990             "require-dev": {
4991                 "symfony/console": "^5.3|^6.0"
4992             },
4993             "suggest": {
4994                 "symfony/console": "For validating YAML files using the lint command"
4995             },
4996             "bin": [
4997                 "Resources/bin/yaml-lint"
4998             ],
4999             "type": "library",
5000             "autoload": {
5001                 "psr-4": {
5002                     "Symfony\\Component\\Yaml\\": ""
5003                 },
5004                 "exclude-from-classmap": [
5005                     "/Tests/"
5006                 ]
5007             },
5008             "notification-url": "https://packagist.org/downloads/",
5009             "license": [
5010                 "MIT"
5011             ],
5012             "authors": [
5013                 {
5014                     "name": "Fabien Potencier",
5015                     "email": "fabien@symfony.com"
5016                 },
5017                 {
5018                     "name": "Symfony Community",
5019                     "homepage": "https://symfony.com/contributors"
5020                 }
5021             ],
5022             "description": "Loads and dumps YAML files",
5023             "homepage": "https://symfony.com",
5024             "support": {
5025                 "source": "https://github.com/symfony/yaml/tree/v5.4.2"
5026             },
5027             "funding": [
5028                 {
5029                     "url": "https://symfony.com/sponsor",
5030                     "type": "custom"
5031                 },
5032                 {
5033                     "url": "https://github.com/fabpot",
5034                     "type": "github"
5035                 },
5036                 {
5037                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5038                     "type": "tidelift"
5039                 }
5040             ],
5041             "time": "2021-12-16T21:58:21+00:00"
5042         },
5043         {
5044             "name": "theseer/tokenizer",
5045             "version": "1.2.1",
5046             "source": {
5047                 "type": "git",
5048                 "url": "https://github.com/theseer/tokenizer.git",
5049                 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
5050             },
5051             "dist": {
5052                 "type": "zip",
5053                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
5054                 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
5055                 "shasum": ""
5056             },
5057             "require": {
5058                 "ext-dom": "*",
5059                 "ext-tokenizer": "*",
5060                 "ext-xmlwriter": "*",
5061                 "php": "^7.2 || ^8.0"
5062             },
5063             "type": "library",
5064             "autoload": {
5065                 "classmap": [
5066                     "src/"
5067                 ]
5068             },
5069             "notification-url": "https://packagist.org/downloads/",
5070             "license": [
5071                 "BSD-3-Clause"
5072             ],
5073             "authors": [
5074                 {
5075                     "name": "Arne Blankerts",
5076                     "email": "arne@blankerts.de",
5077                     "role": "Developer"
5078                 }
5079             ],
5080             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
5081             "support": {
5082                 "issues": "https://github.com/theseer/tokenizer/issues",
5083                 "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
5084             },
5085             "funding": [
5086                 {
5087                     "url": "https://github.com/theseer",
5088                     "type": "github"
5089                 }
5090             ],
5091             "time": "2021-07-28T10:34:58+00:00"
5092         },
5093         {
5094             "name": "webmozart/assert",
5095             "version": "1.10.0",
5096             "source": {
5097                 "type": "git",
5098                 "url": "https://github.com/webmozarts/assert.git",
5099                 "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
5100             },
5101             "dist": {
5102                 "type": "zip",
5103                 "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
5104                 "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
5105                 "shasum": ""
5106             },
5107             "require": {
5108                 "php": "^7.2 || ^8.0",
5109                 "symfony/polyfill-ctype": "^1.8"
5110             },
5111             "conflict": {
5112                 "phpstan/phpstan": "<0.12.20",
5113                 "vimeo/psalm": "<4.6.1 || 4.6.2"
5114             },
5115             "require-dev": {
5116                 "phpunit/phpunit": "^8.5.13"
5117             },
5118             "type": "library",
5119             "extra": {
5120                 "branch-alias": {
5121                     "dev-master": "1.10-dev"
5122                 }
5123             },
5124             "autoload": {
5125                 "psr-4": {
5126                     "Webmozart\\Assert\\": "src/"
5127                 }
5128             },
5129             "notification-url": "https://packagist.org/downloads/",
5130             "license": [
5131                 "MIT"
5132             ],
5133             "authors": [
5134                 {
5135                     "name": "Bernhard Schussek",
5136                     "email": "bschussek@gmail.com"
5137                 }
5138             ],
5139             "description": "Assertions to validate method input/output with nice error messages.",
5140             "keywords": [
5141                 "assert",
5142                 "check",
5143                 "validate"
5144             ],
5145             "support": {
5146                 "issues": "https://github.com/webmozarts/assert/issues",
5147                 "source": "https://github.com/webmozarts/assert/tree/1.10.0"
5148             },
5149             "time": "2021-03-09T10:59:23+00:00"
5150         }
5151     ],
5152     "aliases": [],
5153     "minimum-stability": "dev",
5154     "stability-flags": {
5155         "friends-of-behat/mink-extension": 20
5156     },
5157     "prefer-stable": true,
5158     "prefer-lowest": false,
5159     "platform": {
5160         "php": ">=7.3.0 <8.1",
5161         "ext-iconv": "*",
5162         "ext-mbstring": "*",
5163         "ext-curl": "*",
5164         "ext-openssl": "*",
5165         "ext-ctype": "*",
5166         "ext-zip": "*",
5167         "ext-zlib": "*",
5168         "ext-gd": "*",
5169         "ext-simplexml": "*",
5170         "ext-spl": "*",
5171         "ext-pcre": "*",
5172         "ext-dom": "*",
5173         "ext-xml": "*",
5174         "ext-xmlreader": "*",
5175         "ext-intl": "*",
5176         "ext-json": "*",
5177         "ext-hash": "*",
5178         "ext-fileinfo": "*"
5179     },
5180     "platform-dev": [],
5181     "plugin-api-version": "2.2.0"