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