Projekt

Obecné

Profil

Stáhnout (139 KB) Statistiky
| Větev: | Revize:
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": "c3005e8bd1ce383e1ee58d624e0eb875",
8
    "packages": [
9
        {
10
            "name": "alcaeus/mongo-php-adapter",
11
            "version": "1.1.11",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/alcaeus/mongo-php-adapter.git",
15
                "reference": "43b6add94c8b4cb9890d662cba4c0defde733dcf"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/alcaeus/mongo-php-adapter/zipball/43b6add94c8b4cb9890d662cba4c0defde733dcf",
20
                "reference": "43b6add94c8b4cb9890d662cba4c0defde733dcf",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "ext-ctype": "*",
25
                "ext-hash": "*",
26
                "ext-mongodb": "^1.2.0",
27
                "mongodb/mongodb": "^1.0.1",
28
                "php": "^5.6 || ^7.0"
29
            },
30
            "provide": {
31
                "ext-mongo": "1.6.14"
32
            },
33
            "require-dev": {
34
                "phpunit/phpunit": "^5.7.27 || ^6.0 || ^7.0",
35
                "squizlabs/php_codesniffer": "^3.2"
36
            },
37
            "type": "library",
38
            "extra": {
39
                "branch-alias": {
40
                    "dev-master": "1.1.x-dev"
41
                }
42
            },
43
            "autoload": {
44
                "psr-0": {
45
                    "Mongo": "lib/Mongo"
46
                },
47
                "psr-4": {
48
                    "Alcaeus\\MongoDbAdapter\\": "lib/Alcaeus/MongoDbAdapter"
49
                },
50
                "files": [
51
                    "lib/Mongo/functions.php"
52
                ]
53
            },
54
            "notification-url": "https://packagist.org/downloads/",
55
            "license": [
56
                "MIT"
57
            ],
58
            "authors": [
59
                {
60
                    "name": "alcaeus",
61
                    "email": "alcaeus@alcaeus.org"
62
                },
63
                {
64
                    "name": "Olivier Lechevalier",
65
                    "email": "olivier.lechevalier@gmail.com"
66
                }
67
            ],
68
            "description": "Adapter to provide ext-mongo interface on top of mongo-php-libary",
69
            "keywords": [
70
                "database",
71
                "mongodb"
72
            ],
73
            "time": "2019-11-11T20:47:32+00:00"
74
        },
75
        {
76
            "name": "doctrine/annotations",
77
            "version": "1.10.1",
78
            "source": {
79
                "type": "git",
80
                "url": "https://github.com/doctrine/annotations.git",
81
                "reference": "5eb79f3dbdffed6544e1fc287572c0f462bd29bb"
82
            },
83
            "dist": {
84
                "type": "zip",
85
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/5eb79f3dbdffed6544e1fc287572c0f462bd29bb",
86
                "reference": "5eb79f3dbdffed6544e1fc287572c0f462bd29bb",
87
                "shasum": ""
88
            },
89
            "require": {
90
                "doctrine/lexer": "1.*",
91
                "ext-tokenizer": "*",
92
                "php": "^7.1"
93
            },
94
            "require-dev": {
95
                "doctrine/cache": "1.*",
96
                "phpunit/phpunit": "^7.5"
97
            },
98
            "type": "library",
99
            "extra": {
100
                "branch-alias": {
101
                    "dev-master": "1.9.x-dev"
102
                }
103
            },
104
            "autoload": {
105
                "psr-4": {
106
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
107
                }
108
            },
109
            "notification-url": "https://packagist.org/downloads/",
110
            "license": [
111
                "MIT"
112
            ],
113
            "authors": [
114
                {
115
                    "name": "Guilherme Blanco",
116
                    "email": "guilhermeblanco@gmail.com"
117
                },
118
                {
119
                    "name": "Roman Borschel",
120
                    "email": "roman@code-factory.org"
121
                },
122
                {
123
                    "name": "Benjamin Eberlei",
124
                    "email": "kontakt@beberlei.de"
125
                },
126
                {
127
                    "name": "Jonathan Wage",
128
                    "email": "jonwage@gmail.com"
129
                },
130
                {
131
                    "name": "Johannes Schmitt",
132
                    "email": "schmittjoh@gmail.com"
133
                }
134
            ],
135
            "description": "Docblock Annotations Parser",
136
            "homepage": "http://www.doctrine-project.org",
137
            "keywords": [
138
                "annotations",
139
                "docblock",
140
                "parser"
141
            ],
142
            "time": "2020-04-02T12:33:25+00:00"
143
        },
144
        {
145
            "name": "doctrine/cache",
146
            "version": "1.10.0",
147
            "source": {
148
                "type": "git",
149
                "url": "https://github.com/doctrine/cache.git",
150
                "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62"
151
            },
152
            "dist": {
153
                "type": "zip",
154
                "url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62",
155
                "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62",
156
                "shasum": ""
157
            },
158
            "require": {
159
                "php": "~7.1"
160
            },
161
            "conflict": {
162
                "doctrine/common": ">2.2,<2.4"
163
            },
164
            "require-dev": {
165
                "alcaeus/mongo-php-adapter": "^1.1",
166
                "doctrine/coding-standard": "^6.0",
167
                "mongodb/mongodb": "^1.1",
168
                "phpunit/phpunit": "^7.0",
169
                "predis/predis": "~1.0"
170
            },
171
            "suggest": {
172
                "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
173
            },
174
            "type": "library",
175
            "extra": {
176
                "branch-alias": {
177
                    "dev-master": "1.9.x-dev"
178
                }
179
            },
180
            "autoload": {
181
                "psr-4": {
182
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
183
                }
184
            },
185
            "notification-url": "https://packagist.org/downloads/",
186
            "license": [
187
                "MIT"
188
            ],
189
            "authors": [
190
                {
191
                    "name": "Guilherme Blanco",
192
                    "email": "guilhermeblanco@gmail.com"
193
                },
194
                {
195
                    "name": "Roman Borschel",
196
                    "email": "roman@code-factory.org"
197
                },
198
                {
199
                    "name": "Benjamin Eberlei",
200
                    "email": "kontakt@beberlei.de"
201
                },
202
                {
203
                    "name": "Jonathan Wage",
204
                    "email": "jonwage@gmail.com"
205
                },
206
                {
207
                    "name": "Johannes Schmitt",
208
                    "email": "schmittjoh@gmail.com"
209
                }
210
            ],
211
            "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
212
            "homepage": "https://www.doctrine-project.org/projects/cache.html",
213
            "keywords": [
214
                "abstraction",
215
                "apcu",
216
                "cache",
217
                "caching",
218
                "couchdb",
219
                "memcached",
220
                "php",
221
                "redis",
222
                "xcache"
223
            ],
224
            "time": "2019-11-29T15:36:20+00:00"
225
        },
226
        {
227
            "name": "doctrine/collections",
228
            "version": "1.6.4",
229
            "source": {
230
                "type": "git",
231
                "url": "https://github.com/doctrine/collections.git",
232
                "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7"
233
            },
234
            "dist": {
235
                "type": "zip",
236
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
237
                "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
238
                "shasum": ""
239
            },
240
            "require": {
241
                "php": "^7.1.3"
242
            },
243
            "require-dev": {
244
                "doctrine/coding-standard": "^6.0",
245
                "phpstan/phpstan-shim": "^0.9.2",
246
                "phpunit/phpunit": "^7.0",
247
                "vimeo/psalm": "^3.2.2"
248
            },
249
            "type": "library",
250
            "extra": {
251
                "branch-alias": {
252
                    "dev-master": "1.6.x-dev"
253
                }
254
            },
255
            "autoload": {
256
                "psr-4": {
257
                    "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
258
                }
259
            },
260
            "notification-url": "https://packagist.org/downloads/",
261
            "license": [
262
                "MIT"
263
            ],
264
            "authors": [
265
                {
266
                    "name": "Guilherme Blanco",
267
                    "email": "guilhermeblanco@gmail.com"
268
                },
269
                {
270
                    "name": "Roman Borschel",
271
                    "email": "roman@code-factory.org"
272
                },
273
                {
274
                    "name": "Benjamin Eberlei",
275
                    "email": "kontakt@beberlei.de"
276
                },
277
                {
278
                    "name": "Jonathan Wage",
279
                    "email": "jonwage@gmail.com"
280
                },
281
                {
282
                    "name": "Johannes Schmitt",
283
                    "email": "schmittjoh@gmail.com"
284
                }
285
            ],
286
            "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
287
            "homepage": "https://www.doctrine-project.org/projects/collections.html",
288
            "keywords": [
289
                "array",
290
                "collections",
291
                "iterators",
292
                "php"
293
            ],
294
            "time": "2019-11-13T13:07:11+00:00"
295
        },
296
        {
297
            "name": "doctrine/event-manager",
298
            "version": "1.1.0",
299
            "source": {
300
                "type": "git",
301
                "url": "https://github.com/doctrine/event-manager.git",
302
                "reference": "629572819973f13486371cb611386eb17851e85c"
303
            },
304
            "dist": {
305
                "type": "zip",
306
                "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
307
                "reference": "629572819973f13486371cb611386eb17851e85c",
308
                "shasum": ""
309
            },
310
            "require": {
311
                "php": "^7.1"
312
            },
313
            "conflict": {
314
                "doctrine/common": "<2.9@dev"
315
            },
316
            "require-dev": {
317
                "doctrine/coding-standard": "^6.0",
318
                "phpunit/phpunit": "^7.0"
319
            },
320
            "type": "library",
321
            "extra": {
322
                "branch-alias": {
323
                    "dev-master": "1.0.x-dev"
324
                }
325
            },
326
            "autoload": {
327
                "psr-4": {
328
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
329
                }
330
            },
331
            "notification-url": "https://packagist.org/downloads/",
332
            "license": [
333
                "MIT"
334
            ],
335
            "authors": [
336
                {
337
                    "name": "Guilherme Blanco",
338
                    "email": "guilhermeblanco@gmail.com"
339
                },
340
                {
341
                    "name": "Roman Borschel",
342
                    "email": "roman@code-factory.org"
343
                },
344
                {
345
                    "name": "Benjamin Eberlei",
346
                    "email": "kontakt@beberlei.de"
347
                },
348
                {
349
                    "name": "Jonathan Wage",
350
                    "email": "jonwage@gmail.com"
351
                },
352
                {
353
                    "name": "Johannes Schmitt",
354
                    "email": "schmittjoh@gmail.com"
355
                },
356
                {
357
                    "name": "Marco Pivetta",
358
                    "email": "ocramius@gmail.com"
359
                }
360
            ],
361
            "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
362
            "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
363
            "keywords": [
364
                "event",
365
                "event dispatcher",
366
                "event manager",
367
                "event system",
368
                "events"
369
            ],
370
            "time": "2019-11-10T09:48:07+00:00"
371
        },
372
        {
373
            "name": "doctrine/instantiator",
374
            "version": "1.3.0",
375
            "source": {
376
                "type": "git",
377
                "url": "https://github.com/doctrine/instantiator.git",
378
                "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
379
            },
380
            "dist": {
381
                "type": "zip",
382
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
383
                "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
384
                "shasum": ""
385
            },
386
            "require": {
387
                "php": "^7.1"
388
            },
389
            "require-dev": {
390
                "doctrine/coding-standard": "^6.0",
391
                "ext-pdo": "*",
392
                "ext-phar": "*",
393
                "phpbench/phpbench": "^0.13",
394
                "phpstan/phpstan-phpunit": "^0.11",
395
                "phpstan/phpstan-shim": "^0.11",
396
                "phpunit/phpunit": "^7.0"
397
            },
398
            "type": "library",
399
            "extra": {
400
                "branch-alias": {
401
                    "dev-master": "1.2.x-dev"
402
                }
403
            },
404
            "autoload": {
405
                "psr-4": {
406
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
407
                }
408
            },
409
            "notification-url": "https://packagist.org/downloads/",
410
            "license": [
411
                "MIT"
412
            ],
413
            "authors": [
414
                {
415
                    "name": "Marco Pivetta",
416
                    "email": "ocramius@gmail.com",
417
                    "homepage": "http://ocramius.github.com/"
418
                }
419
            ],
420
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
421
            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
422
            "keywords": [
423
                "constructor",
424
                "instantiate"
425
            ],
426
            "time": "2019-10-21T16:45:58+00:00"
427
        },
428
        {
429
            "name": "doctrine/lexer",
430
            "version": "1.2.0",
431
            "source": {
432
                "type": "git",
433
                "url": "https://github.com/doctrine/lexer.git",
434
                "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"
435
            },
436
            "dist": {
437
                "type": "zip",
438
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
439
                "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
440
                "shasum": ""
441
            },
442
            "require": {
443
                "php": "^7.2"
444
            },
445
            "require-dev": {
446
                "doctrine/coding-standard": "^6.0",
447
                "phpstan/phpstan": "^0.11.8",
448
                "phpunit/phpunit": "^8.2"
449
            },
450
            "type": "library",
451
            "extra": {
452
                "branch-alias": {
453
                    "dev-master": "1.2.x-dev"
454
                }
455
            },
456
            "autoload": {
457
                "psr-4": {
458
                    "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
459
                }
460
            },
461
            "notification-url": "https://packagist.org/downloads/",
462
            "license": [
463
                "MIT"
464
            ],
465
            "authors": [
466
                {
467
                    "name": "Guilherme Blanco",
468
                    "email": "guilhermeblanco@gmail.com"
469
                },
470
                {
471
                    "name": "Roman Borschel",
472
                    "email": "roman@code-factory.org"
473
                },
474
                {
475
                    "name": "Johannes Schmitt",
476
                    "email": "schmittjoh@gmail.com"
477
                }
478
            ],
479
            "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
480
            "homepage": "https://www.doctrine-project.org/projects/lexer.html",
481
            "keywords": [
482
                "annotations",
483
                "docblock",
484
                "lexer",
485
                "parser",
486
                "php"
487
            ],
488
            "time": "2019-10-30T14:39:59+00:00"
489
        },
490
        {
491
            "name": "doctrine/mongodb-odm",
492
            "version": "2.0.5",
493
            "source": {
494
                "type": "git",
495
                "url": "https://github.com/doctrine/mongodb-odm.git",
496
                "reference": "638c4ec715941e9cfcaeff0dc3cd33576735548e"
497
            },
498
            "dist": {
499
                "type": "zip",
500
                "url": "https://api.github.com/repos/doctrine/mongodb-odm/zipball/638c4ec715941e9cfcaeff0dc3cd33576735548e",
501
                "reference": "638c4ec715941e9cfcaeff0dc3cd33576735548e",
502
                "shasum": ""
503
            },
504
            "require": {
505
                "doctrine/annotations": "^1.6",
506
                "doctrine/cache": "^1.7",
507
                "doctrine/collections": "^1.5",
508
                "doctrine/event-manager": "^1.0",
509
                "doctrine/instantiator": "^1.1",
510
                "doctrine/persistence": "^1.3.5",
511
                "ext-mongodb": "^1.5",
512
                "mongodb/mongodb": "^1.2.0",
513
                "ocramius/proxy-manager": "^2.2",
514
                "php": "^7.2",
515
                "symfony/console": "^3.4|^4.1|^5.0",
516
                "symfony/var-dumper": "^3.4|^4.1|^5.0"
517
            },
518
            "require-dev": {
519
                "doctrine/coding-standard": "^6.0",
520
                "jmikola/geojson": "^1.0",
521
                "phpbench/phpbench": "^0.13.0",
522
                "phpstan/phpstan": "^0.10.3",
523
                "phpunit/phpunit": "^8.2",
524
                "squizlabs/php_codesniffer": "^3.5"
525
            },
526
            "type": "library",
527
            "extra": {
528
                "branch-alias": {
529
                    "dev-master": "2.0.x-dev"
530
                }
531
            },
532
            "autoload": {
533
                "psr-4": {
534
                    "Doctrine\\ODM\\MongoDB\\": "lib/Doctrine/ODM/MongoDB"
535
                }
536
            },
537
            "notification-url": "https://packagist.org/downloads/",
538
            "license": [
539
                "MIT"
540
            ],
541
            "authors": [
542
                {
543
                    "name": "Bulat Shakirzyanov",
544
                    "email": "mallluhuct@gmail.com"
545
                },
546
                {
547
                    "name": "Kris Wallsmith",
548
                    "email": "kris.wallsmith@gmail.com"
549
                },
550
                {
551
                    "name": "Jonathan H. Wage",
552
                    "email": "jonwage@gmail.com"
553
                },
554
                {
555
                    "name": "Jeremy Mikola",
556
                    "email": "jmikola@gmail.com"
557
                },
558
                {
559
                    "name": "Maciej Malarz",
560
                    "email": "malarzm@gmail.com"
561
                },
562
                {
563
                    "name": "Andreas Braun",
564
                    "email": "alcaeus@alcaeus.org"
565
                }
566
            ],
567
            "description": "PHP Doctrine MongoDB Object Document Mapper (ODM) provides transparent persistence for PHP objects to MongoDB.",
568
            "homepage": "https://www.doctrine-project.org/projects/mongodb-odm.html",
569
            "keywords": [
570
                "data",
571
                "mapper",
572
                "mapping",
573
                "mongodb",
574
                "object",
575
                "odm",
576
                "php"
577
            ],
578
            "time": "2020-01-14T20:52:40+00:00"
579
        },
