]> BookStack Code Mirror - system-cli/blob - composer.lock
Bumped version
[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.21",
202             "source": {
203                 "type": "git",
204                 "url": "https://github.com/symfony/console.git",
205                 "reference": "a3011c7b7adb58d89f6c0d822abb641d7a5f9719"
206             },
207             "dist": {
208                 "type": "zip",
209                 "url": "https://api.github.com/repos/symfony/console/zipball/a3011c7b7adb58d89f6c0d822abb641d7a5f9719",
210                 "reference": "a3011c7b7adb58d89f6c0d822abb641d7a5f9719",
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.21"
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": "2025-04-07T15:42:41+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.32.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.32.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.32.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.32.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.32.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.32.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.32.0",
601             "source": {
602                 "type": "git",
603                 "url": "https://github.com/symfony/polyfill-mbstring.git",
604                 "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
605             },
606             "dist": {
607                 "type": "zip",
608                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
609                 "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
610                 "shasum": ""
611             },
612             "require": {
613                 "ext-iconv": "*",
614                 "php": ">=7.2"
615             },
616             "provide": {
617                 "ext-mbstring": "*"
618             },
619             "suggest": {
620                 "ext-mbstring": "For best performance"
621             },
622             "type": "library",
623             "extra": {
624                 "thanks": {
625                     "url": "https://github.com/symfony/polyfill",
626                     "name": "symfony/polyfill"
627                 }
628             },
629             "autoload": {
630                 "files": [
631                     "bootstrap.php"
632                 ],
633                 "psr-4": {
634                     "Symfony\\Polyfill\\Mbstring\\": ""
635                 }
636             },
637             "notification-url": "https://packagist.org/downloads/",
638             "license": [
639                 "MIT"
640             ],
641             "authors": [
642                 {
643                     "name": "Nicolas Grekas",
644                     "email": "[email protected]"
645                 },
646                 {
647                     "name": "Symfony Community",
648                     "homepage": "https://symfony.com/contributors"
649                 }
650             ],
651             "description": "Symfony polyfill for the Mbstring extension",
652             "homepage": "https://symfony.com",
653             "keywords": [
654                 "compatibility",
655                 "mbstring",
656                 "polyfill",
657                 "portable",
658                 "shim"
659             ],
660             "support": {
661                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.32.0"
662             },
663             "funding": [
664                 {
665                     "url": "https://symfony.com/sponsor",
666                     "type": "custom"
667                 },
668                 {
669                     "url": "https://github.com/fabpot",
670                     "type": "github"
671                 },
672                 {
673                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
674                     "type": "tidelift"
675                 }
676             ],
677             "time": "2024-12-23T08:48:59+00:00"
678         },
679         {
680             "name": "symfony/polyfill-php80",
681             "version": "v1.32.0",
682             "source": {
683                 "type": "git",
684                 "url": "https://github.com/symfony/polyfill-php80.git",
685                 "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608"
686             },
687             "dist": {
688                 "type": "zip",
689                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
690                 "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
691                 "shasum": ""
692             },
693             "require": {
694                 "php": ">=7.2"
695             },
696             "type": "library",
697             "extra": {
698                 "thanks": {
699                     "url": "https://github.com/symfony/polyfill",
700                     "name": "symfony/polyfill"
701                 }
702             },
703             "autoload": {
704                 "files": [
705                     "bootstrap.php"
706                 ],
707                 "psr-4": {
708                     "Symfony\\Polyfill\\Php80\\": ""
709                 },
710                 "classmap": [
711                     "Resources/stubs"
712                 ]
713             },
714             "notification-url": "https://packagist.org/downloads/",
715             "license": [
716                 "MIT"
717             ],
718             "authors": [
719                 {
720                     "name": "Ion Bazan",
721                     "email": "[email protected]"
722                 },
723                 {
724                     "name": "Nicolas Grekas",
725                     "email": "[email protected]"
726                 },
727                 {
728                     "name": "Symfony Community",
729                     "homepage": "https://symfony.com/contributors"
730                 }
731             ],
732             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
733             "homepage": "https://symfony.com",
734             "keywords": [
735                 "compatibility",
736                 "polyfill",
737                 "portable",
738                 "shim"
739             ],
740             "support": {
741                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.32.0"
742             },
743             "funding": [
744                 {
745                     "url": "https://symfony.com/sponsor",
746                     "type": "custom"
747                 },
748                 {
749                     "url": "https://github.com/fabpot",
750                     "type": "github"
751                 },
752                 {
753                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
754                     "type": "tidelift"
755                 }
756             ],
757             "time": "2025-01-02T08:10:11+00:00"
758         },
759         {
760             "name": "symfony/process",
761             "version": "v6.4.20",
762             "source": {
763                 "type": "git",
764                 "url": "https://github.com/symfony/process.git",
765                 "reference": "e2a61c16af36c9a07e5c9906498b73e091949a20"
766             },
767             "dist": {
768                 "type": "zip",
769                 "url": "https://api.github.com/repos/symfony/process/zipball/e2a61c16af36c9a07e5c9906498b73e091949a20",
770                 "reference": "e2a61c16af36c9a07e5c9906498b73e091949a20",
771                 "shasum": ""
772             },
773             "require": {
774                 "php": ">=8.1"
775             },
776             "type": "library",
777             "autoload": {
778                 "psr-4": {
779                     "Symfony\\Component\\Process\\": ""
780                 },
781                 "exclude-from-classmap": [
782                     "/Tests/"
783                 ]
784             },
785             "notification-url": "https://packagist.org/downloads/",
786             "license": [
787                 "MIT"
788             ],
789             "authors": [
790                 {
791                     "name": "Fabien Potencier",
792                     "email": "[email protected]"
793                 },
794                 {
795                     "name": "Symfony Community",
796                     "homepage": "https://symfony.com/contributors"
797                 }
798             ],
799             "description": "Executes commands in sub-processes",
800             "homepage": "https://symfony.com",
801             "support": {
802                 "source": "https://github.com/symfony/process/tree/v6.4.20"
803             },
804             "funding": [
805                 {
806                     "url": "https://symfony.com/sponsor",
807                     "type": "custom"
808                 },
809                 {
810                     "url": "https://github.com/fabpot",
811                     "type": "github"
812                 },
813                 {
814                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
815                     "type": "tidelift"
816                 }
817             ],
818             "time": "2025-03-10T17:11:00+00:00"
819         },
820         {
821             "name": "symfony/service-contracts",
822             "version": "v3.5.1",
823             "source": {
824                 "type": "git",
825                 "url": "https://github.com/symfony/service-contracts.git",
826                 "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0"
827             },
828             "dist": {
829                 "type": "zip",
830                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
831                 "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
832                 "shasum": ""
833             },
834             "require": {
835                 "php": ">=8.1",
836                 "psr/container": "^1.1|^2.0",
837                 "symfony/deprecation-contracts": "^2.5|^3"
838             },
839             "conflict": {
840                 "ext-psr": "<1.1|>=2"
841             },
842             "type": "library",
843             "extra": {
844                 "thanks": {
845                     "url": "https://github.com/symfony/contracts",
846                     "name": "symfony/contracts"
847                 },
848                 "branch-alias": {
849                     "dev-main": "3.5-dev"
850                 }
851             },
852             "autoload": {
853                 "psr-4": {
854                     "Symfony\\Contracts\\Service\\": ""
855                 },
856                 "exclude-from-classmap": [
857                     "/Test/"
858                 ]
859             },
860             "notification-url": "https://packagist.org/downloads/",
861             "license": [
862                 "MIT"
863             ],
864             "authors": [
865                 {
866                     "name": "Nicolas Grekas",
867                     "email": "[email protected]"
868                 },
869                 {
870                     "name": "Symfony Community",
871                     "homepage": "https://symfony.com/contributors"
872                 }
873             ],
874             "description": "Generic abstractions related to writing services",
875             "homepage": "https://symfony.com",
876             "keywords": [
877                 "abstractions",
878                 "contracts",
879                 "decoupling",
880                 "interfaces",
881                 "interoperability",
882                 "standards"
883             ],
884             "support": {
885                 "source": "https://github.com/symfony/service-contracts/tree/v3.5.1"
886             },
887             "funding": [
888                 {
889                     "url": "https://symfony.com/sponsor",
890                     "type": "custom"
891                 },
892                 {
893                     "url": "https://github.com/fabpot",
894                     "type": "github"
895                 },
896                 {
897                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
898                     "type": "tidelift"
899                 }
900             ],
901             "time": "2024-09-25T14:20:29+00:00"
902         },
903         {
904             "name": "symfony/string",
905             "version": "v6.4.21",
906             "source": {
907                 "type": "git",
908                 "url": "https://github.com/symfony/string.git",
909                 "reference": "73e2c6966a5aef1d4892873ed5322245295370c6"
910             },
911             "dist": {
912                 "type": "zip",
913                 "url": "https://api.github.com/repos/symfony/string/zipball/73e2c6966a5aef1d4892873ed5322245295370c6",
914                 "reference": "73e2c6966a5aef1d4892873ed5322245295370c6",
915                 "shasum": ""
916             },
917             "require": {
918                 "php": ">=8.1",
919                 "symfony/polyfill-ctype": "~1.8",
920                 "symfony/polyfill-intl-grapheme": "~1.0",
921                 "symfony/polyfill-intl-normalizer": "~1.0",
922                 "symfony/polyfill-mbstring": "~1.0"
923             },
924             "conflict": {
925                 "symfony/translation-contracts": "<2.5"
926             },
927             "require-dev": {
928                 "symfony/error-handler": "^5.4|^6.0|^7.0",
929                 "symfony/http-client": "^5.4|^6.0|^7.0",
930                 "symfony/intl": "^6.2|^7.0",
931                 "symfony/translation-contracts": "^2.5|^3.0",
932                 "symfony/var-exporter": "^5.4|^6.0|^7.0"
933             },
934             "type": "library",
935             "autoload": {
936                 "files": [
937                     "Resources/functions.php"
938                 ],
939                 "psr-4": {
940                     "Symfony\\Component\\String\\": ""
941                 },
942                 "exclude-from-classmap": [
943                     "/Tests/"
944                 ]
945             },
946             "notification-url": "https://packagist.org/downloads/",
947             "license": [
948                 "MIT"
949             ],
950             "authors": [
951                 {
952                     "name": "Nicolas Grekas",
953                     "email": "[email protected]"
954                 },
955                 {
956                     "name": "Symfony Community",
957                     "homepage": "https://symfony.com/contributors"
958                 }
959             ],
960             "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
961             "homepage": "https://symfony.com",
962             "keywords": [
963                 "grapheme",
964                 "i18n",
965                 "string",
966                 "unicode",
967                 "utf-8",
968                 "utf8"
969             ],
970             "support": {
971                 "source": "https://github.com/symfony/string/tree/v6.4.21"
972             },
973             "funding": [
974                 {
975                     "url": "https://symfony.com/sponsor",
976                     "type": "custom"
977                 },
978                 {
979                     "url": "https://github.com/fabpot",
980                     "type": "github"
981                 },
982                 {
983                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
984                     "type": "tidelift"
985                 }
986             ],
987             "time": "2025-04-18T15:23:29+00:00"
988         },
989         {
990             "name": "vlucas/phpdotenv",
991             "version": "v5.6.2",
992             "source": {
993                 "type": "git",
994                 "url": "https://github.com/vlucas/phpdotenv.git",
995                 "reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af"
996             },
997             "dist": {
998                 "type": "zip",
999                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/24ac4c74f91ee2c193fa1aaa5c249cb0822809af",
1000                 "reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af",
1001                 "shasum": ""
1002             },
1003             "require": {
1004                 "ext-pcre": "*",
1005                 "graham-campbell/result-type": "^1.1.3",
1006                 "php": "^7.2.5 || ^8.0",
1007                 "phpoption/phpoption": "^1.9.3",
1008                 "symfony/polyfill-ctype": "^1.24",
1009                 "symfony/polyfill-mbstring": "^1.24",
1010                 "symfony/polyfill-php80": "^1.24"
1011             },
1012             "require-dev": {
1013                 "bamarni/composer-bin-plugin": "^1.8.2",
1014                 "ext-filter": "*",
1015                 "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
1016             },
1017             "suggest": {
1018                 "ext-filter": "Required to use the boolean validator."
1019             },
1020             "type": "library",
1021             "extra": {
1022                 "bamarni-bin": {
1023                     "bin-links": true,
1024                     "forward-command": false
1025                 },
1026                 "branch-alias": {
1027                     "dev-master": "5.6-dev"
1028                 }
1029             },
1030             "autoload": {
1031                 "psr-4": {
1032                     "Dotenv\\": "src/"
1033                 }
1034             },
1035             "notification-url": "https://packagist.org/downloads/",
1036             "license": [
1037                 "BSD-3-Clause"
1038             ],
1039             "authors": [
1040                 {
1041                     "name": "Graham Campbell",
1042                     "email": "[email protected]",
1043                     "homepage": "https://github.com/GrahamCampbell"
1044                 },
1045                 {
1046                     "name": "Vance Lucas",
1047                     "email": "[email protected]",
1048                     "homepage": "https://github.com/vlucas"
1049                 }
1050             ],
1051             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
1052             "keywords": [
1053                 "dotenv",
1054                 "env",
1055                 "environment"
1056             ],
1057             "support": {
1058                 "issues": "https://github.com/vlucas/phpdotenv/issues",
1059                 "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.2"
1060             },
1061             "funding": [
1062                 {
1063                     "url": "https://github.com/GrahamCampbell",
1064                     "type": "github"
1065                 },
1066                 {
1067                     "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
1068                     "type": "tidelift"
1069                 }
1070             ],
1071             "time": "2025-04-30T23:37:27+00:00"
1072         }
1073     ],
1074     "packages-dev": [
1075         {
1076             "name": "myclabs/deep-copy",
1077             "version": "1.13.1",
1078             "source": {
1079                 "type": "git",
1080                 "url": "https://github.com/myclabs/DeepCopy.git",
1081                 "reference": "1720ddd719e16cf0db4eb1c6eca108031636d46c"
1082             },
1083             "dist": {
1084                 "type": "zip",
1085                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/1720ddd719e16cf0db4eb1c6eca108031636d46c",
1086                 "reference": "1720ddd719e16cf0db4eb1c6eca108031636d46c",
1087                 "shasum": ""
1088             },
1089             "require": {
1090                 "php": "^7.1 || ^8.0"
1091             },
1092             "conflict": {
1093                 "doctrine/collections": "<1.6.8",
1094                 "doctrine/common": "<2.13.3 || >=3 <3.2.2"
1095             },
1096             "require-dev": {
1097                 "doctrine/collections": "^1.6.8",
1098                 "doctrine/common": "^2.13.3 || ^3.2.2",
1099                 "phpspec/prophecy": "^1.10",
1100                 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
1101             },
1102             "type": "library",
1103             "autoload": {
1104                 "files": [
1105                     "src/DeepCopy/deep_copy.php"
1106                 ],
1107                 "psr-4": {
1108                     "DeepCopy\\": "src/DeepCopy/"
1109                 }
1110             },
1111             "notification-url": "https://packagist.org/downloads/",
1112             "license": [
1113                 "MIT"
1114             ],
1115             "description": "Create deep copies (clones) of your objects",
1116             "keywords": [
1117                 "clone",
1118                 "copy",
1119                 "duplicate",
1120                 "object",
1121                 "object graph"
1122             ],
1123             "support": {
1124                 "issues": "https://github.com/myclabs/DeepCopy/issues",
1125                 "source": "https://github.com/myclabs/DeepCopy/tree/1.13.1"
1126             },
1127             "funding": [
1128                 {
1129                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
1130                     "type": "tidelift"
1131                 }
1132             ],
1133             "time": "2025-04-29T12:36:36+00:00"
1134         },
1135         {
1136             "name": "nikic/php-parser",
1137             "version": "v5.4.0",
1138             "source": {
1139                 "type": "git",
1140                 "url": "https://github.com/nikic/PHP-Parser.git",
1141                 "reference": "447a020a1f875a434d62f2a401f53b82a396e494"
1142             },
1143             "dist": {
1144                 "type": "zip",
1145                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/447a020a1f875a434d62f2a401f53b82a396e494",
1146                 "reference": "447a020a1f875a434d62f2a401f53b82a396e494",
1147                 "shasum": ""
1148             },
1149             "require": {
1150                 "ext-ctype": "*",
1151                 "ext-json": "*",
1152                 "ext-tokenizer": "*",
1153                 "php": ">=7.4"
1154             },
1155             "require-dev": {
1156                 "ircmaxell/php-yacc": "^0.0.7",
1157                 "phpunit/phpunit": "^9.0"
1158             },
1159             "bin": [
1160                 "bin/php-parse"
1161             ],
1162             "type": "library",
1163             "extra": {
1164                 "branch-alias": {
1165                     "dev-master": "5.0-dev"
1166                 }
1167             },
1168             "autoload": {
1169                 "psr-4": {
1170                     "PhpParser\\": "lib/PhpParser"
1171                 }
1172             },
1173             "notification-url": "https://packagist.org/downloads/",
1174             "license": [
1175                 "BSD-3-Clause"
1176             ],
1177             "authors": [
1178                 {
1179                     "name": "Nikita Popov"
1180                 }
1181             ],
1182             "description": "A PHP parser written in PHP",
1183             "keywords": [
1184                 "parser",
1185                 "php"
1186             ],
1187             "support": {
1188                 "issues": "https://github.com/nikic/PHP-Parser/issues",
1189                 "source": "https://github.com/nikic/PHP-Parser/tree/v5.4.0"
1190             },
1191             "time": "2024-12-30T11:07:19+00:00"
1192         },
1193         {
1194             "name": "phar-io/manifest",
1195             "version": "2.0.4",
1196             "source": {
1197                 "type": "git",
1198                 "url": "https://github.com/phar-io/manifest.git",
1199                 "reference": "54750ef60c58e43759730615a392c31c80e23176"
1200             },
1201             "dist": {
1202                 "type": "zip",
1203                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
1204                 "reference": "54750ef60c58e43759730615a392c31c80e23176",
1205                 "shasum": ""
1206             },
1207             "require": {
1208                 "ext-dom": "*",
1209                 "ext-libxml": "*",
1210                 "ext-phar": "*",
1211                 "ext-xmlwriter": "*",
1212                 "phar-io/version": "^3.0.1",
1213                 "php": "^7.2 || ^8.0"
1214             },
1215             "type": "library",
1216             "extra": {
1217                 "branch-alias": {
1218                     "dev-master": "2.0.x-dev"
1219                 }
1220             },
1221             "autoload": {
1222                 "classmap": [
1223                     "src/"
1224                 ]
1225             },
1226             "notification-url": "https://packagist.org/downloads/",
1227             "license": [
1228                 "BSD-3-Clause"
1229             ],
1230             "authors": [
1231                 {
1232                     "name": "Arne Blankerts",
1233                     "email": "[email protected]",
1234                     "role": "Developer"
1235                 },
1236                 {
1237                     "name": "Sebastian Heuer",
1238                     "email": "[email protected]",
1239                     "role": "Developer"
1240                 },
1241                 {
1242                     "name": "Sebastian Bergmann",
1243                     "email": "[email protected]",
1244                     "role": "Developer"
1245                 }
1246             ],
1247             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
1248             "support": {
1249                 "issues": "https://github.com/phar-io/manifest/issues",
1250                 "source": "https://github.com/phar-io/manifest/tree/2.0.4"
1251             },
1252             "funding": [
1253                 {
1254                     "url": "https://github.com/theseer",
1255                     "type": "github"
1256                 }
1257             ],
1258             "time": "2024-03-03T12:33:53+00:00"
1259         },
1260         {
1261             "name": "phar-io/version",
1262             "version": "3.2.1",
1263             "source": {
1264                 "type": "git",
1265                 "url": "https://github.com/phar-io/version.git",
1266                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
1267             },
1268             "dist": {
1269                 "type": "zip",
1270                 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
1271                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
1272                 "shasum": ""
1273             },
1274             "require": {
1275                 "php": "^7.2 || ^8.0"
1276             },
1277             "type": "library",
1278             "autoload": {
1279                 "classmap": [
1280                     "src/"
1281                 ]
1282             },
1283             "notification-url": "https://packagist.org/downloads/",
1284             "license": [
1285                 "BSD-3-Clause"
1286             ],
1287             "authors": [
1288                 {
1289                     "name": "Arne Blankerts",
1290                     "email": "[email protected]",
1291                     "role": "Developer"
1292                 },
1293                 {
1294                     "name": "Sebastian Heuer",
1295                     "email": "[email protected]",
1296                     "role": "Developer"
1297                 },
1298                 {
1299                     "name": "Sebastian Bergmann",
1300                     "email": "[email protected]",
1301                     "role": "Developer"
1302                 }
1303             ],
1304             "description": "Library for handling version information and constraints",
1305             "support": {
1306                 "issues": "https://github.com/phar-io/version/issues",
1307                 "source": "https://github.com/phar-io/version/tree/3.2.1"
1308             },
1309             "time": "2022-02-21T01:04:05+00:00"
1310         },
1311         {
1312             "name": "phpunit/php-code-coverage",
1313             "version": "10.1.16",
1314             "source": {
1315                 "type": "git",
1316                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1317                 "reference": "7e308268858ed6baedc8704a304727d20bc07c77"
1318             },
1319             "dist": {
1320                 "type": "zip",
1321                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/7e308268858ed6baedc8704a304727d20bc07c77",
1322                 "reference": "7e308268858ed6baedc8704a304727d20bc07c77",
1323                 "shasum": ""
1324             },
1325             "require": {
1326                 "ext-dom": "*",
1327                 "ext-libxml": "*",
1328                 "ext-xmlwriter": "*",
1329                 "nikic/php-parser": "^4.19.1 || ^5.1.0",
1330                 "php": ">=8.1",
1331                 "phpunit/php-file-iterator": "^4.1.0",
1332                 "phpunit/php-text-template": "^3.0.1",
1333                 "sebastian/code-unit-reverse-lookup": "^3.0.0",
1334                 "sebastian/complexity": "^3.2.0",
1335                 "sebastian/environment": "^6.1.0",
1336                 "sebastian/lines-of-code": "^2.0.2",
1337                 "sebastian/version": "^4.0.1",
1338                 "theseer/tokenizer": "^1.2.3"
1339             },
1340             "require-dev": {
1341                 "phpunit/phpunit": "^10.1"
1342             },
1343             "suggest": {
1344                 "ext-pcov": "PHP extension that provides line coverage",
1345                 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
1346             },
1347             "type": "library",
1348             "extra": {
1349                 "branch-alias": {
1350                     "dev-main": "10.1.x-dev"
1351                 }
1352             },
1353             "autoload": {
1354                 "classmap": [
1355                     "src/"
1356                 ]
1357             },
1358             "notification-url": "https://packagist.org/downloads/",
1359             "license": [
1360                 "BSD-3-Clause"
1361             ],
1362             "authors": [
1363                 {
1364                     "name": "Sebastian Bergmann",
1365                     "email": "[email protected]",
1366                     "role": "lead"
1367                 }
1368             ],
1369             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1370             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1371             "keywords": [
1372                 "coverage",
1373                 "testing",
1374                 "xunit"
1375             ],
1376             "support": {
1377                 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
1378                 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
1379                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.16"
1380             },
1381             "funding": [
1382                 {
1383                     "url": "https://github.com/sebastianbergmann",
1384                     "type": "github"
1385                 }
1386             ],
1387             "time": "2024-08-22T04:31:57+00:00"
1388         },
1389         {
1390             "name": "phpunit/php-file-iterator",
1391             "version": "4.1.0",
1392             "source": {
1393                 "type": "git",
1394                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1395                 "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c"
1396             },
1397             "dist": {
1398                 "type": "zip",
1399                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a95037b6d9e608ba092da1b23931e537cadc3c3c",
1400                 "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c",
1401                 "shasum": ""
1402             },
1403             "require": {
1404                 "php": ">=8.1"
1405             },
1406             "require-dev": {
1407                 "phpunit/phpunit": "^10.0"
1408             },
1409             "type": "library",
1410             "extra": {
1411                 "branch-alias": {
1412                     "dev-main": "4.0-dev"
1413                 }
1414             },
1415             "autoload": {
1416                 "classmap": [
1417                     "src/"
1418                 ]
1419             },
1420             "notification-url": "https://packagist.org/downloads/",
1421             "license": [
1422                 "BSD-3-Clause"
1423             ],
1424             "authors": [
1425                 {
1426                     "name": "Sebastian Bergmann",
1427                     "email": "[email protected]",
1428                     "role": "lead"
1429                 }
1430             ],
1431             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1432             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1433             "keywords": [
1434                 "filesystem",
1435                 "iterator"
1436             ],
1437             "support": {
1438                 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
1439                 "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
1440                 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.1.0"
1441             },
1442             "funding": [
1443                 {
1444                     "url": "https://github.com/sebastianbergmann",
1445                     "type": "github"
1446                 }
1447             ],
1448             "time": "2023-08-31T06:24:48+00:00"
1449         },
1450         {
1451             "name": "phpunit/php-invoker",
1452             "version": "4.0.0",
1453             "source": {
1454                 "type": "git",
1455                 "url": "https://github.com/sebastianbergmann/php-invoker.git",
1456                 "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7"
1457             },
1458             "dist": {
1459                 "type": "zip",
1460                 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
1461                 "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
1462                 "shasum": ""
1463             },
1464             "require": {
1465                 "php": ">=8.1"
1466             },
1467             "require-dev": {
1468                 "ext-pcntl": "*",
1469                 "phpunit/phpunit": "^10.0"
1470             },
1471             "suggest": {
1472                 "ext-pcntl": "*"
1473             },
1474             "type": "library",
1475             "extra": {
1476                 "branch-alias": {
1477                     "dev-main": "4.0-dev"
1478                 }
1479             },
1480             "autoload": {
1481                 "classmap": [
1482                     "src/"
1483                 ]
1484             },
1485             "notification-url": "https://packagist.org/downloads/",
1486             "license": [
1487                 "BSD-3-Clause"
1488             ],
1489             "authors": [
1490                 {
1491                     "name": "Sebastian Bergmann",
1492                     "email": "[email protected]",
1493                     "role": "lead"
1494                 }
1495             ],
1496             "description": "Invoke callables with a timeout",
1497             "homepage": "https://github.com/sebastianbergmann/php-invoker/",
1498             "keywords": [
1499                 "process"
1500             ],
1501             "support": {
1502                 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
1503                 "source": "https://github.com/sebastianbergmann/php-invoker/tree/4.0.0"
1504             },
1505             "funding": [
1506                 {
1507                     "url": "https://github.com/sebastianbergmann",
1508                     "type": "github"
1509                 }
1510             ],
1511             "time": "2023-02-03T06:56:09+00:00"
1512         },
1513         {
1514             "name": "phpunit/php-text-template",
1515             "version": "3.0.1",
1516             "source": {
1517                 "type": "git",
1518                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
1519                 "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748"
1520             },
1521             "dist": {
1522                 "type": "zip",
1523                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/0c7b06ff49e3d5072f057eb1fa59258bf287a748",
1524                 "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748",
1525                 "shasum": ""
1526             },
1527             "require": {
1528                 "php": ">=8.1"
1529             },
1530             "require-dev": {
1531                 "phpunit/phpunit": "^10.0"
1532             },
1533             "type": "library",
1534             "extra": {
1535                 "branch-alias": {
1536                     "dev-main": "3.0-dev"
1537                 }
1538             },
1539             "autoload": {
1540                 "classmap": [
1541                     "src/"
1542                 ]
1543             },
1544             "notification-url": "https://packagist.org/downloads/",
1545             "license": [
1546                 "BSD-3-Clause"
1547             ],
1548             "authors": [
1549                 {
1550                     "name": "Sebastian Bergmann",
1551                     "email": "[email protected]",
1552                     "role": "lead"
1553                 }
1554             ],
1555             "description": "Simple template engine.",
1556             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1557             "keywords": [
1558                 "template"
1559             ],
1560             "support": {
1561                 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
1562                 "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
1563                 "source": "https://github.com/sebastianbergmann/php-text-template/tree/3.0.1"
1564             },
1565             "funding": [
1566                 {
1567                     "url": "https://github.com/sebastianbergmann",
1568                     "type": "github"
1569                 }
1570             ],
1571             "time": "2023-08-31T14:07:24+00:00"
1572         },
1573         {
1574             "name": "phpunit/php-timer",
1575             "version": "6.0.0",
1576             "source": {
1577                 "type": "git",
1578                 "url": "https://github.com/sebastianbergmann/php-timer.git",
1579                 "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d"
1580             },
1581             "dist": {
1582                 "type": "zip",
1583                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/e2a2d67966e740530f4a3343fe2e030ffdc1161d",
1584                 "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d",
1585                 "shasum": ""
1586             },
1587             "require": {
1588                 "php": ">=8.1"
1589             },
1590             "require-dev": {
1591                 "phpunit/phpunit": "^10.0"
1592             },
1593             "type": "library",
1594             "extra": {
1595                 "branch-alias": {
1596                     "dev-main": "6.0-dev"
1597                 }
1598             },
1599             "autoload": {
1600                 "classmap": [
1601                     "src/"
1602                 ]
1603             },
1604             "notification-url": "https://packagist.org/downloads/",
1605             "license": [
1606                 "BSD-3-Clause"
1607             ],
1608             "authors": [
1609                 {
1610                     "name": "Sebastian Bergmann",
1611                     "email": "[email protected]",
1612                     "role": "lead"
1613                 }
1614             ],
1615             "description": "Utility class for timing",
1616             "homepage": "https://github.com/sebastianbergmann/php-timer/",
1617             "keywords": [
1618                 "timer"
1619             ],
1620             "support": {
1621                 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
1622                 "source": "https://github.com/sebastianbergmann/php-timer/tree/6.0.0"
1623             },
1624             "funding": [
1625                 {
1626                     "url": "https://github.com/sebastianbergmann",
1627                     "type": "github"
1628                 }
1629             ],
1630             "time": "2023-02-03T06:57:52+00:00"
1631         },
1632         {
1633             "name": "phpunit/phpunit",
1634             "version": "10.5.46",
1635             "source": {
1636                 "type": "git",
1637                 "url": "https://github.com/sebastianbergmann/phpunit.git",
1638                 "reference": "8080be387a5be380dda48c6f41cee4a13aadab3d"
1639             },
1640             "dist": {
1641                 "type": "zip",
1642                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/8080be387a5be380dda48c6f41cee4a13aadab3d",
1643                 "reference": "8080be387a5be380dda48c6f41cee4a13aadab3d",
1644                 "shasum": ""
1645             },
1646             "require": {
1647                 "ext-dom": "*",
1648                 "ext-json": "*",
1649                 "ext-libxml": "*",
1650                 "ext-mbstring": "*",
1651                 "ext-xml": "*",
1652                 "ext-xmlwriter": "*",
1653                 "myclabs/deep-copy": "^1.13.1",
1654                 "phar-io/manifest": "^2.0.4",
1655                 "phar-io/version": "^3.2.1",
1656                 "php": ">=8.1",
1657                 "phpunit/php-code-coverage": "^10.1.16",
1658                 "phpunit/php-file-iterator": "^4.1.0",
1659                 "phpunit/php-invoker": "^4.0.0",
1660                 "phpunit/php-text-template": "^3.0.1",
1661                 "phpunit/php-timer": "^6.0.0",
1662                 "sebastian/cli-parser": "^2.0.1",
1663                 "sebastian/code-unit": "^2.0.0",
1664                 "sebastian/comparator": "^5.0.3",
1665                 "sebastian/diff": "^5.1.1",
1666                 "sebastian/environment": "^6.1.0",
1667                 "sebastian/exporter": "^5.1.2",
1668                 "sebastian/global-state": "^6.0.2",
1669                 "sebastian/object-enumerator": "^5.0.0",
1670                 "sebastian/recursion-context": "^5.0.0",
1671                 "sebastian/type": "^4.0.0",
1672                 "sebastian/version": "^4.0.1"
1673             },
1674             "suggest": {
1675                 "ext-soap": "To be able to generate mocks based on WSDL files"
1676             },
1677             "bin": [
1678                 "phpunit"
1679             ],
1680             "type": "library",
1681             "extra": {
1682                 "branch-alias": {
1683                     "dev-main": "10.5-dev"
1684                 }
1685             },
1686             "autoload": {
1687                 "files": [
1688                     "src/Framework/Assert/Functions.php"
1689                 ],
1690                 "classmap": [
1691                     "src/"
1692                 ]
1693             },
1694             "notification-url": "https://packagist.org/downloads/",
1695             "license": [
1696                 "BSD-3-Clause"
1697             ],
1698             "authors": [
1699                 {
1700                     "name": "Sebastian Bergmann",
1701                     "email": "[email protected]",
1702                     "role": "lead"
1703                 }
1704             ],
1705             "description": "The PHP Unit Testing framework.",
1706             "homepage": "https://phpunit.de/",
1707             "keywords": [
1708                 "phpunit",
1709                 "testing",
1710                 "xunit"
1711             ],
1712             "support": {
1713                 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
1714                 "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
1715                 "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.46"
1716             },
1717             "funding": [
1718                 {
1719                     "url": "https://phpunit.de/sponsors.html",
1720                     "type": "custom"
1721                 },
1722                 {
1723                     "url": "https://github.com/sebastianbergmann",
1724                     "type": "github"
1725                 },
1726                 {
1727                     "url": "https://liberapay.com/sebastianbergmann",
1728                     "type": "liberapay"
1729                 },
1730                 {
1731                     "url": "https://thanks.dev/u/gh/sebastianbergmann",
1732                     "type": "thanks_dev"
1733                 },
1734                 {
1735                     "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
1736                     "type": "tidelift"
1737                 }
1738             ],
1739             "time": "2025-05-02T06:46:24+00:00"
1740         },
1741         {
1742             "name": "sebastian/cli-parser",
1743             "version": "2.0.1",
1744             "source": {
1745                 "type": "git",
1746                 "url": "https://github.com/sebastianbergmann/cli-parser.git",
1747                 "reference": "c34583b87e7b7a8055bf6c450c2c77ce32a24084"
1748             },
1749             "dist": {
1750                 "type": "zip",
1751                 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/c34583b87e7b7a8055bf6c450c2c77ce32a24084",
1752                 "reference": "c34583b87e7b7a8055bf6c450c2c77ce32a24084",
1753                 "shasum": ""
1754             },
1755             "require": {
1756                 "php": ">=8.1"
1757             },
1758             "require-dev": {
1759                 "phpunit/phpunit": "^10.0"
1760             },
1761             "type": "library",
1762             "extra": {
1763                 "branch-alias": {
1764                     "dev-main": "2.0-dev"
1765                 }
1766             },
1767             "autoload": {
1768                 "classmap": [
1769                     "src/"
1770                 ]
1771             },
1772             "notification-url": "https://packagist.org/downloads/",
1773             "license": [
1774                 "BSD-3-Clause"
1775             ],
1776             "authors": [
1777                 {
1778                     "name": "Sebastian Bergmann",
1779                     "email": "[email protected]",
1780                     "role": "lead"
1781                 }
1782             ],
1783             "description": "Library for parsing CLI options",
1784             "homepage": "https://github.com/sebastianbergmann/cli-parser",
1785             "support": {
1786                 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
1787                 "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
1788                 "source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.1"
1789             },
1790             "funding": [
1791                 {
1792                     "url": "https://github.com/sebastianbergmann",
1793                     "type": "github"
1794                 }
1795             ],
1796             "time": "2024-03-02T07:12:49+00:00"
1797         },
1798         {
1799             "name": "sebastian/code-unit",
1800             "version": "2.0.0",
1801             "source": {
1802                 "type": "git",
1803                 "url": "https://github.com/sebastianbergmann/code-unit.git",
1804                 "reference": "a81fee9eef0b7a76af11d121767abc44c104e503"
1805             },
1806             "dist": {
1807                 "type": "zip",
1808                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/a81fee9eef0b7a76af11d121767abc44c104e503",
1809                 "reference": "a81fee9eef0b7a76af11d121767abc44c104e503",
1810                 "shasum": ""
1811             },
1812             "require": {
1813                 "php": ">=8.1"
1814             },
1815             "require-dev": {
1816                 "phpunit/phpunit": "^10.0"
1817             },
1818             "type": "library",
1819             "extra": {
1820                 "branch-alias": {
1821                     "dev-main": "2.0-dev"
1822                 }
1823             },
1824             "autoload": {
1825                 "classmap": [
1826                     "src/"
1827                 ]
1828             },
1829             "notification-url": "https://packagist.org/downloads/",
1830             "license": [
1831                 "BSD-3-Clause"
1832             ],
1833             "authors": [
1834                 {
1835                     "name": "Sebastian Bergmann",
1836                     "email": "[email protected]",
1837                     "role": "lead"
1838                 }
1839             ],
1840             "description": "Collection of value objects that represent the PHP code units",
1841             "homepage": "https://github.com/sebastianbergmann/code-unit",
1842             "support": {
1843                 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
1844                 "source": "https://github.com/sebastianbergmann/code-unit/tree/2.0.0"
1845             },
1846             "funding": [
1847                 {
1848                     "url": "https://github.com/sebastianbergmann",
1849                     "type": "github"
1850                 }
1851             ],
1852             "time": "2023-02-03T06:58:43+00:00"
1853         },
1854         {
1855             "name": "sebastian/code-unit-reverse-lookup",
1856             "version": "3.0.0",
1857             "source": {
1858                 "type": "git",
1859                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1860                 "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d"
1861             },
1862             "dist": {
1863                 "type": "zip",
1864                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
1865                 "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
1866                 "shasum": ""
1867             },
1868             "require": {
1869                 "php": ">=8.1"
1870             },
1871             "require-dev": {
1872                 "phpunit/phpunit": "^10.0"
1873             },
1874             "type": "library",
1875             "extra": {
1876                 "branch-alias": {
1877                     "dev-main": "3.0-dev"
1878                 }
1879             },
1880             "autoload": {
1881                 "classmap": [
1882                     "src/"
1883                 ]
1884             },
1885             "notification-url": "https://packagist.org/downloads/",
1886             "license": [
1887                 "BSD-3-Clause"
1888             ],
1889             "authors": [
1890                 {
1891                     "name": "Sebastian Bergmann",
1892                     "email": "[email protected]"
1893                 }
1894             ],
1895             "description": "Looks up which function or method a line of code belongs to",
1896             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1897             "support": {
1898                 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
1899                 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/3.0.0"
1900             },
1901             "funding": [
1902                 {
1903                     "url": "https://github.com/sebastianbergmann",
1904                     "type": "github"
1905                 }
1906             ],
1907             "time": "2023-02-03T06:59:15+00:00"
1908         },
1909         {
1910             "name": "sebastian/comparator",
1911             "version": "5.0.3",
1912             "source": {
1913                 "type": "git",
1914                 "url": "https://github.com/sebastianbergmann/comparator.git",
1915                 "reference": "a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e"
1916             },
1917             "dist": {
1918                 "type": "zip",
1919                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e",
1920                 "reference": "a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e",
1921                 "shasum": ""
1922             },
1923             "require": {
1924                 "ext-dom": "*",
1925                 "ext-mbstring": "*",
1926                 "php": ">=8.1",
1927                 "sebastian/diff": "^5.0",
1928                 "sebastian/exporter": "^5.0"
1929             },
1930             "require-dev": {
1931                 "phpunit/phpunit": "^10.5"
1932             },
1933             "type": "library",
1934             "extra": {
1935                 "branch-alias": {
1936                     "dev-main": "5.0-dev"
1937                 }
1938             },
1939             "autoload": {
1940                 "classmap": [
1941                     "src/"
1942                 ]
1943             },
1944             "notification-url": "https://packagist.org/downloads/",
1945             "license": [
1946                 "BSD-3-Clause"
1947             ],
1948             "authors": [
1949                 {
1950                     "name": "Sebastian Bergmann",
1951                     "email": "[email protected]"
1952                 },
1953                 {
1954                     "name": "Jeff Welch",
1955                     "email": "[email protected]"
1956                 },
1957                 {
1958                     "name": "Volker Dusch",
1959                     "email": "[email protected]"
1960                 },
1961                 {
1962                     "name": "Bernhard Schussek",
1963                     "email": "[email protected]"
1964                 }
1965             ],
1966             "description": "Provides the functionality to compare PHP values for equality",
1967             "homepage": "https://github.com/sebastianbergmann/comparator",
1968             "keywords": [
1969                 "comparator",
1970                 "compare",
1971                 "equality"
1972             ],
1973             "support": {
1974                 "issues": "https://github.com/sebastianbergmann/comparator/issues",
1975                 "security": "https://github.com/sebastianbergmann/comparator/security/policy",
1976                 "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.3"
1977             },
1978             "funding": [
1979                 {
1980                     "url": "https://github.com/sebastianbergmann",
1981                     "type": "github"
1982                 }
1983             ],
1984             "time": "2024-10-18T14:56:07+00:00"
1985         },
1986         {
1987             "name": "sebastian/complexity",
1988             "version": "3.2.0",
1989             "source": {
1990                 "type": "git",
1991                 "url": "https://github.com/sebastianbergmann/complexity.git",
1992                 "reference": "68ff824baeae169ec9f2137158ee529584553799"
1993             },
1994             "dist": {
1995                 "type": "zip",
1996                 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/68ff824baeae169ec9f2137158ee529584553799",
1997                 "reference": "68ff824baeae169ec9f2137158ee529584553799",
1998                 "shasum": ""
1999             },
2000             "require": {
2001                 "nikic/php-parser": "^4.18 || ^5.0",
2002                 "php": ">=8.1"
2003             },
2004             "require-dev": {
2005                 "phpunit/phpunit": "^10.0"
2006             },
2007             "type": "library",
2008             "extra": {
2009                 "branch-alias": {
2010                     "dev-main": "3.2-dev"
2011                 }
2012             },
2013             "autoload": {
2014                 "classmap": [
2015                     "src/"
2016                 ]
2017             },
2018             "notification-url": "https://packagist.org/downloads/",
2019             "license": [
2020                 "BSD-3-Clause"
2021             ],
2022             "authors": [
2023                 {
2024                     "name": "Sebastian Bergmann",
2025                     "email": "[email protected]",
2026                     "role": "lead"
2027                 }
2028             ],
2029             "description": "Library for calculating the complexity of PHP code units",
2030             "homepage": "https://github.com/sebastianbergmann/complexity",
2031             "support": {
2032                 "issues": "https://github.com/sebastianbergmann/complexity/issues",
2033                 "security": "https://github.com/sebastianbergmann/complexity/security/policy",
2034                 "source": "https://github.com/sebastianbergmann/complexity/tree/3.2.0"
2035             },
2036             "funding": [
2037                 {
2038                     "url": "https://github.com/sebastianbergmann",
2039                     "type": "github"
2040                 }
2041             ],
2042             "time": "2023-12-21T08:37:17+00:00"
2043         },
2044         {
2045             "name": "sebastian/diff",
2046             "version": "5.1.1",
2047             "source": {
2048                 "type": "git",
2049                 "url": "https://github.com/sebastianbergmann/diff.git",
2050                 "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e"
2051             },
2052             "dist": {
2053                 "type": "zip",
2054                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/c41e007b4b62af48218231d6c2275e4c9b975b2e",
2055                 "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e",
2056                 "shasum": ""
2057             },
2058             "require": {
2059                 "php": ">=8.1"
2060             },
2061             "require-dev": {
2062                 "phpunit/phpunit": "^10.0",
2063                 "symfony/process": "^6.4"
2064             },
2065             "type": "library",
2066             "extra": {
2067                 "branch-alias": {
2068                     "dev-main": "5.1-dev"
2069                 }
2070             },
2071             "autoload": {
2072                 "classmap": [
2073                     "src/"
2074                 ]
2075             },
2076             "notification-url": "https://packagist.org/downloads/",
2077             "license": [
2078                 "BSD-3-Clause"
2079             ],
2080             "authors": [
2081                 {
2082                     "name": "Sebastian Bergmann",
2083                     "email": "[email protected]"
2084                 },
2085                 {
2086                     "name": "Kore Nordmann",
2087                     "email": "[email protected]"
2088                 }
2089             ],
2090             "description": "Diff implementation",
2091             "homepage": "https://github.com/sebastianbergmann/diff",
2092             "keywords": [
2093                 "diff",
2094                 "udiff",
2095                 "unidiff",
2096                 "unified diff"
2097             ],
2098             "support": {
2099                 "issues": "https://github.com/sebastianbergmann/diff/issues",
2100                 "security": "https://github.com/sebastianbergmann/diff/security/policy",
2101                 "source": "https://github.com/sebastianbergmann/diff/tree/5.1.1"
2102             },
2103             "funding": [
2104                 {
2105                     "url": "https://github.com/sebastianbergmann",
2106                     "type": "github"
2107                 }
2108             ],
2109             "time": "2024-03-02T07:15:17+00:00"
2110         },
2111         {
2112             "name": "sebastian/environment",
2113             "version": "6.1.0",
2114             "source": {
2115                 "type": "git",
2116                 "url": "https://github.com/sebastianbergmann/environment.git",
2117                 "reference": "8074dbcd93529b357029f5cc5058fd3e43666984"
2118             },
2119             "dist": {
2120                 "type": "zip",
2121                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/8074dbcd93529b357029f5cc5058fd3e43666984",
2122                 "reference": "8074dbcd93529b357029f5cc5058fd3e43666984",
2123                 "shasum": ""
2124             },
2125             "require": {
2126                 "php": ">=8.1"
2127             },
2128             "require-dev": {
2129                 "phpunit/phpunit": "^10.0"
2130             },
2131             "suggest": {
2132                 "ext-posix": "*"
2133             },
2134             "type": "library",
2135             "extra": {
2136                 "branch-alias": {
2137                     "dev-main": "6.1-dev"
2138                 }
2139             },
2140             "autoload": {
2141                 "classmap": [
2142                     "src/"
2143                 ]
2144             },
2145             "notification-url": "https://packagist.org/downloads/",
2146             "license": [
2147                 "BSD-3-Clause"
2148             ],
2149             "authors": [
2150                 {
2151                     "name": "Sebastian Bergmann",
2152                     "email": "[email protected]"
2153                 }
2154             ],
2155             "description": "Provides functionality to handle HHVM/PHP environments",
2156             "homepage": "https://github.com/sebastianbergmann/environment",
2157             "keywords": [
2158                 "Xdebug",
2159                 "environment",
2160                 "hhvm"
2161             ],
2162             "support": {
2163                 "issues": "https://github.com/sebastianbergmann/environment/issues",
2164                 "security": "https://github.com/sebastianbergmann/environment/security/policy",
2165                 "source": "https://github.com/sebastianbergmann/environment/tree/6.1.0"
2166             },
2167             "funding": [
2168                 {
2169                     "url": "https://github.com/sebastianbergmann",
2170                     "type": "github"
2171                 }
2172             ],
2173             "time": "2024-03-23T08:47:14+00:00"
2174         },
2175         {
2176             "name": "sebastian/exporter",
2177             "version": "5.1.2",
2178             "source": {
2179                 "type": "git",
2180                 "url": "https://github.com/sebastianbergmann/exporter.git",
2181                 "reference": "955288482d97c19a372d3f31006ab3f37da47adf"
2182             },
2183             "dist": {
2184                 "type": "zip",
2185                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/955288482d97c19a372d3f31006ab3f37da47adf",
2186                 "reference": "955288482d97c19a372d3f31006ab3f37da47adf",
2187                 "shasum": ""
2188             },
2189             "require": {
2190                 "ext-mbstring": "*",
2191                 "php": ">=8.1",
2192                 "sebastian/recursion-context": "^5.0"
2193             },
2194             "require-dev": {
2195                 "phpunit/phpunit": "^10.0"
2196             },
2197             "type": "library",
2198             "extra": {
2199                 "branch-alias": {
2200                     "dev-main": "5.1-dev"
2201                 }
2202             },
2203             "autoload": {
2204                 "classmap": [
2205                     "src/"
2206                 ]
2207             },
2208             "notification-url": "https://packagist.org/downloads/",
2209             "license": [
2210                 "BSD-3-Clause"
2211             ],
2212             "authors": [
2213                 {
2214                     "name": "Sebastian Bergmann",
2215                     "email": "[email protected]"
2216                 },
2217                 {
2218                     "name": "Jeff Welch",
2219                     "email": "[email protected]"
2220                 },
2221                 {
2222                     "name": "Volker Dusch",
2223                     "email": "[email protected]"
2224                 },
2225                 {
2226                     "name": "Adam Harvey",
2227                     "email": "[email protected]"
2228                 },
2229                 {
2230                     "name": "Bernhard Schussek",
2231                     "email": "[email protected]"
2232                 }
2233             ],
2234             "description": "Provides the functionality to export PHP variables for visualization",
2235             "homepage": "https://www.github.com/sebastianbergmann/exporter",
2236             "keywords": [
2237                 "export",
2238                 "exporter"
2239             ],
2240             "support": {
2241                 "issues": "https://github.com/sebastianbergmann/exporter/issues",
2242                 "security": "https://github.com/sebastianbergmann/exporter/security/policy",
2243                 "source": "https://github.com/sebastianbergmann/exporter/tree/5.1.2"
2244             },
2245             "funding": [
2246                 {
2247                     "url": "https://github.com/sebastianbergmann",
2248                     "type": "github"
2249                 }
2250             ],
2251             "time": "2024-03-02T07:17:12+00:00"
2252         },
2253         {
2254             "name": "sebastian/global-state",
2255             "version": "6.0.2",
2256             "source": {
2257                 "type": "git",
2258                 "url": "https://github.com/sebastianbergmann/global-state.git",
2259                 "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9"
2260             },
2261             "dist": {
2262                 "type": "zip",
2263                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/987bafff24ecc4c9ac418cab1145b96dd6e9cbd9",
2264                 "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9",
2265                 "shasum": ""
2266             },
2267             "require": {
2268                 "php": ">=8.1",
2269                 "sebastian/object-reflector": "^3.0",
2270                 "sebastian/recursion-context": "^5.0"
2271             },
2272             "require-dev": {
2273                 "ext-dom": "*",
2274                 "phpunit/phpunit": "^10.0"
2275             },
2276             "type": "library",
2277             "extra": {
2278                 "branch-alias": {
2279                     "dev-main": "6.0-dev"
2280                 }
2281             },
2282             "autoload": {
2283                 "classmap": [
2284                     "src/"
2285                 ]
2286             },
2287             "notification-url": "https://packagist.org/downloads/",
2288             "license": [
2289                 "BSD-3-Clause"
2290             ],
2291             "authors": [
2292                 {
2293                     "name": "Sebastian Bergmann",
2294                     "email": "[email protected]"
2295                 }
2296             ],
2297             "description": "Snapshotting of global state",
2298             "homepage": "https://www.github.com/sebastianbergmann/global-state",
2299             "keywords": [
2300                 "global state"
2301             ],
2302             "support": {
2303                 "issues": "https://github.com/sebastianbergmann/global-state/issues",
2304                 "security": "https://github.com/sebastianbergmann/global-state/security/policy",
2305                 "source": "https://github.com/sebastianbergmann/global-state/tree/6.0.2"
2306             },
2307             "funding": [
2308                 {
2309                     "url": "https://github.com/sebastianbergmann",
2310                     "type": "github"
2311                 }
2312             ],
2313             "time": "2024-03-02T07:19:19+00:00"
2314         },
2315         {
2316             "name": "sebastian/lines-of-code",
2317             "version": "2.0.2",
2318             "source": {
2319                 "type": "git",
2320                 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
2321                 "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0"
2322             },
2323             "dist": {
2324                 "type": "zip",
2325                 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/856e7f6a75a84e339195d48c556f23be2ebf75d0",
2326                 "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0",
2327                 "shasum": ""
2328             },
2329             "require": {
2330                 "nikic/php-parser": "^4.18 || ^5.0",
2331                 "php": ">=8.1"
2332             },
2333             "require-dev": {
2334                 "phpunit/phpunit": "^10.0"
2335             },
2336             "type": "library",
2337             "extra": {
2338                 "branch-alias": {
2339                     "dev-main": "2.0-dev"
2340                 }
2341             },
2342             "autoload": {
2343                 "classmap": [
2344                     "src/"
2345                 ]
2346             },
2347             "notification-url": "https://packagist.org/downloads/",
2348             "license": [
2349                 "BSD-3-Clause"
2350             ],
2351             "authors": [
2352                 {
2353                     "name": "Sebastian Bergmann",
2354                     "email": "[email protected]",
2355                     "role": "lead"
2356                 }
2357             ],
2358             "description": "Library for counting the lines of code in PHP source code",
2359             "homepage": "https://github.com/sebastianbergmann/lines-of-code",
2360             "support": {
2361                 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
2362                 "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
2363                 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.2"
2364             },
2365             "funding": [
2366                 {
2367                     "url": "https://github.com/sebastianbergmann",
2368                     "type": "github"
2369                 }
2370             ],
2371             "time": "2023-12-21T08:38:20+00:00"
2372         },
2373         {
2374             "name": "sebastian/object-enumerator",
2375             "version": "5.0.0",
2376             "source": {
2377                 "type": "git",
2378                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2379                 "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906"
2380             },
2381             "dist": {
2382                 "type": "zip",
2383                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/202d0e344a580d7f7d04b3fafce6933e59dae906",
2384                 "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906",
2385                 "shasum": ""
2386             },
2387             "require": {
2388                 "php": ">=8.1",
2389                 "sebastian/object-reflector": "^3.0",
2390                 "sebastian/recursion-context": "^5.0"
2391             },
2392             "require-dev": {
2393                 "phpunit/phpunit": "^10.0"
2394             },
2395             "type": "library",
2396             "extra": {
2397                 "branch-alias": {
2398                     "dev-main": "5.0-dev"
2399                 }
2400             },
2401             "autoload": {
2402                 "classmap": [
2403                     "src/"
2404                 ]
2405             },
2406             "notification-url": "https://packagist.org/downloads/",
2407             "license": [
2408                 "BSD-3-Clause"
2409             ],
2410             "authors": [
2411                 {
2412                     "name": "Sebastian Bergmann",
2413                     "email": "[email protected]"
2414                 }
2415             ],
2416             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2417             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2418             "support": {
2419                 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
2420                 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/5.0.0"
2421             },
2422             "funding": [
2423                 {
2424                     "url": "https://github.com/sebastianbergmann",
2425                     "type": "github"
2426                 }
2427             ],
2428             "time": "2023-02-03T07:08:32+00:00"
2429         },
2430         {
2431             "name": "sebastian/object-reflector",
2432             "version": "3.0.0",
2433             "source": {
2434                 "type": "git",
2435                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
2436                 "reference": "24ed13d98130f0e7122df55d06c5c4942a577957"
2437             },
2438             "dist": {
2439                 "type": "zip",
2440                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/24ed13d98130f0e7122df55d06c5c4942a577957",
2441                 "reference": "24ed13d98130f0e7122df55d06c5c4942a577957",
2442                 "shasum": ""
2443             },
2444             "require": {
2445                 "php": ">=8.1"
2446             },
2447             "require-dev": {
2448                 "phpunit/phpunit": "^10.0"
2449             },
2450             "type": "library",
2451             "extra": {
2452                 "branch-alias": {
2453                     "dev-main": "3.0-dev"
2454                 }
2455             },
2456             "autoload": {
2457                 "classmap": [
2458                     "src/"
2459                 ]
2460             },
2461             "notification-url": "https://packagist.org/downloads/",
2462             "license": [
2463                 "BSD-3-Clause"
2464             ],
2465             "authors": [
2466                 {
2467                     "name": "Sebastian Bergmann",
2468                     "email": "[email protected]"
2469                 }
2470             ],
2471             "description": "Allows reflection of object attributes, including inherited and non-public ones",
2472             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
2473             "support": {
2474                 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
2475                 "source": "https://github.com/sebastianbergmann/object-reflector/tree/3.0.0"
2476             },
2477             "funding": [
2478                 {
2479                     "url": "https://github.com/sebastianbergmann",
2480                     "type": "github"
2481                 }
2482             ],
2483             "time": "2023-02-03T07:06:18+00:00"
2484         },
2485         {
2486             "name": "sebastian/recursion-context",
2487             "version": "5.0.0",
2488             "source": {
2489                 "type": "git",
2490                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
2491                 "reference": "05909fb5bc7df4c52992396d0116aed689f93712"
2492             },
2493             "dist": {
2494                 "type": "zip",
2495                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/05909fb5bc7df4c52992396d0116aed689f93712",
2496                 "reference": "05909fb5bc7df4c52992396d0116aed689f93712",
2497                 "shasum": ""
2498             },
2499             "require": {
2500                 "php": ">=8.1"
2501             },
2502             "require-dev": {
2503                 "phpunit/phpunit": "^10.0"
2504             },
2505             "type": "library",
2506             "extra": {
2507                 "branch-alias": {
2508                     "dev-main": "5.0-dev"
2509                 }
2510             },
2511             "autoload": {
2512                 "classmap": [
2513                     "src/"
2514                 ]
2515             },
2516             "notification-url": "https://packagist.org/downloads/",
2517             "license": [
2518                 "BSD-3-Clause"
2519             ],
2520             "authors": [
2521                 {
2522                     "name": "Sebastian Bergmann",
2523                     "email": "[email protected]"
2524                 },
2525                 {
2526                     "name": "Jeff Welch",
2527                     "email": "[email protected]"
2528                 },
2529                 {
2530                     "name": "Adam Harvey",
2531                     "email": "[email protected]"
2532                 }
2533             ],
2534             "description": "Provides functionality to recursively process PHP variables",
2535             "homepage": "https://github.com/sebastianbergmann/recursion-context",
2536             "support": {
2537                 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
2538                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.0"
2539             },
2540             "funding": [
2541                 {
2542                     "url": "https://github.com/sebastianbergmann",
2543                     "type": "github"
2544                 }
2545             ],
2546             "time": "2023-02-03T07:05:40+00:00"
2547         },
2548         {
2549             "name": "sebastian/type",
2550             "version": "4.0.0",
2551             "source": {
2552                 "type": "git",
2553                 "url": "https://github.com/sebastianbergmann/type.git",
2554                 "reference": "462699a16464c3944eefc02ebdd77882bd3925bf"
2555             },
2556             "dist": {
2557                 "type": "zip",
2558                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/462699a16464c3944eefc02ebdd77882bd3925bf",
2559                 "reference": "462699a16464c3944eefc02ebdd77882bd3925bf",
2560                 "shasum": ""
2561             },
2562             "require": {
2563                 "php": ">=8.1"
2564             },
2565             "require-dev": {
2566                 "phpunit/phpunit": "^10.0"
2567             },
2568             "type": "library",
2569             "extra": {
2570                 "branch-alias": {
2571                     "dev-main": "4.0-dev"
2572                 }
2573             },
2574             "autoload": {
2575                 "classmap": [
2576                     "src/"
2577                 ]
2578             },
2579             "notification-url": "https://packagist.org/downloads/",
2580             "license": [
2581                 "BSD-3-Clause"
2582             ],
2583             "authors": [
2584                 {
2585                     "name": "Sebastian Bergmann",
2586                     "email": "[email protected]",
2587                     "role": "lead"
2588                 }
2589             ],
2590             "description": "Collection of value objects that represent the types of the PHP type system",
2591             "homepage": "https://github.com/sebastianbergmann/type",
2592             "support": {
2593                 "issues": "https://github.com/sebastianbergmann/type/issues",
2594                 "source": "https://github.com/sebastianbergmann/type/tree/4.0.0"
2595             },
2596             "funding": [
2597                 {
2598                     "url": "https://github.com/sebastianbergmann",
2599                     "type": "github"
2600                 }
2601             ],
2602             "time": "2023-02-03T07:10:45+00:00"
2603         },
2604         {
2605             "name": "sebastian/version",
2606             "version": "4.0.1",
2607             "source": {
2608                 "type": "git",
2609                 "url": "https://github.com/sebastianbergmann/version.git",
2610                 "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17"
2611             },
2612             "dist": {
2613                 "type": "zip",
2614                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c51fa83a5d8f43f1402e3f32a005e6262244ef17",
2615                 "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17",
2616                 "shasum": ""
2617             },
2618             "require": {
2619                 "php": ">=8.1"
2620             },
2621             "type": "library",
2622             "extra": {
2623                 "branch-alias": {
2624                     "dev-main": "4.0-dev"
2625                 }
2626             },
2627             "autoload": {
2628                 "classmap": [
2629                     "src/"
2630                 ]
2631             },
2632             "notification-url": "https://packagist.org/downloads/",
2633             "license": [
2634                 "BSD-3-Clause"
2635             ],
2636             "authors": [
2637                 {
2638                     "name": "Sebastian Bergmann",
2639                     "email": "[email protected]",
2640                     "role": "lead"
2641                 }
2642             ],
2643             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2644             "homepage": "https://github.com/sebastianbergmann/version",
2645             "support": {
2646                 "issues": "https://github.com/sebastianbergmann/version/issues",
2647                 "source": "https://github.com/sebastianbergmann/version/tree/4.0.1"
2648             },
2649             "funding": [
2650                 {
2651                     "url": "https://github.com/sebastianbergmann",
2652                     "type": "github"
2653                 }
2654             ],
2655             "time": "2023-02-07T11:34:05+00:00"
2656         },
2657         {
2658             "name": "theseer/tokenizer",
2659             "version": "1.2.3",
2660             "source": {
2661                 "type": "git",
2662                 "url": "https://github.com/theseer/tokenizer.git",
2663                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
2664             },
2665             "dist": {
2666                 "type": "zip",
2667                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
2668                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
2669                 "shasum": ""
2670             },
2671             "require": {
2672                 "ext-dom": "*",
2673                 "ext-tokenizer": "*",
2674                 "ext-xmlwriter": "*",
2675                 "php": "^7.2 || ^8.0"
2676             },
2677             "type": "library",
2678             "autoload": {
2679                 "classmap": [
2680                     "src/"
2681                 ]
2682             },
2683             "notification-url": "https://packagist.org/downloads/",
2684             "license": [
2685                 "BSD-3-Clause"
2686             ],
2687             "authors": [
2688                 {
2689                     "name": "Arne Blankerts",
2690                     "email": "[email protected]",
2691                     "role": "Developer"
2692                 }
2693             ],
2694             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
2695             "support": {
2696                 "issues": "https://github.com/theseer/tokenizer/issues",
2697                 "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
2698             },
2699             "funding": [
2700                 {
2701                     "url": "https://github.com/theseer",
2702                     "type": "github"
2703                 }
2704             ],
2705             "time": "2024-03-03T12:36:25+00:00"
2706         }
2707     ],
2708     "aliases": [],
2709     "minimum-stability": "stable",
2710     "stability-flags": {},
2711     "prefer-stable": false,
2712     "prefer-lowest": false,
2713     "platform": {
2714         "ext-zip": "*"
2715     },
2716     "platform-dev": {
2717         "ext-mysqli": "*"
2718     },
2719     "platform-overrides": {
2720         "php": "8.1.0"
2721     },
2722     "plugin-api-version": "2.6.0"
2723 }