wikiploy 2.1.4 → 2.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/composer.lock ADDED
@@ -0,0 +1,1707 @@
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": "e7590413ed494230d449d0e86296136c",
8
+ "packages": [],
9
+ "packages-dev": [
10
+ {
11
+ "name": "myclabs/deep-copy",
12
+ "version": "1.13.0",
13
+ "source": {
14
+ "type": "git",
15
+ "url": "https://github.com/myclabs/DeepCopy.git",
16
+ "reference": "024473a478be9df5fdaca2c793f2232fe788e414"
17
+ },
18
+ "dist": {
19
+ "type": "zip",
20
+ "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/024473a478be9df5fdaca2c793f2232fe788e414",
21
+ "reference": "024473a478be9df5fdaca2c793f2232fe788e414",
22
+ "shasum": ""
23
+ },
24
+ "require": {
25
+ "php": "^7.1 || ^8.0"
26
+ },
27
+ "conflict": {
28
+ "doctrine/collections": "<1.6.8",
29
+ "doctrine/common": "<2.13.3 || >=3 <3.2.2"
30
+ },
31
+ "require-dev": {
32
+ "doctrine/collections": "^1.6.8",
33
+ "doctrine/common": "^2.13.3 || ^3.2.2",
34
+ "phpspec/prophecy": "^1.10",
35
+ "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
36
+ },
37
+ "type": "library",
38
+ "autoload": {
39
+ "files": [
40
+ "src/DeepCopy/deep_copy.php"
41
+ ],
42
+ "psr-4": {
43
+ "DeepCopy\\": "src/DeepCopy/"
44
+ }
45
+ },
46
+ "notification-url": "https://packagist.org/downloads/",
47
+ "license": [
48
+ "MIT"
49
+ ],
50
+ "description": "Create deep copies (clones) of your objects",
51
+ "keywords": [
52
+ "clone",
53
+ "copy",
54
+ "duplicate",
55
+ "object",
56
+ "object graph"
57
+ ],
58
+ "support": {
59
+ "issues": "https://github.com/myclabs/DeepCopy/issues",
60
+ "source": "https://github.com/myclabs/DeepCopy/tree/1.13.0"
61
+ },
62
+ "funding": [
63
+ {
64
+ "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
65
+ "type": "tidelift"
66
+ }
67
+ ],
68
+ "time": "2025-02-12T12:17:51+00:00"
69
+ },
70
+ {
71
+ "name": "nikic/php-parser",
72
+ "version": "v5.4.0",
73
+ "source": {
74
+ "type": "git",
75
+ "url": "https://github.com/nikic/PHP-Parser.git",
76
+ "reference": "447a020a1f875a434d62f2a401f53b82a396e494"
77
+ },
78
+ "dist": {
79
+ "type": "zip",
80
+ "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/447a020a1f875a434d62f2a401f53b82a396e494",
81
+ "reference": "447a020a1f875a434d62f2a401f53b82a396e494",
82
+ "shasum": ""
83
+ },
84
+ "require": {
85
+ "ext-ctype": "*",
86
+ "ext-json": "*",
87
+ "ext-tokenizer": "*",
88
+ "php": ">=7.4"
89
+ },
90
+ "require-dev": {
91
+ "ircmaxell/php-yacc": "^0.0.7",
92
+ "phpunit/phpunit": "^9.0"
93
+ },
94
+ "bin": [
95
+ "bin/php-parse"
96
+ ],
97
+ "type": "library",
98
+ "extra": {
99
+ "branch-alias": {
100
+ "dev-master": "5.0-dev"
101
+ }
102
+ },
103
+ "autoload": {
104
+ "psr-4": {
105
+ "PhpParser\\": "lib/PhpParser"
106
+ }
107
+ },
108
+ "notification-url": "https://packagist.org/downloads/",
109
+ "license": [
110
+ "BSD-3-Clause"
111
+ ],
112
+ "authors": [
113
+ {
114
+ "name": "Nikita Popov"
115
+ }
116
+ ],
117
+ "description": "A PHP parser written in PHP",
118
+ "keywords": [
119
+ "parser",
120
+ "php"
121
+ ],
122
+ "support": {
123
+ "issues": "https://github.com/nikic/PHP-Parser/issues",
124
+ "source": "https://github.com/nikic/PHP-Parser/tree/v5.4.0"
125
+ },
126
+ "time": "2024-12-30T11:07:19+00:00"
127
+ },
128
+ {
129
+ "name": "phar-io/manifest",
130
+ "version": "2.0.4",
131
+ "source": {
132
+ "type": "git",
133
+ "url": "https://github.com/phar-io/manifest.git",
134
+ "reference": "54750ef60c58e43759730615a392c31c80e23176"
135
+ },
136
+ "dist": {
137
+ "type": "zip",
138
+ "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
139
+ "reference": "54750ef60c58e43759730615a392c31c80e23176",
140
+ "shasum": ""
141
+ },
142
+ "require": {
143
+ "ext-dom": "*",
144
+ "ext-libxml": "*",
145
+ "ext-phar": "*",
146
+ "ext-xmlwriter": "*",
147
+ "phar-io/version": "^3.0.1",
148
+ "php": "^7.2 || ^8.0"
149
+ },
150
+ "type": "library",
151
+ "extra": {
152
+ "branch-alias": {
153
+ "dev-master": "2.0.x-dev"
154
+ }
155
+ },
156
+ "autoload": {
157
+ "classmap": [
158
+ "src/"
159
+ ]
160
+ },
161
+ "notification-url": "https://packagist.org/downloads/",
162
+ "license": [
163
+ "BSD-3-Clause"
164
+ ],
165
+ "authors": [
166
+ {
167
+ "name": "Arne Blankerts",
168
+ "email": "arne@blankerts.de",
169
+ "role": "Developer"
170
+ },
171
+ {
172
+ "name": "Sebastian Heuer",
173
+ "email": "sebastian@phpeople.de",
174
+ "role": "Developer"
175
+ },
176
+ {
177
+ "name": "Sebastian Bergmann",
178
+ "email": "sebastian@phpunit.de",
179
+ "role": "Developer"
180
+ }
181
+ ],
182
+ "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
183
+ "support": {
184
+ "issues": "https://github.com/phar-io/manifest/issues",
185
+ "source": "https://github.com/phar-io/manifest/tree/2.0.4"
186
+ },
187
+ "funding": [
188
+ {
189
+ "url": "https://github.com/theseer",
190
+ "type": "github"
191
+ }
192
+ ],
193
+ "time": "2024-03-03T12:33:53+00:00"
194
+ },
195
+ {
196
+ "name": "phar-io/version",
197
+ "version": "3.2.1",
198
+ "source": {
199
+ "type": "git",
200
+ "url": "https://github.com/phar-io/version.git",
201
+ "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
202
+ },
203
+ "dist": {
204
+ "type": "zip",
205
+ "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
206
+ "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
207
+ "shasum": ""
208
+ },
209
+ "require": {
210
+ "php": "^7.2 || ^8.0"
211
+ },
212
+ "type": "library",
213
+ "autoload": {
214
+ "classmap": [
215
+ "src/"
216
+ ]
217
+ },
218
+ "notification-url": "https://packagist.org/downloads/",
219
+ "license": [
220
+ "BSD-3-Clause"
221
+ ],
222
+ "authors": [
223
+ {
224
+ "name": "Arne Blankerts",
225
+ "email": "arne@blankerts.de",
226
+ "role": "Developer"
227
+ },
228
+ {
229
+ "name": "Sebastian Heuer",
230
+ "email": "sebastian@phpeople.de",
231
+ "role": "Developer"
232
+ },
233
+ {
234
+ "name": "Sebastian Bergmann",
235
+ "email": "sebastian@phpunit.de",
236
+ "role": "Developer"
237
+ }
238
+ ],
239
+ "description": "Library for handling version information and constraints",
240
+ "support": {
241
+ "issues": "https://github.com/phar-io/version/issues",
242
+ "source": "https://github.com/phar-io/version/tree/3.2.1"
243
+ },
244
+ "time": "2022-02-21T01:04:05+00:00"
245
+ },
246
+ {
247
+ "name": "phpunit/php-code-coverage",
248
+ "version": "11.0.9",
249
+ "source": {
250
+ "type": "git",
251
+ "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
252
+ "reference": "14d63fbcca18457e49c6f8bebaa91a87e8e188d7"
253
+ },
254
+ "dist": {
255
+ "type": "zip",
256
+ "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/14d63fbcca18457e49c6f8bebaa91a87e8e188d7",
257
+ "reference": "14d63fbcca18457e49c6f8bebaa91a87e8e188d7",
258
+ "shasum": ""
259
+ },
260
+ "require": {
261
+ "ext-dom": "*",
262
+ "ext-libxml": "*",
263
+ "ext-xmlwriter": "*",
264
+ "nikic/php-parser": "^5.4.0",
265
+ "php": ">=8.2",
266
+ "phpunit/php-file-iterator": "^5.1.0",
267
+ "phpunit/php-text-template": "^4.0.1",
268
+ "sebastian/code-unit-reverse-lookup": "^4.0.1",
269
+ "sebastian/complexity": "^4.0.1",
270
+ "sebastian/environment": "^7.2.0",
271
+ "sebastian/lines-of-code": "^3.0.1",
272
+ "sebastian/version": "^5.0.2",
273
+ "theseer/tokenizer": "^1.2.3"
274
+ },
275
+ "require-dev": {
276
+ "phpunit/phpunit": "^11.5.2"
277
+ },
278
+ "suggest": {
279
+ "ext-pcov": "PHP extension that provides line coverage",
280
+ "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
281
+ },
282
+ "type": "library",
283
+ "extra": {
284
+ "branch-alias": {
285
+ "dev-main": "11.0.x-dev"
286
+ }
287
+ },
288
+ "autoload": {
289
+ "classmap": [
290
+ "src/"
291
+ ]
292
+ },
293
+ "notification-url": "https://packagist.org/downloads/",
294
+ "license": [
295
+ "BSD-3-Clause"
296
+ ],
297
+ "authors": [
298
+ {
299
+ "name": "Sebastian Bergmann",
300
+ "email": "sebastian@phpunit.de",
301
+ "role": "lead"
302
+ }
303
+ ],
304
+ "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
305
+ "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
306
+ "keywords": [
307
+ "coverage",
308
+ "testing",
309
+ "xunit"
310
+ ],
311
+ "support": {
312
+ "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
313
+ "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
314
+ "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.9"
315
+ },
316
+ "funding": [
317
+ {
318
+ "url": "https://github.com/sebastianbergmann",
319
+ "type": "github"
320
+ }
321
+ ],
322
+ "time": "2025-02-25T13:26:39+00:00"
323
+ },
324
+ {
325
+ "name": "phpunit/php-file-iterator",
326
+ "version": "5.1.0",
327
+ "source": {
328
+ "type": "git",
329
+ "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
330
+ "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6"
331
+ },
332
+ "dist": {
333
+ "type": "zip",
334
+ "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/118cfaaa8bc5aef3287bf315b6060b1174754af6",
335
+ "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6",
336
+ "shasum": ""
337
+ },
338
+ "require": {
339
+ "php": ">=8.2"
340
+ },
341
+ "require-dev": {
342
+ "phpunit/phpunit": "^11.0"
343
+ },
344
+ "type": "library",
345
+ "extra": {
346
+ "branch-alias": {
347
+ "dev-main": "5.0-dev"
348
+ }
349
+ },
350
+ "autoload": {
351
+ "classmap": [
352
+ "src/"
353
+ ]
354
+ },
355
+ "notification-url": "https://packagist.org/downloads/",
356
+ "license": [
357
+ "BSD-3-Clause"
358
+ ],
359
+ "authors": [
360
+ {
361
+ "name": "Sebastian Bergmann",
362
+ "email": "sebastian@phpunit.de",
363
+ "role": "lead"
364
+ }
365
+ ],
366
+ "description": "FilterIterator implementation that filters files based on a list of suffixes.",
367
+ "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
368
+ "keywords": [
369
+ "filesystem",
370
+ "iterator"
371
+ ],
372
+ "support": {
373
+ "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
374
+ "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
375
+ "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/5.1.0"
376
+ },
377
+ "funding": [
378
+ {
379
+ "url": "https://github.com/sebastianbergmann",
380
+ "type": "github"
381
+ }
382
+ ],
383
+ "time": "2024-08-27T05:02:59+00:00"
384
+ },
385
+ {
386
+ "name": "phpunit/php-invoker",
387
+ "version": "5.0.1",
388
+ "source": {
389
+ "type": "git",
390
+ "url": "https://github.com/sebastianbergmann/php-invoker.git",
391
+ "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2"
392
+ },
393
+ "dist": {
394
+ "type": "zip",
395
+ "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/c1ca3814734c07492b3d4c5f794f4b0995333da2",
396
+ "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2",
397
+ "shasum": ""
398
+ },
399
+ "require": {
400
+ "php": ">=8.2"
401
+ },
402
+ "require-dev": {
403
+ "ext-pcntl": "*",
404
+ "phpunit/phpunit": "^11.0"
405
+ },
406
+ "suggest": {
407
+ "ext-pcntl": "*"
408
+ },
409
+ "type": "library",
410
+ "extra": {
411
+ "branch-alias": {
412
+ "dev-main": "5.0-dev"
413
+ }
414
+ },
415
+ "autoload": {
416
+ "classmap": [
417
+ "src/"
418
+ ]
419
+ },
420
+ "notification-url": "https://packagist.org/downloads/",
421
+ "license": [
422
+ "BSD-3-Clause"
423
+ ],
424
+ "authors": [
425
+ {
426
+ "name": "Sebastian Bergmann",
427
+ "email": "sebastian@phpunit.de",
428
+ "role": "lead"
429
+ }
430
+ ],
431
+ "description": "Invoke callables with a timeout",
432
+ "homepage": "https://github.com/sebastianbergmann/php-invoker/",
433
+ "keywords": [
434
+ "process"
435
+ ],
436
+ "support": {
437
+ "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
438
+ "security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
439
+ "source": "https://github.com/sebastianbergmann/php-invoker/tree/5.0.1"
440
+ },
441
+ "funding": [
442
+ {
443
+ "url": "https://github.com/sebastianbergmann",
444
+ "type": "github"
445
+ }
446
+ ],
447
+ "time": "2024-07-03T05:07:44+00:00"
448
+ },
449
+ {
450
+ "name": "phpunit/php-text-template",
451
+ "version": "4.0.1",
452
+ "source": {
453
+ "type": "git",
454
+ "url": "https://github.com/sebastianbergmann/php-text-template.git",
455
+ "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964"
456
+ },
457
+ "dist": {
458
+ "type": "zip",
459
+ "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
460
+ "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
461
+ "shasum": ""
462
+ },
463
+ "require": {
464
+ "php": ">=8.2"
465
+ },
466
+ "require-dev": {
467
+ "phpunit/phpunit": "^11.0"
468
+ },
469
+ "type": "library",
470
+ "extra": {
471
+ "branch-alias": {
472
+ "dev-main": "4.0-dev"
473
+ }
474
+ },
475
+ "autoload": {
476
+ "classmap": [
477
+ "src/"
478
+ ]
479
+ },
480
+ "notification-url": "https://packagist.org/downloads/",
481
+ "license": [
482
+ "BSD-3-Clause"
483
+ ],
484
+ "authors": [
485
+ {
486
+ "name": "Sebastian Bergmann",
487
+ "email": "sebastian@phpunit.de",
488
+ "role": "lead"
489
+ }
490
+ ],
491
+ "description": "Simple template engine.",
492
+ "homepage": "https://github.com/sebastianbergmann/php-text-template/",
493
+ "keywords": [
494
+ "template"
495
+ ],
496
+ "support": {
497
+ "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
498
+ "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
499
+ "source": "https://github.com/sebastianbergmann/php-text-template/tree/4.0.1"
500
+ },
501
+ "funding": [
502
+ {
503
+ "url": "https://github.com/sebastianbergmann",
504
+ "type": "github"
505
+ }
506
+ ],
507
+ "time": "2024-07-03T05:08:43+00:00"
508
+ },
509
+ {
510
+ "name": "phpunit/php-timer",
511
+ "version": "7.0.1",
512
+ "source": {
513
+ "type": "git",
514
+ "url": "https://github.com/sebastianbergmann/php-timer.git",
515
+ "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3"
516
+ },
517
+ "dist": {
518
+ "type": "zip",
519
+ "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
520
+ "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
521
+ "shasum": ""
522
+ },
523
+ "require": {
524
+ "php": ">=8.2"
525
+ },
526
+ "require-dev": {
527
+ "phpunit/phpunit": "^11.0"
528
+ },
529
+ "type": "library",
530
+ "extra": {
531
+ "branch-alias": {
532
+ "dev-main": "7.0-dev"
533
+ }
534
+ },
535
+ "autoload": {
536
+ "classmap": [
537
+ "src/"
538
+ ]
539
+ },
540
+ "notification-url": "https://packagist.org/downloads/",
541
+ "license": [
542
+ "BSD-3-Clause"
543
+ ],
544
+ "authors": [
545
+ {
546
+ "name": "Sebastian Bergmann",
547
+ "email": "sebastian@phpunit.de",
548
+ "role": "lead"
549
+ }
550
+ ],
551
+ "description": "Utility class for timing",
552
+ "homepage": "https://github.com/sebastianbergmann/php-timer/",
553
+ "keywords": [
554
+ "timer"
555
+ ],
556
+ "support": {
557
+ "issues": "https://github.com/sebastianbergmann/php-timer/issues",
558
+ "security": "https://github.com/sebastianbergmann/php-timer/security/policy",
559
+ "source": "https://github.com/sebastianbergmann/php-timer/tree/7.0.1"
560
+ },
561
+ "funding": [
562
+ {
563
+ "url": "https://github.com/sebastianbergmann",
564
+ "type": "github"
565
+ }
566
+ ],
567
+ "time": "2024-07-03T05:09:35+00:00"
568
+ },
569
+ {
570
+ "name": "phpunit/phpunit",
571
+ "version": "11.5.15",
572
+ "source": {
573
+ "type": "git",
574
+ "url": "https://github.com/sebastianbergmann/phpunit.git",
575
+ "reference": "4b6a4ee654e5e0c5e1f17e2f83c0f4c91dee1f9c"
576
+ },
577
+ "dist": {
578
+ "type": "zip",
579
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4b6a4ee654e5e0c5e1f17e2f83c0f4c91dee1f9c",
580
+ "reference": "4b6a4ee654e5e0c5e1f17e2f83c0f4c91dee1f9c",
581
+ "shasum": ""
582
+ },
583
+ "require": {
584
+ "ext-dom": "*",
585
+ "ext-json": "*",
586
+ "ext-libxml": "*",
587
+ "ext-mbstring": "*",
588
+ "ext-xml": "*",
589
+ "ext-xmlwriter": "*",
590
+ "myclabs/deep-copy": "^1.13.0",
591
+ "phar-io/manifest": "^2.0.4",
592
+ "phar-io/version": "^3.2.1",
593
+ "php": ">=8.2",
594
+ "phpunit/php-code-coverage": "^11.0.9",
595
+ "phpunit/php-file-iterator": "^5.1.0",
596
+ "phpunit/php-invoker": "^5.0.1",
597
+ "phpunit/php-text-template": "^4.0.1",
598
+ "phpunit/php-timer": "^7.0.1",
599
+ "sebastian/cli-parser": "^3.0.2",
600
+ "sebastian/code-unit": "^3.0.3",
601
+ "sebastian/comparator": "^6.3.1",
602
+ "sebastian/diff": "^6.0.2",
603
+ "sebastian/environment": "^7.2.0",
604
+ "sebastian/exporter": "^6.3.0",
605
+ "sebastian/global-state": "^7.0.2",
606
+ "sebastian/object-enumerator": "^6.0.1",
607
+ "sebastian/type": "^5.1.2",
608
+ "sebastian/version": "^5.0.2",
609
+ "staabm/side-effects-detector": "^1.0.5"
610
+ },
611
+ "suggest": {
612
+ "ext-soap": "To be able to generate mocks based on WSDL files"
613
+ },
614
+ "bin": [
615
+ "phpunit"
616
+ ],
617
+ "type": "library",
618
+ "extra": {
619
+ "branch-alias": {
620
+ "dev-main": "11.5-dev"
621
+ }
622
+ },
623
+ "autoload": {
624
+ "files": [
625
+ "src/Framework/Assert/Functions.php"
626
+ ],
627
+ "classmap": [
628
+ "src/"
629
+ ]
630
+ },
631
+ "notification-url": "https://packagist.org/downloads/",
632
+ "license": [
633
+ "BSD-3-Clause"
634
+ ],
635
+ "authors": [
636
+ {
637
+ "name": "Sebastian Bergmann",
638
+ "email": "sebastian@phpunit.de",
639
+ "role": "lead"
640
+ }
641
+ ],
642
+ "description": "The PHP Unit Testing framework.",
643
+ "homepage": "https://phpunit.de/",
644
+ "keywords": [
645
+ "phpunit",
646
+ "testing",
647
+ "xunit"
648
+ ],
649
+ "support": {
650
+ "issues": "https://github.com/sebastianbergmann/phpunit/issues",
651
+ "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
652
+ "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.15"
653
+ },
654
+ "funding": [
655
+ {
656
+ "url": "https://phpunit.de/sponsors.html",
657
+ "type": "custom"
658
+ },
659
+ {
660
+ "url": "https://github.com/sebastianbergmann",
661
+ "type": "github"
662
+ },
663
+ {
664
+ "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
665
+ "type": "tidelift"
666
+ }
667
+ ],
668
+ "time": "2025-03-23T16:02:11+00:00"
669
+ },
670
+ {
671
+ "name": "sebastian/cli-parser",
672
+ "version": "3.0.2",
673
+ "source": {
674
+ "type": "git",
675
+ "url": "https://github.com/sebastianbergmann/cli-parser.git",
676
+ "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180"
677
+ },
678
+ "dist": {
679
+ "type": "zip",
680
+ "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/15c5dd40dc4f38794d383bb95465193f5e0ae180",
681
+ "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180",
682
+ "shasum": ""
683
+ },
684
+ "require": {
685
+ "php": ">=8.2"
686
+ },
687
+ "require-dev": {
688
+ "phpunit/phpunit": "^11.0"
689
+ },
690
+ "type": "library",
691
+ "extra": {
692
+ "branch-alias": {
693
+ "dev-main": "3.0-dev"
694
+ }
695
+ },
696
+ "autoload": {
697
+ "classmap": [
698
+ "src/"
699
+ ]
700
+ },
701
+ "notification-url": "https://packagist.org/downloads/",
702
+ "license": [
703
+ "BSD-3-Clause"
704
+ ],
705
+ "authors": [
706
+ {
707
+ "name": "Sebastian Bergmann",
708
+ "email": "sebastian@phpunit.de",
709
+ "role": "lead"
710
+ }
711
+ ],
712
+ "description": "Library for parsing CLI options",
713
+ "homepage": "https://github.com/sebastianbergmann/cli-parser",
714
+ "support": {
715
+ "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
716
+ "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
717
+ "source": "https://github.com/sebastianbergmann/cli-parser/tree/3.0.2"
718
+ },
719
+ "funding": [
720
+ {
721
+ "url": "https://github.com/sebastianbergmann",
722
+ "type": "github"
723
+ }
724
+ ],
725
+ "time": "2024-07-03T04:41:36+00:00"
726
+ },
727
+ {
728
+ "name": "sebastian/code-unit",
729
+ "version": "3.0.3",
730
+ "source": {
731
+ "type": "git",
732
+ "url": "https://github.com/sebastianbergmann/code-unit.git",
733
+ "reference": "54391c61e4af8078e5b276ab082b6d3c54c9ad64"
734
+ },
735
+ "dist": {
736
+ "type": "zip",
737
+ "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/54391c61e4af8078e5b276ab082b6d3c54c9ad64",
738
+ "reference": "54391c61e4af8078e5b276ab082b6d3c54c9ad64",
739
+ "shasum": ""
740
+ },
741
+ "require": {
742
+ "php": ">=8.2"
743
+ },
744
+ "require-dev": {
745
+ "phpunit/phpunit": "^11.5"
746
+ },
747
+ "type": "library",
748
+ "extra": {
749
+ "branch-alias": {
750
+ "dev-main": "3.0-dev"
751
+ }
752
+ },
753
+ "autoload": {
754
+ "classmap": [
755
+ "src/"
756
+ ]
757
+ },
758
+ "notification-url": "https://packagist.org/downloads/",
759
+ "license": [
760
+ "BSD-3-Clause"
761
+ ],
762
+ "authors": [
763
+ {
764
+ "name": "Sebastian Bergmann",
765
+ "email": "sebastian@phpunit.de",
766
+ "role": "lead"
767
+ }
768
+ ],
769
+ "description": "Collection of value objects that represent the PHP code units",
770
+ "homepage": "https://github.com/sebastianbergmann/code-unit",
771
+ "support": {
772
+ "issues": "https://github.com/sebastianbergmann/code-unit/issues",
773
+ "security": "https://github.com/sebastianbergmann/code-unit/security/policy",
774
+ "source": "https://github.com/sebastianbergmann/code-unit/tree/3.0.3"
775
+ },
776
+ "funding": [
777
+ {
778
+ "url": "https://github.com/sebastianbergmann",
779
+ "type": "github"
780
+ }
781
+ ],
782
+ "time": "2025-03-19T07:56:08+00:00"
783
+ },
784
+ {
785
+ "name": "sebastian/code-unit-reverse-lookup",
786
+ "version": "4.0.1",
787
+ "source": {
788
+ "type": "git",
789
+ "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
790
+ "reference": "183a9b2632194febd219bb9246eee421dad8d45e"
791
+ },
792
+ "dist": {
793
+ "type": "zip",
794
+ "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/183a9b2632194febd219bb9246eee421dad8d45e",
795
+ "reference": "183a9b2632194febd219bb9246eee421dad8d45e",
796
+ "shasum": ""
797
+ },
798
+ "require": {
799
+ "php": ">=8.2"
800
+ },
801
+ "require-dev": {
802
+ "phpunit/phpunit": "^11.0"
803
+ },
804
+ "type": "library",
805
+ "extra": {
806
+ "branch-alias": {
807
+ "dev-main": "4.0-dev"
808
+ }
809
+ },
810
+ "autoload": {
811
+ "classmap": [
812
+ "src/"
813
+ ]
814
+ },
815
+ "notification-url": "https://packagist.org/downloads/",
816
+ "license": [
817
+ "BSD-3-Clause"
818
+ ],
819
+ "authors": [
820
+ {
821
+ "name": "Sebastian Bergmann",
822
+ "email": "sebastian@phpunit.de"
823
+ }
824
+ ],
825
+ "description": "Looks up which function or method a line of code belongs to",
826
+ "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
827
+ "support": {
828
+ "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
829
+ "security": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/security/policy",
830
+ "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/4.0.1"
831
+ },
832
+ "funding": [
833
+ {
834
+ "url": "https://github.com/sebastianbergmann",
835
+ "type": "github"
836
+ }
837
+ ],
838
+ "time": "2024-07-03T04:45:54+00:00"
839
+ },
840
+ {
841
+ "name": "sebastian/comparator",
842
+ "version": "6.3.1",
843
+ "source": {
844
+ "type": "git",
845
+ "url": "https://github.com/sebastianbergmann/comparator.git",
846
+ "reference": "24b8fbc2c8e201bb1308e7b05148d6ab393b6959"
847
+ },
848
+ "dist": {
849
+ "type": "zip",
850
+ "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/24b8fbc2c8e201bb1308e7b05148d6ab393b6959",
851
+ "reference": "24b8fbc2c8e201bb1308e7b05148d6ab393b6959",
852
+ "shasum": ""
853
+ },
854
+ "require": {
855
+ "ext-dom": "*",
856
+ "ext-mbstring": "*",
857
+ "php": ">=8.2",
858
+ "sebastian/diff": "^6.0",
859
+ "sebastian/exporter": "^6.0"
860
+ },
861
+ "require-dev": {
862
+ "phpunit/phpunit": "^11.4"
863
+ },
864
+ "suggest": {
865
+ "ext-bcmath": "For comparing BcMath\\Number objects"
866
+ },
867
+ "type": "library",
868
+ "extra": {
869
+ "branch-alias": {
870
+ "dev-main": "6.3-dev"
871
+ }
872
+ },
873
+ "autoload": {
874
+ "classmap": [
875
+ "src/"
876
+ ]
877
+ },
878
+ "notification-url": "https://packagist.org/downloads/",
879
+ "license": [
880
+ "BSD-3-Clause"
881
+ ],
882
+ "authors": [
883
+ {
884
+ "name": "Sebastian Bergmann",
885
+ "email": "sebastian@phpunit.de"
886
+ },
887
+ {
888
+ "name": "Jeff Welch",
889
+ "email": "whatthejeff@gmail.com"
890
+ },
891
+ {
892
+ "name": "Volker Dusch",
893
+ "email": "github@wallbash.com"
894
+ },
895
+ {
896
+ "name": "Bernhard Schussek",
897
+ "email": "bschussek@2bepublished.at"
898
+ }
899
+ ],
900
+ "description": "Provides the functionality to compare PHP values for equality",
901
+ "homepage": "https://github.com/sebastianbergmann/comparator",
902
+ "keywords": [
903
+ "comparator",
904
+ "compare",
905
+ "equality"
906
+ ],
907
+ "support": {
908
+ "issues": "https://github.com/sebastianbergmann/comparator/issues",
909
+ "security": "https://github.com/sebastianbergmann/comparator/security/policy",
910
+ "source": "https://github.com/sebastianbergmann/comparator/tree/6.3.1"
911
+ },
912
+ "funding": [
913
+ {
914
+ "url": "https://github.com/sebastianbergmann",
915
+ "type": "github"
916
+ }
917
+ ],
918
+ "time": "2025-03-07T06:57:01+00:00"
919
+ },
920
+ {
921
+ "name": "sebastian/complexity",
922
+ "version": "4.0.1",
923
+ "source": {
924
+ "type": "git",
925
+ "url": "https://github.com/sebastianbergmann/complexity.git",
926
+ "reference": "ee41d384ab1906c68852636b6de493846e13e5a0"
927
+ },
928
+ "dist": {
929
+ "type": "zip",
930
+ "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/ee41d384ab1906c68852636b6de493846e13e5a0",
931
+ "reference": "ee41d384ab1906c68852636b6de493846e13e5a0",
932
+ "shasum": ""
933
+ },
934
+ "require": {
935
+ "nikic/php-parser": "^5.0",
936
+ "php": ">=8.2"
937
+ },
938
+ "require-dev": {
939
+ "phpunit/phpunit": "^11.0"
940
+ },
941
+ "type": "library",
942
+ "extra": {
943
+ "branch-alias": {
944
+ "dev-main": "4.0-dev"
945
+ }
946
+ },
947
+ "autoload": {
948
+ "classmap": [
949
+ "src/"
950
+ ]
951
+ },
952
+ "notification-url": "https://packagist.org/downloads/",
953
+ "license": [
954
+ "BSD-3-Clause"
955
+ ],
956
+ "authors": [
957
+ {
958
+ "name": "Sebastian Bergmann",
959
+ "email": "sebastian@phpunit.de",
960
+ "role": "lead"
961
+ }
962
+ ],
963
+ "description": "Library for calculating the complexity of PHP code units",
964
+ "homepage": "https://github.com/sebastianbergmann/complexity",
965
+ "support": {
966
+ "issues": "https://github.com/sebastianbergmann/complexity/issues",
967
+ "security": "https://github.com/sebastianbergmann/complexity/security/policy",
968
+ "source": "https://github.com/sebastianbergmann/complexity/tree/4.0.1"
969
+ },
970
+ "funding": [
971
+ {
972
+ "url": "https://github.com/sebastianbergmann",
973
+ "type": "github"
974
+ }
975
+ ],
976
+ "time": "2024-07-03T04:49:50+00:00"
977
+ },
978
+ {
979
+ "name": "sebastian/diff",
980
+ "version": "6.0.2",
981
+ "source": {
982
+ "type": "git",
983
+ "url": "https://github.com/sebastianbergmann/diff.git",
984
+ "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544"
985
+ },
986
+ "dist": {
987
+ "type": "zip",
988
+ "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/b4ccd857127db5d41a5b676f24b51371d76d8544",
989
+ "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544",
990
+ "shasum": ""
991
+ },
992
+ "require": {
993
+ "php": ">=8.2"
994
+ },
995
+ "require-dev": {
996
+ "phpunit/phpunit": "^11.0",
997
+ "symfony/process": "^4.2 || ^5"
998
+ },
999
+ "type": "library",
1000
+ "extra": {
1001
+ "branch-alias": {
1002
+ "dev-main": "6.0-dev"
1003
+ }
1004
+ },
1005
+ "autoload": {
1006
+ "classmap": [
1007
+ "src/"
1008
+ ]
1009
+ },
1010
+ "notification-url": "https://packagist.org/downloads/",
1011
+ "license": [
1012
+ "BSD-3-Clause"
1013
+ ],
1014
+ "authors": [
1015
+ {
1016
+ "name": "Sebastian Bergmann",
1017
+ "email": "sebastian@phpunit.de"
1018
+ },
1019
+ {
1020
+ "name": "Kore Nordmann",
1021
+ "email": "mail@kore-nordmann.de"
1022
+ }
1023
+ ],
1024
+ "description": "Diff implementation",
1025
+ "homepage": "https://github.com/sebastianbergmann/diff",
1026
+ "keywords": [
1027
+ "diff",
1028
+ "udiff",
1029
+ "unidiff",
1030
+ "unified diff"
1031
+ ],
1032
+ "support": {
1033
+ "issues": "https://github.com/sebastianbergmann/diff/issues",
1034
+ "security": "https://github.com/sebastianbergmann/diff/security/policy",
1035
+ "source": "https://github.com/sebastianbergmann/diff/tree/6.0.2"
1036
+ },
1037
+ "funding": [
1038
+ {
1039
+ "url": "https://github.com/sebastianbergmann",
1040
+ "type": "github"
1041
+ }
1042
+ ],
1043
+ "time": "2024-07-03T04:53:05+00:00"
1044
+ },
1045
+ {
1046
+ "name": "sebastian/environment",
1047
+ "version": "7.2.0",
1048
+ "source": {
1049
+ "type": "git",
1050
+ "url": "https://github.com/sebastianbergmann/environment.git",
1051
+ "reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5"
1052
+ },
1053
+ "dist": {
1054
+ "type": "zip",
1055
+ "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5",
1056
+ "reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5",
1057
+ "shasum": ""
1058
+ },
1059
+ "require": {
1060
+ "php": ">=8.2"
1061
+ },
1062
+ "require-dev": {
1063
+ "phpunit/phpunit": "^11.0"
1064
+ },
1065
+ "suggest": {
1066
+ "ext-posix": "*"
1067
+ },
1068
+ "type": "library",
1069
+ "extra": {
1070
+ "branch-alias": {
1071
+ "dev-main": "7.2-dev"
1072
+ }
1073
+ },
1074
+ "autoload": {
1075
+ "classmap": [
1076
+ "src/"
1077
+ ]
1078
+ },
1079
+ "notification-url": "https://packagist.org/downloads/",
1080
+ "license": [
1081
+ "BSD-3-Clause"
1082
+ ],
1083
+ "authors": [
1084
+ {
1085
+ "name": "Sebastian Bergmann",
1086
+ "email": "sebastian@phpunit.de"
1087
+ }
1088
+ ],
1089
+ "description": "Provides functionality to handle HHVM/PHP environments",
1090
+ "homepage": "https://github.com/sebastianbergmann/environment",
1091
+ "keywords": [
1092
+ "Xdebug",
1093
+ "environment",
1094
+ "hhvm"
1095
+ ],
1096
+ "support": {
1097
+ "issues": "https://github.com/sebastianbergmann/environment/issues",
1098
+ "security": "https://github.com/sebastianbergmann/environment/security/policy",
1099
+ "source": "https://github.com/sebastianbergmann/environment/tree/7.2.0"
1100
+ },
1101
+ "funding": [
1102
+ {
1103
+ "url": "https://github.com/sebastianbergmann",
1104
+ "type": "github"
1105
+ }
1106
+ ],
1107
+ "time": "2024-07-03T04:54:44+00:00"
1108
+ },
1109
+ {
1110
+ "name": "sebastian/exporter",
1111
+ "version": "6.3.0",
1112
+ "source": {
1113
+ "type": "git",
1114
+ "url": "https://github.com/sebastianbergmann/exporter.git",
1115
+ "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3"
1116
+ },
1117
+ "dist": {
1118
+ "type": "zip",
1119
+ "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/3473f61172093b2da7de1fb5782e1f24cc036dc3",
1120
+ "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3",
1121
+ "shasum": ""
1122
+ },
1123
+ "require": {
1124
+ "ext-mbstring": "*",
1125
+ "php": ">=8.2",
1126
+ "sebastian/recursion-context": "^6.0"
1127
+ },
1128
+ "require-dev": {
1129
+ "phpunit/phpunit": "^11.3"
1130
+ },
1131
+ "type": "library",
1132
+ "extra": {
1133
+ "branch-alias": {
1134
+ "dev-main": "6.1-dev"
1135
+ }
1136
+ },
1137
+ "autoload": {
1138
+ "classmap": [
1139
+ "src/"
1140
+ ]
1141
+ },
1142
+ "notification-url": "https://packagist.org/downloads/",
1143
+ "license": [
1144
+ "BSD-3-Clause"
1145
+ ],
1146
+ "authors": [
1147
+ {
1148
+ "name": "Sebastian Bergmann",
1149
+ "email": "sebastian@phpunit.de"
1150
+ },
1151
+ {
1152
+ "name": "Jeff Welch",
1153
+ "email": "whatthejeff@gmail.com"
1154
+ },
1155
+ {
1156
+ "name": "Volker Dusch",
1157
+ "email": "github@wallbash.com"
1158
+ },
1159
+ {
1160
+ "name": "Adam Harvey",
1161
+ "email": "aharvey@php.net"
1162
+ },
1163
+ {
1164
+ "name": "Bernhard Schussek",
1165
+ "email": "bschussek@gmail.com"
1166
+ }
1167
+ ],
1168
+ "description": "Provides the functionality to export PHP variables for visualization",
1169
+ "homepage": "https://www.github.com/sebastianbergmann/exporter",
1170
+ "keywords": [
1171
+ "export",
1172
+ "exporter"
1173
+ ],
1174
+ "support": {
1175
+ "issues": "https://github.com/sebastianbergmann/exporter/issues",
1176
+ "security": "https://github.com/sebastianbergmann/exporter/security/policy",
1177
+ "source": "https://github.com/sebastianbergmann/exporter/tree/6.3.0"
1178
+ },
1179
+ "funding": [
1180
+ {
1181
+ "url": "https://github.com/sebastianbergmann",
1182
+ "type": "github"
1183
+ }
1184
+ ],
1185
+ "time": "2024-12-05T09:17:50+00:00"
1186
+ },
1187
+ {
1188
+ "name": "sebastian/global-state",
1189
+ "version": "7.0.2",
1190
+ "source": {
1191
+ "type": "git",
1192
+ "url": "https://github.com/sebastianbergmann/global-state.git",
1193
+ "reference": "3be331570a721f9a4b5917f4209773de17f747d7"
1194
+ },
1195
+ "dist": {
1196
+ "type": "zip",
1197
+ "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/3be331570a721f9a4b5917f4209773de17f747d7",
1198
+ "reference": "3be331570a721f9a4b5917f4209773de17f747d7",
1199
+ "shasum": ""
1200
+ },
1201
+ "require": {
1202
+ "php": ">=8.2",
1203
+ "sebastian/object-reflector": "^4.0",
1204
+ "sebastian/recursion-context": "^6.0"
1205
+ },
1206
+ "require-dev": {
1207
+ "ext-dom": "*",
1208
+ "phpunit/phpunit": "^11.0"
1209
+ },
1210
+ "type": "library",
1211
+ "extra": {
1212
+ "branch-alias": {
1213
+ "dev-main": "7.0-dev"
1214
+ }
1215
+ },
1216
+ "autoload": {
1217
+ "classmap": [
1218
+ "src/"
1219
+ ]
1220
+ },
1221
+ "notification-url": "https://packagist.org/downloads/",
1222
+ "license": [
1223
+ "BSD-3-Clause"
1224
+ ],
1225
+ "authors": [
1226
+ {
1227
+ "name": "Sebastian Bergmann",
1228
+ "email": "sebastian@phpunit.de"
1229
+ }
1230
+ ],
1231
+ "description": "Snapshotting of global state",
1232
+ "homepage": "https://www.github.com/sebastianbergmann/global-state",
1233
+ "keywords": [
1234
+ "global state"
1235
+ ],
1236
+ "support": {
1237
+ "issues": "https://github.com/sebastianbergmann/global-state/issues",
1238
+ "security": "https://github.com/sebastianbergmann/global-state/security/policy",
1239
+ "source": "https://github.com/sebastianbergmann/global-state/tree/7.0.2"
1240
+ },
1241
+ "funding": [
1242
+ {
1243
+ "url": "https://github.com/sebastianbergmann",
1244
+ "type": "github"
1245
+ }
1246
+ ],
1247
+ "time": "2024-07-03T04:57:36+00:00"
1248
+ },
1249
+ {
1250
+ "name": "sebastian/lines-of-code",
1251
+ "version": "3.0.1",
1252
+ "source": {
1253
+ "type": "git",
1254
+ "url": "https://github.com/sebastianbergmann/lines-of-code.git",
1255
+ "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a"
1256
+ },
1257
+ "dist": {
1258
+ "type": "zip",
1259
+ "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d36ad0d782e5756913e42ad87cb2890f4ffe467a",
1260
+ "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a",
1261
+ "shasum": ""
1262
+ },
1263
+ "require": {
1264
+ "nikic/php-parser": "^5.0",
1265
+ "php": ">=8.2"
1266
+ },
1267
+ "require-dev": {
1268
+ "phpunit/phpunit": "^11.0"
1269
+ },
1270
+ "type": "library",
1271
+ "extra": {
1272
+ "branch-alias": {
1273
+ "dev-main": "3.0-dev"
1274
+ }
1275
+ },
1276
+ "autoload": {
1277
+ "classmap": [
1278
+ "src/"
1279
+ ]
1280
+ },
1281
+ "notification-url": "https://packagist.org/downloads/",
1282
+ "license": [
1283
+ "BSD-3-Clause"
1284
+ ],
1285
+ "authors": [
1286
+ {
1287
+ "name": "Sebastian Bergmann",
1288
+ "email": "sebastian@phpunit.de",
1289
+ "role": "lead"
1290
+ }
1291
+ ],
1292
+ "description": "Library for counting the lines of code in PHP source code",
1293
+ "homepage": "https://github.com/sebastianbergmann/lines-of-code",
1294
+ "support": {
1295
+ "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
1296
+ "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
1297
+ "source": "https://github.com/sebastianbergmann/lines-of-code/tree/3.0.1"
1298
+ },
1299
+ "funding": [
1300
+ {
1301
+ "url": "https://github.com/sebastianbergmann",
1302
+ "type": "github"
1303
+ }
1304
+ ],
1305
+ "time": "2024-07-03T04:58:38+00:00"
1306
+ },
1307
+ {
1308
+ "name": "sebastian/object-enumerator",
1309
+ "version": "6.0.1",
1310
+ "source": {
1311
+ "type": "git",
1312
+ "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1313
+ "reference": "f5b498e631a74204185071eb41f33f38d64608aa"
1314
+ },
1315
+ "dist": {
1316
+ "type": "zip",
1317
+ "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f5b498e631a74204185071eb41f33f38d64608aa",
1318
+ "reference": "f5b498e631a74204185071eb41f33f38d64608aa",
1319
+ "shasum": ""
1320
+ },
1321
+ "require": {
1322
+ "php": ">=8.2",
1323
+ "sebastian/object-reflector": "^4.0",
1324
+ "sebastian/recursion-context": "^6.0"
1325
+ },
1326
+ "require-dev": {
1327
+ "phpunit/phpunit": "^11.0"
1328
+ },
1329
+ "type": "library",
1330
+ "extra": {
1331
+ "branch-alias": {
1332
+ "dev-main": "6.0-dev"
1333
+ }
1334
+ },
1335
+ "autoload": {
1336
+ "classmap": [
1337
+ "src/"
1338
+ ]
1339
+ },
1340
+ "notification-url": "https://packagist.org/downloads/",
1341
+ "license": [
1342
+ "BSD-3-Clause"
1343
+ ],
1344
+ "authors": [
1345
+ {
1346
+ "name": "Sebastian Bergmann",
1347
+ "email": "sebastian@phpunit.de"
1348
+ }
1349
+ ],
1350
+ "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1351
+ "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1352
+ "support": {
1353
+ "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
1354
+ "security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
1355
+ "source": "https://github.com/sebastianbergmann/object-enumerator/tree/6.0.1"
1356
+ },
1357
+ "funding": [
1358
+ {
1359
+ "url": "https://github.com/sebastianbergmann",
1360
+ "type": "github"
1361
+ }
1362
+ ],
1363
+ "time": "2024-07-03T05:00:13+00:00"
1364
+ },
1365
+ {
1366
+ "name": "sebastian/object-reflector",
1367
+ "version": "4.0.1",
1368
+ "source": {
1369
+ "type": "git",
1370
+ "url": "https://github.com/sebastianbergmann/object-reflector.git",
1371
+ "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9"
1372
+ },
1373
+ "dist": {
1374
+ "type": "zip",
1375
+ "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/6e1a43b411b2ad34146dee7524cb13a068bb35f9",
1376
+ "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9",
1377
+ "shasum": ""
1378
+ },
1379
+ "require": {
1380
+ "php": ">=8.2"
1381
+ },
1382
+ "require-dev": {
1383
+ "phpunit/phpunit": "^11.0"
1384
+ },
1385
+ "type": "library",
1386
+ "extra": {
1387
+ "branch-alias": {
1388
+ "dev-main": "4.0-dev"
1389
+ }
1390
+ },
1391
+ "autoload": {
1392
+ "classmap": [
1393
+ "src/"
1394
+ ]
1395
+ },
1396
+ "notification-url": "https://packagist.org/downloads/",
1397
+ "license": [
1398
+ "BSD-3-Clause"
1399
+ ],
1400
+ "authors": [
1401
+ {
1402
+ "name": "Sebastian Bergmann",
1403
+ "email": "sebastian@phpunit.de"
1404
+ }
1405
+ ],
1406
+ "description": "Allows reflection of object attributes, including inherited and non-public ones",
1407
+ "homepage": "https://github.com/sebastianbergmann/object-reflector/",
1408
+ "support": {
1409
+ "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
1410
+ "security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
1411
+ "source": "https://github.com/sebastianbergmann/object-reflector/tree/4.0.1"
1412
+ },
1413
+ "funding": [
1414
+ {
1415
+ "url": "https://github.com/sebastianbergmann",
1416
+ "type": "github"
1417
+ }
1418
+ ],
1419
+ "time": "2024-07-03T05:01:32+00:00"
1420
+ },
1421
+ {
1422
+ "name": "sebastian/recursion-context",
1423
+ "version": "6.0.2",
1424
+ "source": {
1425
+ "type": "git",
1426
+ "url": "https://github.com/sebastianbergmann/recursion-context.git",
1427
+ "reference": "694d156164372abbd149a4b85ccda2e4670c0e16"
1428
+ },
1429
+ "dist": {
1430
+ "type": "zip",
1431
+ "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/694d156164372abbd149a4b85ccda2e4670c0e16",
1432
+ "reference": "694d156164372abbd149a4b85ccda2e4670c0e16",
1433
+ "shasum": ""
1434
+ },
1435
+ "require": {
1436
+ "php": ">=8.2"
1437
+ },
1438
+ "require-dev": {
1439
+ "phpunit/phpunit": "^11.0"
1440
+ },
1441
+ "type": "library",
1442
+ "extra": {
1443
+ "branch-alias": {
1444
+ "dev-main": "6.0-dev"
1445
+ }
1446
+ },
1447
+ "autoload": {
1448
+ "classmap": [
1449
+ "src/"
1450
+ ]
1451
+ },
1452
+ "notification-url": "https://packagist.org/downloads/",
1453
+ "license": [
1454
+ "BSD-3-Clause"
1455
+ ],
1456
+ "authors": [
1457
+ {
1458
+ "name": "Sebastian Bergmann",
1459
+ "email": "sebastian@phpunit.de"
1460
+ },
1461
+ {
1462
+ "name": "Jeff Welch",
1463
+ "email": "whatthejeff@gmail.com"
1464
+ },
1465
+ {
1466
+ "name": "Adam Harvey",
1467
+ "email": "aharvey@php.net"
1468
+ }
1469
+ ],
1470
+ "description": "Provides functionality to recursively process PHP variables",
1471
+ "homepage": "https://github.com/sebastianbergmann/recursion-context",
1472
+ "support": {
1473
+ "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
1474
+ "security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
1475
+ "source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.2"
1476
+ },
1477
+ "funding": [
1478
+ {
1479
+ "url": "https://github.com/sebastianbergmann",
1480
+ "type": "github"
1481
+ }
1482
+ ],
1483
+ "time": "2024-07-03T05:10:34+00:00"
1484
+ },
1485
+ {
1486
+ "name": "sebastian/type",
1487
+ "version": "5.1.2",
1488
+ "source": {
1489
+ "type": "git",
1490
+ "url": "https://github.com/sebastianbergmann/type.git",
1491
+ "reference": "a8a7e30534b0eb0c77cd9d07e82de1a114389f5e"
1492
+ },
1493
+ "dist": {
1494
+ "type": "zip",
1495
+ "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/a8a7e30534b0eb0c77cd9d07e82de1a114389f5e",
1496
+ "reference": "a8a7e30534b0eb0c77cd9d07e82de1a114389f5e",
1497
+ "shasum": ""
1498
+ },
1499
+ "require": {
1500
+ "php": ">=8.2"
1501
+ },
1502
+ "require-dev": {
1503
+ "phpunit/phpunit": "^11.3"
1504
+ },
1505
+ "type": "library",
1506
+ "extra": {
1507
+ "branch-alias": {
1508
+ "dev-main": "5.1-dev"
1509
+ }
1510
+ },
1511
+ "autoload": {
1512
+ "classmap": [
1513
+ "src/"
1514
+ ]
1515
+ },
1516
+ "notification-url": "https://packagist.org/downloads/",
1517
+ "license": [
1518
+ "BSD-3-Clause"
1519
+ ],
1520
+ "authors": [
1521
+ {
1522
+ "name": "Sebastian Bergmann",
1523
+ "email": "sebastian@phpunit.de",
1524
+ "role": "lead"
1525
+ }
1526
+ ],
1527
+ "description": "Collection of value objects that represent the types of the PHP type system",
1528
+ "homepage": "https://github.com/sebastianbergmann/type",
1529
+ "support": {
1530
+ "issues": "https://github.com/sebastianbergmann/type/issues",
1531
+ "security": "https://github.com/sebastianbergmann/type/security/policy",
1532
+ "source": "https://github.com/sebastianbergmann/type/tree/5.1.2"
1533
+ },
1534
+ "funding": [
1535
+ {
1536
+ "url": "https://github.com/sebastianbergmann",
1537
+ "type": "github"
1538
+ }
1539
+ ],
1540
+ "time": "2025-03-18T13:35:50+00:00"
1541
+ },
1542
+ {
1543
+ "name": "sebastian/version",
1544
+ "version": "5.0.2",
1545
+ "source": {
1546
+ "type": "git",
1547
+ "url": "https://github.com/sebastianbergmann/version.git",
1548
+ "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874"
1549
+ },
1550
+ "dist": {
1551
+ "type": "zip",
1552
+ "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c687e3387b99f5b03b6caa64c74b63e2936ff874",
1553
+ "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874",
1554
+ "shasum": ""
1555
+ },
1556
+ "require": {
1557
+ "php": ">=8.2"
1558
+ },
1559
+ "type": "library",
1560
+ "extra": {
1561
+ "branch-alias": {
1562
+ "dev-main": "5.0-dev"
1563
+ }
1564
+ },
1565
+ "autoload": {
1566
+ "classmap": [
1567
+ "src/"
1568
+ ]
1569
+ },
1570
+ "notification-url": "https://packagist.org/downloads/",
1571
+ "license": [
1572
+ "BSD-3-Clause"
1573
+ ],
1574
+ "authors": [
1575
+ {
1576
+ "name": "Sebastian Bergmann",
1577
+ "email": "sebastian@phpunit.de",
1578
+ "role": "lead"
1579
+ }
1580
+ ],
1581
+ "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1582
+ "homepage": "https://github.com/sebastianbergmann/version",
1583
+ "support": {
1584
+ "issues": "https://github.com/sebastianbergmann/version/issues",
1585
+ "security": "https://github.com/sebastianbergmann/version/security/policy",
1586
+ "source": "https://github.com/sebastianbergmann/version/tree/5.0.2"
1587
+ },
1588
+ "funding": [
1589
+ {
1590
+ "url": "https://github.com/sebastianbergmann",
1591
+ "type": "github"
1592
+ }
1593
+ ],
1594
+ "time": "2024-10-09T05:16:32+00:00"
1595
+ },
1596
+ {
1597
+ "name": "staabm/side-effects-detector",
1598
+ "version": "1.0.5",
1599
+ "source": {
1600
+ "type": "git",
1601
+ "url": "https://github.com/staabm/side-effects-detector.git",
1602
+ "reference": "d8334211a140ce329c13726d4a715adbddd0a163"
1603
+ },
1604
+ "dist": {
1605
+ "type": "zip",
1606
+ "url": "https://api.github.com/repos/staabm/side-effects-detector/zipball/d8334211a140ce329c13726d4a715adbddd0a163",
1607
+ "reference": "d8334211a140ce329c13726d4a715adbddd0a163",
1608
+ "shasum": ""
1609
+ },
1610
+ "require": {
1611
+ "ext-tokenizer": "*",
1612
+ "php": "^7.4 || ^8.0"
1613
+ },
1614
+ "require-dev": {
1615
+ "phpstan/extension-installer": "^1.4.3",
1616
+ "phpstan/phpstan": "^1.12.6",
1617
+ "phpunit/phpunit": "^9.6.21",
1618
+ "symfony/var-dumper": "^5.4.43",
1619
+ "tomasvotruba/type-coverage": "1.0.0",
1620
+ "tomasvotruba/unused-public": "1.0.0"
1621
+ },
1622
+ "type": "library",
1623
+ "autoload": {
1624
+ "classmap": [
1625
+ "lib/"
1626
+ ]
1627
+ },
1628
+ "notification-url": "https://packagist.org/downloads/",
1629
+ "license": [
1630
+ "MIT"
1631
+ ],
1632
+ "description": "A static analysis tool to detect side effects in PHP code",
1633
+ "keywords": [
1634
+ "static analysis"
1635
+ ],
1636
+ "support": {
1637
+ "issues": "https://github.com/staabm/side-effects-detector/issues",
1638
+ "source": "https://github.com/staabm/side-effects-detector/tree/1.0.5"
1639
+ },
1640
+ "funding": [
1641
+ {
1642
+ "url": "https://github.com/staabm",
1643
+ "type": "github"
1644
+ }
1645
+ ],
1646
+ "time": "2024-10-20T05:08:20+00:00"
1647
+ },
1648
+ {
1649
+ "name": "theseer/tokenizer",
1650
+ "version": "1.2.3",
1651
+ "source": {
1652
+ "type": "git",
1653
+ "url": "https://github.com/theseer/tokenizer.git",
1654
+ "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
1655
+ },
1656
+ "dist": {
1657
+ "type": "zip",
1658
+ "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
1659
+ "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
1660
+ "shasum": ""
1661
+ },
1662
+ "require": {
1663
+ "ext-dom": "*",
1664
+ "ext-tokenizer": "*",
1665
+ "ext-xmlwriter": "*",
1666
+ "php": "^7.2 || ^8.0"
1667
+ },
1668
+ "type": "library",
1669
+ "autoload": {
1670
+ "classmap": [
1671
+ "src/"
1672
+ ]
1673
+ },
1674
+ "notification-url": "https://packagist.org/downloads/",
1675
+ "license": [
1676
+ "BSD-3-Clause"
1677
+ ],
1678
+ "authors": [
1679
+ {
1680
+ "name": "Arne Blankerts",
1681
+ "email": "arne@blankerts.de",
1682
+ "role": "Developer"
1683
+ }
1684
+ ],
1685
+ "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
1686
+ "support": {
1687
+ "issues": "https://github.com/theseer/tokenizer/issues",
1688
+ "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
1689
+ },
1690
+ "funding": [
1691
+ {
1692
+ "url": "https://github.com/theseer",
1693
+ "type": "github"
1694
+ }
1695
+ ],
1696
+ "time": "2024-03-03T12:36:25+00:00"
1697
+ }
1698
+ ],
1699
+ "aliases": [],
1700
+ "minimum-stability": "stable",
1701
+ "stability-flags": {},
1702
+ "prefer-stable": false,
1703
+ "prefer-lowest": false,
1704
+ "platform": {},
1705
+ "platform-dev": {},
1706
+ "plugin-api-version": "2.6.0"
1707
+ }