580
        {
581
            "name": "doctrine/mongodb-odm-bundle",
582
            "version": "4.1.1",
583
            "source": {
584
                "type": "git",
585
                "url": "https://github.com/doctrine/DoctrineMongoDBBundle.git",
586
                "reference": "21ed3a7ca4a5cd7571574943363e88aa703fae37"
587
            },
588
            "dist": {
589
                "type": "zip",
590
                "url": "https://api.github.com/repos/doctrine/DoctrineMongoDBBundle/zipball/21ed3a7ca4a5cd7571574943363e88aa703fae37",
591
                "reference": "21ed3a7ca4a5cd7571574943363e88aa703fae37",
592
                "shasum": ""
593
            },
594
            "require": {
595
                "doctrine/annotations": "^1.2",
596
                "doctrine/mongodb-odm": "^2.0.0",
597
                "doctrine/persistence": "^1.3.6",
598
                "php": "^7.2",
599
                "psr/log": "^1.0",
600
                "symfony/config": "^4.3.3|^5.0",
601
                "symfony/console": "^4.3.3|^5.0",
602
                "symfony/dependency-injection": "^4.3.3|^5.0",
603
                "symfony/doctrine-bridge": "^4.3.3|^5.0",
604
                "symfony/framework-bundle": "^4.3.3|^5.0",
605
                "symfony/http-kernel": "^4.3.7|^5.0",
606
                "symfony/options-resolver": "^4.3.3|^5.0"
607
            },
608
            "require-dev": {
609
                "doctrine/coding-standard": "^6.0",
610
                "doctrine/data-fixtures": "^1.2.2",
611
                "phpunit/phpunit": "^7.3",
612
                "squizlabs/php_codesniffer": "^3.5",
613
                "symfony/form": "^4.3.3|^5.0",
614
                "symfony/phpunit-bridge": "^4.3.3|^5.0",
615
                "symfony/yaml": "^4.3.3|^5.0"
616
            },
617
            "suggest": {
618
                "doctrine/data-fixtures": "Load data fixtures"
619
            },
620
            "type": "symfony-bundle",
621
            "extra": {
622
                "branch-alias": {
623
                    "dev-master": "4.1.x-dev"
624
                }
625
            },
626
            "autoload": {
627
                "psr-4": {
628
                    "Doctrine\\Bundle\\MongoDBBundle\\": ""
629
                },
630
                "exclude-from-classmap": [
631
                    "/Tests/"
632
                ]
633
            },
634
            "notification-url": "https://packagist.org/downloads/",
635
            "license": [
636
                "MIT"
637
            ],
638
            "authors": [
639
                {
640
                    "name": "Bulat Shakirzyanov",
641
                    "email": "mallluhuct@gmail.com"
642
                },
643
                {
644
                    "name": "Kris Wallsmith",
645
                    "email": "kris@symfony.com"
646
                },
647
                {
648
                    "name": "Jonathan H. Wage",
649
                    "email": "jonwage@gmail.com"
650
                }
651
            ],
652
            "description": "Symfony2 Doctrine MongoDB Bundle",
653
            "homepage": "http://www.doctrine-project.org",
654
            "keywords": [
655
                "mongodb",
656
                "persistence",
657
                "symfony"
658
            ],
659
            "time": "2020-03-22T11:17:29+00:00"
660
        },
661
        {
662
            "name": "doctrine/persistence",
663
            "version": "1.3.7",
664
            "source": {
665
                "type": "git",
666
                "url": "https://github.com/doctrine/persistence.git",
667
                "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0"
668
            },
669
            "dist": {
670
                "type": "zip",
671
                "url": "https://api.github.com/repos/doctrine/persistence/zipball/0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
672
                "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
673
                "shasum": ""
674
            },
675
            "require": {
676
                "doctrine/annotations": "^1.0",
677
                "doctrine/cache": "^1.0",
678
                "doctrine/collections": "^1.0",
679
                "doctrine/event-manager": "^1.0",
680
                "doctrine/reflection": "^1.2",
681
                "php": "^7.1"
682
            },
683
            "conflict": {
684
                "doctrine/common": "<2.10@dev"
685
            },
686
            "require-dev": {
687
                "doctrine/coding-standard": "^6.0",
688
                "phpstan/phpstan": "^0.11",
689
                "phpunit/phpunit": "^7.0"
690
            },
691
            "type": "library",
692
            "extra": {
693
                "branch-alias": {
694
                    "dev-master": "1.3.x-dev"
695
                }
696
            },
697
            "autoload": {
698
                "psr-4": {
699
                    "Doctrine\\Common\\": "lib/Doctrine/Common",
700
                    "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
701
                }
702
            },
703
            "notification-url": "https://packagist.org/downloads/",
704
            "license": [
705
                "MIT"
706
            ],
707
            "authors": [
708
                {
709
                    "name": "Guilherme Blanco",
710
                    "email": "guilhermeblanco@gmail.com"
711
                },
712
                {
713
                    "name": "Roman Borschel",
714
                    "email": "roman@code-factory.org"
715
                },
716
                {
717
                    "name": "Benjamin Eberlei",
718
                    "email": "kontakt@beberlei.de"
719
                },
720
                {
721
                    "name": "Jonathan Wage",
722
                    "email": "jonwage@gmail.com"
723
                },
724
                {
725
                    "name": "Johannes Schmitt",
726
                    "email": "schmittjoh@gmail.com"
727
                },
728
                {
729
                    "name": "Marco Pivetta",
730
                    "email": "ocramius@gmail.com"
731
                }
732
            ],
733
            "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
734
            "homepage": "https://doctrine-project.org/projects/persistence.html",
735
            "keywords": [
736
                "mapper",
737
                "object",
738
                "odm",
739
                "orm",
740
                "persistence"
741
            ],
742
            "funding": [
743
                {
744
                    "url": "https://www.doctrine-project.org/sponsorship.html",
745
                    "type": "custom"
746
                },
747
                {
748
                    "url": "https://www.patreon.com/phpdoctrine",
749
                    "type": "patreon"
750
                },
751
                {
752
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence",
753
                    "type": "tidelift"
754
                }
755
            ],
756
            "time": "2020-03-21T15:13:52+00:00"
757
        },
758
        {
759
            "name": "doctrine/reflection",
760
            "version": "1.2.1",
761
            "source": {
762
                "type": "git",
763
                "url": "https://github.com/doctrine/reflection.git",
764
                "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79"
765
            },
766
            "dist": {
767
                "type": "zip",
768
                "url": "https://api.github.com/repos/doctrine/reflection/zipball/55e71912dfcd824b2fdd16f2d9afe15684cfce79",
769
                "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79",
770
                "shasum": ""
771
            },
772
            "require": {
773
                "doctrine/annotations": "^1.0",
774
                "ext-tokenizer": "*",
775
                "php": "^7.1"
776
            },
777
            "conflict": {
778
                "doctrine/common": "<2.9"
779
            },
780
            "require-dev": {
781
                "doctrine/coding-standard": "^5.0",
782
                "doctrine/common": "^2.10",
783
                "phpstan/phpstan": "^0.11.0",
784
                "phpstan/phpstan-phpunit": "^0.11.0",
785
                "phpunit/phpunit": "^7.0"
786
            },
787
            "type": "library",
788
            "extra": {
789
                "branch-alias": {
790
                    "dev-master": "1.2.x-dev"
791
                }
792
            },
793
            "autoload": {
794
                "psr-4": {
795
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
796
                }
797
            },
798
            "notification-url": "https://packagist.org/downloads/",
799
            "license": [
800
                "MIT"
801
            ],
802
            "authors": [
803
                {
804
                    "name": "Guilherme Blanco",
805
                    "email": "guilhermeblanco@gmail.com"
806
                },
807
                {
808
                    "name": "Roman Borschel",
809
                    "email": "roman@code-factory.org"
810
                },
811
                {
812
                    "name": "Benjamin Eberlei",
813
                    "email": "kontakt@beberlei.de"
814
                },
815
                {
816
                    "name": "Jonathan Wage",
817
                    "email": "jonwage@gmail.com"
818
                },
819
                {
820
                    "name": "Johannes Schmitt",
821
                    "email": "schmittjoh@gmail.com"
822
                },
823
                {
824
                    "name": "Marco Pivetta",
825
                    "email": "ocramius@gmail.com"
826
                }
827
            ],
828
            "description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.",
829
            "homepage": "https://www.doctrine-project.org/projects/reflection.html",
830
            "keywords": [
831
                "reflection",
832
                "static"
833
            ],
834
            "time": "2020-03-27T11:06:43+00:00"
835
        },
836
        {
837
            "name": "laminas/laminas-code",
838
            "version": "3.4.1",
839
            "source": {
840
                "type": "git",
841
                "url": "https://github.com/laminas/laminas-code.git",
842
                "reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766"
843
            },
844
            "dist": {
845
                "type": "zip",
846
                "url": "https://api.github.com/repos/laminas/laminas-code/zipball/1cb8f203389ab1482bf89c0e70a04849bacd7766",
847
                "reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766",
848
                "shasum": ""
849
            },
850
            "require": {
851
                "laminas/laminas-eventmanager": "^2.6 || ^3.0",
852
                "laminas/laminas-zendframework-bridge": "^1.0",
853
                "php": "^7.1"
854
            },
855
            "conflict": {
856
                "phpspec/prophecy": "<1.9.0"
857
            },
858
            "replace": {
859
                "zendframework/zend-code": "self.version"
860
            },
861
            "require-dev": {
862
                "doctrine/annotations": "^1.7",
863
                "ext-phar": "*",
864
                "laminas/laminas-coding-standard": "^1.0",
865
                "laminas/laminas-stdlib": "^2.7 || ^3.0",
866
                "phpunit/phpunit": "^7.5.16 || ^8.4"
867
            },
868
            "suggest": {
869
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
870
                "laminas/laminas-stdlib": "Laminas\\Stdlib component"
871
            },
872
            "type": "library",
873
            "extra": {
874
                "branch-alias": {
875
                    "dev-master": "3.4.x-dev",
876
                    "dev-develop": "3.5.x-dev",
877
                    "dev-dev-4.0": "4.0.x-dev"
878
                }
879
            },
880
            "autoload": {
881
                "psr-4": {
882
                    "Laminas\\Code\\": "src/"
883
                }
884
            },
885
            "notification-url": "https://packagist.org/downloads/",
886
            "license": [
887
                "BSD-3-Clause"
888
            ],
889
            "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
890
            "homepage": "https://laminas.dev",
891
            "keywords": [
892
                "code",
893
                "laminas"
894
            ],
895
            "time": "2019-12-31T16:28:24+00:00"
896
        },
897
        {
898
            "name": "laminas/laminas-eventmanager",
899
            "version": "3.2.1",
900
            "source": {
901
                "type": "git",
902
                "url": "https://github.com/laminas/laminas-eventmanager.git",
903
                "reference": "ce4dc0bdf3b14b7f9815775af9dfee80a63b4748"
904
            },
905
            "dist": {
906
                "type": "zip",
907
                "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/ce4dc0bdf3b14b7f9815775af9dfee80a63b4748",
908
                "reference": "ce4dc0bdf3b14b7f9815775af9dfee80a63b4748",
909
                "shasum": ""
910
            },
911
            "require": {
912
                "laminas/laminas-zendframework-bridge": "^1.0",
913
                "php": "^5.6 || ^7.0"
914
            },
915
            "replace": {
916
                "zendframework/zend-eventmanager": "self.version"
917
            },
918
            "require-dev": {
919
                "athletic/athletic": "^0.1",
920
                "container-interop/container-interop": "^1.1.0",
921
                "laminas/laminas-coding-standard": "~1.0.0",
922
                "laminas/laminas-stdlib": "^2.7.3 || ^3.0",
923
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
924
            },
925
            "suggest": {
926
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
927
                "laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
928
            },
929
            "type": "library",
930
            "extra": {
931
                "branch-alias": {
932
                    "dev-master": "3.2-dev",
933
                    "dev-develop": "3.3-dev"
934
                }
935
            },
936
            "autoload": {
937
                "psr-4": {
938
                    "Laminas\\EventManager\\": "src/"
939
                }
940
            },
941
            "notification-url": "https://packagist.org/downloads/",
942
            "license": [
943
                "BSD-3-Clause"
944
            ],
945
            "description": "Trigger and listen to events within a PHP application",
946
            "homepage": "https://laminas.dev",
947
            "keywords": [
948
                "event",
949
                "eventmanager",
950
                "events",
951
                "laminas"
952
            ],
953
            "time": "2019-12-31T16:44:52+00:00"
954
        },
955
        {
956
            "name": "laminas/laminas-zendframework-bridge",
957
            "version": "1.0.3",
958
            "source": {
959
                "type": "git",
960
                "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
961
                "reference": "bfbbdb6c998d50dbf69d2187cb78a5f1fa36e1e9"
962
            },
963
            "dist": {
964
                "type": "zip",
965
                "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/bfbbdb6c998d50dbf69d2187cb78a5f1fa36e1e9",
966
                "reference": "bfbbdb6c998d50dbf69d2187cb78a5f1fa36e1e9",
967
                "shasum": ""
968
            },
969
            "require": {
970
                "php": "^5.6 || ^7.0"
971
            },
972
            "require-dev": {
973
                "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1",
974
                "squizlabs/php_codesniffer": "^3.5"
975
            },
976
            "type": "library",
977
            "extra": {
978
                "branch-alias": {
979
                    "dev-master": "1.0.x-dev",
980
                    "dev-develop": "1.1.x-dev"
981
                },
982
                "laminas": {
983
                    "module": "Laminas\\ZendFrameworkBridge"
984
                }
985
            },
986
            "autoload": {
987
                "files": [
988
                    "src/autoload.php"
989
                ],
990
                "psr-4": {
991
                    "Laminas\\ZendFrameworkBridge\\": "src//"
992
                }
993
            },
994
            "notification-url": "https://packagist.org/downloads/",
995
            "license": [
996
                "BSD-3-Clause"
997
            ],
998
            "description": "Alias legacy ZF class names to Laminas Project equivalents.",
999
            "keywords": [
1000
                "ZendFramework",
1001
                "autoloading",
1002
                "laminas",
1003
                "zf"
1004
            ],
1005
            "funding": [
1006
                {
1007
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1008
                    "type": "community_bridge"
1009
                }
1010
            ],
1011
            "time": "2020-04-03T16:01:00+00:00"
1012
        },
