Projekt

Obecné

Profil

Stáhnout (96.3 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": "032bc0061131fefa9b8aebddb553037c",
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/lexer",
80
            "version": "1.2.0",
81
            "source": {
82
                "type": "git",
83
                "url": "https://github.com/doctrine/lexer.git",
84
                "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"
85
            },
86
            "dist": {
87
                "type": "zip",
88
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
89
                "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
90
                "shasum": ""
91
            },
92
            "require": {
93
                "php": "^7.2"
94
            },
95
            "require-dev": {
96
                "doctrine/coding-standard": "^6.0",
97
                "phpstan/phpstan": "^0.11.8",
98
                "phpunit/phpunit": "^8.2"
99
            },
100
            "type": "library",
101
            "extra": {
102
                "branch-alias": {
103
                    "dev-master": "1.2.x-dev"
104
                }
105
            },
106
            "autoload": {
107
                "psr-4": {
108
                    "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
109
                }
110
            },
111
            "notification-url": "https://packagist.org/downloads/",
112
            "license": [
113
                "MIT"
114
            ],
115
            "authors": [
116
                {
117
                    "name": "Guilherme Blanco",
118
                    "email": "guilhermeblanco@gmail.com"
119
                },
120
                {
121
                    "name": "Roman Borschel",
122
                    "email": "roman@code-factory.org"
123
                },
124
                {
125
                    "name": "Johannes Schmitt",
126
                    "email": "schmittjoh@gmail.com"
127
                }
128
            ],
129
            "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
130
            "homepage": "https://www.doctrine-project.org/projects/lexer.html",
131
            "keywords": [
132
                "annotations",
133
                "docblock",
134
                "lexer",
135
                "parser",
136
                "php"
137
            ],
138
            "time": "2019-10-30T14:39:59+00:00"
139
        },
140
        {
141
            "name": "psr/cache",
142
            "version": "1.0.1",
143
            "source": {
144
                "type": "git",
145
                "url": "https://github.com/php-fig/cache.git",
146
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
147
            },
148
            "dist": {
149
                "type": "zip",
150
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
151
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
152
                "shasum": ""
153
            },
154
            "require": {
155
                "php": ">=5.3.0"
156
            },
157
            "type": "library",
158
            "extra": {
159
                "branch-alias": {
160
                    "dev-master": "1.0.x-dev"
161
                }
162
            },
163
            "autoload": {
164
                "psr-4": {
165
                    "Psr\\Cache\\": "src/"
166
                }
167
            },
168
            "notification-url": "https://packagist.org/downloads/",
169
            "license": [
170
                "MIT"
171
            ],
172
            "authors": [
173
                {
174
                    "name": "PHP-FIG",
175
                    "homepage": "http://www.php-fig.org/"
176
                }
177
            ],
178
            "description": "Common interface for caching libraries",
179
            "keywords": [
180
                "cache",
181
                "psr",
182
                "psr-6"
183
            ],
184
            "time": "2016-08-06T20:24:11+00:00"
185
        },
186
        {
187
            "name": "psr/container",
188
            "version": "1.0.0",
189
            "source": {
190
                "type": "git",
191
                "url": "https://github.com/php-fig/container.git",
192
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
193
            },
194
            "dist": {
195
                "type": "zip",
196
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
197
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
198
                "shasum": ""
199
            },
200
            "require": {
201
                "php": ">=5.3.0"
202
            },
203
            "type": "library",
204
            "extra": {
205
                "branch-alias": {
206
                    "dev-master": "1.0.x-dev"
207
                }
208
            },
209
            "autoload": {
210
                "psr-4": {
211
                    "Psr\\Container\\": "src/"
212
                }
213
            },
214
            "notification-url": "https://packagist.org/downloads/",
215
            "license": [
216
                "MIT"
217
            ],
218
            "authors": [
219
                {
220
                    "name": "PHP-FIG",
221
                    "homepage": "http://www.php-fig.org/"
222
                }
223
            ],
224
            "description": "Common Container Interface (PHP FIG PSR-11)",
225
            "homepage": "https://github.com/php-fig/container",
226
            "keywords": [
227
                "PSR-11",
228
                "container",
229
                "container-interface",
230
                "container-interop",
231
                "psr"
232
            ],
233
            "time": "2017-02-14T16:28:37+00:00"
234
        },
235
        {
236
            "name": "psr/event-dispatcher",
237
            "version": "1.0.0",
238
            "source": {
239
                "type": "git",
240
                "url": "https://github.com/php-fig/event-dispatcher.git",
241
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
242
            },
243
            "dist": {
244
                "type": "zip",
245
                "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
246
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
247
                "shasum": ""
248
            },
249
            "require": {
250
                "php": ">=7.2.0"
251
            },
252
            "type": "library",
253
            "extra": {
254
                "branch-alias": {
255
                    "dev-master": "1.0.x-dev"
256
                }
257
            },
258
            "autoload": {
259
                "psr-4": {
260
                    "Psr\\EventDispatcher\\": "src/"
261
                }
262
            },
263
            "notification-url": "https://packagist.org/downloads/",
264
            "license": [
265
                "MIT"
266
            ],
267
            "authors": [
268
                {
269
                    "name": "PHP-FIG",
270
                    "homepage": "http://www.php-fig.org/"
271
                }
272
            ],
273
            "description": "Standard interfaces for event handling.",
274
            "keywords": [
275
                "events",
276
                "psr",
277
                "psr-14"
278
            ],
279
            "time": "2019-01-08T18:20:26+00:00"
280
        },
281
        {
282
            "name": "psr/log",
283
            "version": "1.1.3",
284
            "source": {
285
                "type": "git",
286
                "url": "https://github.com/php-fig/log.git",
287
                "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
288
            },
289
            "dist": {
290
                "type": "zip",
291
                "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
292
                "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
293
                "shasum": ""
294
            },
295
            "require": {
296
                "php": ">=5.3.0"
297
            },
298
            "type": "library",
299
            "extra": {
300
                "branch-alias": {
301
                    "dev-master": "1.1.x-dev"
302
                }
303
            },
304
            "autoload": {
305
                "psr-4": {
306
                    "Psr\\Log\\": "Psr/Log/"
307
                }
308
            },
309
            "notification-url": "https://packagist.org/downloads/",
310
            "license": [
311
                "MIT"
312
            ],
313
            "authors": [
314
                {
315
                    "name": "PHP-FIG",
316
                    "homepage": "http://www.php-fig.org/"
317
                }
318
            ],
319
            "description": "Common interface for logging libraries",
320
            "homepage": "https://github.com/php-fig/log",
321
            "keywords": [
322
                "log",
323
                "psr",
324
                "psr-3"
325
            ],
326
            "time": "2020-03-23T09:12:05+00:00"
327
        },
328
        {
329
            "name": "sensio/framework-extra-bundle",
330
            "version": "v5.5.4",
331
            "source": {
332
                "type": "git",
333
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
334
                "reference": "d0585d4825a87a5030ca8cd34adb4a17e1066c17"
335
            },
336
            "dist": {
337
                "type": "zip",
338
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/d0585d4825a87a5030ca8cd34adb4a17e1066c17",
339
                "reference": "d0585d4825a87a5030ca8cd34adb4a17e1066c17",
340
                "shasum": ""
341
            },
342
            "require": {
343
                "doctrine/annotations": "^1.0",
344
                "php": ">=7.1.3",
345
                "symfony/config": "^4.4|^5.0",
346
                "symfony/dependency-injection": "^4.4|^5.0",
347
                "symfony/framework-bundle": "^4.4|^5.0",
348
                "symfony/http-kernel": "^4.4|^5.0"
349
            },
350
            "conflict": {
351
                "doctrine/doctrine-cache-bundle": "<1.3.1"
352
            },
353
            "require-dev": {
354
                "doctrine/doctrine-bundle": "^1.11|^2.0",
355
                "doctrine/orm": "^2.5",
356
                "nyholm/psr7": "^1.1",
357
                "symfony/browser-kit": "^4.4|^5.0",
358
                "symfony/dom-crawler": "^4.4|^5.0",
359
                "symfony/expression-language": "^4.4|^5.0",
360
                "symfony/finder": "^4.4|^5.0",
361
                "symfony/monolog-bridge": "^4.0|^5.0",
362
                "symfony/monolog-bundle": "^3.2",
363
                "symfony/phpunit-bridge": "^4.3.5|^5.0",
364
                "symfony/psr-http-message-bridge": "^1.1",
365
                "symfony/security-bundle": "^4.4|^5.0",
366
                "symfony/twig-bundle": "^4.4|^5.0",
367
                "symfony/yaml": "^4.4|^5.0",
368
                "twig/twig": "^1.34|^2.4|^3.0"
369
            },
370
            "type": "symfony-bundle",
371
            "extra": {
372
                "branch-alias": {
373
                    "dev-master": "5.5.x-dev"
374
                }
375
            },
376
            "autoload": {
377
                "psr-4": {
378
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": "src/"
379
                },
380
                "exclude-from-classmap": [
381
                    "/tests/"
382
                ]
383
            },
384
            "notification-url": "https://packagist.org/downloads/",
385
            "license": [
386
                "MIT"
387
            ],
388
            "authors": [
389
                {
390
                    "name": "Fabien Potencier",
391
                    "email": "fabien@symfony.com"
392
                }
393
            ],
394
            "description": "This bundle provides a way to configure your controllers with annotations",
395
            "keywords": [
396
                "annotations",
397
                "controllers"
398
            ],
399
            "time": "2020-04-06T12:20:39+00:00"
400
        },
