dependabot-composer 0.320.1 → 0.321.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2649 +0,0 @@
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": "cb189da462014c1f403cc6be9944f423",
8
- "packages": [
9
- {
10
- "name": "composer/ca-bundle",
11
- "version": "1.5.5",
12
- "source": {
13
- "type": "git",
14
- "url": "https://github.com/composer/ca-bundle.git",
15
- "reference": "08c50d5ec4c6ced7d0271d2862dec8c1033283e6"
16
- },
17
- "dist": {
18
- "type": "zip",
19
- "url": "https://api.github.com/repos/composer/ca-bundle/zipball/08c50d5ec4c6ced7d0271d2862dec8c1033283e6",
20
- "reference": "08c50d5ec4c6ced7d0271d2862dec8c1033283e6",
21
- "shasum": ""
22
- },
23
- "require": {
24
- "ext-openssl": "*",
25
- "ext-pcre": "*",
26
- "php": "^7.2 || ^8.0"
27
- },
28
- "require-dev": {
29
- "phpstan/phpstan": "^1.10",
30
- "phpunit/phpunit": "^8 || ^9",
31
- "psr/log": "^1.0 || ^2.0 || ^3.0",
32
- "symfony/process": "^4.0 || ^5.0 || ^6.0 || ^7.0"
33
- },
34
- "type": "library",
35
- "extra": {
36
- "branch-alias": {
37
- "dev-main": "1.x-dev"
38
- }
39
- },
40
- "autoload": {
41
- "psr-4": {
42
- "Composer\\CaBundle\\": "src"
43
- }
44
- },
45
- "notification-url": "https://packagist.org/downloads/",
46
- "license": [
47
- "MIT"
48
- ],
49
- "authors": [
50
- {
51
- "name": "Jordi Boggiano",
52
- "email": "j.boggiano@seld.be",
53
- "homepage": "http://seld.be"
54
- }
55
- ],
56
- "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
57
- "keywords": [
58
- "cabundle",
59
- "cacert",
60
- "certificate",
61
- "ssl",
62
- "tls"
63
- ],
64
- "support": {
65
- "irc": "irc://irc.freenode.org/composer",
66
- "issues": "https://github.com/composer/ca-bundle/issues",
67
- "source": "https://github.com/composer/ca-bundle/tree/1.5.5"
68
- },
69
- "funding": [
70
- {
71
- "url": "https://packagist.com",
72
- "type": "custom"
73
- },
74
- {
75
- "url": "https://github.com/composer",
76
- "type": "github"
77
- },
78
- {
79
- "url": "https://tidelift.com/funding/github/packagist/composer/composer",
80
- "type": "tidelift"
81
- }
82
- ],
83
- "time": "2025-01-08T16:17:16+00:00"
84
- },
85
- {
86
- "name": "composer/composer",
87
- "version": "1.10.27",
88
- "source": {
89
- "type": "git",
90
- "url": "https://github.com/composer/composer.git",
91
- "reference": "f8f49191eec76f039b466aa1f161406fe43aff50"
92
- },
93
- "dist": {
94
- "type": "zip",
95
- "url": "https://api.github.com/repos/composer/composer/zipball/f8f49191eec76f039b466aa1f161406fe43aff50",
96
- "reference": "f8f49191eec76f039b466aa1f161406fe43aff50",
97
- "shasum": ""
98
- },
99
- "require": {
100
- "composer/ca-bundle": "^1.0",
101
- "composer/semver": "^1.0",
102
- "composer/spdx-licenses": "^1.2",
103
- "composer/xdebug-handler": "^1.1",
104
- "justinrainbow/json-schema": "^5.2.10",
105
- "php": "^5.3.2 || ^7.0 || ^8.0",
106
- "psr/log": "^1.0",
107
- "seld/jsonlint": "^1.4",
108
- "seld/phar-utils": "^1.0",
109
- "symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0",
110
- "symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0",
111
- "symfony/finder": "^2.7 || ^3.0 || ^4.0 || ^5.0",
112
- "symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0"
113
- },
114
- "conflict": {
115
- "symfony/console": "2.8.38"
116
- },
117
- "require-dev": {
118
- "phpspec/prophecy": "^1.10",
119
- "symfony/phpunit-bridge": "^4.2"
120
- },
121
- "suggest": {
122
- "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
123
- "ext-zip": "Enabling the zip extension allows you to unzip archives",
124
- "ext-zlib": "Allow gzip compression of HTTP requests"
125
- },
126
- "bin": [
127
- "bin/composer"
128
- ],
129
- "type": "library",
130
- "extra": {
131
- "branch-alias": {
132
- "dev-master": "1.10-dev"
133
- }
134
- },
135
- "autoload": {
136
- "psr-4": {
137
- "Composer\\": "src/Composer"
138
- }
139
- },
140
- "notification-url": "https://packagist.org/downloads/",
141
- "license": [
142
- "MIT"
143
- ],
144
- "authors": [
145
- {
146
- "name": "Nils Adermann",
147
- "email": "naderman@naderman.de",
148
- "homepage": "http://www.naderman.de"
149
- },
150
- {
151
- "name": "Jordi Boggiano",
152
- "email": "j.boggiano@seld.be",
153
- "homepage": "http://seld.be"
154
- }
155
- ],
156
- "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
157
- "homepage": "https://getcomposer.org/",
158
- "keywords": [
159
- "autoload",
160
- "dependency",
161
- "package"
162
- ],
163
- "support": {
164
- "irc": "irc://irc.freenode.org/composer",
165
- "issues": "https://github.com/composer/composer/issues",
166
- "source": "https://github.com/composer/composer/tree/1.10.27"
167
- },
168
- "funding": [
169
- {
170
- "url": "https://packagist.com",
171
- "type": "custom"
172
- },
173
- {
174
- "url": "https://github.com/composer",
175
- "type": "github"
176
- },
177
- {
178
- "url": "https://tidelift.com/funding/github/packagist/composer/composer",
179
- "type": "tidelift"
180
- }
181
- ],
182
- "time": "2023-09-29T08:50:23+00:00"
183
- },
184
- {
185
- "name": "composer/semver",
186
- "version": "1.7.2",
187
- "source": {
188
- "type": "git",
189
- "url": "https://github.com/composer/semver.git",
190
- "reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a"
191
- },
192
- "dist": {
193
- "type": "zip",
194
- "url": "https://api.github.com/repos/composer/semver/zipball/647490bbcaf7fc4891c58f47b825eb99d19c377a",
195
- "reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a",
196
- "shasum": ""
197
- },
198
- "require": {
199
- "php": "^5.3.2 || ^7.0 || ^8.0"
200
- },
201
- "require-dev": {
202
- "phpunit/phpunit": "^4.5 || ^5.0.5"
203
- },
204
- "type": "library",
205
- "extra": {
206
- "branch-alias": {
207
- "dev-master": "1.x-dev"
208
- }
209
- },
210
- "autoload": {
211
- "psr-4": {
212
- "Composer\\Semver\\": "src"
213
- }
214
- },
215
- "notification-url": "https://packagist.org/downloads/",
216
- "license": [
217
- "MIT"
218
- ],
219
- "authors": [
220
- {
221
- "name": "Nils Adermann",
222
- "email": "naderman@naderman.de",
223
- "homepage": "http://www.naderman.de"
224
- },
225
- {
226
- "name": "Jordi Boggiano",
227
- "email": "j.boggiano@seld.be",
228
- "homepage": "http://seld.be"
229
- },
230
- {
231
- "name": "Rob Bast",
232
- "email": "rob.bast@gmail.com",
233
- "homepage": "http://robbast.nl"
234
- }
235
- ],
236
- "description": "Semver library that offers utilities, version constraint parsing and validation.",
237
- "keywords": [
238
- "semantic",
239
- "semver",
240
- "validation",
241
- "versioning"
242
- ],
243
- "support": {
244
- "irc": "irc://irc.freenode.org/composer",
245
- "issues": "https://github.com/composer/semver/issues",
246
- "source": "https://github.com/composer/semver/tree/1.7.2"
247
- },
248
- "funding": [
249
- {
250
- "url": "https://packagist.com",
251
- "type": "custom"
252
- },
253
- {
254
- "url": "https://github.com/composer",
255
- "type": "github"
256
- },
257
- {
258
- "url": "https://tidelift.com/funding/github/packagist/composer/composer",
259
- "type": "tidelift"
260
- }
261
- ],
262
- "time": "2020-12-03T15:47:16+00:00"
263
- },
264
- {
265
- "name": "composer/spdx-licenses",
266
- "version": "1.5.8",
267
- "source": {
268
- "type": "git",
269
- "url": "https://github.com/composer/spdx-licenses.git",
270
- "reference": "560bdcf8deb88ae5d611c80a2de8ea9d0358cc0a"
271
- },
272
- "dist": {
273
- "type": "zip",
274
- "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/560bdcf8deb88ae5d611c80a2de8ea9d0358cc0a",
275
- "reference": "560bdcf8deb88ae5d611c80a2de8ea9d0358cc0a",
276
- "shasum": ""
277
- },
278
- "require": {
279
- "php": "^5.3.2 || ^7.0 || ^8.0"
280
- },
281
- "require-dev": {
282
- "phpstan/phpstan": "^0.12.55",
283
- "symfony/phpunit-bridge": "^4.2 || ^5"
284
- },
285
- "type": "library",
286
- "extra": {
287
- "branch-alias": {
288
- "dev-main": "1.x-dev"
289
- }
290
- },
291
- "autoload": {
292
- "psr-4": {
293
- "Composer\\Spdx\\": "src"
294
- }
295
- },
296
- "notification-url": "https://packagist.org/downloads/",
297
- "license": [
298
- "MIT"
299
- ],
300
- "authors": [
301
- {
302
- "name": "Nils Adermann",
303
- "email": "naderman@naderman.de",
304
- "homepage": "http://www.naderman.de"
305
- },
306
- {
307
- "name": "Jordi Boggiano",
308
- "email": "j.boggiano@seld.be",
309
- "homepage": "http://seld.be"
310
- },
311
- {
312
- "name": "Rob Bast",
313
- "email": "rob.bast@gmail.com",
314
- "homepage": "http://robbast.nl"
315
- }
316
- ],
317
- "description": "SPDX licenses list and validation library.",
318
- "keywords": [
319
- "license",
320
- "spdx",
321
- "validator"
322
- ],
323
- "support": {
324
- "irc": "ircs://irc.libera.chat:6697/composer",
325
- "issues": "https://github.com/composer/spdx-licenses/issues",
326
- "source": "https://github.com/composer/spdx-licenses/tree/1.5.8"
327
- },
328
- "funding": [
329
- {
330
- "url": "https://packagist.com",
331
- "type": "custom"
332
- },
333
- {
334
- "url": "https://github.com/composer",
335
- "type": "github"
336
- },
337
- {
338
- "url": "https://tidelift.com/funding/github/packagist/composer/composer",
339
- "type": "tidelift"
340
- }
341
- ],
342
- "time": "2023-11-20T07:44:33+00:00"
343
- },
344
- {
345
- "name": "composer/xdebug-handler",
346
- "version": "1.4.6",
347
- "source": {
348
- "type": "git",
349
- "url": "https://github.com/composer/xdebug-handler.git",
350
- "reference": "f27e06cd9675801df441b3656569b328e04aa37c"
351
- },
352
- "dist": {
353
- "type": "zip",
354
- "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f27e06cd9675801df441b3656569b328e04aa37c",
355
- "reference": "f27e06cd9675801df441b3656569b328e04aa37c",
356
- "shasum": ""
357
- },
358
- "require": {
359
- "php": "^5.3.2 || ^7.0 || ^8.0",
360
- "psr/log": "^1.0"
361
- },
362
- "require-dev": {
363
- "phpstan/phpstan": "^0.12.55",
364
- "symfony/phpunit-bridge": "^4.2 || ^5"
365
- },
366
- "type": "library",
367
- "autoload": {
368
- "psr-4": {
369
- "Composer\\XdebugHandler\\": "src"
370
- }
371
- },
372
- "notification-url": "https://packagist.org/downloads/",
373
- "license": [
374
- "MIT"
375
- ],
376
- "authors": [
377
- {
378
- "name": "John Stevenson",
379
- "email": "john-stevenson@blueyonder.co.uk"
380
- }
381
- ],
382
- "description": "Restarts a process without Xdebug.",
383
- "keywords": [
384
- "Xdebug",
385
- "performance"
386
- ],
387
- "support": {
388
- "irc": "irc://irc.freenode.org/composer",
389
- "issues": "https://github.com/composer/xdebug-handler/issues",
390
- "source": "https://github.com/composer/xdebug-handler/tree/1.4.6"
391
- },
392
- "funding": [
393
- {
394
- "url": "https://packagist.com",
395
- "type": "custom"
396
- },
397
- {
398
- "url": "https://github.com/composer",
399
- "type": "github"
400
- },
401
- {
402
- "url": "https://tidelift.com/funding/github/packagist/composer/composer",
403
- "type": "tidelift"
404
- }
405
- ],
406
- "time": "2021-03-25T17:01:18+00:00"
407
- },
408
- {
409
- "name": "justinrainbow/json-schema",
410
- "version": "5.3.0",
411
- "source": {
412
- "type": "git",
413
- "url": "https://github.com/jsonrainbow/json-schema.git",
414
- "reference": "feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8"
415
- },
416
- "dist": {
417
- "type": "zip",
418
- "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8",
419
- "reference": "feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8",
420
- "shasum": ""
421
- },
422
- "require": {
423
- "php": ">=7.1"
424
- },
425
- "require-dev": {
426
- "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
427
- "json-schema/json-schema-test-suite": "1.2.0",
428
- "phpunit/phpunit": "^4.8.35"
429
- },
430
- "bin": [
431
- "bin/validate-json"
432
- ],
433
- "type": "library",
434
- "autoload": {
435
- "psr-4": {
436
- "JsonSchema\\": "src/JsonSchema/"
437
- }
438
- },
439
- "notification-url": "https://packagist.org/downloads/",
440
- "license": [
441
- "MIT"
442
- ],
443
- "authors": [
444
- {
445
- "name": "Bruno Prieto Reis",
446
- "email": "bruno.p.reis@gmail.com"
447
- },
448
- {
449
- "name": "Justin Rainbow",
450
- "email": "justin.rainbow@gmail.com"
451
- },
452
- {
453
- "name": "Igor Wiedler",
454
- "email": "igor@wiedler.ch"
455
- },
456
- {
457
- "name": "Robert Schönthal",
458
- "email": "seroscho@googlemail.com"
459
- }
460
- ],
461
- "description": "A library to validate a json schema.",
462
- "homepage": "https://github.com/justinrainbow/json-schema",
463
- "keywords": [
464
- "json",
465
- "schema"
466
- ],
467
- "support": {
468
- "issues": "https://github.com/jsonrainbow/json-schema/issues",
469
- "source": "https://github.com/jsonrainbow/json-schema/tree/5.3.0"
470
- },
471
- "time": "2024-07-06T21:00:26+00:00"
472
- },
473
- {
474
- "name": "psr/container",
475
- "version": "2.0.2",
476
- "source": {
477
- "type": "git",
478
- "url": "https://github.com/php-fig/container.git",
479
- "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
480
- },
481
- "dist": {
482
- "type": "zip",
483
- "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
484
- "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
485
- "shasum": ""
486
- },
487
- "require": {
488
- "php": ">=7.4.0"
489
- },
490
- "type": "library",
491
- "extra": {
492
- "branch-alias": {
493
- "dev-master": "2.0.x-dev"
494
- }
495
- },
496
- "autoload": {
497
- "psr-4": {
498
- "Psr\\Container\\": "src/"
499
- }
500
- },
501
- "notification-url": "https://packagist.org/downloads/",
502
- "license": [
503
- "MIT"
504
- ],
505
- "authors": [
506
- {
507
- "name": "PHP-FIG",
508
- "homepage": "https://www.php-fig.org/"
509
- }
510
- ],
511
- "description": "Common Container Interface (PHP FIG PSR-11)",
512
- "homepage": "https://github.com/php-fig/container",
513
- "keywords": [
514
- "PSR-11",
515
- "container",
516
- "container-interface",
517
- "container-interop",
518
- "psr"
519
- ],
520
- "support": {
521
- "issues": "https://github.com/php-fig/container/issues",
522
- "source": "https://github.com/php-fig/container/tree/2.0.2"
523
- },
524
- "time": "2021-11-05T16:47:00+00:00"
525
- },
526
- {
527
- "name": "psr/log",
528
- "version": "1.1.4",
529
- "source": {
530
- "type": "git",
531
- "url": "https://github.com/php-fig/log.git",
532
- "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
533
- },
534
- "dist": {
535
- "type": "zip",
536
- "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
537
- "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
538
- "shasum": ""
539
- },
540
- "require": {
541
- "php": ">=5.3.0"
542
- },
543
- "type": "library",
544
- "extra": {
545
- "branch-alias": {
546
- "dev-master": "1.1.x-dev"
547
- }
548
- },
549
- "autoload": {
550
- "psr-4": {
551
- "Psr\\Log\\": "Psr/Log/"
552
- }
553
- },
554
- "notification-url": "https://packagist.org/downloads/",
555
- "license": [
556
- "MIT"
557
- ],
558
- "authors": [
559
- {
560
- "name": "PHP-FIG",
561
- "homepage": "https://www.php-fig.org/"
562
- }
563
- ],
564
- "description": "Common interface for logging libraries",
565
- "homepage": "https://github.com/php-fig/log",
566
- "keywords": [
567
- "log",
568
- "psr",
569
- "psr-3"
570
- ],
571
- "support": {
572
- "source": "https://github.com/php-fig/log/tree/1.1.4"
573
- },
574
- "time": "2021-05-03T11:20:27+00:00"
575
- },
576
- {
577
- "name": "seld/jsonlint",
578
- "version": "1.11.0",
579
- "source": {
580
- "type": "git",
581
- "url": "https://github.com/Seldaek/jsonlint.git",
582
- "reference": "1748aaf847fc731cfad7725aec413ee46f0cc3a2"
583
- },
584
- "dist": {
585
- "type": "zip",
586
- "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/1748aaf847fc731cfad7725aec413ee46f0cc3a2",
587
- "reference": "1748aaf847fc731cfad7725aec413ee46f0cc3a2",
588
- "shasum": ""
589
- },
590
- "require": {
591
- "php": "^5.3 || ^7.0 || ^8.0"
592
- },
593
- "require-dev": {
594
- "phpstan/phpstan": "^1.11",
595
- "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^8.5.13"
596
- },
597
- "bin": [
598
- "bin/jsonlint"
599
- ],
600
- "type": "library",
601
- "autoload": {
602
- "psr-4": {
603
- "Seld\\JsonLint\\": "src/Seld/JsonLint/"
604
- }
605
- },
606
- "notification-url": "https://packagist.org/downloads/",
607
- "license": [
608
- "MIT"
609
- ],
610
- "authors": [
611
- {
612
- "name": "Jordi Boggiano",
613
- "email": "j.boggiano@seld.be",
614
- "homepage": "https://seld.be"
615
- }
616
- ],
617
- "description": "JSON Linter",
618
- "keywords": [
619
- "json",
620
- "linter",
621
- "parser",
622
- "validator"
623
- ],
624
- "support": {
625
- "issues": "https://github.com/Seldaek/jsonlint/issues",
626
- "source": "https://github.com/Seldaek/jsonlint/tree/1.11.0"
627
- },
628
- "funding": [
629
- {
630
- "url": "https://github.com/Seldaek",
631
- "type": "github"
632
- },
633
- {
634
- "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
635
- "type": "tidelift"
636
- }
637
- ],
638
- "time": "2024-07-11T14:55:45+00:00"
639
- },
640
- {
641
- "name": "seld/phar-utils",
642
- "version": "1.2.1",
643
- "source": {
644
- "type": "git",
645
- "url": "https://github.com/Seldaek/phar-utils.git",
646
- "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c"
647
- },
648
- "dist": {
649
- "type": "zip",
650
- "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/ea2f4014f163c1be4c601b9b7bd6af81ba8d701c",
651
- "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c",
652
- "shasum": ""
653
- },
654
- "require": {
655
- "php": ">=5.3"
656
- },
657
- "type": "library",
658
- "extra": {
659
- "branch-alias": {
660
- "dev-master": "1.x-dev"
661
- }
662
- },
663
- "autoload": {
664
- "psr-4": {
665
- "Seld\\PharUtils\\": "src/"
666
- }
667
- },
668
- "notification-url": "https://packagist.org/downloads/",
669
- "license": [
670
- "MIT"
671
- ],
672
- "authors": [
673
- {
674
- "name": "Jordi Boggiano",
675
- "email": "j.boggiano@seld.be"
676
- }
677
- ],
678
- "description": "PHAR file format utilities, for when PHP phars you up",
679
- "keywords": [
680
- "phar"
681
- ],
682
- "support": {
683
- "issues": "https://github.com/Seldaek/phar-utils/issues",
684
- "source": "https://github.com/Seldaek/phar-utils/tree/1.2.1"
685
- },
686
- "time": "2022-08-31T10:31:18+00:00"
687
- },
688
- {
689
- "name": "symfony/console",
690
- "version": "v5.4.47",
691
- "source": {
692
- "type": "git",
693
- "url": "https://github.com/symfony/console.git",
694
- "reference": "c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed"
695
- },
696
- "dist": {
697
- "type": "zip",
698
- "url": "https://api.github.com/repos/symfony/console/zipball/c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed",
699
- "reference": "c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed",
700
- "shasum": ""
701
- },
702
- "require": {
703
- "php": ">=7.2.5",
704
- "symfony/deprecation-contracts": "^2.1|^3",
705
- "symfony/polyfill-mbstring": "~1.0",
706
- "symfony/polyfill-php73": "^1.9",
707
- "symfony/polyfill-php80": "^1.16",
708
- "symfony/service-contracts": "^1.1|^2|^3",
709
- "symfony/string": "^5.1|^6.0"
710
- },
711
- "conflict": {
712
- "psr/log": ">=3",
713
- "symfony/dependency-injection": "<4.4",
714
- "symfony/dotenv": "<5.1",
715
- "symfony/event-dispatcher": "<4.4",
716
- "symfony/lock": "<4.4",
717
- "symfony/process": "<4.4"
718
- },
719
- "provide": {
720
- "psr/log-implementation": "1.0|2.0"
721
- },
722
- "require-dev": {
723
- "psr/log": "^1|^2",
724
- "symfony/config": "^4.4|^5.0|^6.0",
725
- "symfony/dependency-injection": "^4.4|^5.0|^6.0",
726
- "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
727
- "symfony/lock": "^4.4|^5.0|^6.0",
728
- "symfony/process": "^4.4|^5.0|^6.0",
729
- "symfony/var-dumper": "^4.4|^5.0|^6.0"
730
- },
731
- "suggest": {
732
- "psr/log": "For using the console logger",
733
- "symfony/event-dispatcher": "",
734
- "symfony/lock": "",
735
- "symfony/process": ""
736
- },
737
- "type": "library",
738
- "autoload": {
739
- "psr-4": {
740
- "Symfony\\Component\\Console\\": ""
741
- },
742
- "exclude-from-classmap": [
743
- "/Tests/"
744
- ]
745
- },
746
- "notification-url": "https://packagist.org/downloads/",
747
- "license": [
748
- "MIT"
749
- ],
750
- "authors": [
751
- {
752
- "name": "Fabien Potencier",
753
- "email": "fabien@symfony.com"
754
- },
755
- {
756
- "name": "Symfony Community",
757
- "homepage": "https://symfony.com/contributors"
758
- }
759
- ],
760
- "description": "Eases the creation of beautiful and testable command line interfaces",
761
- "homepage": "https://symfony.com",
762
- "keywords": [
763
- "cli",
764
- "command-line",
765
- "console",
766
- "terminal"
767
- ],
768
- "support": {
769
- "source": "https://github.com/symfony/console/tree/v5.4.47"
770
- },
771
- "funding": [
772
- {
773
- "url": "https://symfony.com/sponsor",
774
- "type": "custom"
775
- },
776
- {
777
- "url": "https://github.com/fabpot",
778
- "type": "github"
779
- },
780
- {
781
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
782
- "type": "tidelift"
783
- }
784
- ],
785
- "time": "2024-11-06T11:30:55+00:00"
786
- },
787
- {
788
- "name": "symfony/deprecation-contracts",
789
- "version": "v3.5.1",
790
- "source": {
791
- "type": "git",
792
- "url": "https://github.com/symfony/deprecation-contracts.git",
793
- "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6"
794
- },
795
- "dist": {
796
- "type": "zip",
797
- "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
798
- "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
799
- "shasum": ""
800
- },
801
- "require": {
802
- "php": ">=8.1"
803
- },
804
- "type": "library",
805
- "extra": {
806
- "thanks": {
807
- "url": "https://github.com/symfony/contracts",
808
- "name": "symfony/contracts"
809
- },
810
- "branch-alias": {
811
- "dev-main": "3.5-dev"
812
- }
813
- },
814
- "autoload": {
815
- "files": [
816
- "function.php"
817
- ]
818
- },
819
- "notification-url": "https://packagist.org/downloads/",
820
- "license": [
821
- "MIT"
822
- ],
823
- "authors": [
824
- {
825
- "name": "Nicolas Grekas",
826
- "email": "p@tchwork.com"
827
- },
828
- {
829
- "name": "Symfony Community",
830
- "homepage": "https://symfony.com/contributors"
831
- }
832
- ],
833
- "description": "A generic function and convention to trigger deprecation notices",
834
- "homepage": "https://symfony.com",
835
- "support": {
836
- "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1"
837
- },
838
- "funding": [
839
- {
840
- "url": "https://symfony.com/sponsor",
841
- "type": "custom"
842
- },
843
- {
844
- "url": "https://github.com/fabpot",
845
- "type": "github"
846
- },
847
- {
848
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
849
- "type": "tidelift"
850
- }
851
- ],
852
- "time": "2024-09-25T14:20:29+00:00"
853
- },
854
- {
855
- "name": "symfony/filesystem",
856
- "version": "v5.4.45",
857
- "source": {
858
- "type": "git",
859
- "url": "https://github.com/symfony/filesystem.git",
860
- "reference": "57c8294ed37d4a055b77057827c67f9558c95c54"
861
- },
862
- "dist": {
863
- "type": "zip",
864
- "url": "https://api.github.com/repos/symfony/filesystem/zipball/57c8294ed37d4a055b77057827c67f9558c95c54",
865
- "reference": "57c8294ed37d4a055b77057827c67f9558c95c54",
866
- "shasum": ""
867
- },
868
- "require": {
869
- "php": ">=7.2.5",
870
- "symfony/polyfill-ctype": "~1.8",
871
- "symfony/polyfill-mbstring": "~1.8",
872
- "symfony/polyfill-php80": "^1.16"
873
- },
874
- "require-dev": {
875
- "symfony/process": "^5.4|^6.4"
876
- },
877
- "type": "library",
878
- "autoload": {
879
- "psr-4": {
880
- "Symfony\\Component\\Filesystem\\": ""
881
- },
882
- "exclude-from-classmap": [
883
- "/Tests/"
884
- ]
885
- },
886
- "notification-url": "https://packagist.org/downloads/",
887
- "license": [
888
- "MIT"
889
- ],
890
- "authors": [
891
- {
892
- "name": "Fabien Potencier",
893
- "email": "fabien@symfony.com"
894
- },
895
- {
896
- "name": "Symfony Community",
897
- "homepage": "https://symfony.com/contributors"
898
- }
899
- ],
900
- "description": "Provides basic utilities for the filesystem",
901
- "homepage": "https://symfony.com",
902
- "support": {
903
- "source": "https://github.com/symfony/filesystem/tree/v5.4.45"
904
- },
905
- "funding": [
906
- {
907
- "url": "https://symfony.com/sponsor",
908
- "type": "custom"
909
- },
910
- {
911
- "url": "https://github.com/fabpot",
912
- "type": "github"
913
- },
914
- {
915
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
916
- "type": "tidelift"
917
- }
918
- ],
919
- "time": "2024-10-22T13:05:35+00:00"
920
- },
921
- {
922
- "name": "symfony/finder",
923
- "version": "v5.4.45",
924
- "source": {
925
- "type": "git",
926
- "url": "https://github.com/symfony/finder.git",
927
- "reference": "63741784cd7b9967975eec610b256eed3ede022b"
928
- },
929
- "dist": {
930
- "type": "zip",
931
- "url": "https://api.github.com/repos/symfony/finder/zipball/63741784cd7b9967975eec610b256eed3ede022b",
932
- "reference": "63741784cd7b9967975eec610b256eed3ede022b",
933
- "shasum": ""
934
- },
935
- "require": {
936
- "php": ">=7.2.5",
937
- "symfony/deprecation-contracts": "^2.1|^3",
938
- "symfony/polyfill-php80": "^1.16"
939
- },
940
- "type": "library",
941
- "autoload": {
942
- "psr-4": {
943
- "Symfony\\Component\\Finder\\": ""
944
- },
945
- "exclude-from-classmap": [
946
- "/Tests/"
947
- ]
948
- },
949
- "notification-url": "https://packagist.org/downloads/",
950
- "license": [
951
- "MIT"
952
- ],
953
- "authors": [
954
- {
955
- "name": "Fabien Potencier",
956
- "email": "fabien@symfony.com"
957
- },
958
- {
959
- "name": "Symfony Community",
960
- "homepage": "https://symfony.com/contributors"
961
- }
962
- ],
963
- "description": "Finds files and directories via an intuitive fluent interface",
964
- "homepage": "https://symfony.com",
965
- "support": {
966
- "source": "https://github.com/symfony/finder/tree/v5.4.45"
967
- },
968
- "funding": [
969
- {
970
- "url": "https://symfony.com/sponsor",
971
- "type": "custom"
972
- },
973
- {
974
- "url": "https://github.com/fabpot",
975
- "type": "github"
976
- },
977
- {
978
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
979
- "type": "tidelift"
980
- }
981
- ],
982
- "time": "2024-09-28T13:32:08+00:00"
983
- },
984
- {
985
- "name": "symfony/polyfill-ctype",
986
- "version": "v1.31.0",
987
- "source": {
988
- "type": "git",
989
- "url": "https://github.com/symfony/polyfill-ctype.git",
990
- "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
991
- },
992
- "dist": {
993
- "type": "zip",
994
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
995
- "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
996
- "shasum": ""
997
- },
998
- "require": {
999
- "php": ">=7.2"
1000
- },
1001
- "provide": {
1002
- "ext-ctype": "*"
1003
- },
1004
- "suggest": {
1005
- "ext-ctype": "For best performance"
1006
- },
1007
- "type": "library",
1008
- "extra": {
1009
- "thanks": {
1010
- "url": "https://github.com/symfony/polyfill",
1011
- "name": "symfony/polyfill"
1012
- }
1013
- },
1014
- "autoload": {
1015
- "files": [
1016
- "bootstrap.php"
1017
- ],
1018
- "psr-4": {
1019
- "Symfony\\Polyfill\\Ctype\\": ""
1020
- }
1021
- },
1022
- "notification-url": "https://packagist.org/downloads/",
1023
- "license": [
1024
- "MIT"
1025
- ],
1026
- "authors": [
1027
- {
1028
- "name": "Gert de Pagter",
1029
- "email": "BackEndTea@gmail.com"
1030
- },
1031
- {
1032
- "name": "Symfony Community",
1033
- "homepage": "https://symfony.com/contributors"
1034
- }
1035
- ],
1036
- "description": "Symfony polyfill for ctype functions",
1037
- "homepage": "https://symfony.com",
1038
- "keywords": [
1039
- "compatibility",
1040
- "ctype",
1041
- "polyfill",
1042
- "portable"
1043
- ],
1044
- "support": {
1045
- "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0"
1046
- },
1047
- "funding": [
1048
- {
1049
- "url": "https://symfony.com/sponsor",
1050
- "type": "custom"
1051
- },
1052
- {
1053
- "url": "https://github.com/fabpot",
1054
- "type": "github"
1055
- },
1056
- {
1057
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1058
- "type": "tidelift"
1059
- }
1060
- ],
1061
- "time": "2024-09-09T11:45:10+00:00"
1062
- },
1063
- {
1064
- "name": "symfony/polyfill-intl-grapheme",
1065
- "version": "v1.31.0",
1066
- "source": {
1067
- "type": "git",
1068
- "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
1069
- "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
1070
- },
1071
- "dist": {
1072
- "type": "zip",
1073
- "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
1074
- "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
1075
- "shasum": ""
1076
- },
1077
- "require": {
1078
- "php": ">=7.2"
1079
- },
1080
- "suggest": {
1081
- "ext-intl": "For best performance"
1082
- },
1083
- "type": "library",
1084
- "extra": {
1085
- "thanks": {
1086
- "url": "https://github.com/symfony/polyfill",
1087
- "name": "symfony/polyfill"
1088
- }
1089
- },
1090
- "autoload": {
1091
- "files": [
1092
- "bootstrap.php"
1093
- ],
1094
- "psr-4": {
1095
- "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
1096
- }
1097
- },
1098
- "notification-url": "https://packagist.org/downloads/",
1099
- "license": [
1100
- "MIT"
1101
- ],
1102
- "authors": [
1103
- {
1104
- "name": "Nicolas Grekas",
1105
- "email": "p@tchwork.com"
1106
- },
1107
- {
1108
- "name": "Symfony Community",
1109
- "homepage": "https://symfony.com/contributors"
1110
- }
1111
- ],
1112
- "description": "Symfony polyfill for intl's grapheme_* functions",
1113
- "homepage": "https://symfony.com",
1114
- "keywords": [
1115
- "compatibility",
1116
- "grapheme",
1117
- "intl",
1118
- "polyfill",
1119
- "portable",
1120
- "shim"
1121
- ],
1122
- "support": {
1123
- "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0"
1124
- },
1125
- "funding": [
1126
- {
1127
- "url": "https://symfony.com/sponsor",
1128
- "type": "custom"
1129
- },
1130
- {
1131
- "url": "https://github.com/fabpot",
1132
- "type": "github"
1133
- },
1134
- {
1135
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1136
- "type": "tidelift"
1137
- }
1138
- ],
1139
- "time": "2024-09-09T11:45:10+00:00"
1140
- },
1141
- {
1142
- "name": "symfony/polyfill-intl-normalizer",
1143
- "version": "v1.31.0",
1144
- "source": {
1145
- "type": "git",
1146
- "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
1147
- "reference": "3833d7255cc303546435cb650316bff708a1c75c"
1148
- },
1149
- "dist": {
1150
- "type": "zip",
1151
- "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
1152
- "reference": "3833d7255cc303546435cb650316bff708a1c75c",
1153
- "shasum": ""
1154
- },
1155
- "require": {
1156
- "php": ">=7.2"
1157
- },
1158
- "suggest": {
1159
- "ext-intl": "For best performance"
1160
- },
1161
- "type": "library",
1162
- "extra": {
1163
- "thanks": {
1164
- "url": "https://github.com/symfony/polyfill",
1165
- "name": "symfony/polyfill"
1166
- }
1167
- },
1168
- "autoload": {
1169
- "files": [
1170
- "bootstrap.php"
1171
- ],
1172
- "psr-4": {
1173
- "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
1174
- },
1175
- "classmap": [
1176
- "Resources/stubs"
1177
- ]
1178
- },
1179
- "notification-url": "https://packagist.org/downloads/",
1180
- "license": [
1181
- "MIT"
1182
- ],
1183
- "authors": [
1184
- {
1185
- "name": "Nicolas Grekas",
1186
- "email": "p@tchwork.com"
1187
- },
1188
- {
1189
- "name": "Symfony Community",
1190
- "homepage": "https://symfony.com/contributors"
1191
- }
1192
- ],
1193
- "description": "Symfony polyfill for intl's Normalizer class and related functions",
1194
- "homepage": "https://symfony.com",
1195
- "keywords": [
1196
- "compatibility",
1197
- "intl",
1198
- "normalizer",
1199
- "polyfill",
1200
- "portable",
1201
- "shim"
1202
- ],
1203
- "support": {
1204
- "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0"
1205
- },
1206
- "funding": [
1207
- {
1208
- "url": "https://symfony.com/sponsor",
1209
- "type": "custom"
1210
- },
1211
- {
1212
- "url": "https://github.com/fabpot",
1213
- "type": "github"
1214
- },
1215
- {
1216
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1217
- "type": "tidelift"
1218
- }
1219
- ],
1220
- "time": "2024-09-09T11:45:10+00:00"
1221
- },
1222
- {
1223
- "name": "symfony/polyfill-mbstring",
1224
- "version": "v1.31.0",
1225
- "source": {
1226
- "type": "git",
1227
- "url": "https://github.com/symfony/polyfill-mbstring.git",
1228
- "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
1229
- },
1230
- "dist": {
1231
- "type": "zip",
1232
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
1233
- "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
1234
- "shasum": ""
1235
- },
1236
- "require": {
1237
- "php": ">=7.2"
1238
- },
1239
- "provide": {
1240
- "ext-mbstring": "*"
1241
- },
1242
- "suggest": {
1243
- "ext-mbstring": "For best performance"
1244
- },
1245
- "type": "library",
1246
- "extra": {
1247
- "thanks": {
1248
- "url": "https://github.com/symfony/polyfill",
1249
- "name": "symfony/polyfill"
1250
- }
1251
- },
1252
- "autoload": {
1253
- "files": [
1254
- "bootstrap.php"
1255
- ],
1256
- "psr-4": {
1257
- "Symfony\\Polyfill\\Mbstring\\": ""
1258
- }
1259
- },
1260
- "notification-url": "https://packagist.org/downloads/",
1261
- "license": [
1262
- "MIT"
1263
- ],
1264
- "authors": [
1265
- {
1266
- "name": "Nicolas Grekas",
1267
- "email": "p@tchwork.com"
1268
- },
1269
- {
1270
- "name": "Symfony Community",
1271
- "homepage": "https://symfony.com/contributors"
1272
- }
1273
- ],
1274
- "description": "Symfony polyfill for the Mbstring extension",
1275
- "homepage": "https://symfony.com",
1276
- "keywords": [
1277
- "compatibility",
1278
- "mbstring",
1279
- "polyfill",
1280
- "portable",
1281
- "shim"
1282
- ],
1283
- "support": {
1284
- "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
1285
- },
1286
- "funding": [
1287
- {
1288
- "url": "https://symfony.com/sponsor",
1289
- "type": "custom"
1290
- },
1291
- {
1292
- "url": "https://github.com/fabpot",
1293
- "type": "github"
1294
- },
1295
- {
1296
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1297
- "type": "tidelift"
1298
- }
1299
- ],
1300
- "time": "2024-09-09T11:45:10+00:00"
1301
- },
1302
- {
1303
- "name": "symfony/polyfill-php73",
1304
- "version": "v1.31.0",
1305
- "source": {
1306
- "type": "git",
1307
- "url": "https://github.com/symfony/polyfill-php73.git",
1308
- "reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb"
1309
- },
1310
- "dist": {
1311
- "type": "zip",
1312
- "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f68c03565dcaaf25a890667542e8bd75fe7e5bb",
1313
- "reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb",
1314
- "shasum": ""
1315
- },
1316
- "require": {
1317
- "php": ">=7.2"
1318
- },
1319
- "type": "library",
1320
- "extra": {
1321
- "thanks": {
1322
- "url": "https://github.com/symfony/polyfill",
1323
- "name": "symfony/polyfill"
1324
- }
1325
- },
1326
- "autoload": {
1327
- "files": [
1328
- "bootstrap.php"
1329
- ],
1330
- "psr-4": {
1331
- "Symfony\\Polyfill\\Php73\\": ""
1332
- },
1333
- "classmap": [
1334
- "Resources/stubs"
1335
- ]
1336
- },
1337
- "notification-url": "https://packagist.org/downloads/",
1338
- "license": [
1339
- "MIT"
1340
- ],
1341
- "authors": [
1342
- {
1343
- "name": "Nicolas Grekas",
1344
- "email": "p@tchwork.com"
1345
- },
1346
- {
1347
- "name": "Symfony Community",
1348
- "homepage": "https://symfony.com/contributors"
1349
- }
1350
- ],
1351
- "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
1352
- "homepage": "https://symfony.com",
1353
- "keywords": [
1354
- "compatibility",
1355
- "polyfill",
1356
- "portable",
1357
- "shim"
1358
- ],
1359
- "support": {
1360
- "source": "https://github.com/symfony/polyfill-php73/tree/v1.31.0"
1361
- },
1362
- "funding": [
1363
- {
1364
- "url": "https://symfony.com/sponsor",
1365
- "type": "custom"
1366
- },
1367
- {
1368
- "url": "https://github.com/fabpot",
1369
- "type": "github"
1370
- },
1371
- {
1372
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1373
- "type": "tidelift"
1374
- }
1375
- ],
1376
- "time": "2024-09-09T11:45:10+00:00"
1377
- },
1378
- {
1379
- "name": "symfony/polyfill-php80",
1380
- "version": "v1.31.0",
1381
- "source": {
1382
- "type": "git",
1383
- "url": "https://github.com/symfony/polyfill-php80.git",
1384
- "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8"
1385
- },
1386
- "dist": {
1387
- "type": "zip",
1388
- "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
1389
- "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
1390
- "shasum": ""
1391
- },
1392
- "require": {
1393
- "php": ">=7.2"
1394
- },
1395
- "type": "library",
1396
- "extra": {
1397
- "thanks": {
1398
- "url": "https://github.com/symfony/polyfill",
1399
- "name": "symfony/polyfill"
1400
- }
1401
- },
1402
- "autoload": {
1403
- "files": [
1404
- "bootstrap.php"
1405
- ],
1406
- "psr-4": {
1407
- "Symfony\\Polyfill\\Php80\\": ""
1408
- },
1409
- "classmap": [
1410
- "Resources/stubs"
1411
- ]
1412
- },
1413
- "notification-url": "https://packagist.org/downloads/",
1414
- "license": [
1415
- "MIT"
1416
- ],
1417
- "authors": [
1418
- {
1419
- "name": "Ion Bazan",
1420
- "email": "ion.bazan@gmail.com"
1421
- },
1422
- {
1423
- "name": "Nicolas Grekas",
1424
- "email": "p@tchwork.com"
1425
- },
1426
- {
1427
- "name": "Symfony Community",
1428
- "homepage": "https://symfony.com/contributors"
1429
- }
1430
- ],
1431
- "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
1432
- "homepage": "https://symfony.com",
1433
- "keywords": [
1434
- "compatibility",
1435
- "polyfill",
1436
- "portable",
1437
- "shim"
1438
- ],
1439
- "support": {
1440
- "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0"
1441
- },
1442
- "funding": [
1443
- {
1444
- "url": "https://symfony.com/sponsor",
1445
- "type": "custom"
1446
- },
1447
- {
1448
- "url": "https://github.com/fabpot",
1449
- "type": "github"
1450
- },
1451
- {
1452
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1453
- "type": "tidelift"
1454
- }
1455
- ],
1456
- "time": "2024-09-09T11:45:10+00:00"
1457
- },
1458
- {
1459
- "name": "symfony/process",
1460
- "version": "v5.4.47",
1461
- "source": {
1462
- "type": "git",
1463
- "url": "https://github.com/symfony/process.git",
1464
- "reference": "5d1662fb32ebc94f17ddb8d635454a776066733d"
1465
- },
1466
- "dist": {
1467
- "type": "zip",
1468
- "url": "https://api.github.com/repos/symfony/process/zipball/5d1662fb32ebc94f17ddb8d635454a776066733d",
1469
- "reference": "5d1662fb32ebc94f17ddb8d635454a776066733d",
1470
- "shasum": ""
1471
- },
1472
- "require": {
1473
- "php": ">=7.2.5",
1474
- "symfony/polyfill-php80": "^1.16"
1475
- },
1476
- "type": "library",
1477
- "autoload": {
1478
- "psr-4": {
1479
- "Symfony\\Component\\Process\\": ""
1480
- },
1481
- "exclude-from-classmap": [
1482
- "/Tests/"
1483
- ]
1484
- },
1485
- "notification-url": "https://packagist.org/downloads/",
1486
- "license": [
1487
- "MIT"
1488
- ],
1489
- "authors": [
1490
- {
1491
- "name": "Fabien Potencier",
1492
- "email": "fabien@symfony.com"
1493
- },
1494
- {
1495
- "name": "Symfony Community",
1496
- "homepage": "https://symfony.com/contributors"
1497
- }
1498
- ],
1499
- "description": "Executes commands in sub-processes",
1500
- "homepage": "https://symfony.com",
1501
- "support": {
1502
- "source": "https://github.com/symfony/process/tree/v5.4.47"
1503
- },
1504
- "funding": [
1505
- {
1506
- "url": "https://symfony.com/sponsor",
1507
- "type": "custom"
1508
- },
1509
- {
1510
- "url": "https://github.com/fabpot",
1511
- "type": "github"
1512
- },
1513
- {
1514
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1515
- "type": "tidelift"
1516
- }
1517
- ],
1518
- "time": "2024-11-06T11:36:42+00:00"
1519
- },
1520
- {
1521
- "name": "symfony/service-contracts",
1522
- "version": "v3.5.1",
1523
- "source": {
1524
- "type": "git",
1525
- "url": "https://github.com/symfony/service-contracts.git",
1526
- "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0"
1527
- },
1528
- "dist": {
1529
- "type": "zip",
1530
- "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
1531
- "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
1532
- "shasum": ""
1533
- },
1534
- "require": {
1535
- "php": ">=8.1",
1536
- "psr/container": "^1.1|^2.0",
1537
- "symfony/deprecation-contracts": "^2.5|^3"
1538
- },
1539
- "conflict": {
1540
- "ext-psr": "<1.1|>=2"
1541
- },
1542
- "type": "library",
1543
- "extra": {
1544
- "thanks": {
1545
- "url": "https://github.com/symfony/contracts",
1546
- "name": "symfony/contracts"
1547
- },
1548
- "branch-alias": {
1549
- "dev-main": "3.5-dev"
1550
- }
1551
- },
1552
- "autoload": {
1553
- "psr-4": {
1554
- "Symfony\\Contracts\\Service\\": ""
1555
- },
1556
- "exclude-from-classmap": [
1557
- "/Test/"
1558
- ]
1559
- },
1560
- "notification-url": "https://packagist.org/downloads/",
1561
- "license": [
1562
- "MIT"
1563
- ],
1564
- "authors": [
1565
- {
1566
- "name": "Nicolas Grekas",
1567
- "email": "p@tchwork.com"
1568
- },
1569
- {
1570
- "name": "Symfony Community",
1571
- "homepage": "https://symfony.com/contributors"
1572
- }
1573
- ],
1574
- "description": "Generic abstractions related to writing services",
1575
- "homepage": "https://symfony.com",
1576
- "keywords": [
1577
- "abstractions",
1578
- "contracts",
1579
- "decoupling",
1580
- "interfaces",
1581
- "interoperability",
1582
- "standards"
1583
- ],
1584
- "support": {
1585
- "source": "https://github.com/symfony/service-contracts/tree/v3.5.1"
1586
- },
1587
- "funding": [
1588
- {
1589
- "url": "https://symfony.com/sponsor",
1590
- "type": "custom"
1591
- },
1592
- {
1593
- "url": "https://github.com/fabpot",
1594
- "type": "github"
1595
- },
1596
- {
1597
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1598
- "type": "tidelift"
1599
- }
1600
- ],
1601
- "time": "2024-09-25T14:20:29+00:00"
1602
- },
1603
- {
1604
- "name": "symfony/string",
1605
- "version": "v6.4.15",
1606
- "source": {
1607
- "type": "git",
1608
- "url": "https://github.com/symfony/string.git",
1609
- "reference": "73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f"
1610
- },
1611
- "dist": {
1612
- "type": "zip",
1613
- "url": "https://api.github.com/repos/symfony/string/zipball/73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f",
1614
- "reference": "73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f",
1615
- "shasum": ""
1616
- },
1617
- "require": {
1618
- "php": ">=8.1",
1619
- "symfony/polyfill-ctype": "~1.8",
1620
- "symfony/polyfill-intl-grapheme": "~1.0",
1621
- "symfony/polyfill-intl-normalizer": "~1.0",
1622
- "symfony/polyfill-mbstring": "~1.0"
1623
- },
1624
- "conflict": {
1625
- "symfony/translation-contracts": "<2.5"
1626
- },
1627
- "require-dev": {
1628
- "symfony/error-handler": "^5.4|^6.0|^7.0",
1629
- "symfony/http-client": "^5.4|^6.0|^7.0",
1630
- "symfony/intl": "^6.2|^7.0",
1631
- "symfony/translation-contracts": "^2.5|^3.0",
1632
- "symfony/var-exporter": "^5.4|^6.0|^7.0"
1633
- },
1634
- "type": "library",
1635
- "autoload": {
1636
- "files": [
1637
- "Resources/functions.php"
1638
- ],
1639
- "psr-4": {
1640
- "Symfony\\Component\\String\\": ""
1641
- },
1642
- "exclude-from-classmap": [
1643
- "/Tests/"
1644
- ]
1645
- },
1646
- "notification-url": "https://packagist.org/downloads/",
1647
- "license": [
1648
- "MIT"
1649
- ],
1650
- "authors": [
1651
- {
1652
- "name": "Nicolas Grekas",
1653
- "email": "p@tchwork.com"
1654
- },
1655
- {
1656
- "name": "Symfony Community",
1657
- "homepage": "https://symfony.com/contributors"
1658
- }
1659
- ],
1660
- "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
1661
- "homepage": "https://symfony.com",
1662
- "keywords": [
1663
- "grapheme",
1664
- "i18n",
1665
- "string",
1666
- "unicode",
1667
- "utf-8",
1668
- "utf8"
1669
- ],
1670
- "support": {
1671
- "source": "https://github.com/symfony/string/tree/v6.4.15"
1672
- },
1673
- "funding": [
1674
- {
1675
- "url": "https://symfony.com/sponsor",
1676
- "type": "custom"
1677
- },
1678
- {
1679
- "url": "https://github.com/fabpot",
1680
- "type": "github"
1681
- },
1682
- {
1683
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1684
- "type": "tidelift"
1685
- }
1686
- ],
1687
- "time": "2024-11-13T13:31:12+00:00"
1688
- }
1689
- ],
1690
- "packages-dev": [
1691
- {
1692
- "name": "doctrine/annotations",
1693
- "version": "1.14.4",
1694
- "source": {
1695
- "type": "git",
1696
- "url": "https://github.com/doctrine/annotations.git",
1697
- "reference": "253dca476f70808a5aeed3a47cc2cc88c5cab915"
1698
- },
1699
- "dist": {
1700
- "type": "zip",
1701
- "url": "https://api.github.com/repos/doctrine/annotations/zipball/253dca476f70808a5aeed3a47cc2cc88c5cab915",
1702
- "reference": "253dca476f70808a5aeed3a47cc2cc88c5cab915",
1703
- "shasum": ""
1704
- },
1705
- "require": {
1706
- "doctrine/lexer": "^1 || ^2",
1707
- "ext-tokenizer": "*",
1708
- "php": "^7.1 || ^8.0",
1709
- "psr/cache": "^1 || ^2 || ^3"
1710
- },
1711
- "require-dev": {
1712
- "doctrine/cache": "^1.11 || ^2.0",
1713
- "doctrine/coding-standard": "^9 || ^12",
1714
- "phpstan/phpstan": "~1.4.10 || ^1.10.28",
1715
- "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
1716
- "symfony/cache": "^4.4 || ^5.4 || ^6.4 || ^7",
1717
- "vimeo/psalm": "^4.30 || ^5.14"
1718
- },
1719
- "suggest": {
1720
- "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations"
1721
- },
1722
- "type": "library",
1723
- "autoload": {
1724
- "psr-4": {
1725
- "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
1726
- }
1727
- },
1728
- "notification-url": "https://packagist.org/downloads/",
1729
- "license": [
1730
- "MIT"
1731
- ],
1732
- "authors": [
1733
- {
1734
- "name": "Guilherme Blanco",
1735
- "email": "guilhermeblanco@gmail.com"
1736
- },
1737
- {
1738
- "name": "Roman Borschel",
1739
- "email": "roman@code-factory.org"
1740
- },
1741
- {
1742
- "name": "Benjamin Eberlei",
1743
- "email": "kontakt@beberlei.de"
1744
- },
1745
- {
1746
- "name": "Jonathan Wage",
1747
- "email": "jonwage@gmail.com"
1748
- },
1749
- {
1750
- "name": "Johannes Schmitt",
1751
- "email": "schmittjoh@gmail.com"
1752
- }
1753
- ],
1754
- "description": "Docblock Annotations Parser",
1755
- "homepage": "https://www.doctrine-project.org/projects/annotations.html",
1756
- "keywords": [
1757
- "annotations",
1758
- "docblock",
1759
- "parser"
1760
- ],
1761
- "support": {
1762
- "issues": "https://github.com/doctrine/annotations/issues",
1763
- "source": "https://github.com/doctrine/annotations/tree/1.14.4"
1764
- },
1765
- "time": "2024-09-05T10:15:52+00:00"
1766
- },
1767
- {
1768
- "name": "doctrine/deprecations",
1769
- "version": "1.1.4",
1770
- "source": {
1771
- "type": "git",
1772
- "url": "https://github.com/doctrine/deprecations.git",
1773
- "reference": "31610dbb31faa98e6b5447b62340826f54fbc4e9"
1774
- },
1775
- "dist": {
1776
- "type": "zip",
1777
- "url": "https://api.github.com/repos/doctrine/deprecations/zipball/31610dbb31faa98e6b5447b62340826f54fbc4e9",
1778
- "reference": "31610dbb31faa98e6b5447b62340826f54fbc4e9",
1779
- "shasum": ""
1780
- },
1781
- "require": {
1782
- "php": "^7.1 || ^8.0"
1783
- },
1784
- "require-dev": {
1785
- "doctrine/coding-standard": "^9 || ^12",
1786
- "phpstan/phpstan": "1.4.10 || 2.0.3",
1787
- "phpstan/phpstan-phpunit": "^1.0 || ^2",
1788
- "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
1789
- "psr/log": "^1 || ^2 || ^3"
1790
- },
1791
- "suggest": {
1792
- "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
1793
- },
1794
- "type": "library",
1795
- "autoload": {
1796
- "psr-4": {
1797
- "Doctrine\\Deprecations\\": "src"
1798
- }
1799
- },
1800
- "notification-url": "https://packagist.org/downloads/",
1801
- "license": [
1802
- "MIT"
1803
- ],
1804
- "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
1805
- "homepage": "https://www.doctrine-project.org/",
1806
- "support": {
1807
- "issues": "https://github.com/doctrine/deprecations/issues",
1808
- "source": "https://github.com/doctrine/deprecations/tree/1.1.4"
1809
- },
1810
- "time": "2024-12-07T21:18:45+00:00"
1811
- },
1812
- {
1813
- "name": "doctrine/lexer",
1814
- "version": "2.1.1",
1815
- "source": {
1816
- "type": "git",
1817
- "url": "https://github.com/doctrine/lexer.git",
1818
- "reference": "861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6"
1819
- },
1820
- "dist": {
1821
- "type": "zip",
1822
- "url": "https://api.github.com/repos/doctrine/lexer/zipball/861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6",
1823
- "reference": "861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6",
1824
- "shasum": ""
1825
- },
1826
- "require": {
1827
- "doctrine/deprecations": "^1.0",
1828
- "php": "^7.1 || ^8.0"
1829
- },
1830
- "require-dev": {
1831
- "doctrine/coding-standard": "^9 || ^12",
1832
- "phpstan/phpstan": "^1.3",
1833
- "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6",
1834
- "psalm/plugin-phpunit": "^0.18.3",
1835
- "vimeo/psalm": "^4.11 || ^5.21"
1836
- },
1837
- "type": "library",
1838
- "autoload": {
1839
- "psr-4": {
1840
- "Doctrine\\Common\\Lexer\\": "src"
1841
- }
1842
- },
1843
- "notification-url": "https://packagist.org/downloads/",
1844
- "license": [
1845
- "MIT"
1846
- ],
1847
- "authors": [
1848
- {
1849
- "name": "Guilherme Blanco",
1850
- "email": "guilhermeblanco@gmail.com"
1851
- },
1852
- {
1853
- "name": "Roman Borschel",
1854
- "email": "roman@code-factory.org"
1855
- },
1856
- {
1857
- "name": "Johannes Schmitt",
1858
- "email": "schmittjoh@gmail.com"
1859
- }
1860
- ],
1861
- "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
1862
- "homepage": "https://www.doctrine-project.org/projects/lexer.html",
1863
- "keywords": [
1864
- "annotations",
1865
- "docblock",
1866
- "lexer",
1867
- "parser",
1868
- "php"
1869
- ],
1870
- "support": {
1871
- "issues": "https://github.com/doctrine/lexer/issues",
1872
- "source": "https://github.com/doctrine/lexer/tree/2.1.1"
1873
- },
1874
- "funding": [
1875
- {
1876
- "url": "https://www.doctrine-project.org/sponsorship.html",
1877
- "type": "custom"
1878
- },
1879
- {
1880
- "url": "https://www.patreon.com/phpdoctrine",
1881
- "type": "patreon"
1882
- },
1883
- {
1884
- "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
1885
- "type": "tidelift"
1886
- }
1887
- ],
1888
- "time": "2024-02-05T11:35:39+00:00"
1889
- },
1890
- {
1891
- "name": "friendsofphp/php-cs-fixer",
1892
- "version": "v2.19.3",
1893
- "source": {
1894
- "type": "git",
1895
- "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
1896
- "reference": "75ac86f33fab4714ea5a39a396784d83ae3b5ed8"
1897
- },
1898
- "dist": {
1899
- "type": "zip",
1900
- "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/75ac86f33fab4714ea5a39a396784d83ae3b5ed8",
1901
- "reference": "75ac86f33fab4714ea5a39a396784d83ae3b5ed8",
1902
- "shasum": ""
1903
- },
1904
- "require": {
1905
- "composer/semver": "^1.4 || ^2.0 || ^3.0",
1906
- "composer/xdebug-handler": "^1.2 || ^2.0",
1907
- "doctrine/annotations": "^1.2",
1908
- "ext-json": "*",
1909
- "ext-tokenizer": "*",
1910
- "php": "^5.6 || ^7.0 || ^8.0",
1911
- "php-cs-fixer/diff": "^1.3",
1912
- "symfony/console": "^3.4.43 || ^4.1.6 || ^5.0",
1913
- "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
1914
- "symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
1915
- "symfony/finder": "^3.0 || ^4.0 || ^5.0",
1916
- "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
1917
- "symfony/polyfill-php70": "^1.0",
1918
- "symfony/polyfill-php72": "^1.4",
1919
- "symfony/process": "^3.0 || ^4.0 || ^5.0",
1920
- "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
1921
- },
1922
- "require-dev": {
1923
- "justinrainbow/json-schema": "^5.0",
1924
- "keradus/cli-executor": "^1.4",
1925
- "mikey179/vfsstream": "^1.6",
1926
- "php-coveralls/php-coveralls": "^2.4.2",
1927
- "php-cs-fixer/accessible-object": "^1.0",
1928
- "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2",
1929
- "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1",
1930
- "phpspec/prophecy-phpunit": "^1.1 || ^2.0",
1931
- "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.13 || ^9.5",
1932
- "phpunitgoodpractices/polyfill": "^1.5",
1933
- "phpunitgoodpractices/traits": "^1.9.1",
1934
- "sanmai/phpunit-legacy-adapter": "^6.4 || ^8.2.1",
1935
- "symfony/phpunit-bridge": "^5.2.1",
1936
- "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
1937
- },
1938
- "suggest": {
1939
- "ext-dom": "For handling output formats in XML",
1940
- "ext-mbstring": "For handling non-UTF8 characters.",
1941
- "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
1942
- "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
1943
- "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
1944
- },
1945
- "bin": [
1946
- "php-cs-fixer"
1947
- ],
1948
- "type": "application",
1949
- "extra": {
1950
- "branch-alias": {
1951
- "dev-master": "2.19-dev"
1952
- }
1953
- },
1954
- "autoload": {
1955
- "psr-4": {
1956
- "PhpCsFixer\\": "src/"
1957
- },
1958
- "classmap": [
1959
- "tests/Test/AbstractFixerTestCase.php",
1960
- "tests/Test/AbstractIntegrationCaseFactory.php",
1961
- "tests/Test/AbstractIntegrationTestCase.php",
1962
- "tests/Test/Assert/AssertTokensTrait.php",
1963
- "tests/Test/IntegrationCase.php",
1964
- "tests/Test/IntegrationCaseFactory.php",
1965
- "tests/Test/IntegrationCaseFactoryInterface.php",
1966
- "tests/Test/InternalIntegrationCaseFactory.php",
1967
- "tests/Test/IsIdenticalConstraint.php",
1968
- "tests/Test/TokensWithObservedTransformers.php",
1969
- "tests/TestCase.php"
1970
- ]
1971
- },
1972
- "notification-url": "https://packagist.org/downloads/",
1973
- "license": [
1974
- "MIT"
1975
- ],
1976
- "authors": [
1977
- {
1978
- "name": "Fabien Potencier",
1979
- "email": "fabien@symfony.com"
1980
- },
1981
- {
1982
- "name": "Dariusz Rumiński",
1983
- "email": "dariusz.ruminski@gmail.com"
1984
- }
1985
- ],
1986
- "description": "A tool to automatically fix PHP code style",
1987
- "support": {
1988
- "issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues",
1989
- "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v2.19.3"
1990
- },
1991
- "funding": [
1992
- {
1993
- "url": "https://github.com/keradus",
1994
- "type": "github"
1995
- }
1996
- ],
1997
- "time": "2021-11-15T17:17:55+00:00"
1998
- },
1999
- {
2000
- "name": "php-cs-fixer/diff",
2001
- "version": "v1.3.1",
2002
- "source": {
2003
- "type": "git",
2004
- "url": "https://github.com/PHP-CS-Fixer/diff.git",
2005
- "reference": "dbd31aeb251639ac0b9e7e29405c1441907f5759"
2006
- },
2007
- "dist": {
2008
- "type": "zip",
2009
- "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/dbd31aeb251639ac0b9e7e29405c1441907f5759",
2010
- "reference": "dbd31aeb251639ac0b9e7e29405c1441907f5759",
2011
- "shasum": ""
2012
- },
2013
- "require": {
2014
- "php": "^5.6 || ^7.0 || ^8.0"
2015
- },
2016
- "require-dev": {
2017
- "phpunit/phpunit": "^5.7.23 || ^6.4.3 || ^7.0",
2018
- "symfony/process": "^3.3"
2019
- },
2020
- "type": "library",
2021
- "autoload": {
2022
- "classmap": [
2023
- "src/"
2024
- ]
2025
- },
2026
- "notification-url": "https://packagist.org/downloads/",
2027
- "license": [
2028
- "BSD-3-Clause"
2029
- ],
2030
- "authors": [
2031
- {
2032
- "name": "Sebastian Bergmann",
2033
- "email": "sebastian@phpunit.de"
2034
- },
2035
- {
2036
- "name": "Kore Nordmann",
2037
- "email": "mail@kore-nordmann.de"
2038
- },
2039
- {
2040
- "name": "SpacePossum"
2041
- }
2042
- ],
2043
- "description": "sebastian/diff v2 backport support for PHP5.6",
2044
- "homepage": "https://github.com/PHP-CS-Fixer",
2045
- "keywords": [
2046
- "diff"
2047
- ],
2048
- "support": {
2049
- "issues": "https://github.com/PHP-CS-Fixer/diff/issues",
2050
- "source": "https://github.com/PHP-CS-Fixer/diff/tree/v1.3.1"
2051
- },
2052
- "abandoned": true,
2053
- "time": "2020-10-14T08:39:05+00:00"
2054
- },
2055
- {
2056
- "name": "phpstan/phpstan",
2057
- "version": "1.10.67",
2058
- "source": {
2059
- "type": "git",
2060
- "url": "https://github.com/phpstan/phpstan.git",
2061
- "reference": "16ddbe776f10da6a95ebd25de7c1dbed397dc493"
2062
- },
2063
- "dist": {
2064
- "type": "zip",
2065
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/16ddbe776f10da6a95ebd25de7c1dbed397dc493",
2066
- "reference": "16ddbe776f10da6a95ebd25de7c1dbed397dc493",
2067
- "shasum": ""
2068
- },
2069
- "require": {
2070
- "php": "^7.2|^8.0"
2071
- },
2072
- "conflict": {
2073
- "phpstan/phpstan-shim": "*"
2074
- },
2075
- "bin": [
2076
- "phpstan",
2077
- "phpstan.phar"
2078
- ],
2079
- "type": "library",
2080
- "autoload": {
2081
- "files": [
2082
- "bootstrap.php"
2083
- ]
2084
- },
2085
- "notification-url": "https://packagist.org/downloads/",
2086
- "license": [
2087
- "MIT"
2088
- ],
2089
- "description": "PHPStan - PHP Static Analysis Tool",
2090
- "keywords": [
2091
- "dev",
2092
- "static analysis"
2093
- ],
2094
- "support": {
2095
- "docs": "https://phpstan.org/user-guide/getting-started",
2096
- "forum": "https://github.com/phpstan/phpstan/discussions",
2097
- "issues": "https://github.com/phpstan/phpstan/issues",
2098
- "security": "https://github.com/phpstan/phpstan/security/policy",
2099
- "source": "https://github.com/phpstan/phpstan-src"
2100
- },
2101
- "funding": [
2102
- {
2103
- "url": "https://github.com/ondrejmirtes",
2104
- "type": "github"
2105
- },
2106
- {
2107
- "url": "https://github.com/phpstan",
2108
- "type": "github"
2109
- }
2110
- ],
2111
- "time": "2024-04-16T07:22:02+00:00"
2112
- },
2113
- {
2114
- "name": "psr/cache",
2115
- "version": "3.0.0",
2116
- "source": {
2117
- "type": "git",
2118
- "url": "https://github.com/php-fig/cache.git",
2119
- "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
2120
- },
2121
- "dist": {
2122
- "type": "zip",
2123
- "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
2124
- "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
2125
- "shasum": ""
2126
- },
2127
- "require": {
2128
- "php": ">=8.0.0"
2129
- },
2130
- "type": "library",
2131
- "extra": {
2132
- "branch-alias": {
2133
- "dev-master": "1.0.x-dev"
2134
- }
2135
- },
2136
- "autoload": {
2137
- "psr-4": {
2138
- "Psr\\Cache\\": "src/"
2139
- }
2140
- },
2141
- "notification-url": "https://packagist.org/downloads/",
2142
- "license": [
2143
- "MIT"
2144
- ],
2145
- "authors": [
2146
- {
2147
- "name": "PHP-FIG",
2148
- "homepage": "https://www.php-fig.org/"
2149
- }
2150
- ],
2151
- "description": "Common interface for caching libraries",
2152
- "keywords": [
2153
- "cache",
2154
- "psr",
2155
- "psr-6"
2156
- ],
2157
- "support": {
2158
- "source": "https://github.com/php-fig/cache/tree/3.0.0"
2159
- },
2160
- "time": "2021-02-03T23:26:27+00:00"
2161
- },
2162
- {
2163
- "name": "psr/event-dispatcher",
2164
- "version": "1.0.0",
2165
- "source": {
2166
- "type": "git",
2167
- "url": "https://github.com/php-fig/event-dispatcher.git",
2168
- "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
2169
- },
2170
- "dist": {
2171
- "type": "zip",
2172
- "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
2173
- "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
2174
- "shasum": ""
2175
- },
2176
- "require": {
2177
- "php": ">=7.2.0"
2178
- },
2179
- "type": "library",
2180
- "extra": {
2181
- "branch-alias": {
2182
- "dev-master": "1.0.x-dev"
2183
- }
2184
- },
2185
- "autoload": {
2186
- "psr-4": {
2187
- "Psr\\EventDispatcher\\": "src/"
2188
- }
2189
- },
2190
- "notification-url": "https://packagist.org/downloads/",
2191
- "license": [
2192
- "MIT"
2193
- ],
2194
- "authors": [
2195
- {
2196
- "name": "PHP-FIG",
2197
- "homepage": "http://www.php-fig.org/"
2198
- }
2199
- ],
2200
- "description": "Standard interfaces for event handling.",
2201
- "keywords": [
2202
- "events",
2203
- "psr",
2204
- "psr-14"
2205
- ],
2206
- "support": {
2207
- "issues": "https://github.com/php-fig/event-dispatcher/issues",
2208
- "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
2209
- },
2210
- "time": "2019-01-08T18:20:26+00:00"
2211
- },
2212
- {
2213
- "name": "symfony/event-dispatcher",
2214
- "version": "v5.4.45",
2215
- "source": {
2216
- "type": "git",
2217
- "url": "https://github.com/symfony/event-dispatcher.git",
2218
- "reference": "72982eb416f61003e9bb6e91f8b3213600dcf9e9"
2219
- },
2220
- "dist": {
2221
- "type": "zip",
2222
- "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/72982eb416f61003e9bb6e91f8b3213600dcf9e9",
2223
- "reference": "72982eb416f61003e9bb6e91f8b3213600dcf9e9",
2224
- "shasum": ""
2225
- },
2226
- "require": {
2227
- "php": ">=7.2.5",
2228
- "symfony/deprecation-contracts": "^2.1|^3",
2229
- "symfony/event-dispatcher-contracts": "^2|^3",
2230
- "symfony/polyfill-php80": "^1.16"
2231
- },
2232
- "conflict": {
2233
- "symfony/dependency-injection": "<4.4"
2234
- },
2235
- "provide": {
2236
- "psr/event-dispatcher-implementation": "1.0",
2237
- "symfony/event-dispatcher-implementation": "2.0"
2238
- },
2239
- "require-dev": {
2240
- "psr/log": "^1|^2|^3",
2241
- "symfony/config": "^4.4|^5.0|^6.0",
2242
- "symfony/dependency-injection": "^4.4|^5.0|^6.0",
2243
- "symfony/error-handler": "^4.4|^5.0|^6.0",
2244
- "symfony/expression-language": "^4.4|^5.0|^6.0",
2245
- "symfony/http-foundation": "^4.4|^5.0|^6.0",
2246
- "symfony/service-contracts": "^1.1|^2|^3",
2247
- "symfony/stopwatch": "^4.4|^5.0|^6.0"
2248
- },
2249
- "suggest": {
2250
- "symfony/dependency-injection": "",
2251
- "symfony/http-kernel": ""
2252
- },
2253
- "type": "library",
2254
- "autoload": {
2255
- "psr-4": {
2256
- "Symfony\\Component\\EventDispatcher\\": ""
2257
- },
2258
- "exclude-from-classmap": [
2259
- "/Tests/"
2260
- ]
2261
- },
2262
- "notification-url": "https://packagist.org/downloads/",
2263
- "license": [
2264
- "MIT"
2265
- ],
2266
- "authors": [
2267
- {
2268
- "name": "Fabien Potencier",
2269
- "email": "fabien@symfony.com"
2270
- },
2271
- {
2272
- "name": "Symfony Community",
2273
- "homepage": "https://symfony.com/contributors"
2274
- }
2275
- ],
2276
- "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
2277
- "homepage": "https://symfony.com",
2278
- "support": {
2279
- "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.45"
2280
- },
2281
- "funding": [
2282
- {
2283
- "url": "https://symfony.com/sponsor",
2284
- "type": "custom"
2285
- },
2286
- {
2287
- "url": "https://github.com/fabpot",
2288
- "type": "github"
2289
- },
2290
- {
2291
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2292
- "type": "tidelift"
2293
- }
2294
- ],
2295
- "time": "2024-09-25T14:11:13+00:00"
2296
- },
2297
- {
2298
- "name": "symfony/event-dispatcher-contracts",
2299
- "version": "v3.5.1",
2300
- "source": {
2301
- "type": "git",
2302
- "url": "https://github.com/symfony/event-dispatcher-contracts.git",
2303
- "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f"
2304
- },
2305
- "dist": {
2306
- "type": "zip",
2307
- "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7642f5e970b672283b7823222ae8ef8bbc160b9f",
2308
- "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f",
2309
- "shasum": ""
2310
- },
2311
- "require": {
2312
- "php": ">=8.1",
2313
- "psr/event-dispatcher": "^1"
2314
- },
2315
- "type": "library",
2316
- "extra": {
2317
- "thanks": {
2318
- "url": "https://github.com/symfony/contracts",
2319
- "name": "symfony/contracts"
2320
- },
2321
- "branch-alias": {
2322
- "dev-main": "3.5-dev"
2323
- }
2324
- },
2325
- "autoload": {
2326
- "psr-4": {
2327
- "Symfony\\Contracts\\EventDispatcher\\": ""
2328
- }
2329
- },
2330
- "notification-url": "https://packagist.org/downloads/",
2331
- "license": [
2332
- "MIT"
2333
- ],
2334
- "authors": [
2335
- {
2336
- "name": "Nicolas Grekas",
2337
- "email": "p@tchwork.com"
2338
- },
2339
- {
2340
- "name": "Symfony Community",
2341
- "homepage": "https://symfony.com/contributors"
2342
- }
2343
- ],
2344
- "description": "Generic abstractions related to dispatching event",
2345
- "homepage": "https://symfony.com",
2346
- "keywords": [
2347
- "abstractions",
2348
- "contracts",
2349
- "decoupling",
2350
- "interfaces",
2351
- "interoperability",
2352
- "standards"
2353
- ],
2354
- "support": {
2355
- "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.1"
2356
- },
2357
- "funding": [
2358
- {
2359
- "url": "https://symfony.com/sponsor",
2360
- "type": "custom"
2361
- },
2362
- {
2363
- "url": "https://github.com/fabpot",
2364
- "type": "github"
2365
- },
2366
- {
2367
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2368
- "type": "tidelift"
2369
- }
2370
- ],
2371
- "time": "2024-09-25T14:20:29+00:00"
2372
- },
2373
- {
2374
- "name": "symfony/options-resolver",
2375
- "version": "v5.4.45",
2376
- "source": {
2377
- "type": "git",
2378
- "url": "https://github.com/symfony/options-resolver.git",
2379
- "reference": "74e5b6f0db3e8589e6cfd5efb317a1fc2bb52fb6"
2380
- },
2381
- "dist": {
2382
- "type": "zip",
2383
- "url": "https://api.github.com/repos/symfony/options-resolver/zipball/74e5b6f0db3e8589e6cfd5efb317a1fc2bb52fb6",
2384
- "reference": "74e5b6f0db3e8589e6cfd5efb317a1fc2bb52fb6",
2385
- "shasum": ""
2386
- },
2387
- "require": {
2388
- "php": ">=7.2.5",
2389
- "symfony/deprecation-contracts": "^2.1|^3",
2390
- "symfony/polyfill-php73": "~1.0",
2391
- "symfony/polyfill-php80": "^1.16"
2392
- },
2393
- "type": "library",
2394
- "autoload": {
2395
- "psr-4": {
2396
- "Symfony\\Component\\OptionsResolver\\": ""
2397
- },
2398
- "exclude-from-classmap": [
2399
- "/Tests/"
2400
- ]
2401
- },
2402
- "notification-url": "https://packagist.org/downloads/",
2403
- "license": [
2404
- "MIT"
2405
- ],
2406
- "authors": [
2407
- {
2408
- "name": "Fabien Potencier",
2409
- "email": "fabien@symfony.com"
2410
- },
2411
- {
2412
- "name": "Symfony Community",
2413
- "homepage": "https://symfony.com/contributors"
2414
- }
2415
- ],
2416
- "description": "Provides an improved replacement for the array_replace PHP function",
2417
- "homepage": "https://symfony.com",
2418
- "keywords": [
2419
- "config",
2420
- "configuration",
2421
- "options"
2422
- ],
2423
- "support": {
2424
- "source": "https://github.com/symfony/options-resolver/tree/v5.4.45"
2425
- },
2426
- "funding": [
2427
- {
2428
- "url": "https://symfony.com/sponsor",
2429
- "type": "custom"
2430
- },
2431
- {
2432
- "url": "https://github.com/fabpot",
2433
- "type": "github"
2434
- },
2435
- {
2436
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2437
- "type": "tidelift"
2438
- }
2439
- ],
2440
- "time": "2024-09-25T14:11:13+00:00"
2441
- },
2442
- {
2443
- "name": "symfony/polyfill-php70",
2444
- "version": "v1.20.0",
2445
- "source": {
2446
- "type": "git",
2447
- "url": "https://github.com/symfony/polyfill-php70.git",
2448
- "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644"
2449
- },
2450
- "dist": {
2451
- "type": "zip",
2452
- "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/5f03a781d984aae42cebd18e7912fa80f02ee644",
2453
- "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644",
2454
- "shasum": ""
2455
- },
2456
- "require": {
2457
- "php": ">=7.1"
2458
- },
2459
- "type": "metapackage",
2460
- "extra": {
2461
- "thanks": {
2462
- "url": "https://github.com/symfony/polyfill",
2463
- "name": "symfony/polyfill"
2464
- },
2465
- "branch-alias": {
2466
- "dev-main": "1.20-dev"
2467
- }
2468
- },
2469
- "notification-url": "https://packagist.org/downloads/",
2470
- "license": [
2471
- "MIT"
2472
- ],
2473
- "authors": [
2474
- {
2475
- "name": "Nicolas Grekas",
2476
- "email": "p@tchwork.com"
2477
- },
2478
- {
2479
- "name": "Symfony Community",
2480
- "homepage": "https://symfony.com/contributors"
2481
- }
2482
- ],
2483
- "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
2484
- "homepage": "https://symfony.com",
2485
- "keywords": [
2486
- "compatibility",
2487
- "polyfill",
2488
- "portable",
2489
- "shim"
2490
- ],
2491
- "support": {
2492
- "source": "https://github.com/symfony/polyfill-php70/tree/v1.20.0"
2493
- },
2494
- "funding": [
2495
- {
2496
- "url": "https://symfony.com/sponsor",
2497
- "type": "custom"
2498
- },
2499
- {
2500
- "url": "https://github.com/fabpot",
2501
- "type": "github"
2502
- },
2503
- {
2504
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2505
- "type": "tidelift"
2506
- }
2507
- ],
2508
- "time": "2020-10-23T14:02:19+00:00"
2509
- },
2510
- {
2511
- "name": "symfony/polyfill-php72",
2512
- "version": "v1.31.0",
2513
- "source": {
2514
- "type": "git",
2515
- "url": "https://github.com/symfony/polyfill-php72.git",
2516
- "reference": "fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce"
2517
- },
2518
- "dist": {
2519
- "type": "zip",
2520
- "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce",
2521
- "reference": "fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce",
2522
- "shasum": ""
2523
- },
2524
- "require": {
2525
- "php": ">=7.2"
2526
- },
2527
- "type": "metapackage",
2528
- "extra": {
2529
- "thanks": {
2530
- "url": "https://github.com/symfony/polyfill",
2531
- "name": "symfony/polyfill"
2532
- }
2533
- },
2534
- "notification-url": "https://packagist.org/downloads/",
2535
- "license": [
2536
- "MIT"
2537
- ],
2538
- "authors": [
2539
- {
2540
- "name": "Nicolas Grekas",
2541
- "email": "p@tchwork.com"
2542
- },
2543
- {
2544
- "name": "Symfony Community",
2545
- "homepage": "https://symfony.com/contributors"
2546
- }
2547
- ],
2548
- "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
2549
- "homepage": "https://symfony.com",
2550
- "keywords": [
2551
- "compatibility",
2552
- "polyfill",
2553
- "portable",
2554
- "shim"
2555
- ],
2556
- "support": {
2557
- "source": "https://github.com/symfony/polyfill-php72/tree/v1.31.0"
2558
- },
2559
- "funding": [
2560
- {
2561
- "url": "https://symfony.com/sponsor",
2562
- "type": "custom"
2563
- },
2564
- {
2565
- "url": "https://github.com/fabpot",
2566
- "type": "github"
2567
- },
2568
- {
2569
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2570
- "type": "tidelift"
2571
- }
2572
- ],
2573
- "time": "2024-09-09T11:45:10+00:00"
2574
- },
2575
- {
2576
- "name": "symfony/stopwatch",
2577
- "version": "v5.4.45",
2578
- "source": {
2579
- "type": "git",
2580
- "url": "https://github.com/symfony/stopwatch.git",
2581
- "reference": "fb2c199cf302eb207f8c23e7ee174c1c31a5c004"
2582
- },
2583
- "dist": {
2584
- "type": "zip",
2585
- "url": "https://api.github.com/repos/symfony/stopwatch/zipball/fb2c199cf302eb207f8c23e7ee174c1c31a5c004",
2586
- "reference": "fb2c199cf302eb207f8c23e7ee174c1c31a5c004",
2587
- "shasum": ""
2588
- },
2589
- "require": {
2590
- "php": ">=7.2.5",
2591
- "symfony/service-contracts": "^1|^2|^3"
2592
- },
2593
- "type": "library",
2594
- "autoload": {
2595
- "psr-4": {
2596
- "Symfony\\Component\\Stopwatch\\": ""
2597
- },
2598
- "exclude-from-classmap": [
2599
- "/Tests/"
2600
- ]
2601
- },
2602
- "notification-url": "https://packagist.org/downloads/",
2603
- "license": [
2604
- "MIT"
2605
- ],
2606
- "authors": [
2607
- {
2608
- "name": "Fabien Potencier",
2609
- "email": "fabien@symfony.com"
2610
- },
2611
- {
2612
- "name": "Symfony Community",
2613
- "homepage": "https://symfony.com/contributors"
2614
- }
2615
- ],
2616
- "description": "Provides a way to profile code",
2617
- "homepage": "https://symfony.com",
2618
- "support": {
2619
- "source": "https://github.com/symfony/stopwatch/tree/v5.4.45"
2620
- },
2621
- "funding": [
2622
- {
2623
- "url": "https://symfony.com/sponsor",
2624
- "type": "custom"
2625
- },
2626
- {
2627
- "url": "https://github.com/fabpot",
2628
- "type": "github"
2629
- },
2630
- {
2631
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2632
- "type": "tidelift"
2633
- }
2634
- ],
2635
- "time": "2024-09-25T14:11:13+00:00"
2636
- }
2637
- ],
2638
- "aliases": [],
2639
- "minimum-stability": "stable",
2640
- "stability-flags": {},
2641
- "prefer-stable": false,
2642
- "prefer-lowest": false,
2643
- "platform": {
2644
- "php": "^8.2",
2645
- "ext-json": "*"
2646
- },
2647
- "platform-dev": {},
2648
- "plugin-api-version": "2.6.0"
2649
- }