1013
        {
1014
            "name": "mongodb/mongodb",
1015
            "version": "1.6.0",
1016
            "source": {
1017
                "type": "git",
1018
                "url": "https://github.com/mongodb/mongo-php-library.git",
1019
                "reference": "dc43ba25fb593d6a2988e6a535b6f5386eda5b15"
1020
            },
1021
            "dist": {
1022
                "type": "zip",
1023
                "url": "https://api.github.com/repos/mongodb/mongo-php-library/zipball/dc43ba25fb593d6a2988e6a535b6f5386eda5b15",
1024
                "reference": "dc43ba25fb593d6a2988e6a535b6f5386eda5b15",
1025
                "shasum": ""
1026
            },
1027
            "require": {
1028
                "ext-hash": "*",
1029
                "ext-json": "*",
1030
                "ext-mongodb": "^1.7",
1031
                "php": "^5.6 || ^7.0"
1032
            },
1033
            "require-dev": {
1034
                "phpunit/phpunit": "^5.7.27 || ^6.4 || ^8.3",
1035
                "sebastian/comparator": "^1.0 || ^2.0 || ^3.0",
1036
                "squizlabs/php_codesniffer": "^3.4",
1037
                "symfony/phpunit-bridge": "^4.4@dev"
1038
            },
1039
            "type": "library",
1040
            "extra": {
1041
                "branch-alias": {
1042
                    "dev-master": "1.6.x-dev"
1043
                }
1044
            },
1045
            "autoload": {
1046
                "psr-4": {
1047
                    "MongoDB\\": "src/"
1048
                },
1049
                "files": [
1050
                    "src/functions.php"
1051
                ]
1052
            },
1053
            "notification-url": "https://packagist.org/downloads/",
1054
            "license": [
1055
                "Apache-2.0"
1056
            ],
1057
            "authors": [
1058
                {
1059
                    "name": "Andreas Braun",
1060
                    "email": "andreas.braun@mongodb.com"
1061
                },
1062
                {
1063
                    "name": "Jeremy Mikola",
1064
                    "email": "jmikola@gmail.com"
1065
                },
1066
                {
1067
                    "name": "Katherine Walker",
1068
                    "email": "katherine.walker@mongodb.com"
1069
                }
1070
            ],
1071
            "description": "MongoDB driver library",
1072
            "homepage": "https://jira.mongodb.org/browse/PHPLIB",
1073
            "keywords": [
1074
                "database",
1075
                "driver",
1076
                "mongodb",
1077
                "persistence"
1078
            ],
1079
            "time": "2020-02-04T18:16:35+00:00"
1080
        },
1081
        {
1082
            "name": "ocramius/package-versions",
1083
            "version": "1.8.0",
1084
            "source": {
1085
                "type": "git",
1086
                "url": "https://github.com/Ocramius/PackageVersions.git",
1087
                "reference": "421679846270a5772534828013a93be709fb13df"
1088
            },
1089
            "dist": {
1090
                "type": "zip",
1091
                "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/421679846270a5772534828013a93be709fb13df",
1092
                "reference": "421679846270a5772534828013a93be709fb13df",
1093
                "shasum": ""
1094
            },
1095
            "require": {
1096
                "composer-plugin-api": "^1.1.0 || ^2.0",
1097
                "php": "^7.4.0"
1098
            },
1099
            "require-dev": {
1100
                "composer/composer": "^1.9.3 || ^2.0@dev",
1101
                "doctrine/coding-standard": "^7.0.2",
1102
                "ext-zip": "^1.15.0",
1103
                "infection/infection": "^0.15.3",
1104
                "phpunit/phpunit": "^9.0.1",
1105
                "vimeo/psalm": "^3.9.3"
1106
            },
1107
            "type": "composer-plugin",
1108
            "extra": {
1109
                "class": "PackageVersions\\Installer",
1110
                "branch-alias": {
1111
                    "dev-master": "1.99.x-dev"
1112
                }
1113
            },
1114
            "autoload": {
1115
                "psr-4": {
1116
                    "PackageVersions\\": "src/PackageVersions"
1117
                }
1118
            },
1119
            "notification-url": "https://packagist.org/downloads/",
1120
            "license": [
1121
                "MIT"
1122
            ],
1123
            "authors": [
1124
                {
1125
                    "name": "Marco Pivetta",
1126
                    "email": "ocramius@gmail.com"
1127
                }
1128
            ],
1129
            "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
1130
            "funding": [
1131
                {
1132
                    "url": "https://github.com/Ocramius",
1133
                    "type": "github"
1134
                },
1135
                {
1136
                    "url": "https://tidelift.com/funding/github/packagist/ocramius/package-versions",
1137
                    "type": "tidelift"
1138
                }
1139
            ],
1140
            "time": "2020-04-06T17:43:35+00:00"
1141
        },
1142
        {
1143
            "name": "ocramius/proxy-manager",
1144
            "version": "2.7.0",
1145
            "source": {
1146
                "type": "git",
1147
                "url": "https://github.com/Ocramius/ProxyManager.git",
1148
                "reference": "e77928e8f11ea36b388f87e75c993d05f5da6bf1"
1149
            },
1150
            "dist": {
1151
                "type": "zip",
1152
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/e77928e8f11ea36b388f87e75c993d05f5da6bf1",
1153
                "reference": "e77928e8f11ea36b388f87e75c993d05f5da6bf1",
1154
                "shasum": ""
1155
            },
1156
            "require": {
1157
                "laminas/laminas-code": "^3.4.1",
1158
                "ocramius/package-versions": "^1.5.1",
1159
                "php": "7.4.*",
1160
                "webimpress/safe-writer": "^2.0"
1161
            },
1162
            "conflict": {
1163
                "doctrine/annotations": "<1.6.1",
1164
                "laminas/laminas-stdlib": "<3.2.1",
1165
                "zendframework/zend-stdlib": "<3.2.1"
1166
            },
1167
            "require-dev": {
1168
                "doctrine/coding-standard": "^6.0.0",
1169
                "ext-phar": "*",
1170
                "infection/infection": "^0.15.0",
1171
                "nikic/php-parser": "^4.3.0",
1172
                "phpbench/phpbench": "^0.17.0",
1173
                "phpunit/phpunit": "^8.5.2",
1174
                "slevomat/coding-standard": "^5.0.4",
1175
                "squizlabs/php_codesniffer": "^3.5.4",
1176
                "vimeo/psalm": "^3.8.5"
1177
            },
1178
            "suggest": {
1179
                "laminas/laminas-json": "To have the JsonRpc adapter (Remote Object feature)",
1180
                "laminas/laminas-soap": "To have the Soap adapter (Remote Object feature)",
1181
                "laminas/laminas-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)",
1182
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects"
1183
            },
1184
            "type": "library",
1185
            "extra": {
1186
                "branch-alias": {
1187
                    "dev-master": "3.0.x-dev"
1188
                }
1189
            },
1190
            "autoload": {
1191
                "psr-4": {
1192
                    "ProxyManager\\": "src/ProxyManager"
1193
                }
1194
            },
1195
            "notification-url": "https://packagist.org/downloads/",
1196
            "license": [
1197
                "MIT"
1198
            ],
1199
            "authors": [
1200
                {
1201
                    "name": "Marco Pivetta",
1202
                    "email": "ocramius@gmail.com",
1203
                    "homepage": "http://ocramius.github.io/"
1204
                }
1205
            ],
1206
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
1207
            "homepage": "https://github.com/Ocramius/ProxyManager",
1208
            "keywords": [
1209
                "aop",
1210
                "lazy loading",
1211
                "proxy",
1212
                "proxy pattern",
1213
                "service proxies"
1214
            ],
1215
            "time": "2020-02-08T19:22:03+00:00"
1216
        },
1217
        {
1218
            "name": "psr/cache",
1219
            "version": "1.0.1",
1220
            "source": {
1221
                "type": "git",
1222
                "url": "https://github.com/php-fig/cache.git",
1223
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
1224
            },
1225
            "dist": {
1226
                "type": "zip",
1227
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
1228
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
1229
                "shasum": ""
1230
            },
1231
            "require": {
1232
                "php": ">=5.3.0"
1233
            },
1234
            "type": "library",
1235
            "extra": {
1236
                "branch-alias": {
1237
                    "dev-master": "1.0.x-dev"
1238
                }
1239
            },
1240
            "autoload": {
1241
                "psr-4": {
1242
                    "Psr\\Cache\\": "src/"
1243
                }
1244
            },
1245
            "notification-url": "https://packagist.org/downloads/",
1246
            "license": [
1247
                "MIT"
1248
            ],
1249
            "authors": [
1250
                {
1251
                    "name": "PHP-FIG",
1252
                    "homepage": "http://www.php-fig.org/"
1253
                }
1254
            ],
1255
            "description": "Common interface for caching libraries",
1256
            "keywords": [
1257
                "cache",
1258
                "psr",
1259
                "psr-6"
1260
            ],
1261
            "time": "2016-08-06T20:24:11+00:00"
1262
        },
1263
        {
1264
            "name": "psr/container",
1265
            "version": "1.0.0",
1266
            "source": {
1267
                "type": "git",
1268
                "url": "https://github.com/php-fig/container.git",
1269
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1270
            },
1271
            "dist": {
1272
                "type": "zip",
1273
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1274
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1275
                "shasum": ""
1276
            },
1277
            "require": {
1278
                "php": ">=5.3.0"
1279
            },
1280
            "type": "library",
1281
            "extra": {
1282
                "branch-alias": {
1283
                    "dev-master": "1.0.x-dev"
1284
                }
1285
            },
1286
            "autoload": {
1287
                "psr-4": {
1288
                    "Psr\\Container\\": "src/"
1289
                }
1290
            },
1291
            "notification-url": "https://packagist.org/downloads/",
1292
            "license": [
1293
                "MIT"
1294
            ],
1295
            "authors": [
1296
                {
1297
                    "name": "PHP-FIG",
1298
                    "homepage": "http://www.php-fig.org/"
1299
                }
1300
            ],
1301
            "description": "Common Container Interface (PHP FIG PSR-11)",
1302
            "homepage": "https://github.com/php-fig/container",
1303
            "keywords": [
1304
                "PSR-11",
1305
                "container",
1306
                "container-interface",
1307
                "container-interop",
1308
                "psr"
1309
            ],
1310
            "time": "2017-02-14T16:28:37+00:00"
1311
        },
1312
        {
1313
            "name": "psr/event-dispatcher",
1314
            "version": "1.0.0",
1315
            "source": {
1316
                "type": "git",
1317
                "url": "https://github.com/php-fig/event-dispatcher.git",
1318
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
1319
            },
1320
            "dist": {
1321
                "type": "zip",
1322
                "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
1323
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
1324
                "shasum": ""
1325
            },
1326
            "require": {
1327
                "php": ">=7.2.0"
1328
            },
1329
            "type": "library",
1330
            "extra": {
1331
                "branch-alias": {
1332
                    "dev-master": "1.0.x-dev"
1333
                }
1334
            },
1335
            "autoload": {
1336
                "psr-4": {
1337
                    "Psr\\EventDispatcher\\": "src/"
1338
                }
1339
            },
1340
            "notification-url": "https://packagist.org/downloads/",
1341
            "license": [
1342
                "MIT"
1343
            ],
1344
            "authors": [
1345
                {
1346
                    "name": "PHP-FIG",
1347
                    "homepage": "http://www.php-fig.org/"
1348
                }
1349
            ],
1350
            "description": "Standard interfaces for event handling.",
1351
            "keywords": [
1352
                "events",
1353
                "psr",
1354
                "psr-14"
1355
            ],
1356
            "time": "2019-01-08T18:20:26+00:00"
1357
        },
1358
        {
1359
            "name": "psr/log",
1360
            "version": "1.1.3",
1361
            "source": {
1362
                "type": "git",
1363
                "url": "https://github.com/php-fig/log.git",
1364
                "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
1365
            },
1366
            "dist": {
1367
                "type": "zip",
1368
                "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
1369
                "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
1370
                "shasum": ""
1371
            },
1372
            "require": {
1373
                "php": ">=5.3.0"
1374
            },
1375
            "type": "library",
1376
            "extra": {
1377
                "branch-alias": {
1378
                    "dev-master": "1.1.x-dev"
1379
                }
1380
            },
1381
            "autoload": {
1382
                "psr-4": {
1383
                    "Psr\\Log\\": "Psr/Log/"
1384
                }
1385
            },
1386
            "notification-url": "https://packagist.org/downloads/",
1387
            "license": [
1388
                "MIT"
1389
            ],
1390
            "authors": [
1391
                {
1392
                    "name": "PHP-FIG",
1393
                    "homepage": "http://www.php-fig.org/"
1394
                }
1395
            ],
1396
            "description": "Common interface for logging libraries",
1397
            "homepage": "https://github.com/php-fig/log",
1398
            "keywords": [
1399
                "log",
1400
                "psr",
1401
                "psr-3"
1402
            ],
1403
            "time": "2020-03-23T09:12:05+00:00"
1404
        },
1405
        {
1406
            "name": "symfony/cache",
1407
            "version": "v5.0.7",
1408
            "source": {
1409
                "type": "git",
1410
                "url": "https://github.com/symfony/cache.git",
1411
                "reference": "7c229da093cb0c630e5d16b99fd253e20f979ac2"
1412
            },
1413
            "dist": {
1414
                "type": "zip",
1415
                "url": "https://api.github.com/repos/symfony/cache/zipball/7c229da093cb0c630e5d16b99fd253e20f979ac2",
1416
                "reference": "7c229da093cb0c630e5d16b99fd253e20f979ac2",
1417
                "shasum": ""
1418
            },
1419
            "require": {
1420
                "php": "^7.2.5",
1421
                "psr/cache": "~1.0",
1422
                "psr/log": "~1.0",
1423
                "symfony/cache-contracts": "^1.1.7|^2",
1424
                "symfony/service-contracts": "^1.1|^2",
1425
                "symfony/var-exporter": "^4.4|^5.0"
1426
            },
1427
            "conflict": {
1428
                "doctrine/dbal": "<2.5",
1429
                "symfony/dependency-injection": "<4.4",
1430
                "symfony/http-kernel": "<4.4",
1431
                "symfony/var-dumper": "<4.4"
1432
            },
1433
            "provide": {
1434
                "psr/cache-implementation": "1.0",
1435
                "psr/simple-cache-implementation": "1.0",
1436
                "symfony/cache-implementation": "1.0"
1437
            },
1438
            "require-dev": {
1439
                "cache/integration-tests": "dev-master",
1440
                "doctrine/cache": "~1.6",
1441
                "doctrine/dbal": "~2.5",
1442
                "predis/predis": "~1.1",
1443
                "psr/simple-cache": "^1.0",
1444
                "symfony/config": "^4.4|^5.0",
1445
                "symfony/dependency-injection": "^4.4|^5.0",
1446
                "symfony/var-dumper": "^4.4|^5.0"
1447
            },
1448
            "type": "library",
1449
            "extra": {
1450
                "branch-alias": {
1451
                    "dev-master": "5.0-dev"
1452
                }
1453
            },
1454
            "autoload": {
1455
                "psr-4": {
1456
                    "Symfony\\Component\\Cache\\": ""
1457
                },
1458
                "exclude-from-classmap": [
1459
                    "/Tests/"
1460
                ]
1461
            },
1462
            "notification-url": "https://packagist.org/downloads/",
1463
            "license": [
1464
                "MIT"
1465
            ],
1466
            "authors": [
1467
                {
1468
                    "name": "Nicolas Grekas",
1469
                    "email": "p@tchwork.com"
1470
                },
1471
                {
1472
                    "name": "Symfony Community",
1473
                    "homepage": "https://symfony.com/contributors"
1474
                }
1475
            ],
1476
            "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
1477
            "homepage": "https://symfony.com",
1478
            "keywords": [
1479
                "caching",
1480
                "psr6"
1481
            ],
1482
            "funding": [
1483
                {
1484
                    "url": "https://symfony.com/sponsor",
1485
                    "type": "custom"
1486
                },
1487
                {
1488
                    "url": "https://github.com/fabpot",
1489
                    "type": "github"
1490
                },
1491
                {
1492
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1493
                    "type": "tidelift"
1494
                }
1495
            ],
1496
            "time": "2020-03-27T16:56:45+00:00"
1497
        },
1498
        {
1499
            "name": "symfony/cache-contracts",
1500
            "version": "v2.0.1",
1501
            "source": {
1502
                "type": "git",
1503
                "url": "https://github.com/symfony/cache-contracts.git",
1504
                "reference": "23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16"
1505
            },
1506
            "dist": {
1507
                "type": "zip",
1508
                "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16",
1509
                "reference": "23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16",
1510
                "shasum": ""
1511
            },
1512
            "require": {
1513
                "php": "^7.2.5",
1514
                "psr/cache": "^1.0"
1515
            },
1516
            "suggest": {
1517
                "symfony/cache-implementation": ""
1518
            },
1519
            "type": "library",
1520
            "extra": {
1521
                "branch-alias": {
1522
                    "dev-master": "2.0-dev"
1523
                }
1524
            },
1525
            "autoload": {
1526
                "psr-4": {
1527
                    "Symfony\\Contracts\\Cache\\": ""
1528
                }
1529
            },
1530
            "notification-url": "https://packagist.org/downloads/",
1531
            "license": [
1532
                "MIT"
1533
            ],
1534
            "authors": [
1535
                {
1536
                    "name": "Nicolas Grekas",
1537
                    "email": "p@tchwork.com"
1538
                },
1539
                {
1540
                    "name": "Symfony Community",
1541
                    "homepage": "https://symfony.com/contributors"
1542
                }
1543
            ],
1544
            "description": "Generic abstractions related to caching",
1545
            "homepage": "https://symfony.com",
1546
            "keywords": [
1547
                "abstractions",
1548
                "contracts",
1549
                "decoupling",
1550
                "interfaces",
1551
                "interoperability",
1552
                "standards"
1553
            ],
1554
            "time": "2019-11-18T17:27:11+00:00"
1555
        },
