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