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