1556
        {
1557
            "name": "symfony/config",
1558
            "version": "v5.0.7",
1559
            "source": {
1560
                "type": "git",
1561
                "url": "https://github.com/symfony/config.git",
1562
                "reference": "3e633c31a34738f7f4ed7a225c43fc45ca74c986"
1563
            },
1564
            "dist": {
1565
                "type": "zip",
1566
                "url": "https://api.github.com/repos/symfony/config/zipball/3e633c31a34738f7f4ed7a225c43fc45ca74c986",
1567
                "reference": "3e633c31a34738f7f4ed7a225c43fc45ca74c986",
1568
                "shasum": ""
1569
            },
1570
            "require": {
1571
                "php": "^7.2.5",
1572
                "symfony/filesystem": "^4.4|^5.0",
1573
                "symfony/polyfill-ctype": "~1.8"
1574
            },
1575
            "conflict": {
1576
                "symfony/finder": "<4.4"
1577
            },
1578
            "require-dev": {
1579
                "symfony/event-dispatcher": "^4.4|^5.0",
1580
                "symfony/finder": "^4.4|^5.0",
1581
                "symfony/messenger": "^4.4|^5.0",
1582
                "symfony/service-contracts": "^1.1|^2",
1583
                "symfony/yaml": "^4.4|^5.0"
1584
            },
1585
            "suggest": {
1586
                "symfony/yaml": "To use the yaml reference dumper"
1587
            },
1588
            "type": "library",
1589
            "extra": {
1590
                "branch-alias": {
1591
                    "dev-master": "5.0-dev"
1592
                }
1593
            },
1594
            "autoload": {
1595
                "psr-4": {
1596
                    "Symfony\\Component\\Config\\": ""
1597
                },
1598
                "exclude-from-classmap": [
1599
                    "/Tests/"
1600
                ]
1601
            },
1602
            "notification-url": "https://packagist.org/downloads/",
1603
            "license": [
1604
                "MIT"
1605
            ],
1606
            "authors": [
1607
                {
1608
                    "name": "Fabien Potencier",
1609
                    "email": "fabien@symfony.com"
1610
                },
1611
                {
1612
                    "name": "Symfony Community",
1613
                    "homepage": "https://symfony.com/contributors"
1614
                }
1615
            ],
1616
            "description": "Symfony Config Component",
1617
            "homepage": "https://symfony.com",
1618
            "funding": [
1619
                {
1620
                    "url": "https://symfony.com/sponsor",
1621
                    "type": "custom"
1622
                },
1623
                {
1624
                    "url": "https://github.com/fabpot",
1625
                    "type": "github"
1626
                },
1627
                {
1628
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1629
                    "type": "tidelift"
1630
                }
1631
            ],
1632
            "time": "2020-03-27T16:56:45+00:00"
1633
        },
1634
        {
1635
            "name": "symfony/console",
1636
            "version": "v5.0.7",
1637
            "source": {
1638
                "type": "git",
1639
                "url": "https://github.com/symfony/console.git",
1640
                "reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935"
1641
            },
1642
            "dist": {
1643
                "type": "zip",
1644
                "url": "https://api.github.com/repos/symfony/console/zipball/5fa1caadc8cdaa17bcfb25219f3b53fe294a9935",
1645
                "reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935",
1646
                "shasum": ""
1647
            },
1648
            "require": {
1649
                "php": "^7.2.5",
1650
                "symfony/polyfill-mbstring": "~1.0",
1651
                "symfony/polyfill-php73": "^1.8",
1652
                "symfony/service-contracts": "^1.1|^2"
1653
            },
1654
            "conflict": {
1655
                "symfony/dependency-injection": "<4.4",
1656
                "symfony/event-dispatcher": "<4.4",
1657
                "symfony/lock": "<4.4",
1658
                "symfony/process": "<4.4"
1659
            },
1660
            "provide": {
1661
                "psr/log-implementation": "1.0"
1662
            },
1663
            "require-dev": {
1664
                "psr/log": "~1.0",
1665
                "symfony/config": "^4.4|^5.0",
1666
                "symfony/dependency-injection": "^4.4|^5.0",
1667
                "symfony/event-dispatcher": "^4.4|^5.0",
1668
                "symfony/lock": "^4.4|^5.0",
1669
                "symfony/process": "^4.4|^5.0",
1670
                "symfony/var-dumper": "^4.4|^5.0"
1671
            },
1672
            "suggest": {
1673
                "psr/log": "For using the console logger",
1674
                "symfony/event-dispatcher": "",
1675
                "symfony/lock": "",
1676
                "symfony/process": ""
1677
            },
1678
            "type": "library",
1679
            "extra": {
1680
                "branch-alias": {
1681
                    "dev-master": "5.0-dev"
1682
                }
1683
            },
1684
            "autoload": {
1685
                "psr-4": {
1686
                    "Symfony\\Component\\Console\\": ""
1687
                },
1688
                "exclude-from-classmap": [
1689
                    "/Tests/"
1690
                ]
1691
            },
1692
            "notification-url": "https://packagist.org/downloads/",
1693
            "license": [
1694
                "MIT"
1695
            ],
1696
            "authors": [
1697
                {
1698
                    "name": "Fabien Potencier",
1699
                    "email": "fabien@symfony.com"
1700
                },
1701
                {
1702
                    "name": "Symfony Community",
1703
                    "homepage": "https://symfony.com/contributors"
1704
                }
1705
            ],
1706
            "description": "Symfony Console Component",
1707
            "homepage": "https://symfony.com",
1708
            "funding": [
1709
                {
1710
                    "url": "https://symfony.com/sponsor",
1711
                    "type": "custom"
1712
                },
1713
                {
1714
                    "url": "https://github.com/fabpot",
1715
                    "type": "github"
1716
                },
1717
                {
1718
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1719
                    "type": "tidelift"
1720
                }
1721
            ],
1722
            "time": "2020-03-30T11:42:42+00:00"
1723
        },
1724
        {
1725
            "name": "symfony/dependency-injection",
1726
            "version": "v5.0.7",
1727
            "source": {
1728
                "type": "git",
1729
                "url": "https://github.com/symfony/dependency-injection.git",
1730
                "reference": "4e48dc44680d8efa357410c78093a04753196981"
1731
            },
1732
            "dist": {
1733
                "type": "zip",
1734
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/4e48dc44680d8efa357410c78093a04753196981",
1735
                "reference": "4e48dc44680d8efa357410c78093a04753196981",
1736
                "shasum": ""
1737
            },
1738
            "require": {
1739
                "php": "^7.2.5",
1740
                "psr/container": "^1.0",
1741
                "symfony/service-contracts": "^1.1.6|^2"
1742
            },
1743
            "conflict": {
1744
                "symfony/config": "<5.0",
1745
                "symfony/finder": "<4.4",
1746
                "symfony/proxy-manager-bridge": "<4.4",
1747
                "symfony/yaml": "<4.4"
1748
            },
1749
            "provide": {
1750
                "psr/container-implementation": "1.0",
1751
                "symfony/service-implementation": "1.0"
1752
            },
1753
            "require-dev": {
1754
                "symfony/config": "^5.0",
1755
                "symfony/expression-language": "^4.4|^5.0",
1756
                "symfony/yaml": "^4.4|^5.0"
1757
            },
1758
            "suggest": {
1759
                "symfony/config": "",
1760
                "symfony/expression-language": "For using expressions in service container configuration",
1761
                "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
1762
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
1763
                "symfony/yaml": ""
1764
            },
1765
            "type": "library",
1766
            "extra": {
1767
                "branch-alias": {
1768
                    "dev-master": "5.0-dev"
1769
                }
1770
            },
1771
            "autoload": {
1772
                "psr-4": {
1773
                    "Symfony\\Component\\DependencyInjection\\": ""
1774
                },
1775
                "exclude-from-classmap": [
1776
                    "/Tests/"
1777
                ]
1778
            },
1779
            "notification-url": "https://packagist.org/downloads/",
1780
            "license": [
1781
                "MIT"
1782
            ],
1783
            "authors": [
1784
                {
1785
                    "name": "Fabien Potencier",
1786
                    "email": "fabien@symfony.com"
1787
                },
1788
                {
1789
                    "name": "Symfony Community",
1790
                    "homepage": "https://symfony.com/contributors"
1791
                }
1792
            ],
1793
            "description": "Symfony DependencyInjection Component",
1794
            "homepage": "https://symfony.com",
1795
            "funding": [
1796
                {
1797
                    "url": "https://symfony.com/sponsor",
1798
                    "type": "custom"
1799
                },
1800
                {
1801
                    "url": "https://github.com/fabpot",
1802
                    "type": "github"
1803
                },
1804
                {
1805
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1806
                    "type": "tidelift"
1807
                }
1808
            ],
1809
            "time": "2020-03-30T11:42:42+00:00"
1810
        },
1811
        {
1812
            "name": "symfony/doctrine-bridge",
1813
            "version": "v5.0.7",
1814
            "source": {
1815
                "type": "git",
1816
                "url": "https://github.com/symfony/doctrine-bridge.git",
1817
                "reference": "12f943c5b0d5bdc79f5d0099ecdd1b201071b04f"
1818
            },
1819
            "dist": {
1820
                "type": "zip",
1821
                "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/12f943c5b0d5bdc79f5d0099ecdd1b201071b04f",
1822
                "reference": "12f943c5b0d5bdc79f5d0099ecdd1b201071b04f",
1823
                "shasum": ""
1824
            },
1825
            "require": {
1826
                "doctrine/event-manager": "~1.0",
1827
                "doctrine/persistence": "^1.3",
1828
                "php": "^7.2.5",
1829
                "symfony/polyfill-ctype": "~1.8",
1830
                "symfony/polyfill-mbstring": "~1.0",
1831
                "symfony/service-contracts": "^1.1|^2"
1832
            },
1833
            "conflict": {
1834
                "phpunit/phpunit": "<5.4.3",
1835
                "symfony/dependency-injection": "<4.4",
1836
                "symfony/form": "<5",
1837
                "symfony/http-kernel": "<5",
1838
                "symfony/messenger": "<4.4",
1839
                "symfony/property-info": "<5",
1840
                "symfony/security-bundle": "<5",
1841
                "symfony/security-core": "<5",
1842
                "symfony/validator": "<5.0.2"
1843
            },
1844
            "require-dev": {
1845
                "doctrine/annotations": "~1.7",
1846
                "doctrine/cache": "~1.6",
1847
                "doctrine/collections": "~1.0",
1848
                "doctrine/data-fixtures": "1.0.*",
1849
                "doctrine/dbal": "~2.4",
1850
                "doctrine/orm": "^2.6.3",
1851
                "doctrine/reflection": "~1.0",
1852
                "symfony/config": "^4.4|^5.0",
1853
                "symfony/dependency-injection": "^4.4|^5.0",
1854
                "symfony/expression-language": "^4.4|^5.0",
1855
                "symfony/form": "^5.0",
1856
                "symfony/http-kernel": "^5.0",
1857
                "symfony/messenger": "^4.4|^5.0",
1858
                "symfony/property-access": "^4.4|^5.0",
1859
                "symfony/property-info": "^5.0",
1860
                "symfony/proxy-manager-bridge": "^4.4|^5.0",
1861
                "symfony/security-core": "^5.0",
1862
                "symfony/stopwatch": "^4.4|^5.0",
1863
                "symfony/translation": "^4.4|^5.0",
1864
                "symfony/validator": "^5.0.2",
1865
                "symfony/var-dumper": "^4.4|^5.0"
1866
            },
1867
            "suggest": {
1868
                "doctrine/data-fixtures": "",
1869
                "doctrine/dbal": "",
1870
                "doctrine/orm": "",
1871
                "symfony/form": "",
1872
                "symfony/property-info": "",
1873
                "symfony/validator": ""
1874
            },
1875
            "type": "symfony-bridge",
1876
            "extra": {
1877
                "branch-alias": {
1878
                    "dev-master": "5.0-dev"
1879
                }
1880
            },
1881
            "autoload": {
1882
                "psr-4": {
1883
                    "Symfony\\Bridge\\Doctrine\\": ""
1884
                },
1885
                "exclude-from-classmap": [
1886
                    "/Tests/"
1887
                ]
1888
            },
1889
            "notification-url": "https://packagist.org/downloads/",
1890
            "license": [
1891
                "MIT"
1892
            ],
1893
            "authors": [
1894
                {
1895
                    "name": "Fabien Potencier",
1896
                    "email": "fabien@symfony.com"
1897
                },
1898
                {
1899
                    "name": "Symfony Community",
1900
                    "homepage": "https://symfony.com/contributors"
1901
                }
1902
            ],
1903
            "description": "Symfony Doctrine Bridge",
1904
            "homepage": "https://symfony.com",
1905
            "funding": [
1906
                {
1907
                    "url": "https://symfony.com/sponsor",
1908
                    "type": "custom"
1909
                },
1910
                {
1911
                    "url": "https://github.com/fabpot",
1912
                    "type": "github"
1913
                },
1914
                {
1915
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1916
                    "type": "tidelift"
1917
                }
1918
            ],
1919
            "time": "2020-03-27T16:56:45+00:00"
1920
        },
1921
        {
1922
            "name": "symfony/dotenv",
1923
            "version": "v5.0.7",
1924
            "source": {
1925
                "type": "git",
1926
                "url": "https://github.com/symfony/dotenv.git",
1927
                "reference": "28658ee990ea643c8111bac242d6ee5f3a15ef72"
1928
            },
1929
            "dist": {
1930
                "type": "zip",
1931
                "url": "https://api.github.com/repos/symfony/dotenv/zipball/28658ee990ea643c8111bac242d6ee5f3a15ef72",
1932
                "reference": "28658ee990ea643c8111bac242d6ee5f3a15ef72",
1933
                "shasum": ""
1934
            },
1935
            "require": {
1936
                "php": "^7.2.5"
1937
            },
1938
            "require-dev": {
1939
                "symfony/process": "^4.4|^5.0"
1940
            },
1941
            "type": "library",
1942
            "extra": {
1943
                "branch-alias": {
1944
                    "dev-master": "5.0-dev"
1945
                }
1946
            },
1947
            "autoload": {
1948
                "psr-4": {
1949
                    "Symfony\\Component\\Dotenv\\": ""
1950
                },
1951
                "exclude-from-classmap": [
1952
                    "/Tests/"
1953
                ]
1954
            },
1955
            "notification-url": "https://packagist.org/downloads/",
1956
            "license": [
1957
                "MIT"
1958
            ],
1959
            "authors": [
1960
                {
1961
                    "name": "Fabien Potencier",
1962
                    "email": "fabien@symfony.com"
1963
                },
1964
                {
1965
                    "name": "Symfony Community",
1966
                    "homepage": "https://symfony.com/contributors"
1967
                }
1968
            ],
1969
            "description": "Registers environment variables from a .env file",
1970
            "homepage": "https://symfony.com",
1971
            "keywords": [
1972
                "dotenv",
1973
                "env",
1974
                "environment"
1975
            ],
1976
            "funding": [
1977
                {
1978
                    "url": "https://symfony.com/sponsor",
1979
                    "type": "custom"
1980
                },
1981
                {
1982
                    "url": "https://github.com/fabpot",
1983
                    "type": "github"
1984
                },
1985
                {
1986
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1987
                    "type": "tidelift"
1988
                }
1989
            ],
1990
            "time": "2020-03-27T16:56:45+00:00"
1991
        },
