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