Projekt

Obecné

Profil

Stáhnout (68.6 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": "7f769bc9dabc952a9e9210886c4900c8",
8
    "packages": [
9
        {
10
            "name": "psr/cache",
11
            "version": "1.0.1",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/php-fig/cache.git",
15
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
20
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": ">=5.3.0"
25
            },
26
            "type": "library",
27
            "extra": {
28
                "branch-alias": {
29
                    "dev-master": "1.0.x-dev"
30
                }
31
            },
32
            "autoload": {
33
                "psr-4": {
34
                    "Psr\\Cache\\": "src/"
35
                }
36
            },
37
            "notification-url": "https://packagist.org/downloads/",
38
            "license": [
39
                "MIT"
40
            ],
41
            "authors": [
42
                {
43
                    "name": "PHP-FIG",
44
                    "homepage": "http://www.php-fig.org/"
45
                }
46
            ],
47
            "description": "Common interface for caching libraries",
48
            "keywords": [
49
                "cache",
50
                "psr",
51
                "psr-6"
52
            ],
53
            "time": "2016-08-06T20:24:11+00:00"
54
        },
55
        {
56
            "name": "psr/container",
57
            "version": "1.0.0",
58
            "source": {
59
                "type": "git",
60
                "url": "https://github.com/php-fig/container.git",
61
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
62
            },
63
            "dist": {
64
                "type": "zip",
65
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
66
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
67
                "shasum": ""
68
            },
69
            "require": {
70
                "php": ">=5.3.0"
71
            },
72
            "type": "library",
73
            "extra": {
74
                "branch-alias": {
75
                    "dev-master": "1.0.x-dev"
76
                }
77
            },
78
            "autoload": {
79
                "psr-4": {
80
                    "Psr\\Container\\": "src/"
81
                }
82
            },
83
            "notification-url": "https://packagist.org/downloads/",
84
            "license": [
85
                "MIT"
86
            ],
87
            "authors": [
88
                {
89
                    "name": "PHP-FIG",
90
                    "homepage": "http://www.php-fig.org/"
91
                }
92
            ],
93
            "description": "Common Container Interface (PHP FIG PSR-11)",
94
            "homepage": "https://github.com/php-fig/container",
95
            "keywords": [
96
                "PSR-11",
97
                "container",
98
                "container-interface",
99
                "container-interop",
100
                "psr"
101
            ],
102
            "time": "2017-02-14T16:28:37+00:00"
103
        },
104
        {
105
            "name": "psr/event-dispatcher",
106
            "version": "1.0.0",
107
            "source": {
108
                "type": "git",
109
                "url": "https://github.com/php-fig/event-dispatcher.git",
110
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
111
            },
112
            "dist": {
113
                "type": "zip",
114
                "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
115
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
116
                "shasum": ""
117
            },
118
            "require": {
119
                "php": ">=7.2.0"
120
            },
121
            "type": "library",
122
            "extra": {
123
                "branch-alias": {
124
                    "dev-master": "1.0.x-dev"
125
                }
126
            },
127
            "autoload": {
128
                "psr-4": {
129
                    "Psr\\EventDispatcher\\": "src/"
130
                }
131
            },
132
            "notification-url": "https://packagist.org/downloads/",
133
            "license": [
134
                "MIT"
135
            ],
136
            "authors": [
137
                {
138
                    "name": "PHP-FIG",
139
                    "homepage": "http://www.php-fig.org/"
140
                }
141
            ],
142
            "description": "Standard interfaces for event handling.",
143
            "keywords": [
144
                "events",
145
                "psr",
146
                "psr-14"
147
            ],
148
            "time": "2019-01-08T18:20:26+00:00"
149
        },
150
        {
151
            "name": "psr/log",
152
            "version": "1.1.3",
153
            "source": {
154
                "type": "git",
155
                "url": "https://github.com/php-fig/log.git",
156
                "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
157
            },
158
            "dist": {
159
                "type": "zip",
160
                "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
161
                "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
162
                "shasum": ""
163
            },
164
            "require": {
165
                "php": ">=5.3.0"
166
            },
167
            "type": "library",
168
            "extra": {
169
                "branch-alias": {
170
                    "dev-master": "1.1.x-dev"
171
                }
172
            },
173
            "autoload": {
174
                "psr-4": {
175
                    "Psr\\Log\\": "Psr/Log/"
176
                }
177
            },
178
            "notification-url": "https://packagist.org/downloads/",
179
            "license": [
180
                "MIT"
181
            ],
182
            "authors": [
183
                {
184
                    "name": "PHP-FIG",
185
                    "homepage": "http://www.php-fig.org/"
186
                }
187
            ],
188
            "description": "Common interface for logging libraries",
189
            "homepage": "https://github.com/php-fig/log",
190
            "keywords": [
191
                "log",
192
                "psr",
193
                "psr-3"
194
            ],
195
            "time": "2020-03-23T09:12:05+00:00"
196
        },
197
        {
198
            "name": "symfony/cache",
199
            "version": "v5.0.5",
200
            "source": {
201
                "type": "git",
202
                "url": "https://github.com/symfony/cache.git",
203
                "reference": "c6255e419e8592dab7de6e29b014ae9e8926989a"
204
            },
205
            "dist": {
206
                "type": "zip",
207
                "url": "https://api.github.com/repos/symfony/cache/zipball/c6255e419e8592dab7de6e29b014ae9e8926989a",
208
                "reference": "c6255e419e8592dab7de6e29b014ae9e8926989a",
209
                "shasum": ""
210
            },
211
            "require": {
212
                "php": "^7.2.5",
213
                "psr/cache": "~1.0",
214
                "psr/log": "~1.0",
215
                "symfony/cache-contracts": "^1.1.7|^2",
216
                "symfony/service-contracts": "^1.1|^2",
217
                "symfony/var-exporter": "^4.4|^5.0"
218
            },
219
            "conflict": {
220
                "doctrine/dbal": "<2.5",
221
                "symfony/dependency-injection": "<4.4",
222
                "symfony/http-kernel": "<4.4",
223
                "symfony/var-dumper": "<4.4"
224
            },
225
            "provide": {
226
                "psr/cache-implementation": "1.0",
227
                "psr/simple-cache-implementation": "1.0",
228
                "symfony/cache-implementation": "1.0"
229
            },
230
            "require-dev": {
231
                "cache/integration-tests": "dev-master",
232
                "doctrine/cache": "~1.6",
233
                "doctrine/dbal": "~2.5",
234
                "predis/predis": "~1.1",
235
                "psr/simple-cache": "^1.0",
236
                "symfony/config": "^4.4|^5.0",
237
                "symfony/dependency-injection": "^4.4|^5.0",
238
                "symfony/var-dumper": "^4.4|^5.0"
239
            },
240
            "type": "library",
241
            "extra": {
242
                "branch-alias": {
243
                    "dev-master": "5.0-dev"
244
                }
245
            },
246
            "autoload": {
247
                "psr-4": {
248
                    "Symfony\\Component\\Cache\\": ""
249
                },
250
                "exclude-from-classmap": [
251
                    "/Tests/"
252
                ]
253
            },
254
            "notification-url": "https://packagist.org/downloads/",
255
            "license": [
256
                "MIT"
257
            ],
258
            "authors": [
259
                {
260
                    "name": "Nicolas Grekas",
261
                    "email": "p@tchwork.com"
262
                },
263
                {
264
                    "name": "Symfony Community",
265
                    "homepage": "https://symfony.com/contributors"
266
                }
267
            ],
268
            "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
269
            "homepage": "https://symfony.com",
270
            "keywords": [
271
                "caching",
272
                "psr6"
273
            ],
274
            "time": "2020-02-24T15:05:31+00:00"
275
        },
276
        {
277
            "name": "symfony/cache-contracts",
278
            "version": "v2.0.1",
279
            "source": {
280
                "type": "git",
281
                "url": "https://github.com/symfony/cache-contracts.git",
282
                "reference": "23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16"
283
            },
284
            "dist": {
285
                "type": "zip",
286
                "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16",
287
                "reference": "23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16",
288
                "shasum": ""
289
            },
290
            "require": {
291
                "php": "^7.2.5",
292
                "psr/cache": "^1.0"
293
            },
294
            "suggest": {
295
                "symfony/cache-implementation": ""
296
            },
297
            "type": "library",
298
            "extra": {
299
                "branch-alias": {
300
                    "dev-master": "2.0-dev"
301
                }
302
            },
303
            "autoload": {
304
                "psr-4": {
305
                    "Symfony\\Contracts\\Cache\\": ""
306
                }
307
            },
308
            "notification-url": "https://packagist.org/downloads/",
309
            "license": [
310
                "MIT"
311
            ],
312
            "authors": [
313
                {
314
                    "name": "Nicolas Grekas",
315
                    "email": "p@tchwork.com"
316
                },
317
                {
318
                    "name": "Symfony Community",
319
                    "homepage": "https://symfony.com/contributors"
320
                }
321
            ],
322
            "description": "Generic abstractions related to caching",
323
            "homepage": "https://symfony.com",
324
            "keywords": [
325
                "abstractions",
326
                "contracts",
327
                "decoupling",
328
                "interfaces",
329
                "interoperability",
330
                "standards"
331
            ],
332
            "time": "2019-11-18T17:27:11+00:00"
333
        },
334
        {
335
            "name": "symfony/config",
336
            "version": "v5.0.5",
337
            "source": {
338
                "type": "git",
339
                "url": "https://github.com/symfony/config.git",
340
                "reference": "938905f46df484b2aeae9016fd658aed577cdceb"
341
            },
342
            "dist": {
343
                "type": "zip",
344
                "url": "https://api.github.com/repos/symfony/config/zipball/938905f46df484b2aeae9016fd658aed577cdceb",
345
                "reference": "938905f46df484b2aeae9016fd658aed577cdceb",
346
                "shasum": ""
347
            },
348
            "require": {
349
                "php": "^7.2.5",
350
                "symfony/filesystem": "^4.4|^5.0",
351
                "symfony/polyfill-ctype": "~1.8"
352
            },
353
            "conflict": {
354
                "symfony/finder": "<4.4"
355
            },
356
            "require-dev": {
357
                "symfony/event-dispatcher": "^4.4|^5.0",
358
                "symfony/finder": "^4.4|^5.0",
359
                "symfony/messenger": "^4.4|^5.0",
360
                "symfony/service-contracts": "^1.1|^2",
361
                "symfony/yaml": "^4.4|^5.0"
362
            },
363
            "suggest": {
364
                "symfony/yaml": "To use the yaml reference dumper"
365
            },
366
            "type": "library",
367
            "extra": {
368
                "branch-alias": {
369
                    "dev-master": "5.0-dev"
370
                }
371
            },
372
            "autoload": {
373
                "psr-4": {
374
                    "Symfony\\Component\\Config\\": ""
375
                },
376
                "exclude-from-classmap": [
377
                    "/Tests/"
378
                ]
379
            },
380
            "notification-url": "https://packagist.org/downloads/",
381
            "license": [
382
                "MIT"
383
            ],
384
            "authors": [
385
                {
386
                    "name": "Fabien Potencier",
387
                    "email": "fabien@symfony.com"
388
                },
389
                {
390
                    "name": "Symfony Community",
391
                    "homepage": "https://symfony.com/contributors"
392
                }
393
            ],
394
            "description": "Symfony Config Component",
395
            "homepage": "https://symfony.com",
396
            "funding": [
397
                {
398
                    "url": "https://symfony.com/sponsor",
399
                    "type": "custom"
400
                },
401
                {
402
                    "url": "https://github.com/fabpot",
403
                    "type": "github"
404
                },
405
                {
406
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
407
                    "type": "tidelift"
408
                }
409
            ],
410
            "time": "2020-02-04T09:41:09+00:00"
411
        },
412
        {
413
            "name": "symfony/console",
414
            "version": "v5.0.5",
415
            "source": {
416
                "type": "git",
417
                "url": "https://github.com/symfony/console.git",
418
                "reference": "d29e2d36941de13600c399e393a60b8cfe59ac49"
419
            },
420
            "dist": {
421
                "type": "zip",
422
                "url": "https://api.github.com/repos/symfony/console/zipball/d29e2d36941de13600c399e393a60b8cfe59ac49",
423
                "reference": "d29e2d36941de13600c399e393a60b8cfe59ac49",
424
                "shasum": ""
425
            },
426
            "require": {
427
                "php": "^7.2.5",
428
                "symfony/polyfill-mbstring": "~1.0",
429
                "symfony/polyfill-php73": "^1.8",
430
                "symfony/service-contracts": "^1.1|^2"
431
            },
432
            "conflict": {
433
                "symfony/dependency-injection": "<4.4",
434
                "symfony/event-dispatcher": "<4.4",
435
                "symfony/lock": "<4.4",
436
                "symfony/process": "<4.4"
437
            },
438
            "provide": {
439
                "psr/log-implementation": "1.0"
440
            },
441
            "require-dev": {
442
                "psr/log": "~1.0",
443
                "symfony/config": "^4.4|^5.0",
444
                "symfony/dependency-injection": "^4.4|^5.0",
445
                "symfony/event-dispatcher": "^4.4|^5.0",
446
                "symfony/lock": "^4.4|^5.0",
447
                "symfony/process": "^4.4|^5.0",
448
                "symfony/var-dumper": "^4.4|^5.0"
449
            },
450
            "suggest": {
451
                "psr/log": "For using the console logger",
452
                "symfony/event-dispatcher": "",
453
                "symfony/lock": "",
454
                "symfony/process": ""
455
            },
456
            "type": "library",
457
            "extra": {
458
                "branch-alias": {
459
                    "dev-master": "5.0-dev"
460
                }
461
            },
462
            "autoload": {
463
                "psr-4": {
464
                    "Symfony\\Component\\Console\\": ""
465
                },
466
                "exclude-from-classmap": [
467
                    "/Tests/"
468
                ]
469
            },
470
            "notification-url": "https://packagist.org/downloads/",
471
            "license": [
472
                "MIT"
473
            ],
474
            "authors": [
475
                {
476
                    "name": "Fabien Potencier",
477
                    "email": "fabien@symfony.com"
478
                },
479
                {
480
                    "name": "Symfony Community",
481
                    "homepage": "https://symfony.com/contributors"
482
                }
483
            ],
484
            "description": "Symfony Console Component",
485
            "homepage": "https://symfony.com",
486
            "funding": [
487
                {
488
                    "url": "https://symfony.com/sponsor",
489
                    "type": "custom"
490
                },
491
                {
492
                    "url": "https://github.com/fabpot",
493
                    "type": "github"
494
                },
495
                {
496
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
497
                    "type": "tidelift"
498
                }
499
            ],
500
            "time": "2020-02-24T15:05:31+00:00"
501
        },
502
        {
503
            "name": "symfony/dependency-injection",
504
            "version": "v5.0.5",
505
            "source": {
506
                "type": "git",
507
                "url": "https://github.com/symfony/dependency-injection.git",
508
                "reference": "3575004a9b0d51ead83473ec90121045b3a0b56f"
509
            },
510
            "dist": {
511
                "type": "zip",
512
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/3575004a9b0d51ead83473ec90121045b3a0b56f",
513
                "reference": "3575004a9b0d51ead83473ec90121045b3a0b56f",
514
                "shasum": ""
515
            },
516
            "require": {
517
                "php": "^7.2.5",
518
                "psr/container": "^1.0",
519
                "symfony/service-contracts": "^1.1.6|^2"
520
            },
521
            "conflict": {
522
                "symfony/config": "<5.0",
523
                "symfony/finder": "<4.4",
524
                "symfony/proxy-manager-bridge": "<4.4",
525
                "symfony/yaml": "<4.4"
526
            },
527
            "provide": {
528
                "psr/container-implementation": "1.0",
529
                "symfony/service-implementation": "1.0"
530
            },
531
            "require-dev": {
532
                "symfony/config": "^5.0",
533
                "symfony/expression-language": "^4.4|^5.0",
534
                "symfony/yaml": "^4.4|^5.0"
535
            },
536
            "suggest": {
537
                "symfony/config": "",
538
                "symfony/expression-language": "For using expressions in service container configuration",
539
                "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
540
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
541
                "symfony/yaml": ""
542
            },
543
            "type": "library",
544
            "extra": {
545
                "branch-alias": {
546
                    "dev-master": "5.0-dev"
547
                }
548
            },
549
            "autoload": {
550
                "psr-4": {
551
                    "Symfony\\Component\\DependencyInjection\\": ""
552
                },
553
                "exclude-from-classmap": [
554
                    "/Tests/"
555
                ]
556
            },
557
            "notification-url": "https://packagist.org/downloads/",
558
            "license": [
559
                "MIT"
560
            ],
561
            "authors": [
562
                {
563
                    "name": "Fabien Potencier",
564
                    "email": "fabien@symfony.com"
565
                },
566
                {
567
                    "name": "Symfony Community",
568
                    "homepage": "https://symfony.com/contributors"
569
                }
570
            ],
571
            "description": "Symfony DependencyInjection Component",
572
            "homepage": "https://symfony.com",
573
            "funding": [
574
                {
575
                    "url": "https://symfony.com/sponsor",
576
                    "type": "custom"
577
                },
578
                {
579
                    "url": "https://github.com/fabpot",
580
                    "type": "github"
581
                },
582
                {
583
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
584
                    "type": "tidelift"
585
                }
586
            ],
587
            "time": "2020-02-24T15:05:31+00:00"
588
        },
589
        {
590
            "name": "symfony/dotenv",
591
            "version": "v5.0.5",
592
            "source": {
593
                "type": "git",
594
                "url": "https://github.com/symfony/dotenv.git",
595
                "reference": "48c8fdda51e5b24d031ce8ec221caa186337e36f"
596
            },
597
            "dist": {
598
                "type": "zip",
599
                "url": "https://api.github.com/repos/symfony/dotenv/zipball/48c8fdda51e5b24d031ce8ec221caa186337e36f",
600
                "reference": "48c8fdda51e5b24d031ce8ec221caa186337e36f",
601
                "shasum": ""
602
            },
603
            "require": {
604
                "php": "^7.2.5"
605
            },
606
            "require-dev": {
607
                "symfony/process": "^4.4|^5.0"
608
            },
609
            "type": "library",
610
            "extra": {
611
                "branch-alias": {
612
                    "dev-master": "5.0-dev"
613
                }
614
            },
615
            "autoload": {
616
                "psr-4": {
617
                    "Symfony\\Component\\Dotenv\\": ""
618
                },
619
                "exclude-from-classmap": [
620
                    "/Tests/"
621
                ]
622
            },
623
            "notification-url": "https://packagist.org/downloads/",
624
            "license": [
625
                "MIT"
626
            ],
627
            "authors": [
628
                {
629
                    "name": "Fabien Potencier",
630
                    "email": "fabien@symfony.com"
631
                },
632
                {
633
                    "name": "Symfony Community",
634
                    "homepage": "https://symfony.com/contributors"
635
                }
636
            ],
637
            "description": "Registers environment variables from a .env file",
638
            "homepage": "https://symfony.com",
639
            "keywords": [
640
                "dotenv",
641
                "env",
642
                "environment"
643
            ],
644
            "funding": [
645
                {
646
                    "url": "https://symfony.com/sponsor",
647
                    "type": "custom"
648
                },
649
                {
650
                    "url": "https://github.com/fabpot",
651
                    "type": "github"
652
                },
653
                {
654
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
655
                    "type": "tidelift"
656
                }
657
            ],
658
            "time": "2020-02-29T10:07:09+00:00"
659
        },
660
        {
661
            "name": "symfony/error-handler",
662
            "version": "v5.0.5",
663
            "source": {
664
                "type": "git",
665
                "url": "https://github.com/symfony/error-handler.git",
666
                "reference": "24a938d9913f42d006ee1ca0164ea1f29c1067ec"
667
            },
668
            "dist": {
669
                "type": "zip",
670
                "url": "https://api.github.com/repos/symfony/error-handler/zipball/24a938d9913f42d006ee1ca0164ea1f29c1067ec",
671
                "reference": "24a938d9913f42d006ee1ca0164ea1f29c1067ec",
672
                "shasum": ""
673
            },
674
            "require": {
675
                "php": "^7.2.5",
676
                "psr/log": "^1.0",
677
                "symfony/var-dumper": "^4.4|^5.0"
678
            },
679
            "require-dev": {
680
                "symfony/http-kernel": "^4.4|^5.0",
681
                "symfony/serializer": "^4.4|^5.0"
682
            },
683
            "type": "library",
684
            "extra": {
685
                "branch-alias": {
686
                    "dev-master": "5.0-dev"
687
                }
688
            },
689
            "autoload": {
690
                "psr-4": {
691
                    "Symfony\\Component\\ErrorHandler\\": ""
692
                },
693
                "exclude-from-classmap": [
694
                    "/Tests/"
695
                ]
696
            },
697
            "notification-url": "https://packagist.org/downloads/",
698
            "license": [
699
                "MIT"
700
            ],
701
            "authors": [
702
                {
703
                    "name": "Fabien Potencier",
704
                    "email": "fabien@symfony.com"
705
                },
706
                {
707
                    "name": "Symfony Community",
708
                    "homepage": "https://symfony.com/contributors"
709
                }
710
            ],
711
            "description": "Symfony ErrorHandler Component",
712
            "homepage": "https://symfony.com",
713
            "funding": [
714
                {
715
                    "url": "https://symfony.com/sponsor",
716
                    "type": "custom"
717
                },
718
                {
719
                    "url": "https://github.com/fabpot",
720
                    "type": "github"
721
                },
722
                {
723
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
724
                    "type": "tidelift"
725
                }
726
            ],
727
            "time": "2020-02-29T10:07:09+00:00"
728
        },
729
        {
730
            "name": "symfony/event-dispatcher",
731
            "version": "v5.0.5",
732
            "source": {
733
                "type": "git",
734
                "url": "https://github.com/symfony/event-dispatcher.git",
735
                "reference": "b45ad88b253c5a9702ce218e201d89c85d148cea"
736
            },
737
            "dist": {
738
                "type": "zip",
739
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b45ad88b253c5a9702ce218e201d89c85d148cea",
740
                "reference": "b45ad88b253c5a9702ce218e201d89c85d148cea",
741
                "shasum": ""
742
            },
743
            "require": {
744
                "php": "^7.2.5",
745
                "symfony/event-dispatcher-contracts": "^2"
746
            },
747
            "conflict": {
748
                "symfony/dependency-injection": "<4.4"
749
            },
750
            "provide": {
751
                "psr/event-dispatcher-implementation": "1.0",
752
                "symfony/event-dispatcher-implementation": "2.0"
753
            },
754
            "require-dev": {
755
                "psr/log": "~1.0",
756
                "symfony/config": "^4.4|^5.0",
757
                "symfony/dependency-injection": "^4.4|^5.0",
758
                "symfony/expression-language": "^4.4|^5.0",
759
                "symfony/http-foundation": "^4.4|^5.0",
760
                "symfony/service-contracts": "^1.1|^2",
761
                "symfony/stopwatch": "^4.4|^5.0"
762
            },
763
            "suggest": {
764
                "symfony/dependency-injection": "",
765
                "symfony/http-kernel": ""
766
            },
767
            "type": "library",
768
            "extra": {
769
                "branch-alias": {
770
                    "dev-master": "5.0-dev"
771
                }
772
            },
773
            "autoload": {
774
                "psr-4": {
775
                    "Symfony\\Component\\EventDispatcher\\": ""
776
                },
777
                "exclude-from-classmap": [
778
                    "/Tests/"
779
                ]
780
            },
781
            "notification-url": "https://packagist.org/downloads/",
782
            "license": [
783
                "MIT"
784
            ],
785
            "authors": [
786
                {
787
                    "name": "Fabien Potencier",
788
                    "email": "fabien@symfony.com"
789
                },
790
                {
791
                    "name": "Symfony Community",
792
                    "homepage": "https://symfony.com/contributors"
793
                }
794
            ],
795
            "description": "Symfony EventDispatcher Component",
796
            "homepage": "https://symfony.com",
797
            "funding": [
798
                {
799
                    "url": "https://symfony.com/sponsor",
800
                    "type": "custom"
801
                },
802
                {
803
                    "url": "https://github.com/fabpot",
804
                    "type": "github"
805
                },
806
                {
807
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
808
                    "type": "tidelift"
809
                }
810
            ],
811
            "time": "2020-02-22T20:09:08+00:00"
812
        },
813
        {
814
            "name": "symfony/event-dispatcher-contracts",
815
            "version": "v2.0.1",
816
            "source": {
817
                "type": "git",
818
                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
819
                "reference": "af23c2584d4577d54661c434446fb8fbed6025dd"
820
            },
821
            "dist": {
822
                "type": "zip",
823
                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/af23c2584d4577d54661c434446fb8fbed6025dd",
824
                "reference": "af23c2584d4577d54661c434446fb8fbed6025dd",
825
                "shasum": ""
826
            },
827
            "require": {
828
                "php": "^7.2.5",
829
                "psr/event-dispatcher": "^1"
830
            },
831
            "suggest": {
832
                "symfony/event-dispatcher-implementation": ""
833
            },
834
            "type": "library",
835
            "extra": {
836
                "branch-alias": {
837
                    "dev-master": "2.0-dev"
838
                }
839
            },
840
            "autoload": {
841
                "psr-4": {
842
                    "Symfony\\Contracts\\EventDispatcher\\": ""
843
                }
844
            },
845
            "notification-url": "https://packagist.org/downloads/",
846
            "license": [
847
                "MIT"
848
            ],
849
            "authors": [
850
                {
851
                    "name": "Nicolas Grekas",
852
                    "email": "p@tchwork.com"
853
                },
854
                {
855
                    "name": "Symfony Community",
856
                    "homepage": "https://symfony.com/contributors"
857
                }
858
            ],
859
            "description": "Generic abstractions related to dispatching event",
860
            "homepage": "https://symfony.com",
861
            "keywords": [
862
                "abstractions",
863
                "contracts",
864
                "decoupling",
865
                "interfaces",
866
                "interoperability",
867
                "standards"
868
            ],
869
            "time": "2019-11-18T17:27:11+00:00"
870
        },
871
        {
872
            "name": "symfony/filesystem",
873
            "version": "v5.0.5",
874
            "source": {
875
                "type": "git",
876
                "url": "https://github.com/symfony/filesystem.git",
877
                "reference": "3afadc0f57cd74f86379d073e694b0f2cda2a88c"
878
            },
879
            "dist": {
880
                "type": "zip",
881
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/3afadc0f57cd74f86379d073e694b0f2cda2a88c",
882
                "reference": "3afadc0f57cd74f86379d073e694b0f2cda2a88c",
883
                "shasum": ""
884
            },
885
            "require": {
886
                "php": "^7.2.5",
887
                "symfony/polyfill-ctype": "~1.8"
888
            },
889
            "type": "library",
890
            "extra": {
891
                "branch-alias": {
892
                    "dev-master": "5.0-dev"
893
                }
894
            },
895
            "autoload": {
896
                "psr-4": {
897
                    "Symfony\\Component\\Filesystem\\": ""
898
                },
899
                "exclude-from-classmap": [
900
                    "/Tests/"
901
                ]
902
            },
903
            "notification-url": "https://packagist.org/downloads/",
904
            "license": [
905
                "MIT"
906
            ],
907
            "authors": [
908
                {
909
                    "name": "Fabien Potencier",
910
                    "email": "fabien@symfony.com"
911
                },
912
                {
913
                    "name": "Symfony Community",
914
                    "homepage": "https://symfony.com/contributors"
915
                }
916
            ],
917
            "description": "Symfony Filesystem Component",
918
            "homepage": "https://symfony.com",
919
            "time": "2020-01-21T08:40:24+00:00"
920
        },
921
        {
922
            "name": "symfony/finder",
923
            "version": "v5.0.5",
924
            "source": {
925
                "type": "git",
926
                "url": "https://github.com/symfony/finder.git",
927
                "reference": "6251f201187ca9d66f6b099d3de65d279e971138"
928
            },
929
            "dist": {
930
                "type": "zip",
931
                "url": "https://api.github.com/repos/symfony/finder/zipball/6251f201187ca9d66f6b099d3de65d279e971138",
932
                "reference": "6251f201187ca9d66f6b099d3de65d279e971138",
933
                "shasum": ""
934
            },
935
            "require": {
936
                "php": "^7.2.5"
937
            },
938
            "type": "library",
939
            "extra": {
940
                "branch-alias": {
941
                    "dev-master": "5.0-dev"
942
                }
943
            },
944
            "autoload": {
945
                "psr-4": {
946
                    "Symfony\\Component\\Finder\\": ""
947
                },
948
                "exclude-from-classmap": [
949
                    "/Tests/"
950
                ]
951
            },
952
            "notification-url": "https://packagist.org/downloads/",
953
            "license": [
954
                "MIT"
955
            ],
956
            "authors": [
957
                {
958
                    "name": "Fabien Potencier",
959
                    "email": "fabien@symfony.com"
960
                },
961
                {
962
                    "name": "Symfony Community",
963
                    "homepage": "https://symfony.com/contributors"
964
                }
965
            ],
966
            "description": "Symfony Finder Component",
967
            "homepage": "https://symfony.com",
968
            "funding": [
969
                {
970
                    "url": "https://symfony.com/sponsor",
971
                    "type": "custom"
972
                },
973
                {
974
                    "url": "https://github.com/fabpot",
975
                    "type": "github"
976
                },
977
                {
978
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
979
                    "type": "tidelift"
980
                }
981
            ],
982
            "time": "2020-02-14T07:43:07+00:00"
983
        },
984
        {
985
            "name": "symfony/flex",
986
            "version": "v1.6.2",
987
            "source": {
988
                "type": "git",
989
                "url": "https://github.com/symfony/flex.git",
990
                "reference": "e4f5a2653ca503782a31486198bd1dd1c9a47f83"
991
            },
992
            "dist": {
993
                "type": "zip",
994
                "url": "https://api.github.com/repos/symfony/flex/zipball/e4f5a2653ca503782a31486198bd1dd1c9a47f83",
995
                "reference": "e4f5a2653ca503782a31486198bd1dd1c9a47f83",
996
                "shasum": ""
997
            },
998
            "require": {
999
                "composer-plugin-api": "^1.0",
1000
                "php": "^7.0"
1001
            },
1002
            "require-dev": {
1003
                "composer/composer": "^1.0.2",
1004
                "symfony/dotenv": "^3.4|^4.0|^5.0",
1005
                "symfony/phpunit-bridge": "^3.4.19|^4.1.8|^5.0",
1006
                "symfony/process": "^2.7|^3.0|^4.0|^5.0"
1007
            },
1008
            "type": "composer-plugin",
1009
            "extra": {
1010
                "branch-alias": {
1011
                    "dev-master": "1.5-dev"
1012
                },
1013
                "class": "Symfony\\Flex\\Flex"
1014
            },
1015
            "autoload": {
1016
                "psr-4": {
1017
                    "Symfony\\Flex\\": "src"
1018
                }
1019
            },
1020
            "notification-url": "https://packagist.org/downloads/",
1021
            "license": [
1022
                "MIT"
1023
            ],
1024
            "authors": [
1025
                {
1026
                    "name": "Fabien Potencier",
1027
                    "email": "fabien.potencier@gmail.com"
1028
                }
1029
            ],
1030
            "description": "Composer plugin for Symfony",
1031
            "time": "2020-01-30T12:06:45+00:00"
1032
        },
1033
        {
1034
            "name": "symfony/framework-bundle",
1035
            "version": "v5.0.5",
1036
            "source": {
1037
                "type": "git",
1038
                "url": "https://github.com/symfony/framework-bundle.git",
1039
                "reference": "fc6a0059fedaaf15efc66b64b7a3cedaa4b1edf4"
1040
            },
1041
            "dist": {
1042
                "type": "zip",
1043
                "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/fc6a0059fedaaf15efc66b64b7a3cedaa4b1edf4",
1044
                "reference": "fc6a0059fedaaf15efc66b64b7a3cedaa4b1edf4",
1045
                "shasum": ""
1046
            },
1047
            "require": {
1048
                "ext-xml": "*",
1049
                "php": "^7.2.5",
1050
                "symfony/cache": "^4.4|^5.0",
1051
                "symfony/config": "^5.0",
1052
                "symfony/dependency-injection": "^5.0.1",
1053
                "symfony/error-handler": "^4.4.1|^5.0.1",
1054
                "symfony/filesystem": "^4.4|^5.0",
1055
                "symfony/finder": "^4.4|^5.0",
1056
                "symfony/http-foundation": "^4.4|^5.0",
1057
                "symfony/http-kernel": "^5.0",
1058
                "symfony/polyfill-mbstring": "~1.0",
1059
                "symfony/routing": "^5.0"
1060
            },
1061
            "conflict": {
1062
                "doctrine/persistence": "<1.3",
1063
                "phpdocumentor/reflection-docblock": "<3.0",
1064
                "phpdocumentor/type-resolver": "<0.2.1",
1065
                "phpunit/phpunit": "<5.4.3",
1066
                "symfony/asset": "<4.4",
1067
                "symfony/browser-kit": "<4.4",
1068
                "symfony/console": "<4.4",
1069
                "symfony/dom-crawler": "<4.4",
1070
                "symfony/dotenv": "<4.4",
1071
                "symfony/form": "<4.4",
1072
                "symfony/http-client": "<4.4",
1073
                "symfony/lock": "<4.4",
1074
                "symfony/mailer": "<4.4",
1075
                "symfony/messenger": "<4.4",
1076
                "symfony/mime": "<4.4",
1077
                "symfony/property-info": "<4.4",
1078
                "symfony/serializer": "<4.4",
1079
                "symfony/stopwatch": "<4.4",
1080
                "symfony/translation": "<5.0",
1081
                "symfony/twig-bridge": "<4.4",
1082
                "symfony/twig-bundle": "<4.4",
1083
                "symfony/validator": "<4.4",
1084
                "symfony/web-profiler-bundle": "<4.4",
1085
                "symfony/workflow": "<4.4"
1086
            },
1087
            "require-dev": {
1088
                "doctrine/annotations": "~1.7",
1089
                "doctrine/cache": "~1.0",
1090
                "paragonie/sodium_compat": "^1.8",
1091
                "phpdocumentor/reflection-docblock": "^3.0|^4.0",
1092
                "symfony/asset": "^4.4|^5.0",
1093
                "symfony/browser-kit": "^4.4|^5.0",
1094
                "symfony/console": "^4.4|^5.0",
1095
                "symfony/css-selector": "^4.4|^5.0",
1096
                "symfony/dom-crawler": "^4.4|^5.0",
1097
                "symfony/dotenv": "^4.4|^5.0",
1098
                "symfony/expression-language": "^4.4|^5.0",
1099
                "symfony/form": "^4.4|^5.0",
1100
                "symfony/http-client": "^4.4|^5.0",
1101
                "symfony/lock": "^4.4|^5.0",
1102
                "symfony/mailer": "^4.4|^5.0",
1103
                "symfony/messenger": "^4.4|^5.0",
1104
                "symfony/mime": "^4.4|^5.0",
1105
                "symfony/polyfill-intl-icu": "~1.0",
1106
                "symfony/process": "^4.4|^5.0",
1107
                "symfony/property-info": "^4.4|^5.0",
1108
                "symfony/security-csrf": "^4.4|^5.0",
1109
                "symfony/security-http": "^4.4|^5.0",
1110
                "symfony/serializer": "^4.4|^5.0",
1111
                "symfony/stopwatch": "^4.4|^5.0",
1112
                "symfony/string": "~5.0.0",
1113
                "symfony/translation": "^5.0",
1114
                "symfony/twig-bundle": "^4.4|^5.0",
1115
                "symfony/validator": "^4.4|^5.0",
1116
                "symfony/web-link": "^4.4|^5.0",
1117
                "symfony/workflow": "^4.4|^5.0",
1118
                "symfony/yaml": "^4.4|^5.0",
1119
                "twig/twig": "^2.10|^3.0"
1120
            },
1121
            "suggest": {
1122
                "ext-apcu": "For best performance of the system caches",
1123
                "symfony/console": "For using the console commands",
1124
                "symfony/form": "For using forms",
1125
                "symfony/property-info": "For using the property_info service",
1126
                "symfony/serializer": "For using the serializer service",
1127
                "symfony/validator": "For using validation",
1128
                "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
1129
                "symfony/yaml": "For using the debug:config and lint:yaml commands"
1130
            },
1131
            "type": "symfony-bundle",
1132
            "extra": {
1133
                "branch-alias": {
1134
                    "dev-master": "5.0-dev"
1135
                }
1136
            },
1137
            "autoload": {
1138
                "psr-4": {
1139
                    "Symfony\\Bundle\\FrameworkBundle\\": ""
1140
                },
1141
                "exclude-from-classmap": [
1142
                    "/Tests/"
1143
                ]
1144
            },
1145
            "notification-url": "https://packagist.org/downloads/",
1146
            "license": [
1147
                "MIT"
1148
            ],
1149
            "authors": [
1150
                {
1151
                    "name": "Fabien Potencier",
1152
                    "email": "fabien@symfony.com"
1153
                },
1154
                {
1155
                    "name": "Symfony Community",
1156
                    "homepage": "https://symfony.com/contributors"
1157
                }
1158
            ],
1159
            "description": "Symfony FrameworkBundle",
1160
            "homepage": "https://symfony.com",
1161
            "funding": [
1162
                {
1163
                    "url": "https://symfony.com/sponsor",
1164
                    "type": "custom"
1165
                },
1166
                {
1167
                    "url": "https://github.com/fabpot",
1168
                    "type": "github"
1169
                },
1170
                {
1171
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1172
                    "type": "tidelift"
1173
                }
1174
            ],
1175
            "time": "2020-02-29T10:07:09+00:00"
1176
        },
1177
        {
1178
            "name": "symfony/http-foundation",
1179
            "version": "v5.0.5",
1180
            "source": {
1181
                "type": "git",
1182
                "url": "https://github.com/symfony/http-foundation.git",
1183
                "reference": "6f9c2ba72f4295d7ce6cf9f79dbb18036291d335"
1184
            },
1185
            "dist": {
1186
                "type": "zip",
1187
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/6f9c2ba72f4295d7ce6cf9f79dbb18036291d335",
1188
                "reference": "6f9c2ba72f4295d7ce6cf9f79dbb18036291d335",
1189
                "shasum": ""
1190
            },
1191
            "require": {
1192
                "php": "^7.2.5",
1193
                "symfony/mime": "^4.4|^5.0",
1194
                "symfony/polyfill-mbstring": "~1.1"
1195
            },
1196
            "require-dev": {
1197
                "predis/predis": "~1.0",
1198
                "symfony/expression-language": "^4.4|^5.0"
1199
            },
1200
            "type": "library",
1201
            "extra": {
1202
                "branch-alias": {
1203
                    "dev-master": "5.0-dev"
1204
                }
1205
            },
1206
            "autoload": {
1207
                "psr-4": {
1208
                    "Symfony\\Component\\HttpFoundation\\": ""
1209
                },
1210
                "exclude-from-classmap": [
1211
                    "/Tests/"
1212
                ]
1213
            },
1214
            "notification-url": "https://packagist.org/downloads/",
1215
            "license": [
1216
                "MIT"
1217
            ],
1218
            "authors": [
1219
                {
1220
                    "name": "Fabien Potencier",
1221
                    "email": "fabien@symfony.com"
1222
                },
1223
                {
1224
                    "name": "Symfony Community",
1225
                    "homepage": "https://symfony.com/contributors"
1226
                }
1227
            ],
1228
            "description": "Symfony HttpFoundation Component",
1229
            "homepage": "https://symfony.com",
1230
            "time": "2020-02-14T07:43:07+00:00"
1231
        },
1232
        {
1233
            "name": "symfony/http-kernel",
1234
            "version": "v5.0.5",
1235
            "source": {
1236
                "type": "git",
1237
                "url": "https://github.com/symfony/http-kernel.git",
1238
                "reference": "021d7d54e080405678f2d8c54cb31d0bb03b4520"
1239
            },
1240
            "dist": {
1241
                "type": "zip",
1242
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/021d7d54e080405678f2d8c54cb31d0bb03b4520",
1243
                "reference": "021d7d54e080405678f2d8c54cb31d0bb03b4520",
1244
                "shasum": ""
1245
            },
1246
            "require": {
1247
                "php": "^7.2.5",
1248
                "psr/log": "~1.0",
1249
                "symfony/error-handler": "^4.4|^5.0",
1250
                "symfony/event-dispatcher": "^5.0",
1251
                "symfony/http-foundation": "^4.4|^5.0",
1252
                "symfony/polyfill-ctype": "^1.8",
1253
                "symfony/polyfill-php73": "^1.9"
1254
            },
1255
            "conflict": {
1256
                "symfony/browser-kit": "<4.4",
1257
                "symfony/cache": "<5.0",
1258
                "symfony/config": "<5.0",
1259
                "symfony/dependency-injection": "<4.4",
1260
                "symfony/doctrine-bridge": "<5.0",
1261
                "symfony/form": "<5.0",
1262
                "symfony/http-client": "<5.0",
1263
                "symfony/mailer": "<5.0",
1264
                "symfony/messenger": "<5.0",
1265
                "symfony/translation": "<5.0",
1266
                "symfony/twig-bridge": "<5.0",
1267
                "symfony/validator": "<5.0",
1268
                "twig/twig": "<2.4"
1269
            },
1270
            "provide": {
1271
                "psr/log-implementation": "1.0"
1272
            },
1273
            "require-dev": {
1274
                "psr/cache": "~1.0",
1275
                "symfony/browser-kit": "^4.4|^5.0",
1276
                "symfony/config": "^5.0",
1277
                "symfony/console": "^4.4|^5.0",
1278
                "symfony/css-selector": "^4.4|^5.0",
1279
                "symfony/dependency-injection": "^4.4|^5.0",
1280
                "symfony/dom-crawler": "^4.4|^5.0",
1281
                "symfony/expression-language": "^4.4|^5.0",
1282
                "symfony/finder": "^4.4|^5.0",
1283
                "symfony/process": "^4.4|^5.0",
1284
                "symfony/routing": "^4.4|^5.0",
1285
                "symfony/stopwatch": "^4.4|^5.0",
1286
                "symfony/translation": "^4.4|^5.0",
1287
                "symfony/translation-contracts": "^1.1|^2",
1288
                "twig/twig": "^2.4|^3.0"
1289
            },
1290
            "suggest": {
1291
                "symfony/browser-kit": "",
1292
                "symfony/config": "",
1293
                "symfony/console": "",
1294
                "symfony/dependency-injection": ""
1295
            },
1296
            "type": "library",
1297
            "extra": {
1298
                "branch-alias": {
1299
                    "dev-master": "5.0-dev"
1300
                }
1301
            },
1302
            "autoload": {
1303
                "psr-4": {
1304
                    "Symfony\\Component\\HttpKernel\\": ""
1305
                },
1306
                "exclude-from-classmap": [
1307
                    "/Tests/"
1308
                ]
1309
            },
1310
            "notification-url": "https://packagist.org/downloads/",
1311
            "license": [
1312
                "MIT"
1313
            ],
1314
            "authors": [
1315
                {
1316
                    "name": "Fabien Potencier",
1317
                    "email": "fabien@symfony.com"
1318
                },
1319
                {
1320
                    "name": "Symfony Community",
1321
                    "homepage": "https://symfony.com/contributors"
1322
                }
1323
            ],
1324
            "description": "Symfony HttpKernel Component",
1325
            "homepage": "https://symfony.com",
1326
            "funding": [
1327
                {
1328
                    "url": "https://symfony.com/sponsor",
1329
                    "type": "custom"
1330
                },
1331
                {
1332
                    "url": "https://github.com/fabpot",
1333
                    "type": "github"
1334
                },
1335
                {
1336
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1337
                    "type": "tidelift"
1338
                }
1339
            ],
1340
            "time": "2020-02-29T10:41:30+00:00"
1341
        },
1342
        {
1343
            "name": "symfony/mime",
1344
            "version": "v5.0.5",
1345
            "source": {
1346
                "type": "git",
1347
                "url": "https://github.com/symfony/mime.git",
1348
                "reference": "9b3e5b5e58c56bbd76628c952d2b78556d305f3c"
1349
            },
1350
            "dist": {
1351
                "type": "zip",
1352
                "url": "https://api.github.com/repos/symfony/mime/zipball/9b3e5b5e58c56bbd76628c952d2b78556d305f3c",
1353
                "reference": "9b3e5b5e58c56bbd76628c952d2b78556d305f3c",
1354
                "shasum": ""
1355
            },
1356
            "require": {
1357
                "php": "^7.2.5",
1358
                "symfony/polyfill-intl-idn": "^1.10",
1359
                "symfony/polyfill-mbstring": "^1.0"
1360
            },
1361
            "conflict": {
1362
                "symfony/mailer": "<4.4"
1363
            },
1364
            "require-dev": {
1365
                "egulias/email-validator": "^2.1.10",
1366
                "symfony/dependency-injection": "^4.4|^5.0"
1367
            },
1368
            "type": "library",
1369
            "extra": {
1370
                "branch-alias": {
1371
                    "dev-master": "5.0-dev"
1372
                }
1373
            },
1374
            "autoload": {
1375
                "psr-4": {
1376
                    "Symfony\\Component\\Mime\\": ""
1377
                },
1378
                "exclude-from-classmap": [
1379
                    "/Tests/"
1380
                ]
1381
            },
1382
            "notification-url": "https://packagist.org/downloads/",
1383
            "license": [
1384
                "MIT"
1385
            ],
1386
            "authors": [
1387
                {
1388
                    "name": "Fabien Potencier",
1389
                    "email": "fabien@symfony.com"
1390
                },
1391
                {
1392
                    "name": "Symfony Community",
1393
                    "homepage": "https://symfony.com/contributors"
1394
                }
1395
            ],
1396
            "description": "A library to manipulate MIME messages",
1397
            "homepage": "https://symfony.com",
1398
            "keywords": [
1399
                "mime",
1400
                "mime-type"
1401
            ],
1402
            "funding": [
1403
                {
1404
                    "url": "https://symfony.com/sponsor",
1405
                    "type": "custom"
1406
                },
1407
                {
1408
                    "url": "https://github.com/fabpot",
1409
                    "type": "github"
1410
                },
1411
                {
1412
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1413
                    "type": "tidelift"
1414
                }
1415
            ],
1416
            "time": "2020-02-04T09:41:09+00:00"
1417
        },
1418
        {
1419
            "name": "symfony/polyfill-intl-idn",
1420
            "version": "v1.14.0",
1421
            "source": {
1422
                "type": "git",
1423
                "url": "https://github.com/symfony/polyfill-intl-idn.git",
1424
                "reference": "6842f1a39cf7d580655688069a03dd7cd83d244a"
1425
            },
1426
            "dist": {
1427
                "type": "zip",
1428
                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6842f1a39cf7d580655688069a03dd7cd83d244a",
1429
                "reference": "6842f1a39cf7d580655688069a03dd7cd83d244a",
1430
                "shasum": ""
1431
            },
1432
            "require": {
1433
                "php": ">=5.3.3",
1434
                "symfony/polyfill-mbstring": "^1.3",
1435
                "symfony/polyfill-php72": "^1.10"
1436
            },
1437
            "suggest": {
1438
                "ext-intl": "For best performance"
1439
            },
1440
            "type": "library",
1441
            "extra": {
1442
                "branch-alias": {
1443
                    "dev-master": "1.14-dev"
1444
                }
1445
            },
1446
            "autoload": {
1447
                "psr-4": {
1448
                    "Symfony\\Polyfill\\Intl\\Idn\\": ""
1449
                },
1450
                "files": [
1451
                    "bootstrap.php"
1452
                ]
1453
            },
1454
            "notification-url": "https://packagist.org/downloads/",
1455
            "license": [
1456
                "MIT"
1457
            ],
1458
            "authors": [
1459
                {
1460
                    "name": "Laurent Bassin",
1461
                    "email": "laurent@bassin.info"
1462
                },
1463
                {
1464
                    "name": "Symfony Community",
1465
                    "homepage": "https://symfony.com/contributors"
1466
                }
1467
            ],
1468
            "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
1469
            "homepage": "https://symfony.com",
1470
            "keywords": [
1471
                "compatibility",
1472
                "idn",
1473
                "intl",
1474
                "polyfill",
1475
                "portable",
1476
                "shim"
1477
            ],
1478
            "time": "2020-01-17T12:01:36+00:00"
1479
        },
1480
        {
1481
            "name": "symfony/polyfill-mbstring",
1482
            "version": "v1.14.0",
1483
            "source": {
1484
                "type": "git",
1485
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1486
                "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2"
1487
            },
1488
            "dist": {
1489
                "type": "zip",
1490
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/34094cfa9abe1f0f14f48f490772db7a775559f2",
1491
                "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2",
1492
                "shasum": ""
1493
            },
1494
            "require": {
1495
                "php": ">=5.3.3"
1496
            },
1497
            "suggest": {
1498
                "ext-mbstring": "For best performance"
1499
            },
1500
            "type": "library",
1501
            "extra": {
1502
                "branch-alias": {
1503
                    "dev-master": "1.14-dev"
1504
                }
1505
            },
1506
            "autoload": {
1507
                "psr-4": {
1508
                    "Symfony\\Polyfill\\Mbstring\\": ""
1509
                },
1510
                "files": [
1511
                    "bootstrap.php"
1512
                ]
1513
            },
1514
            "notification-url": "https://packagist.org/downloads/",
1515
            "license": [
1516
                "MIT"
1517
            ],
1518
            "authors": [
1519
                {
1520
                    "name": "Nicolas Grekas",
1521
                    "email": "p@tchwork.com"
1522
                },
1523
                {
1524
                    "name": "Symfony Community",
1525
                    "homepage": "https://symfony.com/contributors"
1526
                }
1527
            ],
1528
            "description": "Symfony polyfill for the Mbstring extension",
1529
            "homepage": "https://symfony.com",
1530
            "keywords": [
1531
                "compatibility",
1532
                "mbstring",
1533
                "polyfill",
1534
                "portable",
1535
                "shim"
1536
            ],
1537
            "time": "2020-01-13T11:15:53+00:00"
1538
        },
1539
        {
1540
            "name": "symfony/polyfill-php73",
1541
            "version": "v1.14.0",
1542
            "source": {
1543
                "type": "git",
1544
                "url": "https://github.com/symfony/polyfill-php73.git",
1545
                "reference": "5e66a0fa1070bf46bec4bea7962d285108edd675"
1546
            },
1547
            "dist": {
1548
                "type": "zip",
1549
                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/5e66a0fa1070bf46bec4bea7962d285108edd675",
1550
                "reference": "5e66a0fa1070bf46bec4bea7962d285108edd675",
1551
                "shasum": ""
1552
            },
1553
            "require": {
1554
                "php": ">=5.3.3"
1555
            },
1556
            "type": "library",
1557
            "extra": {
1558
                "branch-alias": {
1559
                    "dev-master": "1.14-dev"
1560
                }
1561
            },
1562
            "autoload": {
1563
                "psr-4": {
1564
                    "Symfony\\Polyfill\\Php73\\": ""
1565
                },
1566
                "files": [
1567
                    "bootstrap.php"
1568
                ],
1569
                "classmap": [
1570
                    "Resources/stubs"
1571
                ]
1572
            },
1573
            "notification-url": "https://packagist.org/downloads/",
1574
            "license": [
1575
                "MIT"
1576
            ],
1577
            "authors": [
1578
                {
1579
                    "name": "Nicolas Grekas",
1580
                    "email": "p@tchwork.com"
1581
                },
1582
                {
1583
                    "name": "Symfony Community",
1584
                    "homepage": "https://symfony.com/contributors"
1585
                }
1586
            ],
1587
            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
1588
            "homepage": "https://symfony.com",
1589
            "keywords": [
1590
                "compatibility",
1591
                "polyfill",
1592
                "portable",
1593
                "shim"
1594
            ],
1595
            "time": "2020-01-13T11:15:53+00:00"
1596
        },
1597
        {
1598
            "name": "symfony/routing",
1599
            "version": "v5.0.5",
1600
            "source": {
1601
                "type": "git",
1602
                "url": "https://github.com/symfony/routing.git",
1603
                "reference": "d6ca39fd05c1902bf34d724ba06fb8044a0b46de"
1604
            },
1605
            "dist": {
1606
                "type": "zip",
1607
                "url": "https://api.github.com/repos/symfony/routing/zipball/d6ca39fd05c1902bf34d724ba06fb8044a0b46de",
1608
                "reference": "d6ca39fd05c1902bf34d724ba06fb8044a0b46de",
1609
                "shasum": ""
1610
            },
1611
            "require": {
1612
                "php": "^7.2.5"
1613
            },
1614
            "conflict": {
1615
                "symfony/config": "<5.0",
1616
                "symfony/dependency-injection": "<4.4",
1617
                "symfony/yaml": "<4.4"
1618
            },
1619
            "require-dev": {
1620
                "doctrine/annotations": "~1.2",
1621
                "psr/log": "~1.0",
1622
                "symfony/config": "^5.0",
1623
                "symfony/dependency-injection": "^4.4|^5.0",
1624
                "symfony/expression-language": "^4.4|^5.0",
1625
                "symfony/http-foundation": "^4.4|^5.0",
1626
                "symfony/yaml": "^4.4|^5.0"
1627
            },
1628
            "suggest": {
1629
                "doctrine/annotations": "For using the annotation loader",
1630
                "symfony/config": "For using the all-in-one router or any loader",
1631
                "symfony/expression-language": "For using expression matching",
1632
                "symfony/http-foundation": "For using a Symfony Request object",
1633
                "symfony/yaml": "For using the YAML loader"
1634
            },
1635
            "type": "library",
1636
            "extra": {
1637
                "branch-alias": {
1638
                    "dev-master": "5.0-dev"
1639
                }
1640
            },
1641
            "autoload": {
1642
                "psr-4": {
1643
                    "Symfony\\Component\\Routing\\": ""
1644
                },
1645
                "exclude-from-classmap": [
1646
                    "/Tests/"
1647
                ]
1648
            },
1649
            "notification-url": "https://packagist.org/downloads/",
1650
            "license": [
1651
                "MIT"
1652
            ],
1653
            "authors": [
1654
                {
1655
                    "name": "Fabien Potencier",
1656
                    "email": "fabien@symfony.com"
1657
                },
1658
                {
1659
                    "name": "Symfony Community",
1660
                    "homepage": "https://symfony.com/contributors"
1661
                }
1662
            ],
1663
            "description": "Symfony Routing Component",
1664
            "homepage": "https://symfony.com",
1665
            "keywords": [
1666
                "router",
1667
                "routing",
1668
                "uri",
1669
                "url"
1670
            ],
1671
            "funding": [
1672
                {
1673
                    "url": "https://symfony.com/sponsor",
1674
                    "type": "custom"
1675
                },
1676
                {
1677
                    "url": "https://github.com/fabpot",
1678
                    "type": "github"
1679
                },
1680
                {
1681
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1682
                    "type": "tidelift"
1683
                }
1684
            ],
1685
            "time": "2020-02-25T14:24:11+00:00"
1686
        },
1687
        {
1688
            "name": "symfony/service-contracts",
1689
            "version": "v2.0.1",
1690
            "source": {
1691
                "type": "git",
1692
                "url": "https://github.com/symfony/service-contracts.git",
1693
                "reference": "144c5e51266b281231e947b51223ba14acf1a749"
1694
            },
1695
            "dist": {
1696
                "type": "zip",
1697
                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
1698
                "reference": "144c5e51266b281231e947b51223ba14acf1a749",
1699
                "shasum": ""
1700
            },
1701
            "require": {
1702
                "php": "^7.2.5",
1703
                "psr/container": "^1.0"
1704
            },
1705
            "suggest": {
1706
                "symfony/service-implementation": ""
1707
            },
1708
            "type": "library",
1709
            "extra": {
1710
                "branch-alias": {
1711
                    "dev-master": "2.0-dev"
1712
                }
1713
            },
1714
            "autoload": {
1715
                "psr-4": {
1716
                    "Symfony\\Contracts\\Service\\": ""
1717
                }
1718
            },
1719
            "notification-url": "https://packagist.org/downloads/",
1720
            "license": [
1721
                "MIT"
1722
            ],
1723
            "authors": [
1724
                {
1725
                    "name": "Nicolas Grekas",
1726
                    "email": "p@tchwork.com"
1727
                },
1728
                {
1729
                    "name": "Symfony Community",
1730
                    "homepage": "https://symfony.com/contributors"
1731
                }
1732
            ],
1733
            "description": "Generic abstractions related to writing services",
1734
            "homepage": "https://symfony.com",
1735
            "keywords": [
1736
                "abstractions",
1737
                "contracts",
1738
                "decoupling",
1739
                "interfaces",
1740
                "interoperability",
1741
                "standards"
1742
            ],
1743
            "time": "2019-11-18T17:27:11+00:00"
1744
        },
1745
        {
1746
            "name": "symfony/var-dumper",
1747
            "version": "v5.0.5",
1748
            "source": {
1749
                "type": "git",
1750
                "url": "https://github.com/symfony/var-dumper.git",
1751
                "reference": "3a37aeb1132d1035536d3d6aa9cb06c2ff9355e9"
1752
            },
1753
            "dist": {
1754
                "type": "zip",
1755
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/3a37aeb1132d1035536d3d6aa9cb06c2ff9355e9",
1756
                "reference": "3a37aeb1132d1035536d3d6aa9cb06c2ff9355e9",
1757
                "shasum": ""
1758
            },
1759
            "require": {
1760
                "php": "^7.2.5",
1761
                "symfony/polyfill-mbstring": "~1.0"
1762
            },
1763
            "conflict": {
1764
                "phpunit/phpunit": "<5.4.3",
1765
                "symfony/console": "<4.4"
1766
            },
1767
            "require-dev": {
1768
                "ext-iconv": "*",
1769
                "symfony/console": "^4.4|^5.0",
1770
                "symfony/process": "^4.4|^5.0",
1771
                "twig/twig": "^2.4|^3.0"
1772
            },
1773
            "suggest": {
1774
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
1775
                "ext-intl": "To show region name in time zone dump",
1776
                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
1777
            },
1778
            "bin": [
1779
                "Resources/bin/var-dump-server"
1780
            ],
1781
            "type": "library",
1782
            "extra": {
1783
                "branch-alias": {
1784
                    "dev-master": "5.0-dev"
1785
                }
1786
            },
1787
            "autoload": {
1788
                "files": [
1789
                    "Resources/functions/dump.php"
1790
                ],
1791
                "psr-4": {
1792
                    "Symfony\\Component\\VarDumper\\": ""
1793
                },
1794
                "exclude-from-classmap": [
1795
                    "/Tests/"
1796
                ]
1797
            },
1798
            "notification-url": "https://packagist.org/downloads/",
1799
            "license": [
1800
                "MIT"
1801
            ],
1802
            "authors": [
1803
                {
1804
                    "name": "Nicolas Grekas",
1805
                    "email": "p@tchwork.com"
1806
                },
1807
                {
1808
                    "name": "Symfony Community",
1809
                    "homepage": "https://symfony.com/contributors"
1810
                }
1811
            ],
1812
            "description": "Symfony mechanism for exploring and dumping PHP variables",
1813
            "homepage": "https://symfony.com",
1814
            "keywords": [
1815
                "debug",
1816
                "dump"
1817
            ],
1818
            "time": "2020-02-26T22:30:10+00:00"
1819
        },
1820
        {
1821
            "name": "symfony/var-exporter",
1822
            "version": "v5.0.5",
1823
            "source": {
1824
                "type": "git",
1825
                "url": "https://github.com/symfony/var-exporter.git",
1826
                "reference": "30779a25c736b4290449eaedefe4196c1d060378"
1827
            },
1828
            "dist": {
1829
                "type": "zip",
1830
                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/30779a25c736b4290449eaedefe4196c1d060378",
1831
                "reference": "30779a25c736b4290449eaedefe4196c1d060378",
1832
                "shasum": ""
1833
            },
1834
            "require": {
1835
                "php": "^7.2.5"
1836
            },
1837
            "require-dev": {
1838
                "symfony/var-dumper": "^4.4|^5.0"
1839
            },
1840
            "type": "library",
1841
            "extra": {
1842
                "branch-alias": {
1843
                    "dev-master": "5.0-dev"
1844
                }
1845
            },
1846
            "autoload": {
1847
                "psr-4": {
1848
                    "Symfony\\Component\\VarExporter\\": ""
1849
                },
1850
                "exclude-from-classmap": [
1851
                    "/Tests/"
1852
                ]
1853
            },
1854
            "notification-url": "https://packagist.org/downloads/",
1855
            "license": [
1856
                "MIT"
1857
            ],
1858
            "authors": [
1859
                {
1860
                    "name": "Nicolas Grekas",
1861
                    "email": "p@tchwork.com"
1862
                },
1863
                {
1864
                    "name": "Symfony Community",
1865
                    "homepage": "https://symfony.com/contributors"
1866
                }
1867
            ],
1868
            "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
1869
            "homepage": "https://symfony.com",
1870
            "keywords": [
1871
                "clone",
1872
                "construct",
1873
                "export",
1874
                "hydrate",
1875
                "instantiate",
1876
                "serialize"
1877
            ],
1878
            "funding": [
1879
                {
1880
                    "url": "https://symfony.com/sponsor",
1881
                    "type": "custom"
1882
                },
1883
                {
1884
                    "url": "https://github.com/fabpot",
1885
                    "type": "github"
1886
                },
1887
                {
1888
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1889
                    "type": "tidelift"
1890
                }
1891
            ],
1892
            "time": "2020-02-04T09:47:34+00:00"
1893
        },
1894
        {
1895
            "name": "symfony/yaml",
1896
            "version": "v5.0.5",
1897
            "source": {
1898
                "type": "git",
1899
                "url": "https://github.com/symfony/yaml.git",
1900
                "reference": "a4b613d7e44f62941adff5a802cff70adee57d3f"
1901
            },
1902
            "dist": {
1903
                "type": "zip",
1904
                "url": "https://api.github.com/repos/symfony/yaml/zipball/a4b613d7e44f62941adff5a802cff70adee57d3f",
1905
                "reference": "a4b613d7e44f62941adff5a802cff70adee57d3f",
1906
                "shasum": ""
1907
            },
1908
            "require": {
1909
                "php": "^7.2.5",
1910
                "symfony/polyfill-ctype": "~1.8"
1911
            },
1912
            "conflict": {
1913
                "symfony/console": "<4.4"
1914
            },
1915
            "require-dev": {
1916
                "symfony/console": "^4.4|^5.0"
1917
            },
1918
            "suggest": {
1919
                "symfony/console": "For validating YAML files using the lint command"
1920
            },
1921
            "type": "library",
1922
            "extra": {
1923
                "branch-alias": {
1924
                    "dev-master": "5.0-dev"
1925
                }
1926
            },
1927
            "autoload": {
1928
                "psr-4": {
1929
                    "Symfony\\Component\\Yaml\\": ""
1930
                },
1931
                "exclude-from-classmap": [
1932
                    "/Tests/"
1933
                ]
1934
            },
1935
            "notification-url": "https://packagist.org/downloads/",
1936
            "license": [
1937
                "MIT"
1938
            ],
1939
            "authors": [
1940
                {
1941
                    "name": "Fabien Potencier",
1942
                    "email": "fabien@symfony.com"
1943
                },
1944
                {
1945
                    "name": "Symfony Community",
1946
                    "homepage": "https://symfony.com/contributors"
1947
                }
1948
            ],
1949
            "description": "Symfony Yaml Component",
1950
            "homepage": "https://symfony.com",
1951
            "funding": [
1952
                {
1953
                    "url": "https://symfony.com/sponsor",
1954
                    "type": "custom"
1955
                },
1956
                {
1957
                    "url": "https://github.com/fabpot",
1958
                    "type": "github"
1959
                },
1960
                {
1961
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1962
                    "type": "tidelift"
1963
                }
1964
            ],
1965
            "time": "2020-02-03T13:51:17+00:00"
1966
        }
1967
    ],
1968
    "packages-dev": [],
1969
    "aliases": [],
1970
    "minimum-stability": "stable",
1971
    "stability-flags": [],
1972
    "prefer-stable": false,
1973
    "prefer-lowest": false,
1974
    "platform": {
1975
        "php": "^7.2.5",
1976
        "ext-ctype": "*",
1977
        "ext-iconv": "*"
1978
    },
1979
    "platform-dev": [],
1980
    "plugin-api-version": "1.1.0"
1981
}
(3-3/4)