1992
        {
1993
            "name": "symfony/error-handler",
1994
            "version": "v5.0.7",
1995
            "source": {
1996
                "type": "git",
1997
                "url": "https://github.com/symfony/error-handler.git",
1998
                "reference": "949ffc17c3ac3a9f8e6232220e2da33913c04ea4"
1999
            },
2000
            "dist": {
2001
                "type": "zip",
2002
                "url": "https://api.github.com/repos/symfony/error-handler/zipball/949ffc17c3ac3a9f8e6232220e2da33913c04ea4",
2003
                "reference": "949ffc17c3ac3a9f8e6232220e2da33913c04ea4",
2004
                "shasum": ""
2005
            },
2006
            "require": {
2007
                "php": "^7.2.5",
2008
                "psr/log": "^1.0",
2009
                "symfony/var-dumper": "^4.4|^5.0"
2010
            },
2011
            "require-dev": {
2012
                "symfony/http-kernel": "^4.4|^5.0",
2013
                "symfony/serializer": "^4.4|^5.0"
2014
            },
2015
            "type": "library",
2016
            "extra": {
2017
                "branch-alias": {
2018
                    "dev-master": "5.0-dev"
2019
                }
2020
            },
2021
            "autoload": {
2022
                "psr-4": {
2023
                    "Symfony\\Component\\ErrorHandler\\": ""
2024
                },
2025
                "exclude-from-classmap": [
2026
                    "/Tests/"
2027
                ]
2028
            },
2029
            "notification-url": "https://packagist.org/downloads/",
2030
            "license": [
2031
                "MIT"
2032
            ],
2033
            "authors": [
2034
                {
2035
                    "name": "Fabien Potencier",
2036
                    "email": "fabien@symfony.com"
2037
                },
2038
                {
2039
                    "name": "Symfony Community",
2040
                    "homepage": "https://symfony.com/contributors"
2041
                }
2042
            ],
2043
            "description": "Symfony ErrorHandler Component",
2044
            "homepage": "https://symfony.com",
2045
            "funding": [
2046
                {
2047
                    "url": "https://symfony.com/sponsor",
2048
                    "type": "custom"
2049
                },
2050
                {
2051
                    "url": "https://github.com/fabpot",
2052
                    "type": "github"
2053
                },
2054
                {
2055
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2056
                    "type": "tidelift"
2057
                }
2058
            ],
2059
            "time": "2020-03-30T14:14:32+00:00"
2060
        },
2061
        {
2062
            "name": "symfony/event-dispatcher",
2063
            "version": "v5.0.7",
2064
            "source": {
2065
                "type": "git",
2066
                "url": "https://github.com/symfony/event-dispatcher.git",
2067
                "reference": "24f40d95385774ed5c71dbf014edd047e2f2f3dc"
2068
            },
2069
            "dist": {
2070
                "type": "zip",
2071
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/24f40d95385774ed5c71dbf014edd047e2f2f3dc",
2072
                "reference": "24f40d95385774ed5c71dbf014edd047e2f2f3dc",
2073
                "shasum": ""
2074
            },
2075
            "require": {
2076
                "php": "^7.2.5",
2077
                "symfony/event-dispatcher-contracts": "^2"
2078
            },
2079
            "conflict": {
2080
                "symfony/dependency-injection": "<4.4"
2081
            },
2082
            "provide": {
2083
                "psr/event-dispatcher-implementation": "1.0",
2084
                "symfony/event-dispatcher-implementation": "2.0"
2085
            },
2086
            "require-dev": {
2087
                "psr/log": "~1.0",
2088
                "symfony/config": "^4.4|^5.0",
2089
                "symfony/dependency-injection": "^4.4|^5.0",
2090
                "symfony/expression-language": "^4.4|^5.0",
2091
                "symfony/http-foundation": "^4.4|^5.0",
2092
                "symfony/service-contracts": "^1.1|^2",
2093
                "symfony/stopwatch": "^4.4|^5.0"
2094
            },
2095
            "suggest": {
2096
                "symfony/dependency-injection": "",
2097
                "symfony/http-kernel": ""
2098
            },
2099
            "type": "library",
2100
            "extra": {
2101
                "branch-alias": {
2102
                    "dev-master": "5.0-dev"
2103
                }
2104
            },
2105
            "autoload": {
2106
                "psr-4": {
2107
                    "Symfony\\Component\\EventDispatcher\\": ""
2108
                },
2109
                "exclude-from-classmap": [
2110
                    "/Tests/"
2111
                ]
2112
            },
2113
            "notification-url": "https://packagist.org/downloads/",
2114
            "license": [
2115
                "MIT"
2116
            ],
2117
            "authors": [
2118
                {
2119
                    "name": "Fabien Potencier",
2120
                    "email": "fabien@symfony.com"
2121
                },
2122
                {
2123
                    "name": "Symfony Community",
2124
                    "homepage": "https://symfony.com/contributors"
2125
                }
2126
            ],
2127
            "description": "Symfony EventDispatcher Component",
2128
            "homepage": "https://symfony.com",
2129
            "funding": [
2130
                {
2131
                    "url": "https://symfony.com/sponsor",
2132
                    "type": "custom"
2133
                },
2134
                {
2135
                    "url": "https://github.com/fabpot",
2136
                    "type": "github"
2137
                },
2138
                {
2139
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2140
                    "type": "tidelift"
2141
                }
2142
            ],
2143
            "time": "2020-03-27T16:56:45+00:00"
2144
        },
2145
        {
2146
            "name": "symfony/event-dispatcher-contracts",
2147
            "version": "v2.0.1",
2148
            "source": {
2149
                "type": "git",
2150
                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
2151
                "reference": "af23c2584d4577d54661c434446fb8fbed6025dd"
2152
            },
2153
            "dist": {
2154
                "type": "zip",
2155
                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/af23c2584d4577d54661c434446fb8fbed6025dd",
2156
                "reference": "af23c2584d4577d54661c434446fb8fbed6025dd",
2157
                "shasum": ""
2158
            },
2159
            "require": {
2160
                "php": "^7.2.5",
2161
                "psr/event-dispatcher": "^1"
2162
            },
2163
            "suggest": {
2164
                "symfony/event-dispatcher-implementation": ""
2165
            },
2166
            "type": "library",
2167
            "extra": {
2168
                "branch-alias": {
2169
                    "dev-master": "2.0-dev"
2170
                }
2171
            },
2172
            "autoload": {
2173
                "psr-4": {
2174
                    "Symfony\\Contracts\\EventDispatcher\\": ""
2175
                }
2176
            },
2177
            "notification-url": "https://packagist.org/downloads/",
2178
            "license": [
2179
                "MIT"
2180
            ],
2181
            "authors": [
2182
                {
2183
                    "name": "Nicolas Grekas",
2184
                    "email": "p@tchwork.com"
2185
                },
2186
                {
2187
                    "name": "Symfony Community",
2188
                    "homepage": "https://symfony.com/contributors"
2189
                }
2190
            ],
2191
            "description": "Generic abstractions related to dispatching event",
2192
            "homepage": "https://symfony.com",
2193
            "keywords": [
2194
                "abstractions",
2195
                "contracts",
2196
                "decoupling",
2197
                "interfaces",
2198
                "interoperability",
2199
                "standards"
2200
            ],
2201
            "time": "2019-11-18T17:27:11+00:00"
2202
        },
2203
        {
2204
            "name": "symfony/filesystem",
2205
            "version": "v5.0.7",
2206
            "source": {
2207
                "type": "git",
2208
                "url": "https://github.com/symfony/filesystem.git",
2209
                "reference": "ca3b87dd09fff9b771731637f5379965fbfab420"
2210
            },
2211
            "dist": {
2212
                "type": "zip",
2213
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/ca3b87dd09fff9b771731637f5379965fbfab420",
2214
                "reference": "ca3b87dd09fff9b771731637f5379965fbfab420",
2215
                "shasum": ""
2216
            },
2217
            "require": {
2218
                "php": "^7.2.5",
2219
                "symfony/polyfill-ctype": "~1.8"
2220
            },
2221
            "type": "library",
2222
            "extra": {
2223
                "branch-alias": {
2224
                    "dev-master": "5.0-dev"
2225
                }
2226
            },
2227
            "autoload": {
2228
                "psr-4": {
2229
                    "Symfony\\Component\\Filesystem\\": ""
2230
                },
2231
                "exclude-from-classmap": [
2232
                    "/Tests/"
2233
                ]
2234
            },
2235
            "notification-url": "https://packagist.org/downloads/",
2236
            "license": [
2237
                "MIT"
2238
            ],
2239
            "authors": [
2240
                {
2241
                    "name": "Fabien Potencier",
2242
                    "email": "fabien@symfony.com"
2243
                },
2244
                {
2245
                    "name": "Symfony Community",
2246
                    "homepage": "https://symfony.com/contributors"
2247
                }
2248
            ],
2249
            "description": "Symfony Filesystem Component",
2250
            "homepage": "https://symfony.com",
2251
            "funding": [
2252
                {
2253
                    "url": "https://symfony.com/sponsor",
2254
                    "type": "custom"
2255
                },
2256
                {
2257
                    "url": "https://github.com/fabpot",
2258
                    "type": "github"
2259
                },
2260
                {
2261
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2262
                    "type": "tidelift"
2263
                }
2264
            ],
2265
            "time": "2020-03-27T16:56:45+00:00"
2266
        },
2267
        {
2268
            "name": "symfony/finder",
2269
            "version": "v5.0.7",
2270
            "source": {
2271
                "type": "git",
2272
                "url": "https://github.com/symfony/finder.git",
2273
                "reference": "600a52c29afc0d1caa74acbec8d3095ca7e9910d"
2274
            },
2275
            "dist": {
2276
                "type": "zip",
2277
                "url": "https://api.github.com/repos/symfony/finder/zipball/600a52c29afc0d1caa74acbec8d3095ca7e9910d",
2278
                "reference": "600a52c29afc0d1caa74acbec8d3095ca7e9910d",
2279
                "shasum": ""
2280
            },
2281
            "require": {
2282
                "php": "^7.2.5"
2283
            },
2284
            "type": "library",
2285
            "extra": {
2286
                "branch-alias": {
2287
                    "dev-master": "5.0-dev"
2288
                }
2289
            },
2290
            "autoload": {
2291
                "psr-4": {
2292
                    "Symfony\\Component\\Finder\\": ""
2293
                },
2294
                "exclude-from-classmap": [
2295
                    "/Tests/"
2296
                ]
2297
            },
2298
            "notification-url": "https://packagist.org/downloads/",
2299
            "license": [
2300
                "MIT"
2301
            ],
2302
            "authors": [
2303
                {
2304
                    "name": "Fabien Potencier",
2305
                    "email": "fabien@symfony.com"
2306
                },
2307
                {
2308
                    "name": "Symfony Community",
2309
                    "homepage": "https://symfony.com/contributors"
2310
                }
2311
            ],
2312
            "description": "Symfony Finder Component",
2313
            "homepage": "https://symfony.com",
2314
            "funding": [
2315
                {
2316
                    "url": "https://symfony.com/sponsor",
2317
                    "type": "custom"
2318
                },
2319
                {
2320
                    "url": "https://github.com/fabpot",
2321
                    "type": "github"
2322
                },
2323
                {
2324
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2325
                    "type": "tidelift"
2326
                }
2327
            ],
2328
            "time": "2020-03-27T16:56:45+00:00"
2329
        },
2330
        {
2331
            "name": "symfony/flex",
2332
            "version": "v1.6.2",
2333
            "source": {
2334
                "type": "git",
2335
                "url": "https://github.com/symfony/flex.git",
2336
                "reference": "e4f5a2653ca503782a31486198bd1dd1c9a47f83"
2337
            },
2338
            "dist": {
2339
                "type": "zip",
2340
                "url": "https://api.github.com/repos/symfony/flex/zipball/e4f5a2653ca503782a31486198bd1dd1c9a47f83",
2341
                "reference": "e4f5a2653ca503782a31486198bd1dd1c9a47f83",
2342
                "shasum": ""
2343
            },
2344
            "require": {
2345
                "composer-plugin-api": "^1.0",
2346
                "php": "^7.0"
2347
            },
2348
            "require-dev": {
2349
                "composer/composer": "^1.0.2",
2350
                "symfony/dotenv": "^3.4|^4.0|^5.0",
2351
                "symfony/phpunit-bridge": "^3.4.19|^4.1.8|^5.0",
2352
                "symfony/process": "^2.7|^3.0|^4.0|^5.0"
2353
            },
2354
            "type": "composer-plugin",
2355
            "extra": {
2356
                "branch-alias": {
2357
                    "dev-master": "1.5-dev"
2358
                },
2359
                "class": "Symfony\\Flex\\Flex"
2360
            },
2361
            "autoload": {
2362
                "psr-4": {
2363
                    "Symfony\\Flex\\": "src"
2364
                }
2365
            },
2366
            "notification-url": "https://packagist.org/downloads/",
2367
            "license": [
2368
                "MIT"
2369
            ],
2370
            "authors": [
2371
                {
2372
                    "name": "Fabien Potencier",
2373
                    "email": "fabien.potencier@gmail.com"
2374
                }
2375
            ],
2376
            "description": "Composer plugin for Symfony",
2377
            "time": "2020-01-30T12:06:45+00:00"
2378
        },
2379
        {
2380
            "name": "symfony/framework-bundle",
2381
            "version": "v5.0.7",
2382
            "source": {
2383
                "type": "git",
2384
                "url": "https://github.com/symfony/framework-bundle.git",
2385
                "reference": "b1807be65ff05c21d47094e77b6c5a4246284c33"
2386
            },
2387
            "dist": {
2388
                "type": "zip",
2389
                "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/b1807be65ff05c21d47094e77b6c5a4246284c33",
2390
                "reference": "b1807be65ff05c21d47094e77b6c5a4246284c33",
2391
                "shasum": ""
2392
            },
2393
            "require": {
2394
                "ext-xml": "*",
2395
                "php": "^7.2.5",
2396
                "symfony/cache": "^4.4|^5.0",
2397
                "symfony/config": "^5.0",
2398
                "symfony/dependency-injection": "^5.0.1",
2399
                "symfony/error-handler": "^4.4.1|^5.0.1",
2400
                "symfony/filesystem": "^4.4|^5.0",
2401
                "symfony/finder": "^4.4|^5.0",
2402
                "symfony/http-foundation": "^4.4|^5.0",
2403
                "symfony/http-kernel": "^5.0",
2404
                "symfony/polyfill-mbstring": "~1.0",
2405
                "symfony/routing": "^5.0"
2406
            },
2407
            "conflict": {
2408
                "doctrine/persistence": "<1.3",
2409
                "phpdocumentor/reflection-docblock": "<3.0",
2410
                "phpdocumentor/type-resolver": "<0.2.1",
2411
                "phpunit/phpunit": "<5.4.3",
2412
                "symfony/asset": "<4.4",
2413
                "symfony/browser-kit": "<4.4",
2414
                "symfony/console": "<4.4",
2415
                "symfony/dom-crawler": "<4.4",
2416
                "symfony/dotenv": "<4.4",
2417
                "symfony/form": "<4.4",
2418
                "symfony/http-client": "<4.4",
2419
                "symfony/lock": "<4.4",
2420
                "symfony/mailer": "<4.4",
2421
                "symfony/messenger": "<4.4",
2422
                "symfony/mime": "<4.4",
2423
                "symfony/property-info": "<4.4",
2424
                "symfony/serializer": "<4.4",
2425
                "symfony/stopwatch": "<4.4",
2426
                "symfony/translation": "<5.0",
2427
                "symfony/twig-bridge": "<4.4",
2428
                "symfony/twig-bundle": "<4.4",
2429
                "symfony/validator": "<4.4",
2430
                "symfony/web-profiler-bundle": "<4.4",
2431
                "symfony/workflow": "<4.4"
2432
            },
2433
            "require-dev": {
2434
                "doctrine/annotations": "~1.7",
2435
                "doctrine/cache": "~1.0",
2436
                "paragonie/sodium_compat": "^1.8",
2437
                "phpdocumentor/reflection-docblock": "^3.0|^4.0",
2438
                "symfony/asset": "^4.4|^5.0",
2439
                "symfony/browser-kit": "^4.4|^5.0",
2440
                "symfony/console": "^4.4|^5.0",
2441
                "symfony/css-selector": "^4.4|^5.0",
2442
                "symfony/dom-crawler": "^4.4|^5.0",
2443
                "symfony/dotenv": "^4.4|^5.0",
2444
                "symfony/expression-language": "^4.4|^5.0",
2445
                "symfony/form": "^4.4|^5.0",
2446
                "symfony/http-client": "^4.4|^5.0",
2447
                "symfony/lock": "^4.4|^5.0",
2448
                "symfony/mailer": "^4.4|^5.0",
2449
                "symfony/messenger": "^4.4|^5.0",
2450
                "symfony/mime": "^4.4|^5.0",
2451
                "symfony/polyfill-intl-icu": "~1.0",
2452
                "symfony/process": "^4.4|^5.0",
2453
                "symfony/property-info": "^4.4|^5.0",
2454
                "symfony/security-csrf": "^4.4|^5.0",
2455
                "symfony/security-http": "^4.4|^5.0",
2456
                "symfony/serializer": "^4.4|^5.0",
2457
                "symfony/stopwatch": "^4.4|^5.0",
2458
                "symfony/string": "~5.0.0",
2459
                "symfony/translation": "^5.0",
2460
                "symfony/twig-bundle": "^4.4|^5.0",
2461
                "symfony/validator": "^4.4|^5.0",
2462
                "symfony/web-link": "^4.4|^5.0",
2463
                "symfony/workflow": "^4.4|^5.0",
2464
                "symfony/yaml": "^4.4|^5.0",
2465
                "twig/twig": "^2.10|^3.0"
2466
            },
2467
            "suggest": {
2468
                "ext-apcu": "For best performance of the system caches",
2469
                "symfony/console": "For using the console commands",
2470
                "symfony/form": "For using forms",
2471
                "symfony/property-info": "For using the property_info service",
2472
                "symfony/serializer": "For using the serializer service",
2473
                "symfony/validator": "For using validation",
2474
                "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
2475
                "symfony/yaml": "For using the debug:config and lint:yaml commands"
2476
            },
2477
            "type": "symfony-bundle",
2478
            "extra": {
2479
                "branch-alias": {
2480
                    "dev-master": "5.0-dev"
2481
                }
2482
            },
2483
            "autoload": {
2484
                "psr-4": {
2485
                    "Symfony\\Bundle\\FrameworkBundle\\": ""
2486
                },
2487
                "exclude-from-classmap": [
2488
                    "/Tests/"
2489
                ]
2490
            },
2491
            "notification-url": "https://packagist.org/downloads/",
2492
            "license": [
2493
                "MIT"
2494
            ],
2495
            "authors": [
2496
                {
2497
                    "name": "Fabien Potencier",
2498
                    "email": "fabien@symfony.com"
2499
                },
2500
                {
2501
                    "name": "Symfony Community",
2502
                    "homepage": "https://symfony.com/contributors"
2503
                }
2504
            ],
2505
            "description": "Symfony FrameworkBundle",
2506
            "homepage": "https://symfony.com",
2507
            "funding": [
2508
                {
2509
                    "url": "https://symfony.com/sponsor",
2510
                    "type": "custom"
2511
                },
2512
                {
2513
                    "url": "https://github.com/fabpot",
2514
                    "type": "github"
2515
                },
2516
                {
2517
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2518
                    "type": "tidelift"
2519
                }
2520
            ],
2521
            "time": "2020-03-30T11:42:42+00:00"
2522
        },
