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