dependabot-composer 0.286.0 → 0.287.0

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