401
        {
402
            "name": "symfony/cache",
403
            "version": "v5.0.7",
404
            "source": {
405
                "type": "git",
406
                "url": "https://github.com/symfony/cache.git",
407
                "reference": "7c229da093cb0c630e5d16b99fd253e20f979ac2"
408
            },
409
            "dist": {
410
                "type": "zip",
411
                "url": "https://api.github.com/repos/symfony/cache/zipball/7c229da093cb0c630e5d16b99fd253e20f979ac2",
412
                "reference": "7c229da093cb0c630e5d16b99fd253e20f979ac2",
413
                "shasum": ""
414
            },
415
            "require": {
416
                "php": "^7.2.5",
417
                "psr/cache": "~1.0",
418
                "psr/log": "~1.0",
419
                "symfony/cache-contracts": "^1.1.7|^2",
420
                "symfony/service-contracts": "^1.1|^2",
421
                "symfony/var-exporter": "^4.4|^5.0"
422
            },
423
            "conflict": {
424
                "doctrine/dbal": "<2.5",
425
                "symfony/dependency-injection": "<4.4",
426
                "symfony/http-kernel": "<4.4",
427
                "symfony/var-dumper": "<4.4"
428
            },
429
            "provide": {
430
                "psr/cache-implementation": "1.0",
431
                "psr/simple-cache-implementation": "1.0",
432
                "symfony/cache-implementation": "1.0"
433
            },
434
            "require-dev": {
435
                "cache/integration-tests": "dev-master",
436
                "doctrine/cache": "~1.6",
437
                "doctrine/dbal": "~2.5",
438
                "predis/predis": "~1.1",
439
                "psr/simple-cache": "^1.0",
440
                "symfony/config": "^4.4|^5.0",
441
                "symfony/dependency-injection": "^4.4|^5.0",
442
                "symfony/var-dumper": "^4.4|^5.0"
443
            },
444
            "type": "library",
445
            "extra": {
446
                "branch-alias": {
447
                    "dev-master": "5.0-dev"
448
                }
449
            },
450
            "autoload": {
451
                "psr-4": {
452
                    "Symfony\\Component\\Cache\\": ""
453
                },
454
                "exclude-from-classmap": [
455
                    "/Tests/"
456
                ]
457
            },
458
            "notification-url": "https://packagist.org/downloads/",
459
            "license": [
460
                "MIT"
461
            ],
462
            "authors": [
463
                {
464
                    "name": "Nicolas Grekas",
465
                    "email": "p@tchwork.com"
466
                },
467
                {
468
                    "name": "Symfony Community",
469
                    "homepage": "https://symfony.com/contributors"
470
                }
471
            ],
472
            "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
473
            "homepage": "https://symfony.com",
474
            "keywords": [
475
                "caching",
476
                "psr6"
477
            ],
478
            "funding": [
479
                {
480
                    "url": "https://symfony.com/sponsor",
481
                    "type": "custom"
482
                },
483
                {
484
                    "url": "https://github.com/fabpot",
485
                    "type": "github"
486
                },
487
                {
488
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
489
                    "type": "tidelift"
490
                }
491
            ],
492
            "time": "2020-03-27T16:56:45+00:00"
493
        },
494
        {
495
            "name": "symfony/cache-contracts",
496
            "version": "v2.0.1",
497
            "source": {
498
                "type": "git",
499
                "url": "https://github.com/symfony/cache-contracts.git",
500
                "reference": "23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16"
501
            },
502
            "dist": {
503
                "type": "zip",
504
                "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16",
505
                "reference": "23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16",
506
                "shasum": ""
507
            },
508
            "require": {
509
                "php": "^7.2.5",
510
                "psr/cache": "^1.0"
511
            },
512
            "suggest": {
513
                "symfony/cache-implementation": ""
514
            },
515
            "type": "library",
516
            "extra": {
517
                "branch-alias": {
518
                    "dev-master": "2.0-dev"
519
                }
520
            },
521
            "autoload": {
522
                "psr-4": {
523
                    "Symfony\\Contracts\\Cache\\": ""
524
                }
525
            },
526
            "notification-url": "https://packagist.org/downloads/",
527
            "license": [
528
                "MIT"
529
            ],
530
            "authors": [
531
                {
532
                    "name": "Nicolas Grekas",
533
                    "email": "p@tchwork.com"
534
                },
535
                {
536
                    "name": "Symfony Community",
537
                    "homepage": "https://symfony.com/contributors"
538
                }
539
            ],
540
            "description": "Generic abstractions related to caching",
541
            "homepage": "https://symfony.com",
542
            "keywords": [
543
                "abstractions",
544
                "contracts",
545
                "decoupling",
546
                "interfaces",
547
                "interoperability",
548
                "standards"
549
            ],
550
            "time": "2019-11-18T17:27:11+00:00"
551
        },
552
        {
553
            "name": "symfony/config",
554
            "version": "v5.0.7",
555
            "source": {
556
                "type": "git",
557
                "url": "https://github.com/symfony/config.git",
558
                "reference": "3e633c31a34738f7f4ed7a225c43fc45ca74c986"
559
            },
560
            "dist": {
561
                "type": "zip",
562
                "url": "https://api.github.com/repos/symfony/config/zipball/3e633c31a34738f7f4ed7a225c43fc45ca74c986",
563
                "reference": "3e633c31a34738f7f4ed7a225c43fc45ca74c986",
564
                "shasum": ""
565
            },
566
            "require": {
567
                "php": "^7.2.5",
568
                "symfony/filesystem": "^4.4|^5.0",
569
                "symfony/polyfill-ctype": "~1.8"
570
            },
571
            "conflict": {
572
                "symfony/finder": "<4.4"
573
            },
574
            "require-dev": {
575
                "symfony/event-dispatcher": "^4.4|^5.0",
576
                "symfony/finder": "^4.4|^5.0",
577
                "symfony/messenger": "^4.4|^5.0",
578
                "symfony/service-contracts": "^1.1|^2",
579
                "symfony/yaml": "^4.4|^5.0"
580
            },
581
            "suggest": {
582
                "symfony/yaml": "To use the yaml reference dumper"
583
            },
584
            "type": "library",
585
            "extra": {
586
                "branch-alias": {
587
                    "dev-master": "5.0-dev"
588
                }
589
            },
590
            "autoload": {
591
                "psr-4": {
592
                    "Symfony\\Component\\Config\\": ""
593
                },
594
                "exclude-from-classmap": [
595
                    "/Tests/"
596
                ]
597
            },
598
            "notification-url": "https://packagist.org/downloads/",
599
            "license": [
600
                "MIT"
601
            ],
602
            "authors": [
603
                {
604
                    "name": "Fabien Potencier",
605
                    "email": "fabien@symfony.com"
606
                },
607
                {
608
                    "name": "Symfony Community",
609
                    "homepage": "https://symfony.com/contributors"
610
                }
611
            ],
612
            "description": "Symfony Config Component",
613
            "homepage": "https://symfony.com",
614
            "funding": [
615
                {
616
                    "url": "https://symfony.com/sponsor",
617
                    "type": "custom"
618
                },
619
                {
620
                    "url": "https://github.com/fabpot",
621
                    "type": "github"
622
                },
623
                {
624
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
625
                    "type": "tidelift"
626
                }
627
            ],
628
            "time": "2020-03-27T16:56:45+00:00"
629
        },
630
        {
631
            "name": "symfony/console",
632
            "version": "v5.0.7",
633
            "source": {
634
                "type": "git",
635
                "url": "https://github.com/symfony/console.git",
636
                "reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935"
637
            },
638
            "dist": {
639
                "type": "zip",
640
                "url": "https://api.github.com/repos/symfony/console/zipball/5fa1caadc8cdaa17bcfb25219f3b53fe294a9935",
641
                "reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935",
642
                "shasum": ""
643
            },
644
            "require": {
645
                "php": "^7.2.5",
646
                "symfony/polyfill-mbstring": "~1.0",
647
                "symfony/polyfill-php73": "^1.8",
648
                "symfony/service-contracts": "^1.1|^2"
649
            },
650
            "conflict": {
651
                "symfony/dependency-injection": "<4.4",
652
                "symfony/event-dispatcher": "<4.4",
653
                "symfony/lock": "<4.4",
654
                "symfony/process": "<4.4"
655
            },
656
            "provide": {
657
                "psr/log-implementation": "1.0"
658
            },
659
            "require-dev": {
660
                "psr/log": "~1.0",
661
                "symfony/config": "^4.4|^5.0",
662
                "symfony/dependency-injection": "^4.4|^5.0",
663
                "symfony/event-dispatcher": "^4.4|^5.0",
664
                "symfony/lock": "^4.4|^5.0",
665
                "symfony/process": "^4.4|^5.0",
666
                "symfony/var-dumper": "^4.4|^5.0"
667
            },
668
            "suggest": {
669
                "psr/log": "For using the console logger",
670
                "symfony/event-dispatcher": "",
671
                "symfony/lock": "",
672
                "symfony/process": ""
673
            },
674
            "type": "library",
675
            "extra": {
676
                "branch-alias": {
677
                    "dev-master": "5.0-dev"
678
                }
679
            },
680
            "autoload": {
681
                "psr-4": {
682
                    "Symfony\\Component\\Console\\": ""
683
                },
684
                "exclude-from-classmap": [
685
                    "/Tests/"
686
                ]
687
            },
688
            "notification-url": "https://packagist.org/downloads/",
689
            "license": [
690
                "MIT"
691
            ],
692
            "authors": [
693
                {
694
                    "name": "Fabien Potencier",
695
                    "email": "fabien@symfony.com"
696
                },
697
                {
698
                    "name": "Symfony Community",
699
                    "homepage": "https://symfony.com/contributors"
700
                }
701
            ],
702
            "description": "Symfony Console Component",
703
            "homepage": "https://symfony.com",
704
            "funding": [
705
                {
706
                    "url": "https://symfony.com/sponsor",
707
                    "type": "custom"
708
                },
709
                {
710
                    "url": "https://github.com/fabpot",
711
                    "type": "github"
712
                },
713
                {
714
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
715
                    "type": "tidelift"
716
                }
717
            ],
718
            "time": "2020-03-30T11:42:42+00:00"
719
        },
720
        {
721
            "name": "symfony/dependency-injection",
722
            "version": "v5.0.7",
723
            "source": {
724
                "type": "git",
725
                "url": "https://github.com/symfony/dependency-injection.git",
726
                "reference": "4e48dc44680d8efa357410c78093a04753196981"
727
            },
728
            "dist": {
729
                "type": "zip",
730
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/4e48dc44680d8efa357410c78093a04753196981",
731
                "reference": "4e48dc44680d8efa357410c78093a04753196981",
732
                "shasum": ""
733
            },
734
            "require": {
735
                "php": "^7.2.5",
736
                "psr/container": "^1.0",
737
                "symfony/service-contracts": "^1.1.6|^2"
738
            },
739
            "conflict": {
740
                "symfony/config": "<5.0",
741
                "symfony/finder": "<4.4",
742
                "symfony/proxy-manager-bridge": "<4.4",
743
                "symfony/yaml": "<4.4"
744
            },
745
            "provide": {
746
                "psr/container-implementation": "1.0",
747
                "symfony/service-implementation": "1.0"
748
            },
749
            "require-dev": {
750
                "symfony/config": "^5.0",
751
                "symfony/expression-language": "^4.4|^5.0",
752
                "symfony/yaml": "^4.4|^5.0"
753
            },
754
            "suggest": {
755
                "symfony/config": "",
756
                "symfony/expression-language": "For using expressions in service container configuration",
757
                "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
758
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
759
                "symfony/yaml": ""
760
            },
761
            "type": "library",
762
            "extra": {
763
                "branch-alias": {
764
                    "dev-master": "5.0-dev"
765
                }
766
            },
767
            "autoload": {
768
                "psr-4": {
769
                    "Symfony\\Component\\DependencyInjection\\": ""
770
                },
771
                "exclude-from-classmap": [
772
                    "/Tests/"
773
                ]
774
            },
775
            "notification-url": "https://packagist.org/downloads/",
776
            "license": [
777
                "MIT"
778
            ],
779
            "authors": [
780
                {
781
                    "name": "Fabien Potencier",
782
                    "email": "fabien@symfony.com"
783
                },
784
                {
785
                    "name": "Symfony Community",
786
                    "homepage": "https://symfony.com/contributors"
787
                }
788
            ],
789
            "description": "Symfony DependencyInjection Component",
790
            "homepage": "https://symfony.com",
791
            "funding": [
792
                {
793
                    "url": "https://symfony.com/sponsor",
794
                    "type": "custom"
795
                },
796
                {
797
                    "url": "https://github.com/fabpot",
798
                    "type": "github"
799
                },
800
                {
801
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
802
                    "type": "tidelift"
803
                }
804
            ],
805
            "time": "2020-03-30T11:42:42+00:00"
806
        },
