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