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