807
        {
808
            "name": "symfony/dotenv",
809
            "version": "v5.0.7",
810
            "source": {
811
                "type": "git",
812
                "url": "https://github.com/symfony/dotenv.git",
813
                "reference": "28658ee990ea643c8111bac242d6ee5f3a15ef72"
814
            },
815
            "dist": {
816
                "type": "zip",
817
                "url": "https://api.github.com/repos/symfony/dotenv/zipball/28658ee990ea643c8111bac242d6ee5f3a15ef72",
818
                "reference": "28658ee990ea643c8111bac242d6ee5f3a15ef72",
819
                "shasum": ""
820
            },
821
            "require": {
822
                "php": "^7.2.5"
823
            },
824
            "require-dev": {
825
                "symfony/process": "^4.4|^5.0"
826
            },
827
            "type": "library",
828
            "extra": {
829
                "branch-alias": {
830
                    "dev-master": "5.0-dev"
831
                }
832
            },
833
            "autoload": {
834
                "psr-4": {
835
                    "Symfony\\Component\\Dotenv\\": ""
836
                },
837
                "exclude-from-classmap": [
838
                    "/Tests/"
839
                ]
840
            },
841
            "notification-url": "https://packagist.org/downloads/",
842
            "license": [
843
                "MIT"
844
            ],
845
            "authors": [
846
                {
847
                    "name": "Fabien Potencier",
848
                    "email": "fabien@symfony.com"
849
                },
850
                {
851
                    "name": "Symfony Community",
852
                    "homepage": "https://symfony.com/contributors"
853
                }
854
            ],
855
            "description": "Registers environment variables from a .env file",
856
            "homepage": "https://symfony.com",
857
            "keywords": [
858
                "dotenv",
859
                "env",
860
                "environment"
861
            ],
862
            "funding": [
863
                {
864
                    "url": "https://symfony.com/sponsor",
865
                    "type": "custom"
866
                },
867
                {
868
                    "url": "https://github.com/fabpot",
869
                    "type": "github"
870
                },
871
                {
872
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
873
                    "type": "tidelift"
874
                }
875
            ],
876
            "time": "2020-03-27T16:56:45+00:00"
877
        },
878
        {
879
            "name": "symfony/error-handler",
880
            "version": "v5.0.7",
881
            "source": {
882
                "type": "git",
883
                "url": "https://github.com/symfony/error-handler.git",
884
                "reference": "949ffc17c3ac3a9f8e6232220e2da33913c04ea4"
885
            },
886
            "dist": {
887
                "type": "zip",
888
                "url": "https://api.github.com/repos/symfony/error-handler/zipball/949ffc17c3ac3a9f8e6232220e2da33913c04ea4",
889
                "reference": "949ffc17c3ac3a9f8e6232220e2da33913c04ea4",
890
                "shasum": ""
891
            },
892
            "require": {
893
                "php": "^7.2.5",
894
                "psr/log": "^1.0",
895
                "symfony/var-dumper": "^4.4|^5.0"
896
            },
897
            "require-dev": {
898
                "symfony/http-kernel": "^4.4|^5.0",
899
                "symfony/serializer": "^4.4|^5.0"
900
            },
901
            "type": "library",
902
            "extra": {
903
                "branch-alias": {
904
                    "dev-master": "5.0-dev"
905
                }
906
            },
907
            "autoload": {
908
                "psr-4": {
909
                    "Symfony\\Component\\ErrorHandler\\": ""
910
                },
911
                "exclude-from-classmap": [
912
                    "/Tests/"
913
                ]
914
            },
915
            "notification-url": "https://packagist.org/downloads/",
916
            "license": [
917
                "MIT"
918
            ],
919
            "authors": [
920
                {
921
                    "name": "Fabien Potencier",
922
                    "email": "fabien@symfony.com"
923
                },
924
                {
925
                    "name": "Symfony Community",
926
                    "homepage": "https://symfony.com/contributors"
927
                }
928
            ],
929
            "description": "Symfony ErrorHandler Component",
930
            "homepage": "https://symfony.com",
931
            "funding": [
932
                {
933
                    "url": "https://symfony.com/sponsor",
934
                    "type": "custom"
935
                },
936
                {
937
                    "url": "https://github.com/fabpot",
938
                    "type": "github"
939
                },
940
                {
941
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
942
                    "type": "tidelift"
943
                }
944
            ],
945
            "time": "2020-03-30T14:14:32+00:00"
946
        },
947
        {
948
            "name": "symfony/event-dispatcher",
949
            "version": "v5.0.7",
950
            "source": {
951
                "type": "git",
952
                "url": "https://github.com/symfony/event-dispatcher.git",
953
                "reference": "24f40d95385774ed5c71dbf014edd047e2f2f3dc"
954
            },
955
            "dist": {
956
                "type": "zip",
957
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/24f40d95385774ed5c71dbf014edd047e2f2f3dc",
958
                "reference": "24f40d95385774ed5c71dbf014edd047e2f2f3dc",
959
                "shasum": ""
960
            },
961
            "require": {
962
                "php": "^7.2.5",
963
                "symfony/event-dispatcher-contracts": "^2"
964
            },
965
            "conflict": {
966
                "symfony/dependency-injection": "<4.4"
967
            },
968
            "provide": {
969
                "psr/event-dispatcher-implementation": "1.0",
970
                "symfony/event-dispatcher-implementation": "2.0"
971
            },
972
            "require-dev": {
973
                "psr/log": "~1.0",
974
                "symfony/config": "^4.4|^5.0",
975
                "symfony/dependency-injection": "^4.4|^5.0",
976
                "symfony/expression-language": "^4.4|^5.0",
977
                "symfony/http-foundation": "^4.4|^5.0",
978
                "symfony/service-contracts": "^1.1|^2",
979
                "symfony/stopwatch": "^4.4|^5.0"
980
            },
981
            "suggest": {
982
                "symfony/dependency-injection": "",
983
                "symfony/http-kernel": ""
984
            },
985
            "type": "library",
986
            "extra": {
987
                "branch-alias": {
988
                    "dev-master": "5.0-dev"
989
                }
990
            },
991
            "autoload": {
992
                "psr-4": {
993
                    "Symfony\\Component\\EventDispatcher\\": ""
994
                },
995
                "exclude-from-classmap": [
996
                    "/Tests/"
997
                ]
998
            },
999
            "notification-url": "https://packagist.org/downloads/",
1000
            "license": [
1001
                "MIT"
1002
            ],
1003
            "authors": [
1004
                {
1005
                    "name": "Fabien Potencier",
1006
                    "email": "fabien@symfony.com"
1007
                },
1008
                {
1009
                    "name": "Symfony Community",
1010
                    "homepage": "https://symfony.com/contributors"
1011
                }
1012
            ],
1013
            "description": "Symfony EventDispatcher Component",
1014
            "homepage": "https://symfony.com",
1015
            "funding": [
1016
                {
1017
                    "url": "https://symfony.com/sponsor",
1018
                    "type": "custom"
1019
                },
1020
                {
1021
                    "url": "https://github.com/fabpot",
1022
                    "type": "github"
1023
                },
1024
                {
1025
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1026
                    "type": "tidelift"
1027
                }
1028
            ],
1029
            "time": "2020-03-27T16:56:45+00:00"
1030
        },
1031
        {
1032
            "name": "symfony/event-dispatcher-contracts",
1033
            "version": "v2.0.1",
1034
            "source": {
1035
                "type": "git",
1036
                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
1037
                "reference": "af23c2584d4577d54661c434446fb8fbed6025dd"
1038
            },
1039
            "dist": {
1040
                "type": "zip",
1041
                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/af23c2584d4577d54661c434446fb8fbed6025dd",
1042
                "reference": "af23c2584d4577d54661c434446fb8fbed6025dd",
1043
                "shasum": ""
1044
            },
1045
            "require": {
1046
                "php": "^7.2.5",
1047
                "psr/event-dispatcher": "^1"
1048
            },
1049
            "suggest": {
1050
                "symfony/event-dispatcher-implementation": ""
1051
            },
1052
            "type": "library",
1053
            "extra": {
1054
                "branch-alias": {
1055
                    "dev-master": "2.0-dev"
1056
                }
1057
            },
1058
            "autoload": {
1059
                "psr-4": {
1060
                    "Symfony\\Contracts\\EventDispatcher\\": ""
1061
                }
1062
            },
1063
            "notification-url": "https://packagist.org/downloads/",
1064
            "license": [
1065
                "MIT"
1066
            ],
1067
            "authors": [
1068
                {
1069
                    "name": "Nicolas Grekas",
1070
                    "email": "p@tchwork.com"
1071
                },
1072
                {
1073
                    "name": "Symfony Community",
1074
                    "homepage": "https://symfony.com/contributors"
1075
                }
1076
            ],
1077
            "description": "Generic abstractions related to dispatching event",
1078
            "homepage": "https://symfony.com",
1079
            "keywords": [
1080
                "abstractions",
1081
                "contracts",
1082
                "decoupling",
1083
                "interfaces",
1084
                "interoperability",
1085
                "standards"
1086
            ],
1087
            "time": "2019-11-18T17:27:11+00:00"
1088
        },
1089
        {
1090
            "name": "symfony/filesystem",
1091
            "version": "v5.0.7",
1092
            "source": {
1093
                "type": "git",
1094
                "url": "https://github.com/symfony/filesystem.git",
1095
                "reference": "ca3b87dd09fff9b771731637f5379965fbfab420"
1096
            },
1097
            "dist": {
1098
                "type": "zip",
1099
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/ca3b87dd09fff9b771731637f5379965fbfab420",
1100
                "reference": "ca3b87dd09fff9b771731637f5379965fbfab420",
1101
                "shasum": ""
1102
            },
1103
            "require": {
1104
                "php": "^7.2.5",
1105
                "symfony/polyfill-ctype": "~1.8"
1106
            },
1107
            "type": "library",
1108
            "extra": {
1109
                "branch-alias": {
1110
                    "dev-master": "5.0-dev"
1111
                }
1112
            },
1113
            "autoload": {
1114
                "psr-4": {
1115
                    "Symfony\\Component\\Filesystem\\": ""
1116
                },
1117
                "exclude-from-classmap": [
1118
                    "/Tests/"
1119
                ]
1120
            },
1121
            "notification-url": "https://packagist.org/downloads/",
1122
            "license": [
1123
                "MIT"
1124
            ],
1125
            "authors": [
1126
                {
1127
                    "name": "Fabien Potencier",
1128
                    "email": "fabien@symfony.com"
1129
                },
1130
                {
1131
                    "name": "Symfony Community",
1132
                    "homepage": "https://symfony.com/contributors"
1133
                }
1134
            ],
1135
            "description": "Symfony Filesystem Component",
1136
            "homepage": "https://symfony.com",
1137
            "funding": [
1138
                {
1139
                    "url": "https://symfony.com/sponsor",
1140
                    "type": "custom"
1141
                },
1142
                {
1143
                    "url": "https://github.com/fabpot",
1144
                    "type": "github"
1145
                },
1146
                {
1147
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1148
                    "type": "tidelift"
1149
                }
1150
            ],
1151
            "time": "2020-03-27T16:56:45+00:00"
1152
        },