2523
        {
2524
            "name": "symfony/http-foundation",
2525
            "version": "v5.0.7",
2526
            "source": {
2527
                "type": "git",
2528
                "url": "https://github.com/symfony/http-foundation.git",
2529
                "reference": "26fb006a2c7b6cdd23d52157b05f8414ffa417b6"
2530
            },
2531
            "dist": {
2532
                "type": "zip",
2533
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/26fb006a2c7b6cdd23d52157b05f8414ffa417b6",
2534
                "reference": "26fb006a2c7b6cdd23d52157b05f8414ffa417b6",
2535
                "shasum": ""
2536
            },
2537
            "require": {
2538
                "php": "^7.2.5",
2539
                "symfony/mime": "^4.4|^5.0",
2540
                "symfony/polyfill-mbstring": "~1.1"
2541
            },
2542
            "require-dev": {
2543
                "predis/predis": "~1.0",
2544
                "symfony/expression-language": "^4.4|^5.0"
2545
            },
2546
            "type": "library",
2547
            "extra": {
2548
                "branch-alias": {
2549
                    "dev-master": "5.0-dev"
2550
                }
2551
            },
2552
            "autoload": {
2553
                "psr-4": {
2554
                    "Symfony\\Component\\HttpFoundation\\": ""
2555
                },
2556
                "exclude-from-classmap": [
2557
                    "/Tests/"
2558
                ]
2559
            },
2560
            "notification-url": "https://packagist.org/downloads/",
2561
            "license": [
2562
                "MIT"
2563
            ],
2564
            "authors": [
2565
                {
2566
                    "name": "Fabien Potencier",
2567
                    "email": "fabien@symfony.com"
2568
                },
2569
                {
2570
                    "name": "Symfony Community",
2571
                    "homepage": "https://symfony.com/contributors"
2572
                }
2573
            ],
2574
            "description": "Symfony HttpFoundation Component",
2575
            "homepage": "https://symfony.com",
2576
            "funding": [
2577
                {
2578
                    "url": "https://symfony.com/sponsor",
2579
                    "type": "custom"
2580
                },
2581
                {
2582
                    "url": "https://github.com/fabpot",
2583
                    "type": "github"
2584
                },
2585
                {
2586
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2587
                    "type": "tidelift"
2588
                }
2589
            ],
2590
            "time": "2020-03-30T14:14:32+00:00"
2591
        },
2592
        {
2593
            "name": "symfony/http-kernel",
2594
            "version": "v5.0.7",
2595
            "source": {
2596
                "type": "git",
2597
                "url": "https://github.com/symfony/http-kernel.git",
2598
                "reference": "ad574c55d451127cab1c45b4ac51bf283e340cf0"
2599
            },
2600
            "dist": {
2601
                "type": "zip",
2602
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/ad574c55d451127cab1c45b4ac51bf283e340cf0",
2603
                "reference": "ad574c55d451127cab1c45b4ac51bf283e340cf0",
2604
                "shasum": ""
2605
            },
2606
            "require": {
2607
                "php": "^7.2.5",
2608
                "psr/log": "~1.0",
2609
                "symfony/error-handler": "^4.4|^5.0",
2610
                "symfony/event-dispatcher": "^5.0",
2611
                "symfony/http-foundation": "^4.4|^5.0",
2612
                "symfony/polyfill-ctype": "^1.8",
2613
                "symfony/polyfill-php73": "^1.9"
2614
            },
2615
            "conflict": {
2616
                "symfony/browser-kit": "<4.4",
2617
                "symfony/cache": "<5.0",
2618
                "symfony/config": "<5.0",
2619
                "symfony/dependency-injection": "<4.4",
2620
                "symfony/doctrine-bridge": "<5.0",
2621
                "symfony/form": "<5.0",
2622
                "symfony/http-client": "<5.0",
2623
                "symfony/mailer": "<5.0",
2624
                "symfony/messenger": "<5.0",
2625
                "symfony/translation": "<5.0",
2626
                "symfony/twig-bridge": "<5.0",
2627
                "symfony/validator": "<5.0",
2628
                "twig/twig": "<2.4"
2629
            },
2630
            "provide": {
2631
                "psr/log-implementation": "1.0"
2632
            },
2633
            "require-dev": {
2634
                "psr/cache": "~1.0",
2635
                "symfony/browser-kit": "^4.4|^5.0",
2636
                "symfony/config": "^5.0",
2637
                "symfony/console": "^4.4|^5.0",
2638
                "symfony/css-selector": "^4.4|^5.0",
2639
                "symfony/dependency-injection": "^4.4|^5.0",
2640
                "symfony/dom-crawler": "^4.4|^5.0",
2641
                "symfony/expression-language": "^4.4|^5.0",
2642
                "symfony/finder": "^4.4|^5.0",
2643
                "symfony/process": "^4.4|^5.0",
2644
                "symfony/routing": "^4.4|^5.0",
2645
                "symfony/stopwatch": "^4.4|^5.0",
2646
                "symfony/translation": "^4.4|^5.0",
2647
                "symfony/translation-contracts": "^1.1|^2",
2648
                "twig/twig": "^2.4|^3.0"
2649
            },
2650
            "suggest": {
2651
                "symfony/browser-kit": "",
2652
                "symfony/config": "",
2653
                "symfony/console": "",
2654
                "symfony/dependency-injection": ""
2655
            },
2656
            "type": "library",
2657
            "extra": {
2658
                "branch-alias": {
2659
                    "dev-master": "5.0-dev"
2660
                }
2661
            },
2662
            "autoload": {
2663
                "psr-4": {
2664
                    "Symfony\\Component\\HttpKernel\\": ""
2665
                },
2666
                "exclude-from-classmap": [
2667
                    "/Tests/"
2668
                ]
2669
            },
2670
            "notification-url": "https://packagist.org/downloads/",
2671
            "license": [
2672
                "MIT"
2673
            ],
2674
            "authors": [
2675
                {
2676
                    "name": "Fabien Potencier",
2677
                    "email": "fabien@symfony.com"
2678
                },
2679
                {
2680
                    "name": "Symfony Community",
2681
                    "homepage": "https://symfony.com/contributors"
2682
                }
2683
            ],
2684
            "description": "Symfony HttpKernel Component",
2685
            "homepage": "https://symfony.com",
2686
            "funding": [
2687
                {
2688
                    "url": "https://symfony.com/sponsor",
2689
                    "type": "custom"
2690
                },
2691
                {
2692
                    "url": "https://github.com/fabpot",
2693
                    "type": "github"
2694
                },
2695
                {
2696
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2697
                    "type": "tidelift"
2698
                }
2699
            ],
2700
            "time": "2020-03-30T15:04:59+00:00"
2701
        },
2702
        {
2703
            "name": "symfony/mime",
2704
            "version": "v5.0.7",
2705
            "source": {
2706
                "type": "git",
2707
                "url": "https://github.com/symfony/mime.git",
2708
                "reference": "481b7d6da88922fb1e0d86a943987722b08f3955"
2709
            },
2710
            "dist": {
2711
                "type": "zip",
2712
                "url": "https://api.github.com/repos/symfony/mime/zipball/481b7d6da88922fb1e0d86a943987722b08f3955",
2713
                "reference": "481b7d6da88922fb1e0d86a943987722b08f3955",
2714
                "shasum": ""
2715
            },
2716
            "require": {
2717
                "php": "^7.2.5",
2718
                "symfony/polyfill-intl-idn": "^1.10",
2719
                "symfony/polyfill-mbstring": "^1.0"
2720
            },
2721
            "conflict": {
2722
                "symfony/mailer": "<4.4"
2723
            },
2724
            "require-dev": {
2725
                "egulias/email-validator": "^2.1.10",
2726
                "symfony/dependency-injection": "^4.4|^5.0"
2727
            },
2728
            "type": "library",
2729
            "extra": {
2730
                "branch-alias": {
2731
                    "dev-master": "5.0-dev"
2732
                }
2733
            },
2734
            "autoload": {
2735
                "psr-4": {
2736
                    "Symfony\\Component\\Mime\\": ""
2737
                },
2738
                "exclude-from-classmap": [
2739
                    "/Tests/"
2740
                ]
2741
            },
2742
            "notification-url": "https://packagist.org/downloads/",
2743
            "license": [
2744
                "MIT"
2745
            ],
2746
            "authors": [
2747
                {
2748
                    "name": "Fabien Potencier",
2749
                    "email": "fabien@symfony.com"
2750
                },
2751
                {
2752
                    "name": "Symfony Community",
2753
                    "homepage": "https://symfony.com/contributors"
2754
                }
2755
            ],
2756
            "description": "A library to manipulate MIME messages",
2757
            "homepage": "https://symfony.com",
2758
            "keywords": [
2759
                "mime",
2760
                "mime-type"
2761
            ],
2762
            "funding": [
2763
                {
2764
                    "url": "https://symfony.com/sponsor",
2765
                    "type": "custom"
2766
                },
2767
                {
2768
                    "url": "https://github.com/fabpot",
2769
                    "type": "github"
2770
                },
2771
                {
2772
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2773
                    "type": "tidelift"
2774
                }
2775
            ],
2776
            "time": "2020-03-27T16:56:45+00:00"
2777
        },
2778
        {
2779
            "name": "symfony/options-resolver",
2780
            "version": "v5.0.7",
2781
            "source": {
2782
                "type": "git",
2783
                "url": "https://github.com/symfony/options-resolver.git",
2784
                "reference": "09dccfffd24b311df7f184aa80ee7b61ad61ed8d"
2785
            },
2786
            "dist": {
2787
                "type": "zip",
2788
                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/09dccfffd24b311df7f184aa80ee7b61ad61ed8d",
2789
                "reference": "09dccfffd24b311df7f184aa80ee7b61ad61ed8d",
2790
                "shasum": ""
2791
            },
2792
            "require": {
2793
                "php": "^7.2.5"
2794
            },
2795
            "type": "library",
2796
            "extra": {
2797
                "branch-alias": {
2798
                    "dev-master": "5.0-dev"
2799
                }
2800
            },
2801
            "autoload": {
2802
                "psr-4": {
2803
                    "Symfony\\Component\\OptionsResolver\\": ""
2804
                },
2805
                "exclude-from-classmap": [
2806
                    "/Tests/"
2807
                ]
2808
            },
2809
            "notification-url": "https://packagist.org/downloads/",
2810
            "license": [
2811
                "MIT"
2812
            ],
2813
            "authors": [
2814
                {
2815
                    "name": "Fabien Potencier",
2816
                    "email": "fabien@symfony.com"
2817
                },
2818
                {
2819
                    "name": "Symfony Community",
2820
                    "homepage": "https://symfony.com/contributors"
2821
                }
2822
            ],
2823
            "description": "Symfony OptionsResolver Component",
2824
            "homepage": "https://symfony.com",
2825
            "keywords": [
2826
                "config",
2827
                "configuration",
2828
                "options"
2829
            ],
2830
            "funding": [
2831
                {
2832
                    "url": "https://symfony.com/sponsor",
2833
                    "type": "custom"
2834
                },
2835
                {
2836
                    "url": "https://github.com/fabpot",
2837
                    "type": "github"
2838
                },
2839
                {
2840
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2841
                    "type": "tidelift"
2842
                }
2843
            ],
2844
            "time": "2020-03-27T16:56:45+00:00"
2845
        },
2846
        {
2847
            "name": "symfony/polyfill-intl-idn",
2848
            "version": "v1.15.0",
2849
            "source": {
2850
                "type": "git",
2851
                "url": "https://github.com/symfony/polyfill-intl-idn.git",
2852
                "reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf"
2853
            },
2854
            "dist": {
2855
                "type": "zip",
2856
                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf",
2857
                "reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf",
2858
                "shasum": ""
2859
            },
2860
            "require": {
2861
                "php": ">=5.3.3",
2862
                "symfony/polyfill-mbstring": "^1.3",
2863
                "symfony/polyfill-php72": "^1.10"
2864
            },
2865
            "suggest": {
2866
                "ext-intl": "For best performance"
2867
            },
2868
            "type": "library",
2869
            "extra": {
2870
                "branch-alias": {
2871
                    "dev-master": "1.15-dev"
2872
                }
2873
            },
2874
            "autoload": {
2875
                "psr-4": {
2876
                    "Symfony\\Polyfill\\Intl\\Idn\\": ""
2877
                },
2878
                "files": [
2879
                    "bootstrap.php"
2880
                ]
2881
            },
2882
            "notification-url": "https://packagist.org/downloads/",
2883
            "license": [
2884
                "MIT"
2885
            ],
2886
            "authors": [
2887
                {
2888
                    "name": "Laurent Bassin",
2889
                    "email": "laurent@bassin.info"
2890
                },
2891
                {
2892
                    "name": "Symfony Community",
2893
                    "homepage": "https://symfony.com/contributors"
2894
                }
2895
            ],
2896
            "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
2897
            "homepage": "https://symfony.com",
2898
            "keywords": [
2899
                "compatibility",
2900
                "idn",
2901
                "intl",
2902
                "polyfill",
2903
                "portable",
2904
                "shim"
2905
            ],
2906
            "funding": [
2907
                {
2908
                    "url": "https://symfony.com/sponsor",
2909
                    "type": "custom"
2910
                },
2911
                {
2912
                    "url": "https://github.com/fabpot",
2913
                    "type": "github"
2914
                },
2915
                {
2916
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2917
                    "type": "tidelift"
2918
                }
2919
            ],
2920
            "time": "2020-03-09T19:04:49+00:00"
2921
        },
