Projekt

Obecné

Profil

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