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