1153
        {
1154
            "name": "symfony/finder",
1155
            "version": "v5.0.7",
1156
            "source": {
1157
                "type": "git",
1158
                "url": "https://github.com/symfony/finder.git",
1159
                "reference": "600a52c29afc0d1caa74acbec8d3095ca7e9910d"
1160
            },
1161
            "dist": {
1162
                "type": "zip",
1163
                "url": "https://api.github.com/repos/symfony/finder/zipball/600a52c29afc0d1caa74acbec8d3095ca7e9910d",
1164
                "reference": "600a52c29afc0d1caa74acbec8d3095ca7e9910d",
1165
                "shasum": ""
1166
            },
1167
            "require": {
1168
                "php": "^7.2.5"
1169
            },
1170
            "type": "library",
1171
            "extra": {
1172
                "branch-alias": {
1173
                    "dev-master": "5.0-dev"
1174
                }
1175
            },
1176
            "autoload": {
1177
                "psr-4": {
1178
                    "Symfony\\Component\\Finder\\": ""
1179
                },
1180
                "exclude-from-classmap": [
1181
                    "/Tests/"
1182
                ]
1183
            },
1184
            "notification-url": "https://packagist.org/downloads/",
1185
            "license": [
1186
                "MIT"
1187
            ],
1188
            "authors": [
1189
                {
1190
                    "name": "Fabien Potencier",
1191
                    "email": "fabien@symfony.com"
1192
                },
1193
                {
1194
                    "name": "Symfony Community",
1195
                    "homepage": "https://symfony.com/contributors"
1196
                }
1197
            ],
1198
            "description": "Symfony Finder Component",
1199
            "homepage": "https://symfony.com",
1200
            "funding": [
1201
                {
1202
                    "url": "https://symfony.com/sponsor",
1203
                    "type": "custom"
1204
                },
1205
                {
1206
                    "url": "https://github.com/fabpot",
1207
                    "type": "github"
1208
                },
1209
                {
1210
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1211
                    "type": "tidelift"
1212
                }
1213
            ],
1214
            "time": "2020-03-27T16:56:45+00:00"
1215
        },
1216
        {
1217
            "name": "symfony/flex",
1218
            "version": "v1.6.2",
1219
            "source": {
1220
                "type": "git",
1221
                "url": "https://github.com/symfony/flex.git",
1222
                "reference": "e4f5a2653ca503782a31486198bd1dd1c9a47f83"
1223
            },
1224
            "dist": {
1225
                "type": "zip",
1226
                "url": "https://api.github.com/repos/symfony/flex/zipball/e4f5a2653ca503782a31486198bd1dd1c9a47f83",
1227
                "reference": "e4f5a2653ca503782a31486198bd1dd1c9a47f83",
1228
                "shasum": ""
1229
            },
1230
            "require": {
1231
                "composer-plugin-api": "^1.0",
1232
                "php": "^7.0"
1233
            },
1234
            "require-dev": {
1235
                "composer/composer": "^1.0.2",
1236
                "symfony/dotenv": "^3.4|^4.0|^5.0",
1237
                "symfony/phpunit-bridge": "^3.4.19|^4.1.8|^5.0",
1238
                "symfony/process": "^2.7|^3.0|^4.0|^5.0"
1239
            },
1240
            "type": "composer-plugin",
1241
            "extra": {
1242
                "branch-alias": {
1243
                    "dev-master": "1.5-dev"
1244
                },
1245
                "class": "Symfony\\Flex\\Flex"
1246
            },
1247
            "autoload": {
1248
                "psr-4": {
1249
                    "Symfony\\Flex\\": "src"
1250
                }
1251
            },
1252
            "notification-url": "https://packagist.org/downloads/",
1253
            "license": [
1254
                "MIT"
1255
            ],
1256
            "authors": [
1257
                {
1258
                    "name": "Fabien Potencier",
1259
                    "email": "fabien.potencier@gmail.com"
1260
                }
1261
            ],
1262
            "description": "Composer plugin for Symfony",
1263
            "time": "2020-01-30T12:06:45+00:00"
1264
        },
1265
        {
1266
            "name": "symfony/framework-bundle",
1267
            "version": "v5.0.7",
1268
            "source": {
1269
                "type": "git",
1270
                "url": "https://github.com/symfony/framework-bundle.git",
1271
                "reference": "b1807be65ff05c21d47094e77b6c5a4246284c33"
1272
            },
1273
            "dist": {
1274
                "type": "zip",
1275
                "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/b1807be65ff05c21d47094e77b6c5a4246284c33",
1276
                "reference": "b1807be65ff05c21d47094e77b6c5a4246284c33",
1277
                "shasum": ""
1278
            },
1279
            "require": {
1280
                "ext-xml": "*",
1281
                "php": "^7.2.5",
1282
                "symfony/cache": "^4.4|^5.0",
1283
                "symfony/config": "^5.0",
1284
                "symfony/dependency-injection": "^5.0.1",
1285
                "symfony/error-handler": "^4.4.1|^5.0.1",
1286
                "symfony/filesystem": "^4.4|^5.0",
1287
                "symfony/finder": "^4.4|^5.0",
1288
                "symfony/http-foundation": "^4.4|^5.0",
1289
                "symfony/http-kernel": "^5.0",
1290
                "symfony/polyfill-mbstring": "~1.0",
1291
                "symfony/routing": "^5.0"
1292
            },
1293
            "conflict": {
1294
                "doctrine/persistence": "<1.3",
1295
                "phpdocumentor/reflection-docblock": "<3.0",
1296
                "phpdocumentor/type-resolver": "<0.2.1",
1297
                "phpunit/phpunit": "<5.4.3",
1298
                "symfony/asset": "<4.4",
1299
                "symfony/browser-kit": "<4.4",
1300
                "symfony/console": "<4.4",
1301
                "symfony/dom-crawler": "<4.4",
1302
                "symfony/dotenv": "<4.4",
1303
                "symfony/form": "<4.4",
1304
                "symfony/http-client": "<4.4",
1305
                "symfony/lock": "<4.4",
1306
                "symfony/mailer": "<4.4",
1307
                "symfony/messenger": "<4.4",
1308
                "symfony/mime": "<4.4",
1309
                "symfony/property-info": "<4.4",
1310
                "symfony/serializer": "<4.4",
1311
                "symfony/stopwatch": "<4.4",
1312
                "symfony/translation": "<5.0",
1313
                "symfony/twig-bridge": "<4.4",
1314
                "symfony/twig-bundle": "<4.4",
1315
                "symfony/validator": "<4.4",
1316
                "symfony/web-profiler-bundle": "<4.4",
1317
                "symfony/workflow": "<4.4"
1318
            },
1319
            "require-dev": {
1320
                "doctrine/annotations": "~1.7",
1321
                "doctrine/cache": "~1.0",
1322
                "paragonie/sodium_compat": "^1.8",
1323
                "phpdocumentor/reflection-docblock": "^3.0|^4.0",
1324
                "symfony/asset": "^4.4|^5.0",
1325
                "symfony/browser-kit": "^4.4|^5.0",
1326
                "symfony/console": "^4.4|^5.0",
1327
                "symfony/css-selector": "^4.4|^5.0",
1328
                "symfony/dom-crawler": "^4.4|^5.0",
1329
                "symfony/dotenv": "^4.4|^5.0",
1330
                "symfony/expression-language": "^4.4|^5.0",
1331
                "symfony/form": "^4.4|^5.0",
1332
                "symfony/http-client": "^4.4|^5.0",
1333
                "symfony/lock": "^4.4|^5.0",
1334
                "symfony/mailer": "^4.4|^5.0",
1335
                "symfony/messenger": "^4.4|^5.0",
1336
                "symfony/mime": "^4.4|^5.0",
1337
                "symfony/polyfill-intl-icu": "~1.0",
1338
                "symfony/process": "^4.4|^5.0",
1339
                "symfony/property-info": "^4.4|^5.0",
1340
                "symfony/security-csrf": "^4.4|^5.0",
1341
                "symfony/security-http": "^4.4|^5.0",
1342
                "symfony/serializer": "^4.4|^5.0",
1343
                "symfony/stopwatch": "^4.4|^5.0",
1344
                "symfony/string": "~5.0.0",
1345
                "symfony/translation": "^5.0",
1346
                "symfony/twig-bundle": "^4.4|^5.0",
1347
                "symfony/validator": "^4.4|^5.0",
1348
                "symfony/web-link": "^4.4|^5.0",
1349
                "symfony/workflow": "^4.4|^5.0",
1350
                "symfony/yaml": "^4.4|^5.0",
1351
                "twig/twig": "^2.10|^3.0"
1352
            },
1353
            "suggest": {
1354
                "ext-apcu": "For best performance of the system caches",
1355
                "symfony/console": "For using the console commands",
1356
                "symfony/form": "For using forms",
1357
                "symfony/property-info": "For using the property_info service",
1358
                "symfony/serializer": "For using the serializer service",
1359
                "symfony/validator": "For using validation",
1360
                "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
1361
                "symfony/yaml": "For using the debug:config and lint:yaml commands"
1362
            },
1363
            "type": "symfony-bundle",
1364
            "extra": {
1365
                "branch-alias": {
1366
                    "dev-master": "5.0-dev"
1367
                }
1368
            },
1369
            "autoload": {
1370
                "psr-4": {
1371
                    "Symfony\\Bundle\\FrameworkBundle\\": ""
1372
                },
1373
                "exclude-from-classmap": [
1374
                    "/Tests/"
1375
                ]
1376
            },
1377
            "notification-url": "https://packagist.org/downloads/",
1378
            "license": [
1379
                "MIT"
1380
            ],
1381
            "authors": [
1382
                {
1383
                    "name": "Fabien Potencier",
1384
                    "email": "fabien@symfony.com"
1385
                },
1386
                {
1387
                    "name": "Symfony Community",
1388
                    "homepage": "https://symfony.com/contributors"
1389
                }
1390
            ],
1391
            "description": "Symfony FrameworkBundle",
1392
            "homepage": "https://symfony.com",
1393
            "funding": [
1394
                {
1395
                    "url": "https://symfony.com/sponsor",
1396
                    "type": "custom"
1397
                },
1398
                {
1399
                    "url": "https://github.com/fabpot",
1400
                    "type": "github"
1401
                },
1402
                {
1403
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1404
                    "type": "tidelift"
1405
                }
1406
            ],
1407
            "time": "2020-03-30T11:42:42+00:00"
1408
        },
