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