MDL-68292 core: Remove sesskey leakage on module pages
[moodle.git] / composer.lock
bloba94ddd0f9de3693071c8cb5899f3010b5ac58d9b
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": "689c806170238919a8ad31b5f75b5b6b",
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": "v1.3.1",
714             "source": {
715                 "type": "git",
716                 "url": "https://github.com/guzzle/promises.git",
717                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
718             },
719             "dist": {
720                 "type": "zip",
721                 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
722                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
723                 "shasum": ""
724             },
725             "require": {
726                 "php": ">=5.5.0"
727             },
728             "require-dev": {
729                 "phpunit/phpunit": "^4.0"
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": "2016-12-20T10:07:11+00:00"
761         },
762         {
763             "name": "guzzlehttp/psr7",
764             "version": "1.6.1",
765             "source": {
766                 "type": "git",
767                 "url": "https://github.com/guzzle/psr7.git",
768                 "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
769             },
770             "dist": {
771                 "type": "zip",
772                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
773                 "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
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.8"
787             },
788             "suggest": {
789                 "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
790             },
791             "type": "library",
792             "extra": {
793                 "branch-alias": {
794                     "dev-master": "1.6-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": "2019-07-01T23:21:34+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.310.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.1",
1242             "source": {
1243                 "type": "git",
1244                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1245                 "reference": "d870572532cd70bc3fab58f2e23ad423c8404c44"
1246             },
1247             "dist": {
1248                 "type": "zip",
1249                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d870572532cd70bc3fab58f2e23ad423c8404c44",
1250                 "reference": "d870572532cd70bc3fab58f2e23ad423c8404c44",
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-08-15T11:14:08+00:00"
1290         },
1291         {
1292             "name": "phpdocumentor/type-resolver",
1293             "version": "1.3.0",
1294             "source": {
1295                 "type": "git",
1296                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
1297                 "reference": "e878a14a65245fbe78f8080eba03b47c3b705651"
1298             },
1299             "dist": {
1300                 "type": "zip",
1301                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e878a14a65245fbe78f8080eba03b47c3b705651",
1302                 "reference": "e878a14a65245fbe78f8080eba03b47c3b705651",
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-06-27T10:12:23+00:00"
1335         },
1336         {
1337             "name": "phpspec/prophecy",
1338             "version": "1.11.1",
1339             "source": {
1340                 "type": "git",
1341                 "url": "https://github.com/phpspec/prophecy.git",
1342                 "reference": "b20034be5efcdab4fb60ca3a29cba2949aead160"
1343             },
1344             "dist": {
1345                 "type": "zip",
1346                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/b20034be5efcdab4fb60ca3a29cba2949aead160",
1347                 "reference": "b20034be5efcdab4fb60ca3a29cba2949aead160",
1348                 "shasum": ""
1349             },
1350             "require": {
1351                 "doctrine/instantiator": "^1.2",
1352                 "php": "^7.2",
1353                 "phpdocumentor/reflection-docblock": "^5.0",
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"
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-07-08T12:44:21+00:00"
1398         },
1399         {
1400             "name": "phpunit/dbunit",
1401             "version": "4.0.0",
1402             "source": {
1403                 "type": "git",
1404                 "url": "https://github.com/sebastianbergmann/dbunit.git",
1405                 "reference": "e77b469c3962b5a563f09a2a989f1c9bd38b8615"
1406             },
1407             "dist": {
1408                 "type": "zip",
1409                 "url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/e77b469c3962b5a563f09a2a989f1c9bd38b8615",
1410                 "reference": "e77b469c3962b5a563f09a2a989f1c9bd38b8615",
1411                 "shasum": ""
1412             },
1413             "require": {
1414                 "ext-pdo": "*",
1415                 "ext-simplexml": "*",
1416                 "php": "^7.1",
1417                 "phpunit/phpunit": "^7.0",
1418                 "symfony/yaml": "^3.0 || ^4.0"
1419             },
1420             "type": "library",
1421             "extra": {
1422                 "branch-alias": {
1423                     "dev-master": "4.0-dev"
1424                 }
1425             },
1426             "autoload": {
1427                 "classmap": [
1428                     "src/"
1429                 ]
1430             },
1431             "notification-url": "https://packagist.org/downloads/",
1432             "license": [
1433                 "BSD-3-Clause"
1434             ],
1435             "authors": [
1436                 {
1437                     "name": "Sebastian Bergmann",
1438                     "email": "sebastian@phpunit.de",
1439                     "role": "lead"
1440                 }
1441             ],
1442             "description": "PHPUnit extension for database interaction testing",
1443             "homepage": "https://github.com/sebastianbergmann/dbunit/",
1444             "keywords": [
1445                 "database",
1446                 "testing",
1447                 "xunit"
1448             ],
1449             "abandoned": true,
1450             "time": "2018-02-07T06:47:59+00:00"
1451         },
1452         {
1453             "name": "phpunit/php-code-coverage",
1454             "version": "6.1.4",
1455             "source": {
1456                 "type": "git",
1457                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1458                 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
1459             },
1460             "dist": {
1461                 "type": "zip",
1462                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
1463                 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
1464                 "shasum": ""
1465             },
1466             "require": {
1467                 "ext-dom": "*",
1468                 "ext-xmlwriter": "*",
1469                 "php": "^7.1",
1470                 "phpunit/php-file-iterator": "^2.0",
1471                 "phpunit/php-text-template": "^1.2.1",
1472                 "phpunit/php-token-stream": "^3.0",
1473                 "sebastian/code-unit-reverse-lookup": "^1.0.1",
1474                 "sebastian/environment": "^3.1 || ^4.0",
1475                 "sebastian/version": "^2.0.1",
1476                 "theseer/tokenizer": "^1.1"
1477             },
1478             "require-dev": {
1479                 "phpunit/phpunit": "^7.0"
1480             },
1481             "suggest": {
1482                 "ext-xdebug": "^2.6.0"
1483             },
1484             "type": "library",
1485             "extra": {
1486                 "branch-alias": {
1487                     "dev-master": "6.1-dev"
1488                 }
1489             },
1490             "autoload": {
1491                 "classmap": [
1492                     "src/"
1493                 ]
1494             },
1495             "notification-url": "https://packagist.org/downloads/",
1496             "license": [
1497                 "BSD-3-Clause"
1498             ],
1499             "authors": [
1500                 {
1501                     "name": "Sebastian Bergmann",
1502                     "email": "sebastian@phpunit.de",
1503                     "role": "lead"
1504                 }
1505             ],
1506             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1507             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1508             "keywords": [
1509                 "coverage",
1510                 "testing",
1511                 "xunit"
1512             ],
1513             "time": "2018-10-31T16:06:48+00:00"
1514         },
1515         {
1516             "name": "phpunit/php-file-iterator",
1517             "version": "2.0.2",
1518             "source": {
1519                 "type": "git",
1520                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1521                 "reference": "050bedf145a257b1ff02746c31894800e5122946"
1522             },
1523             "dist": {
1524                 "type": "zip",
1525                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
1526                 "reference": "050bedf145a257b1ff02746c31894800e5122946",
1527                 "shasum": ""
1528             },
1529             "require": {
1530                 "php": "^7.1"
1531             },
1532             "require-dev": {
1533                 "phpunit/phpunit": "^7.1"
1534             },
1535             "type": "library",
1536             "extra": {
1537                 "branch-alias": {
1538                     "dev-master": "2.0.x-dev"
1539                 }
1540             },
1541             "autoload": {
1542                 "classmap": [
1543                     "src/"
1544                 ]
1545             },
1546             "notification-url": "https://packagist.org/downloads/",
1547             "license": [
1548                 "BSD-3-Clause"
1549             ],
1550             "authors": [
1551                 {
1552                     "name": "Sebastian Bergmann",
1553                     "email": "sebastian@phpunit.de",
1554                     "role": "lead"
1555                 }
1556             ],
1557             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1558             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1559             "keywords": [
1560                 "filesystem",
1561                 "iterator"
1562             ],
1563             "time": "2018-09-13T20:33:42+00:00"
1564         },
1565         {
1566             "name": "phpunit/php-text-template",
1567             "version": "1.2.1",
1568             "source": {
1569                 "type": "git",
1570                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
1571                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1572             },
1573             "dist": {
1574                 "type": "zip",
1575                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1576                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1577                 "shasum": ""
1578             },
1579             "require": {
1580                 "php": ">=5.3.3"
1581             },
1582             "type": "library",
1583             "autoload": {
1584                 "classmap": [
1585                     "src/"
1586                 ]
1587             },
1588             "notification-url": "https://packagist.org/downloads/",
1589             "license": [
1590                 "BSD-3-Clause"
1591             ],
1592             "authors": [
1593                 {
1594                     "name": "Sebastian Bergmann",
1595                     "email": "sebastian@phpunit.de",
1596                     "role": "lead"
1597                 }
1598             ],
1599             "description": "Simple template engine.",
1600             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1601             "keywords": [
1602                 "template"
1603             ],
1604             "time": "2015-06-21T13:50:34+00:00"
1605         },
1606         {
1607             "name": "phpunit/php-timer",
1608             "version": "2.1.2",
1609             "source": {
1610                 "type": "git",
1611                 "url": "https://github.com/sebastianbergmann/php-timer.git",
1612                 "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
1613             },
1614             "dist": {
1615                 "type": "zip",
1616                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
1617                 "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
1618                 "shasum": ""
1619             },
1620             "require": {
1621                 "php": "^7.1"
1622             },
1623             "require-dev": {
1624                 "phpunit/phpunit": "^7.0"
1625             },
1626             "type": "library",
1627             "extra": {
1628                 "branch-alias": {
1629                     "dev-master": "2.1-dev"
1630                 }
1631             },
1632             "autoload": {
1633                 "classmap": [
1634                     "src/"
1635                 ]
1636             },
1637             "notification-url": "https://packagist.org/downloads/",
1638             "license": [
1639                 "BSD-3-Clause"
1640             ],
1641             "authors": [
1642                 {
1643                     "name": "Sebastian Bergmann",
1644                     "email": "sebastian@phpunit.de",
1645                     "role": "lead"
1646                 }
1647             ],
1648             "description": "Utility class for timing",
1649             "homepage": "https://github.com/sebastianbergmann/php-timer/",
1650             "keywords": [
1651                 "timer"
1652             ],
1653             "time": "2019-06-07T04:22:29+00:00"
1654         },
1655         {
1656             "name": "phpunit/php-token-stream",
1657             "version": "3.1.1",
1658             "source": {
1659                 "type": "git",
1660                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1661                 "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
1662             },
1663             "dist": {
1664                 "type": "zip",
1665                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
1666                 "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
1667                 "shasum": ""
1668             },
1669             "require": {
1670                 "ext-tokenizer": "*",
1671                 "php": "^7.1"
1672             },
1673             "require-dev": {
1674                 "phpunit/phpunit": "^7.0"
1675             },
1676             "type": "library",
1677             "extra": {
1678                 "branch-alias": {
1679                     "dev-master": "3.1-dev"
1680                 }
1681             },
1682             "autoload": {
1683                 "classmap": [
1684                     "src/"
1685                 ]
1686             },
1687             "notification-url": "https://packagist.org/downloads/",
1688             "license": [
1689                 "BSD-3-Clause"
1690             ],
1691             "authors": [
1692                 {
1693                     "name": "Sebastian Bergmann",
1694                     "email": "sebastian@phpunit.de"
1695                 }
1696             ],
1697             "description": "Wrapper around PHP's tokenizer extension.",
1698             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1699             "keywords": [
1700                 "tokenizer"
1701             ],
1702             "abandoned": true,
1703             "time": "2019-09-17T06:23:10+00:00"
1704         },
1705         {
1706             "name": "phpunit/phpunit",
1707             "version": "7.5.20",
1708             "source": {
1709                 "type": "git",
1710                 "url": "https://github.com/sebastianbergmann/phpunit.git",
1711                 "reference": "9467db479d1b0487c99733bb1e7944d32deded2c"
1712             },
1713             "dist": {
1714                 "type": "zip",
1715                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c",
1716                 "reference": "9467db479d1b0487c99733bb1e7944d32deded2c",
1717                 "shasum": ""
1718             },
1719             "require": {
1720                 "doctrine/instantiator": "^1.1",
1721                 "ext-dom": "*",
1722                 "ext-json": "*",
1723                 "ext-libxml": "*",
1724                 "ext-mbstring": "*",
1725                 "ext-xml": "*",
1726                 "myclabs/deep-copy": "^1.7",
1727                 "phar-io/manifest": "^1.0.2",
1728                 "phar-io/version": "^2.0",
1729                 "php": "^7.1",
1730                 "phpspec/prophecy": "^1.7",
1731                 "phpunit/php-code-coverage": "^6.0.7",
1732                 "phpunit/php-file-iterator": "^2.0.1",
1733                 "phpunit/php-text-template": "^1.2.1",
1734                 "phpunit/php-timer": "^2.1",
1735                 "sebastian/comparator": "^3.0",
1736                 "sebastian/diff": "^3.0",
1737                 "sebastian/environment": "^4.0",
1738                 "sebastian/exporter": "^3.1",
1739                 "sebastian/global-state": "^2.0",
1740                 "sebastian/object-enumerator": "^3.0.3",
1741                 "sebastian/resource-operations": "^2.0",
1742                 "sebastian/version": "^2.0.1"
1743             },
1744             "conflict": {
1745                 "phpunit/phpunit-mock-objects": "*"
1746             },
1747             "require-dev": {
1748                 "ext-pdo": "*"
1749             },
1750             "suggest": {
1751                 "ext-soap": "*",
1752                 "ext-xdebug": "*",
1753                 "phpunit/php-invoker": "^2.0"
1754             },
1755             "bin": [
1756                 "phpunit"
1757             ],
1758             "type": "library",
1759             "extra": {
1760                 "branch-alias": {
1761                     "dev-master": "7.5-dev"
1762                 }
1763             },
1764             "autoload": {
1765                 "classmap": [
1766                     "src/"
1767                 ]
1768             },
1769             "notification-url": "https://packagist.org/downloads/",
1770             "license": [
1771                 "BSD-3-Clause"
1772             ],
1773             "authors": [
1774                 {
1775                     "name": "Sebastian Bergmann",
1776                     "email": "sebastian@phpunit.de",
1777                     "role": "lead"
1778                 }
1779             ],
1780             "description": "The PHP Unit Testing framework.",
1781             "homepage": "https://phpunit.de/",
1782             "keywords": [
1783                 "phpunit",
1784                 "testing",
1785                 "xunit"
1786             ],
1787             "time": "2020-01-08T08:45:45+00:00"
1788         },
1789         {
1790             "name": "psr/container",
1791             "version": "1.0.0",
1792             "source": {
1793                 "type": "git",
1794                 "url": "https://github.com/php-fig/container.git",
1795                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1796             },
1797             "dist": {
1798                 "type": "zip",
1799                 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1800                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1801                 "shasum": ""
1802             },
1803             "require": {
1804                 "php": ">=5.3.0"
1805             },
1806             "type": "library",
1807             "extra": {
1808                 "branch-alias": {
1809                     "dev-master": "1.0.x-dev"
1810                 }
1811             },
1812             "autoload": {
1813                 "psr-4": {
1814                     "Psr\\Container\\": "src/"
1815                 }
1816             },
1817             "notification-url": "https://packagist.org/downloads/",
1818             "license": [
1819                 "MIT"
1820             ],
1821             "authors": [
1822                 {
1823                     "name": "PHP-FIG",
1824                     "homepage": "http://www.php-fig.org/"
1825                 }
1826             ],
1827             "description": "Common Container Interface (PHP FIG PSR-11)",
1828             "homepage": "https://github.com/php-fig/container",
1829             "keywords": [
1830                 "PSR-11",
1831                 "container",
1832                 "container-interface",
1833                 "container-interop",
1834                 "psr"
1835             ],
1836             "time": "2017-02-14T16:28:37+00:00"
1837         },
1838         {
1839             "name": "psr/event-dispatcher",
1840             "version": "1.0.0",
1841             "source": {
1842                 "type": "git",
1843                 "url": "https://github.com/php-fig/event-dispatcher.git",
1844                 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
1845             },
1846             "dist": {
1847                 "type": "zip",
1848                 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
1849                 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
1850                 "shasum": ""
1851             },
1852             "require": {
1853                 "php": ">=7.2.0"
1854             },
1855             "type": "library",
1856             "extra": {
1857                 "branch-alias": {
1858                     "dev-master": "1.0.x-dev"
1859                 }
1860             },
1861             "autoload": {
1862                 "psr-4": {
1863                     "Psr\\EventDispatcher\\": "src/"
1864                 }
1865             },
1866             "notification-url": "https://packagist.org/downloads/",
1867             "license": [
1868                 "MIT"
1869             ],
1870             "authors": [
1871                 {
1872                     "name": "PHP-FIG",
1873                     "homepage": "http://www.php-fig.org/"
1874                 }
1875             ],
1876             "description": "Standard interfaces for event handling.",
1877             "keywords": [
1878                 "events",
1879                 "psr",
1880                 "psr-14"
1881             ],
1882             "time": "2019-01-08T18:20:26+00:00"
1883         },
1884         {
1885             "name": "psr/http-message",
1886             "version": "1.0.1",
1887             "source": {
1888                 "type": "git",
1889                 "url": "https://github.com/php-fig/http-message.git",
1890                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1891             },
1892             "dist": {
1893                 "type": "zip",
1894                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1895                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1896                 "shasum": ""
1897             },
1898             "require": {
1899                 "php": ">=5.3.0"
1900             },
1901             "type": "library",
1902             "extra": {
1903                 "branch-alias": {
1904                     "dev-master": "1.0.x-dev"
1905                 }
1906             },
1907             "autoload": {
1908                 "psr-4": {
1909                     "Psr\\Http\\Message\\": "src/"
1910                 }
1911             },
1912             "notification-url": "https://packagist.org/downloads/",
1913             "license": [
1914                 "MIT"
1915             ],
1916             "authors": [
1917                 {
1918                     "name": "PHP-FIG",
1919                     "homepage": "http://www.php-fig.org/"
1920                 }
1921             ],
1922             "description": "Common interface for HTTP messages",
1923             "homepage": "https://github.com/php-fig/http-message",
1924             "keywords": [
1925                 "http",
1926                 "http-message",
1927                 "psr",
1928                 "psr-7",
1929                 "request",
1930                 "response"
1931             ],
1932             "time": "2016-08-06T14:39:51+00:00"
1933         },
1934         {
1935             "name": "ralouphie/getallheaders",
1936             "version": "3.0.3",
1937             "source": {
1938                 "type": "git",
1939                 "url": "https://github.com/ralouphie/getallheaders.git",
1940                 "reference": "120b605dfeb996808c31b6477290a714d356e822"
1941             },
1942             "dist": {
1943                 "type": "zip",
1944                 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
1945                 "reference": "120b605dfeb996808c31b6477290a714d356e822",
1946                 "shasum": ""
1947             },
1948             "require": {
1949                 "php": ">=5.6"
1950             },
1951             "require-dev": {
1952                 "php-coveralls/php-coveralls": "^2.1",
1953                 "phpunit/phpunit": "^5 || ^6.5"
1954             },
1955             "type": "library",
1956             "autoload": {
1957                 "files": [
1958                     "src/getallheaders.php"
1959                 ]
1960             },
1961             "notification-url": "https://packagist.org/downloads/",
1962             "license": [
1963                 "MIT"
1964             ],
1965             "authors": [
1966                 {
1967                     "name": "Ralph Khattar",
1968                     "email": "ralph.khattar@gmail.com"
1969                 }
1970             ],
1971             "description": "A polyfill for getallheaders.",
1972             "time": "2019-03-08T08:55:37+00:00"
1973         },
1974         {
1975             "name": "sebastian/code-unit-reverse-lookup",
1976             "version": "1.0.1",
1977             "source": {
1978                 "type": "git",
1979                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1980                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
1981             },
1982             "dist": {
1983                 "type": "zip",
1984                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1985                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1986                 "shasum": ""
1987             },
1988             "require": {
1989                 "php": "^5.6 || ^7.0"
1990             },
1991             "require-dev": {
1992                 "phpunit/phpunit": "^5.7 || ^6.0"
1993             },
1994             "type": "library",
1995             "extra": {
1996                 "branch-alias": {
1997                     "dev-master": "1.0.x-dev"
1998                 }
1999             },
2000             "autoload": {
2001                 "classmap": [
2002                     "src/"
2003                 ]
2004             },
2005             "notification-url": "https://packagist.org/downloads/",
2006             "license": [
2007                 "BSD-3-Clause"
2008             ],
2009             "authors": [
2010                 {
2011                     "name": "Sebastian Bergmann",
2012                     "email": "sebastian@phpunit.de"
2013                 }
2014             ],
2015             "description": "Looks up which function or method a line of code belongs to",
2016             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2017             "time": "2017-03-04T06:30:41+00:00"
2018         },
2019         {
2020             "name": "sebastian/comparator",
2021             "version": "3.0.2",
2022             "source": {
2023                 "type": "git",
2024                 "url": "https://github.com/sebastianbergmann/comparator.git",
2025                 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
2026             },
2027             "dist": {
2028                 "type": "zip",
2029                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
2030                 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
2031                 "shasum": ""
2032             },
2033             "require": {
2034                 "php": "^7.1",
2035                 "sebastian/diff": "^3.0",
2036                 "sebastian/exporter": "^3.1"
2037             },
2038             "require-dev": {
2039                 "phpunit/phpunit": "^7.1"
2040             },
2041             "type": "library",
2042             "extra": {
2043                 "branch-alias": {
2044                     "dev-master": "3.0-dev"
2045                 }
2046             },
2047             "autoload": {
2048                 "classmap": [
2049                     "src/"
2050                 ]
2051             },
2052             "notification-url": "https://packagist.org/downloads/",
2053             "license": [
2054                 "BSD-3-Clause"
2055             ],
2056             "authors": [
2057                 {
2058                     "name": "Jeff Welch",
2059                     "email": "whatthejeff@gmail.com"
2060                 },
2061                 {
2062                     "name": "Volker Dusch",
2063                     "email": "github@wallbash.com"
2064                 },
2065                 {
2066                     "name": "Bernhard Schussek",
2067                     "email": "bschussek@2bepublished.at"
2068                 },
2069                 {
2070                     "name": "Sebastian Bergmann",
2071                     "email": "sebastian@phpunit.de"
2072                 }
2073             ],
2074             "description": "Provides the functionality to compare PHP values for equality",
2075             "homepage": "https://github.com/sebastianbergmann/comparator",
2076             "keywords": [
2077                 "comparator",
2078                 "compare",
2079                 "equality"
2080             ],
2081             "time": "2018-07-12T15:12:46+00:00"
2082         },
2083         {
2084             "name": "sebastian/diff",
2085             "version": "3.0.2",
2086             "source": {
2087                 "type": "git",
2088                 "url": "https://github.com/sebastianbergmann/diff.git",
2089                 "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
2090             },
2091             "dist": {
2092                 "type": "zip",
2093                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
2094                 "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
2095                 "shasum": ""
2096             },
2097             "require": {
2098                 "php": "^7.1"
2099             },
2100             "require-dev": {
2101                 "phpunit/phpunit": "^7.5 || ^8.0",
2102                 "symfony/process": "^2 || ^3.3 || ^4"
2103             },
2104             "type": "library",
2105             "extra": {
2106                 "branch-alias": {
2107                     "dev-master": "3.0-dev"
2108                 }
2109             },
2110             "autoload": {
2111                 "classmap": [
2112                     "src/"
2113                 ]
2114             },
2115             "notification-url": "https://packagist.org/downloads/",
2116             "license": [
2117                 "BSD-3-Clause"
2118             ],
2119             "authors": [
2120                 {
2121                     "name": "Kore Nordmann",
2122                     "email": "mail@kore-nordmann.de"
2123                 },
2124                 {
2125                     "name": "Sebastian Bergmann",
2126                     "email": "sebastian@phpunit.de"
2127                 }
2128             ],
2129             "description": "Diff implementation",
2130             "homepage": "https://github.com/sebastianbergmann/diff",
2131             "keywords": [
2132                 "diff",
2133                 "udiff",
2134                 "unidiff",
2135                 "unified diff"
2136             ],
2137             "time": "2019-02-04T06:01:07+00:00"
2138         },
2139         {
2140             "name": "sebastian/environment",
2141             "version": "4.2.3",
2142             "source": {
2143                 "type": "git",
2144                 "url": "https://github.com/sebastianbergmann/environment.git",
2145                 "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
2146             },
2147             "dist": {
2148                 "type": "zip",
2149                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
2150                 "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
2151                 "shasum": ""
2152             },
2153             "require": {
2154                 "php": "^7.1"
2155             },
2156             "require-dev": {
2157                 "phpunit/phpunit": "^7.5"
2158             },
2159             "suggest": {
2160                 "ext-posix": "*"
2161             },
2162             "type": "library",
2163             "extra": {
2164                 "branch-alias": {
2165                     "dev-master": "4.2-dev"
2166                 }
2167             },
2168             "autoload": {
2169                 "classmap": [
2170                     "src/"
2171                 ]
2172             },
2173             "notification-url": "https://packagist.org/downloads/",
2174             "license": [
2175                 "BSD-3-Clause"
2176             ],
2177             "authors": [
2178                 {
2179                     "name": "Sebastian Bergmann",
2180                     "email": "sebastian@phpunit.de"
2181                 }
2182             ],
2183             "description": "Provides functionality to handle HHVM/PHP environments",
2184             "homepage": "http://www.github.com/sebastianbergmann/environment",
2185             "keywords": [
2186                 "Xdebug",
2187                 "environment",
2188                 "hhvm"
2189             ],
2190             "time": "2019-11-20T08:46:58+00:00"
2191         },
2192         {
2193             "name": "sebastian/exporter",
2194             "version": "3.1.2",
2195             "source": {
2196                 "type": "git",
2197                 "url": "https://github.com/sebastianbergmann/exporter.git",
2198                 "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
2199             },
2200             "dist": {
2201                 "type": "zip",
2202                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
2203                 "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
2204                 "shasum": ""
2205             },
2206             "require": {
2207                 "php": "^7.0",
2208                 "sebastian/recursion-context": "^3.0"
2209             },
2210             "require-dev": {
2211                 "ext-mbstring": "*",
2212                 "phpunit/phpunit": "^6.0"
2213             },
2214             "type": "library",
2215             "extra": {
2216                 "branch-alias": {
2217                     "dev-master": "3.1.x-dev"
2218                 }
2219             },
2220             "autoload": {
2221                 "classmap": [
2222                     "src/"
2223                 ]
2224             },
2225             "notification-url": "https://packagist.org/downloads/",
2226             "license": [
2227                 "BSD-3-Clause"
2228             ],
2229             "authors": [
2230                 {
2231                     "name": "Sebastian Bergmann",
2232                     "email": "sebastian@phpunit.de"
2233                 },
2234                 {
2235                     "name": "Jeff Welch",
2236                     "email": "whatthejeff@gmail.com"
2237                 },
2238                 {
2239                     "name": "Volker Dusch",
2240                     "email": "github@wallbash.com"
2241                 },
2242                 {
2243                     "name": "Adam Harvey",
2244                     "email": "aharvey@php.net"
2245                 },
2246                 {
2247                     "name": "Bernhard Schussek",
2248                     "email": "bschussek@gmail.com"
2249                 }
2250             ],
2251             "description": "Provides the functionality to export PHP variables for visualization",
2252             "homepage": "http://www.github.com/sebastianbergmann/exporter",
2253             "keywords": [
2254                 "export",
2255                 "exporter"
2256             ],
2257             "time": "2019-09-14T09:02:43+00:00"
2258         },
2259         {
2260             "name": "sebastian/global-state",
2261             "version": "2.0.0",
2262             "source": {
2263                 "type": "git",
2264                 "url": "https://github.com/sebastianbergmann/global-state.git",
2265                 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
2266             },
2267             "dist": {
2268                 "type": "zip",
2269                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
2270                 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
2271                 "shasum": ""
2272             },
2273             "require": {
2274                 "php": "^7.0"
2275             },
2276             "require-dev": {
2277                 "phpunit/phpunit": "^6.0"
2278             },
2279             "suggest": {
2280                 "ext-uopz": "*"
2281             },
2282             "type": "library",
2283             "extra": {
2284                 "branch-alias": {
2285                     "dev-master": "2.0-dev"
2286                 }
2287             },
2288             "autoload": {
2289                 "classmap": [
2290                     "src/"
2291                 ]
2292             },
2293             "notification-url": "https://packagist.org/downloads/",
2294             "license": [
2295                 "BSD-3-Clause"
2296             ],
2297             "authors": [
2298                 {
2299                     "name": "Sebastian Bergmann",
2300                     "email": "sebastian@phpunit.de"
2301                 }
2302             ],
2303             "description": "Snapshotting of global state",
2304             "homepage": "http://www.github.com/sebastianbergmann/global-state",
2305             "keywords": [
2306                 "global state"
2307             ],
2308             "time": "2017-04-27T15:39:26+00:00"
2309         },
2310         {
2311             "name": "sebastian/object-enumerator",
2312             "version": "3.0.3",
2313             "source": {
2314                 "type": "git",
2315                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2316                 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
2317             },
2318             "dist": {
2319                 "type": "zip",
2320                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2321                 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2322                 "shasum": ""
2323             },
2324             "require": {
2325                 "php": "^7.0",
2326                 "sebastian/object-reflector": "^1.1.1",
2327                 "sebastian/recursion-context": "^3.0"
2328             },
2329             "require-dev": {
2330                 "phpunit/phpunit": "^6.0"
2331             },
2332             "type": "library",
2333             "extra": {
2334                 "branch-alias": {
2335                     "dev-master": "3.0.x-dev"
2336                 }
2337             },
2338             "autoload": {
2339                 "classmap": [
2340                     "src/"
2341                 ]
2342             },
2343             "notification-url": "https://packagist.org/downloads/",
2344             "license": [
2345                 "BSD-3-Clause"
2346             ],
2347             "authors": [
2348                 {
2349                     "name": "Sebastian Bergmann",
2350                     "email": "sebastian@phpunit.de"
2351                 }
2352             ],
2353             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2354             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2355             "time": "2017-08-03T12:35:26+00:00"
2356         },
2357         {
2358             "name": "sebastian/object-reflector",
2359             "version": "1.1.1",
2360             "source": {
2361                 "type": "git",
2362                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
2363                 "reference": "773f97c67f28de00d397be301821b06708fca0be"
2364             },
2365             "dist": {
2366                 "type": "zip",
2367                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
2368                 "reference": "773f97c67f28de00d397be301821b06708fca0be",
2369                 "shasum": ""
2370             },
2371             "require": {
2372                 "php": "^7.0"
2373             },
2374             "require-dev": {
2375                 "phpunit/phpunit": "^6.0"
2376             },
2377             "type": "library",
2378             "extra": {
2379                 "branch-alias": {
2380                     "dev-master": "1.1-dev"
2381                 }
2382             },
2383             "autoload": {
2384                 "classmap": [
2385                     "src/"
2386                 ]
2387             },
2388             "notification-url": "https://packagist.org/downloads/",
2389             "license": [
2390                 "BSD-3-Clause"
2391             ],
2392             "authors": [
2393                 {
2394                     "name": "Sebastian Bergmann",
2395                     "email": "sebastian@phpunit.de"
2396                 }
2397             ],
2398             "description": "Allows reflection of object attributes, including inherited and non-public ones",
2399             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
2400             "time": "2017-03-29T09:07:27+00:00"
2401         },
2402         {
2403             "name": "sebastian/recursion-context",
2404             "version": "3.0.0",
2405             "source": {
2406                 "type": "git",
2407                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
2408                 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
2409             },
2410             "dist": {
2411                 "type": "zip",
2412                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2413                 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2414                 "shasum": ""
2415             },
2416             "require": {
2417                 "php": "^7.0"
2418             },
2419             "require-dev": {
2420                 "phpunit/phpunit": "^6.0"
2421             },
2422             "type": "library",
2423             "extra": {
2424                 "branch-alias": {
2425                     "dev-master": "3.0.x-dev"
2426                 }
2427             },
2428             "autoload": {
2429                 "classmap": [
2430                     "src/"
2431                 ]
2432             },
2433             "notification-url": "https://packagist.org/downloads/",
2434             "license": [
2435                 "BSD-3-Clause"
2436             ],
2437             "authors": [
2438                 {
2439                     "name": "Jeff Welch",
2440                     "email": "whatthejeff@gmail.com"
2441                 },
2442                 {
2443                     "name": "Sebastian Bergmann",
2444                     "email": "sebastian@phpunit.de"
2445                 },
2446                 {
2447                     "name": "Adam Harvey",
2448                     "email": "aharvey@php.net"
2449                 }
2450             ],
2451             "description": "Provides functionality to recursively process PHP variables",
2452             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2453             "time": "2017-03-03T06:23:57+00:00"
2454         },
2455         {
2456             "name": "sebastian/resource-operations",
2457             "version": "2.0.1",
2458             "source": {
2459                 "type": "git",
2460                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
2461                 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
2462             },
2463             "dist": {
2464                 "type": "zip",
2465                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
2466                 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
2467                 "shasum": ""
2468             },
2469             "require": {
2470                 "php": "^7.1"
2471             },
2472             "type": "library",
2473             "extra": {
2474                 "branch-alias": {
2475                     "dev-master": "2.0-dev"
2476                 }
2477             },
2478             "autoload": {
2479                 "classmap": [
2480                     "src/"
2481                 ]
2482             },
2483             "notification-url": "https://packagist.org/downloads/",
2484             "license": [
2485                 "BSD-3-Clause"
2486             ],
2487             "authors": [
2488                 {
2489                     "name": "Sebastian Bergmann",
2490                     "email": "sebastian@phpunit.de"
2491                 }
2492             ],
2493             "description": "Provides a list of PHP built-in functions that operate on resources",
2494             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2495             "time": "2018-10-04T04:07:39+00:00"
2496         },
2497         {
2498             "name": "sebastian/version",
2499             "version": "2.0.1",
2500             "source": {
2501                 "type": "git",
2502                 "url": "https://github.com/sebastianbergmann/version.git",
2503                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2504             },
2505             "dist": {
2506                 "type": "zip",
2507                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
2508                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2509                 "shasum": ""
2510             },
2511             "require": {
2512                 "php": ">=5.6"
2513             },
2514             "type": "library",
2515             "extra": {
2516                 "branch-alias": {
2517                     "dev-master": "2.0.x-dev"
2518                 }
2519             },
2520             "autoload": {
2521                 "classmap": [
2522                     "src/"
2523                 ]
2524             },
2525             "notification-url": "https://packagist.org/downloads/",
2526             "license": [
2527                 "BSD-3-Clause"
2528             ],
2529             "authors": [
2530                 {
2531                     "name": "Sebastian Bergmann",
2532                     "email": "sebastian@phpunit.de",
2533                     "role": "lead"
2534                 }
2535             ],
2536             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2537             "homepage": "https://github.com/sebastianbergmann/version",
2538             "time": "2016-10-03T07:35:21+00:00"
2539         },
2540         {
2541             "name": "symfony/browser-kit",
2542             "version": "v4.4.13",
2543             "source": {
2544                 "type": "git",
2545                 "url": "https://github.com/symfony/browser-kit.git",
2546                 "reference": "f53310646af9901292488b2ff36e26ea10f545f5"
2547             },
2548             "dist": {
2549                 "type": "zip",
2550                 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/f53310646af9901292488b2ff36e26ea10f545f5",
2551                 "reference": "f53310646af9901292488b2ff36e26ea10f545f5",
2552                 "shasum": ""
2553             },
2554             "require": {
2555                 "php": ">=7.1.3",
2556                 "symfony/dom-crawler": "^3.4|^4.0|^5.0"
2557             },
2558             "require-dev": {
2559                 "symfony/css-selector": "^3.4|^4.0|^5.0",
2560                 "symfony/http-client": "^4.3|^5.0",
2561                 "symfony/mime": "^4.3|^5.0",
2562                 "symfony/process": "^3.4|^4.0|^5.0"
2563             },
2564             "suggest": {
2565                 "symfony/process": ""
2566             },
2567             "type": "library",
2568             "extra": {
2569                 "branch-alias": {
2570                     "dev-master": "4.4-dev"
2571                 }
2572             },
2573             "autoload": {
2574                 "psr-4": {
2575                     "Symfony\\Component\\BrowserKit\\": ""
2576                 },
2577                 "exclude-from-classmap": [
2578                     "/Tests/"
2579                 ]
2580             },
2581             "notification-url": "https://packagist.org/downloads/",
2582             "license": [
2583                 "MIT"
2584             ],
2585             "authors": [
2586                 {
2587                     "name": "Fabien Potencier",
2588                     "email": "fabien@symfony.com"
2589                 },
2590                 {
2591                     "name": "Symfony Community",
2592                     "homepage": "https://symfony.com/contributors"
2593                 }
2594             ],
2595             "description": "Symfony BrowserKit Component",
2596             "homepage": "https://symfony.com",
2597             "funding": [
2598                 {
2599                     "url": "https://symfony.com/sponsor",
2600                     "type": "custom"
2601                 },
2602                 {
2603                     "url": "https://github.com/fabpot",
2604                     "type": "github"
2605                 },
2606                 {
2607                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2608                     "type": "tidelift"
2609                 }
2610             ],
2611             "time": "2020-05-22T17:28:00+00:00"
2612         },
2613         {
2614             "name": "symfony/config",
2615             "version": "v4.4.13",
2616             "source": {
2617                 "type": "git",
2618                 "url": "https://github.com/symfony/config.git",
2619                 "reference": "043bf8652c307ebc23ce44047d215eec889d8850"
2620             },
2621             "dist": {
2622                 "type": "zip",
2623                 "url": "https://api.github.com/repos/symfony/config/zipball/043bf8652c307ebc23ce44047d215eec889d8850",
2624                 "reference": "043bf8652c307ebc23ce44047d215eec889d8850",
2625                 "shasum": ""
2626             },
2627             "require": {
2628                 "php": ">=7.1.3",
2629                 "symfony/filesystem": "^3.4|^4.0|^5.0",
2630                 "symfony/polyfill-ctype": "~1.8"
2631             },
2632             "conflict": {
2633                 "symfony/finder": "<3.4"
2634             },
2635             "require-dev": {
2636                 "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
2637                 "symfony/finder": "^3.4|^4.0|^5.0",
2638                 "symfony/messenger": "^4.1|^5.0",
2639                 "symfony/service-contracts": "^1.1|^2",
2640                 "symfony/yaml": "^3.4|^4.0|^5.0"
2641             },
2642             "suggest": {
2643                 "symfony/yaml": "To use the yaml reference dumper"
2644             },
2645             "type": "library",
2646             "extra": {
2647                 "branch-alias": {
2648                     "dev-master": "4.4-dev"
2649                 }
2650             },
2651             "autoload": {
2652                 "psr-4": {
2653                     "Symfony\\Component\\Config\\": ""
2654                 },
2655                 "exclude-from-classmap": [
2656                     "/Tests/"
2657                 ]
2658             },
2659             "notification-url": "https://packagist.org/downloads/",
2660             "license": [
2661                 "MIT"
2662             ],
2663             "authors": [
2664                 {
2665                     "name": "Fabien Potencier",
2666                     "email": "fabien@symfony.com"
2667                 },
2668                 {
2669                     "name": "Symfony Community",
2670                     "homepage": "https://symfony.com/contributors"
2671                 }
2672             ],
2673             "description": "Symfony Config Component",
2674             "homepage": "https://symfony.com",
2675             "funding": [
2676                 {
2677                     "url": "https://symfony.com/sponsor",
2678                     "type": "custom"
2679                 },
2680                 {
2681                     "url": "https://github.com/fabpot",
2682                     "type": "github"
2683                 },
2684                 {
2685                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2686                     "type": "tidelift"
2687                 }
2688             ],
2689             "time": "2020-08-10T07:27:51+00:00"
2690         },
2691         {
2692             "name": "symfony/console",
2693             "version": "v5.1.5",
2694             "source": {
2695                 "type": "git",
2696                 "url": "https://github.com/symfony/console.git",
2697                 "reference": "186f395b256065ba9b890c0a4e48a91d598fa2cf"
2698             },
2699             "dist": {
2700                 "type": "zip",
2701                 "url": "https://api.github.com/repos/symfony/console/zipball/186f395b256065ba9b890c0a4e48a91d598fa2cf",
2702                 "reference": "186f395b256065ba9b890c0a4e48a91d598fa2cf",
2703                 "shasum": ""
2704             },
2705             "require": {
2706                 "php": ">=7.2.5",
2707                 "symfony/polyfill-mbstring": "~1.0",
2708                 "symfony/polyfill-php73": "^1.8",
2709                 "symfony/polyfill-php80": "^1.15",
2710                 "symfony/service-contracts": "^1.1|^2",
2711                 "symfony/string": "^5.1"
2712             },
2713             "conflict": {
2714                 "symfony/dependency-injection": "<4.4",
2715                 "symfony/dotenv": "<5.1",
2716                 "symfony/event-dispatcher": "<4.4",
2717                 "symfony/lock": "<4.4",
2718                 "symfony/process": "<4.4"
2719             },
2720             "provide": {
2721                 "psr/log-implementation": "1.0"
2722             },
2723             "require-dev": {
2724                 "psr/log": "~1.0",
2725                 "symfony/config": "^4.4|^5.0",
2726                 "symfony/dependency-injection": "^4.4|^5.0",
2727                 "symfony/event-dispatcher": "^4.4|^5.0",
2728                 "symfony/lock": "^4.4|^5.0",
2729                 "symfony/process": "^4.4|^5.0",
2730                 "symfony/var-dumper": "^4.4|^5.0"
2731             },
2732             "suggest": {
2733                 "psr/log": "For using the console logger",
2734                 "symfony/event-dispatcher": "",
2735                 "symfony/lock": "",
2736                 "symfony/process": ""
2737             },
2738             "type": "library",
2739             "extra": {
2740                 "branch-alias": {
2741                     "dev-master": "5.1-dev"
2742                 }
2743             },
2744             "autoload": {
2745                 "psr-4": {
2746                     "Symfony\\Component\\Console\\": ""
2747                 },
2748                 "exclude-from-classmap": [
2749                     "/Tests/"
2750                 ]
2751             },
2752             "notification-url": "https://packagist.org/downloads/",
2753             "license": [
2754                 "MIT"
2755             ],
2756             "authors": [
2757                 {
2758                     "name": "Fabien Potencier",
2759                     "email": "fabien@symfony.com"
2760                 },
2761                 {
2762                     "name": "Symfony Community",
2763                     "homepage": "https://symfony.com/contributors"
2764                 }
2765             ],
2766             "description": "Symfony Console Component",
2767             "homepage": "https://symfony.com",
2768             "funding": [
2769                 {
2770                     "url": "https://symfony.com/sponsor",
2771                     "type": "custom"
2772                 },
2773                 {
2774                     "url": "https://github.com/fabpot",
2775                     "type": "github"
2776                 },
2777                 {
2778                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2779                     "type": "tidelift"
2780                 }
2781             ],
2782             "time": "2020-09-02T07:07:40+00:00"
2783         },
2784         {
2785             "name": "symfony/css-selector",
2786             "version": "v5.1.5",
2787             "source": {
2788                 "type": "git",
2789                 "url": "https://github.com/symfony/css-selector.git",
2790                 "reference": "e544e24472d4c97b2d11ade7caacd446727c6bf9"
2791             },
2792             "dist": {
2793                 "type": "zip",
2794                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/e544e24472d4c97b2d11ade7caacd446727c6bf9",
2795                 "reference": "e544e24472d4c97b2d11ade7caacd446727c6bf9",
2796                 "shasum": ""
2797             },
2798             "require": {
2799                 "php": ">=7.2.5"
2800             },
2801             "type": "library",
2802             "extra": {
2803                 "branch-alias": {
2804                     "dev-master": "5.1-dev"
2805                 }
2806             },
2807             "autoload": {
2808                 "psr-4": {
2809                     "Symfony\\Component\\CssSelector\\": ""
2810                 },
2811                 "exclude-from-classmap": [
2812                     "/Tests/"
2813                 ]
2814             },
2815             "notification-url": "https://packagist.org/downloads/",
2816             "license": [
2817                 "MIT"
2818             ],
2819             "authors": [
2820                 {
2821                     "name": "Fabien Potencier",
2822                     "email": "fabien@symfony.com"
2823                 },
2824                 {
2825                     "name": "Jean-François Simon",
2826                     "email": "jeanfrancois.simon@sensiolabs.com"
2827                 },
2828                 {
2829                     "name": "Symfony Community",
2830                     "homepage": "https://symfony.com/contributors"
2831                 }
2832             ],
2833             "description": "Symfony CssSelector Component",
2834             "homepage": "https://symfony.com",
2835             "funding": [
2836                 {
2837                     "url": "https://symfony.com/sponsor",
2838                     "type": "custom"
2839                 },
2840                 {
2841                     "url": "https://github.com/fabpot",
2842                     "type": "github"
2843                 },
2844                 {
2845                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2846                     "type": "tidelift"
2847                 }
2848             ],
2849             "time": "2020-05-20T17:43:50+00:00"
2850         },
2851         {
2852             "name": "symfony/dependency-injection",
2853             "version": "v4.4.13",
2854             "source": {
2855                 "type": "git",
2856                 "url": "https://github.com/symfony/dependency-injection.git",
2857                 "reference": "384c2601e5a6228d60b041911d63f010e0885ffb"
2858             },
2859             "dist": {
2860                 "type": "zip",
2861                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/384c2601e5a6228d60b041911d63f010e0885ffb",
2862                 "reference": "384c2601e5a6228d60b041911d63f010e0885ffb",
2863                 "shasum": ""
2864             },
2865             "require": {
2866                 "php": ">=7.1.3",
2867                 "psr/container": "^1.0",
2868                 "symfony/service-contracts": "^1.1.6|^2"
2869             },
2870             "conflict": {
2871                 "symfony/config": "<4.3|>=5.0",
2872                 "symfony/finder": "<3.4",
2873                 "symfony/proxy-manager-bridge": "<3.4",
2874                 "symfony/yaml": "<3.4"
2875             },
2876             "provide": {
2877                 "psr/container-implementation": "1.0",
2878                 "symfony/service-implementation": "1.0"
2879             },
2880             "require-dev": {
2881                 "symfony/config": "^4.3",
2882                 "symfony/expression-language": "^3.4|^4.0|^5.0",
2883                 "symfony/yaml": "^3.4|^4.0|^5.0"
2884             },
2885             "suggest": {
2886                 "symfony/config": "",
2887                 "symfony/expression-language": "For using expressions in service container configuration",
2888                 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
2889                 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
2890                 "symfony/yaml": ""
2891             },
2892             "type": "library",
2893             "extra": {
2894                 "branch-alias": {
2895                     "dev-master": "4.4-dev"
2896                 }
2897             },
2898             "autoload": {
2899                 "psr-4": {
2900                     "Symfony\\Component\\DependencyInjection\\": ""
2901                 },
2902                 "exclude-from-classmap": [
2903                     "/Tests/"
2904                 ]
2905             },
2906             "notification-url": "https://packagist.org/downloads/",
2907             "license": [
2908                 "MIT"
2909             ],
2910             "authors": [
2911                 {
2912                     "name": "Fabien Potencier",
2913                     "email": "fabien@symfony.com"
2914                 },
2915                 {
2916                     "name": "Symfony Community",
2917                     "homepage": "https://symfony.com/contributors"
2918                 }
2919             ],
2920             "description": "Symfony DependencyInjection Component",
2921             "homepage": "https://symfony.com",
2922             "funding": [
2923                 {
2924                     "url": "https://symfony.com/sponsor",
2925                     "type": "custom"
2926                 },
2927                 {
2928                     "url": "https://github.com/fabpot",
2929                     "type": "github"
2930                 },
2931                 {
2932                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2933                     "type": "tidelift"
2934                 }
2935             ],
2936             "time": "2020-09-01T17:42:15+00:00"
2937         },
2938         {
2939             "name": "symfony/deprecation-contracts",
2940             "version": "v2.1.3",
2941             "source": {
2942                 "type": "git",
2943                 "url": "https://github.com/symfony/deprecation-contracts.git",
2944                 "reference": "5e20b83385a77593259c9f8beb2c43cd03b2ac14"
2945             },
2946             "dist": {
2947                 "type": "zip",
2948                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5e20b83385a77593259c9f8beb2c43cd03b2ac14",
2949                 "reference": "5e20b83385a77593259c9f8beb2c43cd03b2ac14",
2950                 "shasum": ""
2951             },
2952             "require": {
2953                 "php": ">=7.1"
2954             },
2955             "type": "library",
2956             "extra": {
2957                 "branch-alias": {
2958                     "dev-master": "2.1-dev"
2959                 },
2960                 "thanks": {
2961                     "name": "symfony/contracts",
2962                     "url": "https://github.com/symfony/contracts"
2963                 }
2964             },
2965             "autoload": {
2966                 "files": [
2967                     "function.php"
2968                 ]
2969             },
2970             "notification-url": "https://packagist.org/downloads/",
2971             "license": [
2972                 "MIT"
2973             ],
2974             "authors": [
2975                 {
2976                     "name": "Nicolas Grekas",
2977                     "email": "p@tchwork.com"
2978                 },
2979                 {
2980                     "name": "Symfony Community",
2981                     "homepage": "https://symfony.com/contributors"
2982                 }
2983             ],
2984             "description": "A generic function and convention to trigger deprecation notices",
2985             "homepage": "https://symfony.com",
2986             "funding": [
2987                 {
2988                     "url": "https://symfony.com/sponsor",
2989                     "type": "custom"
2990                 },
2991                 {
2992                     "url": "https://github.com/fabpot",
2993                     "type": "github"
2994                 },
2995                 {
2996                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2997                     "type": "tidelift"
2998                 }
2999             ],
3000             "time": "2020-06-06T08:49:21+00:00"
3001         },
3002         {
3003             "name": "symfony/dom-crawler",
3004             "version": "v4.4.13",
3005             "source": {
3006                 "type": "git",
3007                 "url": "https://github.com/symfony/dom-crawler.git",
3008                 "reference": "6dd1e7adef4b7efeeb9691fd619279027d4dcf85"
3009             },
3010             "dist": {
3011                 "type": "zip",
3012                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/6dd1e7adef4b7efeeb9691fd619279027d4dcf85",
3013                 "reference": "6dd1e7adef4b7efeeb9691fd619279027d4dcf85",
3014                 "shasum": ""
3015             },
3016             "require": {
3017                 "php": ">=7.1.3",
3018                 "symfony/polyfill-ctype": "~1.8",
3019                 "symfony/polyfill-mbstring": "~1.0"
3020             },
3021             "conflict": {
3022                 "masterminds/html5": "<2.6"
3023             },
3024             "require-dev": {
3025                 "masterminds/html5": "^2.6",
3026                 "symfony/css-selector": "^3.4|^4.0|^5.0"
3027             },
3028             "suggest": {
3029                 "symfony/css-selector": ""
3030             },
3031             "type": "library",
3032             "extra": {
3033                 "branch-alias": {
3034                     "dev-master": "4.4-dev"
3035                 }
3036             },
3037             "autoload": {
3038                 "psr-4": {
3039                     "Symfony\\Component\\DomCrawler\\": ""
3040                 },
3041                 "exclude-from-classmap": [
3042                     "/Tests/"
3043                 ]
3044             },
3045             "notification-url": "https://packagist.org/downloads/",
3046             "license": [
3047                 "MIT"
3048             ],
3049             "authors": [
3050                 {
3051                     "name": "Fabien Potencier",
3052                     "email": "fabien@symfony.com"
3053                 },
3054                 {
3055                     "name": "Symfony Community",
3056                     "homepage": "https://symfony.com/contributors"
3057                 }
3058             ],
3059             "description": "Symfony DomCrawler Component",
3060             "homepage": "https://symfony.com",
3061             "funding": [
3062                 {
3063                     "url": "https://symfony.com/sponsor",
3064                     "type": "custom"
3065                 },
3066                 {
3067                     "url": "https://github.com/fabpot",
3068                     "type": "github"
3069                 },
3070                 {
3071                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3072                     "type": "tidelift"
3073                 }
3074             ],
3075             "time": "2020-08-12T06:20:35+00:00"
3076         },
3077         {
3078             "name": "symfony/event-dispatcher",
3079             "version": "v5.1.5",
3080             "source": {
3081                 "type": "git",
3082                 "url": "https://github.com/symfony/event-dispatcher.git",
3083                 "reference": "94871fc0a69c3c5da57764187724cdce0755899c"
3084             },
3085             "dist": {
3086                 "type": "zip",
3087                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/94871fc0a69c3c5da57764187724cdce0755899c",
3088                 "reference": "94871fc0a69c3c5da57764187724cdce0755899c",
3089                 "shasum": ""
3090             },
3091             "require": {
3092                 "php": ">=7.2.5",
3093                 "symfony/deprecation-contracts": "^2.1",
3094                 "symfony/event-dispatcher-contracts": "^2",
3095                 "symfony/polyfill-php80": "^1.15"
3096             },
3097             "conflict": {
3098                 "symfony/dependency-injection": "<4.4"
3099             },
3100             "provide": {
3101                 "psr/event-dispatcher-implementation": "1.0",
3102                 "symfony/event-dispatcher-implementation": "2.0"
3103             },
3104             "require-dev": {
3105                 "psr/log": "~1.0",
3106                 "symfony/config": "^4.4|^5.0",
3107                 "symfony/dependency-injection": "^4.4|^5.0",
3108                 "symfony/expression-language": "^4.4|^5.0",
3109                 "symfony/http-foundation": "^4.4|^5.0",
3110                 "symfony/service-contracts": "^1.1|^2",
3111                 "symfony/stopwatch": "^4.4|^5.0"
3112             },
3113             "suggest": {
3114                 "symfony/dependency-injection": "",
3115                 "symfony/http-kernel": ""
3116             },
3117             "type": "library",
3118             "extra": {
3119                 "branch-alias": {
3120                     "dev-master": "5.1-dev"
3121                 }
3122             },
3123             "autoload": {
3124                 "psr-4": {
3125                     "Symfony\\Component\\EventDispatcher\\": ""
3126                 },
3127                 "exclude-from-classmap": [
3128                     "/Tests/"
3129                 ]
3130             },
3131             "notification-url": "https://packagist.org/downloads/",
3132             "license": [
3133                 "MIT"
3134             ],
3135             "authors": [
3136                 {
3137                     "name": "Fabien Potencier",
3138                     "email": "fabien@symfony.com"
3139                 },
3140                 {
3141                     "name": "Symfony Community",
3142                     "homepage": "https://symfony.com/contributors"
3143                 }
3144             ],
3145             "description": "Symfony EventDispatcher Component",
3146             "homepage": "https://symfony.com",
3147             "funding": [
3148                 {
3149                     "url": "https://symfony.com/sponsor",
3150                     "type": "custom"
3151                 },
3152                 {
3153                     "url": "https://github.com/fabpot",
3154                     "type": "github"
3155                 },
3156                 {
3157                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3158                     "type": "tidelift"
3159                 }
3160             ],
3161             "time": "2020-08-13T14:19:42+00:00"
3162         },
3163         {
3164             "name": "symfony/event-dispatcher-contracts",
3165             "version": "v2.1.3",
3166             "source": {
3167                 "type": "git",
3168                 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
3169                 "reference": "f6f613d74cfc5a623fc36294d3451eb7fa5a042b"
3170             },
3171             "dist": {
3172                 "type": "zip",
3173                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f6f613d74cfc5a623fc36294d3451eb7fa5a042b",
3174                 "reference": "f6f613d74cfc5a623fc36294d3451eb7fa5a042b",
3175                 "shasum": ""
3176             },
3177             "require": {
3178                 "php": ">=7.2.5",
3179                 "psr/event-dispatcher": "^1"
3180             },
3181             "suggest": {
3182                 "symfony/event-dispatcher-implementation": ""
3183             },
3184             "type": "library",
3185             "extra": {
3186                 "branch-alias": {
3187                     "dev-master": "2.1-dev"
3188                 },
3189                 "thanks": {
3190                     "name": "symfony/contracts",
3191                     "url": "https://github.com/symfony/contracts"
3192                 }
3193             },
3194             "autoload": {
3195                 "psr-4": {
3196                     "Symfony\\Contracts\\EventDispatcher\\": ""
3197                 }
3198             },
3199             "notification-url": "https://packagist.org/downloads/",
3200             "license": [
3201                 "MIT"
3202             ],
3203             "authors": [
3204                 {
3205                     "name": "Nicolas Grekas",
3206                     "email": "p@tchwork.com"
3207                 },
3208                 {
3209                     "name": "Symfony Community",
3210                     "homepage": "https://symfony.com/contributors"
3211                 }
3212             ],
3213             "description": "Generic abstractions related to dispatching event",
3214             "homepage": "https://symfony.com",
3215             "keywords": [
3216                 "abstractions",
3217                 "contracts",
3218                 "decoupling",
3219                 "interfaces",
3220                 "interoperability",
3221                 "standards"
3222             ],
3223             "funding": [
3224                 {
3225                     "url": "https://symfony.com/sponsor",
3226                     "type": "custom"
3227                 },
3228                 {
3229                     "url": "https://github.com/fabpot",
3230                     "type": "github"
3231                 },
3232                 {
3233                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3234                     "type": "tidelift"
3235                 }
3236             ],
3237             "time": "2020-07-06T13:23:11+00:00"
3238         },
3239         {
3240             "name": "symfony/filesystem",
3241             "version": "v5.1.5",
3242             "source": {
3243                 "type": "git",
3244                 "url": "https://github.com/symfony/filesystem.git",
3245                 "reference": "f7b9ed6142a34252d219801d9767dedbd711da1a"
3246             },
3247             "dist": {
3248                 "type": "zip",
3249                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/f7b9ed6142a34252d219801d9767dedbd711da1a",
3250                 "reference": "f7b9ed6142a34252d219801d9767dedbd711da1a",
3251                 "shasum": ""
3252             },
3253             "require": {
3254                 "php": ">=7.2.5",
3255                 "symfony/polyfill-ctype": "~1.8"
3256             },
3257             "type": "library",
3258             "extra": {
3259                 "branch-alias": {
3260                     "dev-master": "5.1-dev"
3261                 }
3262             },
3263             "autoload": {
3264                 "psr-4": {
3265                     "Symfony\\Component\\Filesystem\\": ""
3266                 },
3267                 "exclude-from-classmap": [
3268                     "/Tests/"
3269                 ]
3270             },
3271             "notification-url": "https://packagist.org/downloads/",
3272             "license": [
3273                 "MIT"
3274             ],
3275             "authors": [
3276                 {
3277                     "name": "Fabien Potencier",
3278                     "email": "fabien@symfony.com"
3279                 },
3280                 {
3281                     "name": "Symfony Community",
3282                     "homepage": "https://symfony.com/contributors"
3283                 }
3284             ],
3285             "description": "Symfony Filesystem Component",
3286             "homepage": "https://symfony.com",
3287             "funding": [
3288                 {
3289                     "url": "https://symfony.com/sponsor",
3290                     "type": "custom"
3291                 },
3292                 {
3293                     "url": "https://github.com/fabpot",
3294                     "type": "github"
3295                 },
3296                 {
3297                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3298                     "type": "tidelift"
3299                 }
3300             ],
3301             "time": "2020-08-21T17:19:47+00:00"
3302         },
3303         {
3304             "name": "symfony/polyfill-ctype",
3305             "version": "v1.18.1",
3306             "source": {
3307                 "type": "git",
3308                 "url": "https://github.com/symfony/polyfill-ctype.git",
3309                 "reference": "1c302646f6efc070cd46856e600e5e0684d6b454"
3310             },
3311             "dist": {
3312                 "type": "zip",
3313                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454",
3314                 "reference": "1c302646f6efc070cd46856e600e5e0684d6b454",
3315                 "shasum": ""
3316             },
3317             "require": {
3318                 "php": ">=5.3.3"
3319             },
3320             "suggest": {
3321                 "ext-ctype": "For best performance"
3322             },
3323             "type": "library",
3324             "extra": {
3325                 "branch-alias": {
3326                     "dev-master": "1.18-dev"
3327                 },
3328                 "thanks": {
3329                     "name": "symfony/polyfill",
3330                     "url": "https://github.com/symfony/polyfill"
3331                 }
3332             },
3333             "autoload": {
3334                 "psr-4": {
3335                     "Symfony\\Polyfill\\Ctype\\": ""
3336                 },
3337                 "files": [
3338                     "bootstrap.php"
3339                 ]
3340             },
3341             "notification-url": "https://packagist.org/downloads/",
3342             "license": [
3343                 "MIT"
3344             ],
3345             "authors": [
3346                 {
3347                     "name": "Gert de Pagter",
3348                     "email": "BackEndTea@gmail.com"
3349                 },
3350                 {
3351                     "name": "Symfony Community",
3352                     "homepage": "https://symfony.com/contributors"
3353                 }
3354             ],
3355             "description": "Symfony polyfill for ctype functions",
3356             "homepage": "https://symfony.com",
3357             "keywords": [
3358                 "compatibility",
3359                 "ctype",
3360                 "polyfill",
3361                 "portable"
3362             ],
3363             "funding": [
3364                 {
3365                     "url": "https://symfony.com/sponsor",
3366                     "type": "custom"
3367                 },
3368                 {
3369                     "url": "https://github.com/fabpot",
3370                     "type": "github"
3371                 },
3372                 {
3373                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3374                     "type": "tidelift"
3375                 }
3376             ],
3377             "time": "2020-07-14T12:35:20+00:00"
3378         },
3379         {
3380             "name": "symfony/polyfill-intl-grapheme",
3381             "version": "v1.18.1",
3382             "source": {
3383                 "type": "git",
3384                 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
3385                 "reference": "b740103edbdcc39602239ee8860f0f45a8eb9aa5"
3386             },
3387             "dist": {
3388                 "type": "zip",
3389                 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b740103edbdcc39602239ee8860f0f45a8eb9aa5",
3390                 "reference": "b740103edbdcc39602239ee8860f0f45a8eb9aa5",
3391                 "shasum": ""
3392             },
3393             "require": {
3394                 "php": ">=5.3.3"
3395             },
3396             "suggest": {
3397                 "ext-intl": "For best performance"
3398             },
3399             "type": "library",
3400             "extra": {
3401                 "branch-alias": {
3402                     "dev-master": "1.18-dev"
3403                 },
3404                 "thanks": {
3405                     "name": "symfony/polyfill",
3406                     "url": "https://github.com/symfony/polyfill"
3407                 }
3408             },
3409             "autoload": {
3410                 "psr-4": {
3411                     "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
3412                 },
3413                 "files": [
3414                     "bootstrap.php"
3415                 ]
3416             },
3417             "notification-url": "https://packagist.org/downloads/",
3418             "license": [
3419                 "MIT"
3420             ],
3421             "authors": [
3422                 {
3423                     "name": "Nicolas Grekas",
3424                     "email": "p@tchwork.com"
3425                 },
3426                 {
3427                     "name": "Symfony Community",
3428                     "homepage": "https://symfony.com/contributors"
3429                 }
3430             ],
3431             "description": "Symfony polyfill for intl's grapheme_* functions",
3432             "homepage": "https://symfony.com",
3433             "keywords": [
3434                 "compatibility",
3435                 "grapheme",
3436                 "intl",
3437                 "polyfill",
3438                 "portable",
3439                 "shim"
3440             ],
3441             "funding": [
3442                 {
3443                     "url": "https://symfony.com/sponsor",
3444                     "type": "custom"
3445                 },
3446                 {
3447                     "url": "https://github.com/fabpot",
3448                     "type": "github"
3449                 },
3450                 {
3451                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3452                     "type": "tidelift"
3453                 }
3454             ],
3455             "time": "2020-07-14T12:35:20+00:00"
3456         },
3457         {
3458             "name": "symfony/polyfill-intl-idn",
3459             "version": "v1.18.1",
3460             "source": {
3461                 "type": "git",
3462                 "url": "https://github.com/symfony/polyfill-intl-idn.git",
3463                 "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251"
3464             },
3465             "dist": {
3466                 "type": "zip",
3467                 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/5dcab1bc7146cf8c1beaa4502a3d9be344334251",
3468                 "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251",
3469                 "shasum": ""
3470             },
3471             "require": {
3472                 "php": ">=5.3.3",
3473                 "symfony/polyfill-intl-normalizer": "^1.10",
3474                 "symfony/polyfill-php70": "^1.10",
3475                 "symfony/polyfill-php72": "^1.10"
3476             },
3477             "suggest": {
3478                 "ext-intl": "For best performance"
3479             },
3480             "type": "library",
3481             "extra": {
3482                 "branch-alias": {
3483                     "dev-master": "1.18-dev"
3484                 },
3485                 "thanks": {
3486                     "name": "symfony/polyfill",
3487                     "url": "https://github.com/symfony/polyfill"
3488                 }
3489             },
3490             "autoload": {
3491                 "psr-4": {
3492                     "Symfony\\Polyfill\\Intl\\Idn\\": ""
3493                 },
3494                 "files": [
3495                     "bootstrap.php"
3496                 ]
3497             },
3498             "notification-url": "https://packagist.org/downloads/",
3499             "license": [
3500                 "MIT"
3501             ],
3502             "authors": [
3503                 {
3504                     "name": "Laurent Bassin",
3505                     "email": "laurent@bassin.info"
3506                 },
3507                 {
3508                     "name": "Trevor Rowbotham",
3509                     "email": "trevor.rowbotham@pm.me"
3510                 },
3511                 {
3512                     "name": "Symfony Community",
3513                     "homepage": "https://symfony.com/contributors"
3514                 }
3515             ],
3516             "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
3517             "homepage": "https://symfony.com",
3518             "keywords": [
3519                 "compatibility",
3520                 "idn",
3521                 "intl",
3522                 "polyfill",
3523                 "portable",
3524                 "shim"
3525             ],
3526             "funding": [
3527                 {
3528                     "url": "https://symfony.com/sponsor",
3529                     "type": "custom"
3530                 },
3531                 {
3532                     "url": "https://github.com/fabpot",
3533                     "type": "github"
3534                 },
3535                 {
3536                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3537                     "type": "tidelift"
3538                 }
3539             ],
3540             "time": "2020-08-04T06:02:08+00:00"
3541         },
3542         {
3543             "name": "symfony/polyfill-intl-normalizer",
3544             "version": "v1.18.1",
3545             "source": {
3546                 "type": "git",
3547                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
3548                 "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e"
3549             },
3550             "dist": {
3551                 "type": "zip",
3552                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
3553                 "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
3554                 "shasum": ""
3555             },
3556             "require": {
3557                 "php": ">=5.3.3"
3558             },
3559             "suggest": {
3560                 "ext-intl": "For best performance"
3561             },
3562             "type": "library",
3563             "extra": {
3564                 "branch-alias": {
3565                     "dev-master": "1.18-dev"
3566                 },
3567                 "thanks": {
3568                     "name": "symfony/polyfill",
3569                     "url": "https://github.com/symfony/polyfill"
3570                 }
3571             },
3572             "autoload": {
3573                 "psr-4": {
3574                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
3575                 },
3576                 "files": [
3577                     "bootstrap.php"
3578                 ],
3579                 "classmap": [
3580                     "Resources/stubs"
3581                 ]
3582             },
3583             "notification-url": "https://packagist.org/downloads/",
3584             "license": [
3585                 "MIT"
3586             ],
3587             "authors": [
3588                 {
3589                     "name": "Nicolas Grekas",
3590                     "email": "p@tchwork.com"
3591                 },
3592                 {
3593                     "name": "Symfony Community",
3594                     "homepage": "https://symfony.com/contributors"
3595                 }
3596             ],
3597             "description": "Symfony polyfill for intl's Normalizer class and related functions",
3598             "homepage": "https://symfony.com",
3599             "keywords": [
3600                 "compatibility",
3601                 "intl",
3602                 "normalizer",
3603                 "polyfill",
3604                 "portable",
3605                 "shim"
3606             ],
3607             "funding": [
3608                 {
3609                     "url": "https://symfony.com/sponsor",
3610                     "type": "custom"
3611                 },
3612                 {
3613                     "url": "https://github.com/fabpot",
3614                     "type": "github"
3615                 },
3616                 {
3617                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3618                     "type": "tidelift"
3619                 }
3620             ],
3621             "time": "2020-07-14T12:35:20+00:00"
3622         },
3623         {
3624             "name": "symfony/polyfill-mbstring",
3625             "version": "v1.18.1",
3626             "source": {
3627                 "type": "git",
3628                 "url": "https://github.com/symfony/polyfill-mbstring.git",
3629                 "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a"
3630             },
3631             "dist": {
3632                 "type": "zip",
3633                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a",
3634                 "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a",
3635                 "shasum": ""
3636             },
3637             "require": {
3638                 "php": ">=5.3.3"
3639             },
3640             "suggest": {
3641                 "ext-mbstring": "For best performance"
3642             },
3643             "type": "library",
3644             "extra": {
3645                 "branch-alias": {
3646                     "dev-master": "1.18-dev"
3647                 },
3648                 "thanks": {
3649                     "name": "symfony/polyfill",
3650                     "url": "https://github.com/symfony/polyfill"
3651                 }
3652             },
3653             "autoload": {
3654                 "psr-4": {
3655                     "Symfony\\Polyfill\\Mbstring\\": ""
3656                 },
3657                 "files": [
3658                     "bootstrap.php"
3659                 ]
3660             },
3661             "notification-url": "https://packagist.org/downloads/",
3662             "license": [
3663                 "MIT"
3664             ],
3665             "authors": [
3666                 {
3667                     "name": "Nicolas Grekas",
3668                     "email": "p@tchwork.com"
3669                 },
3670                 {
3671                     "name": "Symfony Community",
3672                     "homepage": "https://symfony.com/contributors"
3673                 }
3674             ],
3675             "description": "Symfony polyfill for the Mbstring extension",
3676             "homepage": "https://symfony.com",
3677             "keywords": [
3678                 "compatibility",
3679                 "mbstring",
3680                 "polyfill",
3681                 "portable",
3682                 "shim"
3683             ],
3684             "funding": [
3685                 {
3686                     "url": "https://symfony.com/sponsor",
3687                     "type": "custom"
3688                 },
3689                 {
3690                     "url": "https://github.com/fabpot",
3691                     "type": "github"
3692                 },
3693                 {
3694                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3695                     "type": "tidelift"
3696                 }
3697             ],
3698             "time": "2020-07-14T12:35:20+00:00"
3699         },
3700         {
3701             "name": "symfony/polyfill-php70",
3702             "version": "v1.18.1",
3703             "source": {
3704                 "type": "git",
3705                 "url": "https://github.com/symfony/polyfill-php70.git",
3706                 "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3"
3707             },
3708             "dist": {
3709                 "type": "zip",
3710                 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
3711                 "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
3712                 "shasum": ""
3713             },
3714             "require": {
3715                 "paragonie/random_compat": "~1.0|~2.0|~9.99",
3716                 "php": ">=5.3.3"
3717             },
3718             "type": "library",
3719             "extra": {
3720                 "branch-alias": {
3721                     "dev-master": "1.18-dev"
3722                 },
3723                 "thanks": {
3724                     "name": "symfony/polyfill",
3725                     "url": "https://github.com/symfony/polyfill"
3726                 }
3727             },
3728             "autoload": {
3729                 "psr-4": {
3730                     "Symfony\\Polyfill\\Php70\\": ""
3731                 },
3732                 "files": [
3733                     "bootstrap.php"
3734                 ],
3735                 "classmap": [
3736                     "Resources/stubs"
3737                 ]
3738             },
3739             "notification-url": "https://packagist.org/downloads/",
3740             "license": [
3741                 "MIT"
3742             ],
3743             "authors": [
3744                 {
3745                     "name": "Nicolas Grekas",
3746                     "email": "p@tchwork.com"
3747                 },
3748                 {
3749                     "name": "Symfony Community",
3750                     "homepage": "https://symfony.com/contributors"
3751                 }
3752             ],
3753             "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
3754             "homepage": "https://symfony.com",
3755             "keywords": [
3756                 "compatibility",
3757                 "polyfill",
3758                 "portable",
3759                 "shim"
3760             ],
3761             "funding": [
3762                 {
3763                     "url": "https://symfony.com/sponsor",
3764                     "type": "custom"
3765                 },
3766                 {
3767                     "url": "https://github.com/fabpot",
3768                     "type": "github"
3769                 },
3770                 {
3771                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3772                     "type": "tidelift"
3773                 }
3774             ],
3775             "time": "2020-07-14T12:35:20+00:00"
3776         },
3777         {
3778             "name": "symfony/polyfill-php72",
3779             "version": "v1.18.1",
3780             "source": {
3781                 "type": "git",
3782                 "url": "https://github.com/symfony/polyfill-php72.git",
3783                 "reference": "639447d008615574653fb3bc60d1986d7172eaae"
3784             },
3785             "dist": {
3786                 "type": "zip",
3787                 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/639447d008615574653fb3bc60d1986d7172eaae",
3788                 "reference": "639447d008615574653fb3bc60d1986d7172eaae",
3789                 "shasum": ""
3790             },
3791             "require": {
3792                 "php": ">=5.3.3"
3793             },
3794             "type": "library",
3795             "extra": {
3796                 "branch-alias": {
3797                     "dev-master": "1.18-dev"
3798                 },
3799                 "thanks": {
3800                     "name": "symfony/polyfill",
3801                     "url": "https://github.com/symfony/polyfill"
3802                 }
3803             },
3804             "autoload": {
3805                 "psr-4": {
3806                     "Symfony\\Polyfill\\Php72\\": ""
3807                 },
3808                 "files": [
3809                     "bootstrap.php"
3810                 ]
3811             },
3812             "notification-url": "https://packagist.org/downloads/",
3813             "license": [
3814                 "MIT"
3815             ],
3816             "authors": [
3817                 {
3818                     "name": "Nicolas Grekas",
3819                     "email": "p@tchwork.com"
3820                 },
3821                 {
3822                     "name": "Symfony Community",
3823                     "homepage": "https://symfony.com/contributors"
3824                 }
3825             ],
3826             "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
3827             "homepage": "https://symfony.com",
3828             "keywords": [
3829                 "compatibility",
3830                 "polyfill",
3831                 "portable",
3832                 "shim"
3833             ],
3834             "funding": [
3835                 {
3836                     "url": "https://symfony.com/sponsor",
3837                     "type": "custom"
3838                 },
3839                 {
3840                     "url": "https://github.com/fabpot",
3841                     "type": "github"
3842                 },
3843                 {
3844                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3845                     "type": "tidelift"
3846                 }
3847             ],
3848             "time": "2020-07-14T12:35:20+00:00"
3849         },
3850         {
3851             "name": "symfony/polyfill-php73",
3852             "version": "v1.18.1",
3853             "source": {
3854                 "type": "git",
3855                 "url": "https://github.com/symfony/polyfill-php73.git",
3856                 "reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca"
3857             },
3858             "dist": {
3859                 "type": "zip",
3860                 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
3861                 "reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
3862                 "shasum": ""
3863             },
3864             "require": {
3865                 "php": ">=5.3.3"
3866             },
3867             "type": "library",
3868             "extra": {
3869                 "branch-alias": {
3870                     "dev-master": "1.18-dev"
3871                 },
3872                 "thanks": {
3873                     "name": "symfony/polyfill",
3874                     "url": "https://github.com/symfony/polyfill"
3875                 }
3876             },
3877             "autoload": {
3878                 "psr-4": {
3879                     "Symfony\\Polyfill\\Php73\\": ""
3880                 },
3881                 "files": [
3882                     "bootstrap.php"
3883                 ],
3884                 "classmap": [
3885                     "Resources/stubs"
3886                 ]
3887             },
3888             "notification-url": "https://packagist.org/downloads/",
3889             "license": [
3890                 "MIT"
3891             ],
3892             "authors": [
3893                 {
3894                     "name": "Nicolas Grekas",
3895                     "email": "p@tchwork.com"
3896                 },
3897                 {
3898                     "name": "Symfony Community",
3899                     "homepage": "https://symfony.com/contributors"
3900                 }
3901             ],
3902             "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
3903             "homepage": "https://symfony.com",
3904             "keywords": [
3905                 "compatibility",
3906                 "polyfill",
3907                 "portable",
3908                 "shim"
3909             ],
3910             "funding": [
3911                 {
3912                     "url": "https://symfony.com/sponsor",
3913                     "type": "custom"
3914                 },
3915                 {
3916                     "url": "https://github.com/fabpot",
3917                     "type": "github"
3918                 },
3919                 {
3920                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3921                     "type": "tidelift"
3922                 }
3923             ],
3924             "time": "2020-07-14T12:35:20+00:00"
3925         },
3926         {
3927             "name": "symfony/polyfill-php80",
3928             "version": "v1.18.1",
3929             "source": {
3930                 "type": "git",
3931                 "url": "https://github.com/symfony/polyfill-php80.git",
3932                 "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981"
3933             },
3934             "dist": {
3935                 "type": "zip",
3936                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/d87d5766cbf48d72388a9f6b85f280c8ad51f981",
3937                 "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981",
3938                 "shasum": ""
3939             },
3940             "require": {
3941                 "php": ">=7.0.8"
3942             },
3943             "type": "library",
3944             "extra": {
3945                 "branch-alias": {
3946                     "dev-master": "1.18-dev"
3947                 },
3948                 "thanks": {
3949                     "name": "symfony/polyfill",
3950                     "url": "https://github.com/symfony/polyfill"
3951                 }
3952             },
3953             "autoload": {
3954                 "psr-4": {
3955                     "Symfony\\Polyfill\\Php80\\": ""
3956                 },
3957                 "files": [
3958                     "bootstrap.php"
3959                 ],
3960                 "classmap": [
3961                     "Resources/stubs"
3962                 ]
3963             },
3964             "notification-url": "https://packagist.org/downloads/",
3965             "license": [
3966                 "MIT"
3967             ],
3968             "authors": [
3969                 {
3970                     "name": "Ion Bazan",
3971                     "email": "ion.bazan@gmail.com"
3972                 },
3973                 {
3974                     "name": "Nicolas Grekas",
3975                     "email": "p@tchwork.com"
3976                 },
3977                 {
3978                     "name": "Symfony Community",
3979                     "homepage": "https://symfony.com/contributors"
3980                 }
3981             ],
3982             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
3983             "homepage": "https://symfony.com",
3984             "keywords": [
3985                 "compatibility",
3986                 "polyfill",
3987                 "portable",
3988                 "shim"
3989             ],
3990             "funding": [
3991                 {
3992                     "url": "https://symfony.com/sponsor",
3993                     "type": "custom"
3994                 },
3995                 {
3996                     "url": "https://github.com/fabpot",
3997                     "type": "github"
3998                 },
3999                 {
4000                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4001                     "type": "tidelift"
4002                 }
4003             ],
4004             "time": "2020-07-14T12:35:20+00:00"
4005         },
4006         {
4007             "name": "symfony/process",
4008             "version": "v5.1.5",
4009             "source": {
4010                 "type": "git",
4011                 "url": "https://github.com/symfony/process.git",
4012                 "reference": "1864216226af21eb76d9477f691e7cbf198e0402"
4013             },
4014             "dist": {
4015                 "type": "zip",
4016                 "url": "https://api.github.com/repos/symfony/process/zipball/1864216226af21eb76d9477f691e7cbf198e0402",
4017                 "reference": "1864216226af21eb76d9477f691e7cbf198e0402",
4018                 "shasum": ""
4019             },
4020             "require": {
4021                 "php": ">=7.2.5",
4022                 "symfony/polyfill-php80": "^1.15"
4023             },
4024             "type": "library",
4025             "extra": {
4026                 "branch-alias": {
4027                     "dev-master": "5.1-dev"
4028                 }
4029             },
4030             "autoload": {
4031                 "psr-4": {
4032                     "Symfony\\Component\\Process\\": ""
4033                 },
4034                 "exclude-from-classmap": [
4035                     "/Tests/"
4036                 ]
4037             },
4038             "notification-url": "https://packagist.org/downloads/",
4039             "license": [
4040                 "MIT"
4041             ],
4042             "authors": [
4043                 {
4044                     "name": "Fabien Potencier",
4045                     "email": "fabien@symfony.com"
4046                 },
4047                 {
4048                     "name": "Symfony Community",
4049                     "homepage": "https://symfony.com/contributors"
4050                 }
4051             ],
4052             "description": "Symfony Process Component",
4053             "homepage": "https://symfony.com",
4054             "funding": [
4055                 {
4056                     "url": "https://symfony.com/sponsor",
4057                     "type": "custom"
4058                 },
4059                 {
4060                     "url": "https://github.com/fabpot",
4061                     "type": "github"
4062                 },
4063                 {
4064                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4065                     "type": "tidelift"
4066                 }
4067             ],
4068             "time": "2020-07-23T08:36:24+00:00"
4069         },
4070         {
4071             "name": "symfony/service-contracts",
4072             "version": "v2.1.3",
4073             "source": {
4074                 "type": "git",
4075                 "url": "https://github.com/symfony/service-contracts.git",
4076                 "reference": "58c7475e5457c5492c26cc740cc0ad7464be9442"
4077             },
4078             "dist": {
4079                 "type": "zip",
4080                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/58c7475e5457c5492c26cc740cc0ad7464be9442",
4081                 "reference": "58c7475e5457c5492c26cc740cc0ad7464be9442",
4082                 "shasum": ""
4083             },
4084             "require": {
4085                 "php": ">=7.2.5",
4086                 "psr/container": "^1.0"
4087             },
4088             "suggest": {
4089                 "symfony/service-implementation": ""
4090             },
4091             "type": "library",
4092             "extra": {
4093                 "branch-alias": {
4094                     "dev-master": "2.1-dev"
4095                 },
4096                 "thanks": {
4097                     "name": "symfony/contracts",
4098                     "url": "https://github.com/symfony/contracts"
4099                 }
4100             },
4101             "autoload": {
4102                 "psr-4": {
4103                     "Symfony\\Contracts\\Service\\": ""
4104                 }
4105             },
4106             "notification-url": "https://packagist.org/downloads/",
4107             "license": [
4108                 "MIT"
4109             ],
4110             "authors": [
4111                 {
4112                     "name": "Nicolas Grekas",
4113                     "email": "p@tchwork.com"
4114                 },
4115                 {
4116                     "name": "Symfony Community",
4117                     "homepage": "https://symfony.com/contributors"
4118                 }
4119             ],
4120             "description": "Generic abstractions related to writing services",
4121             "homepage": "https://symfony.com",
4122             "keywords": [
4123                 "abstractions",
4124                 "contracts",
4125                 "decoupling",
4126                 "interfaces",
4127                 "interoperability",
4128                 "standards"
4129             ],
4130             "funding": [
4131                 {
4132                     "url": "https://symfony.com/sponsor",
4133                     "type": "custom"
4134                 },
4135                 {
4136                     "url": "https://github.com/fabpot",
4137                     "type": "github"
4138                 },
4139                 {
4140                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4141                     "type": "tidelift"
4142                 }
4143             ],
4144             "time": "2020-07-06T13:23:11+00:00"
4145         },
4146         {
4147             "name": "symfony/string",
4148             "version": "v5.1.5",
4149             "source": {
4150                 "type": "git",
4151                 "url": "https://github.com/symfony/string.git",
4152                 "reference": "0de4cc1e18bb596226c06a82e2e7e9bc6001a63a"
4153             },
4154             "dist": {
4155                 "type": "zip",
4156                 "url": "https://api.github.com/repos/symfony/string/zipball/0de4cc1e18bb596226c06a82e2e7e9bc6001a63a",
4157                 "reference": "0de4cc1e18bb596226c06a82e2e7e9bc6001a63a",
4158                 "shasum": ""
4159             },
4160             "require": {
4161                 "php": ">=7.2.5",
4162                 "symfony/polyfill-ctype": "~1.8",
4163                 "symfony/polyfill-intl-grapheme": "~1.0",
4164                 "symfony/polyfill-intl-normalizer": "~1.0",
4165                 "symfony/polyfill-mbstring": "~1.0",
4166                 "symfony/polyfill-php80": "~1.15"
4167             },
4168             "require-dev": {
4169                 "symfony/error-handler": "^4.4|^5.0",
4170                 "symfony/http-client": "^4.4|^5.0",
4171                 "symfony/translation-contracts": "^1.1|^2",
4172                 "symfony/var-exporter": "^4.4|^5.0"
4173             },
4174             "type": "library",
4175             "extra": {
4176                 "branch-alias": {
4177                     "dev-master": "5.1-dev"
4178                 }
4179             },
4180             "autoload": {
4181                 "psr-4": {
4182                     "Symfony\\Component\\String\\": ""
4183                 },
4184                 "files": [
4185                     "Resources/functions.php"
4186                 ],
4187                 "exclude-from-classmap": [
4188                     "/Tests/"
4189                 ]
4190             },
4191             "notification-url": "https://packagist.org/downloads/",
4192             "license": [
4193                 "MIT"
4194             ],
4195             "authors": [
4196                 {
4197                     "name": "Nicolas Grekas",
4198                     "email": "p@tchwork.com"
4199                 },
4200                 {
4201                     "name": "Symfony Community",
4202                     "homepage": "https://symfony.com/contributors"
4203                 }
4204             ],
4205             "description": "Symfony String component",
4206             "homepage": "https://symfony.com",
4207             "keywords": [
4208                 "grapheme",
4209                 "i18n",
4210                 "string",
4211                 "unicode",
4212                 "utf-8",
4213                 "utf8"
4214             ],
4215             "funding": [
4216                 {
4217                     "url": "https://symfony.com/sponsor",
4218                     "type": "custom"
4219                 },
4220                 {
4221                     "url": "https://github.com/fabpot",
4222                     "type": "github"
4223                 },
4224                 {
4225                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4226                     "type": "tidelift"
4227                 }
4228             ],
4229             "time": "2020-08-17T07:48:54+00:00"
4230         },
4231         {
4232             "name": "symfony/translation",
4233             "version": "v4.4.13",
4234             "source": {
4235                 "type": "git",
4236                 "url": "https://github.com/symfony/translation.git",
4237                 "reference": "700e6e50174b0cdcf0fa232773bec5c314680575"
4238             },
4239             "dist": {
4240                 "type": "zip",
4241                 "url": "https://api.github.com/repos/symfony/translation/zipball/700e6e50174b0cdcf0fa232773bec5c314680575",
4242                 "reference": "700e6e50174b0cdcf0fa232773bec5c314680575",
4243                 "shasum": ""
4244             },
4245             "require": {
4246                 "php": ">=7.1.3",
4247                 "symfony/polyfill-mbstring": "~1.0",
4248                 "symfony/translation-contracts": "^1.1.6|^2"
4249             },
4250             "conflict": {
4251                 "symfony/config": "<3.4",
4252                 "symfony/dependency-injection": "<3.4",
4253                 "symfony/http-kernel": "<4.4",
4254                 "symfony/yaml": "<3.4"
4255             },
4256             "provide": {
4257                 "symfony/translation-implementation": "1.0"
4258             },
4259             "require-dev": {
4260                 "psr/log": "~1.0",
4261                 "symfony/config": "^3.4|^4.0|^5.0",
4262                 "symfony/console": "^3.4|^4.0|^5.0",
4263                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
4264                 "symfony/finder": "~2.8|~3.0|~4.0|^5.0",
4265                 "symfony/http-kernel": "^4.4",
4266                 "symfony/intl": "^3.4|^4.0|^5.0",
4267                 "symfony/service-contracts": "^1.1.2|^2",
4268                 "symfony/yaml": "^3.4|^4.0|^5.0"
4269             },
4270             "suggest": {
4271                 "psr/log-implementation": "To use logging capability in translator",
4272                 "symfony/config": "",
4273                 "symfony/yaml": ""
4274             },
4275             "type": "library",
4276             "extra": {
4277                 "branch-alias": {
4278                     "dev-master": "4.4-dev"
4279                 }
4280             },
4281             "autoload": {
4282                 "psr-4": {
4283                     "Symfony\\Component\\Translation\\": ""
4284                 },
4285                 "exclude-from-classmap": [
4286                     "/Tests/"
4287                 ]
4288             },
4289             "notification-url": "https://packagist.org/downloads/",
4290             "license": [
4291                 "MIT"
4292             ],
4293             "authors": [
4294                 {
4295                     "name": "Fabien Potencier",
4296                     "email": "fabien@symfony.com"
4297                 },
4298                 {
4299                     "name": "Symfony Community",
4300                     "homepage": "https://symfony.com/contributors"
4301                 }
4302             ],
4303             "description": "Symfony Translation Component",
4304             "homepage": "https://symfony.com",
4305             "funding": [
4306                 {
4307                     "url": "https://symfony.com/sponsor",
4308                     "type": "custom"
4309                 },
4310                 {
4311                     "url": "https://github.com/fabpot",
4312                     "type": "github"
4313                 },
4314                 {
4315                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4316                     "type": "tidelift"
4317                 }
4318             ],
4319             "time": "2020-08-17T09:56:45+00:00"
4320         },
4321         {
4322             "name": "symfony/translation-contracts",
4323             "version": "v2.1.3",
4324             "source": {
4325                 "type": "git",
4326                 "url": "https://github.com/symfony/translation-contracts.git",
4327                 "reference": "616a9773c853097607cf9dd6577d5b143ffdcd63"
4328             },
4329             "dist": {
4330                 "type": "zip",
4331                 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/616a9773c853097607cf9dd6577d5b143ffdcd63",
4332                 "reference": "616a9773c853097607cf9dd6577d5b143ffdcd63",
4333                 "shasum": ""
4334             },
4335             "require": {
4336                 "php": ">=7.2.5"
4337             },
4338             "suggest": {
4339                 "symfony/translation-implementation": ""
4340             },
4341             "type": "library",
4342             "extra": {
4343                 "branch-alias": {
4344                     "dev-master": "2.1-dev"
4345                 },
4346                 "thanks": {
4347                     "name": "symfony/contracts",
4348                     "url": "https://github.com/symfony/contracts"
4349                 }
4350             },
4351             "autoload": {
4352                 "psr-4": {
4353                     "Symfony\\Contracts\\Translation\\": ""
4354                 }
4355             },
4356             "notification-url": "https://packagist.org/downloads/",
4357             "license": [
4358                 "MIT"
4359             ],
4360             "authors": [
4361                 {
4362                     "name": "Nicolas Grekas",
4363                     "email": "p@tchwork.com"
4364                 },
4365                 {
4366                     "name": "Symfony Community",
4367                     "homepage": "https://symfony.com/contributors"
4368                 }
4369             ],
4370             "description": "Generic abstractions related to translation",
4371             "homepage": "https://symfony.com",
4372             "keywords": [
4373                 "abstractions",
4374                 "contracts",
4375                 "decoupling",
4376                 "interfaces",
4377                 "interoperability",
4378                 "standards"
4379             ],
4380             "funding": [
4381                 {
4382                     "url": "https://symfony.com/sponsor",
4383                     "type": "custom"
4384                 },
4385                 {
4386                     "url": "https://github.com/fabpot",
4387                     "type": "github"
4388                 },
4389                 {
4390                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4391                     "type": "tidelift"
4392                 }
4393             ],
4394             "time": "2020-07-06T13:23:11+00:00"
4395         },
4396         {
4397             "name": "symfony/yaml",
4398             "version": "v4.4.13",
4399             "source": {
4400                 "type": "git",
4401                 "url": "https://github.com/symfony/yaml.git",
4402                 "reference": "e2a69525b11a33be51cb00b8d6d13a9258a296b1"
4403             },
4404             "dist": {
4405                 "type": "zip",
4406                 "url": "https://api.github.com/repos/symfony/yaml/zipball/e2a69525b11a33be51cb00b8d6d13a9258a296b1",
4407                 "reference": "e2a69525b11a33be51cb00b8d6d13a9258a296b1",
4408                 "shasum": ""
4409             },
4410             "require": {
4411                 "php": ">=7.1.3",
4412                 "symfony/polyfill-ctype": "~1.8"
4413             },
4414             "conflict": {
4415                 "symfony/console": "<3.4"
4416             },
4417             "require-dev": {
4418                 "symfony/console": "^3.4|^4.0|^5.0"
4419             },
4420             "suggest": {
4421                 "symfony/console": "For validating YAML files using the lint command"
4422             },
4423             "type": "library",
4424             "extra": {
4425                 "branch-alias": {
4426                     "dev-master": "4.4-dev"
4427                 }
4428             },
4429             "autoload": {
4430                 "psr-4": {
4431                     "Symfony\\Component\\Yaml\\": ""
4432                 },
4433                 "exclude-from-classmap": [
4434                     "/Tests/"
4435                 ]
4436             },
4437             "notification-url": "https://packagist.org/downloads/",
4438             "license": [
4439                 "MIT"
4440             ],
4441             "authors": [
4442                 {
4443                     "name": "Fabien Potencier",
4444                     "email": "fabien@symfony.com"
4445                 },
4446                 {
4447                     "name": "Symfony Community",
4448                     "homepage": "https://symfony.com/contributors"
4449                 }
4450             ],
4451             "description": "Symfony Yaml Component",
4452             "homepage": "https://symfony.com",
4453             "funding": [
4454                 {
4455                     "url": "https://symfony.com/sponsor",
4456                     "type": "custom"
4457                 },
4458                 {
4459                     "url": "https://github.com/fabpot",
4460                     "type": "github"
4461                 },
4462                 {
4463                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4464                     "type": "tidelift"
4465                 }
4466             ],
4467             "time": "2020-08-26T08:30:46+00:00"
4468         },
4469         {
4470             "name": "theseer/tokenizer",
4471             "version": "1.2.0",
4472             "source": {
4473                 "type": "git",
4474                 "url": "https://github.com/theseer/tokenizer.git",
4475                 "reference": "75a63c33a8577608444246075ea0af0d052e452a"
4476             },
4477             "dist": {
4478                 "type": "zip",
4479                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
4480                 "reference": "75a63c33a8577608444246075ea0af0d052e452a",
4481                 "shasum": ""
4482             },
4483             "require": {
4484                 "ext-dom": "*",
4485                 "ext-tokenizer": "*",
4486                 "ext-xmlwriter": "*",
4487                 "php": "^7.2 || ^8.0"
4488             },
4489             "type": "library",
4490             "autoload": {
4491                 "classmap": [
4492                     "src/"
4493                 ]
4494             },
4495             "notification-url": "https://packagist.org/downloads/",
4496             "license": [
4497                 "BSD-3-Clause"
4498             ],
4499             "authors": [
4500                 {
4501                     "name": "Arne Blankerts",
4502                     "email": "arne@blankerts.de",
4503                     "role": "Developer"
4504                 }
4505             ],
4506             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
4507             "funding": [
4508                 {
4509                     "url": "https://github.com/theseer",
4510                     "type": "github"
4511                 }
4512             ],
4513             "time": "2020-07-12T23:59:07+00:00"
4514         },
4515         {
4516             "name": "webmozart/assert",
4517             "version": "1.9.1",
4518             "source": {
4519                 "type": "git",
4520                 "url": "https://github.com/webmozart/assert.git",
4521                 "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
4522             },
4523             "dist": {
4524                 "type": "zip",
4525                 "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
4526                 "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
4527                 "shasum": ""
4528             },
4529             "require": {
4530                 "php": "^5.3.3 || ^7.0 || ^8.0",
4531                 "symfony/polyfill-ctype": "^1.8"
4532             },
4533             "conflict": {
4534                 "phpstan/phpstan": "<0.12.20",
4535                 "vimeo/psalm": "<3.9.1"
4536             },
4537             "require-dev": {
4538                 "phpunit/phpunit": "^4.8.36 || ^7.5.13"
4539             },
4540             "type": "library",
4541             "autoload": {
4542                 "psr-4": {
4543                     "Webmozart\\Assert\\": "src/"
4544                 }
4545             },
4546             "notification-url": "https://packagist.org/downloads/",
4547             "license": [
4548                 "MIT"
4549             ],
4550             "authors": [
4551                 {
4552                     "name": "Bernhard Schussek",
4553                     "email": "bschussek@gmail.com"
4554                 }
4555             ],
4556             "description": "Assertions to validate method input/output with nice error messages.",
4557             "keywords": [
4558                 "assert",
4559                 "check",
4560                 "validate"
4561             ],
4562             "time": "2020-07-08T17:02:28+00:00"
4563         }
4564     ],
4565     "aliases": [
4566         {
4567             "alias": "1.x-dev",
4568             "alias_normalized": "1.9999999.9999999.9999999-dev",
4569             "version": "dev-local",
4570             "package": "instaclick/php-webdriver"
4571         }
4572     ],
4573     "minimum-stability": "stable",
4574     "stability-flags": {
4575         "instaclick/php-webdriver": 20
4576     },
4577     "prefer-stable": false,
4578     "prefer-lowest": false,
4579     "platform": [],
4580     "platform-dev": [],
4581     "plugin-api-version": "1.1.0"