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