1409
        {
1410
            "name": "symfony/http-foundation",
1411
            "version": "v5.0.7",
1412
            "source": {
1413
                "type": "git",
1414
                "url": "https://github.com/symfony/http-foundation.git",
1415
                "reference": "26fb006a2c7b6cdd23d52157b05f8414ffa417b6"
1416
            },
1417
            "dist": {
1418
                "type": "zip",
1419
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/26fb006a2c7b6cdd23d52157b05f8414ffa417b6",
1420
                "reference": "26fb006a2c7b6cdd23d52157b05f8414ffa417b6",
1421
                "shasum": ""
1422
            },
1423
            "require": {
1424
                "php": "^7.2.5",
1425
                "symfony/mime": "^4.4|^5.0",
1426
                "symfony/polyfill-mbstring": "~1.1"
1427
            },
1428
            "require-dev": {
1429
                "predis/predis": "~1.0",
1430
                "symfony/expression-language": "^4.4|^5.0"
1431
            },
1432
            "type": "library",
1433
            "extra": {
1434
                "branch-alias": {
1435
                    "dev-master": "5.0-dev"
1436
                }
1437
            },
1438
            "autoload": {
1439
                "psr-4": {
1440
                    "Symfony\\Component\\HttpFoundation\\": ""
1441
                },
1442
                "exclude-from-classmap": [
1443
                    "/Tests/"
1444
                ]
1445
            },
1446
            "notification-url": "https://packagist.org/downloads/",
1447
            "license": [
1448
                "MIT"
1449
            ],
1450
            "authors": [
1451
                {
1452
                    "name": "Fabien Potencier",
1453
                    "email": "fabien@symfony.com"
1454
                },
1455
                {
1456
                    "name": "Symfony Community",
1457
                    "homepage": "https://symfony.com/contributors"
1458
                }
1459
            ],
1460
            "description": "Symfony HttpFoundation Component",
1461
            "homepage": "https://symfony.com",
1462
            "funding": [
1463
                {
1464
                    "url": "https://symfony.com/sponsor",
1465
                    "type": "custom"
1466
                },
1467
                {
1468
                    "url": "https://github.com/fabpot",
1469
                    "type": "github"
1470
                },
1471
                {
1472
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1473
                    "type": "tidelift"
1474
                }
1475
            ],
1476
            "time": "2020-03-30T14:14:32+00:00"
1477
        },
1478
        {
1479
            "name": "symfony/http-kernel",
1480
            "version": "v5.0.7",
1481
            "source": {
1482
                "type": "git",
1483
                "url": "https://github.com/symfony/http-kernel.git",
1484
                "reference": "ad574c55d451127cab1c45b4ac51bf283e340cf0"
1485
            },
1486
            "dist": {
1487
                "type": "zip",
1488
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/ad574c55d451127cab1c45b4ac51bf283e340cf0",
1489
                "reference": "ad574c55d451127cab1c45b4ac51bf283e340cf0",
1490
                "shasum": ""
1491
            },
1492
            "require": {
1493
                "php": "^7.2.5",
1494
                "psr/log": "~1.0",
1495
                "symfony/error-handler": "^4.4|^5.0",
1496
                "symfony/event-dispatcher": "^5.0",
1497
                "symfony/http-foundation": "^4.4|^5.0",
1498
                "symfony/polyfill-ctype": "^1.8",
1499
                "symfony/polyfill-php73": "^1.9"
1500
            },
1501
            "conflict": {
1502
                "symfony/browser-kit": "<4.4",
1503
                "symfony/cache": "<5.0",
1504
                "symfony/config": "<5.0",
1505
                "symfony/dependency-injection": "<4.4",
1506
                "symfony/doctrine-bridge": "<5.0",
1507
                "symfony/form": "<5.0",
1508
                "symfony/http-client": "<5.0",
1509
                "symfony/mailer": "<5.0",
1510
                "symfony/messenger": "<5.0",
1511
                "symfony/translation": "<5.0",
1512
                "symfony/twig-bridge": "<5.0",
1513
                "symfony/validator": "<5.0",
1514
                "twig/twig": "<2.4"
1515
            },
1516
            "provide": {
1517
                "psr/log-implementation": "1.0"
1518
            },
1519
            "require-dev": {
1520
                "psr/cache": "~1.0",
1521
                "symfony/browser-kit": "^4.4|^5.0",
1522
                "symfony/config": "^5.0",
1523
                "symfony/console": "^4.4|^5.0",
1524
                "symfony/css-selector": "^4.4|^5.0",
1525
                "symfony/dependency-injection": "^4.4|^5.0",
1526
                "symfony/dom-crawler": "^4.4|^5.0",
1527
                "symfony/expression-language": "^4.4|^5.0",
1528
                "symfony/finder": "^4.4|^5.0",
1529
                "symfony/process": "^4.4|^5.0",
1530
                "symfony/routing": "^4.4|^5.0",
1531
                "symfony/stopwatch": "^4.4|^5.0",
1532
                "symfony/translation": "^4.4|^5.0",
1533
                "symfony/translation-contracts": "^1.1|^2",
1534
                "twig/twig": "^2.4|^3.0"
1535
            },
1536
            "suggest": {
1537
                "symfony/browser-kit": "",
1538
                "symfony/config": "",
1539
                "symfony/console": "",
1540
                "symfony/dependency-injection": ""
1541
            },
1542
            "type": "library",
1543
            "extra": {
1544
                "branch-alias": {
1545
                    "dev-master": "5.0-dev"
1546
                }
1547
            },
1548
            "autoload": {
1549
                "psr-4": {
1550
                    "Symfony\\Component\\HttpKernel\\": ""
1551
                },
1552
                "exclude-from-classmap": [
1553
                    "/Tests/"
1554
                ]
1555
            },
1556
            "notification-url": "https://packagist.org/downloads/",
1557
            "license": [
1558
                "MIT"
1559
            ],
1560
            "authors": [
1561
                {
1562
                    "name": "Fabien Potencier",
1563
                    "email": "fabien@symfony.com"
1564
                },
1565
                {
1566
                    "name": "Symfony Community",
1567
                    "homepage": "https://symfony.com/contributors"
1568
                }
1569
            ],
1570
            "description": "Symfony HttpKernel Component",
1571
            "homepage": "https://symfony.com",
1572
            "funding": [
1573
                {
1574
                    "url": "https://symfony.com/sponsor",
1575
                    "type": "custom"
1576
                },
1577
                {
1578
                    "url": "https://github.com/fabpot",
1579
                    "type": "github"
1580
                },
1581
                {
1582
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1583
                    "type": "tidelift"
1584
                }
1585
            ],
1586
            "time": "2020-03-30T15:04:59+00:00"
1587
        },
1588
        {
1589
            "name": "symfony/mime",
1590
            "version": "v5.0.7",
1591
            "source": {
1592
                "type": "git",
1593
                "url": "https://github.com/symfony/mime.git",
1594
                "reference": "481b7d6da88922fb1e0d86a943987722b08f3955"
1595
            },
1596
            "dist": {
1597
                "type": "zip",
1598
                "url": "https://api.github.com/repos/symfony/mime/zipball/481b7d6da88922fb1e0d86a943987722b08f3955",
1599
                "reference": "481b7d6da88922fb1e0d86a943987722b08f3955",
1600
                "shasum": ""
1601
            },
1602
            "require": {
1603
                "php": "^7.2.5",
1604
                "symfony/polyfill-intl-idn": "^1.10",
1605
                "symfony/polyfill-mbstring": "^1.0"
1606
            },
1607
            "conflict": {
1608
                "symfony/mailer": "<4.4"
1609
            },
1610
            "require-dev": {
1611
                "egulias/email-validator": "^2.1.10",
1612
                "symfony/dependency-injection": "^4.4|^5.0"
1613
            },
1614
            "type": "library",
1615
            "extra": {
1616
                "branch-alias": {
1617
                    "dev-master": "5.0-dev"
1618
                }
1619
            },
1620
            "autoload": {
1621
                "psr-4": {
1622
                    "Symfony\\Component\\Mime\\": ""
1623
                },
1624
                "exclude-from-classmap": [
1625
                    "/Tests/"
1626
                ]
1627
            },
1628
            "notification-url": "https://packagist.org/downloads/",
1629
            "license": [
1630
                "MIT"
1631
            ],
1632
            "authors": [
1633
                {
1634
                    "name": "Fabien Potencier",
1635
                    "email": "fabien@symfony.com"
1636
                },
1637
                {
1638
                    "name": "Symfony Community",
1639
                    "homepage": "https://symfony.com/contributors"
1640
                }
1641
            ],
1642
            "description": "A library to manipulate MIME messages",
1643
            "homepage": "https://symfony.com",
1644
            "keywords": [
1645
                "mime",
1646
                "mime-type"
1647
            ],
1648
            "funding": [
1649
                {
1650
                    "url": "https://symfony.com/sponsor",
1651
                    "type": "custom"
1652
                },
1653
                {
1654
                    "url": "https://github.com/fabpot",
1655
                    "type": "github"
1656
                },
1657
                {
1658
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1659
                    "type": "tidelift"
1660
                }
1661
            ],
1662
            "time": "2020-03-27T16:56:45+00:00"
1663
        },
1664
        {
1665
            "name": "symfony/polyfill-intl-idn",
1666
            "version": "v1.15.0",
1667
            "source": {
1668
                "type": "git",
1669
                "url": "https://github.com/symfony/polyfill-intl-idn.git",
1670
                "reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf"
1671
            },
1672
            "dist": {
1673
                "type": "zip",
1674
                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf",
1675
                "reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf",
1676
                "shasum": ""
1677
            },
1678
            "require": {
1679
                "php": ">=5.3.3",
1680
                "symfony/polyfill-mbstring": "^1.3",
1681
                "symfony/polyfill-php72": "^1.10"
1682
            },
1683
            "suggest": {
1684
                "ext-intl": "For best performance"
1685
            },
1686
            "type": "library",
1687
            "extra": {
1688
                "branch-alias": {
1689
                    "dev-master": "1.15-dev"
1690
                }
1691
            },
1692
            "autoload": {
1693
                "psr-4": {
1694
                    "Symfony\\Polyfill\\Intl\\Idn\\": ""
1695
                },
1696
                "files": [
1697
                    "bootstrap.php"
1698
                ]
1699
            },
1700
            "notification-url": "https://packagist.org/downloads/",
1701
            "license": [
1702
                "MIT"
1703
            ],
1704
            "authors": [
1705
                {
1706
                    "name": "Laurent Bassin",
1707
                    "email": "laurent@bassin.info"
1708
                },
1709
                {
1710
                    "name": "Symfony Community",
1711
                    "homepage": "https://symfony.com/contributors"
1712
                }
1713
            ],
1714
            "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
1715
            "homepage": "https://symfony.com",
1716
            "keywords": [
1717
                "compatibility",
1718
                "idn",
1719
                "intl",
1720
                "polyfill",
1721
                "portable",
1722
                "shim"
1723
            ],
1724
            "funding": [
1725
                {
1726
                    "url": "https://symfony.com/sponsor",
1727
                    "type": "custom"
1728
                },
1729
                {
1730
                    "url": "https://github.com/fabpot",
1731
                    "type": "github"
1732
                },
1733
                {
1734
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1735
                    "type": "tidelift"
1736
                }
1737
            ],
1738
            "time": "2020-03-09T19:04:49+00:00"
1739
        },