2922
        {
2923
            "name": "symfony/polyfill-mbstring",
2924
            "version": "v1.15.0",
2925
            "source": {
2926
                "type": "git",
2927
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2928
                "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
2929
            },
2930
            "dist": {
2931
                "type": "zip",
2932
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
2933
                "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
2934
                "shasum": ""
2935
            },
2936
            "require": {
2937
                "php": ">=5.3.3"
2938
            },
2939
            "suggest": {
2940
                "ext-mbstring": "For best performance"
2941
            },
2942
            "type": "library",
2943
            "extra": {
2944
                "branch-alias": {
2945
                    "dev-master": "1.15-dev"
2946
                }
2947
            },
2948
            "autoload": {
2949
                "psr-4": {
2950
                    "Symfony\\Polyfill\\Mbstring\\": ""
2951
                },
2952
                "files": [
2953
                    "bootstrap.php"
2954
                ]
2955
            },
2956
            "notification-url": "https://packagist.org/downloads/",
2957
            "license": [
2958
                "MIT"
2959
            ],
2960
            "authors": [
2961
                {
2962
                    "name": "Nicolas Grekas",
2963
                    "email": "p@tchwork.com"
2964
                },
2965
                {
2966
                    "name": "Symfony Community",
2967
                    "homepage": "https://symfony.com/contributors"
2968
                }
2969
            ],
2970
            "description": "Symfony polyfill for the Mbstring extension",
2971
            "homepage": "https://symfony.com",
2972
            "keywords": [
2973
                "compatibility",
2974
                "mbstring",
2975
                "polyfill",
2976
                "portable",
2977
                "shim"
2978
            ],
2979
            "funding": [
2980
                {
2981
                    "url": "https://symfony.com/sponsor",
2982
                    "type": "custom"
2983
                },
2984
                {
2985
                    "url": "https://github.com/fabpot",
2986
                    "type": "github"
2987
                },
2988
                {
2989
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2990
                    "type": "tidelift"
2991
                }
2992
            ],
2993
            "time": "2020-03-09T19:04:49+00:00"
2994
        },
2995
        {
2996
            "name": "symfony/polyfill-php73",
2997
            "version": "v1.15.0",
2998
            "source": {
2999
                "type": "git",
3000
                "url": "https://github.com/symfony/polyfill-php73.git",
3001
                "reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7"
3002
            },
3003
            "dist": {
3004
                "type": "zip",
3005
                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7",
3006
                "reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7",
3007
                "shasum": ""
3008
            },
3009
            "require": {
3010
                "php": ">=5.3.3"
3011
            },
3012
            "type": "library",
3013
            "extra": {
3014
                "branch-alias": {
3015
                    "dev-master": "1.15-dev"
3016
                }
3017
            },
3018
            "autoload": {
3019
                "psr-4": {
3020
                    "Symfony\\Polyfill\\Php73\\": ""
3021
                },
3022
                "files": [
3023
                    "bootstrap.php"
3024
                ],
3025
                "classmap": [
3026
                    "Resources/stubs"
3027
                ]
3028
            },
3029
            "notification-url": "https://packagist.org/downloads/",
3030
            "license": [
3031
                "MIT"
3032
            ],
3033
            "authors": [
3034
                {
3035
                    "name": "Nicolas Grekas",
3036
                    "email": "p@tchwork.com"
3037
                },
3038
                {
3039
                    "name": "Symfony Community",
3040
                    "homepage": "https://symfony.com/contributors"
3041
                }
3042
            ],
3043
            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
3044
            "homepage": "https://symfony.com",
3045
            "keywords": [
3046
                "compatibility",
3047
                "polyfill",
3048
                "portable",
3049
                "shim"
3050
            ],
3051
            "funding": [
3052
                {
3053
                    "url": "https://symfony.com/sponsor",
3054
                    "type": "custom"
3055
                },
3056
                {
3057
                    "url": "https://github.com/fabpot",
3058
                    "type": "github"
3059
                },
3060
                {
3061
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3062
                    "type": "tidelift"
3063
                }
3064
            ],
3065
            "time": "2020-02-27T09:26:54+00:00"
3066
        },
3067
        {
3068
            "name": "symfony/routing",
3069
            "version": "v5.0.7",
3070
            "source": {
3071
                "type": "git",
3072
                "url": "https://github.com/symfony/routing.git",
3073
                "reference": "d98a95d0a684caba47a47c1c50c602a669dc973b"
3074
            },
3075
            "dist": {
3076
                "type": "zip",
3077
                "url": "https://api.github.com/repos/symfony/routing/zipball/d98a95d0a684caba47a47c1c50c602a669dc973b",
3078
                "reference": "d98a95d0a684caba47a47c1c50c602a669dc973b",
3079
                "shasum": ""
3080
            },
3081
            "require": {
3082
                "php": "^7.2.5"
3083
            },
3084
            "conflict": {
3085
                "symfony/config": "<5.0",
3086
                "symfony/dependency-injection": "<4.4",
3087
                "symfony/yaml": "<4.4"
3088
            },
3089
            "require-dev": {
3090
                "doctrine/annotations": "~1.2",
3091
                "psr/log": "~1.0",
3092
                "symfony/config": "^5.0",
3093
                "symfony/dependency-injection": "^4.4|^5.0",
3094
                "symfony/expression-language": "^4.4|^5.0",
3095
                "symfony/http-foundation": "^4.4|^5.0",
3096
                "symfony/yaml": "^4.4|^5.0"
3097
            },
3098
            "suggest": {
3099
                "doctrine/annotations": "For using the annotation loader",
3100
                "symfony/config": "For using the all-in-one router or any loader",
3101
                "symfony/expression-language": "For using expression matching",
3102
                "symfony/http-foundation": "For using a Symfony Request object",
3103
                "symfony/yaml": "For using the YAML loader"
3104
            },
3105
            "type": "library",
3106
            "extra": {
3107
                "branch-alias": {
3108
                    "dev-master": "5.0-dev"
3109
                }
3110
            },
3111
            "autoload": {
3112
                "psr-4": {
3113
                    "Symfony\\Component\\Routing\\": ""
3114
                },
3115
                "exclude-from-classmap": [
3116
                    "/Tests/"
3117
                ]
3118
            },
3119
            "notification-url": "https://packagist.org/downloads/",
3120
            "license": [
3121
                "MIT"
3122
            ],
3123
            "authors": [
3124
                {
3125
                    "name": "Fabien Potencier",
3126
                    "email": "fabien@symfony.com"
3127
                },
3128
                {
3129
                    "name": "Symfony Community",
3130
                    "homepage": "https://symfony.com/contributors"
3131
                }
3132
            ],
3133
            "description": "Symfony Routing Component",
3134
            "homepage": "https://symfony.com",
3135
            "keywords": [
3136
                "router",
3137
                "routing",
3138
                "uri",
3139
                "url"
3140
            ],
3141
            "funding": [
3142
                {
3143
                    "url": "https://symfony.com/sponsor",
3144
                    "type": "custom"
3145
                },
3146
                {
3147
                    "url": "https://github.com/fabpot",
3148
                    "type": "github"
3149
                },
3150
                {
3151
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3152
                    "type": "tidelift"
3153
                }
3154
            ],
3155
            "time": "2020-03-30T11:42:42+00:00"
3156
        },
3157
        {
3158
            "name": "symfony/service-contracts",
3159
            "version": "v2.0.1",
3160
            "source": {
3161
                "type": "git",
3162
                "url": "https://github.com/symfony/service-contracts.git",
3163
                "reference": "144c5e51266b281231e947b51223ba14acf1a749"
3164
            },
3165
            "dist": {
3166
                "type": "zip",
3167
                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
3168
                "reference": "144c5e51266b281231e947b51223ba14acf1a749",
3169
                "shasum": ""
3170
            },
3171
            "require": {
3172
                "php": "^7.2.5",
3173
                "psr/container": "^1.0"
3174
            },
3175
            "suggest": {
3176
                "symfony/service-implementation": ""
3177
            },
3178
            "type": "library",
3179
            "extra": {
3180
                "branch-alias": {
3181
                    "dev-master": "2.0-dev"
3182
                }
3183
            },
3184
            "autoload": {
3185
                "psr-4": {
3186
                    "Symfony\\Contracts\\Service\\": ""
3187
                }
3188
            },
3189
            "notification-url": "https://packagist.org/downloads/",
3190
            "license": [
3191
                "MIT"
3192
            ],
3193
            "authors": [
3194
                {
3195
                    "name": "Nicolas Grekas",
3196
                    "email": "p@tchwork.com"
3197
                },
3198
                {
3199
                    "name": "Symfony Community",
3200
                    "homepage": "https://symfony.com/contributors"
3201
                }
3202
            ],
3203
            "description": "Generic abstractions related to writing services",
3204
            "homepage": "https://symfony.com",
3205
            "keywords": [
3206
                "abstractions",
3207
                "contracts",
3208
                "decoupling",
3209
                "interfaces",
3210
                "interoperability",
3211
                "standards"
3212
            ],
3213
            "time": "2019-11-18T17:27:11+00:00"
3214
        },
3215
        {
3216
            "name": "symfony/var-dumper",
3217
            "version": "v5.0.7",
3218
            "source": {
3219
                "type": "git",
3220
                "url": "https://github.com/symfony/var-dumper.git",
3221
                "reference": "f74a126acd701392eef2492a17228d42552c86b5"
3222
            },
3223
            "dist": {
3224
                "type": "zip",
3225
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/f74a126acd701392eef2492a17228d42552c86b5",
3226
                "reference": "f74a126acd701392eef2492a17228d42552c86b5",
3227
                "shasum": ""
3228
            },
3229
            "require": {
3230
                "php": "^7.2.5",
3231
                "symfony/polyfill-mbstring": "~1.0"
3232
            },
3233
            "conflict": {
3234
                "phpunit/phpunit": "<5.4.3",
3235
                "symfony/console": "<4.4"
3236
            },
3237
            "require-dev": {
3238
                "ext-iconv": "*",
3239
                "symfony/console": "^4.4|^5.0",
3240
                "symfony/process": "^4.4|^5.0",
3241
                "twig/twig": "^2.4|^3.0"
3242
            },
3243
            "suggest": {
3244
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
3245
                "ext-intl": "To show region name in time zone dump",
3246
                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
3247
            },
3248
            "bin": [
3249
                "Resources/bin/var-dump-server"
3250
            ],
3251
            "type": "library",
3252
            "extra": {
3253
                "branch-alias": {
3254
                    "dev-master": "5.0-dev"
3255
                }
3256
            },
3257
            "autoload": {
3258
                "files": [
3259
                    "Resources/functions/dump.php"
3260
                ],
3261
                "psr-4": {
3262
                    "Symfony\\Component\\VarDumper\\": ""
3263
                },
3264
                "exclude-from-classmap": [
3265
                    "/Tests/"
3266
                ]
3267
            },
3268
            "notification-url": "https://packagist.org/downloads/",
3269
            "license": [
3270
                "MIT"
3271
            ],
3272
            "authors": [
3273
                {
3274
                    "name": "Nicolas Grekas",
3275
                    "email": "p@tchwork.com"
3276
                },
3277
                {
3278
                    "name": "Symfony Community",
3279
                    "homepage": "https://symfony.com/contributors"
3280
                }
3281
            ],
3282
            "description": "Symfony mechanism for exploring and dumping PHP variables",
3283
            "homepage": "https://symfony.com",
3284
            "keywords": [
3285
                "debug",
3286
                "dump"
3287
            ],
3288
            "funding": [
3289
                {
3290
                    "url": "https://symfony.com/sponsor",
3291
                    "type": "custom"
3292
                },
3293
                {
3294
                    "url": "https://github.com/fabpot",
3295
                    "type": "github"
3296
                },
3297
                {
3298
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3299
                    "type": "tidelift"
3300
                }
3301
            ],
3302
            "time": "2020-03-27T16:56:45+00:00"
3303
        },
3304
        {
3305
            "name": "symfony/var-exporter",
3306
            "version": "v5.0.7",
3307
            "source": {
3308
                "type": "git",
3309
                "url": "https://github.com/symfony/var-exporter.git",
3310
                "reference": "ffd29a70370e466343e33154b5df197a07a13afa"
3311
            },
3312
            "dist": {
3313
                "type": "zip",
3314
                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/ffd29a70370e466343e33154b5df197a07a13afa",
3315
                "reference": "ffd29a70370e466343e33154b5df197a07a13afa",
3316
                "shasum": ""
3317
            },
3318
            "require": {
3319
                "php": "^7.2.5"
3320
            },
3321
            "require-dev": {
3322
                "symfony/var-dumper": "^4.4|^5.0"
3323
            },
3324
            "type": "library",
3325
            "extra": {
3326
                "branch-alias": {
3327
                    "dev-master": "5.0-dev"
3328
                }
3329
            },
3330
            "autoload": {
3331
                "psr-4": {
3332
                    "Symfony\\Component\\VarExporter\\": ""
3333
                },
3334
                "exclude-from-classmap": [
3335
                    "/Tests/"
3336
                ]
3337
            },
3338
            "notification-url": "https://packagist.org/downloads/",
3339
            "license": [
3340
                "MIT"
3341
            ],
3342
            "authors": [
3343
                {
3344
                    "name": "Nicolas Grekas",
3345
                    "email": "p@tchwork.com"
3346
                },
3347
                {
3348
                    "name": "Symfony Community",
3349
                    "homepage": "https://symfony.com/contributors"
3350
                }
3351
            ],
3352
            "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
3353
            "homepage": "https://symfony.com",
3354
            "keywords": [
3355
                "clone",
3356
                "construct",
3357
                "export",
3358
                "hydrate",
3359
                "instantiate",
3360
                "serialize"
3361
            ],
3362
            "funding": [
3363
                {
3364
                    "url": "https://symfony.com/sponsor",
3365
                    "type": "custom"
3366
                },
3367
                {
3368
                    "url": "https://github.com/fabpot",
3369
                    "type": "github"
3370
                },
3371
                {
3372
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3373
                    "type": "tidelift"
3374
                }
3375
            ],
3376
            "time": "2020-03-27T16:56:45+00:00"
3377
        },
3378
        {
3379
            "name": "symfony/yaml",
3380
            "version": "v5.0.7",
3381
            "source": {
3382
                "type": "git",
3383
                "url": "https://github.com/symfony/yaml.git",
3384
                "reference": "ad5e9c83ade5bbb3a96a3f30588a0622708caefd"
3385
            },
3386
            "dist": {
3387
                "type": "zip",
3388
                "url": "https://api.github.com/repos/symfony/yaml/zipball/ad5e9c83ade5bbb3a96a3f30588a0622708caefd",
3389
                "reference": "ad5e9c83ade5bbb3a96a3f30588a0622708caefd",
3390
                "shasum": ""
3391
            },
3392
            "require": {
3393
                "php": "^7.2.5",
3394
                "symfony/polyfill-ctype": "~1.8"
3395
            },
3396
            "conflict": {
3397
                "symfony/console": "<4.4"
3398
            },
3399
            "require-dev": {
3400
                "symfony/console": "^4.4|^5.0"
3401
            },
3402
            "suggest": {
3403
                "symfony/console": "For validating YAML files using the lint command"
3404
            },
3405
            "type": "library",
3406
            "extra": {
3407
                "branch-alias": {
3408
                    "dev-master": "5.0-dev"
3409
                }
3410
            },
3411
            "autoload": {
3412
                "psr-4": {
3413
                    "Symfony\\Component\\Yaml\\": ""
3414
                },
3415
                "exclude-from-classmap": [
3416
                    "/Tests/"
3417
                ]
3418
            },
3419
            "notification-url": "https://packagist.org/downloads/",
3420
            "license": [
3421
                "MIT"
3422
            ],
3423
            "authors": [
3424
                {
3425
                    "name": "Fabien Potencier",
3426
                    "email": "fabien@symfony.com"
3427
                },
3428
                {
3429
                    "name": "Symfony Community",
3430
                    "homepage": "https://symfony.com/contributors"
3431
                }
3432
            ],
3433
            "description": "Symfony Yaml Component",
3434
            "homepage": "https://symfony.com",
3435
            "funding": [
3436
                {
3437
                    "url": "https://symfony.com/sponsor",
3438
                    "type": "custom"
3439
                },
3440
                {
3441
                    "url": "https://github.com/fabpot",
3442
                    "type": "github"
3443
                },
3444
                {
3445
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3446
                    "type": "tidelift"
3447
                }
3448
            ],
3449
            "time": "2020-03-30T11:42:42+00:00"
3450
        },
