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