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