3451
        {
3452
            "name": "webimpress/safe-writer",
3453
            "version": "2.0.1",
3454
            "source": {
3455
                "type": "git",
3456
                "url": "https://github.com/webimpress/safe-writer.git",
3457
                "reference": "d6e879960febb307c112538997316371f1e95b12"
3458
            },
3459
            "dist": {
3460
                "type": "zip",
3461
                "url": "https://api.github.com/repos/webimpress/safe-writer/zipball/d6e879960febb307c112538997316371f1e95b12",
3462
                "reference": "d6e879960febb307c112538997316371f1e95b12",
3463
                "shasum": ""
3464
            },
3465
            "require": {
3466
                "php": "^7.2"
3467
            },
3468
            "require-dev": {
3469
                "phpunit/phpunit": "^8.5.2 || ^9.0.1",
3470
                "webimpress/coding-standard": "^1.1.4"
3471
            },
3472
            "type": "library",
3473
            "extra": {
3474
                "branch-alias": {
3475
                    "dev-master": "2.0.x-dev",
3476
                    "dev-develop": "2.1.x-dev",
3477
                    "dev-release-1.0": "1.0.x-dev"
3478
                }
3479
            },
3480
            "autoload": {
3481
                "psr-4": {
3482
                    "Webimpress\\SafeWriter\\": "src/"
3483
                }
3484
            },
3485
            "notification-url": "https://packagist.org/downloads/",
3486
            "license": [
3487
                "BSD-2-Clause"
3488
            ],
3489
            "description": "Tool to write files safely, to avoid race conditions",
3490
            "keywords": [
3491
                "concurrent write",
3492
                "file writer",
3493
                "race condition",
3494
                "safe writer",
3495
                "webimpress"
3496
            ],
3497
            "funding": [
3498
                {
3499
                    "url": "https://github.com/michalbundyra",
3500
                    "type": "github"
3501
                }
3502
            ],
3503
            "time": "2020-03-21T15:49:08+00:00"
3504
        }
3505
    ],
3506
    "packages-dev": [
3507
        {
3508
            "name": "composer/semver",
3509
            "version": "1.5.1",
3510
            "source": {
3511
                "type": "git",
3512
                "url": "https://github.com/composer/semver.git",
3513
                "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de"
3514
            },
3515
            "dist": {
3516
                "type": "zip",
3517
                "url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
3518
                "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
3519
                "shasum": ""
3520
            },
3521
            "require": {
3522
                "php": "^5.3.2 || ^7.0"
3523
            },
3524
            "require-dev": {
3525
                "phpunit/phpunit": "^4.5 || ^5.0.5"
3526
            },
3527
            "type": "library",
3528
            "extra": {
3529
                "branch-alias": {
3530
                    "dev-master": "1.x-dev"
3531
                }
3532
            },
3533
            "autoload": {
3534
                "psr-4": {
3535
                    "Composer\\Semver\\": "src"
3536
                }
3537
            },
3538
            "notification-url": "https://packagist.org/downloads/",
3539
            "license": [
3540
                "MIT"
3541
            ],
3542
            "authors": [
3543
                {
3544
                    "name": "Nils Adermann",
3545
                    "email": "naderman@naderman.de",
3546
                    "homepage": "http://www.naderman.de"
3547
                },
3548
                {
3549
                    "name": "Jordi Boggiano",
3550
                    "email": "j.boggiano@seld.be",
3551
                    "homepage": "http://seld.be"
3552
                },
3553
                {
3554
                    "name": "Rob Bast",
3555
                    "email": "rob.bast@gmail.com",
3556
                    "homepage": "http://robbast.nl"
3557
                }
3558
            ],
3559
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
3560
            "keywords": [
3561
                "semantic",
3562
                "semver",
3563
                "validation",
3564
                "versioning"
3565
            ],
3566
            "time": "2020-01-13T12:06:48+00:00"
3567
        },
3568
        {
3569
            "name": "composer/xdebug-handler",
3570
            "version": "1.4.1",
3571
            "source": {
3572
                "type": "git",
3573
                "url": "https://github.com/composer/xdebug-handler.git",
3574
                "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7"
3575
            },
3576
            "dist": {
3577
                "type": "zip",
3578
                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/1ab9842d69e64fb3a01be6b656501032d1b78cb7",
3579
                "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7",
3580
                "shasum": ""
3581
            },
3582
            "require": {
3583
                "php": "^5.3.2 || ^7.0 || ^8.0",
3584
                "psr/log": "^1.0"
3585
            },
3586
            "require-dev": {
3587
                "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
3588
            },
3589
            "type": "library",
3590
            "autoload": {
3591
                "psr-4": {
3592
                    "Composer\\XdebugHandler\\": "src"
3593
                }
3594
            },
3595
            "notification-url": "https://packagist.org/downloads/",
3596
            "license": [
3597
                "MIT"
3598
            ],
3599
            "authors": [
3600
                {
3601
                    "name": "John Stevenson",
3602
                    "email": "john-stevenson@blueyonder.co.uk"
3603
                }
3604
            ],
3605
            "description": "Restarts a process without Xdebug.",
3606
            "keywords": [
3607
                "Xdebug",
3608
                "performance"
3609
            ],
3610
            "funding": [
3611
                {
3612
                    "url": "https://packagist.com",
3613
                    "type": "custom"
3614
                }
3615
            ],
3616
            "time": "2020-03-01T12:26:26+00:00"
3617
        },
3618
        {
3619
            "name": "friendsofphp/php-cs-fixer",
3620
            "version": "v2.16.1",
3621
            "source": {
3622
                "type": "git",
3623
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
3624
                "reference": "c8afb599858876e95e8ebfcd97812d383fa23f02"
3625
            },
3626
            "dist": {
3627
                "type": "zip",
3628
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/c8afb599858876e95e8ebfcd97812d383fa23f02",
3629
                "reference": "c8afb599858876e95e8ebfcd97812d383fa23f02",
3630
                "shasum": ""
3631
            },
3632
            "require": {
3633
                "composer/semver": "^1.4",
3634
                "composer/xdebug-handler": "^1.2",
3635
                "doctrine/annotations": "^1.2",
3636
                "ext-json": "*",
3637
                "ext-tokenizer": "*",
3638
                "php": "^5.6 || ^7.0",
3639
                "php-cs-fixer/diff": "^1.3",
3640
                "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
3641
                "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
3642
                "symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
3643
                "symfony/finder": "^3.0 || ^4.0 || ^5.0",
3644
                "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
3645
                "symfony/polyfill-php70": "^1.0",
3646
                "symfony/polyfill-php72": "^1.4",
3647
                "symfony/process": "^3.0 || ^4.0 || ^5.0",
3648
                "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
3649
            },
3650
            "require-dev": {
3651
                "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
3652
                "justinrainbow/json-schema": "^5.0",
3653
                "keradus/cli-executor": "^1.2",
3654
                "mikey179/vfsstream": "^1.6",
3655
                "php-coveralls/php-coveralls": "^2.1",
3656
                "php-cs-fixer/accessible-object": "^1.0",
3657
                "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
3658
                "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
3659
                "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
3660
                "phpunitgoodpractices/traits": "^1.8",
3661
                "symfony/phpunit-bridge": "^4.3 || ^5.0",
3662
                "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
3663
            },
3664
            "suggest": {
3665
                "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
3666
                "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
3667
                "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
3668
                "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
3669
            },
3670
            "bin": [
3671
                "php-cs-fixer"
3672
            ],
3673
            "type": "application",
3674
            "autoload": {
3675
                "psr-4": {
3676
                    "PhpCsFixer\\": "src/"
3677
                },
3678
                "classmap": [
3679
                    "tests/Test/AbstractFixerTestCase.php",
3680
                    "tests/Test/AbstractIntegrationCaseFactory.php",
3681
                    "tests/Test/AbstractIntegrationTestCase.php",
3682
                    "tests/Test/Assert/AssertTokensTrait.php",
3683
                    "tests/Test/IntegrationCase.php",
3684
                    "tests/Test/IntegrationCaseFactory.php",
3685
                    "tests/Test/IntegrationCaseFactoryInterface.php",
3686
                    "tests/Test/InternalIntegrationCaseFactory.php",
3687
                    "tests/TestCase.php"
3688
                ]
3689
            },
3690
            "notification-url": "https://packagist.org/downloads/",
3691
            "license": [
3692
                "MIT"
3693
            ],
3694
            "authors": [
3695
                {
3696
                    "name": "Fabien Potencier",
3697
                    "email": "fabien@symfony.com"
3698
                },
3699
                {
3700
                    "name": "Dariusz Rumiński",
3701
                    "email": "dariusz.ruminski@gmail.com"
3702
                }
3703
            ],
3704
            "description": "A tool to automatically fix PHP code style",
3705
            "time": "2019-11-25T22:10:32+00:00"
3706
        },
3707
        {
3708
            "name": "php-cs-fixer/diff",
3709
            "version": "v1.3.0",
3710
            "source": {
3711
                "type": "git",
3712
                "url": "https://github.com/PHP-CS-Fixer/diff.git",
3713
                "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
3714
            },
3715
            "dist": {
3716
                "type": "zip",
3717
                "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
3718
                "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
3719
                "shasum": ""
3720
            },
3721
            "require": {
3722
                "php": "^5.6 || ^7.0"
3723
            },
3724
            "require-dev": {
3725
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
3726
                "symfony/process": "^3.3"
3727
            },
3728
            "type": "library",
3729
            "autoload": {
3730
                "classmap": [
3731
                    "src/"
3732
                ]
3733
            },
3734
            "notification-url": "https://packagist.org/downloads/",
3735
            "license": [
3736
                "BSD-3-Clause"
3737
            ],
3738
            "authors": [
3739
                {
3740
                    "name": "Kore Nordmann",
3741
                    "email": "mail@kore-nordmann.de"
3742
                },
3743
                {
3744
                    "name": "Sebastian Bergmann",
3745
                    "email": "sebastian@phpunit.de"
3746
                },
3747
                {
3748
                    "name": "SpacePossum"
3749
                }
3750
            ],
3751
            "description": "sebastian/diff v2 backport support for PHP5.6",
3752
            "homepage": "https://github.com/PHP-CS-Fixer",
3753
            "keywords": [
3754
                "diff"
3755
            ],
3756
            "time": "2018-02-15T16:58:55+00:00"
3757
        },
3758
        {
3759
            "name": "squizlabs/php_codesniffer",
3760
            "version": "3.5.4",
3761
            "source": {
3762
                "type": "git",
3763
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
3764
                "reference": "dceec07328401de6211037abbb18bda423677e26"
3765
            },
3766
            "dist": {
3767
                "type": "zip",
3768
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dceec07328401de6211037abbb18bda423677e26",
3769
                "reference": "dceec07328401de6211037abbb18bda423677e26",
3770
                "shasum": ""
3771
            },
3772
            "require": {
3773
                "ext-simplexml": "*",
3774
                "ext-tokenizer": "*",
3775
                "ext-xmlwriter": "*",
3776
                "php": ">=5.4.0"
3777
            },
3778
            "require-dev": {
3779
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
3780
            },
3781
            "bin": [
3782
                "bin/phpcs",
3783
                "bin/phpcbf"
3784
            ],
3785
            "type": "library",
3786
            "extra": {
3787
                "branch-alias": {
3788
                    "dev-master": "3.x-dev"
3789
                }
3790
            },
3791
            "notification-url": "https://packagist.org/downloads/",
3792
            "license": [
3793
                "BSD-3-Clause"
3794
            ],
3795
            "authors": [
3796
                {
3797
                    "name": "Greg Sherwood",
3798
                    "role": "lead"
3799
                }
3800
            ],
3801
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
3802
            "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
3803
            "keywords": [
3804
                "phpcs",
3805
                "standards"
3806
            ],
3807
            "time": "2020-01-30T22:20:29+00:00"
3808
        },
3809
        {
3810
            "name": "symfony/process",
3811
            "version": "v5.0.7",
3812
            "source": {
3813
                "type": "git",
3814
                "url": "https://github.com/symfony/process.git",
3815
                "reference": "c5ca4a0fc16a0c888067d43fbcfe1f8a53d8e70e"
3816
            },
3817
            "dist": {
3818
                "type": "zip",
3819
                "url": "https://api.github.com/repos/symfony/process/zipball/c5ca4a0fc16a0c888067d43fbcfe1f8a53d8e70e",
3820
                "reference": "c5ca4a0fc16a0c888067d43fbcfe1f8a53d8e70e",
3821
                "shasum": ""
3822
            },
3823
            "require": {
3824
                "php": "^7.2.5"
3825
            },
3826
            "type": "library",
3827
            "extra": {
3828
                "branch-alias": {
3829
                    "dev-master": "5.0-dev"
3830
                }
3831
            },
3832
            "autoload": {
3833
                "psr-4": {
3834
                    "Symfony\\Component\\Process\\": ""
3835
                },
3836
                "exclude-from-classmap": [
3837
                    "/Tests/"
3838
                ]
3839
            },
3840
            "notification-url": "https://packagist.org/downloads/",
3841
            "license": [
3842
                "MIT"
3843
            ],
3844
            "authors": [
3845
                {
3846
                    "name": "Fabien Potencier",
3847
                    "email": "fabien@symfony.com"
3848
                },
3849
                {
3850
                    "name": "Symfony Community",
3851
                    "homepage": "https://symfony.com/contributors"
3852
                }
3853
            ],
3854
            "description": "Symfony Process Component",
3855
            "homepage": "https://symfony.com",
3856
            "funding": [
3857
                {
3858
                    "url": "https://symfony.com/sponsor",
3859
                    "type": "custom"
3860
                },
3861
                {
3862
                    "url": "https://github.com/fabpot",
3863
                    "type": "github"
3864
                },
3865
                {
3866
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3867
                    "type": "tidelift"
3868
                }
3869
            ],
3870
            "time": "2020-03-27T16:56:45+00:00"
3871
        },
3872
        {
3873
            "name": "symfony/stopwatch",
3874
            "version": "v5.0.7",
3875
            "source": {
3876
                "type": "git",
3877
                "url": "https://github.com/symfony/stopwatch.git",
3878
                "reference": "a1d86d30d4522423afc998f32404efa34fcf5a73"
3879
            },
3880
            "dist": {
3881
                "type": "zip",
3882
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/a1d86d30d4522423afc998f32404efa34fcf5a73",
3883
                "reference": "a1d86d30d4522423afc998f32404efa34fcf5a73",
3884
                "shasum": ""
3885
            },
3886
            "require": {
3887
                "php": "^7.2.5",
3888
                "symfony/service-contracts": "^1.0|^2"
3889
            },
3890
            "type": "library",
3891
            "extra": {
3892
                "branch-alias": {
3893
                    "dev-master": "5.0-dev"
3894
                }
3895
            },
3896
            "autoload": {
3897
                "psr-4": {
3898
                    "Symfony\\Component\\Stopwatch\\": ""
3899
                },
3900
                "exclude-from-classmap": [
3901
                    "/Tests/"
3902
                ]
3903
            },
3904
            "notification-url": "https://packagist.org/downloads/",
3905
            "license": [
3906
                "MIT"
3907
            ],
3908
            "authors": [
3909
                {
3910
                    "name": "Fabien Potencier",
3911
                    "email": "fabien@symfony.com"
3912
                },
3913
                {
3914
                    "name": "Symfony Community",
3915
                    "homepage": "https://symfony.com/contributors"
3916
                }
3917
            ],
3918
            "description": "Symfony Stopwatch Component",
3919
            "homepage": "https://symfony.com",
3920
            "funding": [
3921
                {
3922
                    "url": "https://symfony.com/sponsor",
3923
                    "type": "custom"
3924
                },
3925
                {
3926
                    "url": "https://github.com/fabpot",
3927
                    "type": "github"
3928
                },
3929
                {
3930
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3931
                    "type": "tidelift"
3932
                }
3933
            ],
3934
            "time": "2020-03-27T16:56:45+00:00"
3935
        }
3936
    ],
3937
    "aliases": [],
3938
    "minimum-stability": "stable",
3939
    "stability-flags": [],
3940
    "prefer-stable": false,
3941
    "prefer-lowest": false,
3942
    "platform": {
3943
        "php": "^7.2.5",
3944
        "ext-ctype": "*",
3945
        "ext-iconv": "*"
3946
    },
3947
    "platform-dev": [],
3948
    "platform-overrides": {
3949
        "ext-mongo": "1.6.16"
3950
    },
3951
    "plugin-api-version": "1.1.0"
3952
}
(4-4/7)