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