]> BookStack Code Mirror - system-cli/blob - composer.lock
Altered mysql config passing, fixed some test issues
[system-cli] / composer.lock
1 {
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": "dfedeb5644f1db57e37ec243b28033ee",
8     "packages": [
9         {
10             "name": "graham-campbell/result-type",
11             "version": "v1.1.3",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/GrahamCampbell/Result-Type.git",
15                 "reference": "3ba905c11371512af9d9bdd27d99b782216b6945"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945",
20                 "reference": "3ba905c11371512af9d9bdd27d99b782216b6945",
21                 "shasum": ""
22             },
23             "require": {
24                 "php": "^7.2.5 || ^8.0",
25                 "phpoption/phpoption": "^1.9.3"
26             },
27             "require-dev": {
28                 "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
29             },
30             "type": "library",
31             "autoload": {
32                 "psr-4": {
33                     "GrahamCampbell\\ResultType\\": "src/"
34                 }
35             },
36             "notification-url": "https://packagist.org/downloads/",
37             "license": [
38                 "MIT"
39             ],
40             "authors": [
41                 {
42                     "name": "Graham Campbell",
43                     "email": "[email protected]",
44                     "homepage": "https://github.com/GrahamCampbell"
45                 }
46             ],
47             "description": "An Implementation Of The Result Type",
48             "keywords": [
49                 "Graham Campbell",
50                 "GrahamCampbell",
51                 "Result Type",
52                 "Result-Type",
53                 "result"
54             ],
55             "support": {
56                 "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
57                 "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.3"
58             },
59             "funding": [
60                 {
61                     "url": "https://github.com/GrahamCampbell",
62                     "type": "github"
63                 },
64                 {
65                     "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
66                     "type": "tidelift"
67                 }
68             ],
69             "time": "2024-07-20T21:45:45+00:00"
70         },
71         {
72             "name": "phpoption/phpoption",
73             "version": "1.9.3",
74             "source": {
75                 "type": "git",
76                 "url": "https://github.com/schmittjoh/php-option.git",
77                 "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54"
78             },
79             "dist": {
80                 "type": "zip",
81                 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/e3fac8b24f56113f7cb96af14958c0dd16330f54",
82                 "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54",
83                 "shasum": ""
84             },
85             "require": {
86                 "php": "^7.2.5 || ^8.0"
87             },
88             "require-dev": {
89                 "bamarni/composer-bin-plugin": "^1.8.2",
90                 "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
91             },
92             "type": "library",
93             "extra": {
94                 "bamarni-bin": {
95                     "bin-links": true,
96                     "forward-command": false
97                 },
98                 "branch-alias": {
99                     "dev-master": "1.9-dev"
100                 }
101             },
102             "autoload": {
103                 "psr-4": {
104                     "PhpOption\\": "src/PhpOption/"
105                 }
106             },
107             "notification-url": "https://packagist.org/downloads/",
108             "license": [
109                 "Apache-2.0"
110             ],
111             "authors": [
112                 {
113                     "name": "Johannes M. Schmitt",
114                     "email": "[email protected]",
115                     "homepage": "https://github.com/schmittjoh"
116                 },
117                 {
118                     "name": "Graham Campbell",
119                     "email": "[email protected]",
120                     "homepage": "https://github.com/GrahamCampbell"
121                 }
122             ],
123             "description": "Option Type for PHP",
124             "keywords": [
125                 "language",
126                 "option",
127                 "php",
128                 "type"
129             ],
130             "support": {
131                 "issues": "https://github.com/schmittjoh/php-option/issues",
132                 "source": "https://github.com/schmittjoh/php-option/tree/1.9.3"
133             },
134             "funding": [
135                 {
136                     "url": "https://github.com/GrahamCampbell",
137                     "type": "github"
138                 },
139                 {
140                     "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
141                     "type": "tidelift"
142                 }
143             ],
144             "time": "2024-07-20T21:41:07+00:00"
145         },
146         {
147             "name": "psr/container",
148             "version": "2.0.2",
149             "source": {
150                 "type": "git",
151                 "url": "https://github.com/php-fig/container.git",
152                 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
153             },
154             "dist": {
155                 "type": "zip",
156                 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
157                 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
158                 "shasum": ""
159             },
160             "require": {
161                 "php": ">=7.4.0"
162             },
163             "type": "library",
164             "extra": {
165                 "branch-alias": {
166                     "dev-master": "2.0.x-dev"
167                 }
168             },
169             "autoload": {
170                 "psr-4": {
171                     "Psr\\Container\\": "src/"
172                 }
173             },
174             "notification-url": "https://packagist.org/downloads/",
175             "license": [
176                 "MIT"
177             ],
178             "authors": [
179                 {
180                     "name": "PHP-FIG",
181                     "homepage": "https://www.php-fig.org/"
182                 }
183             ],
184             "description": "Common Container Interface (PHP FIG PSR-11)",
185             "homepage": "https://github.com/php-fig/container",
186             "keywords": [
187                 "PSR-11",
188                 "container",
189                 "container-interface",
190                 "container-interop",
191                 "psr"
192             ],
193             "support": {
194                 "issues": "https://github.com/php-fig/container/issues",
195                 "source": "https://github.com/php-fig/container/tree/2.0.2"
196             },
197             "time": "2021-11-05T16:47:00+00:00"
198         },
199         {
200             "name": "symfony/console",
201             "version": "v6.4.17",
202             "source": {
203                 "type": "git",
204                 "url": "https://github.com/symfony/console.git",
205                 "reference": "799445db3f15768ecc382ac5699e6da0520a0a04"
206             },
207             "dist": {
208                 "type": "zip",
209                 "url": "https://api.github.com/repos/symfony/console/zipball/799445db3f15768ecc382ac5699e6da0520a0a04",
210                 "reference": "799445db3f15768ecc382ac5699e6da0520a0a04",
211                 "shasum": ""
212             },
213             "require": {
214                 "php": ">=8.1",
215                 "symfony/deprecation-contracts": "^2.5|^3",
216                 "symfony/polyfill-mbstring": "~1.0",
217                 "symfony/service-contracts": "^2.5|^3",
218                 "symfony/string": "^5.4|^6.0|^7.0"
219             },
220             "conflict": {
221                 "symfony/dependency-injection": "<5.4",
222                 "symfony/dotenv": "<5.4",
223                 "symfony/event-dispatcher": "<5.4",
224                 "symfony/lock": "<5.4",
225                 "symfony/process": "<5.4"
226             },
227             "provide": {
228                 "psr/log-implementation": "1.0|2.0|3.0"
229             },
230             "require-dev": {
231                 "psr/log": "^1|^2|^3",
232                 "symfony/config": "^5.4|^6.0|^7.0",
233                 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
234                 "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
235                 "symfony/http-foundation": "^6.4|^7.0",
236                 "symfony/http-kernel": "^6.4|^7.0",
237                 "symfony/lock": "^5.4|^6.0|^7.0",
238                 "symfony/messenger": "^5.4|^6.0|^7.0",
239                 "symfony/process": "^5.4|^6.0|^7.0",
240                 "symfony/stopwatch": "^5.4|^6.0|^7.0",
241                 "symfony/var-dumper": "^5.4|^6.0|^7.0"
242             },
243             "type": "library",
244             "autoload": {
245                 "psr-4": {
246                     "Symfony\\Component\\Console\\": ""
247                 },
248                 "exclude-from-classmap": [
249                     "/Tests/"
250                 ]
251             },
252             "notification-url": "https://packagist.org/downloads/",
253             "license": [
254                 "MIT"
255             ],
256             "authors": [
257                 {
258                     "name": "Fabien Potencier",
259                     "email": "[email protected]"
260                 },
261                 {
262                     "name": "Symfony Community",
263                     "homepage": "https://symfony.com/contributors"
264                 }
265             ],
266             "description": "Eases the creation of beautiful and testable command line interfaces",
267             "homepage": "https://symfony.com",
268             "keywords": [
269                 "cli",
270                 "command-line",
271                 "console",
272                 "terminal"
273             ],
274             "support": {
275                 "source": "https://github.com/symfony/console/tree/v6.4.17"
276             },
277             "funding": [
278                 {
279                     "url": "https://symfony.com/sponsor",
280                     "type": "custom"
281                 },
282                 {
283                     "url": "https://github.com/fabpot",
284                     "type": "github"
285                 },
286                 {
287                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
288                     "type": "tidelift"
289                 }
290             ],
291             "time": "2024-12-07T12:07:30+00:00"
292         },
293         {
294             "name": "symfony/deprecation-contracts",
295             "version": "v3.5.1",
296             "source": {
297                 "type": "git",
298                 "url": "https://github.com/symfony/deprecation-contracts.git",
299                 "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6"
300             },
301             "dist": {
302                 "type": "zip",
303                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
304                 "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
305                 "shasum": ""
306             },
307             "require": {
308                 "php": ">=8.1"
309             },
310             "type": "library",
311             "extra": {
312                 "thanks": {
313                     "url": "https://github.com/symfony/contracts",
314                     "name": "symfony/contracts"
315                 },
316                 "branch-alias": {
317                     "dev-main": "3.5-dev"
318                 }
319             },
320             "autoload": {
321                 "files": [
322                     "function.php"
323                 ]
324             },
325             "notification-url": "https://packagist.org/downloads/",
326             "license": [
327                 "MIT"
328             ],
329             "authors": [
330                 {
331                     "name": "Nicolas Grekas",
332                     "email": "[email protected]"
333                 },
334                 {
335                     "name": "Symfony Community",
336                     "homepage": "https://symfony.com/contributors"
337                 }
338             ],
339             "description": "A generic function and convention to trigger deprecation notices",
340             "homepage": "https://symfony.com",
341             "support": {
342                 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1"
343             },
344             "funding": [
345                 {
346                     "url": "https://symfony.com/sponsor",
347                     "type": "custom"
348                 },
349                 {
350                     "url": "https://github.com/fabpot",
351                     "type": "github"
352                 },
353                 {
354                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
355                     "type": "tidelift"
356                 }
357             ],
358             "time": "2024-09-25T14:20:29+00:00"
359         },
360         {
361             "name": "symfony/polyfill-ctype",
362             "version": "v1.31.0",
363             "source": {
364                 "type": "git",
365                 "url": "https://github.com/symfony/polyfill-ctype.git",
366                 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
367             },
368             "dist": {
369                 "type": "zip",
370                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
371                 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
372                 "shasum": ""
373             },
374             "require": {
375                 "php": ">=7.2"
376             },
377             "provide": {
378                 "ext-ctype": "*"
379             },
380             "suggest": {
381                 "ext-ctype": "For best performance"
382             },
383             "type": "library",
384             "extra": {
385                 "thanks": {
386                     "url": "https://github.com/symfony/polyfill",
387                     "name": "symfony/polyfill"
388                 }
389             },
390             "autoload": {
391                 "files": [
392                     "bootstrap.php"
393                 ],
394                 "psr-4": {
395                     "Symfony\\Polyfill\\Ctype\\": ""
396                 }
397             },
398             "notification-url": "https://packagist.org/downloads/",
399             "license": [
400                 "MIT"
401             ],
402             "authors": [
403                 {
404                     "name": "Gert de Pagter",
405                     "email": "[email protected]"
406                 },
407                 {
408                     "name": "Symfony Community",
409                     "homepage": "https://symfony.com/contributors"
410                 }
411             ],
412             "description": "Symfony polyfill for ctype functions",
413             "homepage": "https://symfony.com",
414             "keywords": [
415                 "compatibility",
416                 "ctype",
417                 "polyfill",
418                 "portable"
419             ],
420             "support": {
421                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0"
422             },
423             "funding": [
424                 {
425                     "url": "https://symfony.com/sponsor",
426                     "type": "custom"
427                 },
428                 {
429                     "url": "https://github.com/fabpot",
430                     "type": "github"
431                 },
432                 {
433                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
434                     "type": "tidelift"
435                 }
436             ],
437             "time": "2024-09-09T11:45:10+00:00"
438         },
439         {
440             "name": "symfony/polyfill-intl-grapheme",
441             "version": "v1.31.0",
442             "source": {
443                 "type": "git",
444                 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
445                 "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
446             },
447             "dist": {
448                 "type": "zip",
449                 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
450                 "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
451                 "shasum": ""
452             },
453             "require": {
454                 "php": ">=7.2"
455             },
456             "suggest": {
457                 "ext-intl": "For best performance"
458             },
459             "type": "library",
460             "extra": {
461                 "thanks": {
462                     "url": "https://github.com/symfony/polyfill",
463                     "name": "symfony/polyfill"
464                 }
465             },
466             "autoload": {
467                 "files": [
468                     "bootstrap.php"
469                 ],
470                 "psr-4": {
471                     "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
472                 }
473             },
474             "notification-url": "https://packagist.org/downloads/",
475             "license": [
476                 "MIT"
477             ],
478             "authors": [
479                 {
480                     "name": "Nicolas Grekas",
481                     "email": "[email protected]"
482                 },
483                 {
484                     "name": "Symfony Community",
485                     "homepage": "https://symfony.com/contributors"
486                 }
487             ],
488             "description": "Symfony polyfill for intl's grapheme_* functions",
489             "homepage": "https://symfony.com",
490             "keywords": [
491                 "compatibility",
492                 "grapheme",
493                 "intl",
494                 "polyfill",
495                 "portable",
496                 "shim"
497             ],
498             "support": {
499                 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0"
500             },
501             "funding": [
502                 {
503                     "url": "https://symfony.com/sponsor",
504                     "type": "custom"
505                 },
506                 {
507                     "url": "https://github.com/fabpot",
508                     "type": "github"
509                 },
510                 {
511                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
512                     "type": "tidelift"
513                 }
514             ],
515             "time": "2024-09-09T11:45:10+00:00"
516         },
517         {
518             "name": "symfony/polyfill-intl-normalizer",
519             "version": "v1.31.0",
520             "source": {
521                 "type": "git",
522                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
523                 "reference": "3833d7255cc303546435cb650316bff708a1c75c"
524             },
525             "dist": {
526                 "type": "zip",
527                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
528                 "reference": "3833d7255cc303546435cb650316bff708a1c75c",
529                 "shasum": ""
530             },
531             "require": {
532                 "php": ">=7.2"
533             },
534             "suggest": {
535                 "ext-intl": "For best performance"
536             },
537             "type": "library",
538             "extra": {
539                 "thanks": {
540                     "url": "https://github.com/symfony/polyfill",
541                     "name": "symfony/polyfill"
542                 }
543             },
544             "autoload": {
545                 "files": [
546                     "bootstrap.php"
547                 ],
548                 "psr-4": {
549                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
550                 },
551                 "classmap": [
552                     "Resources/stubs"
553                 ]
554             },
555             "notification-url": "https://packagist.org/downloads/",
556             "license": [
557                 "MIT"
558             ],
559             "authors": [
560                 {
561                     "name": "Nicolas Grekas",
562                     "email": "[email protected]"
563                 },
564                 {
565                     "name": "Symfony Community",
566                     "homepage": "https://symfony.com/contributors"
567                 }
568             ],
569             "description": "Symfony polyfill for intl's Normalizer class and related functions",
570             "homepage": "https://symfony.com",
571             "keywords": [
572                 "compatibility",
573                 "intl",
574                 "normalizer",
575                 "polyfill",
576                 "portable",
577                 "shim"
578             ],
579             "support": {
580                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0"
581             },
582             "funding": [
583                 {
584                     "url": "https://symfony.com/sponsor",
585                     "type": "custom"
586                 },
587                 {
588                     "url": "https://github.com/fabpot",
589                     "type": "github"
590                 },
591                 {
592                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
593                     "type": "tidelift"
594                 }
595             ],
596             "time": "2024-09-09T11:45:10+00:00"
597         },
598         {
599             "name": "symfony/polyfill-mbstring",
600             "version": "v1.31.0",
601             "source": {
602                 "type": "git",
603                 "url": "https://github.com/symfony/polyfill-mbstring.git",
604                 "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
605             },
606             "dist": {
607                 "type": "zip",
608                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
609                 "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
610                 "shasum": ""
611             },
612             "require": {
613                 "php": ">=7.2"
614             },
615             "provide": {
616                 "ext-mbstring": "*"
617             },
618             "suggest": {
619                 "ext-mbstring": "For best performance"
620             },
621             "type": "library",
622             "extra": {
623                 "thanks": {
624                     "url": "https://github.com/symfony/polyfill",
625                     "name": "symfony/polyfill"
626                 }
627             },
628             "autoload": {
629                 "files": [
630                     "bootstrap.php"
631                 ],
632                 "psr-4": {
633                     "Symfony\\Polyfill\\Mbstring\\": ""
634                 }
635             },
636             "notification-url": "https://packagist.org/downloads/",
637             "license": [
638                 "MIT"
639             ],
640             "authors": [
641                 {
642                     "name": "Nicolas Grekas",
643                     "email": "[email protected]"
644                 },
645                 {
646                     "name": "Symfony Community",
647                     "homepage": "https://symfony.com/contributors"
648                 }
649             ],
650             "description": "Symfony polyfill for the Mbstring extension",
651             "homepage": "https://symfony.com",
652             "keywords": [
653                 "compatibility",
654                 "mbstring",
655                 "polyfill",
656                 "portable",
657                 "shim"
658             ],
659             "support": {
660                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
661             },
662             "funding": [
663                 {
664                     "url": "https://symfony.com/sponsor",
665                     "type": "custom"
666                 },
667                 {
668                     "url": "https://github.com/fabpot",
669                     "type": "github"
670                 },
671                 {
672                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
673                     "type": "tidelift"
674                 }
675             ],
676             "time": "2024-09-09T11:45:10+00:00"
677         },
678         {
679             "name": "symfony/polyfill-php80",
680             "version": "v1.31.0",
681             "source": {
682                 "type": "git",
683                 "url": "https://github.com/symfony/polyfill-php80.git",
684                 "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8"
685             },
686             "dist": {
687                 "type": "zip",
688                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
689                 "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
690                 "shasum": ""
691             },
692             "require": {
693                 "php": ">=7.2"
694             },
695             "type": "library",
696             "extra": {
697                 "thanks": {
698                     "url": "https://github.com/symfony/polyfill",
699                     "name": "symfony/polyfill"
700                 }
701             },
702             "autoload": {
703                 "files": [
704                     "bootstrap.php"
705                 ],
706                 "psr-4": {
707                     "Symfony\\Polyfill\\Php80\\": ""
708                 },
709                 "classmap": [
710                     "Resources/stubs"
711                 ]
712             },
713             "notification-url": "https://packagist.org/downloads/",
714             "license": [
715                 "MIT"
716             ],
717             "authors": [
718                 {
719                     "name": "Ion Bazan",
720                     "email": "[email protected]"
721                 },
722                 {
723                     "name": "Nicolas Grekas",
724                     "email": "[email protected]"
725                 },
726                 {
727                     "name": "Symfony Community",
728                     "homepage": "https://symfony.com/contributors"
729                 }
730             ],
731             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
732             "homepage": "https://symfony.com",
733             "keywords": [
734                 "compatibility",
735                 "polyfill",
736                 "portable",
737                 "shim"
738             ],
739             "support": {
740                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0"
741             },
742             "funding": [
743                 {
744                     "url": "https://symfony.com/sponsor",
745                     "type": "custom"
746                 },
747                 {
748                     "url": "https://github.com/fabpot",
749                     "type": "github"
750                 },
751                 {
752                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
753                     "type": "tidelift"
754                 }
755             ],
756             "time": "2024-09-09T11:45:10+00:00"
757         },
758         {
759             "name": "symfony/process",
760             "version": "v6.4.19",
761             "source": {
762                 "type": "git",
763                 "url": "https://github.com/symfony/process.git",
764                 "reference": "7a1c12e87b08ec9c97abdd188c9b3f5a40e37fc3"
765             },
766             "dist": {
767                 "type": "zip",
768                 "url": "https://api.github.com/repos/symfony/process/zipball/7a1c12e87b08ec9c97abdd188c9b3f5a40e37fc3",
769                 "reference": "7a1c12e87b08ec9c97abdd188c9b3f5a40e37fc3",
770                 "shasum": ""
771             },
772             "require": {
773                 "php": ">=8.1"
774             },
775             "type": "library",
776             "autoload": {
777                 "psr-4": {
778                     "Symfony\\Component\\Process\\": ""
779                 },
780                 "exclude-from-classmap": [
781                     "/Tests/"
782                 ]
783             },
784             "notification-url": "https://packagist.org/downloads/",
785             "license": [
786                 "MIT"
787             ],
788             "authors": [
789                 {
790                     "name": "Fabien Potencier",
791                     "email": "[email protected]"
792                 },
793                 {
794                     "name": "Symfony Community",
795                     "homepage": "https://symfony.com/contributors"
796                 }
797             ],
798             "description": "Executes commands in sub-processes",
799             "homepage": "https://symfony.com",
800             "support": {
801                 "source": "https://github.com/symfony/process/tree/v6.4.19"
802             },
803             "funding": [
804                 {
805                     "url": "https://symfony.com/sponsor",
806                     "type": "custom"
807                 },
808                 {
809                     "url": "https://github.com/fabpot",
810                     "type": "github"
811                 },
812                 {
813                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
814                     "type": "tidelift"
815                 }
816             ],
817             "time": "2025-02-04T13:35:48+00:00"
818         },
819         {
820             "name": "symfony/service-contracts",
821             "version": "v3.5.1",
822             "source": {
823                 "type": "git",
824                 "url": "https://github.com/symfony/service-contracts.git",
825                 "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0"
826             },
827             "dist": {
828                 "type": "zip",
829                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
830                 "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
831                 "shasum": ""
832             },
833             "require": {
834                 "php": ">=8.1",
835                 "psr/container": "^1.1|^2.0",
836                 "symfony/deprecation-contracts": "^2.5|^3"
837             },
838             "conflict": {
839                 "ext-psr": "<1.1|>=2"
840             },
841             "type": "library",
842             "extra": {
843                 "thanks": {
844                     "url": "https://github.com/symfony/contracts",
845                     "name": "symfony/contracts"
846                 },
847                 "branch-alias": {
848                     "dev-main": "3.5-dev"
849                 }
850             },
851             "autoload": {
852                 "psr-4": {
853                     "Symfony\\Contracts\\Service\\": ""
854                 },
855                 "exclude-from-classmap": [
856                     "/Test/"
857                 ]
858             },
859             "notification-url": "https://packagist.org/downloads/",
860             "license": [
861                 "MIT"
862             ],
863             "authors": [
864                 {
865                     "name": "Nicolas Grekas",
866                     "email": "[email protected]"
867                 },
868                 {
869                     "name": "Symfony Community",
870                     "homepage": "https://symfony.com/contributors"
871                 }
872             ],
873             "description": "Generic abstractions related to writing services",
874             "homepage": "https://symfony.com",
875             "keywords": [
876                 "abstractions",
877                 "contracts",
878                 "decoupling",
879                 "interfaces",
880                 "interoperability",
881                 "standards"
882             ],
883             "support": {
884                 "source": "https://github.com/symfony/service-contracts/tree/v3.5.1"
885             },
886             "funding": [
887                 {
888                     "url": "https://symfony.com/sponsor",
889                     "type": "custom"
890                 },
891                 {
892                     "url": "https://github.com/fabpot",
893                     "type": "github"
894                 },
895                 {
896                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
897                     "type": "tidelift"
898                 }
899             ],
900             "time": "2024-09-25T14:20:29+00:00"
901         },
902         {
903             "name": "symfony/string",
904             "version": "v6.4.15",
905             "source": {
906                 "type": "git",
907                 "url": "https://github.com/symfony/string.git",
908                 "reference": "73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f"
909             },
910             "dist": {
911                 "type": "zip",
912                 "url": "https://api.github.com/repos/symfony/string/zipball/73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f",
913                 "reference": "73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f",
914                 "shasum": ""
915             },
916             "require": {
917                 "php": ">=8.1",
918                 "symfony/polyfill-ctype": "~1.8",
919                 "symfony/polyfill-intl-grapheme": "~1.0",
920                 "symfony/polyfill-intl-normalizer": "~1.0",
921                 "symfony/polyfill-mbstring": "~1.0"
922             },
923             "conflict": {
924                 "symfony/translation-contracts": "<2.5"
925             },
926             "require-dev": {
927                 "symfony/error-handler": "^5.4|^6.0|^7.0",
928                 "symfony/http-client": "^5.4|^6.0|^7.0",
929                 "symfony/intl": "^6.2|^7.0",
930                 "symfony/translation-contracts": "^2.5|^3.0",
931                 "symfony/var-exporter": "^5.4|^6.0|^7.0"
932             },
933             "type": "library",
934             "autoload": {
935                 "files": [
936                     "Resources/functions.php"
937                 ],
938                 "psr-4": {
939                     "Symfony\\Component\\String\\": ""
940                 },
941                 "exclude-from-classmap": [
942                     "/Tests/"
943                 ]
944             },
945             "notification-url": "https://packagist.org/downloads/",
946             "license": [
947                 "MIT"
948             ],
949             "authors": [
950                 {
951                     "name": "Nicolas Grekas",
952                     "email": "[email protected]"
953                 },
954                 {
955                     "name": "Symfony Community",
956                     "homepage": "https://symfony.com/contributors"
957                 }
958             ],
959             "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
960             "homepage": "https://symfony.com",
961             "keywords": [
962                 "grapheme",
963                 "i18n",
964                 "string",
965                 "unicode",
966                 "utf-8",
967                 "utf8"
968             ],
969             "support": {
970                 "source": "https://github.com/symfony/string/tree/v6.4.15"
971             },
972             "funding": [
973                 {
974                     "url": "https://symfony.com/sponsor",
975                     "type": "custom"
976                 },
977                 {
978                     "url": "https://github.com/fabpot",
979                     "type": "github"
980                 },
981                 {
982                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
983                     "type": "tidelift"
984                 }
985             ],
986             "time": "2024-11-13T13:31:12+00:00"
987         },
988         {
989             "name": "vlucas/phpdotenv",
990             "version": "v5.6.1",
991             "source": {
992                 "type": "git",
993                 "url": "https://github.com/vlucas/phpdotenv.git",
994                 "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2"
995             },
996             "dist": {
997                 "type": "zip",
998                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/a59a13791077fe3d44f90e7133eb68e7d22eaff2",
999                 "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2",
1000                 "shasum": ""
1001             },
1002             "require": {
1003                 "ext-pcre": "*",
1004                 "graham-campbell/result-type": "^1.1.3",
1005                 "php": "^7.2.5 || ^8.0",
1006                 "phpoption/phpoption": "^1.9.3",
1007                 "symfony/polyfill-ctype": "^1.24",
1008                 "symfony/polyfill-mbstring": "^1.24",
1009                 "symfony/polyfill-php80": "^1.24"
1010             },
1011             "require-dev": {
1012                 "bamarni/composer-bin-plugin": "^1.8.2",
1013                 "ext-filter": "*",
1014                 "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
1015             },
1016             "suggest": {
1017                 "ext-filter": "Required to use the boolean validator."
1018             },
1019             "type": "library",
1020             "extra": {
1021                 "bamarni-bin": {
1022                     "bin-links": true,
1023                     "forward-command": false
1024                 },
1025                 "branch-alias": {
1026                     "dev-master": "5.6-dev"
1027                 }
1028             },
1029             "autoload": {
1030                 "psr-4": {
1031                     "Dotenv\\": "src/"
1032                 }
1033             },
1034             "notification-url": "https://packagist.org/downloads/",
1035             "license": [
1036                 "BSD-3-Clause"
1037             ],
1038             "authors": [
1039                 {
1040                     "name": "Graham Campbell",
1041                     "email": "[email protected]",
1042                     "homepage": "https://github.com/GrahamCampbell"
1043                 },
1044                 {
1045                     "name": "Vance Lucas",
1046                     "email": "[email protected]",
1047                     "homepage": "https://github.com/vlucas"
1048                 }
1049             ],
1050             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
1051             "keywords": [
1052                 "dotenv",
1053                 "env",
1054                 "environment"
1055             ],
1056             "support": {
1057                 "issues": "https://github.com/vlucas/phpdotenv/issues",
1058                 "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.1"
1059             },
1060             "funding": [
1061                 {
1062                     "url": "https://github.com/GrahamCampbell",
1063                     "type": "github"
1064                 },
1065                 {
1066                     "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
1067                     "type": "tidelift"
1068                 }
1069             ],
1070             "time": "2024-07-20T21:52:34+00:00"
1071         }
1072     ],
1073     "packages-dev": [
1074         {
1075             "name": "myclabs/deep-copy",
1076             "version": "1.13.0",
1077             "source": {
1078                 "type": "git",
1079                 "url": "https://github.com/myclabs/DeepCopy.git",
1080                 "reference": "024473a478be9df5fdaca2c793f2232fe788e414"
1081             },
1082             "dist": {
1083                 "type": "zip",
1084                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/024473a478be9df5fdaca2c793f2232fe788e414",
1085                 "reference": "024473a478be9df5fdaca2c793f2232fe788e414",
1086                 "shasum": ""
1087             },
1088             "require": {
1089                 "php": "^7.1 || ^8.0"
1090             },
1091             "conflict": {
1092                 "doctrine/collections": "<1.6.8",
1093                 "doctrine/common": "<2.13.3 || >=3 <3.2.2"
1094             },
1095             "require-dev": {
1096                 "doctrine/collections": "^1.6.8",
1097                 "doctrine/common": "^2.13.3 || ^3.2.2",
1098                 "phpspec/prophecy": "^1.10",
1099                 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
1100             },
1101             "type": "library",
1102             "autoload": {
1103                 "files": [
1104                     "src/DeepCopy/deep_copy.php"
1105                 ],
1106                 "psr-4": {
1107                     "DeepCopy\\": "src/DeepCopy/"
1108                 }
1109             },
1110             "notification-url": "https://packagist.org/downloads/",
1111             "license": [
1112                 "MIT"
1113             ],
1114             "description": "Create deep copies (clones) of your objects",
1115             "keywords": [
1116                 "clone",
1117                 "copy",
1118                 "duplicate",
1119                 "object",
1120                 "object graph"
1121             ],
1122             "support": {
1123                 "issues": "https://github.com/myclabs/DeepCopy/issues",
1124                 "source": "https://github.com/myclabs/DeepCopy/tree/1.13.0"
1125             },
1126             "funding": [
1127                 {
1128                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
1129                     "type": "tidelift"
1130                 }
1131             ],
1132             "time": "2025-02-12T12:17:51+00:00"
1133         },
1134         {
1135             "name": "nikic/php-parser",
1136             "version": "v5.4.0",
1137             "source": {
1138                 "type": "git",
1139                 "url": "https://github.com/nikic/PHP-Parser.git",
1140                 "reference": "447a020a1f875a434d62f2a401f53b82a396e494"
1141             },
1142             "dist": {
1143                 "type": "zip",
1144                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/447a020a1f875a434d62f2a401f53b82a396e494",
1145                 "reference": "447a020a1f875a434d62f2a401f53b82a396e494",
1146                 "shasum": ""
1147             },
1148             "require": {
1149                 "ext-ctype": "*",
1150                 "ext-json": "*",
1151                 "ext-tokenizer": "*",
1152                 "php": ">=7.4"
1153             },
1154             "require-dev": {
1155                 "ircmaxell/php-yacc": "^0.0.7",
1156                 "phpunit/phpunit": "^9.0"
1157             },
1158             "bin": [
1159                 "bin/php-parse"
1160             ],
1161             "type": "library",
1162             "extra": {
1163                 "branch-alias": {
1164                     "dev-master": "5.0-dev"
1165                 }
1166             },
1167             "autoload": {
1168                 "psr-4": {
1169                     "PhpParser\\": "lib/PhpParser"
1170                 }
1171             },
1172             "notification-url": "https://packagist.org/downloads/",
1173             "license": [
1174                 "BSD-3-Clause"
1175             ],
1176             "authors": [
1177                 {
1178                     "name": "Nikita Popov"
1179                 }
1180             ],
1181             "description": "A PHP parser written in PHP",
1182             "keywords": [
1183                 "parser",
1184                 "php"
1185             ],
1186             "support": {
1187                 "issues": "https://github.com/nikic/PHP-Parser/issues",
1188                 "source": "https://github.com/nikic/PHP-Parser/tree/v5.4.0"
1189             },
1190             "time": "2024-12-30T11:07:19+00:00"
1191         },
1192         {
1193             "name": "phar-io/manifest",
1194             "version": "2.0.4",
1195             "source": {
1196                 "type": "git",
1197                 "url": "https://github.com/phar-io/manifest.git",
1198                 "reference": "54750ef60c58e43759730615a392c31c80e23176"
1199             },
1200             "dist": {
1201                 "type": "zip",
1202                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
1203                 "reference": "54750ef60c58e43759730615a392c31c80e23176",
1204                 "shasum": ""
1205             },
1206             "require": {
1207                 "ext-dom": "*",
1208                 "ext-libxml": "*",
1209                 "ext-phar": "*",
1210                 "ext-xmlwriter": "*",
1211                 "phar-io/version": "^3.0.1",
1212                 "php": "^7.2 || ^8.0"
1213             },
1214             "type": "library",
1215             "extra": {
1216                 "branch-alias": {
1217                     "dev-master": "2.0.x-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": "Arne Blankerts",
1232                     "email": "[email protected]",
1233                     "role": "Developer"
1234                 },
1235                 {
1236                     "name": "Sebastian Heuer",
1237                     "email": "[email protected]",
1238                     "role": "Developer"
1239                 },
1240                 {
1241                     "name": "Sebastian Bergmann",
1242                     "email": "[email protected]",
1243                     "role": "Developer"
1244                 }
1245             ],
1246             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
1247             "support": {
1248                 "issues": "https://github.com/phar-io/manifest/issues",
1249                 "source": "https://github.com/phar-io/manifest/tree/2.0.4"
1250             },
1251             "funding": [
1252                 {
1253                     "url": "https://github.com/theseer",
1254                     "type": "github"
1255                 }
1256             ],
1257             "time": "2024-03-03T12:33:53+00:00"
1258         },
1259         {
1260             "name": "phar-io/version",
1261             "version": "3.2.1",
1262             "source": {
1263                 "type": "git",
1264                 "url": "https://github.com/phar-io/version.git",
1265                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
1266             },
1267             "dist": {
1268                 "type": "zip",
1269                 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
1270                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
1271                 "shasum": ""
1272             },
1273             "require": {
1274                 "php": "^7.2 || ^8.0"
1275             },
1276             "type": "library",
1277             "autoload": {
1278                 "classmap": [
1279                     "src/"
1280                 ]
1281             },
1282             "notification-url": "https://packagist.org/downloads/",
1283             "license": [
1284                 "BSD-3-Clause"
1285             ],
1286             "authors": [
1287                 {
1288                     "name": "Arne Blankerts",
1289                     "email": "[email protected]",
1290                     "role": "Developer"
1291                 },
1292                 {
1293                     "name": "Sebastian Heuer",
1294                     "email": "[email protected]",
1295                     "role": "Developer"
1296                 },
1297                 {
1298                     "name": "Sebastian Bergmann",
1299                     "email": "[email protected]",
1300                     "role": "Developer"
1301                 }
1302             ],
1303             "description": "Library for handling version information and constraints",
1304             "support": {
1305                 "issues": "https://github.com/phar-io/version/issues",
1306                 "source": "https://github.com/phar-io/version/tree/3.2.1"
1307             },
1308             "time": "2022-02-21T01:04:05+00:00"
1309         },
1310         {
1311             "name": "phpunit/php-code-coverage",
1312             "version": "10.1.16",
1313             "source": {
1314                 "type": "git",
1315                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1316                 "reference": "7e308268858ed6baedc8704a304727d20bc07c77"
1317             },
1318             "dist": {
1319                 "type": "zip",
1320                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/7e308268858ed6baedc8704a304727d20bc07c77",
1321                 "reference": "7e308268858ed6baedc8704a304727d20bc07c77",
1322                 "shasum": ""
1323             },
1324             "require": {
1325                 "ext-dom": "*",
1326                 "ext-libxml": "*",
1327                 "ext-xmlwriter": "*",
1328                 "nikic/php-parser": "^4.19.1 || ^5.1.0",
1329                 "php": ">=8.1",
1330                 "phpunit/php-file-iterator": "^4.1.0",
1331                 "phpunit/php-text-template": "^3.0.1",
1332                 "sebastian/code-unit-reverse-lookup": "^3.0.0",
1333                 "sebastian/complexity": "^3.2.0",
1334                 "sebastian/environment": "^6.1.0",
1335                 "sebastian/lines-of-code": "^2.0.2",
1336                 "sebastian/version": "^4.0.1",
1337                 "theseer/tokenizer": "^1.2.3"
1338             },
1339             "require-dev": {
1340                 "phpunit/phpunit": "^10.1"
1341             },
1342             "suggest": {
1343                 "ext-pcov": "PHP extension that provides line coverage",
1344                 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
1345             },
1346             "type": "library",
1347             "extra": {
1348                 "branch-alias": {
1349                     "dev-main": "10.1.x-dev"
1350                 }
1351             },
1352             "autoload": {
1353                 "classmap": [
1354                     "src/"
1355                 ]
1356             },
1357             "notification-url": "https://packagist.org/downloads/",
1358             "license": [
1359                 "BSD-3-Clause"
1360             ],
1361             "authors": [
1362                 {
1363                     "name": "Sebastian Bergmann",
1364                     "email": "[email protected]",
1365                     "role": "lead"
1366                 }
1367             ],
1368             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1369             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1370             "keywords": [
1371                 "coverage",
1372                 "testing",
1373                 "xunit"
1374             ],
1375             "support": {
1376                 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
1377                 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
1378                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.16"
1379             },
1380             "funding": [
1381                 {
1382                     "url": "https://github.com/sebastianbergmann",
1383                     "type": "github"
1384                 }
1385             ],
1386             "time": "2024-08-22T04:31:57+00:00"
1387         },
1388         {
1389             "name": "phpunit/php-file-iterator",
1390             "version": "4.1.0",
1391             "source": {
1392                 "type": "git",
1393                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1394                 "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c"
1395             },
1396             "dist": {
1397                 "type": "zip",
1398                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a95037b6d9e608ba092da1b23931e537cadc3c3c",
1399                 "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c",
1400                 "shasum": ""
1401             },
1402             "require": {
1403                 "php": ">=8.1"
1404             },
1405             "require-dev": {
1406                 "phpunit/phpunit": "^10.0"
1407             },
1408             "type": "library",
1409             "extra": {
1410                 "branch-alias": {
1411                     "dev-main": "4.0-dev"
1412                 }
1413             },
1414             "autoload": {
1415                 "classmap": [
1416                     "src/"
1417                 ]
1418             },
1419             "notification-url": "https://packagist.org/downloads/",
1420             "license": [
1421                 "BSD-3-Clause"
1422             ],
1423             "authors": [
1424                 {
1425                     "name": "Sebastian Bergmann",
1426                     "email": "[email protected]",
1427                     "role": "lead"
1428                 }
1429             ],
1430             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1431             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1432             "keywords": [
1433                 "filesystem",
1434                 "iterator"
1435             ],
1436             "support": {
1437                 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
1438                 "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
1439                 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.1.0"
1440             },
1441             "funding": [
1442                 {
1443                     "url": "https://github.com/sebastianbergmann",
1444                     "type": "github"
1445                 }
1446             ],
1447             "time": "2023-08-31T06:24:48+00:00"
1448         },
1449         {
1450             "name": "phpunit/php-invoker",
1451             "version": "4.0.0",
1452             "source": {
1453                 "type": "git",
1454                 "url": "https://github.com/sebastianbergmann/php-invoker.git",
1455                 "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7"
1456             },
1457             "dist": {
1458                 "type": "zip",
1459                 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
1460                 "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
1461                 "shasum": ""
1462             },
1463             "require": {
1464                 "php": ">=8.1"
1465             },
1466             "require-dev": {
1467                 "ext-pcntl": "*",
1468                 "phpunit/phpunit": "^10.0"
1469             },
1470             "suggest": {
1471                 "ext-pcntl": "*"
1472             },
1473             "type": "library",
1474             "extra": {
1475                 "branch-alias": {
1476                     "dev-main": "4.0-dev"
1477                 }
1478             },
1479             "autoload": {
1480                 "classmap": [
1481                     "src/"
1482                 ]
1483             },
1484             "notification-url": "https://packagist.org/downloads/",
1485             "license": [
1486                 "BSD-3-Clause"
1487             ],
1488             "authors": [
1489                 {
1490                     "name": "Sebastian Bergmann",
1491                     "email": "[email protected]",
1492                     "role": "lead"
1493                 }
1494             ],
1495             "description": "Invoke callables with a timeout",
1496             "homepage": "https://github.com/sebastianbergmann/php-invoker/",
1497             "keywords": [
1498                 "process"
1499             ],
1500             "support": {
1501                 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
1502                 "source": "https://github.com/sebastianbergmann/php-invoker/tree/4.0.0"
1503             },
1504             "funding": [
1505                 {
1506                     "url": "https://github.com/sebastianbergmann",
1507                     "type": "github"
1508                 }
1509             ],
1510             "time": "2023-02-03T06:56:09+00:00"
1511         },
1512         {
1513             "name": "phpunit/php-text-template",
1514             "version": "3.0.1",
1515             "source": {
1516                 "type": "git",
1517                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
1518                 "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748"
1519             },
1520             "dist": {
1521                 "type": "zip",
1522                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/0c7b06ff49e3d5072f057eb1fa59258bf287a748",
1523                 "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748",
1524                 "shasum": ""
1525             },
1526             "require": {
1527                 "php": ">=8.1"
1528             },
1529             "require-dev": {
1530                 "phpunit/phpunit": "^10.0"
1531             },
1532             "type": "library",
1533             "extra": {
1534                 "branch-alias": {
1535                     "dev-main": "3.0-dev"
1536                 }
1537             },
1538             "autoload": {
1539                 "classmap": [
1540                     "src/"
1541                 ]
1542             },
1543             "notification-url": "https://packagist.org/downloads/",
1544             "license": [
1545                 "BSD-3-Clause"
1546             ],
1547             "authors": [
1548                 {
1549                     "name": "Sebastian Bergmann",
1550                     "email": "[email protected]",
1551                     "role": "lead"
1552                 }
1553             ],
1554             "description": "Simple template engine.",
1555             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1556             "keywords": [
1557                 "template"
1558             ],
1559             "support": {
1560                 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
1561                 "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
1562                 "source": "https://github.com/sebastianbergmann/php-text-template/tree/3.0.1"
1563             },
1564             "funding": [
1565                 {
1566                     "url": "https://github.com/sebastianbergmann",
1567                     "type": "github"
1568                 }
1569             ],
1570             "time": "2023-08-31T14:07:24+00:00"
1571         },
1572         {
1573             "name": "phpunit/php-timer",
1574             "version": "6.0.0",
1575             "source": {
1576                 "type": "git",
1577                 "url": "https://github.com/sebastianbergmann/php-timer.git",
1578                 "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d"
1579             },
1580             "dist": {
1581                 "type": "zip",
1582                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/e2a2d67966e740530f4a3343fe2e030ffdc1161d",
1583                 "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d",
1584                 "shasum": ""
1585             },
1586             "require": {
1587                 "php": ">=8.1"
1588             },
1589             "require-dev": {
1590                 "phpunit/phpunit": "^10.0"
1591             },
1592             "type": "library",
1593             "extra": {
1594                 "branch-alias": {
1595                     "dev-main": "6.0-dev"
1596                 }
1597             },
1598             "autoload": {
1599                 "classmap": [
1600                     "src/"
1601                 ]
1602             },
1603             "notification-url": "https://packagist.org/downloads/",
1604             "license": [
1605                 "BSD-3-Clause"
1606             ],
1607             "authors": [
1608                 {
1609                     "name": "Sebastian Bergmann",
1610                     "email": "[email protected]",
1611                     "role": "lead"
1612                 }
1613             ],
1614             "description": "Utility class for timing",
1615             "homepage": "https://github.com/sebastianbergmann/php-timer/",
1616             "keywords": [
1617                 "timer"
1618             ],
1619             "support": {
1620                 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
1621                 "source": "https://github.com/sebastianbergmann/php-timer/tree/6.0.0"
1622             },
1623             "funding": [
1624                 {
1625                     "url": "https://github.com/sebastianbergmann",
1626                     "type": "github"
1627                 }
1628             ],
1629             "time": "2023-02-03T06:57:52+00:00"
1630         },
1631         {
1632             "name": "phpunit/phpunit",
1633             "version": "10.5.45",
1634             "source": {
1635                 "type": "git",
1636                 "url": "https://github.com/sebastianbergmann/phpunit.git",
1637                 "reference": "bd68a781d8e30348bc297449f5234b3458267ae8"
1638             },
1639             "dist": {
1640                 "type": "zip",
1641                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/bd68a781d8e30348bc297449f5234b3458267ae8",
1642                 "reference": "bd68a781d8e30348bc297449f5234b3458267ae8",
1643                 "shasum": ""
1644             },
1645             "require": {
1646                 "ext-dom": "*",
1647                 "ext-json": "*",
1648                 "ext-libxml": "*",
1649                 "ext-mbstring": "*",
1650                 "ext-xml": "*",
1651                 "ext-xmlwriter": "*",
1652                 "myclabs/deep-copy": "^1.12.1",
1653                 "phar-io/manifest": "^2.0.4",
1654                 "phar-io/version": "^3.2.1",
1655                 "php": ">=8.1",
1656                 "phpunit/php-code-coverage": "^10.1.16",
1657                 "phpunit/php-file-iterator": "^4.1.0",
1658                 "phpunit/php-invoker": "^4.0.0",
1659                 "phpunit/php-text-template": "^3.0.1",
1660                 "phpunit/php-timer": "^6.0.0",
1661                 "sebastian/cli-parser": "^2.0.1",
1662                 "sebastian/code-unit": "^2.0.0",
1663                 "sebastian/comparator": "^5.0.3",
1664                 "sebastian/diff": "^5.1.1",
1665                 "sebastian/environment": "^6.1.0",
1666                 "sebastian/exporter": "^5.1.2",
1667                 "sebastian/global-state": "^6.0.2",
1668                 "sebastian/object-enumerator": "^5.0.0",
1669                 "sebastian/recursion-context": "^5.0.0",
1670                 "sebastian/type": "^4.0.0",
1671                 "sebastian/version": "^4.0.1"
1672             },
1673             "suggest": {
1674                 "ext-soap": "To be able to generate mocks based on WSDL files"
1675             },
1676             "bin": [
1677                 "phpunit"
1678             ],
1679             "type": "library",
1680             "extra": {
1681                 "branch-alias": {
1682                     "dev-main": "10.5-dev"
1683                 }
1684             },
1685             "autoload": {
1686                 "files": [
1687                     "src/Framework/Assert/Functions.php"
1688                 ],
1689                 "classmap": [
1690                     "src/"
1691                 ]
1692             },
1693             "notification-url": "https://packagist.org/downloads/",
1694             "license": [
1695                 "BSD-3-Clause"
1696             ],
1697             "authors": [
1698                 {
1699                     "name": "Sebastian Bergmann",
1700                     "email": "[email protected]",
1701                     "role": "lead"
1702                 }
1703             ],
1704             "description": "The PHP Unit Testing framework.",
1705             "homepage": "https://phpunit.de/",
1706             "keywords": [
1707                 "phpunit",
1708                 "testing",
1709                 "xunit"
1710             ],
1711             "support": {
1712                 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
1713                 "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
1714                 "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.45"
1715             },
1716             "funding": [
1717                 {
1718                     "url": "https://phpunit.de/sponsors.html",
1719                     "type": "custom"
1720                 },
1721                 {
1722                     "url": "https://github.com/sebastianbergmann",
1723                     "type": "github"
1724                 },
1725                 {
1726                     "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
1727                     "type": "tidelift"
1728                 }
1729             ],
1730             "time": "2025-02-06T16:08:12+00:00"
1731         },
1732         {
1733             "name": "sebastian/cli-parser",
1734             "version": "2.0.1",
1735             "source": {
1736                 "type": "git",
1737                 "url": "https://github.com/sebastianbergmann/cli-parser.git",
1738                 "reference": "c34583b87e7b7a8055bf6c450c2c77ce32a24084"
1739             },
1740             "dist": {
1741                 "type": "zip",
1742                 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/c34583b87e7b7a8055bf6c450c2c77ce32a24084",
1743                 "reference": "c34583b87e7b7a8055bf6c450c2c77ce32a24084",
1744                 "shasum": ""
1745             },
1746             "require": {
1747                 "php": ">=8.1"
1748             },
1749             "require-dev": {
1750                 "phpunit/phpunit": "^10.0"
1751             },
1752             "type": "library",
1753             "extra": {
1754                 "branch-alias": {
1755                     "dev-main": "2.0-dev"
1756                 }
1757             },
1758             "autoload": {
1759                 "classmap": [
1760                     "src/"
1761                 ]
1762             },
1763             "notification-url": "https://packagist.org/downloads/",
1764             "license": [
1765                 "BSD-3-Clause"
1766             ],
1767             "authors": [
1768                 {
1769                     "name": "Sebastian Bergmann",
1770                     "email": "[email protected]",
1771                     "role": "lead"
1772                 }
1773             ],
1774             "description": "Library for parsing CLI options",
1775             "homepage": "https://github.com/sebastianbergmann/cli-parser",
1776             "support": {
1777                 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
1778                 "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
1779                 "source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.1"
1780             },
1781             "funding": [
1782                 {
1783                     "url": "https://github.com/sebastianbergmann",
1784                     "type": "github"
1785                 }
1786             ],
1787             "time": "2024-03-02T07:12:49+00:00"
1788         },
1789         {
1790             "name": "sebastian/code-unit",
1791             "version": "2.0.0",
1792             "source": {
1793                 "type": "git",
1794                 "url": "https://github.com/sebastianbergmann/code-unit.git",
1795                 "reference": "a81fee9eef0b7a76af11d121767abc44c104e503"
1796             },
1797             "dist": {
1798                 "type": "zip",
1799                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/a81fee9eef0b7a76af11d121767abc44c104e503",
1800                 "reference": "a81fee9eef0b7a76af11d121767abc44c104e503",
1801                 "shasum": ""
1802             },
1803             "require": {
1804                 "php": ">=8.1"
1805             },
1806             "require-dev": {
1807                 "phpunit/phpunit": "^10.0"
1808             },
1809             "type": "library",
1810             "extra": {
1811                 "branch-alias": {
1812                     "dev-main": "2.0-dev"
1813                 }
1814             },
1815             "autoload": {
1816                 "classmap": [
1817                     "src/"
1818                 ]
1819             },
1820             "notification-url": "https://packagist.org/downloads/",
1821             "license": [
1822                 "BSD-3-Clause"
1823             ],
1824             "authors": [
1825                 {
1826                     "name": "Sebastian Bergmann",
1827                     "email": "[email protected]",
1828                     "role": "lead"
1829                 }
1830             ],
1831             "description": "Collection of value objects that represent the PHP code units",
1832             "homepage": "https://github.com/sebastianbergmann/code-unit",
1833             "support": {
1834                 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
1835                 "source": "https://github.com/sebastianbergmann/code-unit/tree/2.0.0"
1836             },
1837             "funding": [
1838                 {
1839                     "url": "https://github.com/sebastianbergmann",
1840                     "type": "github"
1841                 }
1842             ],
1843             "time": "2023-02-03T06:58:43+00:00"
1844         },
1845         {
1846             "name": "sebastian/code-unit-reverse-lookup",
1847             "version": "3.0.0",
1848             "source": {
1849                 "type": "git",
1850                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1851                 "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d"
1852             },
1853             "dist": {
1854                 "type": "zip",
1855                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
1856                 "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
1857                 "shasum": ""
1858             },
1859             "require": {
1860                 "php": ">=8.1"
1861             },
1862             "require-dev": {
1863                 "phpunit/phpunit": "^10.0"
1864             },
1865             "type": "library",
1866             "extra": {
1867                 "branch-alias": {
1868                     "dev-main": "3.0-dev"
1869                 }
1870             },
1871             "autoload": {
1872                 "classmap": [
1873                     "src/"
1874                 ]
1875             },
1876             "notification-url": "https://packagist.org/downloads/",
1877             "license": [
1878                 "BSD-3-Clause"
1879             ],
1880             "authors": [
1881                 {
1882                     "name": "Sebastian Bergmann",
1883                     "email": "[email protected]"
1884                 }
1885             ],
1886             "description": "Looks up which function or method a line of code belongs to",
1887             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1888             "support": {
1889                 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
1890                 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/3.0.0"
1891             },
1892             "funding": [
1893                 {
1894                     "url": "https://github.com/sebastianbergmann",
1895                     "type": "github"
1896                 }
1897             ],
1898             "time": "2023-02-03T06:59:15+00:00"
1899         },
1900         {
1901             "name": "sebastian/comparator",
1902             "version": "5.0.3",
1903             "source": {
1904                 "type": "git",
1905                 "url": "https://github.com/sebastianbergmann/comparator.git",
1906                 "reference": "a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e"
1907             },
1908             "dist": {
1909                 "type": "zip",
1910                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e",
1911                 "reference": "a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e",
1912                 "shasum": ""
1913             },
1914             "require": {
1915                 "ext-dom": "*",
1916                 "ext-mbstring": "*",
1917                 "php": ">=8.1",
1918                 "sebastian/diff": "^5.0",
1919                 "sebastian/exporter": "^5.0"
1920             },
1921             "require-dev": {
1922                 "phpunit/phpunit": "^10.5"
1923             },
1924             "type": "library",
1925             "extra": {
1926                 "branch-alias": {
1927                     "dev-main": "5.0-dev"
1928                 }
1929             },
1930             "autoload": {
1931                 "classmap": [
1932                     "src/"
1933                 ]
1934             },
1935             "notification-url": "https://packagist.org/downloads/",
1936             "license": [
1937                 "BSD-3-Clause"
1938             ],
1939             "authors": [
1940                 {
1941                     "name": "Sebastian Bergmann",
1942                     "email": "[email protected]"
1943                 },
1944                 {
1945                     "name": "Jeff Welch",
1946                     "email": "[email protected]"
1947                 },
1948                 {
1949                     "name": "Volker Dusch",
1950                     "email": "[email protected]"
1951                 },
1952                 {
1953                     "name": "Bernhard Schussek",
1954                     "email": "[email protected]"
1955                 }
1956             ],
1957             "description": "Provides the functionality to compare PHP values for equality",
1958             "homepage": "https://github.com/sebastianbergmann/comparator",
1959             "keywords": [
1960                 "comparator",
1961                 "compare",
1962                 "equality"
1963             ],
1964             "support": {
1965                 "issues": "https://github.com/sebastianbergmann/comparator/issues",
1966                 "security": "https://github.com/sebastianbergmann/comparator/security/policy",
1967                 "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.3"
1968             },
1969             "funding": [
1970                 {
1971                     "url": "https://github.com/sebastianbergmann",
1972                     "type": "github"
1973                 }
1974             ],
1975             "time": "2024-10-18T14:56:07+00:00"
1976         },
1977         {
1978             "name": "sebastian/complexity",
1979             "version": "3.2.0",
1980             "source": {
1981                 "type": "git",
1982                 "url": "https://github.com/sebastianbergmann/complexity.git",
1983                 "reference": "68ff824baeae169ec9f2137158ee529584553799"
1984             },
1985             "dist": {
1986                 "type": "zip",
1987                 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/68ff824baeae169ec9f2137158ee529584553799",
1988                 "reference": "68ff824baeae169ec9f2137158ee529584553799",
1989                 "shasum": ""
1990             },
1991             "require": {
1992                 "nikic/php-parser": "^4.18 || ^5.0",
1993                 "php": ">=8.1"
1994             },
1995             "require-dev": {
1996                 "phpunit/phpunit": "^10.0"
1997             },
1998             "type": "library",
1999             "extra": {
2000                 "branch-alias": {
2001                     "dev-main": "3.2-dev"
2002                 }
2003             },
2004             "autoload": {
2005                 "classmap": [
2006                     "src/"
2007                 ]
2008             },
2009             "notification-url": "https://packagist.org/downloads/",
2010             "license": [
2011                 "BSD-3-Clause"
2012             ],
2013             "authors": [
2014                 {
2015                     "name": "Sebastian Bergmann",
2016                     "email": "[email protected]",
2017                     "role": "lead"
2018                 }
2019             ],
2020             "description": "Library for calculating the complexity of PHP code units",
2021             "homepage": "https://github.com/sebastianbergmann/complexity",
2022             "support": {
2023                 "issues": "https://github.com/sebastianbergmann/complexity/issues",
2024                 "security": "https://github.com/sebastianbergmann/complexity/security/policy",
2025                 "source": "https://github.com/sebastianbergmann/complexity/tree/3.2.0"
2026             },
2027             "funding": [
2028                 {
2029                     "url": "https://github.com/sebastianbergmann",
2030                     "type": "github"
2031                 }
2032             ],
2033             "time": "2023-12-21T08:37:17+00:00"
2034         },
2035         {
2036             "name": "sebastian/diff",
2037             "version": "5.1.1",
2038             "source": {
2039                 "type": "git",
2040                 "url": "https://github.com/sebastianbergmann/diff.git",
2041                 "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e"
2042             },
2043             "dist": {
2044                 "type": "zip",
2045                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/c41e007b4b62af48218231d6c2275e4c9b975b2e",
2046                 "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e",
2047                 "shasum": ""
2048             },
2049             "require": {
2050                 "php": ">=8.1"
2051             },
2052             "require-dev": {
2053                 "phpunit/phpunit": "^10.0",
2054                 "symfony/process": "^6.4"
2055             },
2056             "type": "library",
2057             "extra": {
2058                 "branch-alias": {
2059                     "dev-main": "5.1-dev"
2060                 }
2061             },
2062             "autoload": {
2063                 "classmap": [
2064                     "src/"
2065                 ]
2066             },
2067             "notification-url": "https://packagist.org/downloads/",
2068             "license": [
2069                 "BSD-3-Clause"
2070             ],
2071             "authors": [
2072                 {
2073                     "name": "Sebastian Bergmann",
2074                     "email": "[email protected]"
2075                 },
2076                 {
2077                     "name": "Kore Nordmann",
2078                     "email": "[email protected]"
2079                 }
2080             ],
2081             "description": "Diff implementation",
2082             "homepage": "https://github.com/sebastianbergmann/diff",
2083             "keywords": [
2084                 "diff",
2085                 "udiff",
2086                 "unidiff",
2087                 "unified diff"
2088             ],
2089             "support": {
2090                 "issues": "https://github.com/sebastianbergmann/diff/issues",
2091                 "security": "https://github.com/sebastianbergmann/diff/security/policy",
2092                 "source": "https://github.com/sebastianbergmann/diff/tree/5.1.1"
2093             },
2094             "funding": [
2095                 {
2096                     "url": "https://github.com/sebastianbergmann",
2097                     "type": "github"
2098                 }
2099             ],
2100             "time": "2024-03-02T07:15:17+00:00"
2101         },
2102         {
2103             "name": "sebastian/environment",
2104             "version": "6.1.0",
2105             "source": {
2106                 "type": "git",
2107                 "url": "https://github.com/sebastianbergmann/environment.git",
2108                 "reference": "8074dbcd93529b357029f5cc5058fd3e43666984"
2109             },
2110             "dist": {
2111                 "type": "zip",
2112                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/8074dbcd93529b357029f5cc5058fd3e43666984",
2113                 "reference": "8074dbcd93529b357029f5cc5058fd3e43666984",
2114                 "shasum": ""
2115             },
2116             "require": {
2117                 "php": ">=8.1"
2118             },
2119             "require-dev": {
2120                 "phpunit/phpunit": "^10.0"
2121             },
2122             "suggest": {
2123                 "ext-posix": "*"
2124             },
2125             "type": "library",
2126             "extra": {
2127                 "branch-alias": {
2128                     "dev-main": "6.1-dev"
2129                 }
2130             },
2131             "autoload": {
2132                 "classmap": [
2133                     "src/"
2134                 ]
2135             },
2136             "notification-url": "https://packagist.org/downloads/",
2137             "license": [
2138                 "BSD-3-Clause"
2139             ],
2140             "authors": [
2141                 {
2142                     "name": "Sebastian Bergmann",
2143                     "email": "[email protected]"
2144                 }
2145             ],
2146             "description": "Provides functionality to handle HHVM/PHP environments",
2147             "homepage": "https://github.com/sebastianbergmann/environment",
2148             "keywords": [
2149                 "Xdebug",
2150                 "environment",
2151                 "hhvm"
2152             ],
2153             "support": {
2154                 "issues": "https://github.com/sebastianbergmann/environment/issues",
2155                 "security": "https://github.com/sebastianbergmann/environment/security/policy",
2156                 "source": "https://github.com/sebastianbergmann/environment/tree/6.1.0"
2157             },
2158             "funding": [
2159                 {
2160                     "url": "https://github.com/sebastianbergmann",
2161                     "type": "github"
2162                 }
2163             ],
2164             "time": "2024-03-23T08:47:14+00:00"
2165         },
2166         {
2167             "name": "sebastian/exporter",
2168             "version": "5.1.2",
2169             "source": {
2170                 "type": "git",
2171                 "url": "https://github.com/sebastianbergmann/exporter.git",
2172                 "reference": "955288482d97c19a372d3f31006ab3f37da47adf"
2173             },
2174             "dist": {
2175                 "type": "zip",
2176                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/955288482d97c19a372d3f31006ab3f37da47adf",
2177                 "reference": "955288482d97c19a372d3f31006ab3f37da47adf",
2178                 "shasum": ""
2179             },
2180             "require": {
2181                 "ext-mbstring": "*",
2182                 "php": ">=8.1",
2183                 "sebastian/recursion-context": "^5.0"
2184             },
2185             "require-dev": {
2186                 "phpunit/phpunit": "^10.0"
2187             },
2188             "type": "library",
2189             "extra": {
2190                 "branch-alias": {
2191                     "dev-main": "5.1-dev"
2192                 }
2193             },
2194             "autoload": {
2195                 "classmap": [
2196                     "src/"
2197                 ]
2198             },
2199             "notification-url": "https://packagist.org/downloads/",
2200             "license": [
2201                 "BSD-3-Clause"
2202             ],
2203             "authors": [
2204                 {
2205                     "name": "Sebastian Bergmann",
2206                     "email": "[email protected]"
2207                 },
2208                 {
2209                     "name": "Jeff Welch",
2210                     "email": "[email protected]"
2211                 },
2212                 {
2213                     "name": "Volker Dusch",
2214                     "email": "[email protected]"
2215                 },
2216                 {
2217                     "name": "Adam Harvey",
2218                     "email": "[email protected]"
2219                 },
2220                 {
2221                     "name": "Bernhard Schussek",
2222                     "email": "[email protected]"
2223                 }
2224             ],
2225             "description": "Provides the functionality to export PHP variables for visualization",
2226             "homepage": "https://www.github.com/sebastianbergmann/exporter",
2227             "keywords": [
2228                 "export",
2229                 "exporter"
2230             ],
2231             "support": {
2232                 "issues": "https://github.com/sebastianbergmann/exporter/issues",
2233                 "security": "https://github.com/sebastianbergmann/exporter/security/policy",
2234                 "source": "https://github.com/sebastianbergmann/exporter/tree/5.1.2"
2235             },
2236             "funding": [
2237                 {
2238                     "url": "https://github.com/sebastianbergmann",
2239                     "type": "github"
2240                 }
2241             ],
2242             "time": "2024-03-02T07:17:12+00:00"
2243         },
2244         {
2245             "name": "sebastian/global-state",
2246             "version": "6.0.2",
2247             "source": {
2248                 "type": "git",
2249                 "url": "https://github.com/sebastianbergmann/global-state.git",
2250                 "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9"
2251             },
2252             "dist": {
2253                 "type": "zip",
2254                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/987bafff24ecc4c9ac418cab1145b96dd6e9cbd9",
2255                 "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9",
2256                 "shasum": ""
2257             },
2258             "require": {
2259                 "php": ">=8.1",
2260                 "sebastian/object-reflector": "^3.0",
2261                 "sebastian/recursion-context": "^5.0"
2262             },
2263             "require-dev": {
2264                 "ext-dom": "*",
2265                 "phpunit/phpunit": "^10.0"
2266             },
2267             "type": "library",
2268             "extra": {
2269                 "branch-alias": {
2270                     "dev-main": "6.0-dev"
2271                 }
2272             },
2273             "autoload": {
2274                 "classmap": [
2275                     "src/"
2276                 ]
2277             },
2278             "notification-url": "https://packagist.org/downloads/",
2279             "license": [
2280                 "BSD-3-Clause"
2281             ],
2282             "authors": [
2283                 {
2284                     "name": "Sebastian Bergmann",
2285                     "email": "[email protected]"
2286                 }
2287             ],
2288             "description": "Snapshotting of global state",
2289             "homepage": "https://www.github.com/sebastianbergmann/global-state",
2290             "keywords": [
2291                 "global state"
2292             ],
2293             "support": {
2294                 "issues": "https://github.com/sebastianbergmann/global-state/issues",
2295                 "security": "https://github.com/sebastianbergmann/global-state/security/policy",
2296                 "source": "https://github.com/sebastianbergmann/global-state/tree/6.0.2"
2297             },
2298             "funding": [
2299                 {
2300                     "url": "https://github.com/sebastianbergmann",
2301                     "type": "github"
2302                 }
2303             ],
2304             "time": "2024-03-02T07:19:19+00:00"
2305         },
2306         {
2307             "name": "sebastian/lines-of-code",
2308             "version": "2.0.2",
2309             "source": {
2310                 "type": "git",
2311                 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
2312                 "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0"
2313             },
2314             "dist": {
2315                 "type": "zip",
2316                 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/856e7f6a75a84e339195d48c556f23be2ebf75d0",
2317                 "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0",
2318                 "shasum": ""
2319             },
2320             "require": {
2321                 "nikic/php-parser": "^4.18 || ^5.0",
2322                 "php": ">=8.1"
2323             },
2324             "require-dev": {
2325                 "phpunit/phpunit": "^10.0"
2326             },
2327             "type": "library",
2328             "extra": {
2329                 "branch-alias": {
2330                     "dev-main": "2.0-dev"
2331                 }
2332             },
2333             "autoload": {
2334                 "classmap": [
2335                     "src/"
2336                 ]
2337             },
2338             "notification-url": "https://packagist.org/downloads/",
2339             "license": [
2340                 "BSD-3-Clause"
2341             ],
2342             "authors": [
2343                 {
2344                     "name": "Sebastian Bergmann",
2345                     "email": "[email protected]",
2346                     "role": "lead"
2347                 }
2348             ],
2349             "description": "Library for counting the lines of code in PHP source code",
2350             "homepage": "https://github.com/sebastianbergmann/lines-of-code",
2351             "support": {
2352                 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
2353                 "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
2354                 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.2"
2355             },
2356             "funding": [
2357                 {
2358                     "url": "https://github.com/sebastianbergmann",
2359                     "type": "github"
2360                 }
2361             ],
2362             "time": "2023-12-21T08:38:20+00:00"
2363         },
2364         {
2365             "name": "sebastian/object-enumerator",
2366             "version": "5.0.0",
2367             "source": {
2368                 "type": "git",
2369                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2370                 "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906"
2371             },
2372             "dist": {
2373                 "type": "zip",
2374                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/202d0e344a580d7f7d04b3fafce6933e59dae906",
2375                 "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906",
2376                 "shasum": ""
2377             },
2378             "require": {
2379                 "php": ">=8.1",
2380                 "sebastian/object-reflector": "^3.0",
2381                 "sebastian/recursion-context": "^5.0"
2382             },
2383             "require-dev": {
2384                 "phpunit/phpunit": "^10.0"
2385             },
2386             "type": "library",
2387             "extra": {
2388                 "branch-alias": {
2389                     "dev-main": "5.0-dev"
2390                 }
2391             },
2392             "autoload": {
2393                 "classmap": [
2394                     "src/"
2395                 ]
2396             },
2397             "notification-url": "https://packagist.org/downloads/",
2398             "license": [
2399                 "BSD-3-Clause"
2400             ],
2401             "authors": [
2402                 {
2403                     "name": "Sebastian Bergmann",
2404                     "email": "[email protected]"
2405                 }
2406             ],
2407             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2408             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2409             "support": {
2410                 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
2411                 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/5.0.0"
2412             },
2413             "funding": [
2414                 {
2415                     "url": "https://github.com/sebastianbergmann",
2416                     "type": "github"
2417                 }
2418             ],
2419             "time": "2023-02-03T07:08:32+00:00"
2420         },
2421         {
2422             "name": "sebastian/object-reflector",
2423             "version": "3.0.0",
2424             "source": {
2425                 "type": "git",
2426                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
2427                 "reference": "24ed13d98130f0e7122df55d06c5c4942a577957"
2428             },
2429             "dist": {
2430                 "type": "zip",
2431                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/24ed13d98130f0e7122df55d06c5c4942a577957",
2432                 "reference": "24ed13d98130f0e7122df55d06c5c4942a577957",
2433                 "shasum": ""
2434             },
2435             "require": {
2436                 "php": ">=8.1"
2437             },
2438             "require-dev": {
2439                 "phpunit/phpunit": "^10.0"
2440             },
2441             "type": "library",
2442             "extra": {
2443                 "branch-alias": {
2444                     "dev-main": "3.0-dev"
2445                 }
2446             },
2447             "autoload": {
2448                 "classmap": [
2449                     "src/"
2450                 ]
2451             },
2452             "notification-url": "https://packagist.org/downloads/",
2453             "license": [
2454                 "BSD-3-Clause"
2455             ],
2456             "authors": [
2457                 {
2458                     "name": "Sebastian Bergmann",
2459                     "email": "[email protected]"
2460                 }
2461             ],
2462             "description": "Allows reflection of object attributes, including inherited and non-public ones",
2463             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
2464             "support": {
2465                 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
2466                 "source": "https://github.com/sebastianbergmann/object-reflector/tree/3.0.0"
2467             },
2468             "funding": [
2469                 {
2470                     "url": "https://github.com/sebastianbergmann",
2471                     "type": "github"
2472                 }
2473             ],
2474             "time": "2023-02-03T07:06:18+00:00"
2475         },
2476         {
2477             "name": "sebastian/recursion-context",
2478             "version": "5.0.0",
2479             "source": {
2480                 "type": "git",
2481                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
2482                 "reference": "05909fb5bc7df4c52992396d0116aed689f93712"
2483             },
2484             "dist": {
2485                 "type": "zip",
2486                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/05909fb5bc7df4c52992396d0116aed689f93712",
2487                 "reference": "05909fb5bc7df4c52992396d0116aed689f93712",
2488                 "shasum": ""
2489             },
2490             "require": {
2491                 "php": ">=8.1"
2492             },
2493             "require-dev": {
2494                 "phpunit/phpunit": "^10.0"
2495             },
2496             "type": "library",
2497             "extra": {
2498                 "branch-alias": {
2499                     "dev-main": "5.0-dev"
2500                 }
2501             },
2502             "autoload": {
2503                 "classmap": [
2504                     "src/"
2505                 ]
2506             },
2507             "notification-url": "https://packagist.org/downloads/",
2508             "license": [
2509                 "BSD-3-Clause"
2510             ],
2511             "authors": [
2512                 {
2513                     "name": "Sebastian Bergmann",
2514                     "email": "[email protected]"
2515                 },
2516                 {
2517                     "name": "Jeff Welch",
2518                     "email": "[email protected]"
2519                 },
2520                 {
2521                     "name": "Adam Harvey",
2522                     "email": "[email protected]"
2523                 }
2524             ],
2525             "description": "Provides functionality to recursively process PHP variables",
2526             "homepage": "https://github.com/sebastianbergmann/recursion-context",
2527             "support": {
2528                 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
2529                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.0"
2530             },
2531             "funding": [
2532                 {
2533                     "url": "https://github.com/sebastianbergmann",
2534                     "type": "github"
2535                 }
2536             ],
2537             "time": "2023-02-03T07:05:40+00:00"
2538         },
2539         {
2540             "name": "sebastian/type",
2541             "version": "4.0.0",
2542             "source": {
2543                 "type": "git",
2544                 "url": "https://github.com/sebastianbergmann/type.git",
2545                 "reference": "462699a16464c3944eefc02ebdd77882bd3925bf"
2546             },
2547             "dist": {
2548                 "type": "zip",
2549                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/462699a16464c3944eefc02ebdd77882bd3925bf",
2550                 "reference": "462699a16464c3944eefc02ebdd77882bd3925bf",
2551                 "shasum": ""
2552             },
2553             "require": {
2554                 "php": ">=8.1"
2555             },
2556             "require-dev": {
2557                 "phpunit/phpunit": "^10.0"
2558             },
2559             "type": "library",
2560             "extra": {
2561                 "branch-alias": {
2562                     "dev-main": "4.0-dev"
2563                 }
2564             },
2565             "autoload": {
2566                 "classmap": [
2567                     "src/"
2568                 ]
2569             },
2570             "notification-url": "https://packagist.org/downloads/",
2571             "license": [
2572                 "BSD-3-Clause"
2573             ],
2574             "authors": [
2575                 {
2576                     "name": "Sebastian Bergmann",
2577                     "email": "[email protected]",
2578                     "role": "lead"
2579                 }
2580             ],
2581             "description": "Collection of value objects that represent the types of the PHP type system",
2582             "homepage": "https://github.com/sebastianbergmann/type",
2583             "support": {
2584                 "issues": "https://github.com/sebastianbergmann/type/issues",
2585                 "source": "https://github.com/sebastianbergmann/type/tree/4.0.0"
2586             },
2587             "funding": [
2588                 {
2589                     "url": "https://github.com/sebastianbergmann",
2590                     "type": "github"
2591                 }
2592             ],
2593             "time": "2023-02-03T07:10:45+00:00"
2594         },
2595         {
2596             "name": "sebastian/version",
2597             "version": "4.0.1",
2598             "source": {
2599                 "type": "git",
2600                 "url": "https://github.com/sebastianbergmann/version.git",
2601                 "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17"
2602             },
2603             "dist": {
2604                 "type": "zip",
2605                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c51fa83a5d8f43f1402e3f32a005e6262244ef17",
2606                 "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17",
2607                 "shasum": ""
2608             },
2609             "require": {
2610                 "php": ">=8.1"
2611             },
2612             "type": "library",
2613             "extra": {
2614                 "branch-alias": {
2615                     "dev-main": "4.0-dev"
2616                 }
2617             },
2618             "autoload": {
2619                 "classmap": [
2620                     "src/"
2621                 ]
2622             },
2623             "notification-url": "https://packagist.org/downloads/",
2624             "license": [
2625                 "BSD-3-Clause"
2626             ],
2627             "authors": [
2628                 {
2629                     "name": "Sebastian Bergmann",
2630                     "email": "[email protected]",
2631                     "role": "lead"
2632                 }
2633             ],
2634             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2635             "homepage": "https://github.com/sebastianbergmann/version",
2636             "support": {
2637                 "issues": "https://github.com/sebastianbergmann/version/issues",
2638                 "source": "https://github.com/sebastianbergmann/version/tree/4.0.1"
2639             },
2640             "funding": [
2641                 {
2642                     "url": "https://github.com/sebastianbergmann",
2643                     "type": "github"
2644                 }
2645             ],
2646             "time": "2023-02-07T11:34:05+00:00"
2647         },
2648         {
2649             "name": "theseer/tokenizer",
2650             "version": "1.2.3",
2651             "source": {
2652                 "type": "git",
2653                 "url": "https://github.com/theseer/tokenizer.git",
2654                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
2655             },
2656             "dist": {
2657                 "type": "zip",
2658                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
2659                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
2660                 "shasum": ""
2661             },
2662             "require": {
2663                 "ext-dom": "*",
2664                 "ext-tokenizer": "*",
2665                 "ext-xmlwriter": "*",
2666                 "php": "^7.2 || ^8.0"
2667             },
2668             "type": "library",
2669             "autoload": {
2670                 "classmap": [
2671                     "src/"
2672                 ]
2673             },
2674             "notification-url": "https://packagist.org/downloads/",
2675             "license": [
2676                 "BSD-3-Clause"
2677             ],
2678             "authors": [
2679                 {
2680                     "name": "Arne Blankerts",
2681                     "email": "[email protected]",
2682                     "role": "Developer"
2683                 }
2684             ],
2685             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
2686             "support": {
2687                 "issues": "https://github.com/theseer/tokenizer/issues",
2688                 "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
2689             },
2690             "funding": [
2691                 {
2692                     "url": "https://github.com/theseer",
2693                     "type": "github"
2694                 }
2695             ],
2696             "time": "2024-03-03T12:36:25+00:00"
2697         }
2698     ],
2699     "aliases": [],
2700     "minimum-stability": "stable",
2701     "stability-flags": {},
2702     "prefer-stable": false,
2703     "prefer-lowest": false,
2704     "platform": {
2705         "ext-zip": "*"
2706     },
2707     "platform-dev": {
2708         "ext-mysqli": "*"
2709     },
2710     "platform-overrides": {
2711         "php": "8.1.0"
2712     },
2713     "plugin-api-version": "2.6.0"
2714 }