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