1740
        {
1741
            "name": "symfony/polyfill-mbstring",
1742
            "version": "v1.15.0",
1743
            "source": {
1744
                "type": "git",
1745
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1746
                "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
1747
            },
1748
            "dist": {
1749
                "type": "zip",
1750
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
1751
                "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
1752
                "shasum": ""
1753
            },
1754
            "require": {
1755
                "php": ">=5.3.3"
1756
            },
1757
            "suggest": {
1758
                "ext-mbstring": "For best performance"
1759
            },
1760
            "type": "library",
1761
            "extra": {
1762
                "branch-alias": {
1763
                    "dev-master": "1.15-dev"
1764
                }
1765
            },
1766
            "autoload": {
1767
                "psr-4": {
1768
                    "Symfony\\Polyfill\\Mbstring\\": ""
1769
                },
1770
                "files": [
1771
                    "bootstrap.php"
1772
                ]
1773
            },
1774
            "notification-url": "https://packagist.org/downloads/",
1775
            "license": [
1776
                "MIT"
1777
            ],
1778
            "authors": [
1779
                {
1780
                    "name": "Nicolas Grekas",
1781
                    "email": "p@tchwork.com"
1782
                },
1783
                {
1784
                    "name": "Symfony Community",
1785
                    "homepage": "https://symfony.com/contributors"
1786
                }
1787
            ],
1788
            "description": "Symfony polyfill for the Mbstring extension",
1789
            "homepage": "https://symfony.com",
1790
            "keywords": [
1791
                "compatibility",
1792
                "mbstring",
1793
                "polyfill",
1794
                "portable",
1795
                "shim"
1796
            ],
1797
            "funding": [
1798
                {
1799
                    "url": "https://symfony.com/sponsor",
1800
                    "type": "custom"
1801
                },
1802
                {
1803
                    "url": "https://github.com/fabpot",
1804
                    "type": "github"
1805
                },
1806
                {
1807
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1808
                    "type": "tidelift"
1809
                }
1810
            ],
1811
            "time": "2020-03-09T19:04:49+00:00"
1812
        },
1813
        {
1814
            "name": "symfony/polyfill-php73",
1815
            "version": "v1.15.0",
1816
            "source": {
1817
                "type": "git",
1818
                "url": "https://github.com/symfony/polyfill-php73.git",
1819
                "reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7"
1820
            },
1821
            "dist": {
1822
                "type": "zip",
1823
                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7",
1824
                "reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7",
1825
                "shasum": ""
1826
            },
1827
            "require": {
1828
                "php": ">=5.3.3"
1829
            },
1830
            "type": "library",
1831
            "extra": {
1832
                "branch-alias": {
1833
                    "dev-master": "1.15-dev"
1834
                }
1835
            },
1836
            "autoload": {
1837
                "psr-4": {
1838
                    "Symfony\\Polyfill\\Php73\\": ""
1839
                },
1840
                "files": [
1841
                    "bootstrap.php"
1842
                ],
1843
                "classmap": [
1844
                    "Resources/stubs"
1845
                ]
1846
            },
1847
            "notification-url": "https://packagist.org/downloads/",
1848
            "license": [
1849
                "MIT"
1850
            ],
1851
            "authors": [
1852
                {
1853
                    "name": "Nicolas Grekas",
1854
                    "email": "p@tchwork.com"
1855
                },
1856
                {
1857
                    "name": "Symfony Community",
1858
                    "homepage": "https://symfony.com/contributors"
1859
                }
1860
            ],
1861
            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
1862
            "homepage": "https://symfony.com",
1863
            "keywords": [
1864
                "compatibility",
1865
                "polyfill",
1866
                "portable",
1867
                "shim"
1868
            ],
1869
            "funding": [
1870
                {
1871
                    "url": "https://symfony.com/sponsor",
1872
                    "type": "custom"
1873
                },
1874
                {
1875
                    "url": "https://github.com/fabpot",
1876
                    "type": "github"
1877
                },
1878
                {
1879
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1880
                    "type": "tidelift"
1881
                }
1882
            ],
1883
            "time": "2020-02-27T09:26:54+00:00"
1884
        },
1885
        {
1886
            "name": "symfony/routing",
1887
            "version": "v5.0.7",
1888
            "source": {
1889
                "type": "git",
1890
                "url": "https://github.com/symfony/routing.git",
1891
                "reference": "d98a95d0a684caba47a47c1c50c602a669dc973b"
1892
            },
1893
            "dist": {
1894
                "type": "zip",
1895
                "url": "https://api.github.com/repos/symfony/routing/zipball/d98a95d0a684caba47a47c1c50c602a669dc973b",
1896
                "reference": "d98a95d0a684caba47a47c1c50c602a669dc973b",
1897
                "shasum": ""
1898
            },
1899
            "require": {
1900
                "php": "^7.2.5"
1901
            },
1902
            "conflict": {
1903
                "symfony/config": "<5.0",
1904
                "symfony/dependency-injection": "<4.4",
1905
                "symfony/yaml": "<4.4"
1906
            },
1907
            "require-dev": {
1908
                "doctrine/annotations": "~1.2",
1909
                "psr/log": "~1.0",
1910
                "symfony/config": "^5.0",
1911
                "symfony/dependency-injection": "^4.4|^5.0",
1912
                "symfony/expression-language": "^4.4|^5.0",
1913
                "symfony/http-foundation": "^4.4|^5.0",
1914
                "symfony/yaml": "^4.4|^5.0"
1915
            },
1916
            "suggest": {
1917
                "doctrine/annotations": "For using the annotation loader",
1918
                "symfony/config": "For using the all-in-one router or any loader",
1919
                "symfony/expression-language": "For using expression matching",
1920
                "symfony/http-foundation": "For using a Symfony Request object",
1921
                "symfony/yaml": "For using the YAML loader"
1922
            },
1923
            "type": "library",
1924
            "extra": {
1925
                "branch-alias": {
1926
                    "dev-master": "5.0-dev"
1927
                }
1928
            },
1929
            "autoload": {
1930
                "psr-4": {
1931
                    "Symfony\\Component\\Routing\\": ""
1932
                },
1933
                "exclude-from-classmap": [
1934
                    "/Tests/"
1935
                ]
1936
            },
1937
            "notification-url": "https://packagist.org/downloads/",
1938
            "license": [
1939
                "MIT"
1940
            ],
1941
            "authors": [
1942
                {
1943
                    "name": "Fabien Potencier",
1944
                    "email": "fabien@symfony.com"
1945
                },
1946
                {
1947
                    "name": "Symfony Community",
1948
                    "homepage": "https://symfony.com/contributors"
1949
                }
1950
            ],
1951
            "description": "Symfony Routing Component",
1952
            "homepage": "https://symfony.com",
1953
            "keywords": [
1954
                "router",
1955
                "routing",
1956
                "uri",
1957
                "url"
1958
            ],
1959
            "funding": [
1960
                {
1961
                    "url": "https://symfony.com/sponsor",
1962
                    "type": "custom"
1963
                },
1964
                {
1965
                    "url": "https://github.com/fabpot",
1966
                    "type": "github"
1967
                },
1968
                {
1969
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1970
                    "type": "tidelift"
1971
                }
1972
            ],
1973
            "time": "2020-03-30T11:42:42+00:00"
1974
        },
1975
        {
1976
            "name": "symfony/service-contracts",
1977
            "version": "v2.0.1",
1978
            "source": {
1979
                "type": "git",
1980
                "url": "https://github.com/symfony/service-contracts.git",
1981
                "reference": "144c5e51266b281231e947b51223ba14acf1a749"
1982
            },
1983
            "dist": {
1984
                "type": "zip",
1985
                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
1986
                "reference": "144c5e51266b281231e947b51223ba14acf1a749",
1987
                "shasum": ""
1988
            },
1989
            "require": {
1990
                "php": "^7.2.5",
1991
                "psr/container": "^1.0"
1992
            },
1993
            "suggest": {
1994
                "symfony/service-implementation": ""
1995
            },
1996
            "type": "library",
1997
            "extra": {
1998
                "branch-alias": {
1999
                    "dev-master": "2.0-dev"
2000
                }
2001
            },
2002
            "autoload": {
2003
                "psr-4": {
2004
                    "Symfony\\Contracts\\Service\\": ""
2005
                }
2006
            },
2007
            "notification-url": "https://packagist.org/downloads/",
2008
            "license": [
2009
                "MIT"
2010
            ],
2011
            "authors": [
2012
                {
2013
                    "name": "Nicolas Grekas",
2014
                    "email": "p@tchwork.com"
2015
                },
2016
                {
2017
                    "name": "Symfony Community",
2018
                    "homepage": "https://symfony.com/contributors"
2019
                }
2020
            ],
2021
            "description": "Generic abstractions related to writing services",
2022
            "homepage": "https://symfony.com",
2023
            "keywords": [
2024
                "abstractions",
2025
                "contracts",
2026
                "decoupling",
2027
                "interfaces",
2028
                "interoperability",
2029
                "standards"
2030
            ],
2031
            "time": "2019-11-18T17:27:11+00:00"
2032
        },
