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