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