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