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