+2
-2
composer.json
+2
-2
composer.json
···
5
5
"license": "MIT",
6
6
"require": {
7
7
"php": "^8.2",
8
+
"ext-gmp": "*",
8
9
"illuminate/support": "^11.0|^12.0",
9
10
"illuminate/console": "^11.0|^12.0",
10
11
"illuminate/database": "^11.0|^12.0",
11
12
"ratchet/pawl": "^0.4",
12
-
"react/event-loop": "^1.5",
13
-
"revolution/laravel-bluesky": "^1.1"
13
+
"react/event-loop": "^1.5"
14
14
},
15
15
"require-dev": {
16
16
"orchestra/testbench": "^9.0",
-9912
composer.lock
-9912
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": "b00f2db2fb718f1b2d56431ebb175d75",
8
-
"packages": [
9
-
{
10
-
"name": "brick/math",
11
-
"version": "0.14.0",
12
-
"source": {
13
-
"type": "git",
14
-
"url": "https://github.com/brick/math.git",
15
-
"reference": "113a8ee2656b882d4c3164fa31aa6e12cbb7aaa2"
16
-
},
17
-
"dist": {
18
-
"type": "zip",
19
-
"url": "https://api.github.com/repos/brick/math/zipball/113a8ee2656b882d4c3164fa31aa6e12cbb7aaa2",
20
-
"reference": "113a8ee2656b882d4c3164fa31aa6e12cbb7aaa2",
21
-
"shasum": ""
22
-
},
23
-
"require": {
24
-
"php": "^8.2"
25
-
},
26
-
"require-dev": {
27
-
"php-coveralls/php-coveralls": "^2.2",
28
-
"phpstan/phpstan": "2.1.22",
29
-
"phpunit/phpunit": "^11.5"
30
-
},
31
-
"type": "library",
32
-
"autoload": {
33
-
"psr-4": {
34
-
"Brick\\Math\\": "src/"
35
-
}
36
-
},
37
-
"notification-url": "https://packagist.org/downloads/",
38
-
"license": [
39
-
"MIT"
40
-
],
41
-
"description": "Arbitrary-precision arithmetic library",
42
-
"keywords": [
43
-
"Arbitrary-precision",
44
-
"BigInteger",
45
-
"BigRational",
46
-
"arithmetic",
47
-
"bigdecimal",
48
-
"bignum",
49
-
"bignumber",
50
-
"brick",
51
-
"decimal",
52
-
"integer",
53
-
"math",
54
-
"mathematics",
55
-
"rational"
56
-
],
57
-
"support": {
58
-
"issues": "https://github.com/brick/math/issues",
59
-
"source": "https://github.com/brick/math/tree/0.14.0"
60
-
},
61
-
"funding": [
62
-
{
63
-
"url": "https://github.com/BenMorel",
64
-
"type": "github"
65
-
}
66
-
],
67
-
"time": "2025-08-29T12:40:03+00:00"
68
-
},
69
-
{
70
-
"name": "carbonphp/carbon-doctrine-types",
71
-
"version": "3.2.0",
72
-
"source": {
73
-
"type": "git",
74
-
"url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
75
-
"reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d"
76
-
},
77
-
"dist": {
78
-
"type": "zip",
79
-
"url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
80
-
"reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
81
-
"shasum": ""
82
-
},
83
-
"require": {
84
-
"php": "^8.1"
85
-
},
86
-
"conflict": {
87
-
"doctrine/dbal": "<4.0.0 || >=5.0.0"
88
-
},
89
-
"require-dev": {
90
-
"doctrine/dbal": "^4.0.0",
91
-
"nesbot/carbon": "^2.71.0 || ^3.0.0",
92
-
"phpunit/phpunit": "^10.3"
93
-
},
94
-
"type": "library",
95
-
"autoload": {
96
-
"psr-4": {
97
-
"Carbon\\Doctrine\\": "src/Carbon/Doctrine/"
98
-
}
99
-
},
100
-
"notification-url": "https://packagist.org/downloads/",
101
-
"license": [
102
-
"MIT"
103
-
],
104
-
"authors": [
105
-
{
106
-
"name": "KyleKatarn",
107
-
"email": "kylekatarnls@gmail.com"
108
-
}
109
-
],
110
-
"description": "Types to use Carbon in Doctrine",
111
-
"keywords": [
112
-
"carbon",
113
-
"date",
114
-
"datetime",
115
-
"doctrine",
116
-
"time"
117
-
],
118
-
"support": {
119
-
"issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues",
120
-
"source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/3.2.0"
121
-
},
122
-
"funding": [
123
-
{
124
-
"url": "https://github.com/kylekatarnls",
125
-
"type": "github"
126
-
},
127
-
{
128
-
"url": "https://opencollective.com/Carbon",
129
-
"type": "open_collective"
130
-
},
131
-
{
132
-
"url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
133
-
"type": "tidelift"
134
-
}
135
-
],
136
-
"time": "2024-02-09T16:56:22+00:00"
137
-
},
138
-
{
139
-
"name": "dflydev/dot-access-data",
140
-
"version": "v3.0.3",
141
-
"source": {
142
-
"type": "git",
143
-
"url": "https://github.com/dflydev/dflydev-dot-access-data.git",
144
-
"reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f"
145
-
},
146
-
"dist": {
147
-
"type": "zip",
148
-
"url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f",
149
-
"reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f",
150
-
"shasum": ""
151
-
},
152
-
"require": {
153
-
"php": "^7.1 || ^8.0"
154
-
},
155
-
"require-dev": {
156
-
"phpstan/phpstan": "^0.12.42",
157
-
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
158
-
"scrutinizer/ocular": "1.6.0",
159
-
"squizlabs/php_codesniffer": "^3.5",
160
-
"vimeo/psalm": "^4.0.0"
161
-
},
162
-
"type": "library",
163
-
"extra": {
164
-
"branch-alias": {
165
-
"dev-main": "3.x-dev"
166
-
}
167
-
},
168
-
"autoload": {
169
-
"psr-4": {
170
-
"Dflydev\\DotAccessData\\": "src/"
171
-
}
172
-
},
173
-
"notification-url": "https://packagist.org/downloads/",
174
-
"license": [
175
-
"MIT"
176
-
],
177
-
"authors": [
178
-
{
179
-
"name": "Dragonfly Development Inc.",
180
-
"email": "info@dflydev.com",
181
-
"homepage": "http://dflydev.com"
182
-
},
183
-
{
184
-
"name": "Beau Simensen",
185
-
"email": "beau@dflydev.com",
186
-
"homepage": "http://beausimensen.com"
187
-
},
188
-
{
189
-
"name": "Carlos Frutos",
190
-
"email": "carlos@kiwing.it",
191
-
"homepage": "https://github.com/cfrutos"
192
-
},
193
-
{
194
-
"name": "Colin O'Dell",
195
-
"email": "colinodell@gmail.com",
196
-
"homepage": "https://www.colinodell.com"
197
-
}
198
-
],
199
-
"description": "Given a deep data structure, access data by dot notation.",
200
-
"homepage": "https://github.com/dflydev/dflydev-dot-access-data",
201
-
"keywords": [
202
-
"access",
203
-
"data",
204
-
"dot",
205
-
"notation"
206
-
],
207
-
"support": {
208
-
"issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
209
-
"source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.3"
210
-
},
211
-
"time": "2024-07-08T12:26:09+00:00"
212
-
},
213
-
{
214
-
"name": "doctrine/inflector",
215
-
"version": "2.1.0",
216
-
"source": {
217
-
"type": "git",
218
-
"url": "https://github.com/doctrine/inflector.git",
219
-
"reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b"
220
-
},
221
-
"dist": {
222
-
"type": "zip",
223
-
"url": "https://api.github.com/repos/doctrine/inflector/zipball/6d6c96277ea252fc1304627204c3d5e6e15faa3b",
224
-
"reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b",
225
-
"shasum": ""
226
-
},
227
-
"require": {
228
-
"php": "^7.2 || ^8.0"
229
-
},
230
-
"require-dev": {
231
-
"doctrine/coding-standard": "^12.0 || ^13.0",
232
-
"phpstan/phpstan": "^1.12 || ^2.0",
233
-
"phpstan/phpstan-phpunit": "^1.4 || ^2.0",
234
-
"phpstan/phpstan-strict-rules": "^1.6 || ^2.0",
235
-
"phpunit/phpunit": "^8.5 || ^12.2"
236
-
},
237
-
"type": "library",
238
-
"autoload": {
239
-
"psr-4": {
240
-
"Doctrine\\Inflector\\": "src"
241
-
}
242
-
},
243
-
"notification-url": "https://packagist.org/downloads/",
244
-
"license": [
245
-
"MIT"
246
-
],
247
-
"authors": [
248
-
{
249
-
"name": "Guilherme Blanco",
250
-
"email": "guilhermeblanco@gmail.com"
251
-
},
252
-
{
253
-
"name": "Roman Borschel",
254
-
"email": "roman@code-factory.org"
255
-
},
256
-
{
257
-
"name": "Benjamin Eberlei",
258
-
"email": "kontakt@beberlei.de"
259
-
},
260
-
{
261
-
"name": "Jonathan Wage",
262
-
"email": "jonwage@gmail.com"
263
-
},
264
-
{
265
-
"name": "Johannes Schmitt",
266
-
"email": "schmittjoh@gmail.com"
267
-
}
268
-
],
269
-
"description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
270
-
"homepage": "https://www.doctrine-project.org/projects/inflector.html",
271
-
"keywords": [
272
-
"inflection",
273
-
"inflector",
274
-
"lowercase",
275
-
"manipulation",
276
-
"php",
277
-
"plural",
278
-
"singular",
279
-
"strings",
280
-
"uppercase",
281
-
"words"
282
-
],
283
-
"support": {
284
-
"issues": "https://github.com/doctrine/inflector/issues",
285
-
"source": "https://github.com/doctrine/inflector/tree/2.1.0"
286
-
},
287
-
"funding": [
288
-
{
289
-
"url": "https://www.doctrine-project.org/sponsorship.html",
290
-
"type": "custom"
291
-
},
292
-
{
293
-
"url": "https://www.patreon.com/phpdoctrine",
294
-
"type": "patreon"
295
-
},
296
-
{
297
-
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
298
-
"type": "tidelift"
299
-
}
300
-
],
301
-
"time": "2025-08-10T19:31:58+00:00"
302
-
},
303
-
{
304
-
"name": "doctrine/lexer",
305
-
"version": "3.0.1",
306
-
"source": {
307
-
"type": "git",
308
-
"url": "https://github.com/doctrine/lexer.git",
309
-
"reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd"
310
-
},
311
-
"dist": {
312
-
"type": "zip",
313
-
"url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
314
-
"reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
315
-
"shasum": ""
316
-
},
317
-
"require": {
318
-
"php": "^8.1"
319
-
},
320
-
"require-dev": {
321
-
"doctrine/coding-standard": "^12",
322
-
"phpstan/phpstan": "^1.10",
323
-
"phpunit/phpunit": "^10.5",
324
-
"psalm/plugin-phpunit": "^0.18.3",
325
-
"vimeo/psalm": "^5.21"
326
-
},
327
-
"type": "library",
328
-
"autoload": {
329
-
"psr-4": {
330
-
"Doctrine\\Common\\Lexer\\": "src"
331
-
}
332
-
},
333
-
"notification-url": "https://packagist.org/downloads/",
334
-
"license": [
335
-
"MIT"
336
-
],
337
-
"authors": [
338
-
{
339
-
"name": "Guilherme Blanco",
340
-
"email": "guilhermeblanco@gmail.com"
341
-
},
342
-
{
343
-
"name": "Roman Borschel",
344
-
"email": "roman@code-factory.org"
345
-
},
346
-
{
347
-
"name": "Johannes Schmitt",
348
-
"email": "schmittjoh@gmail.com"
349
-
}
350
-
],
351
-
"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
352
-
"homepage": "https://www.doctrine-project.org/projects/lexer.html",
353
-
"keywords": [
354
-
"annotations",
355
-
"docblock",
356
-
"lexer",
357
-
"parser",
358
-
"php"
359
-
],
360
-
"support": {
361
-
"issues": "https://github.com/doctrine/lexer/issues",
362
-
"source": "https://github.com/doctrine/lexer/tree/3.0.1"
363
-
},
364
-
"funding": [
365
-
{
366
-
"url": "https://www.doctrine-project.org/sponsorship.html",
367
-
"type": "custom"
368
-
},
369
-
{
370
-
"url": "https://www.patreon.com/phpdoctrine",
371
-
"type": "patreon"
372
-
},
373
-
{
374
-
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
375
-
"type": "tidelift"
376
-
}
377
-
],
378
-
"time": "2024-02-05T11:56:58+00:00"
379
-
},
380
-
{
381
-
"name": "dragonmantank/cron-expression",
382
-
"version": "v3.4.0",
383
-
"source": {
384
-
"type": "git",
385
-
"url": "https://github.com/dragonmantank/cron-expression.git",
386
-
"reference": "8c784d071debd117328803d86b2097615b457500"
387
-
},
388
-
"dist": {
389
-
"type": "zip",
390
-
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/8c784d071debd117328803d86b2097615b457500",
391
-
"reference": "8c784d071debd117328803d86b2097615b457500",
392
-
"shasum": ""
393
-
},
394
-
"require": {
395
-
"php": "^7.2|^8.0",
396
-
"webmozart/assert": "^1.0"
397
-
},
398
-
"replace": {
399
-
"mtdowling/cron-expression": "^1.0"
400
-
},
401
-
"require-dev": {
402
-
"phpstan/extension-installer": "^1.0",
403
-
"phpstan/phpstan": "^1.0",
404
-
"phpunit/phpunit": "^7.0|^8.0|^9.0"
405
-
},
406
-
"type": "library",
407
-
"extra": {
408
-
"branch-alias": {
409
-
"dev-master": "3.x-dev"
410
-
}
411
-
},
412
-
"autoload": {
413
-
"psr-4": {
414
-
"Cron\\": "src/Cron/"
415
-
}
416
-
},
417
-
"notification-url": "https://packagist.org/downloads/",
418
-
"license": [
419
-
"MIT"
420
-
],
421
-
"authors": [
422
-
{
423
-
"name": "Chris Tankersley",
424
-
"email": "chris@ctankersley.com",
425
-
"homepage": "https://github.com/dragonmantank"
426
-
}
427
-
],
428
-
"description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
429
-
"keywords": [
430
-
"cron",
431
-
"schedule"
432
-
],
433
-
"support": {
434
-
"issues": "https://github.com/dragonmantank/cron-expression/issues",
435
-
"source": "https://github.com/dragonmantank/cron-expression/tree/v3.4.0"
436
-
},
437
-
"funding": [
438
-
{
439
-
"url": "https://github.com/dragonmantank",
440
-
"type": "github"
441
-
}
442
-
],
443
-
"time": "2024-10-09T13:47:03+00:00"
444
-
},
445
-
{
446
-
"name": "egulias/email-validator",
447
-
"version": "4.0.4",
448
-
"source": {
449
-
"type": "git",
450
-
"url": "https://github.com/egulias/EmailValidator.git",
451
-
"reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa"
452
-
},
453
-
"dist": {
454
-
"type": "zip",
455
-
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa",
456
-
"reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa",
457
-
"shasum": ""
458
-
},
459
-
"require": {
460
-
"doctrine/lexer": "^2.0 || ^3.0",
461
-
"php": ">=8.1",
462
-
"symfony/polyfill-intl-idn": "^1.26"
463
-
},
464
-
"require-dev": {
465
-
"phpunit/phpunit": "^10.2",
466
-
"vimeo/psalm": "^5.12"
467
-
},
468
-
"suggest": {
469
-
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
470
-
},
471
-
"type": "library",
472
-
"extra": {
473
-
"branch-alias": {
474
-
"dev-master": "4.0.x-dev"
475
-
}
476
-
},
477
-
"autoload": {
478
-
"psr-4": {
479
-
"Egulias\\EmailValidator\\": "src"
480
-
}
481
-
},
482
-
"notification-url": "https://packagist.org/downloads/",
483
-
"license": [
484
-
"MIT"
485
-
],
486
-
"authors": [
487
-
{
488
-
"name": "Eduardo Gulias Davis"
489
-
}
490
-
],
491
-
"description": "A library for validating emails against several RFCs",
492
-
"homepage": "https://github.com/egulias/EmailValidator",
493
-
"keywords": [
494
-
"email",
495
-
"emailvalidation",
496
-
"emailvalidator",
497
-
"validation",
498
-
"validator"
499
-
],
500
-
"support": {
501
-
"issues": "https://github.com/egulias/EmailValidator/issues",
502
-
"source": "https://github.com/egulias/EmailValidator/tree/4.0.4"
503
-
},
504
-
"funding": [
505
-
{
506
-
"url": "https://github.com/egulias",
507
-
"type": "github"
508
-
}
509
-
],
510
-
"time": "2025-03-06T22:45:56+00:00"
511
-
},
512
-
{
513
-
"name": "evenement/evenement",
514
-
"version": "v3.0.2",
515
-
"source": {
516
-
"type": "git",
517
-
"url": "https://github.com/igorw/evenement.git",
518
-
"reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc"
519
-
},
520
-
"dist": {
521
-
"type": "zip",
522
-
"url": "https://api.github.com/repos/igorw/evenement/zipball/0a16b0d71ab13284339abb99d9d2bd813640efbc",
523
-
"reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc",
524
-
"shasum": ""
525
-
},
526
-
"require": {
527
-
"php": ">=7.0"
528
-
},
529
-
"require-dev": {
530
-
"phpunit/phpunit": "^9 || ^6"
531
-
},
532
-
"type": "library",
533
-
"autoload": {
534
-
"psr-4": {
535
-
"Evenement\\": "src/"
536
-
}
537
-
},
538
-
"notification-url": "https://packagist.org/downloads/",
539
-
"license": [
540
-
"MIT"
541
-
],
542
-
"authors": [
543
-
{
544
-
"name": "Igor Wiedler",
545
-
"email": "igor@wiedler.ch"
546
-
}
547
-
],
548
-
"description": "Événement is a very simple event dispatching library for PHP",
549
-
"keywords": [
550
-
"event-dispatcher",
551
-
"event-emitter"
552
-
],
553
-
"support": {
554
-
"issues": "https://github.com/igorw/evenement/issues",
555
-
"source": "https://github.com/igorw/evenement/tree/v3.0.2"
556
-
},
557
-
"time": "2023-08-08T05:53:35+00:00"
558
-
},
559
-
{
560
-
"name": "firebase/php-jwt",
561
-
"version": "v6.11.1",
562
-
"source": {
563
-
"type": "git",
564
-
"url": "https://github.com/firebase/php-jwt.git",
565
-
"reference": "d1e91ecf8c598d073d0995afa8cd5c75c6e19e66"
566
-
},
567
-
"dist": {
568
-
"type": "zip",
569
-
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/d1e91ecf8c598d073d0995afa8cd5c75c6e19e66",
570
-
"reference": "d1e91ecf8c598d073d0995afa8cd5c75c6e19e66",
571
-
"shasum": ""
572
-
},
573
-
"require": {
574
-
"php": "^8.0"
575
-
},
576
-
"require-dev": {
577
-
"guzzlehttp/guzzle": "^7.4",
578
-
"phpspec/prophecy-phpunit": "^2.0",
579
-
"phpunit/phpunit": "^9.5",
580
-
"psr/cache": "^2.0||^3.0",
581
-
"psr/http-client": "^1.0",
582
-
"psr/http-factory": "^1.0"
583
-
},
584
-
"suggest": {
585
-
"ext-sodium": "Support EdDSA (Ed25519) signatures",
586
-
"paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
587
-
},
588
-
"type": "library",
589
-
"autoload": {
590
-
"psr-4": {
591
-
"Firebase\\JWT\\": "src"
592
-
}
593
-
},
594
-
"notification-url": "https://packagist.org/downloads/",
595
-
"license": [
596
-
"BSD-3-Clause"
597
-
],
598
-
"authors": [
599
-
{
600
-
"name": "Neuman Vong",
601
-
"email": "neuman+pear@twilio.com",
602
-
"role": "Developer"
603
-
},
604
-
{
605
-
"name": "Anant Narayanan",
606
-
"email": "anant@php.net",
607
-
"role": "Developer"
608
-
}
609
-
],
610
-
"description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
611
-
"homepage": "https://github.com/firebase/php-jwt",
612
-
"keywords": [
613
-
"jwt",
614
-
"php"
615
-
],
616
-
"support": {
617
-
"issues": "https://github.com/firebase/php-jwt/issues",
618
-
"source": "https://github.com/firebase/php-jwt/tree/v6.11.1"
619
-
},
620
-
"time": "2025-04-09T20:32:01+00:00"
621
-
},
622
-
{
623
-
"name": "fruitcake/php-cors",
624
-
"version": "v1.3.0",
625
-
"source": {
626
-
"type": "git",
627
-
"url": "https://github.com/fruitcake/php-cors.git",
628
-
"reference": "3d158f36e7875e2f040f37bc0573956240a5a38b"
629
-
},
630
-
"dist": {
631
-
"type": "zip",
632
-
"url": "https://api.github.com/repos/fruitcake/php-cors/zipball/3d158f36e7875e2f040f37bc0573956240a5a38b",
633
-
"reference": "3d158f36e7875e2f040f37bc0573956240a5a38b",
634
-
"shasum": ""
635
-
},
636
-
"require": {
637
-
"php": "^7.4|^8.0",
638
-
"symfony/http-foundation": "^4.4|^5.4|^6|^7"
639
-
},
640
-
"require-dev": {
641
-
"phpstan/phpstan": "^1.4",
642
-
"phpunit/phpunit": "^9",
643
-
"squizlabs/php_codesniffer": "^3.5"
644
-
},
645
-
"type": "library",
646
-
"extra": {
647
-
"branch-alias": {
648
-
"dev-master": "1.2-dev"
649
-
}
650
-
},
651
-
"autoload": {
652
-
"psr-4": {
653
-
"Fruitcake\\Cors\\": "src/"
654
-
}
655
-
},
656
-
"notification-url": "https://packagist.org/downloads/",
657
-
"license": [
658
-
"MIT"
659
-
],
660
-
"authors": [
661
-
{
662
-
"name": "Fruitcake",
663
-
"homepage": "https://fruitcake.nl"
664
-
},
665
-
{
666
-
"name": "Barryvdh",
667
-
"email": "barryvdh@gmail.com"
668
-
}
669
-
],
670
-
"description": "Cross-origin resource sharing library for the Symfony HttpFoundation",
671
-
"homepage": "https://github.com/fruitcake/php-cors",
672
-
"keywords": [
673
-
"cors",
674
-
"laravel",
675
-
"symfony"
676
-
],
677
-
"support": {
678
-
"issues": "https://github.com/fruitcake/php-cors/issues",
679
-
"source": "https://github.com/fruitcake/php-cors/tree/v1.3.0"
680
-
},
681
-
"funding": [
682
-
{
683
-
"url": "https://fruitcake.nl",
684
-
"type": "custom"
685
-
},
686
-
{
687
-
"url": "https://github.com/barryvdh",
688
-
"type": "github"
689
-
}
690
-
],
691
-
"time": "2023-10-12T05:21:21+00:00"
692
-
},
693
-
{
694
-
"name": "graham-campbell/result-type",
695
-
"version": "v1.1.3",
696
-
"source": {
697
-
"type": "git",
698
-
"url": "https://github.com/GrahamCampbell/Result-Type.git",
699
-
"reference": "3ba905c11371512af9d9bdd27d99b782216b6945"
700
-
},
701
-
"dist": {
702
-
"type": "zip",
703
-
"url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945",
704
-
"reference": "3ba905c11371512af9d9bdd27d99b782216b6945",
705
-
"shasum": ""
706
-
},
707
-
"require": {
708
-
"php": "^7.2.5 || ^8.0",
709
-
"phpoption/phpoption": "^1.9.3"
710
-
},
711
-
"require-dev": {
712
-
"phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
713
-
},
714
-
"type": "library",
715
-
"autoload": {
716
-
"psr-4": {
717
-
"GrahamCampbell\\ResultType\\": "src/"
718
-
}
719
-
},
720
-
"notification-url": "https://packagist.org/downloads/",
721
-
"license": [
722
-
"MIT"
723
-
],
724
-
"authors": [
725
-
{
726
-
"name": "Graham Campbell",
727
-
"email": "hello@gjcampbell.co.uk",
728
-
"homepage": "https://github.com/GrahamCampbell"
729
-
}
730
-
],
731
-
"description": "An Implementation Of The Result Type",
732
-
"keywords": [
733
-
"Graham Campbell",
734
-
"GrahamCampbell",
735
-
"Result Type",
736
-
"Result-Type",
737
-
"result"
738
-
],
739
-
"support": {
740
-
"issues": "https://github.com/GrahamCampbell/Result-Type/issues",
741
-
"source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.3"
742
-
},
743
-
"funding": [
744
-
{
745
-
"url": "https://github.com/GrahamCampbell",
746
-
"type": "github"
747
-
},
748
-
{
749
-
"url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
750
-
"type": "tidelift"
751
-
}
752
-
],
753
-
"time": "2024-07-20T21:45:45+00:00"
754
-
},
755
-
{
756
-
"name": "guzzlehttp/guzzle",
757
-
"version": "7.10.0",
758
-
"source": {
759
-
"type": "git",
760
-
"url": "https://github.com/guzzle/guzzle.git",
761
-
"reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4"
762
-
},
763
-
"dist": {
764
-
"type": "zip",
765
-
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
766
-
"reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
767
-
"shasum": ""
768
-
},
769
-
"require": {
770
-
"ext-json": "*",
771
-
"guzzlehttp/promises": "^2.3",
772
-
"guzzlehttp/psr7": "^2.8",
773
-
"php": "^7.2.5 || ^8.0",
774
-
"psr/http-client": "^1.0",
775
-
"symfony/deprecation-contracts": "^2.2 || ^3.0"
776
-
},
777
-
"provide": {
778
-
"psr/http-client-implementation": "1.0"
779
-
},
780
-
"require-dev": {
781
-
"bamarni/composer-bin-plugin": "^1.8.2",
782
-
"ext-curl": "*",
783
-
"guzzle/client-integration-tests": "3.0.2",
784
-
"php-http/message-factory": "^1.1",
785
-
"phpunit/phpunit": "^8.5.39 || ^9.6.20",
786
-
"psr/log": "^1.1 || ^2.0 || ^3.0"
787
-
},
788
-
"suggest": {
789
-
"ext-curl": "Required for CURL handler support",
790
-
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
791
-
"psr/log": "Required for using the Log middleware"
792
-
},
793
-
"type": "library",
794
-
"extra": {
795
-
"bamarni-bin": {
796
-
"bin-links": true,
797
-
"forward-command": false
798
-
}
799
-
},
800
-
"autoload": {
801
-
"files": [
802
-
"src/functions_include.php"
803
-
],
804
-
"psr-4": {
805
-
"GuzzleHttp\\": "src/"
806
-
}
807
-
},
808
-
"notification-url": "https://packagist.org/downloads/",
809
-
"license": [
810
-
"MIT"
811
-
],
812
-
"authors": [
813
-
{
814
-
"name": "Graham Campbell",
815
-
"email": "hello@gjcampbell.co.uk",
816
-
"homepage": "https://github.com/GrahamCampbell"
817
-
},
818
-
{
819
-
"name": "Michael Dowling",
820
-
"email": "mtdowling@gmail.com",
821
-
"homepage": "https://github.com/mtdowling"
822
-
},
823
-
{
824
-
"name": "Jeremy Lindblom",
825
-
"email": "jeremeamia@gmail.com",
826
-
"homepage": "https://github.com/jeremeamia"
827
-
},
828
-
{
829
-
"name": "George Mponos",
830
-
"email": "gmponos@gmail.com",
831
-
"homepage": "https://github.com/gmponos"
832
-
},
833
-
{
834
-
"name": "Tobias Nyholm",
835
-
"email": "tobias.nyholm@gmail.com",
836
-
"homepage": "https://github.com/Nyholm"
837
-
},
838
-
{
839
-
"name": "Márk Sági-Kazár",
840
-
"email": "mark.sagikazar@gmail.com",
841
-
"homepage": "https://github.com/sagikazarmark"
842
-
},
843
-
{
844
-
"name": "Tobias Schultze",
845
-
"email": "webmaster@tubo-world.de",
846
-
"homepage": "https://github.com/Tobion"
847
-
}
848
-
],
849
-
"description": "Guzzle is a PHP HTTP client library",
850
-
"keywords": [
851
-
"client",
852
-
"curl",
853
-
"framework",
854
-
"http",
855
-
"http client",
856
-
"psr-18",
857
-
"psr-7",
858
-
"rest",
859
-
"web service"
860
-
],
861
-
"support": {
862
-
"issues": "https://github.com/guzzle/guzzle/issues",
863
-
"source": "https://github.com/guzzle/guzzle/tree/7.10.0"
864
-
},
865
-
"funding": [
866
-
{
867
-
"url": "https://github.com/GrahamCampbell",
868
-
"type": "github"
869
-
},
870
-
{
871
-
"url": "https://github.com/Nyholm",
872
-
"type": "github"
873
-
},
874
-
{
875
-
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
876
-
"type": "tidelift"
877
-
}
878
-
],
879
-
"time": "2025-08-23T22:36:01+00:00"
880
-
},
881
-
{
882
-
"name": "guzzlehttp/promises",
883
-
"version": "2.3.0",
884
-
"source": {
885
-
"type": "git",
886
-
"url": "https://github.com/guzzle/promises.git",
887
-
"reference": "481557b130ef3790cf82b713667b43030dc9c957"
888
-
},
889
-
"dist": {
890
-
"type": "zip",
891
-
"url": "https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957",
892
-
"reference": "481557b130ef3790cf82b713667b43030dc9c957",
893
-
"shasum": ""
894
-
},
895
-
"require": {
896
-
"php": "^7.2.5 || ^8.0"
897
-
},
898
-
"require-dev": {
899
-
"bamarni/composer-bin-plugin": "^1.8.2",
900
-
"phpunit/phpunit": "^8.5.44 || ^9.6.25"
901
-
},
902
-
"type": "library",
903
-
"extra": {
904
-
"bamarni-bin": {
905
-
"bin-links": true,
906
-
"forward-command": false
907
-
}
908
-
},
909
-
"autoload": {
910
-
"psr-4": {
911
-
"GuzzleHttp\\Promise\\": "src/"
912
-
}
913
-
},
914
-
"notification-url": "https://packagist.org/downloads/",
915
-
"license": [
916
-
"MIT"
917
-
],
918
-
"authors": [
919
-
{
920
-
"name": "Graham Campbell",
921
-
"email": "hello@gjcampbell.co.uk",
922
-
"homepage": "https://github.com/GrahamCampbell"
923
-
},
924
-
{
925
-
"name": "Michael Dowling",
926
-
"email": "mtdowling@gmail.com",
927
-
"homepage": "https://github.com/mtdowling"
928
-
},
929
-
{
930
-
"name": "Tobias Nyholm",
931
-
"email": "tobias.nyholm@gmail.com",
932
-
"homepage": "https://github.com/Nyholm"
933
-
},
934
-
{
935
-
"name": "Tobias Schultze",
936
-
"email": "webmaster@tubo-world.de",
937
-
"homepage": "https://github.com/Tobion"
938
-
}
939
-
],
940
-
"description": "Guzzle promises library",
941
-
"keywords": [
942
-
"promise"
943
-
],
944
-
"support": {
945
-
"issues": "https://github.com/guzzle/promises/issues",
946
-
"source": "https://github.com/guzzle/promises/tree/2.3.0"
947
-
},
948
-
"funding": [
949
-
{
950
-
"url": "https://github.com/GrahamCampbell",
951
-
"type": "github"
952
-
},
953
-
{
954
-
"url": "https://github.com/Nyholm",
955
-
"type": "github"
956
-
},
957
-
{
958
-
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
959
-
"type": "tidelift"
960
-
}
961
-
],
962
-
"time": "2025-08-22T14:34:08+00:00"
963
-
},
964
-
{
965
-
"name": "guzzlehttp/psr7",
966
-
"version": "2.8.0",
967
-
"source": {
968
-
"type": "git",
969
-
"url": "https://github.com/guzzle/psr7.git",
970
-
"reference": "21dc724a0583619cd1652f673303492272778051"
971
-
},
972
-
"dist": {
973
-
"type": "zip",
974
-
"url": "https://api.github.com/repos/guzzle/psr7/zipball/21dc724a0583619cd1652f673303492272778051",
975
-
"reference": "21dc724a0583619cd1652f673303492272778051",
976
-
"shasum": ""
977
-
},
978
-
"require": {
979
-
"php": "^7.2.5 || ^8.0",
980
-
"psr/http-factory": "^1.0",
981
-
"psr/http-message": "^1.1 || ^2.0",
982
-
"ralouphie/getallheaders": "^3.0"
983
-
},
984
-
"provide": {
985
-
"psr/http-factory-implementation": "1.0",
986
-
"psr/http-message-implementation": "1.0"
987
-
},
988
-
"require-dev": {
989
-
"bamarni/composer-bin-plugin": "^1.8.2",
990
-
"http-interop/http-factory-tests": "0.9.0",
991
-
"phpunit/phpunit": "^8.5.44 || ^9.6.25"
992
-
},
993
-
"suggest": {
994
-
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
995
-
},
996
-
"type": "library",
997
-
"extra": {
998
-
"bamarni-bin": {
999
-
"bin-links": true,
1000
-
"forward-command": false
1001
-
}
1002
-
},
1003
-
"autoload": {
1004
-
"psr-4": {
1005
-
"GuzzleHttp\\Psr7\\": "src/"
1006
-
}
1007
-
},
1008
-
"notification-url": "https://packagist.org/downloads/",
1009
-
"license": [
1010
-
"MIT"
1011
-
],
1012
-
"authors": [
1013
-
{
1014
-
"name": "Graham Campbell",
1015
-
"email": "hello@gjcampbell.co.uk",
1016
-
"homepage": "https://github.com/GrahamCampbell"
1017
-
},
1018
-
{
1019
-
"name": "Michael Dowling",
1020
-
"email": "mtdowling@gmail.com",
1021
-
"homepage": "https://github.com/mtdowling"
1022
-
},
1023
-
{
1024
-
"name": "George Mponos",
1025
-
"email": "gmponos@gmail.com",
1026
-
"homepage": "https://github.com/gmponos"
1027
-
},
1028
-
{
1029
-
"name": "Tobias Nyholm",
1030
-
"email": "tobias.nyholm@gmail.com",
1031
-
"homepage": "https://github.com/Nyholm"
1032
-
},
1033
-
{
1034
-
"name": "Márk Sági-Kazár",
1035
-
"email": "mark.sagikazar@gmail.com",
1036
-
"homepage": "https://github.com/sagikazarmark"
1037
-
},
1038
-
{
1039
-
"name": "Tobias Schultze",
1040
-
"email": "webmaster@tubo-world.de",
1041
-
"homepage": "https://github.com/Tobion"
1042
-
},
1043
-
{
1044
-
"name": "Márk Sági-Kazár",
1045
-
"email": "mark.sagikazar@gmail.com",
1046
-
"homepage": "https://sagikazarmark.hu"
1047
-
}
1048
-
],
1049
-
"description": "PSR-7 message implementation that also provides common utility methods",
1050
-
"keywords": [
1051
-
"http",
1052
-
"message",
1053
-
"psr-7",
1054
-
"request",
1055
-
"response",
1056
-
"stream",
1057
-
"uri",
1058
-
"url"
1059
-
],
1060
-
"support": {
1061
-
"issues": "https://github.com/guzzle/psr7/issues",
1062
-
"source": "https://github.com/guzzle/psr7/tree/2.8.0"
1063
-
},
1064
-
"funding": [
1065
-
{
1066
-
"url": "https://github.com/GrahamCampbell",
1067
-
"type": "github"
1068
-
},
1069
-
{
1070
-
"url": "https://github.com/Nyholm",
1071
-
"type": "github"
1072
-
},
1073
-
{
1074
-
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
1075
-
"type": "tidelift"
1076
-
}
1077
-
],
1078
-
"time": "2025-08-23T21:21:41+00:00"
1079
-
},
1080
-
{
1081
-
"name": "guzzlehttp/uri-template",
1082
-
"version": "v1.0.5",
1083
-
"source": {
1084
-
"type": "git",
1085
-
"url": "https://github.com/guzzle/uri-template.git",
1086
-
"reference": "4f4bbd4e7172148801e76e3decc1e559bdee34e1"
1087
-
},
1088
-
"dist": {
1089
-
"type": "zip",
1090
-
"url": "https://api.github.com/repos/guzzle/uri-template/zipball/4f4bbd4e7172148801e76e3decc1e559bdee34e1",
1091
-
"reference": "4f4bbd4e7172148801e76e3decc1e559bdee34e1",
1092
-
"shasum": ""
1093
-
},
1094
-
"require": {
1095
-
"php": "^7.2.5 || ^8.0",
1096
-
"symfony/polyfill-php80": "^1.24"
1097
-
},
1098
-
"require-dev": {
1099
-
"bamarni/composer-bin-plugin": "^1.8.2",
1100
-
"phpunit/phpunit": "^8.5.44 || ^9.6.25",
1101
-
"uri-template/tests": "1.0.0"
1102
-
},
1103
-
"type": "library",
1104
-
"extra": {
1105
-
"bamarni-bin": {
1106
-
"bin-links": true,
1107
-
"forward-command": false
1108
-
}
1109
-
},
1110
-
"autoload": {
1111
-
"psr-4": {
1112
-
"GuzzleHttp\\UriTemplate\\": "src"
1113
-
}
1114
-
},
1115
-
"notification-url": "https://packagist.org/downloads/",
1116
-
"license": [
1117
-
"MIT"
1118
-
],
1119
-
"authors": [
1120
-
{
1121
-
"name": "Graham Campbell",
1122
-
"email": "hello@gjcampbell.co.uk",
1123
-
"homepage": "https://github.com/GrahamCampbell"
1124
-
},
1125
-
{
1126
-
"name": "Michael Dowling",
1127
-
"email": "mtdowling@gmail.com",
1128
-
"homepage": "https://github.com/mtdowling"
1129
-
},
1130
-
{
1131
-
"name": "George Mponos",
1132
-
"email": "gmponos@gmail.com",
1133
-
"homepage": "https://github.com/gmponos"
1134
-
},
1135
-
{
1136
-
"name": "Tobias Nyholm",
1137
-
"email": "tobias.nyholm@gmail.com",
1138
-
"homepage": "https://github.com/Nyholm"
1139
-
}
1140
-
],
1141
-
"description": "A polyfill class for uri_template of PHP",
1142
-
"keywords": [
1143
-
"guzzlehttp",
1144
-
"uri-template"
1145
-
],
1146
-
"support": {
1147
-
"issues": "https://github.com/guzzle/uri-template/issues",
1148
-
"source": "https://github.com/guzzle/uri-template/tree/v1.0.5"
1149
-
},
1150
-
"funding": [
1151
-
{
1152
-
"url": "https://github.com/GrahamCampbell",
1153
-
"type": "github"
1154
-
},
1155
-
{
1156
-
"url": "https://github.com/Nyholm",
1157
-
"type": "github"
1158
-
},
1159
-
{
1160
-
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template",
1161
-
"type": "tidelift"
1162
-
}
1163
-
],
1164
-
"time": "2025-08-22T14:27:06+00:00"
1165
-
},
1166
-
{
1167
-
"name": "laravel/framework",
1168
-
"version": "v11.46.1",
1169
-
"source": {
1170
-
"type": "git",
1171
-
"url": "https://github.com/laravel/framework.git",
1172
-
"reference": "5fd457f807570a962a53b403b1346efe4cc80bb8"
1173
-
},
1174
-
"dist": {
1175
-
"type": "zip",
1176
-
"url": "https://api.github.com/repos/laravel/framework/zipball/5fd457f807570a962a53b403b1346efe4cc80bb8",
1177
-
"reference": "5fd457f807570a962a53b403b1346efe4cc80bb8",
1178
-
"shasum": ""
1179
-
},
1180
-
"require": {
1181
-
"brick/math": "^0.9.3|^0.10.2|^0.11|^0.12|^0.13|^0.14",
1182
-
"composer-runtime-api": "^2.2",
1183
-
"doctrine/inflector": "^2.0.5",
1184
-
"dragonmantank/cron-expression": "^3.4",
1185
-
"egulias/email-validator": "^3.2.1|^4.0",
1186
-
"ext-ctype": "*",
1187
-
"ext-filter": "*",
1188
-
"ext-hash": "*",
1189
-
"ext-mbstring": "*",
1190
-
"ext-openssl": "*",
1191
-
"ext-session": "*",
1192
-
"ext-tokenizer": "*",
1193
-
"fruitcake/php-cors": "^1.3",
1194
-
"guzzlehttp/guzzle": "^7.8.2",
1195
-
"guzzlehttp/uri-template": "^1.0",
1196
-
"laravel/prompts": "^0.1.18|^0.2.0|^0.3.0",
1197
-
"laravel/serializable-closure": "^1.3|^2.0",
1198
-
"league/commonmark": "^2.7",
1199
-
"league/flysystem": "^3.25.1",
1200
-
"league/flysystem-local": "^3.25.1",
1201
-
"league/uri": "^7.5.1",
1202
-
"monolog/monolog": "^3.0",
1203
-
"nesbot/carbon": "^2.72.6|^3.8.4",
1204
-
"nunomaduro/termwind": "^2.0",
1205
-
"php": "^8.2",
1206
-
"psr/container": "^1.1.1|^2.0.1",
1207
-
"psr/log": "^1.0|^2.0|^3.0",
1208
-
"psr/simple-cache": "^1.0|^2.0|^3.0",
1209
-
"ramsey/uuid": "^4.7",
1210
-
"symfony/console": "^7.0.3",
1211
-
"symfony/error-handler": "^7.0.3",
1212
-
"symfony/finder": "^7.0.3",
1213
-
"symfony/http-foundation": "^7.2.0",
1214
-
"symfony/http-kernel": "^7.0.3",
1215
-
"symfony/mailer": "^7.0.3",
1216
-
"symfony/mime": "^7.0.3",
1217
-
"symfony/polyfill-php83": "^1.31",
1218
-
"symfony/process": "^7.0.3",
1219
-
"symfony/routing": "^7.0.3",
1220
-
"symfony/uid": "^7.0.3",
1221
-
"symfony/var-dumper": "^7.0.3",
1222
-
"tijsverkoyen/css-to-inline-styles": "^2.2.5",
1223
-
"vlucas/phpdotenv": "^5.6.1",
1224
-
"voku/portable-ascii": "^2.0.2"
1225
-
},
1226
-
"conflict": {
1227
-
"tightenco/collect": "<5.5.33"
1228
-
},
1229
-
"provide": {
1230
-
"psr/container-implementation": "1.1|2.0",
1231
-
"psr/log-implementation": "1.0|2.0|3.0",
1232
-
"psr/simple-cache-implementation": "1.0|2.0|3.0"
1233
-
},
1234
-
"replace": {
1235
-
"illuminate/auth": "self.version",
1236
-
"illuminate/broadcasting": "self.version",
1237
-
"illuminate/bus": "self.version",
1238
-
"illuminate/cache": "self.version",
1239
-
"illuminate/collections": "self.version",
1240
-
"illuminate/concurrency": "self.version",
1241
-
"illuminate/conditionable": "self.version",
1242
-
"illuminate/config": "self.version",
1243
-
"illuminate/console": "self.version",
1244
-
"illuminate/container": "self.version",
1245
-
"illuminate/contracts": "self.version",
1246
-
"illuminate/cookie": "self.version",
1247
-
"illuminate/database": "self.version",
1248
-
"illuminate/encryption": "self.version",
1249
-
"illuminate/events": "self.version",
1250
-
"illuminate/filesystem": "self.version",
1251
-
"illuminate/hashing": "self.version",
1252
-
"illuminate/http": "self.version",
1253
-
"illuminate/log": "self.version",
1254
-
"illuminate/macroable": "self.version",
1255
-
"illuminate/mail": "self.version",
1256
-
"illuminate/notifications": "self.version",
1257
-
"illuminate/pagination": "self.version",
1258
-
"illuminate/pipeline": "self.version",
1259
-
"illuminate/process": "self.version",
1260
-
"illuminate/queue": "self.version",
1261
-
"illuminate/redis": "self.version",
1262
-
"illuminate/routing": "self.version",
1263
-
"illuminate/session": "self.version",
1264
-
"illuminate/support": "self.version",
1265
-
"illuminate/testing": "self.version",
1266
-
"illuminate/translation": "self.version",
1267
-
"illuminate/validation": "self.version",
1268
-
"illuminate/view": "self.version",
1269
-
"spatie/once": "*"
1270
-
},
1271
-
"require-dev": {
1272
-
"ably/ably-php": "^1.0",
1273
-
"aws/aws-sdk-php": "^3.322.9",
1274
-
"ext-gmp": "*",
1275
-
"fakerphp/faker": "^1.24",
1276
-
"guzzlehttp/promises": "^2.0.3",
1277
-
"guzzlehttp/psr7": "^2.4",
1278
-
"laravel/pint": "^1.18",
1279
-
"league/flysystem-aws-s3-v3": "^3.25.1",
1280
-
"league/flysystem-ftp": "^3.25.1",
1281
-
"league/flysystem-path-prefixing": "^3.25.1",
1282
-
"league/flysystem-read-only": "^3.25.1",
1283
-
"league/flysystem-sftp-v3": "^3.25.1",
1284
-
"mockery/mockery": "^1.6.10",
1285
-
"orchestra/testbench-core": "^9.16.1",
1286
-
"pda/pheanstalk": "^5.0.6",
1287
-
"php-http/discovery": "^1.15",
1288
-
"phpstan/phpstan": "^2.0",
1289
-
"phpunit/phpunit": "^10.5.35|^11.3.6|^12.0.1",
1290
-
"predis/predis": "^2.3",
1291
-
"resend/resend-php": "^0.10.0",
1292
-
"symfony/cache": "^7.0.3",
1293
-
"symfony/http-client": "^7.0.3",
1294
-
"symfony/psr-http-message-bridge": "^7.0.3",
1295
-
"symfony/translation": "^7.0.3"
1296
-
},
1297
-
"suggest": {
1298
-
"ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
1299
-
"aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.322.9).",
1300
-
"brianium/paratest": "Required to run tests in parallel (^7.0|^8.0).",
1301
-
"ext-apcu": "Required to use the APC cache driver.",
1302
-
"ext-fileinfo": "Required to use the Filesystem class.",
1303
-
"ext-ftp": "Required to use the Flysystem FTP driver.",
1304
-
"ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
1305
-
"ext-memcached": "Required to use the memcache cache driver.",
1306
-
"ext-pcntl": "Required to use all features of the queue worker and console signal trapping.",
1307
-
"ext-pdo": "Required to use all database features.",
1308
-
"ext-posix": "Required to use all features of the queue worker.",
1309
-
"ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0|^6.0).",
1310
-
"fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
1311
-
"filp/whoops": "Required for friendly error pages in development (^2.14.3).",
1312
-
"laravel/tinker": "Required to use the tinker console command (^2.0).",
1313
-
"league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.25.1).",
1314
-
"league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.25.1).",
1315
-
"league/flysystem-path-prefixing": "Required to use the scoped driver (^3.25.1).",
1316
-
"league/flysystem-read-only": "Required to use read-only disks (^3.25.1)",
1317
-
"league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.25.1).",
1318
-
"mockery/mockery": "Required to use mocking (^1.6).",
1319
-
"pda/pheanstalk": "Required to use the beanstalk queue driver (^5.0).",
1320
-
"php-http/discovery": "Required to use PSR-7 bridging features (^1.15).",
1321
-
"phpunit/phpunit": "Required to use assertions and run tests (^10.5.35|^11.3.6|^12.0.1).",
1322
-
"predis/predis": "Required to use the predis connector (^2.3).",
1323
-
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
1324
-
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
1325
-
"resend/resend-php": "Required to enable support for the Resend mail transport (^0.10.0).",
1326
-
"symfony/cache": "Required to PSR-6 cache bridge (^7.0).",
1327
-
"symfony/filesystem": "Required to enable support for relative symbolic links (^7.0).",
1328
-
"symfony/http-client": "Required to enable support for the Symfony API mail transports (^7.0).",
1329
-
"symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^7.0).",
1330
-
"symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^7.0).",
1331
-
"symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^7.0)."
1332
-
},
1333
-
"type": "library",
1334
-
"extra": {
1335
-
"branch-alias": {
1336
-
"dev-master": "11.x-dev"
1337
-
}
1338
-
},
1339
-
"autoload": {
1340
-
"files": [
1341
-
"src/Illuminate/Collections/functions.php",
1342
-
"src/Illuminate/Collections/helpers.php",
1343
-
"src/Illuminate/Events/functions.php",
1344
-
"src/Illuminate/Filesystem/functions.php",
1345
-
"src/Illuminate/Foundation/helpers.php",
1346
-
"src/Illuminate/Log/functions.php",
1347
-
"src/Illuminate/Support/functions.php",
1348
-
"src/Illuminate/Support/helpers.php"
1349
-
],
1350
-
"psr-4": {
1351
-
"Illuminate\\": "src/Illuminate/",
1352
-
"Illuminate\\Support\\": [
1353
-
"src/Illuminate/Macroable/",
1354
-
"src/Illuminate/Collections/",
1355
-
"src/Illuminate/Conditionable/"
1356
-
]
1357
-
}
1358
-
},
1359
-
"notification-url": "https://packagist.org/downloads/",
1360
-
"license": [
1361
-
"MIT"
1362
-
],
1363
-
"authors": [
1364
-
{
1365
-
"name": "Taylor Otwell",
1366
-
"email": "taylor@laravel.com"
1367
-
}
1368
-
],
1369
-
"description": "The Laravel Framework.",
1370
-
"homepage": "https://laravel.com",
1371
-
"keywords": [
1372
-
"framework",
1373
-
"laravel"
1374
-
],
1375
-
"support": {
1376
-
"issues": "https://github.com/laravel/framework/issues",
1377
-
"source": "https://github.com/laravel/framework"
1378
-
},
1379
-
"time": "2025-09-30T14:51:32+00:00"
1380
-
},
1381
-
{
1382
-
"name": "laravel/prompts",
1383
-
"version": "v0.3.7",
1384
-
"source": {
1385
-
"type": "git",
1386
-
"url": "https://github.com/laravel/prompts.git",
1387
-
"reference": "a1891d362714bc40c8d23b0b1d7090f022ea27cc"
1388
-
},
1389
-
"dist": {
1390
-
"type": "zip",
1391
-
"url": "https://api.github.com/repos/laravel/prompts/zipball/a1891d362714bc40c8d23b0b1d7090f022ea27cc",
1392
-
"reference": "a1891d362714bc40c8d23b0b1d7090f022ea27cc",
1393
-
"shasum": ""
1394
-
},
1395
-
"require": {
1396
-
"composer-runtime-api": "^2.2",
1397
-
"ext-mbstring": "*",
1398
-
"php": "^8.1",
1399
-
"symfony/console": "^6.2|^7.0"
1400
-
},
1401
-
"conflict": {
1402
-
"illuminate/console": ">=10.17.0 <10.25.0",
1403
-
"laravel/framework": ">=10.17.0 <10.25.0"
1404
-
},
1405
-
"require-dev": {
1406
-
"illuminate/collections": "^10.0|^11.0|^12.0",
1407
-
"mockery/mockery": "^1.5",
1408
-
"pestphp/pest": "^2.3|^3.4",
1409
-
"phpstan/phpstan": "^1.12.28",
1410
-
"phpstan/phpstan-mockery": "^1.1.3"
1411
-
},
1412
-
"suggest": {
1413
-
"ext-pcntl": "Required for the spinner to be animated."
1414
-
},
1415
-
"type": "library",
1416
-
"extra": {
1417
-
"branch-alias": {
1418
-
"dev-main": "0.3.x-dev"
1419
-
}
1420
-
},
1421
-
"autoload": {
1422
-
"files": [
1423
-
"src/helpers.php"
1424
-
],
1425
-
"psr-4": {
1426
-
"Laravel\\Prompts\\": "src/"
1427
-
}
1428
-
},
1429
-
"notification-url": "https://packagist.org/downloads/",
1430
-
"license": [
1431
-
"MIT"
1432
-
],
1433
-
"description": "Add beautiful and user-friendly forms to your command-line applications.",
1434
-
"support": {
1435
-
"issues": "https://github.com/laravel/prompts/issues",
1436
-
"source": "https://github.com/laravel/prompts/tree/v0.3.7"
1437
-
},
1438
-
"time": "2025-09-19T13:47:56+00:00"
1439
-
},
1440
-
{
1441
-
"name": "laravel/serializable-closure",
1442
-
"version": "v2.0.6",
1443
-
"source": {
1444
-
"type": "git",
1445
-
"url": "https://github.com/laravel/serializable-closure.git",
1446
-
"reference": "038ce42edee619599a1debb7e81d7b3759492819"
1447
-
},
1448
-
"dist": {
1449
-
"type": "zip",
1450
-
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/038ce42edee619599a1debb7e81d7b3759492819",
1451
-
"reference": "038ce42edee619599a1debb7e81d7b3759492819",
1452
-
"shasum": ""
1453
-
},
1454
-
"require": {
1455
-
"php": "^8.1"
1456
-
},
1457
-
"require-dev": {
1458
-
"illuminate/support": "^10.0|^11.0|^12.0",
1459
-
"nesbot/carbon": "^2.67|^3.0",
1460
-
"pestphp/pest": "^2.36|^3.0",
1461
-
"phpstan/phpstan": "^2.0",
1462
-
"symfony/var-dumper": "^6.2.0|^7.0.0"
1463
-
},
1464
-
"type": "library",
1465
-
"extra": {
1466
-
"branch-alias": {
1467
-
"dev-master": "2.x-dev"
1468
-
}
1469
-
},
1470
-
"autoload": {
1471
-
"psr-4": {
1472
-
"Laravel\\SerializableClosure\\": "src/"
1473
-
}
1474
-
},
1475
-
"notification-url": "https://packagist.org/downloads/",
1476
-
"license": [
1477
-
"MIT"
1478
-
],
1479
-
"authors": [
1480
-
{
1481
-
"name": "Taylor Otwell",
1482
-
"email": "taylor@laravel.com"
1483
-
},
1484
-
{
1485
-
"name": "Nuno Maduro",
1486
-
"email": "nuno@laravel.com"
1487
-
}
1488
-
],
1489
-
"description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
1490
-
"keywords": [
1491
-
"closure",
1492
-
"laravel",
1493
-
"serializable"
1494
-
],
1495
-
"support": {
1496
-
"issues": "https://github.com/laravel/serializable-closure/issues",
1497
-
"source": "https://github.com/laravel/serializable-closure"
1498
-
},
1499
-
"time": "2025-10-09T13:42:30+00:00"
1500
-
},
1501
-
{
1502
-
"name": "laravel/socialite",
1503
-
"version": "v5.23.1",
1504
-
"source": {
1505
-
"type": "git",
1506
-
"url": "https://github.com/laravel/socialite.git",
1507
-
"reference": "83d7523c97c1101d288126948947891319eef800"
1508
-
},
1509
-
"dist": {
1510
-
"type": "zip",
1511
-
"url": "https://api.github.com/repos/laravel/socialite/zipball/83d7523c97c1101d288126948947891319eef800",
1512
-
"reference": "83d7523c97c1101d288126948947891319eef800",
1513
-
"shasum": ""
1514
-
},
1515
-
"require": {
1516
-
"ext-json": "*",
1517
-
"firebase/php-jwt": "^6.4",
1518
-
"guzzlehttp/guzzle": "^6.0|^7.0",
1519
-
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
1520
-
"illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
1521
-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
1522
-
"league/oauth1-client": "^1.11",
1523
-
"php": "^7.2|^8.0",
1524
-
"phpseclib/phpseclib": "^3.0"
1525
-
},
1526
-
"require-dev": {
1527
-
"mockery/mockery": "^1.0",
1528
-
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
1529
-
"phpstan/phpstan": "^1.12.23",
1530
-
"phpunit/phpunit": "^8.0|^9.3|^10.4|^11.5"
1531
-
},
1532
-
"type": "library",
1533
-
"extra": {
1534
-
"laravel": {
1535
-
"aliases": {
1536
-
"Socialite": "Laravel\\Socialite\\Facades\\Socialite"
1537
-
},
1538
-
"providers": [
1539
-
"Laravel\\Socialite\\SocialiteServiceProvider"
1540
-
]
1541
-
},
1542
-
"branch-alias": {
1543
-
"dev-master": "5.x-dev"
1544
-
}
1545
-
},
1546
-
"autoload": {
1547
-
"psr-4": {
1548
-
"Laravel\\Socialite\\": "src/"
1549
-
}
1550
-
},
1551
-
"notification-url": "https://packagist.org/downloads/",
1552
-
"license": [
1553
-
"MIT"
1554
-
],
1555
-
"authors": [
1556
-
{
1557
-
"name": "Taylor Otwell",
1558
-
"email": "taylor@laravel.com"
1559
-
}
1560
-
],
1561
-
"description": "Laravel wrapper around OAuth 1 & OAuth 2 libraries.",
1562
-
"homepage": "https://laravel.com",
1563
-
"keywords": [
1564
-
"laravel",
1565
-
"oauth"
1566
-
],
1567
-
"support": {
1568
-
"issues": "https://github.com/laravel/socialite/issues",
1569
-
"source": "https://github.com/laravel/socialite"
1570
-
},
1571
-
"time": "2025-10-27T15:36:41+00:00"
1572
-
},
1573
-
{
1574
-
"name": "league/commonmark",
1575
-
"version": "2.7.1",
1576
-
"source": {
1577
-
"type": "git",
1578
-
"url": "https://github.com/thephpleague/commonmark.git",
1579
-
"reference": "10732241927d3971d28e7ea7b5712721fa2296ca"
1580
-
},
1581
-
"dist": {
1582
-
"type": "zip",
1583
-
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/10732241927d3971d28e7ea7b5712721fa2296ca",
1584
-
"reference": "10732241927d3971d28e7ea7b5712721fa2296ca",
1585
-
"shasum": ""
1586
-
},
1587
-
"require": {
1588
-
"ext-mbstring": "*",
1589
-
"league/config": "^1.1.1",
1590
-
"php": "^7.4 || ^8.0",
1591
-
"psr/event-dispatcher": "^1.0",
1592
-
"symfony/deprecation-contracts": "^2.1 || ^3.0",
1593
-
"symfony/polyfill-php80": "^1.16"
1594
-
},
1595
-
"require-dev": {
1596
-
"cebe/markdown": "^1.0",
1597
-
"commonmark/cmark": "0.31.1",
1598
-
"commonmark/commonmark.js": "0.31.1",
1599
-
"composer/package-versions-deprecated": "^1.8",
1600
-
"embed/embed": "^4.4",
1601
-
"erusev/parsedown": "^1.0",
1602
-
"ext-json": "*",
1603
-
"github/gfm": "0.29.0",
1604
-
"michelf/php-markdown": "^1.4 || ^2.0",
1605
-
"nyholm/psr7": "^1.5",
1606
-
"phpstan/phpstan": "^1.8.2",
1607
-
"phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0",
1608
-
"scrutinizer/ocular": "^1.8.1",
1609
-
"symfony/finder": "^5.3 | ^6.0 | ^7.0",
1610
-
"symfony/process": "^5.4 | ^6.0 | ^7.0",
1611
-
"symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 | ^7.0",
1612
-
"unleashedtech/php-coding-standard": "^3.1.1",
1613
-
"vimeo/psalm": "^4.24.0 || ^5.0.0 || ^6.0.0"
1614
-
},
1615
-
"suggest": {
1616
-
"symfony/yaml": "v2.3+ required if using the Front Matter extension"
1617
-
},
1618
-
"type": "library",
1619
-
"extra": {
1620
-
"branch-alias": {
1621
-
"dev-main": "2.8-dev"
1622
-
}
1623
-
},
1624
-
"autoload": {
1625
-
"psr-4": {
1626
-
"League\\CommonMark\\": "src"
1627
-
}
1628
-
},
1629
-
"notification-url": "https://packagist.org/downloads/",
1630
-
"license": [
1631
-
"BSD-3-Clause"
1632
-
],
1633
-
"authors": [
1634
-
{
1635
-
"name": "Colin O'Dell",
1636
-
"email": "colinodell@gmail.com",
1637
-
"homepage": "https://www.colinodell.com",
1638
-
"role": "Lead Developer"
1639
-
}
1640
-
],
1641
-
"description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
1642
-
"homepage": "https://commonmark.thephpleague.com",
1643
-
"keywords": [
1644
-
"commonmark",
1645
-
"flavored",
1646
-
"gfm",
1647
-
"github",
1648
-
"github-flavored",
1649
-
"markdown",
1650
-
"md",
1651
-
"parser"
1652
-
],
1653
-
"support": {
1654
-
"docs": "https://commonmark.thephpleague.com/",
1655
-
"forum": "https://github.com/thephpleague/commonmark/discussions",
1656
-
"issues": "https://github.com/thephpleague/commonmark/issues",
1657
-
"rss": "https://github.com/thephpleague/commonmark/releases.atom",
1658
-
"source": "https://github.com/thephpleague/commonmark"
1659
-
},
1660
-
"funding": [
1661
-
{
1662
-
"url": "https://www.colinodell.com/sponsor",
1663
-
"type": "custom"
1664
-
},
1665
-
{
1666
-
"url": "https://www.paypal.me/colinpodell/10.00",
1667
-
"type": "custom"
1668
-
},
1669
-
{
1670
-
"url": "https://github.com/colinodell",
1671
-
"type": "github"
1672
-
},
1673
-
{
1674
-
"url": "https://tidelift.com/funding/github/packagist/league/commonmark",
1675
-
"type": "tidelift"
1676
-
}
1677
-
],
1678
-
"time": "2025-07-20T12:47:49+00:00"
1679
-
},
1680
-
{
1681
-
"name": "league/config",
1682
-
"version": "v1.2.0",
1683
-
"source": {
1684
-
"type": "git",
1685
-
"url": "https://github.com/thephpleague/config.git",
1686
-
"reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3"
1687
-
},
1688
-
"dist": {
1689
-
"type": "zip",
1690
-
"url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
1691
-
"reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
1692
-
"shasum": ""
1693
-
},
1694
-
"require": {
1695
-
"dflydev/dot-access-data": "^3.0.1",
1696
-
"nette/schema": "^1.2",
1697
-
"php": "^7.4 || ^8.0"
1698
-
},
1699
-
"require-dev": {
1700
-
"phpstan/phpstan": "^1.8.2",
1701
-
"phpunit/phpunit": "^9.5.5",
1702
-
"scrutinizer/ocular": "^1.8.1",
1703
-
"unleashedtech/php-coding-standard": "^3.1",
1704
-
"vimeo/psalm": "^4.7.3"
1705
-
},
1706
-
"type": "library",
1707
-
"extra": {
1708
-
"branch-alias": {
1709
-
"dev-main": "1.2-dev"
1710
-
}
1711
-
},
1712
-
"autoload": {
1713
-
"psr-4": {
1714
-
"League\\Config\\": "src"
1715
-
}
1716
-
},
1717
-
"notification-url": "https://packagist.org/downloads/",
1718
-
"license": [
1719
-
"BSD-3-Clause"
1720
-
],
1721
-
"authors": [
1722
-
{
1723
-
"name": "Colin O'Dell",
1724
-
"email": "colinodell@gmail.com",
1725
-
"homepage": "https://www.colinodell.com",
1726
-
"role": "Lead Developer"
1727
-
}
1728
-
],
1729
-
"description": "Define configuration arrays with strict schemas and access values with dot notation",
1730
-
"homepage": "https://config.thephpleague.com",
1731
-
"keywords": [
1732
-
"array",
1733
-
"config",
1734
-
"configuration",
1735
-
"dot",
1736
-
"dot-access",
1737
-
"nested",
1738
-
"schema"
1739
-
],
1740
-
"support": {
1741
-
"docs": "https://config.thephpleague.com/",
1742
-
"issues": "https://github.com/thephpleague/config/issues",
1743
-
"rss": "https://github.com/thephpleague/config/releases.atom",
1744
-
"source": "https://github.com/thephpleague/config"
1745
-
},
1746
-
"funding": [
1747
-
{
1748
-
"url": "https://www.colinodell.com/sponsor",
1749
-
"type": "custom"
1750
-
},
1751
-
{
1752
-
"url": "https://www.paypal.me/colinpodell/10.00",
1753
-
"type": "custom"
1754
-
},
1755
-
{
1756
-
"url": "https://github.com/colinodell",
1757
-
"type": "github"
1758
-
}
1759
-
],
1760
-
"time": "2022-12-11T20:36:23+00:00"
1761
-
},
1762
-
{
1763
-
"name": "league/flysystem",
1764
-
"version": "3.30.1",
1765
-
"source": {
1766
-
"type": "git",
1767
-
"url": "https://github.com/thephpleague/flysystem.git",
1768
-
"reference": "c139fd65c1f796b926f4aec0df37f6caa959a8da"
1769
-
},
1770
-
"dist": {
1771
-
"type": "zip",
1772
-
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/c139fd65c1f796b926f4aec0df37f6caa959a8da",
1773
-
"reference": "c139fd65c1f796b926f4aec0df37f6caa959a8da",
1774
-
"shasum": ""
1775
-
},
1776
-
"require": {
1777
-
"league/flysystem-local": "^3.0.0",
1778
-
"league/mime-type-detection": "^1.0.0",
1779
-
"php": "^8.0.2"
1780
-
},
1781
-
"conflict": {
1782
-
"async-aws/core": "<1.19.0",
1783
-
"async-aws/s3": "<1.14.0",
1784
-
"aws/aws-sdk-php": "3.209.31 || 3.210.0",
1785
-
"guzzlehttp/guzzle": "<7.0",
1786
-
"guzzlehttp/ringphp": "<1.1.1",
1787
-
"phpseclib/phpseclib": "3.0.15",
1788
-
"symfony/http-client": "<5.2"
1789
-
},
1790
-
"require-dev": {
1791
-
"async-aws/s3": "^1.5 || ^2.0",
1792
-
"async-aws/simple-s3": "^1.1 || ^2.0",
1793
-
"aws/aws-sdk-php": "^3.295.10",
1794
-
"composer/semver": "^3.0",
1795
-
"ext-fileinfo": "*",
1796
-
"ext-ftp": "*",
1797
-
"ext-mongodb": "^1.3|^2",
1798
-
"ext-zip": "*",
1799
-
"friendsofphp/php-cs-fixer": "^3.5",
1800
-
"google/cloud-storage": "^1.23",
1801
-
"guzzlehttp/psr7": "^2.6",
1802
-
"microsoft/azure-storage-blob": "^1.1",
1803
-
"mongodb/mongodb": "^1.2|^2",
1804
-
"phpseclib/phpseclib": "^3.0.36",
1805
-
"phpstan/phpstan": "^1.10",
1806
-
"phpunit/phpunit": "^9.5.11|^10.0",
1807
-
"sabre/dav": "^4.6.0"
1808
-
},
1809
-
"type": "library",
1810
-
"autoload": {
1811
-
"psr-4": {
1812
-
"League\\Flysystem\\": "src"
1813
-
}
1814
-
},
1815
-
"notification-url": "https://packagist.org/downloads/",
1816
-
"license": [
1817
-
"MIT"
1818
-
],
1819
-
"authors": [
1820
-
{
1821
-
"name": "Frank de Jonge",
1822
-
"email": "info@frankdejonge.nl"
1823
-
}
1824
-
],
1825
-
"description": "File storage abstraction for PHP",
1826
-
"keywords": [
1827
-
"WebDAV",
1828
-
"aws",
1829
-
"cloud",
1830
-
"file",
1831
-
"files",
1832
-
"filesystem",
1833
-
"filesystems",
1834
-
"ftp",
1835
-
"s3",
1836
-
"sftp",
1837
-
"storage"
1838
-
],
1839
-
"support": {
1840
-
"issues": "https://github.com/thephpleague/flysystem/issues",
1841
-
"source": "https://github.com/thephpleague/flysystem/tree/3.30.1"
1842
-
},
1843
-
"time": "2025-10-20T15:35:26+00:00"
1844
-
},
1845
-
{
1846
-
"name": "league/flysystem-local",
1847
-
"version": "3.30.0",
1848
-
"source": {
1849
-
"type": "git",
1850
-
"url": "https://github.com/thephpleague/flysystem-local.git",
1851
-
"reference": "6691915f77c7fb69adfb87dcd550052dc184ee10"
1852
-
},
1853
-
"dist": {
1854
-
"type": "zip",
1855
-
"url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/6691915f77c7fb69adfb87dcd550052dc184ee10",
1856
-
"reference": "6691915f77c7fb69adfb87dcd550052dc184ee10",
1857
-
"shasum": ""
1858
-
},
1859
-
"require": {
1860
-
"ext-fileinfo": "*",
1861
-
"league/flysystem": "^3.0.0",
1862
-
"league/mime-type-detection": "^1.0.0",
1863
-
"php": "^8.0.2"
1864
-
},
1865
-
"type": "library",
1866
-
"autoload": {
1867
-
"psr-4": {
1868
-
"League\\Flysystem\\Local\\": ""
1869
-
}
1870
-
},
1871
-
"notification-url": "https://packagist.org/downloads/",
1872
-
"license": [
1873
-
"MIT"
1874
-
],
1875
-
"authors": [
1876
-
{
1877
-
"name": "Frank de Jonge",
1878
-
"email": "info@frankdejonge.nl"
1879
-
}
1880
-
],
1881
-
"description": "Local filesystem adapter for Flysystem.",
1882
-
"keywords": [
1883
-
"Flysystem",
1884
-
"file",
1885
-
"files",
1886
-
"filesystem",
1887
-
"local"
1888
-
],
1889
-
"support": {
1890
-
"source": "https://github.com/thephpleague/flysystem-local/tree/3.30.0"
1891
-
},
1892
-
"time": "2025-05-21T10:34:19+00:00"
1893
-
},
1894
-
{
1895
-
"name": "league/mime-type-detection",
1896
-
"version": "1.16.0",
1897
-
"source": {
1898
-
"type": "git",
1899
-
"url": "https://github.com/thephpleague/mime-type-detection.git",
1900
-
"reference": "2d6702ff215bf922936ccc1ad31007edc76451b9"
1901
-
},
1902
-
"dist": {
1903
-
"type": "zip",
1904
-
"url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9",
1905
-
"reference": "2d6702ff215bf922936ccc1ad31007edc76451b9",
1906
-
"shasum": ""
1907
-
},
1908
-
"require": {
1909
-
"ext-fileinfo": "*",
1910
-
"php": "^7.4 || ^8.0"
1911
-
},
1912
-
"require-dev": {
1913
-
"friendsofphp/php-cs-fixer": "^3.2",
1914
-
"phpstan/phpstan": "^0.12.68",
1915
-
"phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
1916
-
},
1917
-
"type": "library",
1918
-
"autoload": {
1919
-
"psr-4": {
1920
-
"League\\MimeTypeDetection\\": "src"
1921
-
}
1922
-
},
1923
-
"notification-url": "https://packagist.org/downloads/",
1924
-
"license": [
1925
-
"MIT"
1926
-
],
1927
-
"authors": [
1928
-
{
1929
-
"name": "Frank de Jonge",
1930
-
"email": "info@frankdejonge.nl"
1931
-
}
1932
-
],
1933
-
"description": "Mime-type detection for Flysystem",
1934
-
"support": {
1935
-
"issues": "https://github.com/thephpleague/mime-type-detection/issues",
1936
-
"source": "https://github.com/thephpleague/mime-type-detection/tree/1.16.0"
1937
-
},
1938
-
"funding": [
1939
-
{
1940
-
"url": "https://github.com/frankdejonge",
1941
-
"type": "github"
1942
-
},
1943
-
{
1944
-
"url": "https://tidelift.com/funding/github/packagist/league/flysystem",
1945
-
"type": "tidelift"
1946
-
}
1947
-
],
1948
-
"time": "2024-09-21T08:32:55+00:00"
1949
-
},
1950
-
{
1951
-
"name": "league/oauth1-client",
1952
-
"version": "v1.11.0",
1953
-
"source": {
1954
-
"type": "git",
1955
-
"url": "https://github.com/thephpleague/oauth1-client.git",
1956
-
"reference": "f9c94b088837eb1aae1ad7c4f23eb65cc6993055"
1957
-
},
1958
-
"dist": {
1959
-
"type": "zip",
1960
-
"url": "https://api.github.com/repos/thephpleague/oauth1-client/zipball/f9c94b088837eb1aae1ad7c4f23eb65cc6993055",
1961
-
"reference": "f9c94b088837eb1aae1ad7c4f23eb65cc6993055",
1962
-
"shasum": ""
1963
-
},
1964
-
"require": {
1965
-
"ext-json": "*",
1966
-
"ext-openssl": "*",
1967
-
"guzzlehttp/guzzle": "^6.0|^7.0",
1968
-
"guzzlehttp/psr7": "^1.7|^2.0",
1969
-
"php": ">=7.1||>=8.0"
1970
-
},
1971
-
"require-dev": {
1972
-
"ext-simplexml": "*",
1973
-
"friendsofphp/php-cs-fixer": "^2.17",
1974
-
"mockery/mockery": "^1.3.3",
1975
-
"phpstan/phpstan": "^0.12.42",
1976
-
"phpunit/phpunit": "^7.5||9.5"
1977
-
},
1978
-
"suggest": {
1979
-
"ext-simplexml": "For decoding XML-based responses."
1980
-
},
1981
-
"type": "library",
1982
-
"extra": {
1983
-
"branch-alias": {
1984
-
"dev-master": "1.0-dev",
1985
-
"dev-develop": "2.0-dev"
1986
-
}
1987
-
},
1988
-
"autoload": {
1989
-
"psr-4": {
1990
-
"League\\OAuth1\\Client\\": "src/"
1991
-
}
1992
-
},
1993
-
"notification-url": "https://packagist.org/downloads/",
1994
-
"license": [
1995
-
"MIT"
1996
-
],
1997
-
"authors": [
1998
-
{
1999
-
"name": "Ben Corlett",
2000
-
"email": "bencorlett@me.com",
2001
-
"homepage": "http://www.webcomm.com.au",
2002
-
"role": "Developer"
2003
-
}
2004
-
],
2005
-
"description": "OAuth 1.0 Client Library",
2006
-
"keywords": [
2007
-
"Authentication",
2008
-
"SSO",
2009
-
"authorization",
2010
-
"bitbucket",
2011
-
"identity",
2012
-
"idp",
2013
-
"oauth",
2014
-
"oauth1",
2015
-
"single sign on",
2016
-
"trello",
2017
-
"tumblr",
2018
-
"twitter"
2019
-
],
2020
-
"support": {
2021
-
"issues": "https://github.com/thephpleague/oauth1-client/issues",
2022
-
"source": "https://github.com/thephpleague/oauth1-client/tree/v1.11.0"
2023
-
},
2024
-
"time": "2024-12-10T19:59:05+00:00"
2025
-
},
2026
-
{
2027
-
"name": "league/uri",
2028
-
"version": "7.5.1",
2029
-
"source": {
2030
-
"type": "git",
2031
-
"url": "https://github.com/thephpleague/uri.git",
2032
-
"reference": "81fb5145d2644324614cc532b28efd0215bda430"
2033
-
},
2034
-
"dist": {
2035
-
"type": "zip",
2036
-
"url": "https://api.github.com/repos/thephpleague/uri/zipball/81fb5145d2644324614cc532b28efd0215bda430",
2037
-
"reference": "81fb5145d2644324614cc532b28efd0215bda430",
2038
-
"shasum": ""
2039
-
},
2040
-
"require": {
2041
-
"league/uri-interfaces": "^7.5",
2042
-
"php": "^8.1"
2043
-
},
2044
-
"conflict": {
2045
-
"league/uri-schemes": "^1.0"
2046
-
},
2047
-
"suggest": {
2048
-
"ext-bcmath": "to improve IPV4 host parsing",
2049
-
"ext-fileinfo": "to create Data URI from file contennts",
2050
-
"ext-gmp": "to improve IPV4 host parsing",
2051
-
"ext-intl": "to handle IDN host with the best performance",
2052
-
"jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain",
2053
-
"league/uri-components": "Needed to easily manipulate URI objects components",
2054
-
"php-64bit": "to improve IPV4 host parsing",
2055
-
"symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
2056
-
},
2057
-
"type": "library",
2058
-
"extra": {
2059
-
"branch-alias": {
2060
-
"dev-master": "7.x-dev"
2061
-
}
2062
-
},
2063
-
"autoload": {
2064
-
"psr-4": {
2065
-
"League\\Uri\\": ""
2066
-
}
2067
-
},
2068
-
"notification-url": "https://packagist.org/downloads/",
2069
-
"license": [
2070
-
"MIT"
2071
-
],
2072
-
"authors": [
2073
-
{
2074
-
"name": "Ignace Nyamagana Butera",
2075
-
"email": "nyamsprod@gmail.com",
2076
-
"homepage": "https://nyamsprod.com"
2077
-
}
2078
-
],
2079
-
"description": "URI manipulation library",
2080
-
"homepage": "https://uri.thephpleague.com",
2081
-
"keywords": [
2082
-
"data-uri",
2083
-
"file-uri",
2084
-
"ftp",
2085
-
"hostname",
2086
-
"http",
2087
-
"https",
2088
-
"middleware",
2089
-
"parse_str",
2090
-
"parse_url",
2091
-
"psr-7",
2092
-
"query-string",
2093
-
"querystring",
2094
-
"rfc3986",
2095
-
"rfc3987",
2096
-
"rfc6570",
2097
-
"uri",
2098
-
"uri-template",
2099
-
"url",
2100
-
"ws"
2101
-
],
2102
-
"support": {
2103
-
"docs": "https://uri.thephpleague.com",
2104
-
"forum": "https://thephpleague.slack.com",
2105
-
"issues": "https://github.com/thephpleague/uri-src/issues",
2106
-
"source": "https://github.com/thephpleague/uri/tree/7.5.1"
2107
-
},
2108
-
"funding": [
2109
-
{
2110
-
"url": "https://github.com/sponsors/nyamsprod",
2111
-
"type": "github"
2112
-
}
2113
-
],
2114
-
"time": "2024-12-08T08:40:02+00:00"
2115
-
},
2116
-
{
2117
-
"name": "league/uri-interfaces",
2118
-
"version": "7.5.0",
2119
-
"source": {
2120
-
"type": "git",
2121
-
"url": "https://github.com/thephpleague/uri-interfaces.git",
2122
-
"reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742"
2123
-
},
2124
-
"dist": {
2125
-
"type": "zip",
2126
-
"url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/08cfc6c4f3d811584fb09c37e2849e6a7f9b0742",
2127
-
"reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742",
2128
-
"shasum": ""
2129
-
},
2130
-
"require": {
2131
-
"ext-filter": "*",
2132
-
"php": "^8.1",
2133
-
"psr/http-factory": "^1",
2134
-
"psr/http-message": "^1.1 || ^2.0"
2135
-
},
2136
-
"suggest": {
2137
-
"ext-bcmath": "to improve IPV4 host parsing",
2138
-
"ext-gmp": "to improve IPV4 host parsing",
2139
-
"ext-intl": "to handle IDN host with the best performance",
2140
-
"php-64bit": "to improve IPV4 host parsing",
2141
-
"symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
2142
-
},
2143
-
"type": "library",
2144
-
"extra": {
2145
-
"branch-alias": {
2146
-
"dev-master": "7.x-dev"
2147
-
}
2148
-
},
2149
-
"autoload": {
2150
-
"psr-4": {
2151
-
"League\\Uri\\": ""
2152
-
}
2153
-
},
2154
-
"notification-url": "https://packagist.org/downloads/",
2155
-
"license": [
2156
-
"MIT"
2157
-
],
2158
-
"authors": [
2159
-
{
2160
-
"name": "Ignace Nyamagana Butera",
2161
-
"email": "nyamsprod@gmail.com",
2162
-
"homepage": "https://nyamsprod.com"
2163
-
}
2164
-
],
2165
-
"description": "Common interfaces and classes for URI representation and interaction",
2166
-
"homepage": "https://uri.thephpleague.com",
2167
-
"keywords": [
2168
-
"data-uri",
2169
-
"file-uri",
2170
-
"ftp",
2171
-
"hostname",
2172
-
"http",
2173
-
"https",
2174
-
"parse_str",
2175
-
"parse_url",
2176
-
"psr-7",
2177
-
"query-string",
2178
-
"querystring",
2179
-
"rfc3986",
2180
-
"rfc3987",
2181
-
"rfc6570",
2182
-
"uri",
2183
-
"url",
2184
-
"ws"
2185
-
],
2186
-
"support": {
2187
-
"docs": "https://uri.thephpleague.com",
2188
-
"forum": "https://thephpleague.slack.com",
2189
-
"issues": "https://github.com/thephpleague/uri-src/issues",
2190
-
"source": "https://github.com/thephpleague/uri-interfaces/tree/7.5.0"
2191
-
},
2192
-
"funding": [
2193
-
{
2194
-
"url": "https://github.com/sponsors/nyamsprod",
2195
-
"type": "github"
2196
-
}
2197
-
],
2198
-
"time": "2024-12-08T08:18:47+00:00"
2199
-
},
2200
-
{
2201
-
"name": "monolog/monolog",
2202
-
"version": "3.9.0",
2203
-
"source": {
2204
-
"type": "git",
2205
-
"url": "https://github.com/Seldaek/monolog.git",
2206
-
"reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6"
2207
-
},
2208
-
"dist": {
2209
-
"type": "zip",
2210
-
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/10d85740180ecba7896c87e06a166e0c95a0e3b6",
2211
-
"reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6",
2212
-
"shasum": ""
2213
-
},
2214
-
"require": {
2215
-
"php": ">=8.1",
2216
-
"psr/log": "^2.0 || ^3.0"
2217
-
},
2218
-
"provide": {
2219
-
"psr/log-implementation": "3.0.0"
2220
-
},
2221
-
"require-dev": {
2222
-
"aws/aws-sdk-php": "^3.0",
2223
-
"doctrine/couchdb": "~1.0@dev",
2224
-
"elasticsearch/elasticsearch": "^7 || ^8",
2225
-
"ext-json": "*",
2226
-
"graylog2/gelf-php": "^1.4.2 || ^2.0",
2227
-
"guzzlehttp/guzzle": "^7.4.5",
2228
-
"guzzlehttp/psr7": "^2.2",
2229
-
"mongodb/mongodb": "^1.8",
2230
-
"php-amqplib/php-amqplib": "~2.4 || ^3",
2231
-
"php-console/php-console": "^3.1.8",
2232
-
"phpstan/phpstan": "^2",
2233
-
"phpstan/phpstan-deprecation-rules": "^2",
2234
-
"phpstan/phpstan-strict-rules": "^2",
2235
-
"phpunit/phpunit": "^10.5.17 || ^11.0.7",
2236
-
"predis/predis": "^1.1 || ^2",
2237
-
"rollbar/rollbar": "^4.0",
2238
-
"ruflin/elastica": "^7 || ^8",
2239
-
"symfony/mailer": "^5.4 || ^6",
2240
-
"symfony/mime": "^5.4 || ^6"
2241
-
},
2242
-
"suggest": {
2243
-
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
2244
-
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
2245
-
"elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
2246
-
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
2247
-
"ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
2248
-
"ext-mbstring": "Allow to work properly with unicode symbols",
2249
-
"ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
2250
-
"ext-openssl": "Required to send log messages using SSL",
2251
-
"ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
2252
-
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2253
-
"mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
2254
-
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
2255
-
"rollbar/rollbar": "Allow sending log messages to Rollbar",
2256
-
"ruflin/elastica": "Allow sending log messages to an Elastic Search server"
2257
-
},
2258
-
"type": "library",
2259
-
"extra": {
2260
-
"branch-alias": {
2261
-
"dev-main": "3.x-dev"
2262
-
}
2263
-
},
2264
-
"autoload": {
2265
-
"psr-4": {
2266
-
"Monolog\\": "src/Monolog"
2267
-
}
2268
-
},
2269
-
"notification-url": "https://packagist.org/downloads/",
2270
-
"license": [
2271
-
"MIT"
2272
-
],
2273
-
"authors": [
2274
-
{
2275
-
"name": "Jordi Boggiano",
2276
-
"email": "j.boggiano@seld.be",
2277
-
"homepage": "https://seld.be"
2278
-
}
2279
-
],
2280
-
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
2281
-
"homepage": "https://github.com/Seldaek/monolog",
2282
-
"keywords": [
2283
-
"log",
2284
-
"logging",
2285
-
"psr-3"
2286
-
],
2287
-
"support": {
2288
-
"issues": "https://github.com/Seldaek/monolog/issues",
2289
-
"source": "https://github.com/Seldaek/monolog/tree/3.9.0"
2290
-
},
2291
-
"funding": [
2292
-
{
2293
-
"url": "https://github.com/Seldaek",
2294
-
"type": "github"
2295
-
},
2296
-
{
2297
-
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
2298
-
"type": "tidelift"
2299
-
}
2300
-
],
2301
-
"time": "2025-03-24T10:02:05+00:00"
2302
-
},
2303
-
{
2304
-
"name": "nesbot/carbon",
2305
-
"version": "3.10.3",
2306
-
"source": {
2307
-
"type": "git",
2308
-
"url": "https://github.com/CarbonPHP/carbon.git",
2309
-
"reference": "8e3643dcd149ae0fe1d2ff4f2c8e4bbfad7c165f"
2310
-
},
2311
-
"dist": {
2312
-
"type": "zip",
2313
-
"url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/8e3643dcd149ae0fe1d2ff4f2c8e4bbfad7c165f",
2314
-
"reference": "8e3643dcd149ae0fe1d2ff4f2c8e4bbfad7c165f",
2315
-
"shasum": ""
2316
-
},
2317
-
"require": {
2318
-
"carbonphp/carbon-doctrine-types": "<100.0",
2319
-
"ext-json": "*",
2320
-
"php": "^8.1",
2321
-
"psr/clock": "^1.0",
2322
-
"symfony/clock": "^6.3.12 || ^7.0",
2323
-
"symfony/polyfill-mbstring": "^1.0",
2324
-
"symfony/translation": "^4.4.18 || ^5.2.1 || ^6.0 || ^7.0"
2325
-
},
2326
-
"provide": {
2327
-
"psr/clock-implementation": "1.0"
2328
-
},
2329
-
"require-dev": {
2330
-
"doctrine/dbal": "^3.6.3 || ^4.0",
2331
-
"doctrine/orm": "^2.15.2 || ^3.0",
2332
-
"friendsofphp/php-cs-fixer": "^v3.87.1",
2333
-
"kylekatarnls/multi-tester": "^2.5.3",
2334
-
"phpmd/phpmd": "^2.15.0",
2335
-
"phpstan/extension-installer": "^1.4.3",
2336
-
"phpstan/phpstan": "^2.1.22",
2337
-
"phpunit/phpunit": "^10.5.53",
2338
-
"squizlabs/php_codesniffer": "^3.13.4"
2339
-
},
2340
-
"bin": [
2341
-
"bin/carbon"
2342
-
],
2343
-
"type": "library",
2344
-
"extra": {
2345
-
"laravel": {
2346
-
"providers": [
2347
-
"Carbon\\Laravel\\ServiceProvider"
2348
-
]
2349
-
},
2350
-
"phpstan": {
2351
-
"includes": [
2352
-
"extension.neon"
2353
-
]
2354
-
},
2355
-
"branch-alias": {
2356
-
"dev-2.x": "2.x-dev",
2357
-
"dev-master": "3.x-dev"
2358
-
}
2359
-
},
2360
-
"autoload": {
2361
-
"psr-4": {
2362
-
"Carbon\\": "src/Carbon/"
2363
-
}
2364
-
},
2365
-
"notification-url": "https://packagist.org/downloads/",
2366
-
"license": [
2367
-
"MIT"
2368
-
],
2369
-
"authors": [
2370
-
{
2371
-
"name": "Brian Nesbitt",
2372
-
"email": "brian@nesbot.com",
2373
-
"homepage": "https://markido.com"
2374
-
},
2375
-
{
2376
-
"name": "kylekatarnls",
2377
-
"homepage": "https://github.com/kylekatarnls"
2378
-
}
2379
-
],
2380
-
"description": "An API extension for DateTime that supports 281 different languages.",
2381
-
"homepage": "https://carbon.nesbot.com",
2382
-
"keywords": [
2383
-
"date",
2384
-
"datetime",
2385
-
"time"
2386
-
],
2387
-
"support": {
2388
-
"docs": "https://carbon.nesbot.com/docs",
2389
-
"issues": "https://github.com/CarbonPHP/carbon/issues",
2390
-
"source": "https://github.com/CarbonPHP/carbon"
2391
-
},
2392
-
"funding": [
2393
-
{
2394
-
"url": "https://github.com/sponsors/kylekatarnls",
2395
-
"type": "github"
2396
-
},
2397
-
{
2398
-
"url": "https://opencollective.com/Carbon#sponsor",
2399
-
"type": "opencollective"
2400
-
},
2401
-
{
2402
-
"url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
2403
-
"type": "tidelift"
2404
-
}
2405
-
],
2406
-
"time": "2025-09-06T13:39:36+00:00"
2407
-
},
2408
-
{
2409
-
"name": "nette/schema",
2410
-
"version": "v1.3.2",
2411
-
"source": {
2412
-
"type": "git",
2413
-
"url": "https://github.com/nette/schema.git",
2414
-
"reference": "da801d52f0354f70a638673c4a0f04e16529431d"
2415
-
},
2416
-
"dist": {
2417
-
"type": "zip",
2418
-
"url": "https://api.github.com/repos/nette/schema/zipball/da801d52f0354f70a638673c4a0f04e16529431d",
2419
-
"reference": "da801d52f0354f70a638673c4a0f04e16529431d",
2420
-
"shasum": ""
2421
-
},
2422
-
"require": {
2423
-
"nette/utils": "^4.0",
2424
-
"php": "8.1 - 8.4"
2425
-
},
2426
-
"require-dev": {
2427
-
"nette/tester": "^2.5.2",
2428
-
"phpstan/phpstan-nette": "^1.0",
2429
-
"tracy/tracy": "^2.8"
2430
-
},
2431
-
"type": "library",
2432
-
"extra": {
2433
-
"branch-alias": {
2434
-
"dev-master": "1.3-dev"
2435
-
}
2436
-
},
2437
-
"autoload": {
2438
-
"classmap": [
2439
-
"src/"
2440
-
]
2441
-
},
2442
-
"notification-url": "https://packagist.org/downloads/",
2443
-
"license": [
2444
-
"BSD-3-Clause",
2445
-
"GPL-2.0-only",
2446
-
"GPL-3.0-only"
2447
-
],
2448
-
"authors": [
2449
-
{
2450
-
"name": "David Grudl",
2451
-
"homepage": "https://davidgrudl.com"
2452
-
},
2453
-
{
2454
-
"name": "Nette Community",
2455
-
"homepage": "https://nette.org/contributors"
2456
-
}
2457
-
],
2458
-
"description": "📐 Nette Schema: validating data structures against a given Schema.",
2459
-
"homepage": "https://nette.org",
2460
-
"keywords": [
2461
-
"config",
2462
-
"nette"
2463
-
],
2464
-
"support": {
2465
-
"issues": "https://github.com/nette/schema/issues",
2466
-
"source": "https://github.com/nette/schema/tree/v1.3.2"
2467
-
},
2468
-
"time": "2024-10-06T23:10:23+00:00"
2469
-
},
2470
-
{
2471
-
"name": "nette/utils",
2472
-
"version": "v4.0.8",
2473
-
"source": {
2474
-
"type": "git",
2475
-
"url": "https://github.com/nette/utils.git",
2476
-
"reference": "c930ca4e3cf4f17dcfb03037703679d2396d2ede"
2477
-
},
2478
-
"dist": {
2479
-
"type": "zip",
2480
-
"url": "https://api.github.com/repos/nette/utils/zipball/c930ca4e3cf4f17dcfb03037703679d2396d2ede",
2481
-
"reference": "c930ca4e3cf4f17dcfb03037703679d2396d2ede",
2482
-
"shasum": ""
2483
-
},
2484
-
"require": {
2485
-
"php": "8.0 - 8.5"
2486
-
},
2487
-
"conflict": {
2488
-
"nette/finder": "<3",
2489
-
"nette/schema": "<1.2.2"
2490
-
},
2491
-
"require-dev": {
2492
-
"jetbrains/phpstorm-attributes": "^1.2",
2493
-
"nette/tester": "^2.5",
2494
-
"phpstan/phpstan-nette": "^2.0@stable",
2495
-
"tracy/tracy": "^2.9"
2496
-
},
2497
-
"suggest": {
2498
-
"ext-gd": "to use Image",
2499
-
"ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
2500
-
"ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
2501
-
"ext-json": "to use Nette\\Utils\\Json",
2502
-
"ext-mbstring": "to use Strings::lower() etc...",
2503
-
"ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
2504
-
},
2505
-
"type": "library",
2506
-
"extra": {
2507
-
"branch-alias": {
2508
-
"dev-master": "4.0-dev"
2509
-
}
2510
-
},
2511
-
"autoload": {
2512
-
"psr-4": {
2513
-
"Nette\\": "src"
2514
-
},
2515
-
"classmap": [
2516
-
"src/"
2517
-
]
2518
-
},
2519
-
"notification-url": "https://packagist.org/downloads/",
2520
-
"license": [
2521
-
"BSD-3-Clause",
2522
-
"GPL-2.0-only",
2523
-
"GPL-3.0-only"
2524
-
],
2525
-
"authors": [
2526
-
{
2527
-
"name": "David Grudl",
2528
-
"homepage": "https://davidgrudl.com"
2529
-
},
2530
-
{
2531
-
"name": "Nette Community",
2532
-
"homepage": "https://nette.org/contributors"
2533
-
}
2534
-
],
2535
-
"description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
2536
-
"homepage": "https://nette.org",
2537
-
"keywords": [
2538
-
"array",
2539
-
"core",
2540
-
"datetime",
2541
-
"images",
2542
-
"json",
2543
-
"nette",
2544
-
"paginator",
2545
-
"password",
2546
-
"slugify",
2547
-
"string",
2548
-
"unicode",
2549
-
"utf-8",
2550
-
"utility",
2551
-
"validation"
2552
-
],
2553
-
"support": {
2554
-
"issues": "https://github.com/nette/utils/issues",
2555
-
"source": "https://github.com/nette/utils/tree/v4.0.8"
2556
-
},
2557
-
"time": "2025-08-06T21:43:34+00:00"
2558
-
},
2559
-
{
2560
-
"name": "nunomaduro/termwind",
2561
-
"version": "v2.3.2",
2562
-
"source": {
2563
-
"type": "git",
2564
-
"url": "https://github.com/nunomaduro/termwind.git",
2565
-
"reference": "eb61920a53057a7debd718a5b89c2178032b52c0"
2566
-
},
2567
-
"dist": {
2568
-
"type": "zip",
2569
-
"url": "https://api.github.com/repos/nunomaduro/termwind/zipball/eb61920a53057a7debd718a5b89c2178032b52c0",
2570
-
"reference": "eb61920a53057a7debd718a5b89c2178032b52c0",
2571
-
"shasum": ""
2572
-
},
2573
-
"require": {
2574
-
"ext-mbstring": "*",
2575
-
"php": "^8.2",
2576
-
"symfony/console": "^7.3.4"
2577
-
},
2578
-
"require-dev": {
2579
-
"illuminate/console": "^11.46.1",
2580
-
"laravel/pint": "^1.25.1",
2581
-
"mockery/mockery": "^1.6.12",
2582
-
"pestphp/pest": "^2.36.0 || ^3.8.4",
2583
-
"phpstan/phpstan": "^1.12.32",
2584
-
"phpstan/phpstan-strict-rules": "^1.6.2",
2585
-
"symfony/var-dumper": "^7.3.4",
2586
-
"thecodingmachine/phpstan-strict-rules": "^1.0.0"
2587
-
},
2588
-
"type": "library",
2589
-
"extra": {
2590
-
"laravel": {
2591
-
"providers": [
2592
-
"Termwind\\Laravel\\TermwindServiceProvider"
2593
-
]
2594
-
},
2595
-
"branch-alias": {
2596
-
"dev-2.x": "2.x-dev"
2597
-
}
2598
-
},
2599
-
"autoload": {
2600
-
"files": [
2601
-
"src/Functions.php"
2602
-
],
2603
-
"psr-4": {
2604
-
"Termwind\\": "src/"
2605
-
}
2606
-
},
2607
-
"notification-url": "https://packagist.org/downloads/",
2608
-
"license": [
2609
-
"MIT"
2610
-
],
2611
-
"authors": [
2612
-
{
2613
-
"name": "Nuno Maduro",
2614
-
"email": "enunomaduro@gmail.com"
2615
-
}
2616
-
],
2617
-
"description": "Its like Tailwind CSS, but for the console.",
2618
-
"keywords": [
2619
-
"cli",
2620
-
"console",
2621
-
"css",
2622
-
"package",
2623
-
"php",
2624
-
"style"
2625
-
],
2626
-
"support": {
2627
-
"issues": "https://github.com/nunomaduro/termwind/issues",
2628
-
"source": "https://github.com/nunomaduro/termwind/tree/v2.3.2"
2629
-
},
2630
-
"funding": [
2631
-
{
2632
-
"url": "https://www.paypal.com/paypalme/enunomaduro",
2633
-
"type": "custom"
2634
-
},
2635
-
{
2636
-
"url": "https://github.com/nunomaduro",
2637
-
"type": "github"
2638
-
},
2639
-
{
2640
-
"url": "https://github.com/xiCO2k",
2641
-
"type": "github"
2642
-
}
2643
-
],
2644
-
"time": "2025-10-18T11:10:27+00:00"
2645
-
},
2646
-
{
2647
-
"name": "paragonie/constant_time_encoding",
2648
-
"version": "v3.1.3",
2649
-
"source": {
2650
-
"type": "git",
2651
-
"url": "https://github.com/paragonie/constant_time_encoding.git",
2652
-
"reference": "d5b01a39b3415c2cd581d3bd3a3575c1ebbd8e77"
2653
-
},
2654
-
"dist": {
2655
-
"type": "zip",
2656
-
"url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/d5b01a39b3415c2cd581d3bd3a3575c1ebbd8e77",
2657
-
"reference": "d5b01a39b3415c2cd581d3bd3a3575c1ebbd8e77",
2658
-
"shasum": ""
2659
-
},
2660
-
"require": {
2661
-
"php": "^8"
2662
-
},
2663
-
"require-dev": {
2664
-
"infection/infection": "^0",
2665
-
"nikic/php-fuzzer": "^0",
2666
-
"phpunit/phpunit": "^9|^10|^11",
2667
-
"vimeo/psalm": "^4|^5|^6"
2668
-
},
2669
-
"type": "library",
2670
-
"autoload": {
2671
-
"psr-4": {
2672
-
"ParagonIE\\ConstantTime\\": "src/"
2673
-
}
2674
-
},
2675
-
"notification-url": "https://packagist.org/downloads/",
2676
-
"license": [
2677
-
"MIT"
2678
-
],
2679
-
"authors": [
2680
-
{
2681
-
"name": "Paragon Initiative Enterprises",
2682
-
"email": "security@paragonie.com",
2683
-
"homepage": "https://paragonie.com",
2684
-
"role": "Maintainer"
2685
-
},
2686
-
{
2687
-
"name": "Steve 'Sc00bz' Thomas",
2688
-
"email": "steve@tobtu.com",
2689
-
"homepage": "https://www.tobtu.com",
2690
-
"role": "Original Developer"
2691
-
}
2692
-
],
2693
-
"description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
2694
-
"keywords": [
2695
-
"base16",
2696
-
"base32",
2697
-
"base32_decode",
2698
-
"base32_encode",
2699
-
"base64",
2700
-
"base64_decode",
2701
-
"base64_encode",
2702
-
"bin2hex",
2703
-
"encoding",
2704
-
"hex",
2705
-
"hex2bin",
2706
-
"rfc4648"
2707
-
],
2708
-
"support": {
2709
-
"email": "info@paragonie.com",
2710
-
"issues": "https://github.com/paragonie/constant_time_encoding/issues",
2711
-
"source": "https://github.com/paragonie/constant_time_encoding"
2712
-
},
2713
-
"time": "2025-09-24T15:06:41+00:00"
2714
-
},
2715
-
{
2716
-
"name": "paragonie/random_compat",
2717
-
"version": "v9.99.100",
2718
-
"source": {
2719
-
"type": "git",
2720
-
"url": "https://github.com/paragonie/random_compat.git",
2721
-
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
2722
-
},
2723
-
"dist": {
2724
-
"type": "zip",
2725
-
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
2726
-
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
2727
-
"shasum": ""
2728
-
},
2729
-
"require": {
2730
-
"php": ">= 7"
2731
-
},
2732
-
"require-dev": {
2733
-
"phpunit/phpunit": "4.*|5.*",
2734
-
"vimeo/psalm": "^1"
2735
-
},
2736
-
"suggest": {
2737
-
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
2738
-
},
2739
-
"type": "library",
2740
-
"notification-url": "https://packagist.org/downloads/",
2741
-
"license": [
2742
-
"MIT"
2743
-
],
2744
-
"authors": [
2745
-
{
2746
-
"name": "Paragon Initiative Enterprises",
2747
-
"email": "security@paragonie.com",
2748
-
"homepage": "https://paragonie.com"
2749
-
}
2750
-
],
2751
-
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
2752
-
"keywords": [
2753
-
"csprng",
2754
-
"polyfill",
2755
-
"pseudorandom",
2756
-
"random"
2757
-
],
2758
-
"support": {
2759
-
"email": "info@paragonie.com",
2760
-
"issues": "https://github.com/paragonie/random_compat/issues",
2761
-
"source": "https://github.com/paragonie/random_compat"
2762
-
},
2763
-
"time": "2020-10-15T08:29:30+00:00"
2764
-
},
2765
-
{
2766
-
"name": "phpoption/phpoption",
2767
-
"version": "1.9.4",
2768
-
"source": {
2769
-
"type": "git",
2770
-
"url": "https://github.com/schmittjoh/php-option.git",
2771
-
"reference": "638a154f8d4ee6a5cfa96d6a34dfbe0cffa9566d"
2772
-
},
2773
-
"dist": {
2774
-
"type": "zip",
2775
-
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/638a154f8d4ee6a5cfa96d6a34dfbe0cffa9566d",
2776
-
"reference": "638a154f8d4ee6a5cfa96d6a34dfbe0cffa9566d",
2777
-
"shasum": ""
2778
-
},
2779
-
"require": {
2780
-
"php": "^7.2.5 || ^8.0"
2781
-
},
2782
-
"require-dev": {
2783
-
"bamarni/composer-bin-plugin": "^1.8.2",
2784
-
"phpunit/phpunit": "^8.5.44 || ^9.6.25 || ^10.5.53 || ^11.5.34"
2785
-
},
2786
-
"type": "library",
2787
-
"extra": {
2788
-
"bamarni-bin": {
2789
-
"bin-links": true,
2790
-
"forward-command": false
2791
-
},
2792
-
"branch-alias": {
2793
-
"dev-master": "1.9-dev"
2794
-
}
2795
-
},
2796
-
"autoload": {
2797
-
"psr-4": {
2798
-
"PhpOption\\": "src/PhpOption/"
2799
-
}
2800
-
},
2801
-
"notification-url": "https://packagist.org/downloads/",
2802
-
"license": [
2803
-
"Apache-2.0"
2804
-
],
2805
-
"authors": [
2806
-
{
2807
-
"name": "Johannes M. Schmitt",
2808
-
"email": "schmittjoh@gmail.com",
2809
-
"homepage": "https://github.com/schmittjoh"
2810
-
},
2811
-
{
2812
-
"name": "Graham Campbell",
2813
-
"email": "hello@gjcampbell.co.uk",
2814
-
"homepage": "https://github.com/GrahamCampbell"
2815
-
}
2816
-
],
2817
-
"description": "Option Type for PHP",
2818
-
"keywords": [
2819
-
"language",
2820
-
"option",
2821
-
"php",
2822
-
"type"
2823
-
],
2824
-
"support": {
2825
-
"issues": "https://github.com/schmittjoh/php-option/issues",
2826
-
"source": "https://github.com/schmittjoh/php-option/tree/1.9.4"
2827
-
},
2828
-
"funding": [
2829
-
{
2830
-
"url": "https://github.com/GrahamCampbell",
2831
-
"type": "github"
2832
-
},
2833
-
{
2834
-
"url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
2835
-
"type": "tidelift"
2836
-
}
2837
-
],
2838
-
"time": "2025-08-21T11:53:16+00:00"
2839
-
},
2840
-
{
2841
-
"name": "phpseclib/phpseclib",
2842
-
"version": "3.0.47",
2843
-
"source": {
2844
-
"type": "git",
2845
-
"url": "https://github.com/phpseclib/phpseclib.git",
2846
-
"reference": "9d6ca36a6c2dd434765b1071b2644a1c683b385d"
2847
-
},
2848
-
"dist": {
2849
-
"type": "zip",
2850
-
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/9d6ca36a6c2dd434765b1071b2644a1c683b385d",
2851
-
"reference": "9d6ca36a6c2dd434765b1071b2644a1c683b385d",
2852
-
"shasum": ""
2853
-
},
2854
-
"require": {
2855
-
"paragonie/constant_time_encoding": "^1|^2|^3",
2856
-
"paragonie/random_compat": "^1.4|^2.0|^9.99.99",
2857
-
"php": ">=5.6.1"
2858
-
},
2859
-
"require-dev": {
2860
-
"phpunit/phpunit": "*"
2861
-
},
2862
-
"suggest": {
2863
-
"ext-dom": "Install the DOM extension to load XML formatted public keys.",
2864
-
"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
2865
-
"ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
2866
-
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
2867
-
"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
2868
-
},
2869
-
"type": "library",
2870
-
"autoload": {
2871
-
"files": [
2872
-
"phpseclib/bootstrap.php"
2873
-
],
2874
-
"psr-4": {
2875
-
"phpseclib3\\": "phpseclib/"
2876
-
}
2877
-
},
2878
-
"notification-url": "https://packagist.org/downloads/",
2879
-
"license": [
2880
-
"MIT"
2881
-
],
2882
-
"authors": [
2883
-
{
2884
-
"name": "Jim Wigginton",
2885
-
"email": "terrafrost@php.net",
2886
-
"role": "Lead Developer"
2887
-
},
2888
-
{
2889
-
"name": "Patrick Monnerat",
2890
-
"email": "pm@datasphere.ch",
2891
-
"role": "Developer"
2892
-
},
2893
-
{
2894
-
"name": "Andreas Fischer",
2895
-
"email": "bantu@phpbb.com",
2896
-
"role": "Developer"
2897
-
},
2898
-
{
2899
-
"name": "Hans-Jürgen Petrich",
2900
-
"email": "petrich@tronic-media.com",
2901
-
"role": "Developer"
2902
-
},
2903
-
{
2904
-
"name": "Graham Campbell",
2905
-
"email": "graham@alt-three.com",
2906
-
"role": "Developer"
2907
-
}
2908
-
],
2909
-
"description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
2910
-
"homepage": "http://phpseclib.sourceforge.net",
2911
-
"keywords": [
2912
-
"BigInteger",
2913
-
"aes",
2914
-
"asn.1",
2915
-
"asn1",
2916
-
"blowfish",
2917
-
"crypto",
2918
-
"cryptography",
2919
-
"encryption",
2920
-
"rsa",
2921
-
"security",
2922
-
"sftp",
2923
-
"signature",
2924
-
"signing",
2925
-
"ssh",
2926
-
"twofish",
2927
-
"x.509",
2928
-
"x509"
2929
-
],
2930
-
"support": {
2931
-
"issues": "https://github.com/phpseclib/phpseclib/issues",
2932
-
"source": "https://github.com/phpseclib/phpseclib/tree/3.0.47"
2933
-
},
2934
-
"funding": [
2935
-
{
2936
-
"url": "https://github.com/terrafrost",
2937
-
"type": "github"
2938
-
},
2939
-
{
2940
-
"url": "https://www.patreon.com/phpseclib",
2941
-
"type": "patreon"
2942
-
},
2943
-
{
2944
-
"url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
2945
-
"type": "tidelift"
2946
-
}
2947
-
],
2948
-
"time": "2025-10-06T01:07:24+00:00"
2949
-
},
2950
-
{
2951
-
"name": "psr/clock",
2952
-
"version": "1.0.0",
2953
-
"source": {
2954
-
"type": "git",
2955
-
"url": "https://github.com/php-fig/clock.git",
2956
-
"reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
2957
-
},
2958
-
"dist": {
2959
-
"type": "zip",
2960
-
"url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
2961
-
"reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
2962
-
"shasum": ""
2963
-
},
2964
-
"require": {
2965
-
"php": "^7.0 || ^8.0"
2966
-
},
2967
-
"type": "library",
2968
-
"autoload": {
2969
-
"psr-4": {
2970
-
"Psr\\Clock\\": "src/"
2971
-
}
2972
-
},
2973
-
"notification-url": "https://packagist.org/downloads/",
2974
-
"license": [
2975
-
"MIT"
2976
-
],
2977
-
"authors": [
2978
-
{
2979
-
"name": "PHP-FIG",
2980
-
"homepage": "https://www.php-fig.org/"
2981
-
}
2982
-
],
2983
-
"description": "Common interface for reading the clock.",
2984
-
"homepage": "https://github.com/php-fig/clock",
2985
-
"keywords": [
2986
-
"clock",
2987
-
"now",
2988
-
"psr",
2989
-
"psr-20",
2990
-
"time"
2991
-
],
2992
-
"support": {
2993
-
"issues": "https://github.com/php-fig/clock/issues",
2994
-
"source": "https://github.com/php-fig/clock/tree/1.0.0"
2995
-
},
2996
-
"time": "2022-11-25T14:36:26+00:00"
2997
-
},
2998
-
{
2999
-
"name": "psr/container",
3000
-
"version": "2.0.2",
3001
-
"source": {
3002
-
"type": "git",
3003
-
"url": "https://github.com/php-fig/container.git",
3004
-
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
3005
-
},
3006
-
"dist": {
3007
-
"type": "zip",
3008
-
"url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
3009
-
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
3010
-
"shasum": ""
3011
-
},
3012
-
"require": {
3013
-
"php": ">=7.4.0"
3014
-
},
3015
-
"type": "library",
3016
-
"extra": {
3017
-
"branch-alias": {
3018
-
"dev-master": "2.0.x-dev"
3019
-
}
3020
-
},
3021
-
"autoload": {
3022
-
"psr-4": {
3023
-
"Psr\\Container\\": "src/"
3024
-
}
3025
-
},
3026
-
"notification-url": "https://packagist.org/downloads/",
3027
-
"license": [
3028
-
"MIT"
3029
-
],
3030
-
"authors": [
3031
-
{
3032
-
"name": "PHP-FIG",
3033
-
"homepage": "https://www.php-fig.org/"
3034
-
}
3035
-
],
3036
-
"description": "Common Container Interface (PHP FIG PSR-11)",
3037
-
"homepage": "https://github.com/php-fig/container",
3038
-
"keywords": [
3039
-
"PSR-11",
3040
-
"container",
3041
-
"container-interface",
3042
-
"container-interop",
3043
-
"psr"
3044
-
],
3045
-
"support": {
3046
-
"issues": "https://github.com/php-fig/container/issues",
3047
-
"source": "https://github.com/php-fig/container/tree/2.0.2"
3048
-
},
3049
-
"time": "2021-11-05T16:47:00+00:00"
3050
-
},
3051
-
{
3052
-
"name": "psr/event-dispatcher",
3053
-
"version": "1.0.0",
3054
-
"source": {
3055
-
"type": "git",
3056
-
"url": "https://github.com/php-fig/event-dispatcher.git",
3057
-
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
3058
-
},
3059
-
"dist": {
3060
-
"type": "zip",
3061
-
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
3062
-
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
3063
-
"shasum": ""
3064
-
},
3065
-
"require": {
3066
-
"php": ">=7.2.0"
3067
-
},
3068
-
"type": "library",
3069
-
"extra": {
3070
-
"branch-alias": {
3071
-
"dev-master": "1.0.x-dev"
3072
-
}
3073
-
},
3074
-
"autoload": {
3075
-
"psr-4": {
3076
-
"Psr\\EventDispatcher\\": "src/"
3077
-
}
3078
-
},
3079
-
"notification-url": "https://packagist.org/downloads/",
3080
-
"license": [
3081
-
"MIT"
3082
-
],
3083
-
"authors": [
3084
-
{
3085
-
"name": "PHP-FIG",
3086
-
"homepage": "http://www.php-fig.org/"
3087
-
}
3088
-
],
3089
-
"description": "Standard interfaces for event handling.",
3090
-
"keywords": [
3091
-
"events",
3092
-
"psr",
3093
-
"psr-14"
3094
-
],
3095
-
"support": {
3096
-
"issues": "https://github.com/php-fig/event-dispatcher/issues",
3097
-
"source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
3098
-
},
3099
-
"time": "2019-01-08T18:20:26+00:00"
3100
-
},
3101
-
{
3102
-
"name": "psr/http-client",
3103
-
"version": "1.0.3",
3104
-
"source": {
3105
-
"type": "git",
3106
-
"url": "https://github.com/php-fig/http-client.git",
3107
-
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
3108
-
},
3109
-
"dist": {
3110
-
"type": "zip",
3111
-
"url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
3112
-
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
3113
-
"shasum": ""
3114
-
},
3115
-
"require": {
3116
-
"php": "^7.0 || ^8.0",
3117
-
"psr/http-message": "^1.0 || ^2.0"
3118
-
},
3119
-
"type": "library",
3120
-
"extra": {
3121
-
"branch-alias": {
3122
-
"dev-master": "1.0.x-dev"
3123
-
}
3124
-
},
3125
-
"autoload": {
3126
-
"psr-4": {
3127
-
"Psr\\Http\\Client\\": "src/"
3128
-
}
3129
-
},
3130
-
"notification-url": "https://packagist.org/downloads/",
3131
-
"license": [
3132
-
"MIT"
3133
-
],
3134
-
"authors": [
3135
-
{
3136
-
"name": "PHP-FIG",
3137
-
"homepage": "https://www.php-fig.org/"
3138
-
}
3139
-
],
3140
-
"description": "Common interface for HTTP clients",
3141
-
"homepage": "https://github.com/php-fig/http-client",
3142
-
"keywords": [
3143
-
"http",
3144
-
"http-client",
3145
-
"psr",
3146
-
"psr-18"
3147
-
],
3148
-
"support": {
3149
-
"source": "https://github.com/php-fig/http-client"
3150
-
},
3151
-
"time": "2023-09-23T14:17:50+00:00"
3152
-
},
3153
-
{
3154
-
"name": "psr/http-factory",
3155
-
"version": "1.1.0",
3156
-
"source": {
3157
-
"type": "git",
3158
-
"url": "https://github.com/php-fig/http-factory.git",
3159
-
"reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
3160
-
},
3161
-
"dist": {
3162
-
"type": "zip",
3163
-
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
3164
-
"reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
3165
-
"shasum": ""
3166
-
},
3167
-
"require": {
3168
-
"php": ">=7.1",
3169
-
"psr/http-message": "^1.0 || ^2.0"
3170
-
},
3171
-
"type": "library",
3172
-
"extra": {
3173
-
"branch-alias": {
3174
-
"dev-master": "1.0.x-dev"
3175
-
}
3176
-
},
3177
-
"autoload": {
3178
-
"psr-4": {
3179
-
"Psr\\Http\\Message\\": "src/"
3180
-
}
3181
-
},
3182
-
"notification-url": "https://packagist.org/downloads/",
3183
-
"license": [
3184
-
"MIT"
3185
-
],
3186
-
"authors": [
3187
-
{
3188
-
"name": "PHP-FIG",
3189
-
"homepage": "https://www.php-fig.org/"
3190
-
}
3191
-
],
3192
-
"description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
3193
-
"keywords": [
3194
-
"factory",
3195
-
"http",
3196
-
"message",
3197
-
"psr",
3198
-
"psr-17",
3199
-
"psr-7",
3200
-
"request",
3201
-
"response"
3202
-
],
3203
-
"support": {
3204
-
"source": "https://github.com/php-fig/http-factory"
3205
-
},
3206
-
"time": "2024-04-15T12:06:14+00:00"
3207
-
},
3208
-
{
3209
-
"name": "psr/http-message",
3210
-
"version": "2.0",
3211
-
"source": {
3212
-
"type": "git",
3213
-
"url": "https://github.com/php-fig/http-message.git",
3214
-
"reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
3215
-
},
3216
-
"dist": {
3217
-
"type": "zip",
3218
-
"url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
3219
-
"reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
3220
-
"shasum": ""
3221
-
},
3222
-
"require": {
3223
-
"php": "^7.2 || ^8.0"
3224
-
},
3225
-
"type": "library",
3226
-
"extra": {
3227
-
"branch-alias": {
3228
-
"dev-master": "2.0.x-dev"
3229
-
}
3230
-
},
3231
-
"autoload": {
3232
-
"psr-4": {
3233
-
"Psr\\Http\\Message\\": "src/"
3234
-
}
3235
-
},
3236
-
"notification-url": "https://packagist.org/downloads/",
3237
-
"license": [
3238
-
"MIT"
3239
-
],
3240
-
"authors": [
3241
-
{
3242
-
"name": "PHP-FIG",
3243
-
"homepage": "https://www.php-fig.org/"
3244
-
}
3245
-
],
3246
-
"description": "Common interface for HTTP messages",
3247
-
"homepage": "https://github.com/php-fig/http-message",
3248
-
"keywords": [
3249
-
"http",
3250
-
"http-message",
3251
-
"psr",
3252
-
"psr-7",
3253
-
"request",
3254
-
"response"
3255
-
],
3256
-
"support": {
3257
-
"source": "https://github.com/php-fig/http-message/tree/2.0"
3258
-
},
3259
-
"time": "2023-04-04T09:54:51+00:00"
3260
-
},
3261
-
{
3262
-
"name": "psr/log",
3263
-
"version": "3.0.2",
3264
-
"source": {
3265
-
"type": "git",
3266
-
"url": "https://github.com/php-fig/log.git",
3267
-
"reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
3268
-
},
3269
-
"dist": {
3270
-
"type": "zip",
3271
-
"url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
3272
-
"reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
3273
-
"shasum": ""
3274
-
},
3275
-
"require": {
3276
-
"php": ">=8.0.0"
3277
-
},
3278
-
"type": "library",
3279
-
"extra": {
3280
-
"branch-alias": {
3281
-
"dev-master": "3.x-dev"
3282
-
}
3283
-
},
3284
-
"autoload": {
3285
-
"psr-4": {
3286
-
"Psr\\Log\\": "src"
3287
-
}
3288
-
},
3289
-
"notification-url": "https://packagist.org/downloads/",
3290
-
"license": [
3291
-
"MIT"
3292
-
],
3293
-
"authors": [
3294
-
{
3295
-
"name": "PHP-FIG",
3296
-
"homepage": "https://www.php-fig.org/"
3297
-
}
3298
-
],
3299
-
"description": "Common interface for logging libraries",
3300
-
"homepage": "https://github.com/php-fig/log",
3301
-
"keywords": [
3302
-
"log",
3303
-
"psr",
3304
-
"psr-3"
3305
-
],
3306
-
"support": {
3307
-
"source": "https://github.com/php-fig/log/tree/3.0.2"
3308
-
},
3309
-
"time": "2024-09-11T13:17:53+00:00"
3310
-
},
3311
-
{
3312
-
"name": "psr/simple-cache",
3313
-
"version": "3.0.0",
3314
-
"source": {
3315
-
"type": "git",
3316
-
"url": "https://github.com/php-fig/simple-cache.git",
3317
-
"reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
3318
-
},
3319
-
"dist": {
3320
-
"type": "zip",
3321
-
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
3322
-
"reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
3323
-
"shasum": ""
3324
-
},
3325
-
"require": {
3326
-
"php": ">=8.0.0"
3327
-
},
3328
-
"type": "library",
3329
-
"extra": {
3330
-
"branch-alias": {
3331
-
"dev-master": "3.0.x-dev"
3332
-
}
3333
-
},
3334
-
"autoload": {
3335
-
"psr-4": {
3336
-
"Psr\\SimpleCache\\": "src/"
3337
-
}
3338
-
},
3339
-
"notification-url": "https://packagist.org/downloads/",
3340
-
"license": [
3341
-
"MIT"
3342
-
],
3343
-
"authors": [
3344
-
{
3345
-
"name": "PHP-FIG",
3346
-
"homepage": "https://www.php-fig.org/"
3347
-
}
3348
-
],
3349
-
"description": "Common interfaces for simple caching",
3350
-
"keywords": [
3351
-
"cache",
3352
-
"caching",
3353
-
"psr",
3354
-
"psr-16",
3355
-
"simple-cache"
3356
-
],
3357
-
"support": {
3358
-
"source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
3359
-
},
3360
-
"time": "2021-10-29T13:26:27+00:00"
3361
-
},
3362
-
{
3363
-
"name": "ralouphie/getallheaders",
3364
-
"version": "3.0.3",
3365
-
"source": {
3366
-
"type": "git",
3367
-
"url": "https://github.com/ralouphie/getallheaders.git",
3368
-
"reference": "120b605dfeb996808c31b6477290a714d356e822"
3369
-
},
3370
-
"dist": {
3371
-
"type": "zip",
3372
-
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
3373
-
"reference": "120b605dfeb996808c31b6477290a714d356e822",
3374
-
"shasum": ""
3375
-
},
3376
-
"require": {
3377
-
"php": ">=5.6"
3378
-
},
3379
-
"require-dev": {
3380
-
"php-coveralls/php-coveralls": "^2.1",
3381
-
"phpunit/phpunit": "^5 || ^6.5"
3382
-
},
3383
-
"type": "library",
3384
-
"autoload": {
3385
-
"files": [
3386
-
"src/getallheaders.php"
3387
-
]
3388
-
},
3389
-
"notification-url": "https://packagist.org/downloads/",
3390
-
"license": [
3391
-
"MIT"
3392
-
],
3393
-
"authors": [
3394
-
{
3395
-
"name": "Ralph Khattar",
3396
-
"email": "ralph.khattar@gmail.com"
3397
-
}
3398
-
],
3399
-
"description": "A polyfill for getallheaders.",
3400
-
"support": {
3401
-
"issues": "https://github.com/ralouphie/getallheaders/issues",
3402
-
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
3403
-
},
3404
-
"time": "2019-03-08T08:55:37+00:00"
3405
-
},
3406
-
{
3407
-
"name": "ramsey/collection",
3408
-
"version": "2.1.1",
3409
-
"source": {
3410
-
"type": "git",
3411
-
"url": "https://github.com/ramsey/collection.git",
3412
-
"reference": "344572933ad0181accbf4ba763e85a0306a8c5e2"
3413
-
},
3414
-
"dist": {
3415
-
"type": "zip",
3416
-
"url": "https://api.github.com/repos/ramsey/collection/zipball/344572933ad0181accbf4ba763e85a0306a8c5e2",
3417
-
"reference": "344572933ad0181accbf4ba763e85a0306a8c5e2",
3418
-
"shasum": ""
3419
-
},
3420
-
"require": {
3421
-
"php": "^8.1"
3422
-
},
3423
-
"require-dev": {
3424
-
"captainhook/plugin-composer": "^5.3",
3425
-
"ergebnis/composer-normalize": "^2.45",
3426
-
"fakerphp/faker": "^1.24",
3427
-
"hamcrest/hamcrest-php": "^2.0",
3428
-
"jangregor/phpstan-prophecy": "^2.1",
3429
-
"mockery/mockery": "^1.6",
3430
-
"php-parallel-lint/php-console-highlighter": "^1.0",
3431
-
"php-parallel-lint/php-parallel-lint": "^1.4",
3432
-
"phpspec/prophecy-phpunit": "^2.3",
3433
-
"phpstan/extension-installer": "^1.4",
3434
-
"phpstan/phpstan": "^2.1",
3435
-
"phpstan/phpstan-mockery": "^2.0",
3436
-
"phpstan/phpstan-phpunit": "^2.0",
3437
-
"phpunit/phpunit": "^10.5",
3438
-
"ramsey/coding-standard": "^2.3",
3439
-
"ramsey/conventional-commits": "^1.6",
3440
-
"roave/security-advisories": "dev-latest"
3441
-
},
3442
-
"type": "library",
3443
-
"extra": {
3444
-
"captainhook": {
3445
-
"force-install": true
3446
-
},
3447
-
"ramsey/conventional-commits": {
3448
-
"configFile": "conventional-commits.json"
3449
-
}
3450
-
},
3451
-
"autoload": {
3452
-
"psr-4": {
3453
-
"Ramsey\\Collection\\": "src/"
3454
-
}
3455
-
},
3456
-
"notification-url": "https://packagist.org/downloads/",
3457
-
"license": [
3458
-
"MIT"
3459
-
],
3460
-
"authors": [
3461
-
{
3462
-
"name": "Ben Ramsey",
3463
-
"email": "ben@benramsey.com",
3464
-
"homepage": "https://benramsey.com"
3465
-
}
3466
-
],
3467
-
"description": "A PHP library for representing and manipulating collections.",
3468
-
"keywords": [
3469
-
"array",
3470
-
"collection",
3471
-
"hash",
3472
-
"map",
3473
-
"queue",
3474
-
"set"
3475
-
],
3476
-
"support": {
3477
-
"issues": "https://github.com/ramsey/collection/issues",
3478
-
"source": "https://github.com/ramsey/collection/tree/2.1.1"
3479
-
},
3480
-
"time": "2025-03-22T05:38:12+00:00"
3481
-
},
3482
-
{
3483
-
"name": "ramsey/uuid",
3484
-
"version": "4.9.1",
3485
-
"source": {
3486
-
"type": "git",
3487
-
"url": "https://github.com/ramsey/uuid.git",
3488
-
"reference": "81f941f6f729b1e3ceea61d9d014f8b6c6800440"
3489
-
},
3490
-
"dist": {
3491
-
"type": "zip",
3492
-
"url": "https://api.github.com/repos/ramsey/uuid/zipball/81f941f6f729b1e3ceea61d9d014f8b6c6800440",
3493
-
"reference": "81f941f6f729b1e3ceea61d9d014f8b6c6800440",
3494
-
"shasum": ""
3495
-
},
3496
-
"require": {
3497
-
"brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13 || ^0.14",
3498
-
"php": "^8.0",
3499
-
"ramsey/collection": "^1.2 || ^2.0"
3500
-
},
3501
-
"replace": {
3502
-
"rhumsaa/uuid": "self.version"
3503
-
},
3504
-
"require-dev": {
3505
-
"captainhook/captainhook": "^5.25",
3506
-
"captainhook/plugin-composer": "^5.3",
3507
-
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
3508
-
"ergebnis/composer-normalize": "^2.47",
3509
-
"mockery/mockery": "^1.6",
3510
-
"paragonie/random-lib": "^2",
3511
-
"php-mock/php-mock": "^2.6",
3512
-
"php-mock/php-mock-mockery": "^1.5",
3513
-
"php-parallel-lint/php-parallel-lint": "^1.4.0",
3514
-
"phpbench/phpbench": "^1.2.14",
3515
-
"phpstan/extension-installer": "^1.4",
3516
-
"phpstan/phpstan": "^2.1",
3517
-
"phpstan/phpstan-mockery": "^2.0",
3518
-
"phpstan/phpstan-phpunit": "^2.0",
3519
-
"phpunit/phpunit": "^9.6",
3520
-
"slevomat/coding-standard": "^8.18",
3521
-
"squizlabs/php_codesniffer": "^3.13"
3522
-
},
3523
-
"suggest": {
3524
-
"ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
3525
-
"ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
3526
-
"ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
3527
-
"paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
3528
-
"ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
3529
-
},
3530
-
"type": "library",
3531
-
"extra": {
3532
-
"captainhook": {
3533
-
"force-install": true
3534
-
}
3535
-
},
3536
-
"autoload": {
3537
-
"files": [
3538
-
"src/functions.php"
3539
-
],
3540
-
"psr-4": {
3541
-
"Ramsey\\Uuid\\": "src/"
3542
-
}
3543
-
},
3544
-
"notification-url": "https://packagist.org/downloads/",
3545
-
"license": [
3546
-
"MIT"
3547
-
],
3548
-
"description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
3549
-
"keywords": [
3550
-
"guid",
3551
-
"identifier",
3552
-
"uuid"
3553
-
],
3554
-
"support": {
3555
-
"issues": "https://github.com/ramsey/uuid/issues",
3556
-
"source": "https://github.com/ramsey/uuid/tree/4.9.1"
3557
-
},
3558
-
"time": "2025-09-04T20:59:21+00:00"
3559
-
},
3560
-
{
3561
-
"name": "ratchet/pawl",
3562
-
"version": "v0.4.3",
3563
-
"source": {
3564
-
"type": "git",
3565
-
"url": "https://github.com/ratchetphp/Pawl.git",
3566
-
"reference": "2c582373c78271de32cb04c755c4c0db7e09c9c0"
3567
-
},
3568
-
"dist": {
3569
-
"type": "zip",
3570
-
"url": "https://api.github.com/repos/ratchetphp/Pawl/zipball/2c582373c78271de32cb04c755c4c0db7e09c9c0",
3571
-
"reference": "2c582373c78271de32cb04c755c4c0db7e09c9c0",
3572
-
"shasum": ""
3573
-
},
3574
-
"require": {
3575
-
"evenement/evenement": "^3.0 || ^2.0",
3576
-
"guzzlehttp/psr7": "^2.0",
3577
-
"php": ">=7.4",
3578
-
"ratchet/rfc6455": "^0.3.1 || ^0.4.0",
3579
-
"react/socket": "^1.9"
3580
-
},
3581
-
"require-dev": {
3582
-
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8"
3583
-
},
3584
-
"suggest": {
3585
-
"reactivex/rxphp": "~2.0"
3586
-
},
3587
-
"type": "library",
3588
-
"autoload": {
3589
-
"files": [
3590
-
"src/functions_include.php"
3591
-
],
3592
-
"psr-4": {
3593
-
"Ratchet\\Client\\": "src"
3594
-
}
3595
-
},
3596
-
"notification-url": "https://packagist.org/downloads/",
3597
-
"license": [
3598
-
"MIT"
3599
-
],
3600
-
"description": "Asynchronous WebSocket client",
3601
-
"keywords": [
3602
-
"Ratchet",
3603
-
"async",
3604
-
"client",
3605
-
"websocket",
3606
-
"websocket client"
3607
-
],
3608
-
"support": {
3609
-
"issues": "https://github.com/ratchetphp/Pawl/issues",
3610
-
"source": "https://github.com/ratchetphp/Pawl/tree/v0.4.3"
3611
-
},
3612
-
"time": "2025-03-19T16:47:38+00:00"
3613
-
},
3614
-
{
3615
-
"name": "ratchet/rfc6455",
3616
-
"version": "v0.4.0",
3617
-
"source": {
3618
-
"type": "git",
3619
-
"url": "https://github.com/ratchetphp/RFC6455.git",
3620
-
"reference": "859d95f85dda0912c6d5b936d036d044e3af47ef"
3621
-
},
3622
-
"dist": {
3623
-
"type": "zip",
3624
-
"url": "https://api.github.com/repos/ratchetphp/RFC6455/zipball/859d95f85dda0912c6d5b936d036d044e3af47ef",
3625
-
"reference": "859d95f85dda0912c6d5b936d036d044e3af47ef",
3626
-
"shasum": ""
3627
-
},
3628
-
"require": {
3629
-
"php": ">=7.4",
3630
-
"psr/http-factory-implementation": "^1.0",
3631
-
"symfony/polyfill-php80": "^1.15"
3632
-
},
3633
-
"require-dev": {
3634
-
"guzzlehttp/psr7": "^2.7",
3635
-
"phpunit/phpunit": "^9.5",
3636
-
"react/socket": "^1.3"
3637
-
},
3638
-
"type": "library",
3639
-
"autoload": {
3640
-
"psr-4": {
3641
-
"Ratchet\\RFC6455\\": "src"
3642
-
}
3643
-
},
3644
-
"notification-url": "https://packagist.org/downloads/",
3645
-
"license": [
3646
-
"MIT"
3647
-
],
3648
-
"authors": [
3649
-
{
3650
-
"name": "Chris Boden",
3651
-
"email": "cboden@gmail.com",
3652
-
"role": "Developer"
3653
-
},
3654
-
{
3655
-
"name": "Matt Bonneau",
3656
-
"role": "Developer"
3657
-
}
3658
-
],
3659
-
"description": "RFC6455 WebSocket protocol handler",
3660
-
"homepage": "http://socketo.me",
3661
-
"keywords": [
3662
-
"WebSockets",
3663
-
"rfc6455",
3664
-
"websocket"
3665
-
],
3666
-
"support": {
3667
-
"chat": "https://gitter.im/reactphp/reactphp",
3668
-
"issues": "https://github.com/ratchetphp/RFC6455/issues",
3669
-
"source": "https://github.com/ratchetphp/RFC6455/tree/v0.4.0"
3670
-
},
3671
-
"time": "2025-02-24T01:18:22+00:00"
3672
-
},
3673
-
{
3674
-
"name": "react/cache",
3675
-
"version": "v1.2.0",
3676
-
"source": {
3677
-
"type": "git",
3678
-
"url": "https://github.com/reactphp/cache.git",
3679
-
"reference": "d47c472b64aa5608225f47965a484b75c7817d5b"
3680
-
},
3681
-
"dist": {
3682
-
"type": "zip",
3683
-
"url": "https://api.github.com/repos/reactphp/cache/zipball/d47c472b64aa5608225f47965a484b75c7817d5b",
3684
-
"reference": "d47c472b64aa5608225f47965a484b75c7817d5b",
3685
-
"shasum": ""
3686
-
},
3687
-
"require": {
3688
-
"php": ">=5.3.0",
3689
-
"react/promise": "^3.0 || ^2.0 || ^1.1"
3690
-
},
3691
-
"require-dev": {
3692
-
"phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35"
3693
-
},
3694
-
"type": "library",
3695
-
"autoload": {
3696
-
"psr-4": {
3697
-
"React\\Cache\\": "src/"
3698
-
}
3699
-
},
3700
-
"notification-url": "https://packagist.org/downloads/",
3701
-
"license": [
3702
-
"MIT"
3703
-
],
3704
-
"authors": [
3705
-
{
3706
-
"name": "Christian Lück",
3707
-
"email": "christian@clue.engineering",
3708
-
"homepage": "https://clue.engineering/"
3709
-
},
3710
-
{
3711
-
"name": "Cees-Jan Kiewiet",
3712
-
"email": "reactphp@ceesjankiewiet.nl",
3713
-
"homepage": "https://wyrihaximus.net/"
3714
-
},
3715
-
{
3716
-
"name": "Jan Sorgalla",
3717
-
"email": "jsorgalla@gmail.com",
3718
-
"homepage": "https://sorgalla.com/"
3719
-
},
3720
-
{
3721
-
"name": "Chris Boden",
3722
-
"email": "cboden@gmail.com",
3723
-
"homepage": "https://cboden.dev/"
3724
-
}
3725
-
],
3726
-
"description": "Async, Promise-based cache interface for ReactPHP",
3727
-
"keywords": [
3728
-
"cache",
3729
-
"caching",
3730
-
"promise",
3731
-
"reactphp"
3732
-
],
3733
-
"support": {
3734
-
"issues": "https://github.com/reactphp/cache/issues",
3735
-
"source": "https://github.com/reactphp/cache/tree/v1.2.0"
3736
-
},
3737
-
"funding": [
3738
-
{
3739
-
"url": "https://opencollective.com/reactphp",
3740
-
"type": "open_collective"
3741
-
}
3742
-
],
3743
-
"time": "2022-11-30T15:59:55+00:00"
3744
-
},
3745
-
{
3746
-
"name": "react/dns",
3747
-
"version": "v1.13.0",
3748
-
"source": {
3749
-
"type": "git",
3750
-
"url": "https://github.com/reactphp/dns.git",
3751
-
"reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5"
3752
-
},
3753
-
"dist": {
3754
-
"type": "zip",
3755
-
"url": "https://api.github.com/repos/reactphp/dns/zipball/eb8ae001b5a455665c89c1df97f6fb682f8fb0f5",
3756
-
"reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5",
3757
-
"shasum": ""
3758
-
},
3759
-
"require": {
3760
-
"php": ">=5.3.0",
3761
-
"react/cache": "^1.0 || ^0.6 || ^0.5",
3762
-
"react/event-loop": "^1.2",
3763
-
"react/promise": "^3.2 || ^2.7 || ^1.2.1"
3764
-
},
3765
-
"require-dev": {
3766
-
"phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
3767
-
"react/async": "^4.3 || ^3 || ^2",
3768
-
"react/promise-timer": "^1.11"
3769
-
},
3770
-
"type": "library",
3771
-
"autoload": {
3772
-
"psr-4": {
3773
-
"React\\Dns\\": "src/"
3774
-
}
3775
-
},
3776
-
"notification-url": "https://packagist.org/downloads/",
3777
-
"license": [
3778
-
"MIT"
3779
-
],
3780
-
"authors": [
3781
-
{
3782
-
"name": "Christian Lück",
3783
-
"email": "christian@clue.engineering",
3784
-
"homepage": "https://clue.engineering/"
3785
-
},
3786
-
{
3787
-
"name": "Cees-Jan Kiewiet",
3788
-
"email": "reactphp@ceesjankiewiet.nl",
3789
-
"homepage": "https://wyrihaximus.net/"
3790
-
},
3791
-
{
3792
-
"name": "Jan Sorgalla",
3793
-
"email": "jsorgalla@gmail.com",
3794
-
"homepage": "https://sorgalla.com/"
3795
-
},
3796
-
{
3797
-
"name": "Chris Boden",
3798
-
"email": "cboden@gmail.com",
3799
-
"homepage": "https://cboden.dev/"
3800
-
}
3801
-
],
3802
-
"description": "Async DNS resolver for ReactPHP",
3803
-
"keywords": [
3804
-
"async",
3805
-
"dns",
3806
-
"dns-resolver",
3807
-
"reactphp"
3808
-
],
3809
-
"support": {
3810
-
"issues": "https://github.com/reactphp/dns/issues",
3811
-
"source": "https://github.com/reactphp/dns/tree/v1.13.0"
3812
-
},
3813
-
"funding": [
3814
-
{
3815
-
"url": "https://opencollective.com/reactphp",
3816
-
"type": "open_collective"
3817
-
}
3818
-
],
3819
-
"time": "2024-06-13T14:18:03+00:00"
3820
-
},
3821
-
{
3822
-
"name": "react/event-loop",
3823
-
"version": "v1.5.0",
3824
-
"source": {
3825
-
"type": "git",
3826
-
"url": "https://github.com/reactphp/event-loop.git",
3827
-
"reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354"
3828
-
},
3829
-
"dist": {
3830
-
"type": "zip",
3831
-
"url": "https://api.github.com/repos/reactphp/event-loop/zipball/bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354",
3832
-
"reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354",
3833
-
"shasum": ""
3834
-
},
3835
-
"require": {
3836
-
"php": ">=5.3.0"
3837
-
},
3838
-
"require-dev": {
3839
-
"phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
3840
-
},
3841
-
"suggest": {
3842
-
"ext-pcntl": "For signal handling support when using the StreamSelectLoop"
3843
-
},
3844
-
"type": "library",
3845
-
"autoload": {
3846
-
"psr-4": {
3847
-
"React\\EventLoop\\": "src/"
3848
-
}
3849
-
},
3850
-
"notification-url": "https://packagist.org/downloads/",
3851
-
"license": [
3852
-
"MIT"
3853
-
],
3854
-
"authors": [
3855
-
{
3856
-
"name": "Christian Lück",
3857
-
"email": "christian@clue.engineering",
3858
-
"homepage": "https://clue.engineering/"
3859
-
},
3860
-
{
3861
-
"name": "Cees-Jan Kiewiet",
3862
-
"email": "reactphp@ceesjankiewiet.nl",
3863
-
"homepage": "https://wyrihaximus.net/"
3864
-
},
3865
-
{
3866
-
"name": "Jan Sorgalla",
3867
-
"email": "jsorgalla@gmail.com",
3868
-
"homepage": "https://sorgalla.com/"
3869
-
},
3870
-
{
3871
-
"name": "Chris Boden",
3872
-
"email": "cboden@gmail.com",
3873
-
"homepage": "https://cboden.dev/"
3874
-
}
3875
-
],
3876
-
"description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.",
3877
-
"keywords": [
3878
-
"asynchronous",
3879
-
"event-loop"
3880
-
],
3881
-
"support": {
3882
-
"issues": "https://github.com/reactphp/event-loop/issues",
3883
-
"source": "https://github.com/reactphp/event-loop/tree/v1.5.0"
3884
-
},
3885
-
"funding": [
3886
-
{
3887
-
"url": "https://opencollective.com/reactphp",
3888
-
"type": "open_collective"
3889
-
}
3890
-
],
3891
-
"time": "2023-11-13T13:48:05+00:00"
3892
-
},
3893
-
{
3894
-
"name": "react/promise",
3895
-
"version": "v3.3.0",
3896
-
"source": {
3897
-
"type": "git",
3898
-
"url": "https://github.com/reactphp/promise.git",
3899
-
"reference": "23444f53a813a3296c1368bb104793ce8d88f04a"
3900
-
},
3901
-
"dist": {
3902
-
"type": "zip",
3903
-
"url": "https://api.github.com/repos/reactphp/promise/zipball/23444f53a813a3296c1368bb104793ce8d88f04a",
3904
-
"reference": "23444f53a813a3296c1368bb104793ce8d88f04a",
3905
-
"shasum": ""
3906
-
},
3907
-
"require": {
3908
-
"php": ">=7.1.0"
3909
-
},
3910
-
"require-dev": {
3911
-
"phpstan/phpstan": "1.12.28 || 1.4.10",
3912
-
"phpunit/phpunit": "^9.6 || ^7.5"
3913
-
},
3914
-
"type": "library",
3915
-
"autoload": {
3916
-
"files": [
3917
-
"src/functions_include.php"
3918
-
],
3919
-
"psr-4": {
3920
-
"React\\Promise\\": "src/"
3921
-
}
3922
-
},
3923
-
"notification-url": "https://packagist.org/downloads/",
3924
-
"license": [
3925
-
"MIT"
3926
-
],
3927
-
"authors": [
3928
-
{
3929
-
"name": "Jan Sorgalla",
3930
-
"email": "jsorgalla@gmail.com",
3931
-
"homepage": "https://sorgalla.com/"
3932
-
},
3933
-
{
3934
-
"name": "Christian Lück",
3935
-
"email": "christian@clue.engineering",
3936
-
"homepage": "https://clue.engineering/"
3937
-
},
3938
-
{
3939
-
"name": "Cees-Jan Kiewiet",
3940
-
"email": "reactphp@ceesjankiewiet.nl",
3941
-
"homepage": "https://wyrihaximus.net/"
3942
-
},
3943
-
{
3944
-
"name": "Chris Boden",
3945
-
"email": "cboden@gmail.com",
3946
-
"homepage": "https://cboden.dev/"
3947
-
}
3948
-
],
3949
-
"description": "A lightweight implementation of CommonJS Promises/A for PHP",
3950
-
"keywords": [
3951
-
"promise",
3952
-
"promises"
3953
-
],
3954
-
"support": {
3955
-
"issues": "https://github.com/reactphp/promise/issues",
3956
-
"source": "https://github.com/reactphp/promise/tree/v3.3.0"
3957
-
},
3958
-
"funding": [
3959
-
{
3960
-
"url": "https://opencollective.com/reactphp",
3961
-
"type": "open_collective"
3962
-
}
3963
-
],
3964
-
"time": "2025-08-19T18:57:03+00:00"
3965
-
},
3966
-
{
3967
-
"name": "react/socket",
3968
-
"version": "v1.16.0",
3969
-
"source": {
3970
-
"type": "git",
3971
-
"url": "https://github.com/reactphp/socket.git",
3972
-
"reference": "23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1"
3973
-
},
3974
-
"dist": {
3975
-
"type": "zip",
3976
-
"url": "https://api.github.com/repos/reactphp/socket/zipball/23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1",
3977
-
"reference": "23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1",
3978
-
"shasum": ""
3979
-
},
3980
-
"require": {
3981
-
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
3982
-
"php": ">=5.3.0",
3983
-
"react/dns": "^1.13",
3984
-
"react/event-loop": "^1.2",
3985
-
"react/promise": "^3.2 || ^2.6 || ^1.2.1",
3986
-
"react/stream": "^1.4"
3987
-
},
3988
-
"require-dev": {
3989
-
"phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
3990
-
"react/async": "^4.3 || ^3.3 || ^2",
3991
-
"react/promise-stream": "^1.4",
3992
-
"react/promise-timer": "^1.11"
3993
-
},
3994
-
"type": "library",
3995
-
"autoload": {
3996
-
"psr-4": {
3997
-
"React\\Socket\\": "src/"
3998
-
}
3999
-
},
4000
-
"notification-url": "https://packagist.org/downloads/",
4001
-
"license": [
4002
-
"MIT"
4003
-
],
4004
-
"authors": [
4005
-
{
4006
-
"name": "Christian Lück",
4007
-
"email": "christian@clue.engineering",
4008
-
"homepage": "https://clue.engineering/"
4009
-
},
4010
-
{
4011
-
"name": "Cees-Jan Kiewiet",
4012
-
"email": "reactphp@ceesjankiewiet.nl",
4013
-
"homepage": "https://wyrihaximus.net/"
4014
-
},
4015
-
{
4016
-
"name": "Jan Sorgalla",
4017
-
"email": "jsorgalla@gmail.com",
4018
-
"homepage": "https://sorgalla.com/"
4019
-
},
4020
-
{
4021
-
"name": "Chris Boden",
4022
-
"email": "cboden@gmail.com",
4023
-
"homepage": "https://cboden.dev/"
4024
-
}
4025
-
],
4026
-
"description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP",
4027
-
"keywords": [
4028
-
"Connection",
4029
-
"Socket",
4030
-
"async",
4031
-
"reactphp",
4032
-
"stream"
4033
-
],
4034
-
"support": {
4035
-
"issues": "https://github.com/reactphp/socket/issues",
4036
-
"source": "https://github.com/reactphp/socket/tree/v1.16.0"
4037
-
},
4038
-
"funding": [
4039
-
{
4040
-
"url": "https://opencollective.com/reactphp",
4041
-
"type": "open_collective"
4042
-
}
4043
-
],
4044
-
"time": "2024-07-26T10:38:09+00:00"
4045
-
},
4046
-
{
4047
-
"name": "react/stream",
4048
-
"version": "v1.4.0",
4049
-
"source": {
4050
-
"type": "git",
4051
-
"url": "https://github.com/reactphp/stream.git",
4052
-
"reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d"
4053
-
},
4054
-
"dist": {
4055
-
"type": "zip",
4056
-
"url": "https://api.github.com/repos/reactphp/stream/zipball/1e5b0acb8fe55143b5b426817155190eb6f5b18d",
4057
-
"reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d",
4058
-
"shasum": ""
4059
-
},
4060
-
"require": {
4061
-
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
4062
-
"php": ">=5.3.8",
4063
-
"react/event-loop": "^1.2"
4064
-
},
4065
-
"require-dev": {
4066
-
"clue/stream-filter": "~1.2",
4067
-
"phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
4068
-
},
4069
-
"type": "library",
4070
-
"autoload": {
4071
-
"psr-4": {
4072
-
"React\\Stream\\": "src/"
4073
-
}
4074
-
},
4075
-
"notification-url": "https://packagist.org/downloads/",
4076
-
"license": [
4077
-
"MIT"
4078
-
],
4079
-
"authors": [
4080
-
{
4081
-
"name": "Christian Lück",
4082
-
"email": "christian@clue.engineering",
4083
-
"homepage": "https://clue.engineering/"
4084
-
},
4085
-
{
4086
-
"name": "Cees-Jan Kiewiet",
4087
-
"email": "reactphp@ceesjankiewiet.nl",
4088
-
"homepage": "https://wyrihaximus.net/"
4089
-
},
4090
-
{
4091
-
"name": "Jan Sorgalla",
4092
-
"email": "jsorgalla@gmail.com",
4093
-
"homepage": "https://sorgalla.com/"
4094
-
},
4095
-
{
4096
-
"name": "Chris Boden",
4097
-
"email": "cboden@gmail.com",
4098
-
"homepage": "https://cboden.dev/"
4099
-
}
4100
-
],
4101
-
"description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP",
4102
-
"keywords": [
4103
-
"event-driven",
4104
-
"io",
4105
-
"non-blocking",
4106
-
"pipe",
4107
-
"reactphp",
4108
-
"readable",
4109
-
"stream",
4110
-
"writable"
4111
-
],
4112
-
"support": {
4113
-
"issues": "https://github.com/reactphp/stream/issues",
4114
-
"source": "https://github.com/reactphp/stream/tree/v1.4.0"
4115
-
},
4116
-
"funding": [
4117
-
{
4118
-
"url": "https://opencollective.com/reactphp",
4119
-
"type": "open_collective"
4120
-
}
4121
-
],
4122
-
"time": "2024-06-11T12:45:25+00:00"
4123
-
},
4124
-
{
4125
-
"name": "revolution/atproto-lexicon-contracts",
4126
-
"version": "1.0.82",
4127
-
"source": {
4128
-
"type": "git",
4129
-
"url": "https://github.com/invokable/atproto-lexicon-contracts.git",
4130
-
"reference": "07110f78d88ce49547d664140b83165ddfb5b5cf"
4131
-
},
4132
-
"dist": {
4133
-
"type": "zip",
4134
-
"url": "https://api.github.com/repos/invokable/atproto-lexicon-contracts/zipball/07110f78d88ce49547d664140b83165ddfb5b5cf",
4135
-
"reference": "07110f78d88ce49547d664140b83165ddfb5b5cf",
4136
-
"shasum": ""
4137
-
},
4138
-
"require": {
4139
-
"php": "^8.2"
4140
-
},
4141
-
"require-dev": {
4142
-
"guzzlehttp/guzzle": "^7.9",
4143
-
"laravel/pint": "^1.22"
4144
-
},
4145
-
"type": "library",
4146
-
"autoload": {
4147
-
"psr-4": {
4148
-
"Revolution\\AtProto\\Lexicon\\": "src/"
4149
-
}
4150
-
},
4151
-
"notification-url": "https://packagist.org/downloads/",
4152
-
"license": [
4153
-
"MIT"
4154
-
],
4155
-
"authors": [
4156
-
{
4157
-
"name": "kawax",
4158
-
"email": "kawaxbiz@gmail.com"
4159
-
}
4160
-
],
4161
-
"description": "Auto generated pure PHP interface and enum",
4162
-
"keywords": [
4163
-
"Lexicon",
4164
-
"atproto",
4165
-
"bluesky",
4166
-
"contracts"
4167
-
],
4168
-
"support": {
4169
-
"source": "https://github.com/invokable/atproto-lexicon-contracts/tree/1.0.82"
4170
-
},
4171
-
"funding": [
4172
-
{
4173
-
"url": "https://github.com/invokable",
4174
-
"type": "github"
4175
-
}
4176
-
],
4177
-
"time": "2025-09-03T04:11:59+00:00"
4178
-
},
4179
-
{
4180
-
"name": "revolution/laravel-bluesky",
4181
-
"version": "1.1.3",
4182
-
"source": {
4183
-
"type": "git",
4184
-
"url": "https://github.com/invokable/laravel-bluesky.git",
4185
-
"reference": "bdee3d69d4b95388696864559e5cd1c506b94b73"
4186
-
},
4187
-
"dist": {
4188
-
"type": "zip",
4189
-
"url": "https://api.github.com/repos/invokable/laravel-bluesky/zipball/bdee3d69d4b95388696864559e5cd1c506b94b73",
4190
-
"reference": "bdee3d69d4b95388696864559e5cd1c506b94b73",
4191
-
"shasum": ""
4192
-
},
4193
-
"require": {
4194
-
"firebase/php-jwt": "^6.10",
4195
-
"guzzlehttp/guzzle": "^7.8",
4196
-
"illuminate/support": "^11.30||^12.0",
4197
-
"laravel/socialite": "^5.16",
4198
-
"php": "^8.2",
4199
-
"phpseclib/phpseclib": "^3.0",
4200
-
"revolution/atproto-lexicon-contracts": "1.0.82",
4201
-
"yocto/yoclib-multibase": "^1.2"
4202
-
},
4203
-
"require-dev": {
4204
-
"laravel/pint": "^1.22",
4205
-
"orchestra/testbench": "^9.0||^10.0",
4206
-
"revolt/event-loop": "^1.0",
4207
-
"workerman/workerman": "^5.0"
4208
-
},
4209
-
"suggest": {
4210
-
"ext-gmp": "*",
4211
-
"ext-pcntl": "*",
4212
-
"revolt/event-loop": "Required to use WebSocket.",
4213
-
"workerman/workerman": "Required to use WebSocket."
4214
-
},
4215
-
"type": "library",
4216
-
"extra": {
4217
-
"laravel": {
4218
-
"providers": [
4219
-
"Revolution\\Bluesky\\Providers\\BlueskyServiceProvider"
4220
-
]
4221
-
}
4222
-
},
4223
-
"autoload": {
4224
-
"psr-4": {
4225
-
"Revolution\\Bluesky\\": "src/"
4226
-
}
4227
-
},
4228
-
"notification-url": "https://packagist.org/downloads/",
4229
-
"license": [
4230
-
"MIT"
4231
-
],
4232
-
"authors": [
4233
-
{
4234
-
"name": "kawax",
4235
-
"email": "kawaxbiz@gmail.com"
4236
-
}
4237
-
],
4238
-
"description": "Bluesky(AT Protocol) for Laravel",
4239
-
"keywords": [
4240
-
"atproto",
4241
-
"bluesky",
4242
-
"feed-generator",
4243
-
"labeler",
4244
-
"laravel",
4245
-
"notifications",
4246
-
"socialite"
4247
-
],
4248
-
"support": {
4249
-
"source": "https://github.com/invokable/laravel-bluesky/tree/1.1.3"
4250
-
},
4251
-
"funding": [
4252
-
{
4253
-
"url": "https://github.com/invokable",
4254
-
"type": "github"
4255
-
}
4256
-
],
4257
-
"time": "2025-09-03T05:23:09+00:00"
4258
-
},
4259
-
{
4260
-
"name": "symfony/clock",
4261
-
"version": "v7.3.0",
4262
-
"source": {
4263
-
"type": "git",
4264
-
"url": "https://github.com/symfony/clock.git",
4265
-
"reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24"
4266
-
},
4267
-
"dist": {
4268
-
"type": "zip",
4269
-
"url": "https://api.github.com/repos/symfony/clock/zipball/b81435fbd6648ea425d1ee96a2d8e68f4ceacd24",
4270
-
"reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24",
4271
-
"shasum": ""
4272
-
},
4273
-
"require": {
4274
-
"php": ">=8.2",
4275
-
"psr/clock": "^1.0",
4276
-
"symfony/polyfill-php83": "^1.28"
4277
-
},
4278
-
"provide": {
4279
-
"psr/clock-implementation": "1.0"
4280
-
},
4281
-
"type": "library",
4282
-
"autoload": {
4283
-
"files": [
4284
-
"Resources/now.php"
4285
-
],
4286
-
"psr-4": {
4287
-
"Symfony\\Component\\Clock\\": ""
4288
-
},
4289
-
"exclude-from-classmap": [
4290
-
"/Tests/"
4291
-
]
4292
-
},
4293
-
"notification-url": "https://packagist.org/downloads/",
4294
-
"license": [
4295
-
"MIT"
4296
-
],
4297
-
"authors": [
4298
-
{
4299
-
"name": "Nicolas Grekas",
4300
-
"email": "p@tchwork.com"
4301
-
},
4302
-
{
4303
-
"name": "Symfony Community",
4304
-
"homepage": "https://symfony.com/contributors"
4305
-
}
4306
-
],
4307
-
"description": "Decouples applications from the system clock",
4308
-
"homepage": "https://symfony.com",
4309
-
"keywords": [
4310
-
"clock",
4311
-
"psr20",
4312
-
"time"
4313
-
],
4314
-
"support": {
4315
-
"source": "https://github.com/symfony/clock/tree/v7.3.0"
4316
-
},
4317
-
"funding": [
4318
-
{
4319
-
"url": "https://symfony.com/sponsor",
4320
-
"type": "custom"
4321
-
},
4322
-
{
4323
-
"url": "https://github.com/fabpot",
4324
-
"type": "github"
4325
-
},
4326
-
{
4327
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4328
-
"type": "tidelift"
4329
-
}
4330
-
],
4331
-
"time": "2024-09-25T14:21:43+00:00"
4332
-
},
4333
-
{
4334
-
"name": "symfony/console",
4335
-
"version": "v7.3.5",
4336
-
"source": {
4337
-
"type": "git",
4338
-
"url": "https://github.com/symfony/console.git",
4339
-
"reference": "cdb80fa5869653c83cfe1a9084a673b6daf57ea7"
4340
-
},
4341
-
"dist": {
4342
-
"type": "zip",
4343
-
"url": "https://api.github.com/repos/symfony/console/zipball/cdb80fa5869653c83cfe1a9084a673b6daf57ea7",
4344
-
"reference": "cdb80fa5869653c83cfe1a9084a673b6daf57ea7",
4345
-
"shasum": ""
4346
-
},
4347
-
"require": {
4348
-
"php": ">=8.2",
4349
-
"symfony/deprecation-contracts": "^2.5|^3",
4350
-
"symfony/polyfill-mbstring": "~1.0",
4351
-
"symfony/service-contracts": "^2.5|^3",
4352
-
"symfony/string": "^7.2"
4353
-
},
4354
-
"conflict": {
4355
-
"symfony/dependency-injection": "<6.4",
4356
-
"symfony/dotenv": "<6.4",
4357
-
"symfony/event-dispatcher": "<6.4",
4358
-
"symfony/lock": "<6.4",
4359
-
"symfony/process": "<6.4"
4360
-
},
4361
-
"provide": {
4362
-
"psr/log-implementation": "1.0|2.0|3.0"
4363
-
},
4364
-
"require-dev": {
4365
-
"psr/log": "^1|^2|^3",
4366
-
"symfony/config": "^6.4|^7.0",
4367
-
"symfony/dependency-injection": "^6.4|^7.0",
4368
-
"symfony/event-dispatcher": "^6.4|^7.0",
4369
-
"symfony/http-foundation": "^6.4|^7.0",
4370
-
"symfony/http-kernel": "^6.4|^7.0",
4371
-
"symfony/lock": "^6.4|^7.0",
4372
-
"symfony/messenger": "^6.4|^7.0",
4373
-
"symfony/process": "^6.4|^7.0",
4374
-
"symfony/stopwatch": "^6.4|^7.0",
4375
-
"symfony/var-dumper": "^6.4|^7.0"
4376
-
},
4377
-
"type": "library",
4378
-
"autoload": {
4379
-
"psr-4": {
4380
-
"Symfony\\Component\\Console\\": ""
4381
-
},
4382
-
"exclude-from-classmap": [
4383
-
"/Tests/"
4384
-
]
4385
-
},
4386
-
"notification-url": "https://packagist.org/downloads/",
4387
-
"license": [
4388
-
"MIT"
4389
-
],
4390
-
"authors": [
4391
-
{
4392
-
"name": "Fabien Potencier",
4393
-
"email": "fabien@symfony.com"
4394
-
},
4395
-
{
4396
-
"name": "Symfony Community",
4397
-
"homepage": "https://symfony.com/contributors"
4398
-
}
4399
-
],
4400
-
"description": "Eases the creation of beautiful and testable command line interfaces",
4401
-
"homepage": "https://symfony.com",
4402
-
"keywords": [
4403
-
"cli",
4404
-
"command-line",
4405
-
"console",
4406
-
"terminal"
4407
-
],
4408
-
"support": {
4409
-
"source": "https://github.com/symfony/console/tree/v7.3.5"
4410
-
},
4411
-
"funding": [
4412
-
{
4413
-
"url": "https://symfony.com/sponsor",
4414
-
"type": "custom"
4415
-
},
4416
-
{
4417
-
"url": "https://github.com/fabpot",
4418
-
"type": "github"
4419
-
},
4420
-
{
4421
-
"url": "https://github.com/nicolas-grekas",
4422
-
"type": "github"
4423
-
},
4424
-
{
4425
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4426
-
"type": "tidelift"
4427
-
}
4428
-
],
4429
-
"time": "2025-10-14T15:46:26+00:00"
4430
-
},
4431
-
{
4432
-
"name": "symfony/css-selector",
4433
-
"version": "v7.3.0",
4434
-
"source": {
4435
-
"type": "git",
4436
-
"url": "https://github.com/symfony/css-selector.git",
4437
-
"reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2"
4438
-
},
4439
-
"dist": {
4440
-
"type": "zip",
4441
-
"url": "https://api.github.com/repos/symfony/css-selector/zipball/601a5ce9aaad7bf10797e3663faefce9e26c24e2",
4442
-
"reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2",
4443
-
"shasum": ""
4444
-
},
4445
-
"require": {
4446
-
"php": ">=8.2"
4447
-
},
4448
-
"type": "library",
4449
-
"autoload": {
4450
-
"psr-4": {
4451
-
"Symfony\\Component\\CssSelector\\": ""
4452
-
},
4453
-
"exclude-from-classmap": [
4454
-
"/Tests/"
4455
-
]
4456
-
},
4457
-
"notification-url": "https://packagist.org/downloads/",
4458
-
"license": [
4459
-
"MIT"
4460
-
],
4461
-
"authors": [
4462
-
{
4463
-
"name": "Fabien Potencier",
4464
-
"email": "fabien@symfony.com"
4465
-
},
4466
-
{
4467
-
"name": "Jean-François Simon",
4468
-
"email": "jeanfrancois.simon@sensiolabs.com"
4469
-
},
4470
-
{
4471
-
"name": "Symfony Community",
4472
-
"homepage": "https://symfony.com/contributors"
4473
-
}
4474
-
],
4475
-
"description": "Converts CSS selectors to XPath expressions",
4476
-
"homepage": "https://symfony.com",
4477
-
"support": {
4478
-
"source": "https://github.com/symfony/css-selector/tree/v7.3.0"
4479
-
},
4480
-
"funding": [
4481
-
{
4482
-
"url": "https://symfony.com/sponsor",
4483
-
"type": "custom"
4484
-
},
4485
-
{
4486
-
"url": "https://github.com/fabpot",
4487
-
"type": "github"
4488
-
},
4489
-
{
4490
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4491
-
"type": "tidelift"
4492
-
}
4493
-
],
4494
-
"time": "2024-09-25T14:21:43+00:00"
4495
-
},
4496
-
{
4497
-
"name": "symfony/deprecation-contracts",
4498
-
"version": "v3.6.0",
4499
-
"source": {
4500
-
"type": "git",
4501
-
"url": "https://github.com/symfony/deprecation-contracts.git",
4502
-
"reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
4503
-
},
4504
-
"dist": {
4505
-
"type": "zip",
4506
-
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62",
4507
-
"reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
4508
-
"shasum": ""
4509
-
},
4510
-
"require": {
4511
-
"php": ">=8.1"
4512
-
},
4513
-
"type": "library",
4514
-
"extra": {
4515
-
"thanks": {
4516
-
"url": "https://github.com/symfony/contracts",
4517
-
"name": "symfony/contracts"
4518
-
},
4519
-
"branch-alias": {
4520
-
"dev-main": "3.6-dev"
4521
-
}
4522
-
},
4523
-
"autoload": {
4524
-
"files": [
4525
-
"function.php"
4526
-
]
4527
-
},
4528
-
"notification-url": "https://packagist.org/downloads/",
4529
-
"license": [
4530
-
"MIT"
4531
-
],
4532
-
"authors": [
4533
-
{
4534
-
"name": "Nicolas Grekas",
4535
-
"email": "p@tchwork.com"
4536
-
},
4537
-
{
4538
-
"name": "Symfony Community",
4539
-
"homepage": "https://symfony.com/contributors"
4540
-
}
4541
-
],
4542
-
"description": "A generic function and convention to trigger deprecation notices",
4543
-
"homepage": "https://symfony.com",
4544
-
"support": {
4545
-
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0"
4546
-
},
4547
-
"funding": [
4548
-
{
4549
-
"url": "https://symfony.com/sponsor",
4550
-
"type": "custom"
4551
-
},
4552
-
{
4553
-
"url": "https://github.com/fabpot",
4554
-
"type": "github"
4555
-
},
4556
-
{
4557
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4558
-
"type": "tidelift"
4559
-
}
4560
-
],
4561
-
"time": "2024-09-25T14:21:43+00:00"
4562
-
},
4563
-
{
4564
-
"name": "symfony/error-handler",
4565
-
"version": "v7.3.4",
4566
-
"source": {
4567
-
"type": "git",
4568
-
"url": "https://github.com/symfony/error-handler.git",
4569
-
"reference": "99f81bc944ab8e5dae4f21b4ca9972698bbad0e4"
4570
-
},
4571
-
"dist": {
4572
-
"type": "zip",
4573
-
"url": "https://api.github.com/repos/symfony/error-handler/zipball/99f81bc944ab8e5dae4f21b4ca9972698bbad0e4",
4574
-
"reference": "99f81bc944ab8e5dae4f21b4ca9972698bbad0e4",
4575
-
"shasum": ""
4576
-
},
4577
-
"require": {
4578
-
"php": ">=8.2",
4579
-
"psr/log": "^1|^2|^3",
4580
-
"symfony/var-dumper": "^6.4|^7.0"
4581
-
},
4582
-
"conflict": {
4583
-
"symfony/deprecation-contracts": "<2.5",
4584
-
"symfony/http-kernel": "<6.4"
4585
-
},
4586
-
"require-dev": {
4587
-
"symfony/console": "^6.4|^7.0",
4588
-
"symfony/deprecation-contracts": "^2.5|^3",
4589
-
"symfony/http-kernel": "^6.4|^7.0",
4590
-
"symfony/serializer": "^6.4|^7.0",
4591
-
"symfony/webpack-encore-bundle": "^1.0|^2.0"
4592
-
},
4593
-
"bin": [
4594
-
"Resources/bin/patch-type-declarations"
4595
-
],
4596
-
"type": "library",
4597
-
"autoload": {
4598
-
"psr-4": {
4599
-
"Symfony\\Component\\ErrorHandler\\": ""
4600
-
},
4601
-
"exclude-from-classmap": [
4602
-
"/Tests/"
4603
-
]
4604
-
},
4605
-
"notification-url": "https://packagist.org/downloads/",
4606
-
"license": [
4607
-
"MIT"
4608
-
],
4609
-
"authors": [
4610
-
{
4611
-
"name": "Fabien Potencier",
4612
-
"email": "fabien@symfony.com"
4613
-
},
4614
-
{
4615
-
"name": "Symfony Community",
4616
-
"homepage": "https://symfony.com/contributors"
4617
-
}
4618
-
],
4619
-
"description": "Provides tools to manage errors and ease debugging PHP code",
4620
-
"homepage": "https://symfony.com",
4621
-
"support": {
4622
-
"source": "https://github.com/symfony/error-handler/tree/v7.3.4"
4623
-
},
4624
-
"funding": [
4625
-
{
4626
-
"url": "https://symfony.com/sponsor",
4627
-
"type": "custom"
4628
-
},
4629
-
{
4630
-
"url": "https://github.com/fabpot",
4631
-
"type": "github"
4632
-
},
4633
-
{
4634
-
"url": "https://github.com/nicolas-grekas",
4635
-
"type": "github"
4636
-
},
4637
-
{
4638
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4639
-
"type": "tidelift"
4640
-
}
4641
-
],
4642
-
"time": "2025-09-11T10:12:26+00:00"
4643
-
},
4644
-
{
4645
-
"name": "symfony/event-dispatcher",
4646
-
"version": "v7.3.3",
4647
-
"source": {
4648
-
"type": "git",
4649
-
"url": "https://github.com/symfony/event-dispatcher.git",
4650
-
"reference": "b7dc69e71de420ac04bc9ab830cf3ffebba48191"
4651
-
},
4652
-
"dist": {
4653
-
"type": "zip",
4654
-
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b7dc69e71de420ac04bc9ab830cf3ffebba48191",
4655
-
"reference": "b7dc69e71de420ac04bc9ab830cf3ffebba48191",
4656
-
"shasum": ""
4657
-
},
4658
-
"require": {
4659
-
"php": ">=8.2",
4660
-
"symfony/event-dispatcher-contracts": "^2.5|^3"
4661
-
},
4662
-
"conflict": {
4663
-
"symfony/dependency-injection": "<6.4",
4664
-
"symfony/service-contracts": "<2.5"
4665
-
},
4666
-
"provide": {
4667
-
"psr/event-dispatcher-implementation": "1.0",
4668
-
"symfony/event-dispatcher-implementation": "2.0|3.0"
4669
-
},
4670
-
"require-dev": {
4671
-
"psr/log": "^1|^2|^3",
4672
-
"symfony/config": "^6.4|^7.0",
4673
-
"symfony/dependency-injection": "^6.4|^7.0",
4674
-
"symfony/error-handler": "^6.4|^7.0",
4675
-
"symfony/expression-language": "^6.4|^7.0",
4676
-
"symfony/http-foundation": "^6.4|^7.0",
4677
-
"symfony/service-contracts": "^2.5|^3",
4678
-
"symfony/stopwatch": "^6.4|^7.0"
4679
-
},
4680
-
"type": "library",
4681
-
"autoload": {
4682
-
"psr-4": {
4683
-
"Symfony\\Component\\EventDispatcher\\": ""
4684
-
},
4685
-
"exclude-from-classmap": [
4686
-
"/Tests/"
4687
-
]
4688
-
},
4689
-
"notification-url": "https://packagist.org/downloads/",
4690
-
"license": [
4691
-
"MIT"
4692
-
],
4693
-
"authors": [
4694
-
{
4695
-
"name": "Fabien Potencier",
4696
-
"email": "fabien@symfony.com"
4697
-
},
4698
-
{
4699
-
"name": "Symfony Community",
4700
-
"homepage": "https://symfony.com/contributors"
4701
-
}
4702
-
],
4703
-
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
4704
-
"homepage": "https://symfony.com",
4705
-
"support": {
4706
-
"source": "https://github.com/symfony/event-dispatcher/tree/v7.3.3"
4707
-
},
4708
-
"funding": [
4709
-
{
4710
-
"url": "https://symfony.com/sponsor",
4711
-
"type": "custom"
4712
-
},
4713
-
{
4714
-
"url": "https://github.com/fabpot",
4715
-
"type": "github"
4716
-
},
4717
-
{
4718
-
"url": "https://github.com/nicolas-grekas",
4719
-
"type": "github"
4720
-
},
4721
-
{
4722
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4723
-
"type": "tidelift"
4724
-
}
4725
-
],
4726
-
"time": "2025-08-13T11:49:31+00:00"
4727
-
},
4728
-
{
4729
-
"name": "symfony/event-dispatcher-contracts",
4730
-
"version": "v3.6.0",
4731
-
"source": {
4732
-
"type": "git",
4733
-
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
4734
-
"reference": "59eb412e93815df44f05f342958efa9f46b1e586"
4735
-
},
4736
-
"dist": {
4737
-
"type": "zip",
4738
-
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/59eb412e93815df44f05f342958efa9f46b1e586",
4739
-
"reference": "59eb412e93815df44f05f342958efa9f46b1e586",
4740
-
"shasum": ""
4741
-
},
4742
-
"require": {
4743
-
"php": ">=8.1",
4744
-
"psr/event-dispatcher": "^1"
4745
-
},
4746
-
"type": "library",
4747
-
"extra": {
4748
-
"thanks": {
4749
-
"url": "https://github.com/symfony/contracts",
4750
-
"name": "symfony/contracts"
4751
-
},
4752
-
"branch-alias": {
4753
-
"dev-main": "3.6-dev"
4754
-
}
4755
-
},
4756
-
"autoload": {
4757
-
"psr-4": {
4758
-
"Symfony\\Contracts\\EventDispatcher\\": ""
4759
-
}
4760
-
},
4761
-
"notification-url": "https://packagist.org/downloads/",
4762
-
"license": [
4763
-
"MIT"
4764
-
],
4765
-
"authors": [
4766
-
{
4767
-
"name": "Nicolas Grekas",
4768
-
"email": "p@tchwork.com"
4769
-
},
4770
-
{
4771
-
"name": "Symfony Community",
4772
-
"homepage": "https://symfony.com/contributors"
4773
-
}
4774
-
],
4775
-
"description": "Generic abstractions related to dispatching event",
4776
-
"homepage": "https://symfony.com",
4777
-
"keywords": [
4778
-
"abstractions",
4779
-
"contracts",
4780
-
"decoupling",
4781
-
"interfaces",
4782
-
"interoperability",
4783
-
"standards"
4784
-
],
4785
-
"support": {
4786
-
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.6.0"
4787
-
},
4788
-
"funding": [
4789
-
{
4790
-
"url": "https://symfony.com/sponsor",
4791
-
"type": "custom"
4792
-
},
4793
-
{
4794
-
"url": "https://github.com/fabpot",
4795
-
"type": "github"
4796
-
},
4797
-
{
4798
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4799
-
"type": "tidelift"
4800
-
}
4801
-
],
4802
-
"time": "2024-09-25T14:21:43+00:00"
4803
-
},
4804
-
{
4805
-
"name": "symfony/finder",
4806
-
"version": "v7.3.5",
4807
-
"source": {
4808
-
"type": "git",
4809
-
"url": "https://github.com/symfony/finder.git",
4810
-
"reference": "9f696d2f1e340484b4683f7853b273abff94421f"
4811
-
},
4812
-
"dist": {
4813
-
"type": "zip",
4814
-
"url": "https://api.github.com/repos/symfony/finder/zipball/9f696d2f1e340484b4683f7853b273abff94421f",
4815
-
"reference": "9f696d2f1e340484b4683f7853b273abff94421f",
4816
-
"shasum": ""
4817
-
},
4818
-
"require": {
4819
-
"php": ">=8.2"
4820
-
},
4821
-
"require-dev": {
4822
-
"symfony/filesystem": "^6.4|^7.0"
4823
-
},
4824
-
"type": "library",
4825
-
"autoload": {
4826
-
"psr-4": {
4827
-
"Symfony\\Component\\Finder\\": ""
4828
-
},
4829
-
"exclude-from-classmap": [
4830
-
"/Tests/"
4831
-
]
4832
-
},
4833
-
"notification-url": "https://packagist.org/downloads/",
4834
-
"license": [
4835
-
"MIT"
4836
-
],
4837
-
"authors": [
4838
-
{
4839
-
"name": "Fabien Potencier",
4840
-
"email": "fabien@symfony.com"
4841
-
},
4842
-
{
4843
-
"name": "Symfony Community",
4844
-
"homepage": "https://symfony.com/contributors"
4845
-
}
4846
-
],
4847
-
"description": "Finds files and directories via an intuitive fluent interface",
4848
-
"homepage": "https://symfony.com",
4849
-
"support": {
4850
-
"source": "https://github.com/symfony/finder/tree/v7.3.5"
4851
-
},
4852
-
"funding": [
4853
-
{
4854
-
"url": "https://symfony.com/sponsor",
4855
-
"type": "custom"
4856
-
},
4857
-
{
4858
-
"url": "https://github.com/fabpot",
4859
-
"type": "github"
4860
-
},
4861
-
{
4862
-
"url": "https://github.com/nicolas-grekas",
4863
-
"type": "github"
4864
-
},
4865
-
{
4866
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4867
-
"type": "tidelift"
4868
-
}
4869
-
],
4870
-
"time": "2025-10-15T18:45:57+00:00"
4871
-
},
4872
-
{
4873
-
"name": "symfony/http-foundation",
4874
-
"version": "v7.3.5",
4875
-
"source": {
4876
-
"type": "git",
4877
-
"url": "https://github.com/symfony/http-foundation.git",
4878
-
"reference": "ce31218c7cac92eab280762c4375fb70a6f4f897"
4879
-
},
4880
-
"dist": {
4881
-
"type": "zip",
4882
-
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/ce31218c7cac92eab280762c4375fb70a6f4f897",
4883
-
"reference": "ce31218c7cac92eab280762c4375fb70a6f4f897",
4884
-
"shasum": ""
4885
-
},
4886
-
"require": {
4887
-
"php": ">=8.2",
4888
-
"symfony/deprecation-contracts": "^2.5|^3.0",
4889
-
"symfony/polyfill-mbstring": "~1.1",
4890
-
"symfony/polyfill-php83": "^1.27"
4891
-
},
4892
-
"conflict": {
4893
-
"doctrine/dbal": "<3.6",
4894
-
"symfony/cache": "<6.4.12|>=7.0,<7.1.5"
4895
-
},
4896
-
"require-dev": {
4897
-
"doctrine/dbal": "^3.6|^4",
4898
-
"predis/predis": "^1.1|^2.0",
4899
-
"symfony/cache": "^6.4.12|^7.1.5",
4900
-
"symfony/clock": "^6.4|^7.0",
4901
-
"symfony/dependency-injection": "^6.4|^7.0",
4902
-
"symfony/expression-language": "^6.4|^7.0",
4903
-
"symfony/http-kernel": "^6.4|^7.0",
4904
-
"symfony/mime": "^6.4|^7.0",
4905
-
"symfony/rate-limiter": "^6.4|^7.0"
4906
-
},
4907
-
"type": "library",
4908
-
"autoload": {
4909
-
"psr-4": {
4910
-
"Symfony\\Component\\HttpFoundation\\": ""
4911
-
},
4912
-
"exclude-from-classmap": [
4913
-
"/Tests/"
4914
-
]
4915
-
},
4916
-
"notification-url": "https://packagist.org/downloads/",
4917
-
"license": [
4918
-
"MIT"
4919
-
],
4920
-
"authors": [
4921
-
{
4922
-
"name": "Fabien Potencier",
4923
-
"email": "fabien@symfony.com"
4924
-
},
4925
-
{
4926
-
"name": "Symfony Community",
4927
-
"homepage": "https://symfony.com/contributors"
4928
-
}
4929
-
],
4930
-
"description": "Defines an object-oriented layer for the HTTP specification",
4931
-
"homepage": "https://symfony.com",
4932
-
"support": {
4933
-
"source": "https://github.com/symfony/http-foundation/tree/v7.3.5"
4934
-
},
4935
-
"funding": [
4936
-
{
4937
-
"url": "https://symfony.com/sponsor",
4938
-
"type": "custom"
4939
-
},
4940
-
{
4941
-
"url": "https://github.com/fabpot",
4942
-
"type": "github"
4943
-
},
4944
-
{
4945
-
"url": "https://github.com/nicolas-grekas",
4946
-
"type": "github"
4947
-
},
4948
-
{
4949
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4950
-
"type": "tidelift"
4951
-
}
4952
-
],
4953
-
"time": "2025-10-24T21:42:11+00:00"
4954
-
},
4955
-
{
4956
-
"name": "symfony/http-kernel",
4957
-
"version": "v7.3.5",
4958
-
"source": {
4959
-
"type": "git",
4960
-
"url": "https://github.com/symfony/http-kernel.git",
4961
-
"reference": "24fd3f123532e26025f49f1abefcc01a69ef15ab"
4962
-
},
4963
-
"dist": {
4964
-
"type": "zip",
4965
-
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/24fd3f123532e26025f49f1abefcc01a69ef15ab",
4966
-
"reference": "24fd3f123532e26025f49f1abefcc01a69ef15ab",
4967
-
"shasum": ""
4968
-
},
4969
-
"require": {
4970
-
"php": ">=8.2",
4971
-
"psr/log": "^1|^2|^3",
4972
-
"symfony/deprecation-contracts": "^2.5|^3",
4973
-
"symfony/error-handler": "^6.4|^7.0",
4974
-
"symfony/event-dispatcher": "^7.3",
4975
-
"symfony/http-foundation": "^7.3",
4976
-
"symfony/polyfill-ctype": "^1.8"
4977
-
},
4978
-
"conflict": {
4979
-
"symfony/browser-kit": "<6.4",
4980
-
"symfony/cache": "<6.4",
4981
-
"symfony/config": "<6.4",
4982
-
"symfony/console": "<6.4",
4983
-
"symfony/dependency-injection": "<6.4",
4984
-
"symfony/doctrine-bridge": "<6.4",
4985
-
"symfony/form": "<6.4",
4986
-
"symfony/http-client": "<6.4",
4987
-
"symfony/http-client-contracts": "<2.5",
4988
-
"symfony/mailer": "<6.4",
4989
-
"symfony/messenger": "<6.4",
4990
-
"symfony/translation": "<6.4",
4991
-
"symfony/translation-contracts": "<2.5",
4992
-
"symfony/twig-bridge": "<6.4",
4993
-
"symfony/validator": "<6.4",
4994
-
"symfony/var-dumper": "<6.4",
4995
-
"twig/twig": "<3.12"
4996
-
},
4997
-
"provide": {
4998
-
"psr/log-implementation": "1.0|2.0|3.0"
4999
-
},
5000
-
"require-dev": {
5001
-
"psr/cache": "^1.0|^2.0|^3.0",
5002
-
"symfony/browser-kit": "^6.4|^7.0",
5003
-
"symfony/clock": "^6.4|^7.0",
5004
-
"symfony/config": "^6.4|^7.0",
5005
-
"symfony/console": "^6.4|^7.0",
5006
-
"symfony/css-selector": "^6.4|^7.0",
5007
-
"symfony/dependency-injection": "^6.4|^7.0",
5008
-
"symfony/dom-crawler": "^6.4|^7.0",
5009
-
"symfony/expression-language": "^6.4|^7.0",
5010
-
"symfony/finder": "^6.4|^7.0",
5011
-
"symfony/http-client-contracts": "^2.5|^3",
5012
-
"symfony/process": "^6.4|^7.0",
5013
-
"symfony/property-access": "^7.1",
5014
-
"symfony/routing": "^6.4|^7.0",
5015
-
"symfony/serializer": "^7.1",
5016
-
"symfony/stopwatch": "^6.4|^7.0",
5017
-
"symfony/translation": "^6.4|^7.0",
5018
-
"symfony/translation-contracts": "^2.5|^3",
5019
-
"symfony/uid": "^6.4|^7.0",
5020
-
"symfony/validator": "^6.4|^7.0",
5021
-
"symfony/var-dumper": "^6.4|^7.0",
5022
-
"symfony/var-exporter": "^6.4|^7.0",
5023
-
"twig/twig": "^3.12"
5024
-
},
5025
-
"type": "library",
5026
-
"autoload": {
5027
-
"psr-4": {
5028
-
"Symfony\\Component\\HttpKernel\\": ""
5029
-
},
5030
-
"exclude-from-classmap": [
5031
-
"/Tests/"
5032
-
]
5033
-
},
5034
-
"notification-url": "https://packagist.org/downloads/",
5035
-
"license": [
5036
-
"MIT"
5037
-
],
5038
-
"authors": [
5039
-
{
5040
-
"name": "Fabien Potencier",
5041
-
"email": "fabien@symfony.com"
5042
-
},
5043
-
{
5044
-
"name": "Symfony Community",
5045
-
"homepage": "https://symfony.com/contributors"
5046
-
}
5047
-
],
5048
-
"description": "Provides a structured process for converting a Request into a Response",
5049
-
"homepage": "https://symfony.com",
5050
-
"support": {
5051
-
"source": "https://github.com/symfony/http-kernel/tree/v7.3.5"
5052
-
},
5053
-
"funding": [
5054
-
{
5055
-
"url": "https://symfony.com/sponsor",
5056
-
"type": "custom"
5057
-
},
5058
-
{
5059
-
"url": "https://github.com/fabpot",
5060
-
"type": "github"
5061
-
},
5062
-
{
5063
-
"url": "https://github.com/nicolas-grekas",
5064
-
"type": "github"
5065
-
},
5066
-
{
5067
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5068
-
"type": "tidelift"
5069
-
}
5070
-
],
5071
-
"time": "2025-10-28T10:19:01+00:00"
5072
-
},
5073
-
{
5074
-
"name": "symfony/mailer",
5075
-
"version": "v7.3.5",
5076
-
"source": {
5077
-
"type": "git",
5078
-
"url": "https://github.com/symfony/mailer.git",
5079
-
"reference": "fd497c45ba9c10c37864e19466b090dcb60a50ba"
5080
-
},
5081
-
"dist": {
5082
-
"type": "zip",
5083
-
"url": "https://api.github.com/repos/symfony/mailer/zipball/fd497c45ba9c10c37864e19466b090dcb60a50ba",
5084
-
"reference": "fd497c45ba9c10c37864e19466b090dcb60a50ba",
5085
-
"shasum": ""
5086
-
},
5087
-
"require": {
5088
-
"egulias/email-validator": "^2.1.10|^3|^4",
5089
-
"php": ">=8.2",
5090
-
"psr/event-dispatcher": "^1",
5091
-
"psr/log": "^1|^2|^3",
5092
-
"symfony/event-dispatcher": "^6.4|^7.0",
5093
-
"symfony/mime": "^7.2",
5094
-
"symfony/service-contracts": "^2.5|^3"
5095
-
},
5096
-
"conflict": {
5097
-
"symfony/http-client-contracts": "<2.5",
5098
-
"symfony/http-kernel": "<6.4",
5099
-
"symfony/messenger": "<6.4",
5100
-
"symfony/mime": "<6.4",
5101
-
"symfony/twig-bridge": "<6.4"
5102
-
},
5103
-
"require-dev": {
5104
-
"symfony/console": "^6.4|^7.0",
5105
-
"symfony/http-client": "^6.4|^7.0",
5106
-
"symfony/messenger": "^6.4|^7.0",
5107
-
"symfony/twig-bridge": "^6.4|^7.0"
5108
-
},
5109
-
"type": "library",
5110
-
"autoload": {
5111
-
"psr-4": {
5112
-
"Symfony\\Component\\Mailer\\": ""
5113
-
},
5114
-
"exclude-from-classmap": [
5115
-
"/Tests/"
5116
-
]
5117
-
},
5118
-
"notification-url": "https://packagist.org/downloads/",
5119
-
"license": [
5120
-
"MIT"
5121
-
],
5122
-
"authors": [
5123
-
{
5124
-
"name": "Fabien Potencier",
5125
-
"email": "fabien@symfony.com"
5126
-
},
5127
-
{
5128
-
"name": "Symfony Community",
5129
-
"homepage": "https://symfony.com/contributors"
5130
-
}
5131
-
],
5132
-
"description": "Helps sending emails",
5133
-
"homepage": "https://symfony.com",
5134
-
"support": {
5135
-
"source": "https://github.com/symfony/mailer/tree/v7.3.5"
5136
-
},
5137
-
"funding": [
5138
-
{
5139
-
"url": "https://symfony.com/sponsor",
5140
-
"type": "custom"
5141
-
},
5142
-
{
5143
-
"url": "https://github.com/fabpot",
5144
-
"type": "github"
5145
-
},
5146
-
{
5147
-
"url": "https://github.com/nicolas-grekas",
5148
-
"type": "github"
5149
-
},
5150
-
{
5151
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5152
-
"type": "tidelift"
5153
-
}
5154
-
],
5155
-
"time": "2025-10-24T14:27:20+00:00"
5156
-
},
5157
-
{
5158
-
"name": "symfony/mime",
5159
-
"version": "v7.3.4",
5160
-
"source": {
5161
-
"type": "git",
5162
-
"url": "https://github.com/symfony/mime.git",
5163
-
"reference": "b1b828f69cbaf887fa835a091869e55df91d0e35"
5164
-
},
5165
-
"dist": {
5166
-
"type": "zip",
5167
-
"url": "https://api.github.com/repos/symfony/mime/zipball/b1b828f69cbaf887fa835a091869e55df91d0e35",
5168
-
"reference": "b1b828f69cbaf887fa835a091869e55df91d0e35",
5169
-
"shasum": ""
5170
-
},
5171
-
"require": {
5172
-
"php": ">=8.2",
5173
-
"symfony/polyfill-intl-idn": "^1.10",
5174
-
"symfony/polyfill-mbstring": "^1.0"
5175
-
},
5176
-
"conflict": {
5177
-
"egulias/email-validator": "~3.0.0",
5178
-
"phpdocumentor/reflection-docblock": "<3.2.2",
5179
-
"phpdocumentor/type-resolver": "<1.4.0",
5180
-
"symfony/mailer": "<6.4",
5181
-
"symfony/serializer": "<6.4.3|>7.0,<7.0.3"
5182
-
},
5183
-
"require-dev": {
5184
-
"egulias/email-validator": "^2.1.10|^3.1|^4",
5185
-
"league/html-to-markdown": "^5.0",
5186
-
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
5187
-
"symfony/dependency-injection": "^6.4|^7.0",
5188
-
"symfony/process": "^6.4|^7.0",
5189
-
"symfony/property-access": "^6.4|^7.0",
5190
-
"symfony/property-info": "^6.4|^7.0",
5191
-
"symfony/serializer": "^6.4.3|^7.0.3"
5192
-
},
5193
-
"type": "library",
5194
-
"autoload": {
5195
-
"psr-4": {
5196
-
"Symfony\\Component\\Mime\\": ""
5197
-
},
5198
-
"exclude-from-classmap": [
5199
-
"/Tests/"
5200
-
]
5201
-
},
5202
-
"notification-url": "https://packagist.org/downloads/",
5203
-
"license": [
5204
-
"MIT"
5205
-
],
5206
-
"authors": [
5207
-
{
5208
-
"name": "Fabien Potencier",
5209
-
"email": "fabien@symfony.com"
5210
-
},
5211
-
{
5212
-
"name": "Symfony Community",
5213
-
"homepage": "https://symfony.com/contributors"
5214
-
}
5215
-
],
5216
-
"description": "Allows manipulating MIME messages",
5217
-
"homepage": "https://symfony.com",
5218
-
"keywords": [
5219
-
"mime",
5220
-
"mime-type"
5221
-
],
5222
-
"support": {
5223
-
"source": "https://github.com/symfony/mime/tree/v7.3.4"
5224
-
},
5225
-
"funding": [
5226
-
{
5227
-
"url": "https://symfony.com/sponsor",
5228
-
"type": "custom"
5229
-
},
5230
-
{
5231
-
"url": "https://github.com/fabpot",
5232
-
"type": "github"
5233
-
},
5234
-
{
5235
-
"url": "https://github.com/nicolas-grekas",
5236
-
"type": "github"
5237
-
},
5238
-
{
5239
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5240
-
"type": "tidelift"
5241
-
}
5242
-
],
5243
-
"time": "2025-09-16T08:38:17+00:00"
5244
-
},
5245
-
{
5246
-
"name": "symfony/polyfill-ctype",
5247
-
"version": "v1.33.0",
5248
-
"source": {
5249
-
"type": "git",
5250
-
"url": "https://github.com/symfony/polyfill-ctype.git",
5251
-
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
5252
-
},
5253
-
"dist": {
5254
-
"type": "zip",
5255
-
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
5256
-
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
5257
-
"shasum": ""
5258
-
},
5259
-
"require": {
5260
-
"php": ">=7.2"
5261
-
},
5262
-
"provide": {
5263
-
"ext-ctype": "*"
5264
-
},
5265
-
"suggest": {
5266
-
"ext-ctype": "For best performance"
5267
-
},
5268
-
"type": "library",
5269
-
"extra": {
5270
-
"thanks": {
5271
-
"url": "https://github.com/symfony/polyfill",
5272
-
"name": "symfony/polyfill"
5273
-
}
5274
-
},
5275
-
"autoload": {
5276
-
"files": [
5277
-
"bootstrap.php"
5278
-
],
5279
-
"psr-4": {
5280
-
"Symfony\\Polyfill\\Ctype\\": ""
5281
-
}
5282
-
},
5283
-
"notification-url": "https://packagist.org/downloads/",
5284
-
"license": [
5285
-
"MIT"
5286
-
],
5287
-
"authors": [
5288
-
{
5289
-
"name": "Gert de Pagter",
5290
-
"email": "BackEndTea@gmail.com"
5291
-
},
5292
-
{
5293
-
"name": "Symfony Community",
5294
-
"homepage": "https://symfony.com/contributors"
5295
-
}
5296
-
],
5297
-
"description": "Symfony polyfill for ctype functions",
5298
-
"homepage": "https://symfony.com",
5299
-
"keywords": [
5300
-
"compatibility",
5301
-
"ctype",
5302
-
"polyfill",
5303
-
"portable"
5304
-
],
5305
-
"support": {
5306
-
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.33.0"
5307
-
},
5308
-
"funding": [
5309
-
{
5310
-
"url": "https://symfony.com/sponsor",
5311
-
"type": "custom"
5312
-
},
5313
-
{
5314
-
"url": "https://github.com/fabpot",
5315
-
"type": "github"
5316
-
},
5317
-
{
5318
-
"url": "https://github.com/nicolas-grekas",
5319
-
"type": "github"
5320
-
},
5321
-
{
5322
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5323
-
"type": "tidelift"
5324
-
}
5325
-
],
5326
-
"time": "2024-09-09T11:45:10+00:00"
5327
-
},
5328
-
{
5329
-
"name": "symfony/polyfill-intl-grapheme",
5330
-
"version": "v1.33.0",
5331
-
"source": {
5332
-
"type": "git",
5333
-
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
5334
-
"reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70"
5335
-
},
5336
-
"dist": {
5337
-
"type": "zip",
5338
-
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/380872130d3a5dd3ace2f4010d95125fde5d5c70",
5339
-
"reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70",
5340
-
"shasum": ""
5341
-
},
5342
-
"require": {
5343
-
"php": ">=7.2"
5344
-
},
5345
-
"suggest": {
5346
-
"ext-intl": "For best performance"
5347
-
},
5348
-
"type": "library",
5349
-
"extra": {
5350
-
"thanks": {
5351
-
"url": "https://github.com/symfony/polyfill",
5352
-
"name": "symfony/polyfill"
5353
-
}
5354
-
},
5355
-
"autoload": {
5356
-
"files": [
5357
-
"bootstrap.php"
5358
-
],
5359
-
"psr-4": {
5360
-
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
5361
-
}
5362
-
},
5363
-
"notification-url": "https://packagist.org/downloads/",
5364
-
"license": [
5365
-
"MIT"
5366
-
],
5367
-
"authors": [
5368
-
{
5369
-
"name": "Nicolas Grekas",
5370
-
"email": "p@tchwork.com"
5371
-
},
5372
-
{
5373
-
"name": "Symfony Community",
5374
-
"homepage": "https://symfony.com/contributors"
5375
-
}
5376
-
],
5377
-
"description": "Symfony polyfill for intl's grapheme_* functions",
5378
-
"homepage": "https://symfony.com",
5379
-
"keywords": [
5380
-
"compatibility",
5381
-
"grapheme",
5382
-
"intl",
5383
-
"polyfill",
5384
-
"portable",
5385
-
"shim"
5386
-
],
5387
-
"support": {
5388
-
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.33.0"
5389
-
},
5390
-
"funding": [
5391
-
{
5392
-
"url": "https://symfony.com/sponsor",
5393
-
"type": "custom"
5394
-
},
5395
-
{
5396
-
"url": "https://github.com/fabpot",
5397
-
"type": "github"
5398
-
},
5399
-
{
5400
-
"url": "https://github.com/nicolas-grekas",
5401
-
"type": "github"
5402
-
},
5403
-
{
5404
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5405
-
"type": "tidelift"
5406
-
}
5407
-
],
5408
-
"time": "2025-06-27T09:58:17+00:00"
5409
-
},
5410
-
{
5411
-
"name": "symfony/polyfill-intl-idn",
5412
-
"version": "v1.33.0",
5413
-
"source": {
5414
-
"type": "git",
5415
-
"url": "https://github.com/symfony/polyfill-intl-idn.git",
5416
-
"reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3"
5417
-
},
5418
-
"dist": {
5419
-
"type": "zip",
5420
-
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/9614ac4d8061dc257ecc64cba1b140873dce8ad3",
5421
-
"reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3",
5422
-
"shasum": ""
5423
-
},
5424
-
"require": {
5425
-
"php": ">=7.2",
5426
-
"symfony/polyfill-intl-normalizer": "^1.10"
5427
-
},
5428
-
"suggest": {
5429
-
"ext-intl": "For best performance"
5430
-
},
5431
-
"type": "library",
5432
-
"extra": {
5433
-
"thanks": {
5434
-
"url": "https://github.com/symfony/polyfill",
5435
-
"name": "symfony/polyfill"
5436
-
}
5437
-
},
5438
-
"autoload": {
5439
-
"files": [
5440
-
"bootstrap.php"
5441
-
],
5442
-
"psr-4": {
5443
-
"Symfony\\Polyfill\\Intl\\Idn\\": ""
5444
-
}
5445
-
},
5446
-
"notification-url": "https://packagist.org/downloads/",
5447
-
"license": [
5448
-
"MIT"
5449
-
],
5450
-
"authors": [
5451
-
{
5452
-
"name": "Laurent Bassin",
5453
-
"email": "laurent@bassin.info"
5454
-
},
5455
-
{
5456
-
"name": "Trevor Rowbotham",
5457
-
"email": "trevor.rowbotham@pm.me"
5458
-
},
5459
-
{
5460
-
"name": "Symfony Community",
5461
-
"homepage": "https://symfony.com/contributors"
5462
-
}
5463
-
],
5464
-
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
5465
-
"homepage": "https://symfony.com",
5466
-
"keywords": [
5467
-
"compatibility",
5468
-
"idn",
5469
-
"intl",
5470
-
"polyfill",
5471
-
"portable",
5472
-
"shim"
5473
-
],
5474
-
"support": {
5475
-
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.33.0"
5476
-
},
5477
-
"funding": [
5478
-
{
5479
-
"url": "https://symfony.com/sponsor",
5480
-
"type": "custom"
5481
-
},
5482
-
{
5483
-
"url": "https://github.com/fabpot",
5484
-
"type": "github"
5485
-
},
5486
-
{
5487
-
"url": "https://github.com/nicolas-grekas",
5488
-
"type": "github"
5489
-
},
5490
-
{
5491
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5492
-
"type": "tidelift"
5493
-
}
5494
-
],
5495
-
"time": "2024-09-10T14:38:51+00:00"
5496
-
},
5497
-
{
5498
-
"name": "symfony/polyfill-intl-normalizer",
5499
-
"version": "v1.33.0",
5500
-
"source": {
5501
-
"type": "git",
5502
-
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
5503
-
"reference": "3833d7255cc303546435cb650316bff708a1c75c"
5504
-
},
5505
-
"dist": {
5506
-
"type": "zip",
5507
-
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
5508
-
"reference": "3833d7255cc303546435cb650316bff708a1c75c",
5509
-
"shasum": ""
5510
-
},
5511
-
"require": {
5512
-
"php": ">=7.2"
5513
-
},
5514
-
"suggest": {
5515
-
"ext-intl": "For best performance"
5516
-
},
5517
-
"type": "library",
5518
-
"extra": {
5519
-
"thanks": {
5520
-
"url": "https://github.com/symfony/polyfill",
5521
-
"name": "symfony/polyfill"
5522
-
}
5523
-
},
5524
-
"autoload": {
5525
-
"files": [
5526
-
"bootstrap.php"
5527
-
],
5528
-
"psr-4": {
5529
-
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
5530
-
},
5531
-
"classmap": [
5532
-
"Resources/stubs"
5533
-
]
5534
-
},
5535
-
"notification-url": "https://packagist.org/downloads/",
5536
-
"license": [
5537
-
"MIT"
5538
-
],
5539
-
"authors": [
5540
-
{
5541
-
"name": "Nicolas Grekas",
5542
-
"email": "p@tchwork.com"
5543
-
},
5544
-
{
5545
-
"name": "Symfony Community",
5546
-
"homepage": "https://symfony.com/contributors"
5547
-
}
5548
-
],
5549
-
"description": "Symfony polyfill for intl's Normalizer class and related functions",
5550
-
"homepage": "https://symfony.com",
5551
-
"keywords": [
5552
-
"compatibility",
5553
-
"intl",
5554
-
"normalizer",
5555
-
"polyfill",
5556
-
"portable",
5557
-
"shim"
5558
-
],
5559
-
"support": {
5560
-
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.33.0"
5561
-
},
5562
-
"funding": [
5563
-
{
5564
-
"url": "https://symfony.com/sponsor",
5565
-
"type": "custom"
5566
-
},
5567
-
{
5568
-
"url": "https://github.com/fabpot",
5569
-
"type": "github"
5570
-
},
5571
-
{
5572
-
"url": "https://github.com/nicolas-grekas",
5573
-
"type": "github"
5574
-
},
5575
-
{
5576
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5577
-
"type": "tidelift"
5578
-
}
5579
-
],
5580
-
"time": "2024-09-09T11:45:10+00:00"
5581
-
},
5582
-
{
5583
-
"name": "symfony/polyfill-mbstring",
5584
-
"version": "v1.33.0",
5585
-
"source": {
5586
-
"type": "git",
5587
-
"url": "https://github.com/symfony/polyfill-mbstring.git",
5588
-
"reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
5589
-
},
5590
-
"dist": {
5591
-
"type": "zip",
5592
-
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
5593
-
"reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
5594
-
"shasum": ""
5595
-
},
5596
-
"require": {
5597
-
"ext-iconv": "*",
5598
-
"php": ">=7.2"
5599
-
},
5600
-
"provide": {
5601
-
"ext-mbstring": "*"
5602
-
},
5603
-
"suggest": {
5604
-
"ext-mbstring": "For best performance"
5605
-
},
5606
-
"type": "library",
5607
-
"extra": {
5608
-
"thanks": {
5609
-
"url": "https://github.com/symfony/polyfill",
5610
-
"name": "symfony/polyfill"
5611
-
}
5612
-
},
5613
-
"autoload": {
5614
-
"files": [
5615
-
"bootstrap.php"
5616
-
],
5617
-
"psr-4": {
5618
-
"Symfony\\Polyfill\\Mbstring\\": ""
5619
-
}
5620
-
},
5621
-
"notification-url": "https://packagist.org/downloads/",
5622
-
"license": [
5623
-
"MIT"
5624
-
],
5625
-
"authors": [
5626
-
{
5627
-
"name": "Nicolas Grekas",
5628
-
"email": "p@tchwork.com"
5629
-
},
5630
-
{
5631
-
"name": "Symfony Community",
5632
-
"homepage": "https://symfony.com/contributors"
5633
-
}
5634
-
],
5635
-
"description": "Symfony polyfill for the Mbstring extension",
5636
-
"homepage": "https://symfony.com",
5637
-
"keywords": [
5638
-
"compatibility",
5639
-
"mbstring",
5640
-
"polyfill",
5641
-
"portable",
5642
-
"shim"
5643
-
],
5644
-
"support": {
5645
-
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.0"
5646
-
},
5647
-
"funding": [
5648
-
{
5649
-
"url": "https://symfony.com/sponsor",
5650
-
"type": "custom"
5651
-
},
5652
-
{
5653
-
"url": "https://github.com/fabpot",
5654
-
"type": "github"
5655
-
},
5656
-
{
5657
-
"url": "https://github.com/nicolas-grekas",
5658
-
"type": "github"
5659
-
},
5660
-
{
5661
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5662
-
"type": "tidelift"
5663
-
}
5664
-
],
5665
-
"time": "2024-12-23T08:48:59+00:00"
5666
-
},
5667
-
{
5668
-
"name": "symfony/polyfill-php80",
5669
-
"version": "v1.33.0",
5670
-
"source": {
5671
-
"type": "git",
5672
-
"url": "https://github.com/symfony/polyfill-php80.git",
5673
-
"reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608"
5674
-
},
5675
-
"dist": {
5676
-
"type": "zip",
5677
-
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
5678
-
"reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
5679
-
"shasum": ""
5680
-
},
5681
-
"require": {
5682
-
"php": ">=7.2"
5683
-
},
5684
-
"type": "library",
5685
-
"extra": {
5686
-
"thanks": {
5687
-
"url": "https://github.com/symfony/polyfill",
5688
-
"name": "symfony/polyfill"
5689
-
}
5690
-
},
5691
-
"autoload": {
5692
-
"files": [
5693
-
"bootstrap.php"
5694
-
],
5695
-
"psr-4": {
5696
-
"Symfony\\Polyfill\\Php80\\": ""
5697
-
},
5698
-
"classmap": [
5699
-
"Resources/stubs"
5700
-
]
5701
-
},
5702
-
"notification-url": "https://packagist.org/downloads/",
5703
-
"license": [
5704
-
"MIT"
5705
-
],
5706
-
"authors": [
5707
-
{
5708
-
"name": "Ion Bazan",
5709
-
"email": "ion.bazan@gmail.com"
5710
-
},
5711
-
{
5712
-
"name": "Nicolas Grekas",
5713
-
"email": "p@tchwork.com"
5714
-
},
5715
-
{
5716
-
"name": "Symfony Community",
5717
-
"homepage": "https://symfony.com/contributors"
5718
-
}
5719
-
],
5720
-
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
5721
-
"homepage": "https://symfony.com",
5722
-
"keywords": [
5723
-
"compatibility",
5724
-
"polyfill",
5725
-
"portable",
5726
-
"shim"
5727
-
],
5728
-
"support": {
5729
-
"source": "https://github.com/symfony/polyfill-php80/tree/v1.33.0"
5730
-
},
5731
-
"funding": [
5732
-
{
5733
-
"url": "https://symfony.com/sponsor",
5734
-
"type": "custom"
5735
-
},
5736
-
{
5737
-
"url": "https://github.com/fabpot",
5738
-
"type": "github"
5739
-
},
5740
-
{
5741
-
"url": "https://github.com/nicolas-grekas",
5742
-
"type": "github"
5743
-
},
5744
-
{
5745
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5746
-
"type": "tidelift"
5747
-
}
5748
-
],
5749
-
"time": "2025-01-02T08:10:11+00:00"
5750
-
},
5751
-
{
5752
-
"name": "symfony/polyfill-php83",
5753
-
"version": "v1.33.0",
5754
-
"source": {
5755
-
"type": "git",
5756
-
"url": "https://github.com/symfony/polyfill-php83.git",
5757
-
"reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5"
5758
-
},
5759
-
"dist": {
5760
-
"type": "zip",
5761
-
"url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/17f6f9a6b1735c0f163024d959f700cfbc5155e5",
5762
-
"reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5",
5763
-
"shasum": ""
5764
-
},
5765
-
"require": {
5766
-
"php": ">=7.2"
5767
-
},
5768
-
"type": "library",
5769
-
"extra": {
5770
-
"thanks": {
5771
-
"url": "https://github.com/symfony/polyfill",
5772
-
"name": "symfony/polyfill"
5773
-
}
5774
-
},
5775
-
"autoload": {
5776
-
"files": [
5777
-
"bootstrap.php"
5778
-
],
5779
-
"psr-4": {
5780
-
"Symfony\\Polyfill\\Php83\\": ""
5781
-
},
5782
-
"classmap": [
5783
-
"Resources/stubs"
5784
-
]
5785
-
},
5786
-
"notification-url": "https://packagist.org/downloads/",
5787
-
"license": [
5788
-
"MIT"
5789
-
],
5790
-
"authors": [
5791
-
{
5792
-
"name": "Nicolas Grekas",
5793
-
"email": "p@tchwork.com"
5794
-
},
5795
-
{
5796
-
"name": "Symfony Community",
5797
-
"homepage": "https://symfony.com/contributors"
5798
-
}
5799
-
],
5800
-
"description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
5801
-
"homepage": "https://symfony.com",
5802
-
"keywords": [
5803
-
"compatibility",
5804
-
"polyfill",
5805
-
"portable",
5806
-
"shim"
5807
-
],
5808
-
"support": {
5809
-
"source": "https://github.com/symfony/polyfill-php83/tree/v1.33.0"
5810
-
},
5811
-
"funding": [
5812
-
{
5813
-
"url": "https://symfony.com/sponsor",
5814
-
"type": "custom"
5815
-
},
5816
-
{
5817
-
"url": "https://github.com/fabpot",
5818
-
"type": "github"
5819
-
},
5820
-
{
5821
-
"url": "https://github.com/nicolas-grekas",
5822
-
"type": "github"
5823
-
},
5824
-
{
5825
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5826
-
"type": "tidelift"
5827
-
}
5828
-
],
5829
-
"time": "2025-07-08T02:45:35+00:00"
5830
-
},
5831
-
{
5832
-
"name": "symfony/polyfill-uuid",
5833
-
"version": "v1.33.0",
5834
-
"source": {
5835
-
"type": "git",
5836
-
"url": "https://github.com/symfony/polyfill-uuid.git",
5837
-
"reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2"
5838
-
},
5839
-
"dist": {
5840
-
"type": "zip",
5841
-
"url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
5842
-
"reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
5843
-
"shasum": ""
5844
-
},
5845
-
"require": {
5846
-
"php": ">=7.2"
5847
-
},
5848
-
"provide": {
5849
-
"ext-uuid": "*"
5850
-
},
5851
-
"suggest": {
5852
-
"ext-uuid": "For best performance"
5853
-
},
5854
-
"type": "library",
5855
-
"extra": {
5856
-
"thanks": {
5857
-
"url": "https://github.com/symfony/polyfill",
5858
-
"name": "symfony/polyfill"
5859
-
}
5860
-
},
5861
-
"autoload": {
5862
-
"files": [
5863
-
"bootstrap.php"
5864
-
],
5865
-
"psr-4": {
5866
-
"Symfony\\Polyfill\\Uuid\\": ""
5867
-
}
5868
-
},
5869
-
"notification-url": "https://packagist.org/downloads/",
5870
-
"license": [
5871
-
"MIT"
5872
-
],
5873
-
"authors": [
5874
-
{
5875
-
"name": "Grégoire Pineau",
5876
-
"email": "lyrixx@lyrixx.info"
5877
-
},
5878
-
{
5879
-
"name": "Symfony Community",
5880
-
"homepage": "https://symfony.com/contributors"
5881
-
}
5882
-
],
5883
-
"description": "Symfony polyfill for uuid functions",
5884
-
"homepage": "https://symfony.com",
5885
-
"keywords": [
5886
-
"compatibility",
5887
-
"polyfill",
5888
-
"portable",
5889
-
"uuid"
5890
-
],
5891
-
"support": {
5892
-
"source": "https://github.com/symfony/polyfill-uuid/tree/v1.33.0"
5893
-
},
5894
-
"funding": [
5895
-
{
5896
-
"url": "https://symfony.com/sponsor",
5897
-
"type": "custom"
5898
-
},
5899
-
{
5900
-
"url": "https://github.com/fabpot",
5901
-
"type": "github"
5902
-
},
5903
-
{
5904
-
"url": "https://github.com/nicolas-grekas",
5905
-
"type": "github"
5906
-
},
5907
-
{
5908
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5909
-
"type": "tidelift"
5910
-
}
5911
-
],
5912
-
"time": "2024-09-09T11:45:10+00:00"
5913
-
},
5914
-
{
5915
-
"name": "symfony/process",
5916
-
"version": "v7.3.4",
5917
-
"source": {
5918
-
"type": "git",
5919
-
"url": "https://github.com/symfony/process.git",
5920
-
"reference": "f24f8f316367b30810810d4eb30c543d7003ff3b"
5921
-
},
5922
-
"dist": {
5923
-
"type": "zip",
5924
-
"url": "https://api.github.com/repos/symfony/process/zipball/f24f8f316367b30810810d4eb30c543d7003ff3b",
5925
-
"reference": "f24f8f316367b30810810d4eb30c543d7003ff3b",
5926
-
"shasum": ""
5927
-
},
5928
-
"require": {
5929
-
"php": ">=8.2"
5930
-
},
5931
-
"type": "library",
5932
-
"autoload": {
5933
-
"psr-4": {
5934
-
"Symfony\\Component\\Process\\": ""
5935
-
},
5936
-
"exclude-from-classmap": [
5937
-
"/Tests/"
5938
-
]
5939
-
},
5940
-
"notification-url": "https://packagist.org/downloads/",
5941
-
"license": [
5942
-
"MIT"
5943
-
],
5944
-
"authors": [
5945
-
{
5946
-
"name": "Fabien Potencier",
5947
-
"email": "fabien@symfony.com"
5948
-
},
5949
-
{
5950
-
"name": "Symfony Community",
5951
-
"homepage": "https://symfony.com/contributors"
5952
-
}
5953
-
],
5954
-
"description": "Executes commands in sub-processes",
5955
-
"homepage": "https://symfony.com",
5956
-
"support": {
5957
-
"source": "https://github.com/symfony/process/tree/v7.3.4"
5958
-
},
5959
-
"funding": [
5960
-
{
5961
-
"url": "https://symfony.com/sponsor",
5962
-
"type": "custom"
5963
-
},
5964
-
{
5965
-
"url": "https://github.com/fabpot",
5966
-
"type": "github"
5967
-
},
5968
-
{
5969
-
"url": "https://github.com/nicolas-grekas",
5970
-
"type": "github"
5971
-
},
5972
-
{
5973
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5974
-
"type": "tidelift"
5975
-
}
5976
-
],
5977
-
"time": "2025-09-11T10:12:26+00:00"
5978
-
},
5979
-
{
5980
-
"name": "symfony/routing",
5981
-
"version": "v7.3.4",
5982
-
"source": {
5983
-
"type": "git",
5984
-
"url": "https://github.com/symfony/routing.git",
5985
-
"reference": "8dc648e159e9bac02b703b9fbd937f19ba13d07c"
5986
-
},
5987
-
"dist": {
5988
-
"type": "zip",
5989
-
"url": "https://api.github.com/repos/symfony/routing/zipball/8dc648e159e9bac02b703b9fbd937f19ba13d07c",
5990
-
"reference": "8dc648e159e9bac02b703b9fbd937f19ba13d07c",
5991
-
"shasum": ""
5992
-
},
5993
-
"require": {
5994
-
"php": ">=8.2",
5995
-
"symfony/deprecation-contracts": "^2.5|^3"
5996
-
},
5997
-
"conflict": {
5998
-
"symfony/config": "<6.4",
5999
-
"symfony/dependency-injection": "<6.4",
6000
-
"symfony/yaml": "<6.4"
6001
-
},
6002
-
"require-dev": {
6003
-
"psr/log": "^1|^2|^3",
6004
-
"symfony/config": "^6.4|^7.0",
6005
-
"symfony/dependency-injection": "^6.4|^7.0",
6006
-
"symfony/expression-language": "^6.4|^7.0",
6007
-
"symfony/http-foundation": "^6.4|^7.0",
6008
-
"symfony/yaml": "^6.4|^7.0"
6009
-
},
6010
-
"type": "library",
6011
-
"autoload": {
6012
-
"psr-4": {
6013
-
"Symfony\\Component\\Routing\\": ""
6014
-
},
6015
-
"exclude-from-classmap": [
6016
-
"/Tests/"
6017
-
]
6018
-
},
6019
-
"notification-url": "https://packagist.org/downloads/",
6020
-
"license": [
6021
-
"MIT"
6022
-
],
6023
-
"authors": [
6024
-
{
6025
-
"name": "Fabien Potencier",
6026
-
"email": "fabien@symfony.com"
6027
-
},
6028
-
{
6029
-
"name": "Symfony Community",
6030
-
"homepage": "https://symfony.com/contributors"
6031
-
}
6032
-
],
6033
-
"description": "Maps an HTTP request to a set of configuration variables",
6034
-
"homepage": "https://symfony.com",
6035
-
"keywords": [
6036
-
"router",
6037
-
"routing",
6038
-
"uri",
6039
-
"url"
6040
-
],
6041
-
"support": {
6042
-
"source": "https://github.com/symfony/routing/tree/v7.3.4"
6043
-
},
6044
-
"funding": [
6045
-
{
6046
-
"url": "https://symfony.com/sponsor",
6047
-
"type": "custom"
6048
-
},
6049
-
{
6050
-
"url": "https://github.com/fabpot",
6051
-
"type": "github"
6052
-
},
6053
-
{
6054
-
"url": "https://github.com/nicolas-grekas",
6055
-
"type": "github"
6056
-
},
6057
-
{
6058
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6059
-
"type": "tidelift"
6060
-
}
6061
-
],
6062
-
"time": "2025-09-11T10:12:26+00:00"
6063
-
},
6064
-
{
6065
-
"name": "symfony/service-contracts",
6066
-
"version": "v3.6.0",
6067
-
"source": {
6068
-
"type": "git",
6069
-
"url": "https://github.com/symfony/service-contracts.git",
6070
-
"reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4"
6071
-
},
6072
-
"dist": {
6073
-
"type": "zip",
6074
-
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/f021b05a130d35510bd6b25fe9053c2a8a15d5d4",
6075
-
"reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4",
6076
-
"shasum": ""
6077
-
},
6078
-
"require": {
6079
-
"php": ">=8.1",
6080
-
"psr/container": "^1.1|^2.0",
6081
-
"symfony/deprecation-contracts": "^2.5|^3"
6082
-
},
6083
-
"conflict": {
6084
-
"ext-psr": "<1.1|>=2"
6085
-
},
6086
-
"type": "library",
6087
-
"extra": {
6088
-
"thanks": {
6089
-
"url": "https://github.com/symfony/contracts",
6090
-
"name": "symfony/contracts"
6091
-
},
6092
-
"branch-alias": {
6093
-
"dev-main": "3.6-dev"
6094
-
}
6095
-
},
6096
-
"autoload": {
6097
-
"psr-4": {
6098
-
"Symfony\\Contracts\\Service\\": ""
6099
-
},
6100
-
"exclude-from-classmap": [
6101
-
"/Test/"
6102
-
]
6103
-
},
6104
-
"notification-url": "https://packagist.org/downloads/",
6105
-
"license": [
6106
-
"MIT"
6107
-
],
6108
-
"authors": [
6109
-
{
6110
-
"name": "Nicolas Grekas",
6111
-
"email": "p@tchwork.com"
6112
-
},
6113
-
{
6114
-
"name": "Symfony Community",
6115
-
"homepage": "https://symfony.com/contributors"
6116
-
}
6117
-
],
6118
-
"description": "Generic abstractions related to writing services",
6119
-
"homepage": "https://symfony.com",
6120
-
"keywords": [
6121
-
"abstractions",
6122
-
"contracts",
6123
-
"decoupling",
6124
-
"interfaces",
6125
-
"interoperability",
6126
-
"standards"
6127
-
],
6128
-
"support": {
6129
-
"source": "https://github.com/symfony/service-contracts/tree/v3.6.0"
6130
-
},
6131
-
"funding": [
6132
-
{
6133
-
"url": "https://symfony.com/sponsor",
6134
-
"type": "custom"
6135
-
},
6136
-
{
6137
-
"url": "https://github.com/fabpot",
6138
-
"type": "github"
6139
-
},
6140
-
{
6141
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6142
-
"type": "tidelift"
6143
-
}
6144
-
],
6145
-
"time": "2025-04-25T09:37:31+00:00"
6146
-
},
6147
-
{
6148
-
"name": "symfony/string",
6149
-
"version": "v7.3.4",
6150
-
"source": {
6151
-
"type": "git",
6152
-
"url": "https://github.com/symfony/string.git",
6153
-
"reference": "f96476035142921000338bad71e5247fbc138872"
6154
-
},
6155
-
"dist": {
6156
-
"type": "zip",
6157
-
"url": "https://api.github.com/repos/symfony/string/zipball/f96476035142921000338bad71e5247fbc138872",
6158
-
"reference": "f96476035142921000338bad71e5247fbc138872",
6159
-
"shasum": ""
6160
-
},
6161
-
"require": {
6162
-
"php": ">=8.2",
6163
-
"symfony/polyfill-ctype": "~1.8",
6164
-
"symfony/polyfill-intl-grapheme": "~1.0",
6165
-
"symfony/polyfill-intl-normalizer": "~1.0",
6166
-
"symfony/polyfill-mbstring": "~1.0"
6167
-
},
6168
-
"conflict": {
6169
-
"symfony/translation-contracts": "<2.5"
6170
-
},
6171
-
"require-dev": {
6172
-
"symfony/emoji": "^7.1",
6173
-
"symfony/http-client": "^6.4|^7.0",
6174
-
"symfony/intl": "^6.4|^7.0",
6175
-
"symfony/translation-contracts": "^2.5|^3.0",
6176
-
"symfony/var-exporter": "^6.4|^7.0"
6177
-
},
6178
-
"type": "library",
6179
-
"autoload": {
6180
-
"files": [
6181
-
"Resources/functions.php"
6182
-
],
6183
-
"psr-4": {
6184
-
"Symfony\\Component\\String\\": ""
6185
-
},
6186
-
"exclude-from-classmap": [
6187
-
"/Tests/"
6188
-
]
6189
-
},
6190
-
"notification-url": "https://packagist.org/downloads/",
6191
-
"license": [
6192
-
"MIT"
6193
-
],
6194
-
"authors": [
6195
-
{
6196
-
"name": "Nicolas Grekas",
6197
-
"email": "p@tchwork.com"
6198
-
},
6199
-
{
6200
-
"name": "Symfony Community",
6201
-
"homepage": "https://symfony.com/contributors"
6202
-
}
6203
-
],
6204
-
"description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
6205
-
"homepage": "https://symfony.com",
6206
-
"keywords": [
6207
-
"grapheme",
6208
-
"i18n",
6209
-
"string",
6210
-
"unicode",
6211
-
"utf-8",
6212
-
"utf8"
6213
-
],
6214
-
"support": {
6215
-
"source": "https://github.com/symfony/string/tree/v7.3.4"
6216
-
},
6217
-
"funding": [
6218
-
{
6219
-
"url": "https://symfony.com/sponsor",
6220
-
"type": "custom"
6221
-
},
6222
-
{
6223
-
"url": "https://github.com/fabpot",
6224
-
"type": "github"
6225
-
},
6226
-
{
6227
-
"url": "https://github.com/nicolas-grekas",
6228
-
"type": "github"
6229
-
},
6230
-
{
6231
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6232
-
"type": "tidelift"
6233
-
}
6234
-
],
6235
-
"time": "2025-09-11T14:36:48+00:00"
6236
-
},
6237
-
{
6238
-
"name": "symfony/translation",
6239
-
"version": "v7.3.4",
6240
-
"source": {
6241
-
"type": "git",
6242
-
"url": "https://github.com/symfony/translation.git",
6243
-
"reference": "ec25870502d0c7072d086e8ffba1420c85965174"
6244
-
},
6245
-
"dist": {
6246
-
"type": "zip",
6247
-
"url": "https://api.github.com/repos/symfony/translation/zipball/ec25870502d0c7072d086e8ffba1420c85965174",
6248
-
"reference": "ec25870502d0c7072d086e8ffba1420c85965174",
6249
-
"shasum": ""
6250
-
},
6251
-
"require": {
6252
-
"php": ">=8.2",
6253
-
"symfony/deprecation-contracts": "^2.5|^3",
6254
-
"symfony/polyfill-mbstring": "~1.0",
6255
-
"symfony/translation-contracts": "^2.5|^3.0"
6256
-
},
6257
-
"conflict": {
6258
-
"nikic/php-parser": "<5.0",
6259
-
"symfony/config": "<6.4",
6260
-
"symfony/console": "<6.4",
6261
-
"symfony/dependency-injection": "<6.4",
6262
-
"symfony/http-client-contracts": "<2.5",
6263
-
"symfony/http-kernel": "<6.4",
6264
-
"symfony/service-contracts": "<2.5",
6265
-
"symfony/twig-bundle": "<6.4",
6266
-
"symfony/yaml": "<6.4"
6267
-
},
6268
-
"provide": {
6269
-
"symfony/translation-implementation": "2.3|3.0"
6270
-
},
6271
-
"require-dev": {
6272
-
"nikic/php-parser": "^5.0",
6273
-
"psr/log": "^1|^2|^3",
6274
-
"symfony/config": "^6.4|^7.0",
6275
-
"symfony/console": "^6.4|^7.0",
6276
-
"symfony/dependency-injection": "^6.4|^7.0",
6277
-
"symfony/finder": "^6.4|^7.0",
6278
-
"symfony/http-client-contracts": "^2.5|^3.0",
6279
-
"symfony/http-kernel": "^6.4|^7.0",
6280
-
"symfony/intl": "^6.4|^7.0",
6281
-
"symfony/polyfill-intl-icu": "^1.21",
6282
-
"symfony/routing": "^6.4|^7.0",
6283
-
"symfony/service-contracts": "^2.5|^3",
6284
-
"symfony/yaml": "^6.4|^7.0"
6285
-
},
6286
-
"type": "library",
6287
-
"autoload": {
6288
-
"files": [
6289
-
"Resources/functions.php"
6290
-
],
6291
-
"psr-4": {
6292
-
"Symfony\\Component\\Translation\\": ""
6293
-
},
6294
-
"exclude-from-classmap": [
6295
-
"/Tests/"
6296
-
]
6297
-
},
6298
-
"notification-url": "https://packagist.org/downloads/",
6299
-
"license": [
6300
-
"MIT"
6301
-
],
6302
-
"authors": [
6303
-
{
6304
-
"name": "Fabien Potencier",
6305
-
"email": "fabien@symfony.com"
6306
-
},
6307
-
{
6308
-
"name": "Symfony Community",
6309
-
"homepage": "https://symfony.com/contributors"
6310
-
}
6311
-
],
6312
-
"description": "Provides tools to internationalize your application",
6313
-
"homepage": "https://symfony.com",
6314
-
"support": {
6315
-
"source": "https://github.com/symfony/translation/tree/v7.3.4"
6316
-
},
6317
-
"funding": [
6318
-
{
6319
-
"url": "https://symfony.com/sponsor",
6320
-
"type": "custom"
6321
-
},
6322
-
{
6323
-
"url": "https://github.com/fabpot",
6324
-
"type": "github"
6325
-
},
6326
-
{
6327
-
"url": "https://github.com/nicolas-grekas",
6328
-
"type": "github"
6329
-
},
6330
-
{
6331
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6332
-
"type": "tidelift"
6333
-
}
6334
-
],
6335
-
"time": "2025-09-07T11:39:36+00:00"
6336
-
},
6337
-
{
6338
-
"name": "symfony/translation-contracts",
6339
-
"version": "v3.6.0",
6340
-
"source": {
6341
-
"type": "git",
6342
-
"url": "https://github.com/symfony/translation-contracts.git",
6343
-
"reference": "df210c7a2573f1913b2d17cc95f90f53a73d8f7d"
6344
-
},
6345
-
"dist": {
6346
-
"type": "zip",
6347
-
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/df210c7a2573f1913b2d17cc95f90f53a73d8f7d",
6348
-
"reference": "df210c7a2573f1913b2d17cc95f90f53a73d8f7d",
6349
-
"shasum": ""
6350
-
},
6351
-
"require": {
6352
-
"php": ">=8.1"
6353
-
},
6354
-
"type": "library",
6355
-
"extra": {
6356
-
"thanks": {
6357
-
"url": "https://github.com/symfony/contracts",
6358
-
"name": "symfony/contracts"
6359
-
},
6360
-
"branch-alias": {
6361
-
"dev-main": "3.6-dev"
6362
-
}
6363
-
},
6364
-
"autoload": {
6365
-
"psr-4": {
6366
-
"Symfony\\Contracts\\Translation\\": ""
6367
-
},
6368
-
"exclude-from-classmap": [
6369
-
"/Test/"
6370
-
]
6371
-
},
6372
-
"notification-url": "https://packagist.org/downloads/",
6373
-
"license": [
6374
-
"MIT"
6375
-
],
6376
-
"authors": [
6377
-
{
6378
-
"name": "Nicolas Grekas",
6379
-
"email": "p@tchwork.com"
6380
-
},
6381
-
{
6382
-
"name": "Symfony Community",
6383
-
"homepage": "https://symfony.com/contributors"
6384
-
}
6385
-
],
6386
-
"description": "Generic abstractions related to translation",
6387
-
"homepage": "https://symfony.com",
6388
-
"keywords": [
6389
-
"abstractions",
6390
-
"contracts",
6391
-
"decoupling",
6392
-
"interfaces",
6393
-
"interoperability",
6394
-
"standards"
6395
-
],
6396
-
"support": {
6397
-
"source": "https://github.com/symfony/translation-contracts/tree/v3.6.0"
6398
-
},
6399
-
"funding": [
6400
-
{
6401
-
"url": "https://symfony.com/sponsor",
6402
-
"type": "custom"
6403
-
},
6404
-
{
6405
-
"url": "https://github.com/fabpot",
6406
-
"type": "github"
6407
-
},
6408
-
{
6409
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6410
-
"type": "tidelift"
6411
-
}
6412
-
],
6413
-
"time": "2024-09-27T08:32:26+00:00"
6414
-
},
6415
-
{
6416
-
"name": "symfony/uid",
6417
-
"version": "v7.3.1",
6418
-
"source": {
6419
-
"type": "git",
6420
-
"url": "https://github.com/symfony/uid.git",
6421
-
"reference": "a69f69f3159b852651a6bf45a9fdd149520525bb"
6422
-
},
6423
-
"dist": {
6424
-
"type": "zip",
6425
-
"url": "https://api.github.com/repos/symfony/uid/zipball/a69f69f3159b852651a6bf45a9fdd149520525bb",
6426
-
"reference": "a69f69f3159b852651a6bf45a9fdd149520525bb",
6427
-
"shasum": ""
6428
-
},
6429
-
"require": {
6430
-
"php": ">=8.2",
6431
-
"symfony/polyfill-uuid": "^1.15"
6432
-
},
6433
-
"require-dev": {
6434
-
"symfony/console": "^6.4|^7.0"
6435
-
},
6436
-
"type": "library",
6437
-
"autoload": {
6438
-
"psr-4": {
6439
-
"Symfony\\Component\\Uid\\": ""
6440
-
},
6441
-
"exclude-from-classmap": [
6442
-
"/Tests/"
6443
-
]
6444
-
},
6445
-
"notification-url": "https://packagist.org/downloads/",
6446
-
"license": [
6447
-
"MIT"
6448
-
],
6449
-
"authors": [
6450
-
{
6451
-
"name": "Grégoire Pineau",
6452
-
"email": "lyrixx@lyrixx.info"
6453
-
},
6454
-
{
6455
-
"name": "Nicolas Grekas",
6456
-
"email": "p@tchwork.com"
6457
-
},
6458
-
{
6459
-
"name": "Symfony Community",
6460
-
"homepage": "https://symfony.com/contributors"
6461
-
}
6462
-
],
6463
-
"description": "Provides an object-oriented API to generate and represent UIDs",
6464
-
"homepage": "https://symfony.com",
6465
-
"keywords": [
6466
-
"UID",
6467
-
"ulid",
6468
-
"uuid"
6469
-
],
6470
-
"support": {
6471
-
"source": "https://github.com/symfony/uid/tree/v7.3.1"
6472
-
},
6473
-
"funding": [
6474
-
{
6475
-
"url": "https://symfony.com/sponsor",
6476
-
"type": "custom"
6477
-
},
6478
-
{
6479
-
"url": "https://github.com/fabpot",
6480
-
"type": "github"
6481
-
},
6482
-
{
6483
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6484
-
"type": "tidelift"
6485
-
}
6486
-
],
6487
-
"time": "2025-06-27T19:55:54+00:00"
6488
-
},
6489
-
{
6490
-
"name": "symfony/var-dumper",
6491
-
"version": "v7.3.5",
6492
-
"source": {
6493
-
"type": "git",
6494
-
"url": "https://github.com/symfony/var-dumper.git",
6495
-
"reference": "476c4ae17f43a9a36650c69879dcf5b1e6ae724d"
6496
-
},
6497
-
"dist": {
6498
-
"type": "zip",
6499
-
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/476c4ae17f43a9a36650c69879dcf5b1e6ae724d",
6500
-
"reference": "476c4ae17f43a9a36650c69879dcf5b1e6ae724d",
6501
-
"shasum": ""
6502
-
},
6503
-
"require": {
6504
-
"php": ">=8.2",
6505
-
"symfony/deprecation-contracts": "^2.5|^3",
6506
-
"symfony/polyfill-mbstring": "~1.0"
6507
-
},
6508
-
"conflict": {
6509
-
"symfony/console": "<6.4"
6510
-
},
6511
-
"require-dev": {
6512
-
"symfony/console": "^6.4|^7.0",
6513
-
"symfony/http-kernel": "^6.4|^7.0",
6514
-
"symfony/process": "^6.4|^7.0",
6515
-
"symfony/uid": "^6.4|^7.0",
6516
-
"twig/twig": "^3.12"
6517
-
},
6518
-
"bin": [
6519
-
"Resources/bin/var-dump-server"
6520
-
],
6521
-
"type": "library",
6522
-
"autoload": {
6523
-
"files": [
6524
-
"Resources/functions/dump.php"
6525
-
],
6526
-
"psr-4": {
6527
-
"Symfony\\Component\\VarDumper\\": ""
6528
-
},
6529
-
"exclude-from-classmap": [
6530
-
"/Tests/"
6531
-
]
6532
-
},
6533
-
"notification-url": "https://packagist.org/downloads/",
6534
-
"license": [
6535
-
"MIT"
6536
-
],
6537
-
"authors": [
6538
-
{
6539
-
"name": "Nicolas Grekas",
6540
-
"email": "p@tchwork.com"
6541
-
},
6542
-
{
6543
-
"name": "Symfony Community",
6544
-
"homepage": "https://symfony.com/contributors"
6545
-
}
6546
-
],
6547
-
"description": "Provides mechanisms for walking through any arbitrary PHP variable",
6548
-
"homepage": "https://symfony.com",
6549
-
"keywords": [
6550
-
"debug",
6551
-
"dump"
6552
-
],
6553
-
"support": {
6554
-
"source": "https://github.com/symfony/var-dumper/tree/v7.3.5"
6555
-
},
6556
-
"funding": [
6557
-
{
6558
-
"url": "https://symfony.com/sponsor",
6559
-
"type": "custom"
6560
-
},
6561
-
{
6562
-
"url": "https://github.com/fabpot",
6563
-
"type": "github"
6564
-
},
6565
-
{
6566
-
"url": "https://github.com/nicolas-grekas",
6567
-
"type": "github"
6568
-
},
6569
-
{
6570
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6571
-
"type": "tidelift"
6572
-
}
6573
-
],
6574
-
"time": "2025-09-27T09:00:46+00:00"
6575
-
},
6576
-
{
6577
-
"name": "tijsverkoyen/css-to-inline-styles",
6578
-
"version": "v2.3.0",
6579
-
"source": {
6580
-
"type": "git",
6581
-
"url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
6582
-
"reference": "0d72ac1c00084279c1816675284073c5a337c20d"
6583
-
},
6584
-
"dist": {
6585
-
"type": "zip",
6586
-
"url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0d72ac1c00084279c1816675284073c5a337c20d",
6587
-
"reference": "0d72ac1c00084279c1816675284073c5a337c20d",
6588
-
"shasum": ""
6589
-
},
6590
-
"require": {
6591
-
"ext-dom": "*",
6592
-
"ext-libxml": "*",
6593
-
"php": "^7.4 || ^8.0",
6594
-
"symfony/css-selector": "^5.4 || ^6.0 || ^7.0"
6595
-
},
6596
-
"require-dev": {
6597
-
"phpstan/phpstan": "^2.0",
6598
-
"phpstan/phpstan-phpunit": "^2.0",
6599
-
"phpunit/phpunit": "^8.5.21 || ^9.5.10"
6600
-
},
6601
-
"type": "library",
6602
-
"extra": {
6603
-
"branch-alias": {
6604
-
"dev-master": "2.x-dev"
6605
-
}
6606
-
},
6607
-
"autoload": {
6608
-
"psr-4": {
6609
-
"TijsVerkoyen\\CssToInlineStyles\\": "src"
6610
-
}
6611
-
},
6612
-
"notification-url": "https://packagist.org/downloads/",
6613
-
"license": [
6614
-
"BSD-3-Clause"
6615
-
],
6616
-
"authors": [
6617
-
{
6618
-
"name": "Tijs Verkoyen",
6619
-
"email": "css_to_inline_styles@verkoyen.eu",
6620
-
"role": "Developer"
6621
-
}
6622
-
],
6623
-
"description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
6624
-
"homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
6625
-
"support": {
6626
-
"issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
6627
-
"source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.3.0"
6628
-
},
6629
-
"time": "2024-12-21T16:25:41+00:00"
6630
-
},
6631
-
{
6632
-
"name": "vlucas/phpdotenv",
6633
-
"version": "v5.6.2",
6634
-
"source": {
6635
-
"type": "git",
6636
-
"url": "https://github.com/vlucas/phpdotenv.git",
6637
-
"reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af"
6638
-
},
6639
-
"dist": {
6640
-
"type": "zip",
6641
-
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/24ac4c74f91ee2c193fa1aaa5c249cb0822809af",
6642
-
"reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af",
6643
-
"shasum": ""
6644
-
},
6645
-
"require": {
6646
-
"ext-pcre": "*",
6647
-
"graham-campbell/result-type": "^1.1.3",
6648
-
"php": "^7.2.5 || ^8.0",
6649
-
"phpoption/phpoption": "^1.9.3",
6650
-
"symfony/polyfill-ctype": "^1.24",
6651
-
"symfony/polyfill-mbstring": "^1.24",
6652
-
"symfony/polyfill-php80": "^1.24"
6653
-
},
6654
-
"require-dev": {
6655
-
"bamarni/composer-bin-plugin": "^1.8.2",
6656
-
"ext-filter": "*",
6657
-
"phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
6658
-
},
6659
-
"suggest": {
6660
-
"ext-filter": "Required to use the boolean validator."
6661
-
},
6662
-
"type": "library",
6663
-
"extra": {
6664
-
"bamarni-bin": {
6665
-
"bin-links": true,
6666
-
"forward-command": false
6667
-
},
6668
-
"branch-alias": {
6669
-
"dev-master": "5.6-dev"
6670
-
}
6671
-
},
6672
-
"autoload": {
6673
-
"psr-4": {
6674
-
"Dotenv\\": "src/"
6675
-
}
6676
-
},
6677
-
"notification-url": "https://packagist.org/downloads/",
6678
-
"license": [
6679
-
"BSD-3-Clause"
6680
-
],
6681
-
"authors": [
6682
-
{
6683
-
"name": "Graham Campbell",
6684
-
"email": "hello@gjcampbell.co.uk",
6685
-
"homepage": "https://github.com/GrahamCampbell"
6686
-
},
6687
-
{
6688
-
"name": "Vance Lucas",
6689
-
"email": "vance@vancelucas.com",
6690
-
"homepage": "https://github.com/vlucas"
6691
-
}
6692
-
],
6693
-
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
6694
-
"keywords": [
6695
-
"dotenv",
6696
-
"env",
6697
-
"environment"
6698
-
],
6699
-
"support": {
6700
-
"issues": "https://github.com/vlucas/phpdotenv/issues",
6701
-
"source": "https://github.com/vlucas/phpdotenv/tree/v5.6.2"
6702
-
},
6703
-
"funding": [
6704
-
{
6705
-
"url": "https://github.com/GrahamCampbell",
6706
-
"type": "github"
6707
-
},
6708
-
{
6709
-
"url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
6710
-
"type": "tidelift"
6711
-
}
6712
-
],
6713
-
"time": "2025-04-30T23:37:27+00:00"
6714
-
},
6715
-
{
6716
-
"name": "voku/portable-ascii",
6717
-
"version": "2.0.3",
6718
-
"source": {
6719
-
"type": "git",
6720
-
"url": "https://github.com/voku/portable-ascii.git",
6721
-
"reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d"
6722
-
},
6723
-
"dist": {
6724
-
"type": "zip",
6725
-
"url": "https://api.github.com/repos/voku/portable-ascii/zipball/b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
6726
-
"reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
6727
-
"shasum": ""
6728
-
},
6729
-
"require": {
6730
-
"php": ">=7.0.0"
6731
-
},
6732
-
"require-dev": {
6733
-
"phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
6734
-
},
6735
-
"suggest": {
6736
-
"ext-intl": "Use Intl for transliterator_transliterate() support"
6737
-
},
6738
-
"type": "library",
6739
-
"autoload": {
6740
-
"psr-4": {
6741
-
"voku\\": "src/voku/"
6742
-
}
6743
-
},
6744
-
"notification-url": "https://packagist.org/downloads/",
6745
-
"license": [
6746
-
"MIT"
6747
-
],
6748
-
"authors": [
6749
-
{
6750
-
"name": "Lars Moelleken",
6751
-
"homepage": "https://www.moelleken.org/"
6752
-
}
6753
-
],
6754
-
"description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
6755
-
"homepage": "https://github.com/voku/portable-ascii",
6756
-
"keywords": [
6757
-
"ascii",
6758
-
"clean",
6759
-
"php"
6760
-
],
6761
-
"support": {
6762
-
"issues": "https://github.com/voku/portable-ascii/issues",
6763
-
"source": "https://github.com/voku/portable-ascii/tree/2.0.3"
6764
-
},
6765
-
"funding": [
6766
-
{
6767
-
"url": "https://www.paypal.me/moelleken",
6768
-
"type": "custom"
6769
-
},
6770
-
{
6771
-
"url": "https://github.com/voku",
6772
-
"type": "github"
6773
-
},
6774
-
{
6775
-
"url": "https://opencollective.com/portable-ascii",
6776
-
"type": "open_collective"
6777
-
},
6778
-
{
6779
-
"url": "https://www.patreon.com/voku",
6780
-
"type": "patreon"
6781
-
},
6782
-
{
6783
-
"url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
6784
-
"type": "tidelift"
6785
-
}
6786
-
],
6787
-
"time": "2024-11-21T01:49:47+00:00"
6788
-
},
6789
-
{
6790
-
"name": "webmozart/assert",
6791
-
"version": "1.12.1",
6792
-
"source": {
6793
-
"type": "git",
6794
-
"url": "https://github.com/webmozarts/assert.git",
6795
-
"reference": "9be6926d8b485f55b9229203f962b51ed377ba68"
6796
-
},
6797
-
"dist": {
6798
-
"type": "zip",
6799
-
"url": "https://api.github.com/repos/webmozarts/assert/zipball/9be6926d8b485f55b9229203f962b51ed377ba68",
6800
-
"reference": "9be6926d8b485f55b9229203f962b51ed377ba68",
6801
-
"shasum": ""
6802
-
},
6803
-
"require": {
6804
-
"ext-ctype": "*",
6805
-
"ext-date": "*",
6806
-
"ext-filter": "*",
6807
-
"php": "^7.2 || ^8.0"
6808
-
},
6809
-
"suggest": {
6810
-
"ext-intl": "",
6811
-
"ext-simplexml": "",
6812
-
"ext-spl": ""
6813
-
},
6814
-
"type": "library",
6815
-
"extra": {
6816
-
"branch-alias": {
6817
-
"dev-master": "1.10-dev"
6818
-
}
6819
-
},
6820
-
"autoload": {
6821
-
"psr-4": {
6822
-
"Webmozart\\Assert\\": "src/"
6823
-
}
6824
-
},
6825
-
"notification-url": "https://packagist.org/downloads/",
6826
-
"license": [
6827
-
"MIT"
6828
-
],
6829
-
"authors": [
6830
-
{
6831
-
"name": "Bernhard Schussek",
6832
-
"email": "bschussek@gmail.com"
6833
-
}
6834
-
],
6835
-
"description": "Assertions to validate method input/output with nice error messages.",
6836
-
"keywords": [
6837
-
"assert",
6838
-
"check",
6839
-
"validate"
6840
-
],
6841
-
"support": {
6842
-
"issues": "https://github.com/webmozarts/assert/issues",
6843
-
"source": "https://github.com/webmozarts/assert/tree/1.12.1"
6844
-
},
6845
-
"time": "2025-10-29T15:56:20+00:00"
6846
-
},
6847
-
{
6848
-
"name": "yocto/yoclib-multibase",
6849
-
"version": "v1.2.0",
6850
-
"source": {
6851
-
"type": "git",
6852
-
"url": "https://github.com/yocto/yoclib-multibase-php.git",
6853
-
"reference": "c7171897bf61dbc4a4cc6bb3f2fd5c3e62298e13"
6854
-
},
6855
-
"dist": {
6856
-
"type": "zip",
6857
-
"url": "https://api.github.com/repos/yocto/yoclib-multibase-php/zipball/c7171897bf61dbc4a4cc6bb3f2fd5c3e62298e13",
6858
-
"reference": "c7171897bf61dbc4a4cc6bb3f2fd5c3e62298e13",
6859
-
"shasum": ""
6860
-
},
6861
-
"require": {
6862
-
"ext-mbstring": "*",
6863
-
"php": "^7.4||^8"
6864
-
},
6865
-
"require-dev": {
6866
-
"phpunit/phpunit": "^7||^8||^9"
6867
-
},
6868
-
"type": "library",
6869
-
"autoload": {
6870
-
"psr-4": {
6871
-
"YOCLIB\\Multiformats\\Multibase\\": "src/"
6872
-
}
6873
-
},
6874
-
"notification-url": "https://packagist.org/downloads/",
6875
-
"license": [
6876
-
"GPL-3.0-or-later"
6877
-
],
6878
-
"description": "This yocLibrary enables your project to encode and decode Multibases in PHP.",
6879
-
"keywords": [
6880
-
"composer",
6881
-
"multibase",
6882
-
"multiformats",
6883
-
"php",
6884
-
"yoclib",
6885
-
"yocto"
6886
-
],
6887
-
"support": {
6888
-
"issues": "https://github.com/yocto/yoclib-multibase-php/issues",
6889
-
"source": "https://github.com/yocto/yoclib-multibase-php/tree/v1.2.0"
6890
-
},
6891
-
"time": "2024-06-05T13:42:01+00:00"
6892
-
}
6893
-
],
6894
-
"packages-dev": [
6895
-
{
6896
-
"name": "composer/semver",
6897
-
"version": "3.4.4",
6898
-
"source": {
6899
-
"type": "git",
6900
-
"url": "https://github.com/composer/semver.git",
6901
-
"reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95"
6902
-
},
6903
-
"dist": {
6904
-
"type": "zip",
6905
-
"url": "https://api.github.com/repos/composer/semver/zipball/198166618906cb2de69b95d7d47e5fa8aa1b2b95",
6906
-
"reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95",
6907
-
"shasum": ""
6908
-
},
6909
-
"require": {
6910
-
"php": "^5.3.2 || ^7.0 || ^8.0"
6911
-
},
6912
-
"require-dev": {
6913
-
"phpstan/phpstan": "^1.11",
6914
-
"symfony/phpunit-bridge": "^3 || ^7"
6915
-
},
6916
-
"type": "library",
6917
-
"extra": {
6918
-
"branch-alias": {
6919
-
"dev-main": "3.x-dev"
6920
-
}
6921
-
},
6922
-
"autoload": {
6923
-
"psr-4": {
6924
-
"Composer\\Semver\\": "src"
6925
-
}
6926
-
},
6927
-
"notification-url": "https://packagist.org/downloads/",
6928
-
"license": [
6929
-
"MIT"
6930
-
],
6931
-
"authors": [
6932
-
{
6933
-
"name": "Nils Adermann",
6934
-
"email": "naderman@naderman.de",
6935
-
"homepage": "http://www.naderman.de"
6936
-
},
6937
-
{
6938
-
"name": "Jordi Boggiano",
6939
-
"email": "j.boggiano@seld.be",
6940
-
"homepage": "http://seld.be"
6941
-
},
6942
-
{
6943
-
"name": "Rob Bast",
6944
-
"email": "rob.bast@gmail.com",
6945
-
"homepage": "http://robbast.nl"
6946
-
}
6947
-
],
6948
-
"description": "Semver library that offers utilities, version constraint parsing and validation.",
6949
-
"keywords": [
6950
-
"semantic",
6951
-
"semver",
6952
-
"validation",
6953
-
"versioning"
6954
-
],
6955
-
"support": {
6956
-
"irc": "ircs://irc.libera.chat:6697/composer",
6957
-
"issues": "https://github.com/composer/semver/issues",
6958
-
"source": "https://github.com/composer/semver/tree/3.4.4"
6959
-
},
6960
-
"funding": [
6961
-
{
6962
-
"url": "https://packagist.com",
6963
-
"type": "custom"
6964
-
},
6965
-
{
6966
-
"url": "https://github.com/composer",
6967
-
"type": "github"
6968
-
}
6969
-
],
6970
-
"time": "2025-08-20T19:15:30+00:00"
6971
-
},
6972
-
{
6973
-
"name": "fakerphp/faker",
6974
-
"version": "v1.24.1",
6975
-
"source": {
6976
-
"type": "git",
6977
-
"url": "https://github.com/FakerPHP/Faker.git",
6978
-
"reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5"
6979
-
},
6980
-
"dist": {
6981
-
"type": "zip",
6982
-
"url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
6983
-
"reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
6984
-
"shasum": ""
6985
-
},
6986
-
"require": {
6987
-
"php": "^7.4 || ^8.0",
6988
-
"psr/container": "^1.0 || ^2.0",
6989
-
"symfony/deprecation-contracts": "^2.2 || ^3.0"
6990
-
},
6991
-
"conflict": {
6992
-
"fzaninotto/faker": "*"
6993
-
},
6994
-
"require-dev": {
6995
-
"bamarni/composer-bin-plugin": "^1.4.1",
6996
-
"doctrine/persistence": "^1.3 || ^2.0",
6997
-
"ext-intl": "*",
6998
-
"phpunit/phpunit": "^9.5.26",
6999
-
"symfony/phpunit-bridge": "^5.4.16"
7000
-
},
7001
-
"suggest": {
7002
-
"doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
7003
-
"ext-curl": "Required by Faker\\Provider\\Image to download images.",
7004
-
"ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
7005
-
"ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
7006
-
"ext-mbstring": "Required for multibyte Unicode string functionality."
7007
-
},
7008
-
"type": "library",
7009
-
"autoload": {
7010
-
"psr-4": {
7011
-
"Faker\\": "src/Faker/"
7012
-
}
7013
-
},
7014
-
"notification-url": "https://packagist.org/downloads/",
7015
-
"license": [
7016
-
"MIT"
7017
-
],
7018
-
"authors": [
7019
-
{
7020
-
"name": "François Zaninotto"
7021
-
}
7022
-
],
7023
-
"description": "Faker is a PHP library that generates fake data for you.",
7024
-
"keywords": [
7025
-
"data",
7026
-
"faker",
7027
-
"fixtures"
7028
-
],
7029
-
"support": {
7030
-
"issues": "https://github.com/FakerPHP/Faker/issues",
7031
-
"source": "https://github.com/FakerPHP/Faker/tree/v1.24.1"
7032
-
},
7033
-
"time": "2024-11-21T13:46:39+00:00"
7034
-
},
7035
-
{
7036
-
"name": "filp/whoops",
7037
-
"version": "2.18.4",
7038
-
"source": {
7039
-
"type": "git",
7040
-
"url": "https://github.com/filp/whoops.git",
7041
-
"reference": "d2102955e48b9fd9ab24280a7ad12ed552752c4d"
7042
-
},
7043
-
"dist": {
7044
-
"type": "zip",
7045
-
"url": "https://api.github.com/repos/filp/whoops/zipball/d2102955e48b9fd9ab24280a7ad12ed552752c4d",
7046
-
"reference": "d2102955e48b9fd9ab24280a7ad12ed552752c4d",
7047
-
"shasum": ""
7048
-
},
7049
-
"require": {
7050
-
"php": "^7.1 || ^8.0",
7051
-
"psr/log": "^1.0.1 || ^2.0 || ^3.0"
7052
-
},
7053
-
"require-dev": {
7054
-
"mockery/mockery": "^1.0",
7055
-
"phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.3",
7056
-
"symfony/var-dumper": "^4.0 || ^5.0"
7057
-
},
7058
-
"suggest": {
7059
-
"symfony/var-dumper": "Pretty print complex values better with var-dumper available",
7060
-
"whoops/soap": "Formats errors as SOAP responses"
7061
-
},
7062
-
"type": "library",
7063
-
"extra": {
7064
-
"branch-alias": {
7065
-
"dev-master": "2.7-dev"
7066
-
}
7067
-
},
7068
-
"autoload": {
7069
-
"psr-4": {
7070
-
"Whoops\\": "src/Whoops/"
7071
-
}
7072
-
},
7073
-
"notification-url": "https://packagist.org/downloads/",
7074
-
"license": [
7075
-
"MIT"
7076
-
],
7077
-
"authors": [
7078
-
{
7079
-
"name": "Filipe Dobreira",
7080
-
"homepage": "https://github.com/filp",
7081
-
"role": "Developer"
7082
-
}
7083
-
],
7084
-
"description": "php error handling for cool kids",
7085
-
"homepage": "https://filp.github.io/whoops/",
7086
-
"keywords": [
7087
-
"error",
7088
-
"exception",
7089
-
"handling",
7090
-
"library",
7091
-
"throwable",
7092
-
"whoops"
7093
-
],
7094
-
"support": {
7095
-
"issues": "https://github.com/filp/whoops/issues",
7096
-
"source": "https://github.com/filp/whoops/tree/2.18.4"
7097
-
},
7098
-
"funding": [
7099
-
{
7100
-
"url": "https://github.com/denis-sokolov",
7101
-
"type": "github"
7102
-
}
7103
-
],
7104
-
"time": "2025-08-08T12:00:00+00:00"
7105
-
},
7106
-
{
7107
-
"name": "hamcrest/hamcrest-php",
7108
-
"version": "v2.1.1",
7109
-
"source": {
7110
-
"type": "git",
7111
-
"url": "https://github.com/hamcrest/hamcrest-php.git",
7112
-
"reference": "f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487"
7113
-
},
7114
-
"dist": {
7115
-
"type": "zip",
7116
-
"url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487",
7117
-
"reference": "f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487",
7118
-
"shasum": ""
7119
-
},
7120
-
"require": {
7121
-
"php": "^7.4|^8.0"
7122
-
},
7123
-
"replace": {
7124
-
"cordoval/hamcrest-php": "*",
7125
-
"davedevelopment/hamcrest-php": "*",
7126
-
"kodova/hamcrest-php": "*"
7127
-
},
7128
-
"require-dev": {
7129
-
"phpunit/php-file-iterator": "^1.4 || ^2.0 || ^3.0",
7130
-
"phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0 || ^8.0 || ^9.0"
7131
-
},
7132
-
"type": "library",
7133
-
"extra": {
7134
-
"branch-alias": {
7135
-
"dev-master": "2.1-dev"
7136
-
}
7137
-
},
7138
-
"autoload": {
7139
-
"classmap": [
7140
-
"hamcrest"
7141
-
]
7142
-
},
7143
-
"notification-url": "https://packagist.org/downloads/",
7144
-
"license": [
7145
-
"BSD-3-Clause"
7146
-
],
7147
-
"description": "This is the PHP port of Hamcrest Matchers",
7148
-
"keywords": [
7149
-
"test"
7150
-
],
7151
-
"support": {
7152
-
"issues": "https://github.com/hamcrest/hamcrest-php/issues",
7153
-
"source": "https://github.com/hamcrest/hamcrest-php/tree/v2.1.1"
7154
-
},
7155
-
"time": "2025-04-30T06:54:44+00:00"
7156
-
},
7157
-
{
7158
-
"name": "laravel/pail",
7159
-
"version": "v1.2.3",
7160
-
"source": {
7161
-
"type": "git",
7162
-
"url": "https://github.com/laravel/pail.git",
7163
-
"reference": "8cc3d575c1f0e57eeb923f366a37528c50d2385a"
7164
-
},
7165
-
"dist": {
7166
-
"type": "zip",
7167
-
"url": "https://api.github.com/repos/laravel/pail/zipball/8cc3d575c1f0e57eeb923f366a37528c50d2385a",
7168
-
"reference": "8cc3d575c1f0e57eeb923f366a37528c50d2385a",
7169
-
"shasum": ""
7170
-
},
7171
-
"require": {
7172
-
"ext-mbstring": "*",
7173
-
"illuminate/console": "^10.24|^11.0|^12.0",
7174
-
"illuminate/contracts": "^10.24|^11.0|^12.0",
7175
-
"illuminate/log": "^10.24|^11.0|^12.0",
7176
-
"illuminate/process": "^10.24|^11.0|^12.0",
7177
-
"illuminate/support": "^10.24|^11.0|^12.0",
7178
-
"nunomaduro/termwind": "^1.15|^2.0",
7179
-
"php": "^8.2",
7180
-
"symfony/console": "^6.0|^7.0"
7181
-
},
7182
-
"require-dev": {
7183
-
"laravel/framework": "^10.24|^11.0|^12.0",
7184
-
"laravel/pint": "^1.13",
7185
-
"orchestra/testbench-core": "^8.13|^9.0|^10.0",
7186
-
"pestphp/pest": "^2.20|^3.0",
7187
-
"pestphp/pest-plugin-type-coverage": "^2.3|^3.0",
7188
-
"phpstan/phpstan": "^1.12.27",
7189
-
"symfony/var-dumper": "^6.3|^7.0"
7190
-
},
7191
-
"type": "library",
7192
-
"extra": {
7193
-
"laravel": {
7194
-
"providers": [
7195
-
"Laravel\\Pail\\PailServiceProvider"
7196
-
]
7197
-
},
7198
-
"branch-alias": {
7199
-
"dev-main": "1.x-dev"
7200
-
}
7201
-
},
7202
-
"autoload": {
7203
-
"psr-4": {
7204
-
"Laravel\\Pail\\": "src/"
7205
-
}
7206
-
},
7207
-
"notification-url": "https://packagist.org/downloads/",
7208
-
"license": [
7209
-
"MIT"
7210
-
],
7211
-
"authors": [
7212
-
{
7213
-
"name": "Taylor Otwell",
7214
-
"email": "taylor@laravel.com"
7215
-
},
7216
-
{
7217
-
"name": "Nuno Maduro",
7218
-
"email": "enunomaduro@gmail.com"
7219
-
}
7220
-
],
7221
-
"description": "Easily delve into your Laravel application's log files directly from the command line.",
7222
-
"homepage": "https://github.com/laravel/pail",
7223
-
"keywords": [
7224
-
"dev",
7225
-
"laravel",
7226
-
"logs",
7227
-
"php",
7228
-
"tail"
7229
-
],
7230
-
"support": {
7231
-
"issues": "https://github.com/laravel/pail/issues",
7232
-
"source": "https://github.com/laravel/pail"
7233
-
},
7234
-
"time": "2025-06-05T13:55:57+00:00"
7235
-
},
7236
-
{
7237
-
"name": "laravel/tinker",
7238
-
"version": "v2.10.1",
7239
-
"source": {
7240
-
"type": "git",
7241
-
"url": "https://github.com/laravel/tinker.git",
7242
-
"reference": "22177cc71807d38f2810c6204d8f7183d88a57d3"
7243
-
},
7244
-
"dist": {
7245
-
"type": "zip",
7246
-
"url": "https://api.github.com/repos/laravel/tinker/zipball/22177cc71807d38f2810c6204d8f7183d88a57d3",
7247
-
"reference": "22177cc71807d38f2810c6204d8f7183d88a57d3",
7248
-
"shasum": ""
7249
-
},
7250
-
"require": {
7251
-
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
7252
-
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
7253
-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
7254
-
"php": "^7.2.5|^8.0",
7255
-
"psy/psysh": "^0.11.1|^0.12.0",
7256
-
"symfony/var-dumper": "^4.3.4|^5.0|^6.0|^7.0"
7257
-
},
7258
-
"require-dev": {
7259
-
"mockery/mockery": "~1.3.3|^1.4.2",
7260
-
"phpstan/phpstan": "^1.10",
7261
-
"phpunit/phpunit": "^8.5.8|^9.3.3|^10.0"
7262
-
},
7263
-
"suggest": {
7264
-
"illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0)."
7265
-
},
7266
-
"type": "library",
7267
-
"extra": {
7268
-
"laravel": {
7269
-
"providers": [
7270
-
"Laravel\\Tinker\\TinkerServiceProvider"
7271
-
]
7272
-
}
7273
-
},
7274
-
"autoload": {
7275
-
"psr-4": {
7276
-
"Laravel\\Tinker\\": "src/"
7277
-
}
7278
-
},
7279
-
"notification-url": "https://packagist.org/downloads/",
7280
-
"license": [
7281
-
"MIT"
7282
-
],
7283
-
"authors": [
7284
-
{
7285
-
"name": "Taylor Otwell",
7286
-
"email": "taylor@laravel.com"
7287
-
}
7288
-
],
7289
-
"description": "Powerful REPL for the Laravel framework.",
7290
-
"keywords": [
7291
-
"REPL",
7292
-
"Tinker",
7293
-
"laravel",
7294
-
"psysh"
7295
-
],
7296
-
"support": {
7297
-
"issues": "https://github.com/laravel/tinker/issues",
7298
-
"source": "https://github.com/laravel/tinker/tree/v2.10.1"
7299
-
},
7300
-
"time": "2025-01-27T14:24:01+00:00"
7301
-
},
7302
-
{
7303
-
"name": "mockery/mockery",
7304
-
"version": "1.6.12",
7305
-
"source": {
7306
-
"type": "git",
7307
-
"url": "https://github.com/mockery/mockery.git",
7308
-
"reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699"
7309
-
},
7310
-
"dist": {
7311
-
"type": "zip",
7312
-
"url": "https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699",
7313
-
"reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699",
7314
-
"shasum": ""
7315
-
},
7316
-
"require": {
7317
-
"hamcrest/hamcrest-php": "^2.0.1",
7318
-
"lib-pcre": ">=7.0",
7319
-
"php": ">=7.3"
7320
-
},
7321
-
"conflict": {
7322
-
"phpunit/phpunit": "<8.0"
7323
-
},
7324
-
"require-dev": {
7325
-
"phpunit/phpunit": "^8.5 || ^9.6.17",
7326
-
"symplify/easy-coding-standard": "^12.1.14"
7327
-
},
7328
-
"type": "library",
7329
-
"autoload": {
7330
-
"files": [
7331
-
"library/helpers.php",
7332
-
"library/Mockery.php"
7333
-
],
7334
-
"psr-4": {
7335
-
"Mockery\\": "library/Mockery"
7336
-
}
7337
-
},
7338
-
"notification-url": "https://packagist.org/downloads/",
7339
-
"license": [
7340
-
"BSD-3-Clause"
7341
-
],
7342
-
"authors": [
7343
-
{
7344
-
"name": "Pádraic Brady",
7345
-
"email": "padraic.brady@gmail.com",
7346
-
"homepage": "https://github.com/padraic",
7347
-
"role": "Author"
7348
-
},
7349
-
{
7350
-
"name": "Dave Marshall",
7351
-
"email": "dave.marshall@atstsolutions.co.uk",
7352
-
"homepage": "https://davedevelopment.co.uk",
7353
-
"role": "Developer"
7354
-
},
7355
-
{
7356
-
"name": "Nathanael Esayeas",
7357
-
"email": "nathanael.esayeas@protonmail.com",
7358
-
"homepage": "https://github.com/ghostwriter",
7359
-
"role": "Lead Developer"
7360
-
}
7361
-
],
7362
-
"description": "Mockery is a simple yet flexible PHP mock object framework",
7363
-
"homepage": "https://github.com/mockery/mockery",
7364
-
"keywords": [
7365
-
"BDD",
7366
-
"TDD",
7367
-
"library",
7368
-
"mock",
7369
-
"mock objects",
7370
-
"mockery",
7371
-
"stub",
7372
-
"test",
7373
-
"test double",
7374
-
"testing"
7375
-
],
7376
-
"support": {
7377
-
"docs": "https://docs.mockery.io/",
7378
-
"issues": "https://github.com/mockery/mockery/issues",
7379
-
"rss": "https://github.com/mockery/mockery/releases.atom",
7380
-
"security": "https://github.com/mockery/mockery/security/advisories",
7381
-
"source": "https://github.com/mockery/mockery"
7382
-
},
7383
-
"time": "2024-05-16T03:13:13+00:00"
7384
-
},
7385
-
{
7386
-
"name": "myclabs/deep-copy",
7387
-
"version": "1.13.4",
7388
-
"source": {
7389
-
"type": "git",
7390
-
"url": "https://github.com/myclabs/DeepCopy.git",
7391
-
"reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a"
7392
-
},
7393
-
"dist": {
7394
-
"type": "zip",
7395
-
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a",
7396
-
"reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a",
7397
-
"shasum": ""
7398
-
},
7399
-
"require": {
7400
-
"php": "^7.1 || ^8.0"
7401
-
},
7402
-
"conflict": {
7403
-
"doctrine/collections": "<1.6.8",
7404
-
"doctrine/common": "<2.13.3 || >=3 <3.2.2"
7405
-
},
7406
-
"require-dev": {
7407
-
"doctrine/collections": "^1.6.8",
7408
-
"doctrine/common": "^2.13.3 || ^3.2.2",
7409
-
"phpspec/prophecy": "^1.10",
7410
-
"phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
7411
-
},
7412
-
"type": "library",
7413
-
"autoload": {
7414
-
"files": [
7415
-
"src/DeepCopy/deep_copy.php"
7416
-
],
7417
-
"psr-4": {
7418
-
"DeepCopy\\": "src/DeepCopy/"
7419
-
}
7420
-
},
7421
-
"notification-url": "https://packagist.org/downloads/",
7422
-
"license": [
7423
-
"MIT"
7424
-
],
7425
-
"description": "Create deep copies (clones) of your objects",
7426
-
"keywords": [
7427
-
"clone",
7428
-
"copy",
7429
-
"duplicate",
7430
-
"object",
7431
-
"object graph"
7432
-
],
7433
-
"support": {
7434
-
"issues": "https://github.com/myclabs/DeepCopy/issues",
7435
-
"source": "https://github.com/myclabs/DeepCopy/tree/1.13.4"
7436
-
},
7437
-
"funding": [
7438
-
{
7439
-
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
7440
-
"type": "tidelift"
7441
-
}
7442
-
],
7443
-
"time": "2025-08-01T08:46:24+00:00"
7444
-
},
7445
-
{
7446
-
"name": "nikic/php-parser",
7447
-
"version": "v5.6.2",
7448
-
"source": {
7449
-
"type": "git",
7450
-
"url": "https://github.com/nikic/PHP-Parser.git",
7451
-
"reference": "3a454ca033b9e06b63282ce19562e892747449bb"
7452
-
},
7453
-
"dist": {
7454
-
"type": "zip",
7455
-
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/3a454ca033b9e06b63282ce19562e892747449bb",
7456
-
"reference": "3a454ca033b9e06b63282ce19562e892747449bb",
7457
-
"shasum": ""
7458
-
},
7459
-
"require": {
7460
-
"ext-ctype": "*",
7461
-
"ext-json": "*",
7462
-
"ext-tokenizer": "*",
7463
-
"php": ">=7.4"
7464
-
},
7465
-
"require-dev": {
7466
-
"ircmaxell/php-yacc": "^0.0.7",
7467
-
"phpunit/phpunit": "^9.0"
7468
-
},
7469
-
"bin": [
7470
-
"bin/php-parse"
7471
-
],
7472
-
"type": "library",
7473
-
"extra": {
7474
-
"branch-alias": {
7475
-
"dev-master": "5.x-dev"
7476
-
}
7477
-
},
7478
-
"autoload": {
7479
-
"psr-4": {
7480
-
"PhpParser\\": "lib/PhpParser"
7481
-
}
7482
-
},
7483
-
"notification-url": "https://packagist.org/downloads/",
7484
-
"license": [
7485
-
"BSD-3-Clause"
7486
-
],
7487
-
"authors": [
7488
-
{
7489
-
"name": "Nikita Popov"
7490
-
}
7491
-
],
7492
-
"description": "A PHP parser written in PHP",
7493
-
"keywords": [
7494
-
"parser",
7495
-
"php"
7496
-
],
7497
-
"support": {
7498
-
"issues": "https://github.com/nikic/PHP-Parser/issues",
7499
-
"source": "https://github.com/nikic/PHP-Parser/tree/v5.6.2"
7500
-
},
7501
-
"time": "2025-10-21T19:32:17+00:00"
7502
-
},
7503
-
{
7504
-
"name": "nunomaduro/collision",
7505
-
"version": "v8.8.2",
7506
-
"source": {
7507
-
"type": "git",
7508
-
"url": "https://github.com/nunomaduro/collision.git",
7509
-
"reference": "60207965f9b7b7a4ce15a0f75d57f9dadb105bdb"
7510
-
},
7511
-
"dist": {
7512
-
"type": "zip",
7513
-
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/60207965f9b7b7a4ce15a0f75d57f9dadb105bdb",
7514
-
"reference": "60207965f9b7b7a4ce15a0f75d57f9dadb105bdb",
7515
-
"shasum": ""
7516
-
},
7517
-
"require": {
7518
-
"filp/whoops": "^2.18.1",
7519
-
"nunomaduro/termwind": "^2.3.1",
7520
-
"php": "^8.2.0",
7521
-
"symfony/console": "^7.3.0"
7522
-
},
7523
-
"conflict": {
7524
-
"laravel/framework": "<11.44.2 || >=13.0.0",
7525
-
"phpunit/phpunit": "<11.5.15 || >=13.0.0"
7526
-
},
7527
-
"require-dev": {
7528
-
"brianium/paratest": "^7.8.3",
7529
-
"larastan/larastan": "^3.4.2",
7530
-
"laravel/framework": "^11.44.2 || ^12.18",
7531
-
"laravel/pint": "^1.22.1",
7532
-
"laravel/sail": "^1.43.1",
7533
-
"laravel/sanctum": "^4.1.1",
7534
-
"laravel/tinker": "^2.10.1",
7535
-
"orchestra/testbench-core": "^9.12.0 || ^10.4",
7536
-
"pestphp/pest": "^3.8.2",
7537
-
"sebastian/environment": "^7.2.1 || ^8.0"
7538
-
},
7539
-
"type": "library",
7540
-
"extra": {
7541
-
"laravel": {
7542
-
"providers": [
7543
-
"NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
7544
-
]
7545
-
},
7546
-
"branch-alias": {
7547
-
"dev-8.x": "8.x-dev"
7548
-
}
7549
-
},
7550
-
"autoload": {
7551
-
"files": [
7552
-
"./src/Adapters/Phpunit/Autoload.php"
7553
-
],
7554
-
"psr-4": {
7555
-
"NunoMaduro\\Collision\\": "src/"
7556
-
}
7557
-
},
7558
-
"notification-url": "https://packagist.org/downloads/",
7559
-
"license": [
7560
-
"MIT"
7561
-
],
7562
-
"authors": [
7563
-
{
7564
-
"name": "Nuno Maduro",
7565
-
"email": "enunomaduro@gmail.com"
7566
-
}
7567
-
],
7568
-
"description": "Cli error handling for console/command-line PHP applications.",
7569
-
"keywords": [
7570
-
"artisan",
7571
-
"cli",
7572
-
"command-line",
7573
-
"console",
7574
-
"dev",
7575
-
"error",
7576
-
"handling",
7577
-
"laravel",
7578
-
"laravel-zero",
7579
-
"php",
7580
-
"symfony"
7581
-
],
7582
-
"support": {
7583
-
"issues": "https://github.com/nunomaduro/collision/issues",
7584
-
"source": "https://github.com/nunomaduro/collision"
7585
-
},
7586
-
"funding": [
7587
-
{
7588
-
"url": "https://www.paypal.com/paypalme/enunomaduro",
7589
-
"type": "custom"
7590
-
},
7591
-
{
7592
-
"url": "https://github.com/nunomaduro",
7593
-
"type": "github"
7594
-
},
7595
-
{
7596
-
"url": "https://www.patreon.com/nunomaduro",
7597
-
"type": "patreon"
7598
-
}
7599
-
],
7600
-
"time": "2025-06-25T02:12:12+00:00"
7601
-
},
7602
-
{
7603
-
"name": "orchestra/canvas",
7604
-
"version": "v9.2.2",
7605
-
"source": {
7606
-
"type": "git",
7607
-
"url": "https://github.com/orchestral/canvas.git",
7608
-
"reference": "002d948834c0899e511f5ac0381669363d7881e5"
7609
-
},
7610
-
"dist": {
7611
-
"type": "zip",
7612
-
"url": "https://api.github.com/repos/orchestral/canvas/zipball/002d948834c0899e511f5ac0381669363d7881e5",
7613
-
"reference": "002d948834c0899e511f5ac0381669363d7881e5",
7614
-
"shasum": ""
7615
-
},
7616
-
"require": {
7617
-
"composer-runtime-api": "^2.2",
7618
-
"composer/semver": "^3.0",
7619
-
"illuminate/console": "^11.43.0",
7620
-
"illuminate/database": "^11.43.0",
7621
-
"illuminate/filesystem": "^11.43.0",
7622
-
"illuminate/support": "^11.43.0",
7623
-
"orchestra/canvas-core": "^9.1.1",
7624
-
"orchestra/sidekick": "^1.0.2",
7625
-
"orchestra/testbench-core": "^9.11.0",
7626
-
"php": "^8.2",
7627
-
"symfony/polyfill-php83": "^1.31",
7628
-
"symfony/yaml": "^7.0.3"
7629
-
},
7630
-
"require-dev": {
7631
-
"laravel/framework": "^11.43.0",
7632
-
"laravel/pint": "^1.21",
7633
-
"mockery/mockery": "^1.6.10",
7634
-
"phpstan/phpstan": "^2.1",
7635
-
"phpunit/phpunit": "^11.5.7",
7636
-
"spatie/laravel-ray": "^1.39.1"
7637
-
},
7638
-
"bin": [
7639
-
"canvas"
7640
-
],
7641
-
"type": "library",
7642
-
"extra": {
7643
-
"laravel": {
7644
-
"providers": [
7645
-
"Orchestra\\Canvas\\LaravelServiceProvider"
7646
-
]
7647
-
}
7648
-
},
7649
-
"autoload": {
7650
-
"psr-4": {
7651
-
"Orchestra\\Canvas\\": "src/"
7652
-
}
7653
-
},
7654
-
"notification-url": "https://packagist.org/downloads/",
7655
-
"license": [
7656
-
"MIT"
7657
-
],
7658
-
"authors": [
7659
-
{
7660
-
"name": "Taylor Otwell",
7661
-
"email": "taylor@laravel.com"
7662
-
},
7663
-
{
7664
-
"name": "Mior Muhammad Zaki",
7665
-
"email": "crynobone@gmail.com"
7666
-
}
7667
-
],
7668
-
"description": "Code Generators for Laravel Applications and Packages",
7669
-
"support": {
7670
-
"issues": "https://github.com/orchestral/canvas/issues",
7671
-
"source": "https://github.com/orchestral/canvas/tree/v9.2.2"
7672
-
},
7673
-
"time": "2025-02-19T04:27:08+00:00"
7674
-
},
7675
-
{
7676
-
"name": "orchestra/canvas-core",
7677
-
"version": "v9.1.1",
7678
-
"source": {
7679
-
"type": "git",
7680
-
"url": "https://github.com/orchestral/canvas-core.git",
7681
-
"reference": "a8ebfa6c2e50f8c6597c489b4dfaf9af6789f62a"
7682
-
},
7683
-
"dist": {
7684
-
"type": "zip",
7685
-
"url": "https://api.github.com/repos/orchestral/canvas-core/zipball/a8ebfa6c2e50f8c6597c489b4dfaf9af6789f62a",
7686
-
"reference": "a8ebfa6c2e50f8c6597c489b4dfaf9af6789f62a",
7687
-
"shasum": ""
7688
-
},
7689
-
"require": {
7690
-
"composer-runtime-api": "^2.2",
7691
-
"composer/semver": "^3.0",
7692
-
"illuminate/console": "^11.43.0",
7693
-
"illuminate/support": "^11.43.0",
7694
-
"orchestra/sidekick": "^1.0.2",
7695
-
"php": "^8.2",
7696
-
"symfony/polyfill-php83": "^1.31"
7697
-
},
7698
-
"require-dev": {
7699
-
"laravel/framework": "^11.43.0",
7700
-
"laravel/pint": "^1.20",
7701
-
"mockery/mockery": "^1.6.10",
7702
-
"orchestra/testbench-core": "^9.11.0",
7703
-
"phpstan/phpstan": "^2.1",
7704
-
"phpunit/phpunit": "^11.5.7",
7705
-
"symfony/yaml": "^7.0.3"
7706
-
},
7707
-
"type": "library",
7708
-
"extra": {
7709
-
"laravel": {
7710
-
"providers": [
7711
-
"Orchestra\\Canvas\\Core\\LaravelServiceProvider"
7712
-
]
7713
-
}
7714
-
},
7715
-
"autoload": {
7716
-
"psr-4": {
7717
-
"Orchestra\\Canvas\\Core\\": "src/"
7718
-
}
7719
-
},
7720
-
"notification-url": "https://packagist.org/downloads/",
7721
-
"license": [
7722
-
"MIT"
7723
-
],
7724
-
"authors": [
7725
-
{
7726
-
"name": "Taylor Otwell",
7727
-
"email": "taylor@laravel.com"
7728
-
},
7729
-
{
7730
-
"name": "Mior Muhammad Zaki",
7731
-
"email": "crynobone@gmail.com"
7732
-
}
7733
-
],
7734
-
"description": "Code Generators Builder for Laravel Applications and Packages",
7735
-
"support": {
7736
-
"issues": "https://github.com/orchestral/canvas/issues",
7737
-
"source": "https://github.com/orchestral/canvas-core/tree/v9.1.1"
7738
-
},
7739
-
"time": "2025-02-19T04:14:36+00:00"
7740
-
},
7741
-
{
7742
-
"name": "orchestra/sidekick",
7743
-
"version": "v1.2.17",
7744
-
"source": {
7745
-
"type": "git",
7746
-
"url": "https://github.com/orchestral/sidekick.git",
7747
-
"reference": "371ce2882ee3f5bf826b36e75d461e51c9cd76c2"
7748
-
},
7749
-
"dist": {
7750
-
"type": "zip",
7751
-
"url": "https://api.github.com/repos/orchestral/sidekick/zipball/371ce2882ee3f5bf826b36e75d461e51c9cd76c2",
7752
-
"reference": "371ce2882ee3f5bf826b36e75d461e51c9cd76c2",
7753
-
"shasum": ""
7754
-
},
7755
-
"require": {
7756
-
"composer-runtime-api": "^2.2",
7757
-
"php": "^8.1",
7758
-
"symfony/polyfill-php83": "^1.32"
7759
-
},
7760
-
"require-dev": {
7761
-
"fakerphp/faker": "^1.21",
7762
-
"laravel/framework": "^10.48.29|^11.44.7|^12.1.1|^13.0",
7763
-
"laravel/pint": "^1.4",
7764
-
"mockery/mockery": "^1.5.1",
7765
-
"orchestra/testbench-core": "^8.37.0|^9.14.0|^10.2.0|^11.0",
7766
-
"phpstan/phpstan": "^2.1.14",
7767
-
"phpunit/phpunit": "^10.0|^11.0|^12.0",
7768
-
"symfony/process": "^6.0|^7.0"
7769
-
},
7770
-
"type": "library",
7771
-
"autoload": {
7772
-
"files": [
7773
-
"src/Eloquent/functions.php",
7774
-
"src/Http/functions.php",
7775
-
"src/functions.php"
7776
-
],
7777
-
"psr-4": {
7778
-
"Orchestra\\Sidekick\\": "src/"
7779
-
}
7780
-
},
7781
-
"notification-url": "https://packagist.org/downloads/",
7782
-
"license": [
7783
-
"MIT"
7784
-
],
7785
-
"authors": [
7786
-
{
7787
-
"name": "Mior Muhammad Zaki",
7788
-
"email": "crynobone@gmail.com"
7789
-
}
7790
-
],
7791
-
"description": "Packages Toolkit Utilities and Helpers for Laravel",
7792
-
"support": {
7793
-
"issues": "https://github.com/orchestral/sidekick/issues",
7794
-
"source": "https://github.com/orchestral/sidekick/tree/v1.2.17"
7795
-
},
7796
-
"time": "2025-10-02T11:02:26+00:00"
7797
-
},
7798
-
{
7799
-
"name": "orchestra/testbench",
7800
-
"version": "v9.15.0",
7801
-
"source": {
7802
-
"type": "git",
7803
-
"url": "https://github.com/orchestral/testbench.git",
7804
-
"reference": "d0181240f93688448d4ae3b5479ec5ed70a87a47"
7805
-
},
7806
-
"dist": {
7807
-
"type": "zip",
7808
-
"url": "https://api.github.com/repos/orchestral/testbench/zipball/d0181240f93688448d4ae3b5479ec5ed70a87a47",
7809
-
"reference": "d0181240f93688448d4ae3b5479ec5ed70a87a47",
7810
-
"shasum": ""
7811
-
},
7812
-
"require": {
7813
-
"composer-runtime-api": "^2.2",
7814
-
"fakerphp/faker": "^1.23",
7815
-
"laravel/framework": "^11.45.2",
7816
-
"mockery/mockery": "^1.6.10",
7817
-
"orchestra/testbench-core": "^9.16.0",
7818
-
"orchestra/workbench": "^9.13.5",
7819
-
"php": "^8.2",
7820
-
"phpunit/phpunit": "^10.5.35|^11.3.6|^12.0.1",
7821
-
"symfony/process": "^7.0.3",
7822
-
"symfony/yaml": "^7.0.3",
7823
-
"vlucas/phpdotenv": "^5.6.1"
7824
-
},
7825
-
"type": "library",
7826
-
"notification-url": "https://packagist.org/downloads/",
7827
-
"license": [
7828
-
"MIT"
7829
-
],
7830
-
"authors": [
7831
-
{
7832
-
"name": "Mior Muhammad Zaki",
7833
-
"email": "crynobone@gmail.com",
7834
-
"homepage": "https://github.com/crynobone"
7835
-
}
7836
-
],
7837
-
"description": "Laravel Testing Helper for Packages Development",
7838
-
"homepage": "https://packages.tools/testbench/",
7839
-
"keywords": [
7840
-
"BDD",
7841
-
"TDD",
7842
-
"dev",
7843
-
"laravel",
7844
-
"laravel-packages",
7845
-
"testing"
7846
-
],
7847
-
"support": {
7848
-
"issues": "https://github.com/orchestral/testbench/issues",
7849
-
"source": "https://github.com/orchestral/testbench/tree/v9.15.0"
7850
-
},
7851
-
"time": "2025-08-20T11:42:03+00:00"
7852
-
},
7853
-
{
7854
-
"name": "orchestra/testbench-core",
7855
-
"version": "v9.17.0",
7856
-
"source": {
7857
-
"type": "git",
7858
-
"url": "https://github.com/orchestral/testbench-core.git",
7859
-
"reference": "a5b4d56a40536fde50a72e20ce43abaa76f8de2f"
7860
-
},
7861
-
"dist": {
7862
-
"type": "zip",
7863
-
"url": "https://api.github.com/repos/orchestral/testbench-core/zipball/a5b4d56a40536fde50a72e20ce43abaa76f8de2f",
7864
-
"reference": "a5b4d56a40536fde50a72e20ce43abaa76f8de2f",
7865
-
"shasum": ""
7866
-
},
7867
-
"require": {
7868
-
"composer-runtime-api": "^2.2",
7869
-
"orchestra/sidekick": "~1.1.20|~1.2.17",
7870
-
"php": "^8.2",
7871
-
"symfony/deprecation-contracts": "^2.5|^3.0",
7872
-
"symfony/polyfill-php83": "^1.32"
7873
-
},
7874
-
"conflict": {
7875
-
"brianium/paratest": "<7.3.0|>=8.0.0",
7876
-
"laravel/framework": "<11.45.3|>=12.0.0",
7877
-
"laravel/serializable-closure": "<1.3.0|>=2.0.0 <2.0.3|>=3.0.0",
7878
-
"nunomaduro/collision": "<8.0.0|>=9.0.0",
7879
-
"orchestra/testbench-dusk": "<9.10.0|>=10.0.0",
7880
-
"phpunit/phpunit": "<10.5.35|>=11.0.0 <11.3.6|>=12.0.0 <12.0.1|>=12.4.0"
7881
-
},
7882
-
"require-dev": {
7883
-
"fakerphp/faker": "^1.24",
7884
-
"laravel/framework": "^11.45.3",
7885
-
"laravel/pint": "^1.24",
7886
-
"laravel/serializable-closure": "^1.3|^2.0.4",
7887
-
"mockery/mockery": "^1.6.10",
7888
-
"phpstan/phpstan": "^2.1.19",
7889
-
"phpunit/phpunit": "^10.5.35|^11.3.6|^12.0.1",
7890
-
"spatie/laravel-ray": "^1.40.2",
7891
-
"symfony/process": "^7.0.3",
7892
-
"symfony/yaml": "^7.0.3",
7893
-
"vlucas/phpdotenv": "^5.6.1"
7894
-
},
7895
-
"suggest": {
7896
-
"brianium/paratest": "Allow using parallel testing (^7.3).",
7897
-
"ext-pcntl": "Required to use all features of the console signal trapping.",
7898
-
"fakerphp/faker": "Allow using Faker for testing (^1.23).",
7899
-
"laravel/framework": "Required for testing (^11.45.3).",
7900
-
"mockery/mockery": "Allow using Mockery for testing (^1.6).",
7901
-
"nunomaduro/collision": "Allow using Laravel style tests output and parallel testing (^8.0).",
7902
-
"orchestra/testbench-dusk": "Allow using Laravel Dusk for testing (^9.10).",
7903
-
"phpunit/phpunit": "Allow using PHPUnit for testing (^10.5.35|^11.3.6|^12.0.1).",
7904
-
"symfony/process": "Required to use Orchestra\\Testbench\\remote function (^7.0).",
7905
-
"symfony/yaml": "Required for Testbench CLI (^7.0).",
7906
-
"vlucas/phpdotenv": "Required for Testbench CLI (^5.6.1)."
7907
-
},
7908
-
"bin": [
7909
-
"testbench"
7910
-
],
7911
-
"type": "library",
7912
-
"autoload": {
7913
-
"files": [
7914
-
"src/functions.php"
7915
-
],
7916
-
"psr-4": {
7917
-
"Orchestra\\Testbench\\": "src/"
7918
-
}
7919
-
},
7920
-
"notification-url": "https://packagist.org/downloads/",
7921
-
"license": [
7922
-
"MIT"
7923
-
],
7924
-
"authors": [
7925
-
{
7926
-
"name": "Mior Muhammad Zaki",
7927
-
"email": "crynobone@gmail.com",
7928
-
"homepage": "https://github.com/crynobone"
7929
-
}
7930
-
],
7931
-
"description": "Testing Helper for Laravel Development",
7932
-
"homepage": "https://packages.tools/testbench",
7933
-
"keywords": [
7934
-
"BDD",
7935
-
"TDD",
7936
-
"dev",
7937
-
"laravel",
7938
-
"laravel-packages",
7939
-
"testing"
7940
-
],
7941
-
"support": {
7942
-
"issues": "https://github.com/orchestral/testbench/issues",
7943
-
"source": "https://github.com/orchestral/testbench-core"
7944
-
},
7945
-
"time": "2025-10-14T12:02:37+00:00"
7946
-
},
7947
-
{
7948
-
"name": "orchestra/workbench",
7949
-
"version": "v9.13.5",
7950
-
"source": {
7951
-
"type": "git",
7952
-
"url": "https://github.com/orchestral/workbench.git",
7953
-
"reference": "1da2ea95089ed3516bda6f8e9cd57c81290004bf"
7954
-
},
7955
-
"dist": {
7956
-
"type": "zip",
7957
-
"url": "https://api.github.com/repos/orchestral/workbench/zipball/1da2ea95089ed3516bda6f8e9cd57c81290004bf",
7958
-
"reference": "1da2ea95089ed3516bda6f8e9cd57c81290004bf",
7959
-
"shasum": ""
7960
-
},
7961
-
"require": {
7962
-
"composer-runtime-api": "^2.2",
7963
-
"fakerphp/faker": "^1.23",
7964
-
"laravel/framework": "^11.44.2",
7965
-
"laravel/pail": "^1.2",
7966
-
"laravel/tinker": "^2.9",
7967
-
"nunomaduro/collision": "^8.0",
7968
-
"orchestra/canvas": "^9.2.2",
7969
-
"orchestra/sidekick": "^1.1.0",
7970
-
"orchestra/testbench-core": "^9.12.0",
7971
-
"php": "^8.2",
7972
-
"symfony/polyfill-php83": "^1.31",
7973
-
"symfony/polyfill-php84": "^1.31",
7974
-
"symfony/process": "^7.0.3",
7975
-
"symfony/yaml": "^7.0.3"
7976
-
},
7977
-
"require-dev": {
7978
-
"laravel/pint": "^1.21",
7979
-
"mockery/mockery": "^1.6.10",
7980
-
"phpstan/phpstan": "^2.1",
7981
-
"phpunit/phpunit": "^10.5.35|^11.3.6|^12.0.1",
7982
-
"spatie/laravel-ray": "^1.39.1"
7983
-
},
7984
-
"suggest": {
7985
-
"ext-pcntl": "Required to use all features of the console signal trapping."
7986
-
},
7987
-
"type": "library",
7988
-
"autoload": {
7989
-
"psr-4": {
7990
-
"Orchestra\\Workbench\\": "src/"
7991
-
}
7992
-
},
7993
-
"notification-url": "https://packagist.org/downloads/",
7994
-
"license": [
7995
-
"MIT"
7996
-
],
7997
-
"authors": [
7998
-
{
7999
-
"name": "Mior Muhammad Zaki",
8000
-
"email": "crynobone@gmail.com"
8001
-
}
8002
-
],
8003
-
"description": "Workbench Companion for Laravel Packages Development",
8004
-
"keywords": [
8005
-
"dev",
8006
-
"laravel",
8007
-
"laravel-packages",
8008
-
"testing"
8009
-
],
8010
-
"support": {
8011
-
"issues": "https://github.com/orchestral/workbench/issues",
8012
-
"source": "https://github.com/orchestral/workbench/tree/v9.13.5"
8013
-
},
8014
-
"time": "2025-04-06T11:06:19+00:00"
8015
-
},
8016
-
{
8017
-
"name": "phar-io/manifest",
8018
-
"version": "2.0.4",
8019
-
"source": {
8020
-
"type": "git",
8021
-
"url": "https://github.com/phar-io/manifest.git",
8022
-
"reference": "54750ef60c58e43759730615a392c31c80e23176"
8023
-
},
8024
-
"dist": {
8025
-
"type": "zip",
8026
-
"url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
8027
-
"reference": "54750ef60c58e43759730615a392c31c80e23176",
8028
-
"shasum": ""
8029
-
},
8030
-
"require": {
8031
-
"ext-dom": "*",
8032
-
"ext-libxml": "*",
8033
-
"ext-phar": "*",
8034
-
"ext-xmlwriter": "*",
8035
-
"phar-io/version": "^3.0.1",
8036
-
"php": "^7.2 || ^8.0"
8037
-
},
8038
-
"type": "library",
8039
-
"extra": {
8040
-
"branch-alias": {
8041
-
"dev-master": "2.0.x-dev"
8042
-
}
8043
-
},
8044
-
"autoload": {
8045
-
"classmap": [
8046
-
"src/"
8047
-
]
8048
-
},
8049
-
"notification-url": "https://packagist.org/downloads/",
8050
-
"license": [
8051
-
"BSD-3-Clause"
8052
-
],
8053
-
"authors": [
8054
-
{
8055
-
"name": "Arne Blankerts",
8056
-
"email": "arne@blankerts.de",
8057
-
"role": "Developer"
8058
-
},
8059
-
{
8060
-
"name": "Sebastian Heuer",
8061
-
"email": "sebastian@phpeople.de",
8062
-
"role": "Developer"
8063
-
},
8064
-
{
8065
-
"name": "Sebastian Bergmann",
8066
-
"email": "sebastian@phpunit.de",
8067
-
"role": "Developer"
8068
-
}
8069
-
],
8070
-
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
8071
-
"support": {
8072
-
"issues": "https://github.com/phar-io/manifest/issues",
8073
-
"source": "https://github.com/phar-io/manifest/tree/2.0.4"
8074
-
},
8075
-
"funding": [
8076
-
{
8077
-
"url": "https://github.com/theseer",
8078
-
"type": "github"
8079
-
}
8080
-
],
8081
-
"time": "2024-03-03T12:33:53+00:00"
8082
-
},
8083
-
{
8084
-
"name": "phar-io/version",
8085
-
"version": "3.2.1",
8086
-
"source": {
8087
-
"type": "git",
8088
-
"url": "https://github.com/phar-io/version.git",
8089
-
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
8090
-
},
8091
-
"dist": {
8092
-
"type": "zip",
8093
-
"url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
8094
-
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
8095
-
"shasum": ""
8096
-
},
8097
-
"require": {
8098
-
"php": "^7.2 || ^8.0"
8099
-
},
8100
-
"type": "library",
8101
-
"autoload": {
8102
-
"classmap": [
8103
-
"src/"
8104
-
]
8105
-
},
8106
-
"notification-url": "https://packagist.org/downloads/",
8107
-
"license": [
8108
-
"BSD-3-Clause"
8109
-
],
8110
-
"authors": [
8111
-
{
8112
-
"name": "Arne Blankerts",
8113
-
"email": "arne@blankerts.de",
8114
-
"role": "Developer"
8115
-
},
8116
-
{
8117
-
"name": "Sebastian Heuer",
8118
-
"email": "sebastian@phpeople.de",
8119
-
"role": "Developer"
8120
-
},
8121
-
{
8122
-
"name": "Sebastian Bergmann",
8123
-
"email": "sebastian@phpunit.de",
8124
-
"role": "Developer"
8125
-
}
8126
-
],
8127
-
"description": "Library for handling version information and constraints",
8128
-
"support": {
8129
-
"issues": "https://github.com/phar-io/version/issues",
8130
-
"source": "https://github.com/phar-io/version/tree/3.2.1"
8131
-
},
8132
-
"time": "2022-02-21T01:04:05+00:00"
8133
-
},
8134
-
{
8135
-
"name": "phpunit/php-code-coverage",
8136
-
"version": "11.0.11",
8137
-
"source": {
8138
-
"type": "git",
8139
-
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
8140
-
"reference": "4f7722aa9a7b76aa775e2d9d4e95d1ea16eeeef4"
8141
-
},
8142
-
"dist": {
8143
-
"type": "zip",
8144
-
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/4f7722aa9a7b76aa775e2d9d4e95d1ea16eeeef4",
8145
-
"reference": "4f7722aa9a7b76aa775e2d9d4e95d1ea16eeeef4",
8146
-
"shasum": ""
8147
-
},
8148
-
"require": {
8149
-
"ext-dom": "*",
8150
-
"ext-libxml": "*",
8151
-
"ext-xmlwriter": "*",
8152
-
"nikic/php-parser": "^5.4.0",
8153
-
"php": ">=8.2",
8154
-
"phpunit/php-file-iterator": "^5.1.0",
8155
-
"phpunit/php-text-template": "^4.0.1",
8156
-
"sebastian/code-unit-reverse-lookup": "^4.0.1",
8157
-
"sebastian/complexity": "^4.0.1",
8158
-
"sebastian/environment": "^7.2.0",
8159
-
"sebastian/lines-of-code": "^3.0.1",
8160
-
"sebastian/version": "^5.0.2",
8161
-
"theseer/tokenizer": "^1.2.3"
8162
-
},
8163
-
"require-dev": {
8164
-
"phpunit/phpunit": "^11.5.2"
8165
-
},
8166
-
"suggest": {
8167
-
"ext-pcov": "PHP extension that provides line coverage",
8168
-
"ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
8169
-
},
8170
-
"type": "library",
8171
-
"extra": {
8172
-
"branch-alias": {
8173
-
"dev-main": "11.0.x-dev"
8174
-
}
8175
-
},
8176
-
"autoload": {
8177
-
"classmap": [
8178
-
"src/"
8179
-
]
8180
-
},
8181
-
"notification-url": "https://packagist.org/downloads/",
8182
-
"license": [
8183
-
"BSD-3-Clause"
8184
-
],
8185
-
"authors": [
8186
-
{
8187
-
"name": "Sebastian Bergmann",
8188
-
"email": "sebastian@phpunit.de",
8189
-
"role": "lead"
8190
-
}
8191
-
],
8192
-
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
8193
-
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
8194
-
"keywords": [
8195
-
"coverage",
8196
-
"testing",
8197
-
"xunit"
8198
-
],
8199
-
"support": {
8200
-
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
8201
-
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
8202
-
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.11"
8203
-
},
8204
-
"funding": [
8205
-
{
8206
-
"url": "https://github.com/sebastianbergmann",
8207
-
"type": "github"
8208
-
},
8209
-
{
8210
-
"url": "https://liberapay.com/sebastianbergmann",
8211
-
"type": "liberapay"
8212
-
},
8213
-
{
8214
-
"url": "https://thanks.dev/u/gh/sebastianbergmann",
8215
-
"type": "thanks_dev"
8216
-
},
8217
-
{
8218
-
"url": "https://tidelift.com/funding/github/packagist/phpunit/php-code-coverage",
8219
-
"type": "tidelift"
8220
-
}
8221
-
],
8222
-
"time": "2025-08-27T14:37:49+00:00"
8223
-
},
8224
-
{
8225
-
"name": "phpunit/php-file-iterator",
8226
-
"version": "5.1.0",
8227
-
"source": {
8228
-
"type": "git",
8229
-
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
8230
-
"reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6"
8231
-
},
8232
-
"dist": {
8233
-
"type": "zip",
8234
-
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/118cfaaa8bc5aef3287bf315b6060b1174754af6",
8235
-
"reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6",
8236
-
"shasum": ""
8237
-
},
8238
-
"require": {
8239
-
"php": ">=8.2"
8240
-
},
8241
-
"require-dev": {
8242
-
"phpunit/phpunit": "^11.0"
8243
-
},
8244
-
"type": "library",
8245
-
"extra": {
8246
-
"branch-alias": {
8247
-
"dev-main": "5.0-dev"
8248
-
}
8249
-
},
8250
-
"autoload": {
8251
-
"classmap": [
8252
-
"src/"
8253
-
]
8254
-
},
8255
-
"notification-url": "https://packagist.org/downloads/",
8256
-
"license": [
8257
-
"BSD-3-Clause"
8258
-
],
8259
-
"authors": [
8260
-
{
8261
-
"name": "Sebastian Bergmann",
8262
-
"email": "sebastian@phpunit.de",
8263
-
"role": "lead"
8264
-
}
8265
-
],
8266
-
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
8267
-
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
8268
-
"keywords": [
8269
-
"filesystem",
8270
-
"iterator"
8271
-
],
8272
-
"support": {
8273
-
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
8274
-
"security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
8275
-
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/5.1.0"
8276
-
},
8277
-
"funding": [
8278
-
{
8279
-
"url": "https://github.com/sebastianbergmann",
8280
-
"type": "github"
8281
-
}
8282
-
],
8283
-
"time": "2024-08-27T05:02:59+00:00"
8284
-
},
8285
-
{
8286
-
"name": "phpunit/php-invoker",
8287
-
"version": "5.0.1",
8288
-
"source": {
8289
-
"type": "git",
8290
-
"url": "https://github.com/sebastianbergmann/php-invoker.git",
8291
-
"reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2"
8292
-
},
8293
-
"dist": {
8294
-
"type": "zip",
8295
-
"url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/c1ca3814734c07492b3d4c5f794f4b0995333da2",
8296
-
"reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2",
8297
-
"shasum": ""
8298
-
},
8299
-
"require": {
8300
-
"php": ">=8.2"
8301
-
},
8302
-
"require-dev": {
8303
-
"ext-pcntl": "*",
8304
-
"phpunit/phpunit": "^11.0"
8305
-
},
8306
-
"suggest": {
8307
-
"ext-pcntl": "*"
8308
-
},
8309
-
"type": "library",
8310
-
"extra": {
8311
-
"branch-alias": {
8312
-
"dev-main": "5.0-dev"
8313
-
}
8314
-
},
8315
-
"autoload": {
8316
-
"classmap": [
8317
-
"src/"
8318
-
]
8319
-
},
8320
-
"notification-url": "https://packagist.org/downloads/",
8321
-
"license": [
8322
-
"BSD-3-Clause"
8323
-
],
8324
-
"authors": [
8325
-
{
8326
-
"name": "Sebastian Bergmann",
8327
-
"email": "sebastian@phpunit.de",
8328
-
"role": "lead"
8329
-
}
8330
-
],
8331
-
"description": "Invoke callables with a timeout",
8332
-
"homepage": "https://github.com/sebastianbergmann/php-invoker/",
8333
-
"keywords": [
8334
-
"process"
8335
-
],
8336
-
"support": {
8337
-
"issues": "https://github.com/sebastianbergmann/php-invoker/issues",
8338
-
"security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
8339
-
"source": "https://github.com/sebastianbergmann/php-invoker/tree/5.0.1"
8340
-
},
8341
-
"funding": [
8342
-
{
8343
-
"url": "https://github.com/sebastianbergmann",
8344
-
"type": "github"
8345
-
}
8346
-
],
8347
-
"time": "2024-07-03T05:07:44+00:00"
8348
-
},
8349
-
{
8350
-
"name": "phpunit/php-text-template",
8351
-
"version": "4.0.1",
8352
-
"source": {
8353
-
"type": "git",
8354
-
"url": "https://github.com/sebastianbergmann/php-text-template.git",
8355
-
"reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964"
8356
-
},
8357
-
"dist": {
8358
-
"type": "zip",
8359
-
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
8360
-
"reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
8361
-
"shasum": ""
8362
-
},
8363
-
"require": {
8364
-
"php": ">=8.2"
8365
-
},
8366
-
"require-dev": {
8367
-
"phpunit/phpunit": "^11.0"
8368
-
},
8369
-
"type": "library",
8370
-
"extra": {
8371
-
"branch-alias": {
8372
-
"dev-main": "4.0-dev"
8373
-
}
8374
-
},
8375
-
"autoload": {
8376
-
"classmap": [
8377
-
"src/"
8378
-
]
8379
-
},
8380
-
"notification-url": "https://packagist.org/downloads/",
8381
-
"license": [
8382
-
"BSD-3-Clause"
8383
-
],
8384
-
"authors": [
8385
-
{
8386
-
"name": "Sebastian Bergmann",
8387
-
"email": "sebastian@phpunit.de",
8388
-
"role": "lead"
8389
-
}
8390
-
],
8391
-
"description": "Simple template engine.",
8392
-
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
8393
-
"keywords": [
8394
-
"template"
8395
-
],
8396
-
"support": {
8397
-
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
8398
-
"security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
8399
-
"source": "https://github.com/sebastianbergmann/php-text-template/tree/4.0.1"
8400
-
},
8401
-
"funding": [
8402
-
{
8403
-
"url": "https://github.com/sebastianbergmann",
8404
-
"type": "github"
8405
-
}
8406
-
],
8407
-
"time": "2024-07-03T05:08:43+00:00"
8408
-
},
8409
-
{
8410
-
"name": "phpunit/php-timer",
8411
-
"version": "7.0.1",
8412
-
"source": {
8413
-
"type": "git",
8414
-
"url": "https://github.com/sebastianbergmann/php-timer.git",
8415
-
"reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3"
8416
-
},
8417
-
"dist": {
8418
-
"type": "zip",
8419
-
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
8420
-
"reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
8421
-
"shasum": ""
8422
-
},
8423
-
"require": {
8424
-
"php": ">=8.2"
8425
-
},
8426
-
"require-dev": {
8427
-
"phpunit/phpunit": "^11.0"
8428
-
},
8429
-
"type": "library",
8430
-
"extra": {
8431
-
"branch-alias": {
8432
-
"dev-main": "7.0-dev"
8433
-
}
8434
-
},
8435
-
"autoload": {
8436
-
"classmap": [
8437
-
"src/"
8438
-
]
8439
-
},
8440
-
"notification-url": "https://packagist.org/downloads/",
8441
-
"license": [
8442
-
"BSD-3-Clause"
8443
-
],
8444
-
"authors": [
8445
-
{
8446
-
"name": "Sebastian Bergmann",
8447
-
"email": "sebastian@phpunit.de",
8448
-
"role": "lead"
8449
-
}
8450
-
],
8451
-
"description": "Utility class for timing",
8452
-
"homepage": "https://github.com/sebastianbergmann/php-timer/",
8453
-
"keywords": [
8454
-
"timer"
8455
-
],
8456
-
"support": {
8457
-
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
8458
-
"security": "https://github.com/sebastianbergmann/php-timer/security/policy",
8459
-
"source": "https://github.com/sebastianbergmann/php-timer/tree/7.0.1"
8460
-
},
8461
-
"funding": [
8462
-
{
8463
-
"url": "https://github.com/sebastianbergmann",
8464
-
"type": "github"
8465
-
}
8466
-
],
8467
-
"time": "2024-07-03T05:09:35+00:00"
8468
-
},
8469
-
{
8470
-
"name": "phpunit/phpunit",
8471
-
"version": "11.5.42",
8472
-
"source": {
8473
-
"type": "git",
8474
-
"url": "https://github.com/sebastianbergmann/phpunit.git",
8475
-
"reference": "1c6cb5dfe412af3d0dfd414cfd110e3b9cfdbc3c"
8476
-
},
8477
-
"dist": {
8478
-
"type": "zip",
8479
-
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1c6cb5dfe412af3d0dfd414cfd110e3b9cfdbc3c",
8480
-
"reference": "1c6cb5dfe412af3d0dfd414cfd110e3b9cfdbc3c",
8481
-
"shasum": ""
8482
-
},
8483
-
"require": {
8484
-
"ext-dom": "*",
8485
-
"ext-json": "*",
8486
-
"ext-libxml": "*",
8487
-
"ext-mbstring": "*",
8488
-
"ext-xml": "*",
8489
-
"ext-xmlwriter": "*",
8490
-
"myclabs/deep-copy": "^1.13.4",
8491
-
"phar-io/manifest": "^2.0.4",
8492
-
"phar-io/version": "^3.2.1",
8493
-
"php": ">=8.2",
8494
-
"phpunit/php-code-coverage": "^11.0.11",
8495
-
"phpunit/php-file-iterator": "^5.1.0",
8496
-
"phpunit/php-invoker": "^5.0.1",
8497
-
"phpunit/php-text-template": "^4.0.1",
8498
-
"phpunit/php-timer": "^7.0.1",
8499
-
"sebastian/cli-parser": "^3.0.2",
8500
-
"sebastian/code-unit": "^3.0.3",
8501
-
"sebastian/comparator": "^6.3.2",
8502
-
"sebastian/diff": "^6.0.2",
8503
-
"sebastian/environment": "^7.2.1",
8504
-
"sebastian/exporter": "^6.3.2",
8505
-
"sebastian/global-state": "^7.0.2",
8506
-
"sebastian/object-enumerator": "^6.0.1",
8507
-
"sebastian/type": "^5.1.3",
8508
-
"sebastian/version": "^5.0.2",
8509
-
"staabm/side-effects-detector": "^1.0.5"
8510
-
},
8511
-
"suggest": {
8512
-
"ext-soap": "To be able to generate mocks based on WSDL files"
8513
-
},
8514
-
"bin": [
8515
-
"phpunit"
8516
-
],
8517
-
"type": "library",
8518
-
"extra": {
8519
-
"branch-alias": {
8520
-
"dev-main": "11.5-dev"
8521
-
}
8522
-
},
8523
-
"autoload": {
8524
-
"files": [
8525
-
"src/Framework/Assert/Functions.php"
8526
-
],
8527
-
"classmap": [
8528
-
"src/"
8529
-
]
8530
-
},
8531
-
"notification-url": "https://packagist.org/downloads/",
8532
-
"license": [
8533
-
"BSD-3-Clause"
8534
-
],
8535
-
"authors": [
8536
-
{
8537
-
"name": "Sebastian Bergmann",
8538
-
"email": "sebastian@phpunit.de",
8539
-
"role": "lead"
8540
-
}
8541
-
],
8542
-
"description": "The PHP Unit Testing framework.",
8543
-
"homepage": "https://phpunit.de/",
8544
-
"keywords": [
8545
-
"phpunit",
8546
-
"testing",
8547
-
"xunit"
8548
-
],
8549
-
"support": {
8550
-
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
8551
-
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
8552
-
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.42"
8553
-
},
8554
-
"funding": [
8555
-
{
8556
-
"url": "https://phpunit.de/sponsors.html",
8557
-
"type": "custom"
8558
-
},
8559
-
{
8560
-
"url": "https://github.com/sebastianbergmann",
8561
-
"type": "github"
8562
-
},
8563
-
{
8564
-
"url": "https://liberapay.com/sebastianbergmann",
8565
-
"type": "liberapay"
8566
-
},
8567
-
{
8568
-
"url": "https://thanks.dev/u/gh/sebastianbergmann",
8569
-
"type": "thanks_dev"
8570
-
},
8571
-
{
8572
-
"url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
8573
-
"type": "tidelift"
8574
-
}
8575
-
],
8576
-
"time": "2025-09-28T12:09:13+00:00"
8577
-
},
8578
-
{
8579
-
"name": "psy/psysh",
8580
-
"version": "v0.12.14",
8581
-
"source": {
8582
-
"type": "git",
8583
-
"url": "https://github.com/bobthecow/psysh.git",
8584
-
"reference": "95c29b3756a23855a30566b745d218bee690bef2"
8585
-
},
8586
-
"dist": {
8587
-
"type": "zip",
8588
-
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/95c29b3756a23855a30566b745d218bee690bef2",
8589
-
"reference": "95c29b3756a23855a30566b745d218bee690bef2",
8590
-
"shasum": ""
8591
-
},
8592
-
"require": {
8593
-
"ext-json": "*",
8594
-
"ext-tokenizer": "*",
8595
-
"nikic/php-parser": "^5.0 || ^4.0",
8596
-
"php": "^8.0 || ^7.4",
8597
-
"symfony/console": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4",
8598
-
"symfony/var-dumper": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4"
8599
-
},
8600
-
"conflict": {
8601
-
"symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4"
8602
-
},
8603
-
"require-dev": {
8604
-
"bamarni/composer-bin-plugin": "^1.2",
8605
-
"composer/class-map-generator": "^1.6"
8606
-
},
8607
-
"suggest": {
8608
-
"composer/class-map-generator": "Improved tab completion performance with better class discovery.",
8609
-
"ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
8610
-
"ext-posix": "If you have PCNTL, you'll want the POSIX extension as well."
8611
-
},
8612
-
"bin": [
8613
-
"bin/psysh"
8614
-
],
8615
-
"type": "library",
8616
-
"extra": {
8617
-
"bamarni-bin": {
8618
-
"bin-links": false,
8619
-
"forward-command": false
8620
-
},
8621
-
"branch-alias": {
8622
-
"dev-main": "0.12.x-dev"
8623
-
}
8624
-
},
8625
-
"autoload": {
8626
-
"files": [
8627
-
"src/functions.php"
8628
-
],
8629
-
"psr-4": {
8630
-
"Psy\\": "src/"
8631
-
}
8632
-
},
8633
-
"notification-url": "https://packagist.org/downloads/",
8634
-
"license": [
8635
-
"MIT"
8636
-
],
8637
-
"authors": [
8638
-
{
8639
-
"name": "Justin Hileman",
8640
-
"email": "justin@justinhileman.info"
8641
-
}
8642
-
],
8643
-
"description": "An interactive shell for modern PHP.",
8644
-
"homepage": "https://psysh.org",
8645
-
"keywords": [
8646
-
"REPL",
8647
-
"console",
8648
-
"interactive",
8649
-
"shell"
8650
-
],
8651
-
"support": {
8652
-
"issues": "https://github.com/bobthecow/psysh/issues",
8653
-
"source": "https://github.com/bobthecow/psysh/tree/v0.12.14"
8654
-
},
8655
-
"time": "2025-10-27T17:15:31+00:00"
8656
-
},
8657
-
{
8658
-
"name": "sebastian/cli-parser",
8659
-
"version": "3.0.2",
8660
-
"source": {
8661
-
"type": "git",
8662
-
"url": "https://github.com/sebastianbergmann/cli-parser.git",
8663
-
"reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180"
8664
-
},
8665
-
"dist": {
8666
-
"type": "zip",
8667
-
"url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/15c5dd40dc4f38794d383bb95465193f5e0ae180",
8668
-
"reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180",
8669
-
"shasum": ""
8670
-
},
8671
-
"require": {
8672
-
"php": ">=8.2"
8673
-
},
8674
-
"require-dev": {
8675
-
"phpunit/phpunit": "^11.0"
8676
-
},
8677
-
"type": "library",
8678
-
"extra": {
8679
-
"branch-alias": {
8680
-
"dev-main": "3.0-dev"
8681
-
}
8682
-
},
8683
-
"autoload": {
8684
-
"classmap": [
8685
-
"src/"
8686
-
]
8687
-
},
8688
-
"notification-url": "https://packagist.org/downloads/",
8689
-
"license": [
8690
-
"BSD-3-Clause"
8691
-
],
8692
-
"authors": [
8693
-
{
8694
-
"name": "Sebastian Bergmann",
8695
-
"email": "sebastian@phpunit.de",
8696
-
"role": "lead"
8697
-
}
8698
-
],
8699
-
"description": "Library for parsing CLI options",
8700
-
"homepage": "https://github.com/sebastianbergmann/cli-parser",
8701
-
"support": {
8702
-
"issues": "https://github.com/sebastianbergmann/cli-parser/issues",
8703
-
"security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
8704
-
"source": "https://github.com/sebastianbergmann/cli-parser/tree/3.0.2"
8705
-
},
8706
-
"funding": [
8707
-
{
8708
-
"url": "https://github.com/sebastianbergmann",
8709
-
"type": "github"
8710
-
}
8711
-
],
8712
-
"time": "2024-07-03T04:41:36+00:00"
8713
-
},
8714
-
{
8715
-
"name": "sebastian/code-unit",
8716
-
"version": "3.0.3",
8717
-
"source": {
8718
-
"type": "git",
8719
-
"url": "https://github.com/sebastianbergmann/code-unit.git",
8720
-
"reference": "54391c61e4af8078e5b276ab082b6d3c54c9ad64"
8721
-
},
8722
-
"dist": {
8723
-
"type": "zip",
8724
-
"url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/54391c61e4af8078e5b276ab082b6d3c54c9ad64",
8725
-
"reference": "54391c61e4af8078e5b276ab082b6d3c54c9ad64",
8726
-
"shasum": ""
8727
-
},
8728
-
"require": {
8729
-
"php": ">=8.2"
8730
-
},
8731
-
"require-dev": {
8732
-
"phpunit/phpunit": "^11.5"
8733
-
},
8734
-
"type": "library",
8735
-
"extra": {
8736
-
"branch-alias": {
8737
-
"dev-main": "3.0-dev"
8738
-
}
8739
-
},
8740
-
"autoload": {
8741
-
"classmap": [
8742
-
"src/"
8743
-
]
8744
-
},
8745
-
"notification-url": "https://packagist.org/downloads/",
8746
-
"license": [
8747
-
"BSD-3-Clause"
8748
-
],
8749
-
"authors": [
8750
-
{
8751
-
"name": "Sebastian Bergmann",
8752
-
"email": "sebastian@phpunit.de",
8753
-
"role": "lead"
8754
-
}
8755
-
],
8756
-
"description": "Collection of value objects that represent the PHP code units",
8757
-
"homepage": "https://github.com/sebastianbergmann/code-unit",
8758
-
"support": {
8759
-
"issues": "https://github.com/sebastianbergmann/code-unit/issues",
8760
-
"security": "https://github.com/sebastianbergmann/code-unit/security/policy",
8761
-
"source": "https://github.com/sebastianbergmann/code-unit/tree/3.0.3"
8762
-
},
8763
-
"funding": [
8764
-
{
8765
-
"url": "https://github.com/sebastianbergmann",
8766
-
"type": "github"
8767
-
}
8768
-
],
8769
-
"time": "2025-03-19T07:56:08+00:00"
8770
-
},
8771
-
{
8772
-
"name": "sebastian/code-unit-reverse-lookup",
8773
-
"version": "4.0.1",
8774
-
"source": {
8775
-
"type": "git",
8776
-
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
8777
-
"reference": "183a9b2632194febd219bb9246eee421dad8d45e"
8778
-
},
8779
-
"dist": {
8780
-
"type": "zip",
8781
-
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/183a9b2632194febd219bb9246eee421dad8d45e",
8782
-
"reference": "183a9b2632194febd219bb9246eee421dad8d45e",
8783
-
"shasum": ""
8784
-
},
8785
-
"require": {
8786
-
"php": ">=8.2"
8787
-
},
8788
-
"require-dev": {
8789
-
"phpunit/phpunit": "^11.0"
8790
-
},
8791
-
"type": "library",
8792
-
"extra": {
8793
-
"branch-alias": {
8794
-
"dev-main": "4.0-dev"
8795
-
}
8796
-
},
8797
-
"autoload": {
8798
-
"classmap": [
8799
-
"src/"
8800
-
]
8801
-
},
8802
-
"notification-url": "https://packagist.org/downloads/",
8803
-
"license": [
8804
-
"BSD-3-Clause"
8805
-
],
8806
-
"authors": [
8807
-
{
8808
-
"name": "Sebastian Bergmann",
8809
-
"email": "sebastian@phpunit.de"
8810
-
}
8811
-
],
8812
-
"description": "Looks up which function or method a line of code belongs to",
8813
-
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
8814
-
"support": {
8815
-
"issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
8816
-
"security": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/security/policy",
8817
-
"source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/4.0.1"
8818
-
},
8819
-
"funding": [
8820
-
{
8821
-
"url": "https://github.com/sebastianbergmann",
8822
-
"type": "github"
8823
-
}
8824
-
],
8825
-
"time": "2024-07-03T04:45:54+00:00"
8826
-
},
8827
-
{
8828
-
"name": "sebastian/comparator",
8829
-
"version": "6.3.2",
8830
-
"source": {
8831
-
"type": "git",
8832
-
"url": "https://github.com/sebastianbergmann/comparator.git",
8833
-
"reference": "85c77556683e6eee4323e4c5468641ca0237e2e8"
8834
-
},
8835
-
"dist": {
8836
-
"type": "zip",
8837
-
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/85c77556683e6eee4323e4c5468641ca0237e2e8",
8838
-
"reference": "85c77556683e6eee4323e4c5468641ca0237e2e8",
8839
-
"shasum": ""
8840
-
},
8841
-
"require": {
8842
-
"ext-dom": "*",
8843
-
"ext-mbstring": "*",
8844
-
"php": ">=8.2",
8845
-
"sebastian/diff": "^6.0",
8846
-
"sebastian/exporter": "^6.0"
8847
-
},
8848
-
"require-dev": {
8849
-
"phpunit/phpunit": "^11.4"
8850
-
},
8851
-
"suggest": {
8852
-
"ext-bcmath": "For comparing BcMath\\Number objects"
8853
-
},
8854
-
"type": "library",
8855
-
"extra": {
8856
-
"branch-alias": {
8857
-
"dev-main": "6.3-dev"
8858
-
}
8859
-
},
8860
-
"autoload": {
8861
-
"classmap": [
8862
-
"src/"
8863
-
]
8864
-
},
8865
-
"notification-url": "https://packagist.org/downloads/",
8866
-
"license": [
8867
-
"BSD-3-Clause"
8868
-
],
8869
-
"authors": [
8870
-
{
8871
-
"name": "Sebastian Bergmann",
8872
-
"email": "sebastian@phpunit.de"
8873
-
},
8874
-
{
8875
-
"name": "Jeff Welch",
8876
-
"email": "whatthejeff@gmail.com"
8877
-
},
8878
-
{
8879
-
"name": "Volker Dusch",
8880
-
"email": "github@wallbash.com"
8881
-
},
8882
-
{
8883
-
"name": "Bernhard Schussek",
8884
-
"email": "bschussek@2bepublished.at"
8885
-
}
8886
-
],
8887
-
"description": "Provides the functionality to compare PHP values for equality",
8888
-
"homepage": "https://github.com/sebastianbergmann/comparator",
8889
-
"keywords": [
8890
-
"comparator",
8891
-
"compare",
8892
-
"equality"
8893
-
],
8894
-
"support": {
8895
-
"issues": "https://github.com/sebastianbergmann/comparator/issues",
8896
-
"security": "https://github.com/sebastianbergmann/comparator/security/policy",
8897
-
"source": "https://github.com/sebastianbergmann/comparator/tree/6.3.2"
8898
-
},
8899
-
"funding": [
8900
-
{
8901
-
"url": "https://github.com/sebastianbergmann",
8902
-
"type": "github"
8903
-
},
8904
-
{
8905
-
"url": "https://liberapay.com/sebastianbergmann",
8906
-
"type": "liberapay"
8907
-
},
8908
-
{
8909
-
"url": "https://thanks.dev/u/gh/sebastianbergmann",
8910
-
"type": "thanks_dev"
8911
-
},
8912
-
{
8913
-
"url": "https://tidelift.com/funding/github/packagist/sebastian/comparator",
8914
-
"type": "tidelift"
8915
-
}
8916
-
],
8917
-
"time": "2025-08-10T08:07:46+00:00"
8918
-
},
8919
-
{
8920
-
"name": "sebastian/complexity",
8921
-
"version": "4.0.1",
8922
-
"source": {
8923
-
"type": "git",
8924
-
"url": "https://github.com/sebastianbergmann/complexity.git",
8925
-
"reference": "ee41d384ab1906c68852636b6de493846e13e5a0"
8926
-
},
8927
-
"dist": {
8928
-
"type": "zip",
8929
-
"url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/ee41d384ab1906c68852636b6de493846e13e5a0",
8930
-
"reference": "ee41d384ab1906c68852636b6de493846e13e5a0",
8931
-
"shasum": ""
8932
-
},
8933
-
"require": {
8934
-
"nikic/php-parser": "^5.0",
8935
-
"php": ">=8.2"
8936
-
},
8937
-
"require-dev": {
8938
-
"phpunit/phpunit": "^11.0"
8939
-
},
8940
-
"type": "library",
8941
-
"extra": {
8942
-
"branch-alias": {
8943
-
"dev-main": "4.0-dev"
8944
-
}
8945
-
},
8946
-
"autoload": {
8947
-
"classmap": [
8948
-
"src/"
8949
-
]
8950
-
},
8951
-
"notification-url": "https://packagist.org/downloads/",
8952
-
"license": [
8953
-
"BSD-3-Clause"
8954
-
],
8955
-
"authors": [
8956
-
{
8957
-
"name": "Sebastian Bergmann",
8958
-
"email": "sebastian@phpunit.de",
8959
-
"role": "lead"
8960
-
}
8961
-
],
8962
-
"description": "Library for calculating the complexity of PHP code units",
8963
-
"homepage": "https://github.com/sebastianbergmann/complexity",
8964
-
"support": {
8965
-
"issues": "https://github.com/sebastianbergmann/complexity/issues",
8966
-
"security": "https://github.com/sebastianbergmann/complexity/security/policy",
8967
-
"source": "https://github.com/sebastianbergmann/complexity/tree/4.0.1"
8968
-
},
8969
-
"funding": [
8970
-
{
8971
-
"url": "https://github.com/sebastianbergmann",
8972
-
"type": "github"
8973
-
}
8974
-
],
8975
-
"time": "2024-07-03T04:49:50+00:00"
8976
-
},
8977
-
{
8978
-
"name": "sebastian/diff",
8979
-
"version": "6.0.2",
8980
-
"source": {
8981
-
"type": "git",
8982
-
"url": "https://github.com/sebastianbergmann/diff.git",
8983
-
"reference": "b4ccd857127db5d41a5b676f24b51371d76d8544"
8984
-
},
8985
-
"dist": {
8986
-
"type": "zip",
8987
-
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/b4ccd857127db5d41a5b676f24b51371d76d8544",
8988
-
"reference": "b4ccd857127db5d41a5b676f24b51371d76d8544",
8989
-
"shasum": ""
8990
-
},
8991
-
"require": {
8992
-
"php": ">=8.2"
8993
-
},
8994
-
"require-dev": {
8995
-
"phpunit/phpunit": "^11.0",
8996
-
"symfony/process": "^4.2 || ^5"
8997
-
},
8998
-
"type": "library",
8999
-
"extra": {
9000
-
"branch-alias": {
9001
-
"dev-main": "6.0-dev"
9002
-
}
9003
-
},
9004
-
"autoload": {
9005
-
"classmap": [
9006
-
"src/"
9007
-
]
9008
-
},
9009
-
"notification-url": "https://packagist.org/downloads/",
9010
-
"license": [
9011
-
"BSD-3-Clause"
9012
-
],
9013
-
"authors": [
9014
-
{
9015
-
"name": "Sebastian Bergmann",
9016
-
"email": "sebastian@phpunit.de"
9017
-
},
9018
-
{
9019
-
"name": "Kore Nordmann",
9020
-
"email": "mail@kore-nordmann.de"
9021
-
}
9022
-
],
9023
-
"description": "Diff implementation",
9024
-
"homepage": "https://github.com/sebastianbergmann/diff",
9025
-
"keywords": [
9026
-
"diff",
9027
-
"udiff",
9028
-
"unidiff",
9029
-
"unified diff"
9030
-
],
9031
-
"support": {
9032
-
"issues": "https://github.com/sebastianbergmann/diff/issues",
9033
-
"security": "https://github.com/sebastianbergmann/diff/security/policy",
9034
-
"source": "https://github.com/sebastianbergmann/diff/tree/6.0.2"
9035
-
},
9036
-
"funding": [
9037
-
{
9038
-
"url": "https://github.com/sebastianbergmann",
9039
-
"type": "github"
9040
-
}
9041
-
],
9042
-
"time": "2024-07-03T04:53:05+00:00"
9043
-
},
9044
-
{
9045
-
"name": "sebastian/environment",
9046
-
"version": "7.2.1",
9047
-
"source": {
9048
-
"type": "git",
9049
-
"url": "https://github.com/sebastianbergmann/environment.git",
9050
-
"reference": "a5c75038693ad2e8d4b6c15ba2403532647830c4"
9051
-
},
9052
-
"dist": {
9053
-
"type": "zip",
9054
-
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/a5c75038693ad2e8d4b6c15ba2403532647830c4",
9055
-
"reference": "a5c75038693ad2e8d4b6c15ba2403532647830c4",
9056
-
"shasum": ""
9057
-
},
9058
-
"require": {
9059
-
"php": ">=8.2"
9060
-
},
9061
-
"require-dev": {
9062
-
"phpunit/phpunit": "^11.3"
9063
-
},
9064
-
"suggest": {
9065
-
"ext-posix": "*"
9066
-
},
9067
-
"type": "library",
9068
-
"extra": {
9069
-
"branch-alias": {
9070
-
"dev-main": "7.2-dev"
9071
-
}
9072
-
},
9073
-
"autoload": {
9074
-
"classmap": [
9075
-
"src/"
9076
-
]
9077
-
},
9078
-
"notification-url": "https://packagist.org/downloads/",
9079
-
"license": [
9080
-
"BSD-3-Clause"
9081
-
],
9082
-
"authors": [
9083
-
{
9084
-
"name": "Sebastian Bergmann",
9085
-
"email": "sebastian@phpunit.de"
9086
-
}
9087
-
],
9088
-
"description": "Provides functionality to handle HHVM/PHP environments",
9089
-
"homepage": "https://github.com/sebastianbergmann/environment",
9090
-
"keywords": [
9091
-
"Xdebug",
9092
-
"environment",
9093
-
"hhvm"
9094
-
],
9095
-
"support": {
9096
-
"issues": "https://github.com/sebastianbergmann/environment/issues",
9097
-
"security": "https://github.com/sebastianbergmann/environment/security/policy",
9098
-
"source": "https://github.com/sebastianbergmann/environment/tree/7.2.1"
9099
-
},
9100
-
"funding": [
9101
-
{
9102
-
"url": "https://github.com/sebastianbergmann",
9103
-
"type": "github"
9104
-
},
9105
-
{
9106
-
"url": "https://liberapay.com/sebastianbergmann",
9107
-
"type": "liberapay"
9108
-
},
9109
-
{
9110
-
"url": "https://thanks.dev/u/gh/sebastianbergmann",
9111
-
"type": "thanks_dev"
9112
-
},
9113
-
{
9114
-
"url": "https://tidelift.com/funding/github/packagist/sebastian/environment",
9115
-
"type": "tidelift"
9116
-
}
9117
-
],
9118
-
"time": "2025-05-21T11:55:47+00:00"
9119
-
},
9120
-
{
9121
-
"name": "sebastian/exporter",
9122
-
"version": "6.3.2",
9123
-
"source": {
9124
-
"type": "git",
9125
-
"url": "https://github.com/sebastianbergmann/exporter.git",
9126
-
"reference": "70a298763b40b213ec087c51c739efcaa90bcd74"
9127
-
},
9128
-
"dist": {
9129
-
"type": "zip",
9130
-
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/70a298763b40b213ec087c51c739efcaa90bcd74",
9131
-
"reference": "70a298763b40b213ec087c51c739efcaa90bcd74",
9132
-
"shasum": ""
9133
-
},
9134
-
"require": {
9135
-
"ext-mbstring": "*",
9136
-
"php": ">=8.2",
9137
-
"sebastian/recursion-context": "^6.0"
9138
-
},
9139
-
"require-dev": {
9140
-
"phpunit/phpunit": "^11.3"
9141
-
},
9142
-
"type": "library",
9143
-
"extra": {
9144
-
"branch-alias": {
9145
-
"dev-main": "6.3-dev"
9146
-
}
9147
-
},
9148
-
"autoload": {
9149
-
"classmap": [
9150
-
"src/"
9151
-
]
9152
-
},
9153
-
"notification-url": "https://packagist.org/downloads/",
9154
-
"license": [
9155
-
"BSD-3-Clause"
9156
-
],
9157
-
"authors": [
9158
-
{
9159
-
"name": "Sebastian Bergmann",
9160
-
"email": "sebastian@phpunit.de"
9161
-
},
9162
-
{
9163
-
"name": "Jeff Welch",
9164
-
"email": "whatthejeff@gmail.com"
9165
-
},
9166
-
{
9167
-
"name": "Volker Dusch",
9168
-
"email": "github@wallbash.com"
9169
-
},
9170
-
{
9171
-
"name": "Adam Harvey",
9172
-
"email": "aharvey@php.net"
9173
-
},
9174
-
{
9175
-
"name": "Bernhard Schussek",
9176
-
"email": "bschussek@gmail.com"
9177
-
}
9178
-
],
9179
-
"description": "Provides the functionality to export PHP variables for visualization",
9180
-
"homepage": "https://www.github.com/sebastianbergmann/exporter",
9181
-
"keywords": [
9182
-
"export",
9183
-
"exporter"
9184
-
],
9185
-
"support": {
9186
-
"issues": "https://github.com/sebastianbergmann/exporter/issues",
9187
-
"security": "https://github.com/sebastianbergmann/exporter/security/policy",
9188
-
"source": "https://github.com/sebastianbergmann/exporter/tree/6.3.2"
9189
-
},
9190
-
"funding": [
9191
-
{
9192
-
"url": "https://github.com/sebastianbergmann",
9193
-
"type": "github"
9194
-
},
9195
-
{
9196
-
"url": "https://liberapay.com/sebastianbergmann",
9197
-
"type": "liberapay"
9198
-
},
9199
-
{
9200
-
"url": "https://thanks.dev/u/gh/sebastianbergmann",
9201
-
"type": "thanks_dev"
9202
-
},
9203
-
{
9204
-
"url": "https://tidelift.com/funding/github/packagist/sebastian/exporter",
9205
-
"type": "tidelift"
9206
-
}
9207
-
],
9208
-
"time": "2025-09-24T06:12:51+00:00"
9209
-
},
9210
-
{
9211
-
"name": "sebastian/global-state",
9212
-
"version": "7.0.2",
9213
-
"source": {
9214
-
"type": "git",
9215
-
"url": "https://github.com/sebastianbergmann/global-state.git",
9216
-
"reference": "3be331570a721f9a4b5917f4209773de17f747d7"
9217
-
},
9218
-
"dist": {
9219
-
"type": "zip",
9220
-
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/3be331570a721f9a4b5917f4209773de17f747d7",
9221
-
"reference": "3be331570a721f9a4b5917f4209773de17f747d7",
9222
-
"shasum": ""
9223
-
},
9224
-
"require": {
9225
-
"php": ">=8.2",
9226
-
"sebastian/object-reflector": "^4.0",
9227
-
"sebastian/recursion-context": "^6.0"
9228
-
},
9229
-
"require-dev": {
9230
-
"ext-dom": "*",
9231
-
"phpunit/phpunit": "^11.0"
9232
-
},
9233
-
"type": "library",
9234
-
"extra": {
9235
-
"branch-alias": {
9236
-
"dev-main": "7.0-dev"
9237
-
}
9238
-
},
9239
-
"autoload": {
9240
-
"classmap": [
9241
-
"src/"
9242
-
]
9243
-
},
9244
-
"notification-url": "https://packagist.org/downloads/",
9245
-
"license": [
9246
-
"BSD-3-Clause"
9247
-
],
9248
-
"authors": [
9249
-
{
9250
-
"name": "Sebastian Bergmann",
9251
-
"email": "sebastian@phpunit.de"
9252
-
}
9253
-
],
9254
-
"description": "Snapshotting of global state",
9255
-
"homepage": "https://www.github.com/sebastianbergmann/global-state",
9256
-
"keywords": [
9257
-
"global state"
9258
-
],
9259
-
"support": {
9260
-
"issues": "https://github.com/sebastianbergmann/global-state/issues",
9261
-
"security": "https://github.com/sebastianbergmann/global-state/security/policy",
9262
-
"source": "https://github.com/sebastianbergmann/global-state/tree/7.0.2"
9263
-
},
9264
-
"funding": [
9265
-
{
9266
-
"url": "https://github.com/sebastianbergmann",
9267
-
"type": "github"
9268
-
}
9269
-
],
9270
-
"time": "2024-07-03T04:57:36+00:00"
9271
-
},
9272
-
{
9273
-
"name": "sebastian/lines-of-code",
9274
-
"version": "3.0.1",
9275
-
"source": {
9276
-
"type": "git",
9277
-
"url": "https://github.com/sebastianbergmann/lines-of-code.git",
9278
-
"reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a"
9279
-
},
9280
-
"dist": {
9281
-
"type": "zip",
9282
-
"url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d36ad0d782e5756913e42ad87cb2890f4ffe467a",
9283
-
"reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a",
9284
-
"shasum": ""
9285
-
},
9286
-
"require": {
9287
-
"nikic/php-parser": "^5.0",
9288
-
"php": ">=8.2"
9289
-
},
9290
-
"require-dev": {
9291
-
"phpunit/phpunit": "^11.0"
9292
-
},
9293
-
"type": "library",
9294
-
"extra": {
9295
-
"branch-alias": {
9296
-
"dev-main": "3.0-dev"
9297
-
}
9298
-
},
9299
-
"autoload": {
9300
-
"classmap": [
9301
-
"src/"
9302
-
]
9303
-
},
9304
-
"notification-url": "https://packagist.org/downloads/",
9305
-
"license": [
9306
-
"BSD-3-Clause"
9307
-
],
9308
-
"authors": [
9309
-
{
9310
-
"name": "Sebastian Bergmann",
9311
-
"email": "sebastian@phpunit.de",
9312
-
"role": "lead"
9313
-
}
9314
-
],
9315
-
"description": "Library for counting the lines of code in PHP source code",
9316
-
"homepage": "https://github.com/sebastianbergmann/lines-of-code",
9317
-
"support": {
9318
-
"issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
9319
-
"security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
9320
-
"source": "https://github.com/sebastianbergmann/lines-of-code/tree/3.0.1"
9321
-
},
9322
-
"funding": [
9323
-
{
9324
-
"url": "https://github.com/sebastianbergmann",
9325
-
"type": "github"
9326
-
}
9327
-
],
9328
-
"time": "2024-07-03T04:58:38+00:00"
9329
-
},
9330
-
{
9331
-
"name": "sebastian/object-enumerator",
9332
-
"version": "6.0.1",
9333
-
"source": {
9334
-
"type": "git",
9335
-
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
9336
-
"reference": "f5b498e631a74204185071eb41f33f38d64608aa"
9337
-
},
9338
-
"dist": {
9339
-
"type": "zip",
9340
-
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f5b498e631a74204185071eb41f33f38d64608aa",
9341
-
"reference": "f5b498e631a74204185071eb41f33f38d64608aa",
9342
-
"shasum": ""
9343
-
},
9344
-
"require": {
9345
-
"php": ">=8.2",
9346
-
"sebastian/object-reflector": "^4.0",
9347
-
"sebastian/recursion-context": "^6.0"
9348
-
},
9349
-
"require-dev": {
9350
-
"phpunit/phpunit": "^11.0"
9351
-
},
9352
-
"type": "library",
9353
-
"extra": {
9354
-
"branch-alias": {
9355
-
"dev-main": "6.0-dev"
9356
-
}
9357
-
},
9358
-
"autoload": {
9359
-
"classmap": [
9360
-
"src/"
9361
-
]
9362
-
},
9363
-
"notification-url": "https://packagist.org/downloads/",
9364
-
"license": [
9365
-
"BSD-3-Clause"
9366
-
],
9367
-
"authors": [
9368
-
{
9369
-
"name": "Sebastian Bergmann",
9370
-
"email": "sebastian@phpunit.de"
9371
-
}
9372
-
],
9373
-
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
9374
-
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
9375
-
"support": {
9376
-
"issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
9377
-
"security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
9378
-
"source": "https://github.com/sebastianbergmann/object-enumerator/tree/6.0.1"
9379
-
},
9380
-
"funding": [
9381
-
{
9382
-
"url": "https://github.com/sebastianbergmann",
9383
-
"type": "github"
9384
-
}
9385
-
],
9386
-
"time": "2024-07-03T05:00:13+00:00"
9387
-
},
9388
-
{
9389
-
"name": "sebastian/object-reflector",
9390
-
"version": "4.0.1",
9391
-
"source": {
9392
-
"type": "git",
9393
-
"url": "https://github.com/sebastianbergmann/object-reflector.git",
9394
-
"reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9"
9395
-
},
9396
-
"dist": {
9397
-
"type": "zip",
9398
-
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/6e1a43b411b2ad34146dee7524cb13a068bb35f9",
9399
-
"reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9",
9400
-
"shasum": ""
9401
-
},
9402
-
"require": {
9403
-
"php": ">=8.2"
9404
-
},
9405
-
"require-dev": {
9406
-
"phpunit/phpunit": "^11.0"
9407
-
},
9408
-
"type": "library",
9409
-
"extra": {
9410
-
"branch-alias": {
9411
-
"dev-main": "4.0-dev"
9412
-
}
9413
-
},
9414
-
"autoload": {
9415
-
"classmap": [
9416
-
"src/"
9417
-
]
9418
-
},
9419
-
"notification-url": "https://packagist.org/downloads/",
9420
-
"license": [
9421
-
"BSD-3-Clause"
9422
-
],
9423
-
"authors": [
9424
-
{
9425
-
"name": "Sebastian Bergmann",
9426
-
"email": "sebastian@phpunit.de"
9427
-
}
9428
-
],
9429
-
"description": "Allows reflection of object attributes, including inherited and non-public ones",
9430
-
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
9431
-
"support": {
9432
-
"issues": "https://github.com/sebastianbergmann/object-reflector/issues",
9433
-
"security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
9434
-
"source": "https://github.com/sebastianbergmann/object-reflector/tree/4.0.1"
9435
-
},
9436
-
"funding": [
9437
-
{
9438
-
"url": "https://github.com/sebastianbergmann",
9439
-
"type": "github"
9440
-
}
9441
-
],
9442
-
"time": "2024-07-03T05:01:32+00:00"
9443
-
},
9444
-
{
9445
-
"name": "sebastian/recursion-context",
9446
-
"version": "6.0.3",
9447
-
"source": {
9448
-
"type": "git",
9449
-
"url": "https://github.com/sebastianbergmann/recursion-context.git",
9450
-
"reference": "f6458abbf32a6c8174f8f26261475dc133b3d9dc"
9451
-
},
9452
-
"dist": {
9453
-
"type": "zip",
9454
-
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/f6458abbf32a6c8174f8f26261475dc133b3d9dc",
9455
-
"reference": "f6458abbf32a6c8174f8f26261475dc133b3d9dc",
9456
-
"shasum": ""
9457
-
},
9458
-
"require": {
9459
-
"php": ">=8.2"
9460
-
},
9461
-
"require-dev": {
9462
-
"phpunit/phpunit": "^11.3"
9463
-
},
9464
-
"type": "library",
9465
-
"extra": {
9466
-
"branch-alias": {
9467
-
"dev-main": "6.0-dev"
9468
-
}
9469
-
},
9470
-
"autoload": {
9471
-
"classmap": [
9472
-
"src/"
9473
-
]
9474
-
},
9475
-
"notification-url": "https://packagist.org/downloads/",
9476
-
"license": [
9477
-
"BSD-3-Clause"
9478
-
],
9479
-
"authors": [
9480
-
{
9481
-
"name": "Sebastian Bergmann",
9482
-
"email": "sebastian@phpunit.de"
9483
-
},
9484
-
{
9485
-
"name": "Jeff Welch",
9486
-
"email": "whatthejeff@gmail.com"
9487
-
},
9488
-
{
9489
-
"name": "Adam Harvey",
9490
-
"email": "aharvey@php.net"
9491
-
}
9492
-
],
9493
-
"description": "Provides functionality to recursively process PHP variables",
9494
-
"homepage": "https://github.com/sebastianbergmann/recursion-context",
9495
-
"support": {
9496
-
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
9497
-
"security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
9498
-
"source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.3"
9499
-
},
9500
-
"funding": [
9501
-
{
9502
-
"url": "https://github.com/sebastianbergmann",
9503
-
"type": "github"
9504
-
},
9505
-
{
9506
-
"url": "https://liberapay.com/sebastianbergmann",
9507
-
"type": "liberapay"
9508
-
},
9509
-
{
9510
-
"url": "https://thanks.dev/u/gh/sebastianbergmann",
9511
-
"type": "thanks_dev"
9512
-
},
9513
-
{
9514
-
"url": "https://tidelift.com/funding/github/packagist/sebastian/recursion-context",
9515
-
"type": "tidelift"
9516
-
}
9517
-
],
9518
-
"time": "2025-08-13T04:42:22+00:00"
9519
-
},
9520
-
{
9521
-
"name": "sebastian/type",
9522
-
"version": "5.1.3",
9523
-
"source": {
9524
-
"type": "git",
9525
-
"url": "https://github.com/sebastianbergmann/type.git",
9526
-
"reference": "f77d2d4e78738c98d9a68d2596fe5e8fa380f449"
9527
-
},
9528
-
"dist": {
9529
-
"type": "zip",
9530
-
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/f77d2d4e78738c98d9a68d2596fe5e8fa380f449",
9531
-
"reference": "f77d2d4e78738c98d9a68d2596fe5e8fa380f449",
9532
-
"shasum": ""
9533
-
},
9534
-
"require": {
9535
-
"php": ">=8.2"
9536
-
},
9537
-
"require-dev": {
9538
-
"phpunit/phpunit": "^11.3"
9539
-
},
9540
-
"type": "library",
9541
-
"extra": {
9542
-
"branch-alias": {
9543
-
"dev-main": "5.1-dev"
9544
-
}
9545
-
},
9546
-
"autoload": {
9547
-
"classmap": [
9548
-
"src/"
9549
-
]
9550
-
},
9551
-
"notification-url": "https://packagist.org/downloads/",
9552
-
"license": [
9553
-
"BSD-3-Clause"
9554
-
],
9555
-
"authors": [
9556
-
{
9557
-
"name": "Sebastian Bergmann",
9558
-
"email": "sebastian@phpunit.de",
9559
-
"role": "lead"
9560
-
}
9561
-
],
9562
-
"description": "Collection of value objects that represent the types of the PHP type system",
9563
-
"homepage": "https://github.com/sebastianbergmann/type",
9564
-
"support": {
9565
-
"issues": "https://github.com/sebastianbergmann/type/issues",
9566
-
"security": "https://github.com/sebastianbergmann/type/security/policy",
9567
-
"source": "https://github.com/sebastianbergmann/type/tree/5.1.3"
9568
-
},
9569
-
"funding": [
9570
-
{
9571
-
"url": "https://github.com/sebastianbergmann",
9572
-
"type": "github"
9573
-
},
9574
-
{
9575
-
"url": "https://liberapay.com/sebastianbergmann",
9576
-
"type": "liberapay"
9577
-
},
9578
-
{
9579
-
"url": "https://thanks.dev/u/gh/sebastianbergmann",
9580
-
"type": "thanks_dev"
9581
-
},
9582
-
{
9583
-
"url": "https://tidelift.com/funding/github/packagist/sebastian/type",
9584
-
"type": "tidelift"
9585
-
}
9586
-
],
9587
-
"time": "2025-08-09T06:55:48+00:00"
9588
-
},
9589
-
{
9590
-
"name": "sebastian/version",
9591
-
"version": "5.0.2",
9592
-
"source": {
9593
-
"type": "git",
9594
-
"url": "https://github.com/sebastianbergmann/version.git",
9595
-
"reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874"
9596
-
},
9597
-
"dist": {
9598
-
"type": "zip",
9599
-
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c687e3387b99f5b03b6caa64c74b63e2936ff874",
9600
-
"reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874",
9601
-
"shasum": ""
9602
-
},
9603
-
"require": {
9604
-
"php": ">=8.2"
9605
-
},
9606
-
"type": "library",
9607
-
"extra": {
9608
-
"branch-alias": {
9609
-
"dev-main": "5.0-dev"
9610
-
}
9611
-
},
9612
-
"autoload": {
9613
-
"classmap": [
9614
-
"src/"
9615
-
]
9616
-
},
9617
-
"notification-url": "https://packagist.org/downloads/",
9618
-
"license": [
9619
-
"BSD-3-Clause"
9620
-
],
9621
-
"authors": [
9622
-
{
9623
-
"name": "Sebastian Bergmann",
9624
-
"email": "sebastian@phpunit.de",
9625
-
"role": "lead"
9626
-
}
9627
-
],
9628
-
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
9629
-
"homepage": "https://github.com/sebastianbergmann/version",
9630
-
"support": {
9631
-
"issues": "https://github.com/sebastianbergmann/version/issues",
9632
-
"security": "https://github.com/sebastianbergmann/version/security/policy",
9633
-
"source": "https://github.com/sebastianbergmann/version/tree/5.0.2"
9634
-
},
9635
-
"funding": [
9636
-
{
9637
-
"url": "https://github.com/sebastianbergmann",
9638
-
"type": "github"
9639
-
}
9640
-
],
9641
-
"time": "2024-10-09T05:16:32+00:00"
9642
-
},
9643
-
{
9644
-
"name": "staabm/side-effects-detector",
9645
-
"version": "1.0.5",
9646
-
"source": {
9647
-
"type": "git",
9648
-
"url": "https://github.com/staabm/side-effects-detector.git",
9649
-
"reference": "d8334211a140ce329c13726d4a715adbddd0a163"
9650
-
},
9651
-
"dist": {
9652
-
"type": "zip",
9653
-
"url": "https://api.github.com/repos/staabm/side-effects-detector/zipball/d8334211a140ce329c13726d4a715adbddd0a163",
9654
-
"reference": "d8334211a140ce329c13726d4a715adbddd0a163",
9655
-
"shasum": ""
9656
-
},
9657
-
"require": {
9658
-
"ext-tokenizer": "*",
9659
-
"php": "^7.4 || ^8.0"
9660
-
},
9661
-
"require-dev": {
9662
-
"phpstan/extension-installer": "^1.4.3",
9663
-
"phpstan/phpstan": "^1.12.6",
9664
-
"phpunit/phpunit": "^9.6.21",
9665
-
"symfony/var-dumper": "^5.4.43",
9666
-
"tomasvotruba/type-coverage": "1.0.0",
9667
-
"tomasvotruba/unused-public": "1.0.0"
9668
-
},
9669
-
"type": "library",
9670
-
"autoload": {
9671
-
"classmap": [
9672
-
"lib/"
9673
-
]
9674
-
},
9675
-
"notification-url": "https://packagist.org/downloads/",
9676
-
"license": [
9677
-
"MIT"
9678
-
],
9679
-
"description": "A static analysis tool to detect side effects in PHP code",
9680
-
"keywords": [
9681
-
"static analysis"
9682
-
],
9683
-
"support": {
9684
-
"issues": "https://github.com/staabm/side-effects-detector/issues",
9685
-
"source": "https://github.com/staabm/side-effects-detector/tree/1.0.5"
9686
-
},
9687
-
"funding": [
9688
-
{
9689
-
"url": "https://github.com/staabm",
9690
-
"type": "github"
9691
-
}
9692
-
],
9693
-
"time": "2024-10-20T05:08:20+00:00"
9694
-
},
9695
-
{
9696
-
"name": "symfony/polyfill-php84",
9697
-
"version": "v1.33.0",
9698
-
"source": {
9699
-
"type": "git",
9700
-
"url": "https://github.com/symfony/polyfill-php84.git",
9701
-
"reference": "d8ced4d875142b6a7426000426b8abc631d6b191"
9702
-
},
9703
-
"dist": {
9704
-
"type": "zip",
9705
-
"url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/d8ced4d875142b6a7426000426b8abc631d6b191",
9706
-
"reference": "d8ced4d875142b6a7426000426b8abc631d6b191",
9707
-
"shasum": ""
9708
-
},
9709
-
"require": {
9710
-
"php": ">=7.2"
9711
-
},
9712
-
"type": "library",
9713
-
"extra": {
9714
-
"thanks": {
9715
-
"url": "https://github.com/symfony/polyfill",
9716
-
"name": "symfony/polyfill"
9717
-
}
9718
-
},
9719
-
"autoload": {
9720
-
"files": [
9721
-
"bootstrap.php"
9722
-
],
9723
-
"psr-4": {
9724
-
"Symfony\\Polyfill\\Php84\\": ""
9725
-
},
9726
-
"classmap": [
9727
-
"Resources/stubs"
9728
-
]
9729
-
},
9730
-
"notification-url": "https://packagist.org/downloads/",
9731
-
"license": [
9732
-
"MIT"
9733
-
],
9734
-
"authors": [
9735
-
{
9736
-
"name": "Nicolas Grekas",
9737
-
"email": "p@tchwork.com"
9738
-
},
9739
-
{
9740
-
"name": "Symfony Community",
9741
-
"homepage": "https://symfony.com/contributors"
9742
-
}
9743
-
],
9744
-
"description": "Symfony polyfill backporting some PHP 8.4+ features to lower PHP versions",
9745
-
"homepage": "https://symfony.com",
9746
-
"keywords": [
9747
-
"compatibility",
9748
-
"polyfill",
9749
-
"portable",
9750
-
"shim"
9751
-
],
9752
-
"support": {
9753
-
"source": "https://github.com/symfony/polyfill-php84/tree/v1.33.0"
9754
-
},
9755
-
"funding": [
9756
-
{
9757
-
"url": "https://symfony.com/sponsor",
9758
-
"type": "custom"
9759
-
},
9760
-
{
9761
-
"url": "https://github.com/fabpot",
9762
-
"type": "github"
9763
-
},
9764
-
{
9765
-
"url": "https://github.com/nicolas-grekas",
9766
-
"type": "github"
9767
-
},
9768
-
{
9769
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9770
-
"type": "tidelift"
9771
-
}
9772
-
],
9773
-
"time": "2025-06-24T13:30:11+00:00"
9774
-
},
9775
-
{
9776
-
"name": "symfony/yaml",
9777
-
"version": "v7.3.5",
9778
-
"source": {
9779
-
"type": "git",
9780
-
"url": "https://github.com/symfony/yaml.git",
9781
-
"reference": "90208e2fc6f68f613eae7ca25a2458a931b1bacc"
9782
-
},
9783
-
"dist": {
9784
-
"type": "zip",
9785
-
"url": "https://api.github.com/repos/symfony/yaml/zipball/90208e2fc6f68f613eae7ca25a2458a931b1bacc",
9786
-
"reference": "90208e2fc6f68f613eae7ca25a2458a931b1bacc",
9787
-
"shasum": ""
9788
-
},
9789
-
"require": {
9790
-
"php": ">=8.2",
9791
-
"symfony/deprecation-contracts": "^2.5|^3.0",
9792
-
"symfony/polyfill-ctype": "^1.8"
9793
-
},
9794
-
"conflict": {
9795
-
"symfony/console": "<6.4"
9796
-
},
9797
-
"require-dev": {
9798
-
"symfony/console": "^6.4|^7.0"
9799
-
},
9800
-
"bin": [
9801
-
"Resources/bin/yaml-lint"
9802
-
],
9803
-
"type": "library",
9804
-
"autoload": {
9805
-
"psr-4": {
9806
-
"Symfony\\Component\\Yaml\\": ""
9807
-
},
9808
-
"exclude-from-classmap": [
9809
-
"/Tests/"
9810
-
]
9811
-
},
9812
-
"notification-url": "https://packagist.org/downloads/",
9813
-
"license": [
9814
-
"MIT"
9815
-
],
9816
-
"authors": [
9817
-
{
9818
-
"name": "Fabien Potencier",
9819
-
"email": "fabien@symfony.com"
9820
-
},
9821
-
{
9822
-
"name": "Symfony Community",
9823
-
"homepage": "https://symfony.com/contributors"
9824
-
}
9825
-
],
9826
-
"description": "Loads and dumps YAML files",
9827
-
"homepage": "https://symfony.com",
9828
-
"support": {
9829
-
"source": "https://github.com/symfony/yaml/tree/v7.3.5"
9830
-
},
9831
-
"funding": [
9832
-
{
9833
-
"url": "https://symfony.com/sponsor",
9834
-
"type": "custom"
9835
-
},
9836
-
{
9837
-
"url": "https://github.com/fabpot",
9838
-
"type": "github"
9839
-
},
9840
-
{
9841
-
"url": "https://github.com/nicolas-grekas",
9842
-
"type": "github"
9843
-
},
9844
-
{
9845
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9846
-
"type": "tidelift"
9847
-
}
9848
-
],
9849
-
"time": "2025-09-27T09:00:46+00:00"
9850
-
},
9851
-
{
9852
-
"name": "theseer/tokenizer",
9853
-
"version": "1.2.3",
9854
-
"source": {
9855
-
"type": "git",
9856
-
"url": "https://github.com/theseer/tokenizer.git",
9857
-
"reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
9858
-
},
9859
-
"dist": {
9860
-
"type": "zip",
9861
-
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
9862
-
"reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
9863
-
"shasum": ""
9864
-
},
9865
-
"require": {
9866
-
"ext-dom": "*",
9867
-
"ext-tokenizer": "*",
9868
-
"ext-xmlwriter": "*",
9869
-
"php": "^7.2 || ^8.0"
9870
-
},
9871
-
"type": "library",
9872
-
"autoload": {
9873
-
"classmap": [
9874
-
"src/"
9875
-
]
9876
-
},
9877
-
"notification-url": "https://packagist.org/downloads/",
9878
-
"license": [
9879
-
"BSD-3-Clause"
9880
-
],
9881
-
"authors": [
9882
-
{
9883
-
"name": "Arne Blankerts",
9884
-
"email": "arne@blankerts.de",
9885
-
"role": "Developer"
9886
-
}
9887
-
],
9888
-
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
9889
-
"support": {
9890
-
"issues": "https://github.com/theseer/tokenizer/issues",
9891
-
"source": "https://github.com/theseer/tokenizer/tree/1.2.3"
9892
-
},
9893
-
"funding": [
9894
-
{
9895
-
"url": "https://github.com/theseer",
9896
-
"type": "github"
9897
-
}
9898
-
],
9899
-
"time": "2024-03-03T12:36:25+00:00"
9900
-
}
9901
-
],
9902
-
"aliases": [],
9903
-
"minimum-stability": "stable",
9904
-
"stability-flags": {},
9905
-
"prefer-stable": false,
9906
-
"prefer-lowest": false,
9907
-
"platform": {
9908
-
"php": "^8.2"
9909
-
},
9910
-
"platform-dev": {},
9911
-
"plugin-api-version": "2.6.0"
9912
-
}