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