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