Projekt

Obecné

Profil

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