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