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