2033
        {
2034
            "name": "symfony/var-dumper",
2035
            "version": "v5.0.7",
2036
            "source": {
2037
                "type": "git",
2038
                "url": "https://github.com/symfony/var-dumper.git",
2039
                "reference": "f74a126acd701392eef2492a17228d42552c86b5"
2040
            },
2041
            "dist": {
2042
                "type": "zip",
2043
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/f74a126acd701392eef2492a17228d42552c86b5",
2044
                "reference": "f74a126acd701392eef2492a17228d42552c86b5",
2045
                "shasum": ""
2046
            },
2047
            "require": {
2048
                "php": "^7.2.5",
2049
                "symfony/polyfill-mbstring": "~1.0"
2050
            },
2051
            "conflict": {
2052
                "phpunit/phpunit": "<5.4.3",
2053
                "symfony/console": "<4.4"
2054
            },
2055
            "require-dev": {
2056
                "ext-iconv": "*",
2057
                "symfony/console": "^4.4|^5.0",
2058
                "symfony/process": "^4.4|^5.0",
2059
                "twig/twig": "^2.4|^3.0"
2060
            },
2061
            "suggest": {
2062
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
2063
                "ext-intl": "To show region name in time zone dump",
2064
                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
2065
            },
2066
            "bin": [
2067
                "Resources/bin/var-dump-server"
2068
            ],
2069
            "type": "library",
2070
            "extra": {
2071
                "branch-alias": {
2072
                    "dev-master": "5.0-dev"
2073
                }
2074
            },
2075
            "autoload": {
2076
                "files": [
2077
                    "Resources/functions/dump.php"
2078
                ],
2079
                "psr-4": {
2080
                    "Symfony\\Component\\VarDumper\\": ""
2081
                },
2082
                "exclude-from-classmap": [
2083
                    "/Tests/"
2084
                ]
2085
            },
2086
            "notification-url": "https://packagist.org/downloads/",
2087
            "license": [
2088
                "MIT"
2089
            ],
2090
            "authors": [
2091
                {
2092
                    "name": "Nicolas Grekas",
2093
                    "email": "p@tchwork.com"
2094
                },
2095
                {
2096
                    "name": "Symfony Community",
2097
                    "homepage": "https://symfony.com/contributors"
2098
                }
2099
            ],
2100
            "description": "Symfony mechanism for exploring and dumping PHP variables",
2101
            "homepage": "https://symfony.com",
2102
            "keywords": [
2103
                "debug",
2104
                "dump"
2105
            ],
2106
            "funding": [
2107
                {
2108
                    "url": "https://symfony.com/sponsor",
2109
                    "type": "custom"
2110
                },
2111
                {
2112
                    "url": "https://github.com/fabpot",
2113
                    "type": "github"
2114
                },
2115
                {
2116
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2117
                    "type": "tidelift"
2118
                }
2119
            ],
2120
            "time": "2020-03-27T16:56:45+00:00"
2121
        },
2122
        {
2123
            "name": "symfony/var-exporter",
2124
            "version": "v5.0.7",
2125
            "source": {
2126
                "type": "git",
2127
                "url": "https://github.com/symfony/var-exporter.git",
2128
                "reference": "ffd29a70370e466343e33154b5df197a07a13afa"
2129
            },
2130
            "dist": {
2131
                "type": "zip",
2132
                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/ffd29a70370e466343e33154b5df197a07a13afa",
2133
                "reference": "ffd29a70370e466343e33154b5df197a07a13afa",
2134
                "shasum": ""
2135
            },
2136
            "require": {
2137
                "php": "^7.2.5"
2138
            },
2139
            "require-dev": {
2140
                "symfony/var-dumper": "^4.4|^5.0"
2141
            },
2142
            "type": "library",
2143
            "extra": {
2144
                "branch-alias": {
2145
                    "dev-master": "5.0-dev"
2146
                }
2147
            },
2148
            "autoload": {
2149
                "psr-4": {
2150
                    "Symfony\\Component\\VarExporter\\": ""
2151
                },
2152
                "exclude-from-classmap": [
2153
                    "/Tests/"
2154
                ]
2155
            },
2156
            "notification-url": "https://packagist.org/downloads/",
2157
            "license": [
2158
                "MIT"
2159
            ],
2160
            "authors": [
2161
                {
2162
                    "name": "Nicolas Grekas",
2163
                    "email": "p@tchwork.com"
2164
                },
2165
                {
2166
                    "name": "Symfony Community",
2167
                    "homepage": "https://symfony.com/contributors"
2168
                }
2169
            ],
2170
            "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
2171
            "homepage": "https://symfony.com",
2172
            "keywords": [
2173
                "clone",
2174
                "construct",
2175
                "export",
2176
                "hydrate",
2177
                "instantiate",
2178
                "serialize"
2179
            ],
2180
            "funding": [
2181
                {
2182
                    "url": "https://symfony.com/sponsor",
2183
                    "type": "custom"
2184
                },
2185
                {
2186
                    "url": "https://github.com/fabpot",
2187
                    "type": "github"
2188
                },
2189
                {
2190
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2191
                    "type": "tidelift"
2192
                }
2193
            ],
2194
            "time": "2020-03-27T16:56:45+00:00"
2195
        },
2196
        {
2197
            "name": "symfony/yaml",
2198
            "version": "v5.0.7",
2199
            "source": {
2200
                "type": "git",
2201
                "url": "https://github.com/symfony/yaml.git",
2202
                "reference": "ad5e9c83ade5bbb3a96a3f30588a0622708caefd"
2203
            },
2204
            "dist": {
2205
                "type": "zip",
2206
                "url": "https://api.github.com/repos/symfony/yaml/zipball/ad5e9c83ade5bbb3a96a3f30588a0622708caefd",
2207
                "reference": "ad5e9c83ade5bbb3a96a3f30588a0622708caefd",
2208
                "shasum": ""
2209
            },
2210
            "require": {
2211
                "php": "^7.2.5",
2212
                "symfony/polyfill-ctype": "~1.8"
2213
            },
2214
            "conflict": {
2215
                "symfony/console": "<4.4"
2216
            },
2217
            "require-dev": {
2218
                "symfony/console": "^4.4|^5.0"
2219
            },
2220
            "suggest": {
2221
                "symfony/console": "For validating YAML files using the lint command"
2222
            },
2223
            "type": "library",
2224
            "extra": {
2225
                "branch-alias": {
2226
                    "dev-master": "5.0-dev"
2227
                }
2228
            },
2229
            "autoload": {
2230
                "psr-4": {
2231
                    "Symfony\\Component\\Yaml\\": ""
2232
                },
2233
                "exclude-from-classmap": [
2234
                    "/Tests/"
2235
                ]
2236
            },
2237
            "notification-url": "https://packagist.org/downloads/",
2238
            "license": [
2239
                "MIT"
2240
            ],
2241
            "authors": [
2242
                {
2243
                    "name": "Fabien Potencier",
2244
                    "email": "fabien@symfony.com"
2245
                },
2246
                {
2247
                    "name": "Symfony Community",
2248
                    "homepage": "https://symfony.com/contributors"
2249
                }
2250
            ],
2251
            "description": "Symfony Yaml Component",
2252
            "homepage": "https://symfony.com",
2253
            "funding": [
2254
                {
2255
                    "url": "https://symfony.com/sponsor",
2256
                    "type": "custom"
2257
                },
2258
                {
2259
                    "url": "https://github.com/fabpot",
2260
                    "type": "github"
2261
                },
2262
                {
2263
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2264
                    "type": "tidelift"
2265
                }
2266
            ],
2267
            "time": "2020-03-30T11:42:42+00:00"
2268
        }
2269
    ],
