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