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