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