2270
    "packages-dev": [
2271
        {
2272
            "name": "composer/semver",
2273
            "version": "1.5.1",
2274
            "source": {
2275
                "type": "git",
2276
                "url": "https://github.com/composer/semver.git",
2277
                "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de"
2278
            },
2279
            "dist": {
2280
                "type": "zip",
2281
                "url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
2282
                "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
2283
                "shasum": ""
2284
            },
2285
            "require": {
2286
                "php": "^5.3.2 || ^7.0"
2287
            },
2288
            "require-dev": {
2289
                "phpunit/phpunit": "^4.5 || ^5.0.5"
2290
            },
2291
            "type": "library",
2292
            "extra": {
2293
                "branch-alias": {
2294
                    "dev-master": "1.x-dev"
2295
                }
2296
            },
2297
            "autoload": {
2298
                "psr-4": {
2299
                    "Composer\\Semver\\": "src"
2300
                }
2301
            },
2302
            "notification-url": "https://packagist.org/downloads/",
2303
            "license": [
2304
                "MIT"
2305
            ],
2306
            "authors": [
2307
                {
2308
                    "name": "Nils Adermann",
2309
                    "email": "naderman@naderman.de",
2310
                    "homepage": "http://www.naderman.de"
2311
                },
2312
                {
2313
                    "name": "Jordi Boggiano",
2314
                    "email": "j.boggiano@seld.be",
2315
                    "homepage": "http://seld.be"
2316
                },
2317
                {
2318
                    "name": "Rob Bast",
2319
                    "email": "rob.bast@gmail.com",
2320
                    "homepage": "http://robbast.nl"
2321
                }
2322
            ],
2323
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
2324
            "keywords": [
2325
                "semantic",
2326
                "semver",
2327
                "validation",
2328
                "versioning"
2329
            ],
2330
            "time": "2020-01-13T12:06:48+00:00"
2331
        },
2332
        {
2333
            "name": "composer/xdebug-handler",
2334
            "version": "1.4.1",
2335
            "source": {
2336
                "type": "git",
2337
                "url": "https://github.com/composer/xdebug-handler.git",
2338
                "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7"
2339
            },
2340
            "dist": {
2341
                "type": "zip",
2342
                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/1ab9842d69e64fb3a01be6b656501032d1b78cb7",
2343
                "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7",
2344
                "shasum": ""
2345
            },
2346
            "require": {
2347
                "php": "^5.3.2 || ^7.0 || ^8.0",
2348
                "psr/log": "^1.0"
2349
            },
2350
            "require-dev": {
2351
                "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
2352
            },
2353
            "type": "library",
2354
            "autoload": {
2355
                "psr-4": {
2356
                    "Composer\\XdebugHandler\\": "src"
2357
                }
2358
            },
2359
            "notification-url": "https://packagist.org/downloads/",
2360
            "license": [
2361
                "MIT"
2362
            ],
2363
            "authors": [
2364
                {
2365
                    "name": "John Stevenson",
2366
                    "email": "john-stevenson@blueyonder.co.uk"
2367
                }
2368
            ],
2369
            "description": "Restarts a process without Xdebug.",
2370
            "keywords": [
2371
                "Xdebug",
2372
                "performance"
2373
            ],
2374
            "funding": [
2375
                {
2376
                    "url": "https://packagist.com",
2377
                    "type": "custom"
2378
                }
2379
            ],
2380
            "time": "2020-03-01T12:26:26+00:00"
2381
        },
2382
        {
2383
            "name": "friendsofphp/php-cs-fixer",
2384
            "version": "v2.16.1",
2385
            "source": {
2386
                "type": "git",
2387
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
2388
                "reference": "c8afb599858876e95e8ebfcd97812d383fa23f02"
2389
            },
2390
            "dist": {
2391
                "type": "zip",
2392
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/c8afb599858876e95e8ebfcd97812d383fa23f02",
2393
                "reference": "c8afb599858876e95e8ebfcd97812d383fa23f02",
2394
                "shasum": ""
2395
            },
2396
            "require": {
2397
                "composer/semver": "^1.4",
2398
                "composer/xdebug-handler": "^1.2",
2399
                "doctrine/annotations": "^1.2",
2400
                "ext-json": "*",
2401
                "ext-tokenizer": "*",
2402
                "php": "^5.6 || ^7.0",
2403
                "php-cs-fixer/diff": "^1.3",
2404
                "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
2405
                "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
2406
                "symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
2407
                "symfony/finder": "^3.0 || ^4.0 || ^5.0",
2408
                "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
2409
                "symfony/polyfill-php70": "^1.0",
2410
                "symfony/polyfill-php72": "^1.4",
2411
                "symfony/process": "^3.0 || ^4.0 || ^5.0",
2412
                "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
2413
            },
2414
            "require-dev": {
2415
                "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
2416
                "justinrainbow/json-schema": "^5.0",
2417
                "keradus/cli-executor": "^1.2",
2418
                "mikey179/vfsstream": "^1.6",
2419
                "php-coveralls/php-coveralls": "^2.1",
2420
                "php-cs-fixer/accessible-object": "^1.0",
2421
                "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
2422
                "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
2423
                "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
2424
                "phpunitgoodpractices/traits": "^1.8",
2425
                "symfony/phpunit-bridge": "^4.3 || ^5.0",
2426
                "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
2427
            },
2428
            "suggest": {
2429
                "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
2430
                "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
2431
                "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
2432
                "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
2433
            },
2434
            "bin": [
2435
                "php-cs-fixer"
2436
            ],
2437
            "type": "application",
2438
            "autoload": {
2439
                "psr-4": {
2440
                    "PhpCsFixer\\": "src/"
2441
                },
2442
                "classmap": [
2443
                    "tests/Test/AbstractFixerTestCase.php",
2444
                    "tests/Test/AbstractIntegrationCaseFactory.php",
2445
                    "tests/Test/AbstractIntegrationTestCase.php",
2446
                    "tests/Test/Assert/AssertTokensTrait.php",
2447
                    "tests/Test/IntegrationCase.php",
2448
                    "tests/Test/IntegrationCaseFactory.php",
2449
                    "tests/Test/IntegrationCaseFactoryInterface.php",
2450
                    "tests/Test/InternalIntegrationCaseFactory.php",
2451
                    "tests/TestCase.php"
2452
                ]
2453
            },
2454
            "notification-url": "https://packagist.org/downloads/",
2455
            "license": [
2456
                "MIT"
2457
            ],
2458
            "authors": [
2459
                {
2460
                    "name": "Fabien Potencier",
2461
                    "email": "fabien@symfony.com"
2462
                },
2463
                {
2464
                    "name": "Dariusz Rumiński",
2465
                    "email": "dariusz.ruminski@gmail.com"
2466
                }
2467
            ],
2468
            "description": "A tool to automatically fix PHP code style",
2469
            "time": "2019-11-25T22:10:32+00:00"
2470
        },
2471
        {
2472
            "name": "php-cs-fixer/diff",
2473
            "version": "v1.3.0",
2474
            "source": {
2475
                "type": "git",
2476
                "url": "https://github.com/PHP-CS-Fixer/diff.git",
2477
                "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
2478
            },
2479
            "dist": {
2480
                "type": "zip",
2481
                "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
2482
                "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
2483
                "shasum": ""
2484
            },
2485
            "require": {
2486
                "php": "^5.6 || ^7.0"
2487
            },
2488
            "require-dev": {
2489
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
2490
                "symfony/process": "^3.3"
2491
            },
2492
            "type": "library",
2493
            "autoload": {
2494
                "classmap": [
2495
                    "src/"
2496
                ]
2497
            },
2498
            "notification-url": "https://packagist.org/downloads/",
2499
            "license": [
2500
                "BSD-3-Clause"
2501
            ],
2502
            "authors": [
2503
                {
2504
                    "name": "Kore Nordmann",
2505
                    "email": "mail@kore-nordmann.de"
2506
                },
2507
                {
2508
                    "name": "Sebastian Bergmann",
2509
                    "email": "sebastian@phpunit.de"
2510
                },
2511
                {
2512
                    "name": "SpacePossum"
2513
                }
2514
            ],
2515
            "description": "sebastian/diff v2 backport support for PHP5.6",
2516
            "homepage": "https://github.com/PHP-CS-Fixer",
2517
            "keywords": [
2518
                "diff"
2519
            ],
2520
            "time": "2018-02-15T16:58:55+00:00"
2521
        },
2522
        {
2523
            "name": "squizlabs/php_codesniffer",
2524
            "version": "3.5.4",
2525
            "source": {
2526
                "type": "git",
2527
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2528
                "reference": "dceec07328401de6211037abbb18bda423677e26"
2529
            },
2530
            "dist": {
2531
                "type": "zip",
2532
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dceec07328401de6211037abbb18bda423677e26",
2533
                "reference": "dceec07328401de6211037abbb18bda423677e26",
2534
                "shasum": ""
2535
            },
2536
            "require": {
2537
                "ext-simplexml": "*",
2538
                "ext-tokenizer": "*",
2539
                "ext-xmlwriter": "*",
2540
                "php": ">=5.4.0"
2541
            },
2542
            "require-dev": {
2543
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
2544
            },
2545
            "bin": [
2546
                "bin/phpcs",
2547
                "bin/phpcbf"
2548
            ],
2549
            "type": "library",
2550
            "extra": {
2551
                "branch-alias": {
2552
                    "dev-master": "3.x-dev"
2553
                }
2554
            },
2555
            "notification-url": "https://packagist.org/downloads/",
2556
            "license": [
2557
                "BSD-3-Clause"
2558
            ],
2559
            "authors": [
2560
                {
2561
                    "name": "Greg Sherwood",
2562
                    "role": "lead"
2563
                }
2564
            ],
2565
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
2566
            "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
2567
            "keywords": [
2568
                "phpcs",
2569
                "standards"
2570
            ],
2571
            "time": "2020-01-30T22:20:29+00:00"
2572
        },
2573
        {
2574
            "name": "symfony/options-resolver",
2575
            "version": "v5.0.7",
2576
            "source": {
2577
                "type": "git",
2578
                "url": "https://github.com/symfony/options-resolver.git",
2579
                "reference": "09dccfffd24b311df7f184aa80ee7b61ad61ed8d"
2580
            },
2581
            "dist": {
2582
                "type": "zip",
2583
                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/09dccfffd24b311df7f184aa80ee7b61ad61ed8d",
2584
                "reference": "09dccfffd24b311df7f184aa80ee7b61ad61ed8d",
2585
                "shasum": ""
2586
            },
2587
            "require": {
2588
                "php": "^7.2.5"
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\\OptionsResolver\\": ""
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 OptionsResolver Component",
2619
            "homepage": "https://symfony.com",
2620
            "keywords": [
2621
                "config",
2622
                "configuration",
2623
                "options"
2624
            ],
2625
            "funding": [
2626
                {
2627
                    "url": "https://symfony.com/sponsor",
2628
                    "type": "custom"
2629
                },
2630
                {
2631
                    "url": "https://github.com/fabpot",
2632
                    "type": "github"
2633
                },
2634
                {
2635
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2636
                    "type": "tidelift"
2637
                }
2638
            ],
2639
            "time": "2020-03-27T16:56:45+00:00"
2640
        },
2641
        {
2642
            "name": "symfony/process",
2643
            "version": "v5.0.7",
2644
            "source": {
2645
                "type": "git",
2646
                "url": "https://github.com/symfony/process.git",
2647
                "reference": "c5ca4a0fc16a0c888067d43fbcfe1f8a53d8e70e"
2648
            },
2649
            "dist": {
2650
                "type": "zip",
2651
                "url": "https://api.github.com/repos/symfony/process/zipball/c5ca4a0fc16a0c888067d43fbcfe1f8a53d8e70e",
2652
                "reference": "c5ca4a0fc16a0c888067d43fbcfe1f8a53d8e70e",
2653
                "shasum": ""
2654
            },
2655
            "require": {
2656
                "php": "^7.2.5"
2657
            },
2658
            "type": "library",
2659
            "extra": {
2660
                "branch-alias": {
2661
                    "dev-master": "5.0-dev"
2662
                }
2663
            },
2664
            "autoload": {
2665
                "psr-4": {
2666
                    "Symfony\\Component\\Process\\": ""
2667
                },
2668
                "exclude-from-classmap": [
2669
                    "/Tests/"
2670
                ]
2671
            },
2672
            "notification-url": "https://packagist.org/downloads/",
2673
            "license": [
2674
                "MIT"
2675
            ],
2676
            "authors": [
2677
                {
2678
                    "name": "Fabien Potencier",
2679
                    "email": "fabien@symfony.com"
2680
                },
2681
                {
2682
                    "name": "Symfony Community",
2683
                    "homepage": "https://symfony.com/contributors"
2684
                }
2685
            ],
2686
            "description": "Symfony Process Component",
2687
            "homepage": "https://symfony.com",
2688
            "time": "2020-03-27T16:56:45+00:00"
2689
        },
2690
        {
2691
            "name": "symfony/stopwatch",
2692
            "version": "v5.0.7",
2693
            "source": {
2694
                "type": "git",
2695
                "url": "https://github.com/symfony/stopwatch.git",
2696
                "reference": "a1d86d30d4522423afc998f32404efa34fcf5a73"
2697
            },
2698
            "dist": {
2699
                "type": "zip",
2700
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/a1d86d30d4522423afc998f32404efa34fcf5a73",
2701
                "reference": "a1d86d30d4522423afc998f32404efa34fcf5a73",
2702
                "shasum": ""
2703
            },
2704
            "require": {
2705
                "php": "^7.2.5",
2706
                "symfony/service-contracts": "^1.0|^2"
2707
            },
2708
            "type": "library",
2709
            "extra": {
2710
                "branch-alias": {
2711
                    "dev-master": "5.0-dev"
2712
                }
2713
            },
2714
            "autoload": {
2715
                "psr-4": {
2716
                    "Symfony\\Component\\Stopwatch\\": ""
2717
                },
2718
                "exclude-from-classmap": [
2719
                    "/Tests/"
2720
                ]
2721
            },
2722
            "notification-url": "https://packagist.org/downloads/",
2723
            "license": [
2724
                "MIT"
2725
            ],
2726
            "authors": [
2727
                {
2728
                    "name": "Fabien Potencier",
2729
                    "email": "fabien@symfony.com"
2730
                },
2731
                {
2732
                    "name": "Symfony Community",
2733
                    "homepage": "https://symfony.com/contributors"
2734
                }
2735
            ],
2736
            "description": "Symfony Stopwatch Component",
2737
            "homepage": "https://symfony.com",
2738
            "funding": [
2739
                {
2740
                    "url": "https://symfony.com/sponsor",
2741
                    "type": "custom"
2742
                },
2743
                {
2744
                    "url": "https://github.com/fabpot",
2745
                    "type": "github"
2746
                },
2747
                {
2748
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2749
                    "type": "tidelift"
2750
                }
2751
            ],
2752
            "time": "2020-03-27T16:56:45+00:00"
2753
        }
2754
    ],
2755
    "aliases": [],
2756
    "minimum-stability": "stable",
2757
    "stability-flags": [],
2758
    "prefer-stable": false,
2759
    "prefer-lowest": false,
2760
    "platform": {
2761
        "php": "^7.2.5",
2762
        "ext-ctype": "*",
2763
        "ext-iconv": "*"
2764
    },
2765
    "platform-dev": [],
2766
    "plugin-api-version": "1.1.0"
2767
}
(4-4/7)