Vous êtes connecté en tant que anonymous Se Deconnecter
Browse code

Ajout d'une autre application symfony 5.0.99 afin de tester le partage de la variable $_SESSION -->OK

TODO: ajouter un plug-in symfony permettant de charger un utilisateur dans les apps a partir de l'authentification multiple

TODO: lire les documentation officielles provenant des 4 plate-formes tranquillement afin de comprendre commet doit on tester ces type d'auth quitte a créé un sous domaine particulier directement hebergé sur gittea
-->Sécuriser le serveur de dev

Emmanuel ROY authored on 23/11/2019 03:00:32
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,6744 @@
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#composer-lock-the-lock-file",
5
+    "This file is @generated automatically"
6
+  ],
7
+  "content-hash": "67c1c2876dff699f5e129799fe35084a",
8
+  "packages": [
9
+    {
10
+      "name": "doctrine/annotations",
11
+      "version": "v1.8.0",
12
+      "source": {
13
+        "type": "git",
14
+        "url": "https://github.com/doctrine/annotations.git",
15
+        "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc"
16
+      },
17
+      "dist": {
18
+        "type": "zip",
19
+        "url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc",
20
+        "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc",
21
+        "shasum": ""
22
+      },
23
+      "require": {
24
+        "doctrine/lexer": "1.*",
25
+        "php": "^7.1"
26
+      },
27
+      "require-dev": {
28
+        "doctrine/cache": "1.*",
29
+        "phpunit/phpunit": "^7.5"
30
+      },
31
+      "type": "library",
32
+      "extra": {
33
+        "branch-alias": {
34
+          "dev-master": "1.7.x-dev"
35
+        }
36
+      },
37
+      "autoload": {
38
+        "psr-4": {
39
+          "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
40
+        }
41
+      },
42
+      "notification-url": "https://packagist.org/downloads/",
43
+      "license": [
44
+        "MIT"
45
+      ],
46
+      "authors": [
47
+        {
48
+          "name": "Guilherme Blanco",
49
+          "email": "guilhermeblanco@gmail.com"
50
+        },
51
+        {
52
+          "name": "Roman Borschel",
53
+          "email": "roman@code-factory.org"
54
+        },
55
+        {
56
+          "name": "Benjamin Eberlei",
57
+          "email": "kontakt@beberlei.de"
58
+        },
59
+        {
60
+          "name": "Jonathan Wage",
61
+          "email": "jonwage@gmail.com"
62
+        },
63
+        {
64
+          "name": "Johannes Schmitt",
65
+          "email": "schmittjoh@gmail.com"
66
+        }
67
+      ],
68
+      "description": "Docblock Annotations Parser",
69
+      "homepage": "http://www.doctrine-project.org",
70
+      "keywords": [
71
+        "annotations",
72
+        "docblock",
73
+        "parser"
74
+      ],
75
+      "time": "2019-10-01T18:55:10+00:00"
76
+    },
77
+    {
78
+      "name": "doctrine/cache",
79
+      "version": "1.9.1",
80
+      "source": {
81
+        "type": "git",
82
+        "url": "https://github.com/doctrine/cache.git",
83
+        "reference": "89a5c76c39c292f7798f964ab3c836c3f8192a55"
84
+      },
85
+      "dist": {
86
+        "type": "zip",
87
+        "url": "https://api.github.com/repos/doctrine/cache/zipball/89a5c76c39c292f7798f964ab3c836c3f8192a55",
88
+        "reference": "89a5c76c39c292f7798f964ab3c836c3f8192a55",
89
+        "shasum": ""
90
+      },
91
+      "require": {
92
+        "php": "~7.1"
93
+      },
94
+      "conflict": {
95
+        "doctrine/common": ">2.2,<2.4"
96
+      },
97
+      "require-dev": {
98
+        "alcaeus/mongo-php-adapter": "^1.1",
99
+        "doctrine/coding-standard": "^6.0",
100
+        "mongodb/mongodb": "^1.1",
101
+        "phpunit/phpunit": "^7.0",
102
+        "predis/predis": "~1.0"
103
+      },
104
+      "suggest": {
105
+        "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
106
+      },
107
+      "type": "library",
108
+      "extra": {
109
+        "branch-alias": {
110
+          "dev-master": "1.9.x-dev"
111
+        }
112
+      },
113
+      "autoload": {
114
+        "psr-4": {
115
+          "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
116
+        }
117
+      },
118
+      "notification-url": "https://packagist.org/downloads/",
119
+      "license": [
120
+        "MIT"
121
+      ],
122
+      "authors": [
123
+        {
124
+          "name": "Guilherme Blanco",
125
+          "email": "guilhermeblanco@gmail.com"
126
+        },
127
+        {
128
+          "name": "Roman Borschel",
129
+          "email": "roman@code-factory.org"
130
+        },
131
+        {
132
+          "name": "Benjamin Eberlei",
133
+          "email": "kontakt@beberlei.de"
134
+        },
135
+        {
136
+          "name": "Jonathan Wage",
137
+          "email": "jonwage@gmail.com"
138
+        },
139
+        {
140
+          "name": "Johannes Schmitt",
141
+          "email": "schmittjoh@gmail.com"
142
+        }
143
+      ],
144
+      "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
145
+      "homepage": "https://www.doctrine-project.org/projects/cache.html",
146
+      "keywords": [
147
+        "abstraction",
148
+        "apcu",
149
+        "cache",
150
+        "caching",
151
+        "couchdb",
152
+        "memcached",
153
+        "php",
154
+        "redis",
155
+        "riak",
156
+        "xcache"
157
+      ],
158
+      "time": "2019-11-15T14:31:57+00:00"
159
+    },
160
+    {
161
+      "name": "doctrine/collections",
162
+      "version": "1.6.4",
163
+      "source": {
164
+        "type": "git",
165
+        "url": "https://github.com/doctrine/collections.git",
166
+        "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7"
167
+      },
168
+      "dist": {
169
+        "type": "zip",
170
+        "url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
171
+        "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
172
+        "shasum": ""
173
+      },
174
+      "require": {
175
+        "php": "^7.1.3"
176
+      },
177
+      "require-dev": {
178
+        "doctrine/coding-standard": "^6.0",
179
+        "phpstan/phpstan-shim": "^0.9.2",
180
+        "phpunit/phpunit": "^7.0",
181
+        "vimeo/psalm": "^3.2.2"
182
+      },
183
+      "type": "library",
184
+      "extra": {
185
+        "branch-alias": {
186
+          "dev-master": "1.6.x-dev"
187
+        }
188
+      },
189
+      "autoload": {
190
+        "psr-4": {
191
+          "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
192
+        }
193
+      },
194
+      "notification-url": "https://packagist.org/downloads/",
195
+      "license": [
196
+        "MIT"
197
+      ],
198
+      "authors": [
199
+        {
200
+          "name": "Guilherme Blanco",
201
+          "email": "guilhermeblanco@gmail.com"
202
+        },
203
+        {
204
+          "name": "Roman Borschel",
205
+          "email": "roman@code-factory.org"
206
+        },
207
+        {
208
+          "name": "Benjamin Eberlei",
209
+          "email": "kontakt@beberlei.de"
210
+        },
211
+        {
212
+          "name": "Jonathan Wage",
213
+          "email": "jonwage@gmail.com"
214
+        },
215
+        {
216
+          "name": "Johannes Schmitt",
217
+          "email": "schmittjoh@gmail.com"
218
+        }
219
+      ],
220
+      "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
221
+      "homepage": "https://www.doctrine-project.org/projects/collections.html",
222
+      "keywords": [
223
+        "array",
224
+        "collections",
225
+        "iterators",
226
+        "php"
227
+      ],
228
+      "time": "2019-11-13T13:07:11+00:00"
229
+    },
230
+    {
231
+      "name": "doctrine/common",
232
+      "version": "v2.11.0",
233
+      "source": {
234
+        "type": "git",
235
+        "url": "https://github.com/doctrine/common.git",
236
+        "reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff"
237
+      },
238
+      "dist": {
239
+        "type": "zip",
240
+        "url": "https://api.github.com/repos/doctrine/common/zipball/b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff",
241
+        "reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff",
242
+        "shasum": ""
243
+      },
244
+      "require": {
245
+        "doctrine/annotations": "^1.0",
246
+        "doctrine/cache": "^1.0",
247
+        "doctrine/collections": "^1.0",
248
+        "doctrine/event-manager": "^1.0",
249
+        "doctrine/inflector": "^1.0",
250
+        "doctrine/lexer": "^1.0",
251
+        "doctrine/persistence": "^1.1",
252
+        "doctrine/reflection": "^1.0",
253
+        "php": "^7.1"
254
+      },
255
+      "require-dev": {
256
+        "doctrine/coding-standard": "^1.0",
257
+        "phpstan/phpstan": "^0.11",
258
+        "phpstan/phpstan-phpunit": "^0.11",
259
+        "phpunit/phpunit": "^7.0",
260
+        "squizlabs/php_codesniffer": "^3.0",
261
+        "symfony/phpunit-bridge": "^4.0.5"
262
+      },
263
+      "type": "library",
264
+      "extra": {
265
+        "branch-alias": {
266
+          "dev-master": "2.11.x-dev"
267
+        }
268
+      },
269
+      "autoload": {
270
+        "psr-4": {
271
+          "Doctrine\\Common\\": "lib/Doctrine/Common"
272
+        }
273
+      },
274
+      "notification-url": "https://packagist.org/downloads/",
275
+      "license": [
276
+        "MIT"
277
+      ],
278
+      "authors": [
279
+        {
280
+          "name": "Guilherme Blanco",
281
+          "email": "guilhermeblanco@gmail.com"
282
+        },
283
+        {
284
+          "name": "Roman Borschel",
285
+          "email": "roman@code-factory.org"
286
+        },
287
+        {
288
+          "name": "Benjamin Eberlei",
289
+          "email": "kontakt@beberlei.de"
290
+        },
291
+        {
292
+          "name": "Jonathan Wage",
293
+          "email": "jonwage@gmail.com"
294
+        },
295
+        {
296
+          "name": "Johannes Schmitt",
297
+          "email": "schmittjoh@gmail.com"
298
+        },
299
+        {
300
+          "name": "Marco Pivetta",
301
+          "email": "ocramius@gmail.com"
302
+        }
303
+      ],
304
+      "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.",
305
+      "homepage": "https://www.doctrine-project.org/projects/common.html",
306
+      "keywords": [
307
+        "common",
308
+        "doctrine",
309
+        "php"
310
+      ],
311
+      "time": "2019-09-10T10:10:14+00:00"
312
+    },
313
+    {
314
+      "name": "doctrine/dbal",
315
+      "version": "v2.10.0",
316
+      "source": {
317
+        "type": "git",
318
+        "url": "https://github.com/doctrine/dbal.git",
319
+        "reference": "0c9a646775ef549eb0a213a4f9bd4381d9b4d934"
320
+      },
321
+      "dist": {
322
+        "type": "zip",
323
+        "url": "https://api.github.com/repos/doctrine/dbal/zipball/0c9a646775ef549eb0a213a4f9bd4381d9b4d934",
324
+        "reference": "0c9a646775ef549eb0a213a4f9bd4381d9b4d934",
325
+        "shasum": ""
326
+      },
327
+      "require": {
328
+        "doctrine/cache": "^1.0",
329
+        "doctrine/event-manager": "^1.0",
330
+        "ext-pdo": "*",
331
+        "php": "^7.2"
332
+      },
333
+      "require-dev": {
334
+        "doctrine/coding-standard": "^6.0",
335
+        "jetbrains/phpstorm-stubs": "^2019.1",
336
+        "phpstan/phpstan": "^0.11.3",
337
+        "phpunit/phpunit": "^8.4.1",
338
+        "symfony/console": "^2.0.5|^3.0|^4.0|^5.0"
339
+      },
340
+      "suggest": {
341
+        "symfony/console": "For helpful console commands such as SQL execution and import of files."
342
+      },
343
+      "bin": [
344
+        "bin/doctrine-dbal"
345
+      ],
346
+      "type": "library",
347
+      "extra": {
348
+        "branch-alias": {
349
+          "dev-master": "2.10.x-dev",
350
+          "dev-develop": "3.0.x-dev"
351
+        }
352
+      },
353
+      "autoload": {
354
+        "psr-4": {
355
+          "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
356
+        }
357
+      },
358
+      "notification-url": "https://packagist.org/downloads/",
359
+      "license": [
360
+        "MIT"
361
+      ],
362
+      "authors": [
363
+        {
364
+          "name": "Guilherme Blanco",
365
+          "email": "guilhermeblanco@gmail.com"
366
+        },
367
+        {
368
+          "name": "Roman Borschel",
369
+          "email": "roman@code-factory.org"
370
+        },
371
+        {
372
+          "name": "Benjamin Eberlei",
373
+          "email": "kontakt@beberlei.de"
374
+        },
375
+        {
376
+          "name": "Jonathan Wage",
377
+          "email": "jonwage@gmail.com"
378
+        }
379
+      ],
380
+      "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
381
+      "homepage": "https://www.doctrine-project.org/projects/dbal.html",
382
+      "keywords": [
383
+        "abstraction",
384
+        "database",
385
+        "db2",
386
+        "dbal",
387
+        "mariadb",
388
+        "mssql",
389
+        "mysql",
390
+        "oci8",
391
+        "oracle",
392
+        "pdo",
393
+        "pgsql",
394
+        "postgresql",
395
+        "queryobject",
396
+        "sasql",
397
+        "sql",
398
+        "sqlanywhere",
399
+        "sqlite",
400
+        "sqlserver",
401
+        "sqlsrv"
402
+      ],
403
+      "time": "2019-11-03T16:50:43+00:00"
404
+    },
405
+    {
406
+      "name": "doctrine/doctrine-bundle",
407
+      "version": "2.0.0",
408
+      "source": {
409
+        "type": "git",
410
+        "url": "https://github.com/doctrine/DoctrineBundle.git",
411
+        "reference": "82826278bb88ae8c20aee3af3191430dcbcca63a"
412
+      },
413
+      "dist": {
414
+        "type": "zip",
415
+        "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/82826278bb88ae8c20aee3af3191430dcbcca63a",
416
+        "reference": "82826278bb88ae8c20aee3af3191430dcbcca63a",
417
+        "shasum": ""
418
+      },
419
+      "require": {
420
+        "doctrine/dbal": "^2.9.0",
421
+        "jdorn/sql-formatter": "^1.2.16",
422
+        "php": "^7.1",
423
+        "symfony/config": "^4.3.3|^5.0",
424
+        "symfony/console": "^3.4.30|^4.3.3|^5.0",
425
+        "symfony/dependency-injection": "^4.3.3|^5.0",
426
+        "symfony/doctrine-bridge": "^4.3.7|^5.0",
427
+        "symfony/framework-bundle": "^3.4.30|^4.3.3|^5.0"
428
+      },
429
+      "conflict": {
430
+        "doctrine/orm": "<2.6",
431
+        "twig/twig": "<1.34|>=2.0,<2.4"
432
+      },
433
+      "require-dev": {
434
+        "doctrine/coding-standard": "^6.0",
435
+        "doctrine/orm": "^2.6",
436
+        "phpunit/phpunit": "^7.5",
437
+        "symfony/cache": "^3.4.30|^4.3.3|^5.0",
438
+        "symfony/phpunit-bridge": "^4.2",
439
+        "symfony/property-info": "^4.3.3|^5.0",
440
+        "symfony/twig-bridge": "^3.4.30|^4.3.3|^5.0",
441
+        "symfony/validator": "^3.4.30|^4.3.3|^5.0",
442
+        "symfony/web-profiler-bundle": "^3.4.30|^4.3.3|^5.0",
443
+        "symfony/yaml": "^3.4.30|^4.3.3|^5.0",
444
+        "twig/twig": "^1.34|^2.12"
445
+      },
446
+      "suggest": {
447
+        "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
448
+        "symfony/web-profiler-bundle": "To use the data collector."
449
+      },
450
+      "type": "symfony-bundle",
451
+      "extra": {
452
+        "branch-alias": {
453
+          "dev-master": "2.0.x-dev"
454
+        }
455
+      },
456
+      "autoload": {
457
+        "psr-4": {
458
+          "Doctrine\\Bundle\\DoctrineBundle\\": ""
459
+        }
460
+      },
461
+      "notification-url": "https://packagist.org/downloads/",
462
+      "license": [
463
+        "MIT"
464
+      ],
465
+      "authors": [
466
+        {
467
+          "name": "Fabien Potencier",
468
+          "email": "fabien@symfony.com"
469
+        },
470
+        {
471
+          "name": "Benjamin Eberlei",
472
+          "email": "kontakt@beberlei.de"
473
+        },
474
+        {
475
+          "name": "Symfony Community",
476
+          "homepage": "http://symfony.com/contributors"
477
+        },
478
+        {
479
+          "name": "Doctrine Project",
480
+          "homepage": "http://www.doctrine-project.org/"
481
+        }
482
+      ],
483
+      "description": "Symfony DoctrineBundle",
484
+      "homepage": "http://www.doctrine-project.org",
485
+      "keywords": [
486
+        "database",
487
+        "dbal",
488
+        "orm",
489
+        "persistence"
490
+      ],
491
+      "time": "2019-11-19T11:43:41+00:00"
492
+    },
493
+    {
494
+      "name": "doctrine/doctrine-migrations-bundle",
495
+      "version": "2.1.2",
496
+      "source": {
497
+        "type": "git",
498
+        "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
499
+        "reference": "856437e8de96a70233e1f0cc2352fc8dd15a899d"
500
+      },
501
+      "dist": {
502
+        "type": "zip",
503
+        "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/856437e8de96a70233e1f0cc2352fc8dd15a899d",
504
+        "reference": "856437e8de96a70233e1f0cc2352fc8dd15a899d",
505
+        "shasum": ""
506
+      },
507
+      "require": {
508
+        "doctrine/doctrine-bundle": "~1.0|~2.0",
509
+        "doctrine/migrations": "^2.2",
510
+        "php": "^7.1",
511
+        "symfony/framework-bundle": "~3.4|~4.0|~5.0"
512
+      },
513
+      "require-dev": {
514
+        "doctrine/coding-standard": "^5.0",
515
+        "mikey179/vfsstream": "^1.6",
516
+        "phpstan/phpstan": "^0.9.2",
517
+        "phpstan/phpstan-strict-rules": "^0.9",
518
+        "phpunit/phpunit": "^6.4|^7.0"
519
+      },
520
+      "type": "symfony-bundle",
521
+      "extra": {
522
+        "branch-alias": {
523
+          "dev-master": "2.1.x-dev"
524
+        }
525
+      },
526
+      "autoload": {
527
+        "psr-4": {
528
+          "Doctrine\\Bundle\\MigrationsBundle\\": ""
529
+        },
530
+        "exclude-from-classmap": [
531
+          "/Tests/"
532
+        ]
533
+      },
534
+      "notification-url": "https://packagist.org/downloads/",
535
+      "license": [
536
+        "MIT"
537
+      ],
538
+      "authors": [
539
+        {
540
+          "name": "Fabien Potencier",
541
+          "email": "fabien@symfony.com"
542
+        },
543
+        {
544
+          "name": "Doctrine Project",
545
+          "homepage": "http://www.doctrine-project.org"
546
+        },
547
+        {
548
+          "name": "Symfony Community",
549
+          "homepage": "http://symfony.com/contributors"
550
+        }
551
+      ],
552
+      "description": "Symfony DoctrineMigrationsBundle",
553
+      "homepage": "https://www.doctrine-project.org",
554
+      "keywords": [
555
+        "dbal",
556
+        "migrations",
557
+        "schema"
558
+      ],
559
+      "time": "2019-11-13T12:57:41+00:00"
560
+    },
561
+    {
562
+      "name": "doctrine/event-manager",
563
+      "version": "1.1.0",
564
+      "source": {
565
+        "type": "git",
566
+        "url": "https://github.com/doctrine/event-manager.git",
567
+        "reference": "629572819973f13486371cb611386eb17851e85c"
568
+      },
569
+      "dist": {
570
+        "type": "zip",
571
+        "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
572
+        "reference": "629572819973f13486371cb611386eb17851e85c",
573
+        "shasum": ""
574
+      },
575
+      "require": {
576
+        "php": "^7.1"
577
+      },
578
+      "conflict": {
579
+        "doctrine/common": "<2.9@dev"
580
+      },
581
+      "require-dev": {
582
+        "doctrine/coding-standard": "^6.0",
583
+        "phpunit/phpunit": "^7.0"
584
+      },
585
+      "type": "library",
586
+      "extra": {
587
+        "branch-alias": {
588
+          "dev-master": "1.0.x-dev"
589
+        }
590
+      },
591
+      "autoload": {
592
+        "psr-4": {
593
+          "Doctrine\\Common\\": "lib/Doctrine/Common"
594
+        }
595
+      },
596
+      "notification-url": "https://packagist.org/downloads/",
597
+      "license": [
598
+        "MIT"
599
+      ],
600
+      "authors": [
601
+        {
602
+          "name": "Guilherme Blanco",
603
+          "email": "guilhermeblanco@gmail.com"
604
+        },
605
+        {
606
+          "name": "Roman Borschel",
607
+          "email": "roman@code-factory.org"
608
+        },
609
+        {
610
+          "name": "Benjamin Eberlei",
611
+          "email": "kontakt@beberlei.de"
612
+        },
613
+        {
614
+          "name": "Jonathan Wage",
615
+          "email": "jonwage@gmail.com"
616
+        },
617
+        {
618
+          "name": "Johannes Schmitt",
619
+          "email": "schmittjoh@gmail.com"
620
+        },
621
+        {
622
+          "name": "Marco Pivetta",
623
+          "email": "ocramius@gmail.com"
624
+        }
625
+      ],
626
+      "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
627
+      "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
628
+      "keywords": [
629
+        "event",
630
+        "event dispatcher",
631
+        "event manager",
632
+        "event system",
633
+        "events"
634
+      ],
635
+      "time": "2019-11-10T09:48:07+00:00"
636
+    },
637
+    {
638
+      "name": "doctrine/inflector",
639
+      "version": "1.3.1",
640
+      "source": {
641
+        "type": "git",
642
+        "url": "https://github.com/doctrine/inflector.git",
643
+        "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
644
+      },
645
+      "dist": {
646
+        "type": "zip",
647
+        "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
648
+        "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
649
+        "shasum": ""
650
+      },
651
+      "require": {
652
+        "php": "^7.1"
653
+      },
654
+      "require-dev": {
655
+        "phpunit/phpunit": "^6.2"
656
+      },
657
+      "type": "library",
658
+      "extra": {
659
+        "branch-alias": {
660
+          "dev-master": "1.3.x-dev"
661
+        }
662
+      },
663
+      "autoload": {
664
+        "psr-4": {
665
+          "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
666
+        }
667
+      },
668
+      "notification-url": "https://packagist.org/downloads/",
669
+      "license": [
670
+        "MIT"
671
+      ],
672
+      "authors": [
673
+        {
674
+          "name": "Guilherme Blanco",
675
+          "email": "guilhermeblanco@gmail.com"
676
+        },
677
+        {
678
+          "name": "Roman Borschel",
679
+          "email": "roman@code-factory.org"
680
+        },
681
+        {
682
+          "name": "Benjamin Eberlei",
683
+          "email": "kontakt@beberlei.de"
684
+        },
685
+        {
686
+          "name": "Jonathan Wage",
687
+          "email": "jonwage@gmail.com"
688
+        },
689
+        {
690
+          "name": "Johannes Schmitt",
691
+          "email": "schmittjoh@gmail.com"
692
+        }
693
+      ],
694
+      "description": "Common String Manipulations with regard to casing and singular/plural rules.",
695
+      "homepage": "http://www.doctrine-project.org",
696
+      "keywords": [
697
+        "inflection",
698
+        "pluralize",
699
+        "singularize",
700
+        "string"
701
+      ],
702
+      "time": "2019-10-30T19:59:35+00:00"
703
+    },
704
+    {
705
+      "name": "doctrine/instantiator",
706
+      "version": "1.3.0",
707
+      "source": {
708
+        "type": "git",
709
+        "url": "https://github.com/doctrine/instantiator.git",
710
+        "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
711
+      },
712
+      "dist": {
713
+        "type": "zip",
714
+        "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
715
+        "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
716
+        "shasum": ""
717
+      },
718
+      "require": {
719
+        "php": "^7.1"
720
+      },
721
+      "require-dev": {
722
+        "doctrine/coding-standard": "^6.0",
723
+        "ext-pdo": "*",
724
+        "ext-phar": "*",
725
+        "phpbench/phpbench": "^0.13",
726
+        "phpstan/phpstan-phpunit": "^0.11",
727
+        "phpstan/phpstan-shim": "^0.11",
728
+        "phpunit/phpunit": "^7.0"
729
+      },
730
+      "type": "library",
731
+      "extra": {
732
+        "branch-alias": {
733
+          "dev-master": "1.2.x-dev"
734
+        }
735
+      },
736
+      "autoload": {
737
+        "psr-4": {
738
+          "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
739
+        }
740
+      },
741
+      "notification-url": "https://packagist.org/downloads/",
742
+      "license": [
743
+        "MIT"
744
+      ],
745
+      "authors": [
746
+        {
747
+          "name": "Marco Pivetta",
748
+          "email": "ocramius@gmail.com",
749
+          "homepage": "http://ocramius.github.com/"
750
+        }
751
+      ],
752
+      "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
753
+      "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
754
+      "keywords": [
755
+        "constructor",
756
+        "instantiate"
757
+      ],
758
+      "time": "2019-10-21T16:45:58+00:00"
759
+    },
760
+    {
761
+      "name": "doctrine/lexer",
762
+      "version": "1.2.0",
763
+      "source": {
764
+        "type": "git",
765
+        "url": "https://github.com/doctrine/lexer.git",
766
+        "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"
767
+      },
768
+      "dist": {
769
+        "type": "zip",
770
+        "url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
771
+        "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
772
+        "shasum": ""
773
+      },
774
+      "require": {
775
+        "php": "^7.2"
776
+      },
777
+      "require-dev": {
778
+        "doctrine/coding-standard": "^6.0",
779
+        "phpstan/phpstan": "^0.11.8",
780
+        "phpunit/phpunit": "^8.2"
781
+      },
782
+      "type": "library",
783
+      "extra": {
784
+        "branch-alias": {
785
+          "dev-master": "1.2.x-dev"
786
+        }
787
+      },
788
+      "autoload": {
789
+        "psr-4": {
790
+          "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
791
+        }
792
+      },
793
+      "notification-url": "https://packagist.org/downloads/",
794
+      "license": [
795
+        "MIT"
796
+      ],
797
+      "authors": [
798
+        {
799
+          "name": "Guilherme Blanco",
800
+          "email": "guilhermeblanco@gmail.com"
801
+        },
802
+        {
803
+          "name": "Roman Borschel",
804
+          "email": "roman@code-factory.org"
805
+        },
806
+        {
807
+          "name": "Johannes Schmitt",
808
+          "email": "schmittjoh@gmail.com"
809
+        }
810
+      ],
811
+      "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
812
+      "homepage": "https://www.doctrine-project.org/projects/lexer.html",
813
+      "keywords": [
814
+        "annotations",
815
+        "docblock",
816
+        "lexer",
817
+        "parser",
818
+        "php"
819
+      ],
820
+      "time": "2019-10-30T14:39:59+00:00"
821
+    },
822
+    {
823
+      "name": "doctrine/migrations",
824
+      "version": "2.2.0",
825
+      "source": {
826
+        "type": "git",
827
+        "url": "https://github.com/doctrine/migrations.git",
828
+        "reference": "8e124252d2f6be1124017d746d5994dd4095d66f"
829
+      },
830
+      "dist": {
831
+        "type": "zip",
832
+        "url": "https://api.github.com/repos/doctrine/migrations/zipball/8e124252d2f6be1124017d746d5994dd4095d66f",
833
+        "reference": "8e124252d2f6be1124017d746d5994dd4095d66f",
834
+        "shasum": ""
835
+      },
836
+      "require": {
837
+        "doctrine/dbal": "^2.9",
838
+        "ocramius/package-versions": "^1.3",
839
+        "ocramius/proxy-manager": "^2.0.2",
840
+        "php": "^7.1",
841
+        "symfony/console": "^3.4||^4.0||^5.0",
842
+        "symfony/stopwatch": "^3.4||^4.0||^5.0"
843
+      },
844
+      "require-dev": {
845
+        "doctrine/coding-standard": "^6.0",
846
+        "doctrine/orm": "^2.6",
847
+        "ext-pdo_sqlite": "*",
848
+        "jdorn/sql-formatter": "^1.1",
849
+        "mikey179/vfsstream": "^1.6",
850
+        "phpstan/phpstan": "^0.10",
851
+        "phpstan/phpstan-deprecation-rules": "^0.10",
852
+        "phpstan/phpstan-phpunit": "^0.10",
853
+        "phpstan/phpstan-strict-rules": "^0.10",
854
+        "phpunit/phpunit": "^7.0",
855
+        "symfony/process": "^3.4||^4.0||^5.0",
856
+        "symfony/yaml": "^3.4||^4.0||^5.0"
857
+      },
858
+      "suggest": {
859
+        "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command.",
860
+        "symfony/yaml": "Allows the use of yaml for migration configuration files."
861
+      },
862
+      "bin": [
863
+        "bin/doctrine-migrations"
864
+      ],
865
+      "type": "library",
866
+      "extra": {
867
+        "branch-alias": {
868
+          "dev-master": "2.2.x-dev"
869
+        }
870
+      },
871
+      "autoload": {
872
+        "psr-4": {
873
+          "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
874
+        }
875
+      },
876
+      "notification-url": "https://packagist.org/downloads/",
877
+      "license": [
878
+        "MIT"
879
+      ],
880
+      "authors": [
881
+        {
882
+          "name": "Benjamin Eberlei",
883
+          "email": "kontakt@beberlei.de"
884
+        },
885
+        {
886
+          "name": "Jonathan Wage",
887
+          "email": "jonwage@gmail.com"
888
+        },
889
+        {
890
+          "name": "Michael Simonson",
891
+          "email": "contact@mikesimonson.com"
892
+        }
893
+      ],
894
+      "description": "PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.",
895
+      "homepage": "https://www.doctrine-project.org/projects/migrations.html",
896
+      "keywords": [
897
+        "database",
898
+        "dbal",
899
+        "migrations",
900
+        "php"
901
+      ],
902
+      "time": "2019-11-13T11:06:31+00:00"
903
+    },
904
+    {
905
+      "name": "doctrine/orm",
906
+      "version": "v2.7.0",
907
+      "source": {
908
+        "type": "git",
909
+        "url": "https://github.com/doctrine/orm.git",
910
+        "reference": "4d763ca4c925f647b248b9fa01b5f47aa3685d62"
911
+      },
912
+      "dist": {
913
+        "type": "zip",
914
+        "url": "https://api.github.com/repos/doctrine/orm/zipball/4d763ca4c925f647b248b9fa01b5f47aa3685d62",
915
+        "reference": "4d763ca4c925f647b248b9fa01b5f47aa3685d62",
916
+        "shasum": ""
917
+      },
918
+      "require": {
919
+        "doctrine/annotations": "^1.8",
920
+        "doctrine/cache": "^1.9.1",
921
+        "doctrine/collections": "^1.5",
922
+        "doctrine/common": "^2.11",
923
+        "doctrine/dbal": "^2.9.3",
924
+        "doctrine/event-manager": "^1.1",
925
+        "doctrine/instantiator": "^1.3",
926
+        "doctrine/persistence": "^1.2",
927
+        "ext-pdo": "*",
928
+        "php": "^7.1",
929
+        "symfony/console": "^3.0|^4.0|^5.0"
930
+      },
931
+      "require-dev": {
932
+        "doctrine/coding-standard": "^5.0",
933
+        "phpunit/phpunit": "^7.5",
934
+        "symfony/yaml": "^3.4|^4.0|^5.0"
935
+      },
936
+      "suggest": {
937
+        "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
938
+      },
939
+      "bin": [
940
+        "bin/doctrine"
941
+      ],
942
+      "type": "library",
943
+      "extra": {
944
+        "branch-alias": {
945
+          "dev-master": "2.7.x-dev"
946
+        }
947
+      },
948
+      "autoload": {
949
+        "psr-4": {
950
+          "Doctrine\\ORM\\": "lib/Doctrine/ORM"
951
+        }
952
+      },
953
+      "notification-url": "https://packagist.org/downloads/",
954
+      "license": [
955
+        "MIT"
956
+      ],
957
+      "authors": [
958
+        {
959
+          "name": "Guilherme Blanco",
960
+          "email": "guilhermeblanco@gmail.com"
961
+        },
962
+        {
963
+          "name": "Roman Borschel",
964
+          "email": "roman@code-factory.org"
965
+        },
966
+        {
967
+          "name": "Benjamin Eberlei",
968
+          "email": "kontakt@beberlei.de"
969
+        },
970
+        {
971
+          "name": "Jonathan Wage",
972
+          "email": "jonwage@gmail.com"
973
+        },
974
+        {
975
+          "name": "Marco Pivetta",
976
+          "email": "ocramius@gmail.com"
977
+        }
978
+      ],
979
+      "description": "Object-Relational-Mapper for PHP",
980
+      "homepage": "https://www.doctrine-project.org/projects/orm.html",
981
+      "keywords": [
982
+        "database",
983
+        "orm"
984
+      ],
985
+      "time": "2019-11-19T08:38:05+00:00"
986
+    },
987
+    {
988
+      "name": "doctrine/persistence",
989
+      "version": "1.2.0",
990
+      "source": {
991
+        "type": "git",
992
+        "url": "https://github.com/doctrine/persistence.git",
993
+        "reference": "43526ae63312942e5316100bb3ed589ba1aba491"
994
+      },
995
+      "dist": {
996
+        "type": "zip",
997
+        "url": "https://api.github.com/repos/doctrine/persistence/zipball/43526ae63312942e5316100bb3ed589ba1aba491",
998
+        "reference": "43526ae63312942e5316100bb3ed589ba1aba491",
999
+        "shasum": ""
1000
+      },
1001
+      "require": {
1002
+        "doctrine/annotations": "^1.0",
1003
+        "doctrine/cache": "^1.0",
1004
+        "doctrine/collections": "^1.0",
1005
+        "doctrine/event-manager": "^1.0",
1006
+        "doctrine/reflection": "^1.0",
1007
+        "php": "^7.1"
1008
+      },
1009
+      "conflict": {
1010
+        "doctrine/common": "<2.10@dev"
1011
+      },
1012
+      "require-dev": {
1013
+        "doctrine/coding-standard": "^5.0",
1014
+        "phpstan/phpstan": "^0.8",
1015
+        "phpunit/phpunit": "^7.0"
1016
+      },
1017
+      "type": "library",
1018
+      "extra": {
1019
+        "branch-alias": {
1020
+          "dev-master": "1.2.x-dev"
1021
+        }
1022
+      },
1023
+      "autoload": {
1024
+        "psr-4": {
1025
+          "Doctrine\\Common\\": "lib/Doctrine/Common"
1026
+        }
1027
+      },
1028
+      "notification-url": "https://packagist.org/downloads/",
1029
+      "license": [
1030
+        "MIT"
1031
+      ],
1032
+      "authors": [
1033
+        {
1034
+          "name": "Guilherme Blanco",
1035
+          "email": "guilhermeblanco@gmail.com"
1036
+        },
1037
+        {
1038
+          "name": "Roman Borschel",
1039
+          "email": "roman@code-factory.org"
1040
+        },
1041
+        {
1042
+          "name": "Benjamin Eberlei",
1043
+          "email": "kontakt@beberlei.de"
1044
+        },
1045
+        {
1046
+          "name": "Jonathan Wage",
1047
+          "email": "jonwage@gmail.com"
1048
+        },
1049
+        {
1050
+          "name": "Johannes Schmitt",
1051
+          "email": "schmittjoh@gmail.com"
1052
+        },
1053
+        {
1054
+          "name": "Marco Pivetta",
1055
+          "email": "ocramius@gmail.com"
1056
+        }
1057
+      ],
1058
+      "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
1059
+      "homepage": "https://doctrine-project.org/projects/persistence.html",
1060
+      "keywords": [
1061
+        "mapper",
1062
+        "object",
1063
+        "odm",
1064
+        "orm",
1065
+        "persistence"
1066
+      ],
1067
+      "time": "2019-04-23T12:39:21+00:00"
1068
+    },
1069
+    {
1070
+      "name": "doctrine/reflection",
1071
+      "version": "v1.0.0",
1072
+      "source": {
1073
+        "type": "git",
1074
+        "url": "https://github.com/doctrine/reflection.git",
1075
+        "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6"
1076
+      },
1077
+      "dist": {
1078
+        "type": "zip",
1079
+        "url": "https://api.github.com/repos/doctrine/reflection/zipball/02538d3f95e88eb397a5f86274deb2c6175c2ab6",
1080
+        "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6",
1081
+        "shasum": ""
1082
+      },
1083
+      "require": {
1084
+        "doctrine/annotations": "^1.0",
1085
+        "ext-tokenizer": "*",
1086
+        "php": "^7.1"
1087
+      },
1088
+      "require-dev": {
1089
+        "doctrine/coding-standard": "^4.0",
1090
+        "doctrine/common": "^2.8",
1091
+        "phpstan/phpstan": "^0.9.2",
1092
+        "phpstan/phpstan-phpunit": "^0.9.4",
1093
+        "phpunit/phpunit": "^7.0",
1094
+        "squizlabs/php_codesniffer": "^3.0"
1095
+      },
1096
+      "type": "library",
1097
+      "extra": {
1098
+        "branch-alias": {
1099
+          "dev-master": "1.0.x-dev"
1100
+        }
1101
+      },
1102
+      "autoload": {
1103
+        "psr-4": {
1104
+          "Doctrine\\Common\\": "lib/Doctrine/Common"
1105
+        }
1106
+      },
1107
+      "notification-url": "https://packagist.org/downloads/",
1108
+      "license": [
1109
+        "MIT"
1110
+      ],
1111
+      "authors": [
1112
+        {
1113
+          "name": "Roman Borschel",
1114
+          "email": "roman@code-factory.org"
1115
+        },
1116
+        {
1117
+          "name": "Benjamin Eberlei",
1118
+          "email": "kontakt@beberlei.de"
1119
+        },
1120
+        {
1121
+          "name": "Guilherme Blanco",
1122
+          "email": "guilhermeblanco@gmail.com"
1123
+        },
1124
+        {
1125
+          "name": "Jonathan Wage",
1126
+          "email": "jonwage@gmail.com"
1127
+        },
1128
+        {
1129
+          "name": "Johannes Schmitt",
1130
+          "email": "schmittjoh@gmail.com"
1131
+        },
1132
+        {
1133
+          "name": "Marco Pivetta",
1134
+          "email": "ocramius@gmail.com"
1135
+        }
1136
+      ],
1137
+      "description": "Doctrine Reflection component",
1138
+      "homepage": "https://www.doctrine-project.org/projects/reflection.html",
1139
+      "keywords": [
1140
+        "reflection"
1141
+      ],
1142
+      "time": "2018-06-14T14:45:07+00:00"
1143
+    },
1144
+    {
1145
+      "name": "egulias/email-validator",
1146
+      "version": "2.1.11",
1147
+      "source": {
1148
+        "type": "git",
1149
+        "url": "https://github.com/egulias/EmailValidator.git",
1150
+        "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23"
1151
+      },
1152
+      "dist": {
1153
+        "type": "zip",
1154
+        "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/92dd169c32f6f55ba570c309d83f5209cefb5e23",
1155
+        "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23",
1156
+        "shasum": ""
1157
+      },
1158
+      "require": {
1159
+        "doctrine/lexer": "^1.0.1",
1160
+        "php": ">= 5.5"
1161
+      },
1162
+      "require-dev": {
1163
+        "dominicsayers/isemail": "dev-master",
1164
+        "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
1165
+        "satooshi/php-coveralls": "^1.0.1",
1166
+        "symfony/phpunit-bridge": "^4.4@dev"
1167
+      },
1168
+      "suggest": {
1169
+        "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
1170
+      },
1171
+      "type": "library",
1172
+      "extra": {
1173
+        "branch-alias": {
1174
+          "dev-master": "2.1.x-dev"
1175
+        }
1176
+      },
1177
+      "autoload": {
1178
+        "psr-4": {
1179
+          "Egulias\\EmailValidator\\": "EmailValidator"
1180
+        }
1181
+      },
1182
+      "notification-url": "https://packagist.org/downloads/",
1183
+      "license": [
1184
+        "MIT"
1185
+      ],
1186
+      "authors": [
1187
+        {
1188
+          "name": "Eduardo Gulias Davis"
1189
+        }
1190
+      ],
1191
+      "description": "A library for validating emails against several RFCs",
1192
+      "homepage": "https://github.com/egulias/EmailValidator",
1193
+      "keywords": [
1194
+        "email",
1195
+        "emailvalidation",
1196
+        "emailvalidator",
1197
+        "validation",
1198
+        "validator"
1199
+      ],
1200
+      "time": "2019-08-13T17:33:27+00:00"
1201
+    },
1202
+    {
1203
+      "name": "jdorn/sql-formatter",
1204
+      "version": "v1.2.17",
1205
+      "source": {
1206
+        "type": "git",
1207
+        "url": "https://github.com/jdorn/sql-formatter.git",
1208
+        "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
1209
+      },
1210
+      "dist": {
1211
+        "type": "zip",
1212
+        "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
1213
+        "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
1214
+        "shasum": ""
1215
+      },
1216
+      "require": {
1217
+        "php": ">=5.2.4"
1218
+      },
1219
+      "require-dev": {
1220
+        "phpunit/phpunit": "3.7.*"
1221
+      },
1222
+      "type": "library",
1223
+      "extra": {
1224
+        "branch-alias": {
1225
+          "dev-master": "1.3.x-dev"
1226
+        }
1227
+      },
1228
+      "autoload": {
1229
+        "classmap": [
1230
+          "lib"
1231
+        ]
1232
+      },
1233
+      "notification-url": "https://packagist.org/downloads/",
1234
+      "license": [
1235
+        "MIT"
1236
+      ],
1237
+      "authors": [
1238
+        {
1239
+          "name": "Jeremy Dorn",
1240
+          "email": "jeremy@jeremydorn.com",
1241
+          "homepage": "http://jeremydorn.com/"
1242
+        }
1243
+      ],
1244
+      "description": "a PHP SQL highlighting library",
1245
+      "homepage": "https://github.com/jdorn/sql-formatter/",
1246
+      "keywords": [
1247
+        "highlight",
1248
+        "sql"
1249
+      ],
1250
+      "time": "2014-01-12T16:20:24+00:00"
1251
+    },
1252
+    {
1253
+      "name": "monolog/monolog",
1254
+      "version": "2.0.1",
1255
+      "source": {
1256
+        "type": "git",
1257
+        "url": "https://github.com/Seldaek/monolog.git",
1258
+        "reference": "f9d56fd2f5533322caccdfcddbb56aedd622ef1c"
1259
+      },
1260
+      "dist": {
1261
+        "type": "zip",
1262
+        "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f9d56fd2f5533322caccdfcddbb56aedd622ef1c",
1263
+        "reference": "f9d56fd2f5533322caccdfcddbb56aedd622ef1c",
1264
+        "shasum": ""
1265
+      },
1266
+      "require": {
1267
+        "php": "^7.2",
1268
+        "psr/log": "^1.0.1"
1269
+      },
1270
+      "provide": {
1271
+        "psr/log-implementation": "1.0.0"
1272
+      },
1273
+      "require-dev": {
1274
+        "aws/aws-sdk-php": "^2.4.9 || ^3.0",
1275
+        "doctrine/couchdb": "~1.0@dev",
1276
+        "elasticsearch/elasticsearch": "^6.0",
1277
+        "graylog2/gelf-php": "^1.4.2",
1278
+        "jakub-onderka/php-parallel-lint": "^0.9",
1279
+        "php-amqplib/php-amqplib": "~2.4",
1280
+        "php-console/php-console": "^3.1.3",
1281
+        "phpspec/prophecy": "^1.6.1",
1282
+        "phpunit/phpunit": "^8.3",
1283
+        "predis/predis": "^1.1",
1284
+        "rollbar/rollbar": "^1.3",
1285
+        "ruflin/elastica": ">=0.90 <3.0",
1286
+        "swiftmailer/swiftmailer": "^5.3|^6.0"
1287
+      },
1288
+      "suggest": {
1289
+        "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1290
+        "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1291
+        "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
1292
+        "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1293
+        "ext-mbstring": "Allow to work properly with unicode symbols",
1294
+        "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
1295
+        "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1296
+        "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
1297
+        "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1298
+        "php-console/php-console": "Allow sending log messages to Google Chrome",
1299
+        "rollbar/rollbar": "Allow sending log messages to Rollbar",
1300
+        "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
1301
+      },
1302
+      "type": "library",
1303
+      "extra": {
1304
+        "branch-alias": {
1305
+          "dev-master": "2.x-dev"
1306
+        }
1307
+      },
1308
+      "autoload": {
1309
+        "psr-4": {
1310
+          "Monolog\\": "src/Monolog"
1311
+        }
1312
+      },
1313
+      "notification-url": "https://packagist.org/downloads/",
1314
+      "license": [
1315
+        "MIT"
1316
+      ],
1317
+      "authors": [
1318
+        {
1319
+          "name": "Jordi Boggiano",
1320
+          "email": "j.boggiano@seld.be",
1321
+          "homepage": "http://seld.be"
1322
+        }
1323
+      ],
1324
+      "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1325
+      "homepage": "http://github.com/Seldaek/monolog",
1326
+      "keywords": [
1327
+        "log",
1328
+        "logging",
1329
+        "psr-3"
1330
+      ],
1331
+      "time": "2019-11-13T10:27:43+00:00"
1332
+    },
1333
+    {
1334
+      "name": "ocramius/package-versions",
1335
+      "version": "1.4.2",
1336
+      "source": {
1337
+        "type": "git",
1338
+        "url": "https://github.com/Ocramius/PackageVersions.git",
1339
+        "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d"
1340
+      },
1341
+      "dist": {
1342
+        "type": "zip",
1343
+        "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
1344
+        "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
1345
+        "shasum": ""
1346
+      },
1347
+      "require": {
1348
+        "composer-plugin-api": "^1.0.0",
1349
+        "php": "^7.1.0"
1350
+      },
1351
+      "require-dev": {
1352
+        "composer/composer": "^1.6.3",
1353
+        "doctrine/coding-standard": "^5.0.1",
1354
+        "ext-zip": "*",
1355
+        "infection/infection": "^0.7.1",
1356
+        "phpunit/phpunit": "^7.5.17"
1357
+      },
1358
+      "type": "composer-plugin",
1359
+      "extra": {
1360
+        "class": "PackageVersions\\Installer",
1361
+        "branch-alias": {
1362
+          "dev-master": "2.0.x-dev"
1363
+        }
1364
+      },
1365
+      "autoload": {
1366
+        "psr-4": {
1367
+          "PackageVersions\\": "src/PackageVersions"
1368
+        }
1369
+      },
1370
+      "notification-url": "https://packagist.org/downloads/",
1371
+      "license": [
1372
+        "MIT"
1373
+      ],
1374
+      "authors": [
1375
+        {
1376
+          "name": "Marco Pivetta",
1377
+          "email": "ocramius@gmail.com"
1378
+        }
1379
+      ],
1380
+      "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
1381
+      "time": "2019-11-15T16:17:10+00:00"
1382
+    },
1383
+    {
1384
+      "name": "ocramius/proxy-manager",
1385
+      "version": "2.2.3",
1386
+      "source": {
1387
+        "type": "git",
1388
+        "url": "https://github.com/Ocramius/ProxyManager.git",
1389
+        "reference": "4d154742e31c35137d5374c998e8f86b54db2e2f"
1390
+      },
1391
+      "dist": {
1392
+        "type": "zip",
1393
+        "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/4d154742e31c35137d5374c998e8f86b54db2e2f",
1394
+        "reference": "4d154742e31c35137d5374c998e8f86b54db2e2f",
1395
+        "shasum": ""
1396
+      },
1397
+      "require": {
1398
+        "ocramius/package-versions": "^1.1.3",
1399
+        "php": "^7.2.0",
1400
+        "zendframework/zend-code": "^3.3.0"
1401
+      },
1402
+      "require-dev": {
1403
+        "couscous/couscous": "^1.6.1",
1404
+        "ext-phar": "*",
1405
+        "humbug/humbug": "1.0.0-RC.0@RC",
1406
+        "nikic/php-parser": "^3.1.1",
1407
+        "padraic/phpunit-accelerator": "dev-master@DEV",
1408
+        "phpbench/phpbench": "^0.12.2",
1409
+        "phpstan/phpstan": "dev-master#856eb10a81c1d27c701a83f167dc870fd8f4236a as 0.9.999",
1410
+        "phpstan/phpstan-phpunit": "dev-master#5629c0a1f4a9c417cb1077cf6693ad9753895761",
1411
+        "phpunit/phpunit": "^6.4.3",
1412
+        "squizlabs/php_codesniffer": "^2.9.1"
1413
+      },
1414
+      "suggest": {
1415
+        "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
1416
+        "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
1417
+        "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
1418
+        "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
1419
+      },
1420
+      "type": "library",
1421
+      "extra": {
1422
+        "branch-alias": {
1423
+          "dev-master": "3.0.x-dev"
1424
+        }
1425
+      },
1426
+      "autoload": {
1427
+        "psr-0": {
1428
+          "ProxyManager\\": "src"
1429
+        }
1430
+      },
1431
+      "notification-url": "https://packagist.org/downloads/",
1432
+      "license": [
1433
+        "MIT"
1434
+      ],
1435
+      "authors": [
1436
+        {
1437
+          "name": "Marco Pivetta",
1438
+          "email": "ocramius@gmail.com",
1439
+          "homepage": "http://ocramius.github.io/"
1440
+        }
1441
+      ],
1442
+      "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
1443
+      "homepage": "https://github.com/Ocramius/ProxyManager",
1444
+      "keywords": [
1445
+        "aop",
1446
+        "lazy loading",
1447
+        "proxy",
1448
+        "proxy pattern",
1449
+        "service proxies"
1450
+      ],
1451
+      "time": "2019-08-10T08:37:15+00:00"
1452
+    },
1453
+    {
1454
+      "name": "phpdocumentor/reflection-common",
1455
+      "version": "2.0.0",
1456
+      "source": {
1457
+        "type": "git",
1458
+        "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
1459
+        "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a"
1460
+      },
1461
+      "dist": {
1462
+        "type": "zip",
1463
+        "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a",
1464
+        "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a",
1465
+        "shasum": ""
1466
+      },
1467
+      "require": {
1468
+        "php": ">=7.1"
1469
+      },
1470
+      "require-dev": {
1471
+        "phpunit/phpunit": "~6"
1472
+      },
1473
+      "type": "library",
1474
+      "extra": {
1475
+        "branch-alias": {
1476
+          "dev-master": "2.x-dev"
1477
+        }
1478
+      },
1479
+      "autoload": {
1480
+        "psr-4": {
1481
+          "phpDocumentor\\Reflection\\": "src/"
1482
+        }
1483
+      },
1484
+      "notification-url": "https://packagist.org/downloads/",
1485
+      "license": [
1486
+        "MIT"
1487
+      ],
1488
+      "authors": [
1489
+        {
1490
+          "name": "Jaap van Otterdijk",
1491
+          "email": "opensource@ijaap.nl"
1492
+        }
1493
+      ],
1494
+      "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
1495
+      "homepage": "http://www.phpdoc.org",
1496
+      "keywords": [
1497
+        "FQSEN",
1498
+        "phpDocumentor",
1499
+        "phpdoc",
1500
+        "reflection",
1501
+        "static analysis"
1502
+      ],
1503
+      "time": "2018-08-07T13:53:10+00:00"
1504
+    },
1505
+    {
1506
+      "name": "phpdocumentor/reflection-docblock",
1507
+      "version": "4.3.2",
1508
+      "source": {
1509
+        "type": "git",
1510
+        "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1511
+        "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e"
1512
+      },
1513
+      "dist": {
1514
+        "type": "zip",
1515
+        "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
1516
+        "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
1517
+        "shasum": ""
1518
+      },
1519
+      "require": {
1520
+        "php": "^7.0",
1521
+        "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0",
1522
+        "phpdocumentor/type-resolver": "~0.4 || ^1.0.0",
1523
+        "webmozart/assert": "^1.0"
1524
+      },
1525
+      "require-dev": {
1526
+        "doctrine/instantiator": "^1.0.5",
1527
+        "mockery/mockery": "^1.0",
1528
+        "phpunit/phpunit": "^6.4"
1529
+      },
1530
+      "type": "library",
1531
+      "extra": {
1532
+        "branch-alias": {
1533
+          "dev-master": "4.x-dev"
1534
+        }
1535
+      },
1536
+      "autoload": {
1537
+        "psr-4": {
1538
+          "phpDocumentor\\Reflection\\": [
1539
+            "src/"
1540
+          ]
1541
+        }
1542
+      },
1543
+      "notification-url": "https://packagist.org/downloads/",
1544
+      "license": [
1545
+        "MIT"
1546
+      ],
1547
+      "authors": [
1548
+        {
1549
+          "name": "Mike van Riel",
1550
+          "email": "me@mikevanriel.com"
1551
+        }
1552
+      ],
1553
+      "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1554
+      "time": "2019-09-12T14:27:41+00:00"
1555
+    },
1556
+    {
1557
+      "name": "phpdocumentor/type-resolver",
1558
+      "version": "1.0.1",
1559
+      "source": {
1560
+        "type": "git",
1561
+        "url": "https://github.com/phpDocumentor/TypeResolver.git",
1562
+        "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
1563
+      },
1564
+      "dist": {
1565
+        "type": "zip",
1566
+        "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
1567
+        "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
1568
+        "shasum": ""
1569
+      },
1570
+      "require": {
1571
+        "php": "^7.1",
1572
+        "phpdocumentor/reflection-common": "^2.0"
1573
+      },
1574
+      "require-dev": {
1575
+        "ext-tokenizer": "^7.1",
1576
+        "mockery/mockery": "~1",
1577
+        "phpunit/phpunit": "^7.0"
1578
+      },
1579
+      "type": "library",
1580
+      "extra": {
1581
+        "branch-alias": {
1582
+          "dev-master": "1.x-dev"
1583
+        }
1584
+      },
1585
+      "autoload": {
1586
+        "psr-4": {
1587
+          "phpDocumentor\\Reflection\\": "src"
1588
+        }
1589
+      },
1590
+      "notification-url": "https://packagist.org/downloads/",
1591
+      "license": [
1592
+        "MIT"
1593
+      ],
1594
+      "authors": [
1595
+        {
1596
+          "name": "Mike van Riel",
1597
+          "email": "me@mikevanriel.com"
1598
+        }
1599
+      ],
1600
+      "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
1601
+      "time": "2019-08-22T18:11:29+00:00"
1602
+    },
1603
+    {
1604
+      "name": "psr/cache",
1605
+      "version": "1.0.1",
1606
+      "source": {
1607
+        "type": "git",
1608
+        "url": "https://github.com/php-fig/cache.git",
1609
+        "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
1610
+      },
1611
+      "dist": {
1612
+        "type": "zip",
1613
+        "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
1614
+        "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
1615
+        "shasum": ""
1616
+      },
1617
+      "require": {
1618
+        "php": ">=5.3.0"
1619
+      },
1620
+      "type": "library",
1621
+      "extra": {
1622
+        "branch-alias": {
1623
+          "dev-master": "1.0.x-dev"
1624
+        }
1625
+      },
1626
+      "autoload": {
1627
+        "psr-4": {
1628
+          "Psr\\Cache\\": "src/"
1629
+        }
1630
+      },
1631
+      "notification-url": "https://packagist.org/downloads/",
1632
+      "license": [
1633
+        "MIT"
1634
+      ],
1635
+      "authors": [
1636
+        {
1637
+          "name": "PHP-FIG",
1638
+          "homepage": "http://www.php-fig.org/"
1639
+        }
1640
+      ],
1641
+      "description": "Common interface for caching libraries",
1642
+      "keywords": [
1643
+        "cache",
1644
+        "psr",
1645
+        "psr-6"
1646
+      ],
1647
+      "time": "2016-08-06T20:24:11+00:00"
1648
+    },
1649
+    {
1650
+      "name": "psr/container",
1651
+      "version": "1.0.0",
1652
+      "source": {
1653
+        "type": "git",
1654
+        "url": "https://github.com/php-fig/container.git",
1655
+        "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1656
+      },
1657
+      "dist": {
1658
+        "type": "zip",
1659
+        "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1660
+        "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1661
+        "shasum": ""
1662
+      },
1663
+      "require": {
1664
+        "php": ">=5.3.0"
1665
+      },
1666
+      "type": "library",
1667
+      "extra": {
1668
+        "branch-alias": {
1669
+          "dev-master": "1.0.x-dev"
1670
+        }
1671
+      },
1672
+      "autoload": {
1673
+        "psr-4": {
1674
+          "Psr\\Container\\": "src/"
1675
+        }
1676
+      },
1677
+      "notification-url": "https://packagist.org/downloads/",
1678
+      "license": [
1679
+        "MIT"
1680
+      ],
1681
+      "authors": [
1682
+        {
1683
+          "name": "PHP-FIG",
1684
+          "homepage": "http://www.php-fig.org/"
1685
+        }
1686
+      ],
1687
+      "description": "Common Container Interface (PHP FIG PSR-11)",
1688
+      "homepage": "https://github.com/php-fig/container",
1689
+      "keywords": [
1690
+        "PSR-11",
1691
+        "container",
1692
+        "container-interface",
1693
+        "container-interop",
1694
+        "psr"
1695
+      ],
1696
+      "time": "2017-02-14T16:28:37+00:00"
1697
+    },
1698
+    {
1699
+      "name": "psr/event-dispatcher",
1700
+      "version": "1.0.0",
1701
+      "source": {
1702
+        "type": "git",
1703
+        "url": "https://github.com/php-fig/event-dispatcher.git",
1704
+        "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
1705
+      },
1706
+      "dist": {
1707
+        "type": "zip",
1708
+        "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
1709
+        "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
1710
+        "shasum": ""
1711
+      },
1712
+      "require": {
1713
+        "php": ">=7.2.0"
1714
+      },
1715
+      "type": "library",
1716
+      "extra": {
1717
+        "branch-alias": {
1718
+          "dev-master": "1.0.x-dev"
1719
+        }
1720
+      },
1721
+      "autoload": {
1722
+        "psr-4": {
1723
+          "Psr\\EventDispatcher\\": "src/"
1724
+        }
1725
+      },
1726
+      "notification-url": "https://packagist.org/downloads/",
1727
+      "license": [
1728
+        "MIT"
1729
+      ],
1730
+      "authors": [
1731
+        {
1732
+          "name": "PHP-FIG",
1733
+          "homepage": "http://www.php-fig.org/"
1734
+        }
1735
+      ],
1736
+      "description": "Standard interfaces for event handling.",
1737
+      "keywords": [
1738
+        "events",
1739
+        "psr",
1740
+        "psr-14"
1741
+      ],
1742
+      "time": "2019-01-08T18:20:26+00:00"
1743
+    },
1744
+    {
1745
+      "name": "psr/link",
1746
+      "version": "1.0.0",
1747
+      "source": {
1748
+        "type": "git",
1749
+        "url": "https://github.com/php-fig/link.git",
1750
+        "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
1751
+      },
1752
+      "dist": {
1753
+        "type": "zip",
1754
+        "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
1755
+        "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
1756
+        "shasum": ""
1757
+      },
1758
+      "require": {
1759
+        "php": ">=5.3.0"
1760
+      },
1761
+      "type": "library",
1762
+      "extra": {
1763
+        "branch-alias": {
1764
+          "dev-master": "1.0.x-dev"
1765
+        }
1766
+      },
1767
+      "autoload": {
1768
+        "psr-4": {
1769
+          "Psr\\Link\\": "src/"
1770
+        }
1771
+      },
1772
+      "notification-url": "https://packagist.org/downloads/",
1773
+      "license": [
1774
+        "MIT"
1775
+      ],
1776
+      "authors": [
1777
+        {
1778
+          "name": "PHP-FIG",
1779
+          "homepage": "http://www.php-fig.org/"
1780
+        }
1781
+      ],
1782
+      "description": "Common interfaces for HTTP links",
1783
+      "keywords": [
1784
+        "http",
1785
+        "http-link",
1786
+        "link",
1787
+        "psr",
1788
+        "psr-13",
1789
+        "rest"
1790
+      ],
1791
+      "time": "2016-10-28T16:06:13+00:00"
1792
+    },
1793
+    {
1794
+      "name": "psr/log",
1795
+      "version": "1.1.2",
1796
+      "source": {
1797
+        "type": "git",
1798
+        "url": "https://github.com/php-fig/log.git",
1799
+        "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
1800
+      },
1801
+      "dist": {
1802
+        "type": "zip",
1803
+        "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
1804
+        "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
1805
+        "shasum": ""
1806
+      },
1807
+      "require": {
1808
+        "php": ">=5.3.0"
1809
+      },
1810
+      "type": "library",
1811
+      "extra": {
1812
+        "branch-alias": {
1813
+          "dev-master": "1.1.x-dev"
1814
+        }
1815
+      },
1816
+      "autoload": {
1817
+        "psr-4": {
1818
+          "Psr\\Log\\": "Psr/Log/"
1819
+        }
1820
+      },
1821
+      "notification-url": "https://packagist.org/downloads/",
1822
+      "license": [
1823
+        "MIT"
1824
+      ],
1825
+      "authors": [
1826
+        {
1827
+          "name": "PHP-FIG",
1828
+          "homepage": "http://www.php-fig.org/"
1829
+        }
1830
+      ],
1831
+      "description": "Common interface for logging libraries",
1832
+      "homepage": "https://github.com/php-fig/log",
1833
+      "keywords": [
1834
+        "log",
1835
+        "psr",
1836
+        "psr-3"
1837
+      ],
1838
+      "time": "2019-11-01T11:05:21+00:00"
1839
+    },
1840
+    {
1841
+      "name": "sensio/framework-extra-bundle",
1842
+      "version": "v5.5.1",
1843
+      "source": {
1844
+        "type": "git",
1845
+        "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
1846
+        "reference": "dfc2c4df9f7d465a65c770e9feb578fe071636f7"
1847
+      },
1848
+      "dist": {
1849
+        "type": "zip",
1850
+        "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/dfc2c4df9f7d465a65c770e9feb578fe071636f7",
1851
+        "reference": "dfc2c4df9f7d465a65c770e9feb578fe071636f7",
1852
+        "shasum": ""
1853
+      },
1854
+      "require": {
1855
+        "doctrine/annotations": "^1.0",
1856
+        "php": ">=7.1.3",
1857
+        "symfony/config": "^4.3|^5.0",
1858
+        "symfony/dependency-injection": "^4.3|^5.0",
1859
+        "symfony/framework-bundle": "^4.3|^5.0",
1860
+        "symfony/http-kernel": "^4.3|^5.0"
1861
+      },
1862
+      "conflict": {
1863
+        "doctrine/doctrine-cache-bundle": "<1.3.1"
1864
+      },
1865
+      "require-dev": {
1866
+        "doctrine/doctrine-bundle": "^1.11|^2.0",
1867
+        "doctrine/orm": "^2.5",
1868
+        "nyholm/psr7": "^1.1",
1869
+        "symfony/browser-kit": "^4.3|^5.0",
1870
+        "symfony/dom-crawler": "^4.3|^5.0",
1871
+        "symfony/expression-language": "^4.3|^5.0",
1872
+        "symfony/finder": "^4.3|^5.0",
1873
+        "symfony/monolog-bridge": "^4.0|^5.0",
1874
+        "symfony/monolog-bundle": "^3.2",
1875
+        "symfony/phpunit-bridge": "^4.3.5|^5.0",
1876
+        "symfony/psr-http-message-bridge": "^1.1",
1877
+        "symfony/security-bundle": "^4.3|^5.0",
1878
+        "symfony/twig-bundle": "^4.3|^5.0",
1879
+        "symfony/yaml": "^4.3|^5.0",
1880
+        "twig/twig": "^1.34|^2.4|^3.0"
1881
+      },
1882
+      "suggest": {
1883
+        "symfony/expression-language": "",
1884
+        "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
1885
+        "symfony/security-bundle": ""
1886
+      },
1887
+      "type": "symfony-bundle",
1888
+      "extra": {
1889
+        "branch-alias": {
1890
+          "dev-master": "5.5.x-dev"
1891
+        }
1892
+      },
1893
+      "autoload": {
1894
+        "psr-4": {
1895
+          "Sensio\\Bundle\\FrameworkExtraBundle\\": "src/"
1896
+        },
1897
+        "exclude-from-classmap": [
1898
+          "/tests/"
1899
+        ]
1900
+      },
1901
+      "notification-url": "https://packagist.org/downloads/",
1902
+      "license": [
1903
+        "MIT"
1904
+      ],
1905
+      "authors": [
1906
+        {
1907
+          "name": "Fabien Potencier",
1908
+          "email": "fabien@symfony.com"
1909
+        }
1910
+      ],
1911
+      "description": "This bundle provides a way to configure your controllers with annotations",
1912
+      "keywords": [
1913
+        "annotations",
1914
+        "controllers"
1915
+      ],
1916
+      "time": "2019-10-16T18:54:45+00:00"
1917
+    },
1918
+    {
1919
+      "name": "symfony/asset",
1920
+      "version": "v5.0.0",
1921
+      "source": {
1922
+        "type": "git",
1923
+        "url": "https://github.com/symfony/asset.git",
1924
+        "reference": "6b66969b9f5cd53c1ce69bdc651aa962f211b6b6"
1925
+      },
1926
+      "dist": {
1927
+        "type": "zip",
1928
+        "url": "https://api.github.com/repos/symfony/asset/zipball/6b66969b9f5cd53c1ce69bdc651aa962f211b6b6",
1929
+        "reference": "6b66969b9f5cd53c1ce69bdc651aa962f211b6b6",
1930
+        "shasum": ""
1931
+      },
1932
+      "require": {
1933
+        "php": "^7.2.5"
1934
+      },
1935
+      "require-dev": {
1936
+        "symfony/http-foundation": "^4.4|^5.0",
1937
+        "symfony/http-kernel": "^4.4|^5.0"
1938
+      },
1939
+      "suggest": {
1940
+        "symfony/http-foundation": ""
1941
+      },
1942
+      "type": "library",
1943
+      "extra": {
1944
+        "branch-alias": {
1945
+          "dev-master": "5.0-dev"
1946
+        }
1947
+      },
1948
+      "autoload": {
1949
+        "psr-4": {
1950
+          "Symfony\\Component\\Asset\\": ""
1951
+        },
1952
+        "exclude-from-classmap": [
1953
+          "/Tests/"
1954
+        ]
1955
+      },
1956
+      "notification-url": "https://packagist.org/downloads/",
1957
+      "license": [
1958
+        "MIT"
1959
+      ],
1960
+      "authors": [
1961
+        {
1962
+          "name": "Fabien Potencier",
1963
+          "email": "fabien@symfony.com"
1964
+        },
1965
+        {
1966
+          "name": "Symfony Community",
1967
+          "homepage": "https://symfony.com/contributors"
1968
+        }
1969
+      ],
1970
+      "description": "Symfony Asset Component",
1971
+      "homepage": "https://symfony.com",
1972
+      "time": "2019-11-18T17:27:11+00:00"
1973
+    },
1974
+    {
1975
+      "name": "symfony/cache",
1976
+      "version": "v5.0.0",
1977
+      "source": {
1978
+        "type": "git",
1979
+        "url": "https://github.com/symfony/cache.git",
1980
+        "reference": "32bd1f9be1684bba768a6834037706cf0950843c"
1981
+      },
1982
+      "dist": {
1983
+        "type": "zip",
1984
+        "url": "https://api.github.com/repos/symfony/cache/zipball/32bd1f9be1684bba768a6834037706cf0950843c",
1985
+        "reference": "32bd1f9be1684bba768a6834037706cf0950843c",
1986
+        "shasum": ""
1987
+      },
1988
+      "require": {
1989
+        "php": "^7.2.5",
1990
+        "psr/cache": "~1.0",
1991
+        "psr/log": "~1.0",
1992
+        "symfony/cache-contracts": "^1.1.7|^2",
1993
+        "symfony/service-contracts": "^1.1|^2",
1994
+        "symfony/var-exporter": "^4.4|^5.0"
1995
+      },
1996
+      "conflict": {
1997
+        "doctrine/dbal": "<2.5",
1998
+        "symfony/dependency-injection": "<4.4",
1999
+        "symfony/http-kernel": "<4.4",
2000
+        "symfony/var-dumper": "<4.4"
2001
+      },
2002
+      "provide": {
2003
+        "psr/cache-implementation": "1.0",
2004
+        "psr/simple-cache-implementation": "1.0",
2005
+        "symfony/cache-implementation": "1.0"
2006
+      },
2007
+      "require-dev": {
2008
+        "cache/integration-tests": "dev-master",
2009
+        "doctrine/cache": "~1.6",
2010
+        "doctrine/dbal": "~2.5",
2011
+        "predis/predis": "~1.1",
2012
+        "psr/simple-cache": "^1.0",
2013
+        "symfony/config": "^4.4|^5.0",
2014
+        "symfony/dependency-injection": "^4.4|^5.0",
2015
+        "symfony/var-dumper": "^4.4|^5.0"
2016
+      },
2017
+      "type": "library",
2018
+      "extra": {
2019
+        "branch-alias": {
2020
+          "dev-master": "5.0-dev"
2021
+        }
2022
+      },
2023
+      "autoload": {
2024
+        "psr-4": {
2025
+          "Symfony\\Component\\Cache\\": ""
2026
+        },
2027
+        "exclude-from-classmap": [
2028
+          "/Tests/"
2029
+        ]
2030
+      },
2031
+      "notification-url": "https://packagist.org/downloads/",
2032
+      "license": [
2033
+        "MIT"
2034
+      ],
2035
+      "authors": [
2036
+        {
2037
+          "name": "Nicolas Grekas",
2038
+          "email": "p@tchwork.com"
2039
+        },
2040
+        {
2041
+          "name": "Symfony Community",
2042
+          "homepage": "https://symfony.com/contributors"
2043
+        }
2044
+      ],
2045
+      "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
2046
+      "homepage": "https://symfony.com",
2047
+      "keywords": [
2048
+        "caching",
2049
+        "psr6"
2050
+      ],
2051
+      "time": "2019-11-18T17:27:11+00:00"
2052
+    },
2053
+    {
2054
+      "name": "symfony/cache-contracts",
2055
+      "version": "v2.0.0",
2056
+      "source": {
2057
+        "type": "git",
2058
+        "url": "https://github.com/symfony/cache-contracts.git",
2059
+        "reference": "a91281de82119a7a07481b892f709d88da592cd3"
2060
+      },
2061
+      "dist": {
2062
+        "type": "zip",
2063
+        "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/a91281de82119a7a07481b892f709d88da592cd3",
2064
+        "reference": "a91281de82119a7a07481b892f709d88da592cd3",
2065
+        "shasum": ""
2066
+      },
2067
+      "require": {
2068
+        "php": "^7.2.9",
2069
+        "psr/cache": "^1.0"
2070
+      },
2071
+      "suggest": {
2072
+        "symfony/cache-implementation": ""
2073
+      },
2074
+      "type": "library",
2075
+      "extra": {
2076
+        "branch-alias": {
2077
+          "dev-master": "2.0-dev"
2078
+        }
2079
+      },
2080
+      "autoload": {
2081
+        "psr-4": {
2082
+          "Symfony\\Contracts\\Cache\\": ""
2083
+        }
2084
+      },
2085
+      "notification-url": "https://packagist.org/downloads/",
2086
+      "license": [
2087
+        "MIT"
2088
+      ],
2089
+      "authors": [
2090
+        {
2091
+          "name": "Nicolas Grekas",
2092
+          "email": "p@tchwork.com"
2093
+        },
2094
+        {
2095
+          "name": "Symfony Community",
2096
+          "homepage": "https://symfony.com/contributors"
2097
+        }
2098
+      ],
2099
+      "description": "Generic abstractions related to caching",
2100
+      "homepage": "https://symfony.com",
2101
+      "keywords": [
2102
+        "abstractions",
2103
+        "contracts",
2104
+        "decoupling",
2105
+        "interfaces",
2106
+        "interoperability",
2107
+        "standards"
2108
+      ],
2109
+      "time": "2019-11-09T09:18:34+00:00"
2110
+    },
2111
+    {
2112
+      "name": "symfony/config",
2113
+      "version": "v5.0.0",
2114
+      "source": {
2115
+        "type": "git",
2116
+        "url": "https://github.com/symfony/config.git",
2117
+        "reference": "10cb9692805d2152fe2ecb3af018c188c712bba8"
2118
+      },
2119
+      "dist": {
2120
+        "type": "zip",
2121
+        "url": "https://api.github.com/repos/symfony/config/zipball/10cb9692805d2152fe2ecb3af018c188c712bba8",
2122
+        "reference": "10cb9692805d2152fe2ecb3af018c188c712bba8",
2123
+        "shasum": ""
2124
+      },
2125
+      "require": {
2126
+        "php": "^7.2.5",
2127
+        "symfony/filesystem": "^4.4|^5.0",
2128
+        "symfony/polyfill-ctype": "~1.8"
2129
+      },
2130
+      "conflict": {
2131
+        "symfony/finder": "<4.4"
2132
+      },
2133
+      "require-dev": {
2134
+        "symfony/event-dispatcher": "^4.4|^5.0",
2135
+        "symfony/finder": "^4.4|^5.0",
2136
+        "symfony/messenger": "^4.4|^5.0",
2137
+        "symfony/service-contracts": "^1.1|^2",
2138
+        "symfony/yaml": "^4.4|^5.0"
2139
+      },
2140
+      "suggest": {
2141
+        "symfony/yaml": "To use the yaml reference dumper"
2142
+      },
2143
+      "type": "library",
2144
+      "extra": {
2145
+        "branch-alias": {
2146
+          "dev-master": "5.0-dev"
2147
+        }
2148
+      },
2149
+      "autoload": {
2150
+        "psr-4": {
2151
+          "Symfony\\Component\\Config\\": ""
2152
+        },
2153
+        "exclude-from-classmap": [
2154
+          "/Tests/"
2155
+        ]
2156
+      },
2157
+      "notification-url": "https://packagist.org/downloads/",
2158
+      "license": [
2159
+        "MIT"
2160
+      ],
2161
+      "authors": [
2162
+        {
2163
+          "name": "Fabien Potencier",
2164
+          "email": "fabien@symfony.com"
2165
+        },
2166
+        {
2167
+          "name": "Symfony Community",
2168
+          "homepage": "https://symfony.com/contributors"
2169
+        }
2170
+      ],
2171
+      "description": "Symfony Config Component",
2172
+      "homepage": "https://symfony.com",
2173
+      "time": "2019-11-18T17:27:11+00:00"
2174
+    },
2175
+    {
2176
+      "name": "symfony/console",
2177
+      "version": "v5.0.0",
2178
+      "source": {
2179
+        "type": "git",
2180
+        "url": "https://github.com/symfony/console.git",
2181
+        "reference": "1ece22ce0c2d54572dafcd114cc08c0031cc0ac3"
2182
+      },
2183
+      "dist": {
2184
+        "type": "zip",
2185
+        "url": "https://api.github.com/repos/symfony/console/zipball/1ece22ce0c2d54572dafcd114cc08c0031cc0ac3",
2186
+        "reference": "1ece22ce0c2d54572dafcd114cc08c0031cc0ac3",
2187
+        "shasum": ""
2188
+      },
2189
+      "require": {
2190
+        "php": "^7.2.5",
2191
+        "symfony/polyfill-mbstring": "~1.0",
2192
+        "symfony/polyfill-php73": "^1.8",
2193
+        "symfony/service-contracts": "^1.1|^2"
2194
+      },
2195
+      "conflict": {
2196
+        "symfony/dependency-injection": "<4.4",
2197
+        "symfony/event-dispatcher": "<4.4",
2198
+        "symfony/lock": "<4.4",
2199
+        "symfony/process": "<4.4"
2200
+      },
2201
+      "provide": {
2202
+        "psr/log-implementation": "1.0"
2203
+      },
2204
+      "require-dev": {
2205
+        "psr/log": "~1.0",
2206
+        "symfony/config": "^4.4|^5.0",
2207
+        "symfony/dependency-injection": "^4.4|^5.0",
2208
+        "symfony/event-dispatcher": "^4.4|^5.0",
2209
+        "symfony/lock": "^4.4|^5.0",
2210
+        "symfony/process": "^4.4|^5.0",
2211
+        "symfony/var-dumper": "^4.4|^5.0"
2212
+      },
2213
+      "suggest": {
2214
+        "psr/log": "For using the console logger",
2215
+        "symfony/event-dispatcher": "",
2216
+        "symfony/lock": "",
2217
+        "symfony/process": ""
2218
+      },
2219
+      "type": "library",
2220
+      "extra": {
2221
+        "branch-alias": {
2222
+          "dev-master": "5.0-dev"
2223
+        }
2224
+      },
2225
+      "autoload": {
2226
+        "psr-4": {
2227
+          "Symfony\\Component\\Console\\": ""
2228
+        },
2229
+        "exclude-from-classmap": [
2230
+          "/Tests/"
2231
+        ]
2232
+      },
2233
+      "notification-url": "https://packagist.org/downloads/",
2234
+      "license": [
2235
+        "MIT"
2236
+      ],
2237
+      "authors": [
2238
+        {
2239
+          "name": "Fabien Potencier",
2240
+          "email": "fabien@symfony.com"
2241
+        },
2242
+        {
2243
+          "name": "Symfony Community",
2244
+          "homepage": "https://symfony.com/contributors"
2245
+        }
2246
+      ],
2247
+      "description": "Symfony Console Component",
2248
+      "homepage": "https://symfony.com",
2249
+      "time": "2019-11-18T17:27:11+00:00"
2250
+    },
2251
+    {
2252
+      "name": "symfony/dependency-injection",
2253
+      "version": "v5.0.0",
2254
+      "source": {
2255
+        "type": "git",
2256
+        "url": "https://github.com/symfony/dependency-injection.git",
2257
+        "reference": "cdaee34c7de6d25bd7dd9712661eedda728d5e62"
2258
+      },
2259
+      "dist": {
2260
+        "type": "zip",
2261
+        "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/cdaee34c7de6d25bd7dd9712661eedda728d5e62",
2262
+        "reference": "cdaee34c7de6d25bd7dd9712661eedda728d5e62",
2263
+        "shasum": ""
2264
+      },
2265
+      "require": {
2266
+        "php": "^7.2.5",
2267
+        "psr/container": "^1.0",
2268
+        "symfony/service-contracts": "^1.1.6|^2"
2269
+      },
2270
+      "conflict": {
2271
+        "symfony/config": "<5.0",
2272
+        "symfony/finder": "<4.4",
2273
+        "symfony/proxy-manager-bridge": "<4.4",
2274
+        "symfony/yaml": "<4.4"
2275
+      },
2276
+      "provide": {
2277
+        "psr/container-implementation": "1.0",
2278
+        "symfony/service-implementation": "1.0"
2279
+      },
2280
+      "require-dev": {
2281
+        "symfony/config": "^5.0",
2282
+        "symfony/expression-language": "^4.4|^5.0",
2283
+        "symfony/yaml": "^4.4|^5.0"
2284
+      },
2285
+      "suggest": {
2286
+        "symfony/config": "",
2287
+        "symfony/expression-language": "For using expressions in service container configuration",
2288
+        "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
2289
+        "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
2290
+        "symfony/yaml": ""
2291
+      },
2292
+      "type": "library",
2293
+      "extra": {
2294
+        "branch-alias": {
2295
+          "dev-master": "5.0-dev"
2296
+        }
2297
+      },
2298
+      "autoload": {
2299
+        "psr-4": {
2300
+          "Symfony\\Component\\DependencyInjection\\": ""
2301
+        },
2302
+        "exclude-from-classmap": [
2303
+          "/Tests/"
2304
+        ]
2305
+      },
2306
+      "notification-url": "https://packagist.org/downloads/",
2307
+      "license": [
2308
+        "MIT"
2309
+      ],
2310
+      "authors": [
2311
+        {
2312
+          "name": "Fabien Potencier",
2313
+          "email": "fabien@symfony.com"
2314
+        },
2315
+        {
2316
+          "name": "Symfony Community",
2317
+          "homepage": "https://symfony.com/contributors"
2318
+        }
2319
+      ],
2320
+      "description": "Symfony DependencyInjection Component",
2321
+      "homepage": "https://symfony.com",
2322
+      "time": "2019-11-21T07:02:40+00:00"
2323
+    },
2324
+    {
2325
+      "name": "symfony/doctrine-bridge",
2326
+      "version": "v5.0.0",
2327
+      "source": {
2328
+        "type": "git",
2329
+        "url": "https://github.com/symfony/doctrine-bridge.git",
2330
+        "reference": "2955f048c9eff305ef4ef6f132ae831e72aa263c"
2331
+      },
2332
+      "dist": {
2333
+        "type": "zip",
2334
+        "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/2955f048c9eff305ef4ef6f132ae831e72aa263c",
2335
+        "reference": "2955f048c9eff305ef4ef6f132ae831e72aa263c",
2336
+        "shasum": ""
2337
+      },
2338
+      "require": {
2339
+        "doctrine/event-manager": "~1.0",
2340
+        "doctrine/persistence": "~1.0",
2341
+        "php": "^7.2.5",
2342
+        "symfony/polyfill-ctype": "~1.8",
2343
+        "symfony/polyfill-mbstring": "~1.0",
2344
+        "symfony/service-contracts": "^1.1|^2"
2345
+      },
2346
+      "conflict": {
2347
+        "phpunit/phpunit": "<5.4.3",
2348
+        "symfony/dependency-injection": "<4.4",
2349
+        "symfony/form": "<5",
2350
+        "symfony/http-kernel": "<5",
2351
+        "symfony/messenger": "<4.4",
2352
+        "symfony/property-info": "<5",
2353
+        "symfony/security-bundle": "<5",
2354
+        "symfony/security-core": "<5",
2355
+        "symfony/validator": "<5"
2356
+      },
2357
+      "require-dev": {
2358
+        "doctrine/annotations": "~1.7",
2359
+        "doctrine/cache": "~1.6",
2360
+        "doctrine/collections": "~1.0",
2361
+        "doctrine/data-fixtures": "1.0.*",
2362
+        "doctrine/dbal": "~2.4",
2363
+        "doctrine/orm": "^2.6.3",
2364
+        "doctrine/reflection": "~1.0",
2365
+        "symfony/config": "^4.4|^5.0",
2366
+        "symfony/dependency-injection": "^4.4|^5.0",
2367
+        "symfony/expression-language": "^4.4|^5.0",
2368
+        "symfony/form": "^5.0",
2369
+        "symfony/http-kernel": "^5.0",
2370
+        "symfony/messenger": "^4.4|^5.0",
2371
+        "symfony/property-access": "^4.4|^5.0",
2372
+        "symfony/property-info": "^5.0",
2373
+        "symfony/proxy-manager-bridge": "^4.4|^5.0",
2374
+        "symfony/security-core": "^5.0",
2375
+        "symfony/stopwatch": "^4.4|^5.0",
2376
+        "symfony/translation": "^4.4|^5.0",
2377
+        "symfony/validator": "^5.0",
2378
+        "symfony/var-dumper": "^4.4|^5.0"
2379
+      },
2380
+      "suggest": {
2381
+        "doctrine/data-fixtures": "",
2382
+        "doctrine/dbal": "",
2383
+        "doctrine/orm": "",
2384
+        "symfony/form": "",
2385
+        "symfony/property-info": "",
2386
+        "symfony/validator": ""
2387
+      },
2388
+      "type": "symfony-bridge",
2389
+      "extra": {
2390
+        "branch-alias": {
2391
+          "dev-master": "5.0-dev"
2392
+        }
2393
+      },
2394
+      "autoload": {
2395
+        "psr-4": {
2396
+          "Symfony\\Bridge\\Doctrine\\": ""
2397
+        },
2398
+        "exclude-from-classmap": [
2399
+          "/Tests/"
2400
+        ]
2401
+      },
2402
+      "notification-url": "https://packagist.org/downloads/",
2403
+      "license": [
2404
+        "MIT"
2405
+      ],
2406
+      "authors": [
2407
+        {
2408
+          "name": "Fabien Potencier",
2409
+          "email": "fabien@symfony.com"
2410
+        },
2411
+        {
2412
+          "name": "Symfony Community",
2413
+          "homepage": "https://symfony.com/contributors"
2414
+        }
2415
+      ],
2416
+      "description": "Symfony Doctrine Bridge",
2417
+      "homepage": "https://symfony.com",
2418
+      "time": "2019-11-18T17:27:11+00:00"
2419
+    },
2420
+    {
2421
+      "name": "symfony/dotenv",
2422
+      "version": "v5.0.0",
2423
+      "source": {
2424
+        "type": "git",
2425
+        "url": "https://github.com/symfony/dotenv.git",
2426
+        "reference": "f792c081821f9e20d42f07a15146ce7c7f57d66f"
2427
+      },
2428
+      "dist": {
2429
+        "type": "zip",
2430
+        "url": "https://api.github.com/repos/symfony/dotenv/zipball/f792c081821f9e20d42f07a15146ce7c7f57d66f",
2431
+        "reference": "f792c081821f9e20d42f07a15146ce7c7f57d66f",
2432
+        "shasum": ""
2433
+      },
2434
+      "require": {
2435
+        "php": "^7.2.5"
2436
+      },
2437
+      "require-dev": {
2438
+        "symfony/process": "^4.4|^5.0"
2439
+      },
2440
+      "type": "library",
2441
+      "extra": {
2442
+        "branch-alias": {
2443
+          "dev-master": "5.0-dev"
2444
+        }
2445
+      },
2446
+      "autoload": {
2447
+        "psr-4": {
2448
+          "Symfony\\Component\\Dotenv\\": ""
2449
+        },
2450
+        "exclude-from-classmap": [
2451
+          "/Tests/"
2452
+        ]
2453
+      },
2454
+      "notification-url": "https://packagist.org/downloads/",
2455
+      "license": [
2456
+        "MIT"
2457
+      ],
2458
+      "authors": [
2459
+        {
2460
+          "name": "Fabien Potencier",
2461
+          "email": "fabien@symfony.com"
2462
+        },
2463
+        {
2464
+          "name": "Symfony Community",
2465
+          "homepage": "https://symfony.com/contributors"
2466
+        }
2467
+      ],
2468
+      "description": "Registers environment variables from a .env file",
2469
+      "homepage": "https://symfony.com",
2470
+      "keywords": [
2471
+        "dotenv",
2472
+        "env",
2473
+        "environment"
2474
+      ],
2475
+      "time": "2019-11-18T17:27:11+00:00"
2476
+    },
2477
+    {
2478
+      "name": "symfony/error-handler",
2479
+      "version": "v5.0.0",
2480
+      "source": {
2481
+        "type": "git",
2482
+        "url": "https://github.com/symfony/error-handler.git",
2483
+        "reference": "9452dec78d725ebbd8188ff5b46275627e7d63e1"
2484
+      },
2485
+      "dist": {
2486
+        "type": "zip",
2487
+        "url": "https://api.github.com/repos/symfony/error-handler/zipball/9452dec78d725ebbd8188ff5b46275627e7d63e1",
2488
+        "reference": "9452dec78d725ebbd8188ff5b46275627e7d63e1",
2489
+        "shasum": ""
2490
+      },
2491
+      "require": {
2492
+        "php": "^7.2.5",
2493
+        "psr/log": "^1.0",
2494
+        "symfony/var-dumper": "^4.4|^5.0"
2495
+      },
2496
+      "require-dev": {
2497
+        "symfony/http-kernel": "^4.4|^5.0",
2498
+        "symfony/serializer": "^4.4|^5.0"
2499
+      },
2500
+      "type": "library",
2501
+      "extra": {
2502
+        "branch-alias": {
2503
+          "dev-master": "5.0-dev"
2504
+        }
2505
+      },
2506
+      "autoload": {
2507
+        "psr-4": {
2508
+          "Symfony\\Component\\ErrorHandler\\": ""
2509
+        },
2510
+        "exclude-from-classmap": [
2511
+          "/Tests/"
2512
+        ]
2513
+      },
2514
+      "notification-url": "https://packagist.org/downloads/",
2515
+      "license": [
2516
+        "MIT"
2517
+      ],
2518
+      "authors": [
2519
+        {
2520
+          "name": "Fabien Potencier",
2521
+          "email": "fabien@symfony.com"
2522
+        },
2523
+        {
2524
+          "name": "Symfony Community",
2525
+          "homepage": "https://symfony.com/contributors"
2526
+        }
2527
+      ],
2528
+      "description": "Symfony ErrorHandler Component",
2529
+      "homepage": "https://symfony.com",
2530
+      "time": "2019-11-18T17:27:11+00:00"
2531
+    },
2532
+    {
2533
+      "name": "symfony/event-dispatcher",
2534
+      "version": "v5.0.0",
2535
+      "source": {
2536
+        "type": "git",
2537
+        "url": "https://github.com/symfony/event-dispatcher.git",
2538
+        "reference": "7b738a51645e10f864cc25c24d232fb03f37b475"
2539
+      },
2540
+      "dist": {
2541
+        "type": "zip",
2542
+        "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7b738a51645e10f864cc25c24d232fb03f37b475",
2543
+        "reference": "7b738a51645e10f864cc25c24d232fb03f37b475",
2544
+        "shasum": ""
2545
+      },
2546
+      "require": {
2547
+        "php": "^7.2.5",
2548
+        "symfony/event-dispatcher-contracts": "^2"
2549
+      },
2550
+      "conflict": {
2551
+        "symfony/dependency-injection": "<4.4"
2552
+      },
2553
+      "provide": {
2554
+        "psr/event-dispatcher-implementation": "1.0",
2555
+        "symfony/event-dispatcher-implementation": "2.0"
2556
+      },
2557
+      "require-dev": {
2558
+        "psr/log": "~1.0",
2559
+        "symfony/config": "^4.4|^5.0",
2560
+        "symfony/dependency-injection": "^4.4|^5.0",
2561
+        "symfony/expression-language": "^4.4|^5.0",
2562
+        "symfony/http-foundation": "^4.4|^5.0",
2563
+        "symfony/service-contracts": "^1.1|^2",
2564
+        "symfony/stopwatch": "^4.4|^5.0"
2565
+      },
2566
+      "suggest": {
2567
+        "symfony/dependency-injection": "",
2568
+        "symfony/http-kernel": ""
2569
+      },
2570
+      "type": "library",
2571
+      "extra": {
2572
+        "branch-alias": {
2573
+          "dev-master": "5.0-dev"
2574
+        }
2575
+      },
2576
+      "autoload": {
2577
+        "psr-4": {
2578
+          "Symfony\\Component\\EventDispatcher\\": ""
2579
+        },
2580
+        "exclude-from-classmap": [
2581
+          "/Tests/"
2582
+        ]
2583
+      },
2584
+      "notification-url": "https://packagist.org/downloads/",
2585
+      "license": [
2586
+        "MIT"
2587
+      ],
2588
+      "authors": [
2589
+        {
2590
+          "name": "Fabien Potencier",
2591
+          "email": "fabien@symfony.com"
2592
+        },
2593
+        {
2594
+          "name": "Symfony Community",
2595
+          "homepage": "https://symfony.com/contributors"
2596
+        }
2597
+      ],
2598
+      "description": "Symfony EventDispatcher Component",
2599
+      "homepage": "https://symfony.com",
2600
+      "time": "2019-11-18T17:27:11+00:00"
2601
+    },
2602
+    {
2603
+      "name": "symfony/event-dispatcher-contracts",
2604
+      "version": "v2.0.0",
2605
+      "source": {
2606
+        "type": "git",
2607
+        "url": "https://github.com/symfony/event-dispatcher-contracts.git",
2608
+        "reference": "bb09b1d8f8a35243195189ded0d41bdc798ac2fb"
2609
+      },
2610
+      "dist": {
2611
+        "type": "zip",
2612
+        "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/bb09b1d8f8a35243195189ded0d41bdc798ac2fb",
2613
+        "reference": "bb09b1d8f8a35243195189ded0d41bdc798ac2fb",
2614
+        "shasum": ""
2615
+      },
2616
+      "require": {
2617
+        "php": "^7.2.9",
2618
+        "psr/event-dispatcher": "^1"
2619
+      },
2620
+      "suggest": {
2621
+        "symfony/event-dispatcher-implementation": ""
2622
+      },
2623
+      "type": "library",
2624
+      "extra": {
2625
+        "branch-alias": {
2626
+          "dev-master": "2.0-dev"
2627
+        }
2628
+      },
2629
+      "autoload": {
2630
+        "psr-4": {
2631
+          "Symfony\\Contracts\\EventDispatcher\\": ""
2632
+        }
2633
+      },
2634
+      "notification-url": "https://packagist.org/downloads/",
2635
+      "license": [
2636
+        "MIT"
2637
+      ],
2638
+      "authors": [
2639
+        {
2640
+          "name": "Nicolas Grekas",
2641
+          "email": "p@tchwork.com"
2642
+        },
2643
+        {
2644
+          "name": "Symfony Community",
2645
+          "homepage": "https://symfony.com/contributors"
2646
+        }
2647
+      ],
2648
+      "description": "Generic abstractions related to dispatching event",
2649
+      "homepage": "https://symfony.com",
2650
+      "keywords": [
2651
+        "abstractions",
2652
+        "contracts",
2653
+        "decoupling",
2654
+        "interfaces",
2655
+        "interoperability",
2656
+        "standards"
2657
+      ],
2658
+      "time": "2019-11-09T09:18:34+00:00"
2659
+    },
2660
+    {
2661
+      "name": "symfony/expression-language",
2662
+      "version": "v5.0.0",
2663
+      "source": {
2664
+        "type": "git",
2665
+        "url": "https://github.com/symfony/expression-language.git",
2666
+        "reference": "121ece2d8c52777db0809525526ba9875f5a483a"
2667
+      },
2668
+      "dist": {
2669
+        "type": "zip",
2670
+        "url": "https://api.github.com/repos/symfony/expression-language/zipball/121ece2d8c52777db0809525526ba9875f5a483a",
2671
+        "reference": "121ece2d8c52777db0809525526ba9875f5a483a",
2672
+        "shasum": ""
2673
+      },
2674
+      "require": {
2675
+        "php": "^7.2.5",
2676
+        "symfony/cache": "^4.4|^5.0",
2677
+        "symfony/service-contracts": "^1.1|^2"
2678
+      },
2679
+      "type": "library",
2680
+      "extra": {
2681
+        "branch-alias": {
2682
+          "dev-master": "5.0-dev"
2683
+        }
2684
+      },
2685
+      "autoload": {
2686
+        "psr-4": {
2687
+          "Symfony\\Component\\ExpressionLanguage\\": ""
2688
+        },
2689
+        "exclude-from-classmap": [
2690
+          "/Tests/"
2691
+        ]
2692
+      },
2693
+      "notification-url": "https://packagist.org/downloads/",
2694
+      "license": [
2695
+        "MIT"
2696
+      ],
2697
+      "authors": [
2698
+        {
2699
+          "name": "Fabien Potencier",
2700
+          "email": "fabien@symfony.com"
2701
+        },
2702
+        {
2703
+          "name": "Symfony Community",
2704
+          "homepage": "https://symfony.com/contributors"
2705
+        }
2706
+      ],
2707
+      "description": "Symfony ExpressionLanguage Component",
2708
+      "homepage": "https://symfony.com",
2709
+      "time": "2019-11-18T17:27:11+00:00"
2710
+    },
2711
+    {
2712
+      "name": "symfony/filesystem",
2713
+      "version": "v5.0.0",
2714
+      "source": {
2715
+        "type": "git",
2716
+        "url": "https://github.com/symfony/filesystem.git",
2717
+        "reference": "0bf75c37a71ff41f718b14b9f5a0a7d6a7dd9b84"
2718
+      },
2719
+      "dist": {
2720
+        "type": "zip",
2721
+        "url": "https://api.github.com/repos/symfony/filesystem/zipball/0bf75c37a71ff41f718b14b9f5a0a7d6a7dd9b84",
2722
+        "reference": "0bf75c37a71ff41f718b14b9f5a0a7d6a7dd9b84",
2723
+        "shasum": ""
2724
+      },
2725
+      "require": {
2726
+        "php": "^7.2.5",
2727
+        "symfony/polyfill-ctype": "~1.8"
2728
+      },
2729
+      "type": "library",
2730
+      "extra": {
2731
+        "branch-alias": {
2732
+          "dev-master": "5.0-dev"
2733
+        }
2734
+      },
2735
+      "autoload": {
2736
+        "psr-4": {
2737
+          "Symfony\\Component\\Filesystem\\": ""
2738
+        },
2739
+        "exclude-from-classmap": [
2740
+          "/Tests/"
2741
+        ]
2742
+      },
2743
+      "notification-url": "https://packagist.org/downloads/",
2744
+      "license": [
2745
+        "MIT"
2746
+      ],
2747
+      "authors": [
2748
+        {
2749
+          "name": "Fabien Potencier",
2750
+          "email": "fabien@symfony.com"
2751
+        },
2752
+        {
2753
+          "name": "Symfony Community",
2754
+          "homepage": "https://symfony.com/contributors"
2755
+        }
2756
+      ],
2757
+      "description": "Symfony Filesystem Component",
2758
+      "homepage": "https://symfony.com",
2759
+      "time": "2019-11-18T17:27:11+00:00"
2760
+    },
2761
+    {
2762
+      "name": "symfony/finder",
2763
+      "version": "v5.0.0",
2764
+      "source": {
2765
+        "type": "git",
2766
+        "url": "https://github.com/symfony/finder.git",
2767
+        "reference": "17874dd8ab9a19422028ad56172fb294287a701b"
2768
+      },
2769
+      "dist": {
2770
+        "type": "zip",
2771
+        "url": "https://api.github.com/repos/symfony/finder/zipball/17874dd8ab9a19422028ad56172fb294287a701b",
2772
+        "reference": "17874dd8ab9a19422028ad56172fb294287a701b",
2773
+        "shasum": ""
2774
+      },
2775
+      "require": {
2776
+        "php": "^7.2.5"
2777
+      },
2778
+      "type": "library",
2779
+      "extra": {
2780
+        "branch-alias": {
2781
+          "dev-master": "5.0-dev"
2782
+        }
2783
+      },
2784
+      "autoload": {
2785
+        "psr-4": {
2786
+          "Symfony\\Component\\Finder\\": ""
2787
+        },
2788
+        "exclude-from-classmap": [
2789
+          "/Tests/"
2790
+        ]
2791
+      },
2792
+      "notification-url": "https://packagist.org/downloads/",
2793
+      "license": [
2794
+        "MIT"
2795
+      ],
2796
+      "authors": [
2797
+        {
2798
+          "name": "Fabien Potencier",
2799
+          "email": "fabien@symfony.com"
2800
+        },
2801
+        {
2802
+          "name": "Symfony Community",
2803
+          "homepage": "https://symfony.com/contributors"
2804
+        }
2805
+      ],
2806
+      "description": "Symfony Finder Component",
2807
+      "homepage": "https://symfony.com",
2808
+      "time": "2019-11-18T17:27:11+00:00"
2809
+    },
2810
+    {
2811
+      "name": "symfony/flex",
2812
+      "version": "v1.4.8",
2813
+      "source": {
2814
+        "type": "git",
2815
+        "url": "https://github.com/symfony/flex.git",
2816
+        "reference": "f5bfc79c1f5bed6b2bb4ca9e49a736c2abc03e8f"
2817
+      },
2818
+      "dist": {
2819
+        "type": "zip",
2820
+        "url": "https://api.github.com/repos/symfony/flex/zipball/f5bfc79c1f5bed6b2bb4ca9e49a736c2abc03e8f",
2821
+        "reference": "f5bfc79c1f5bed6b2bb4ca9e49a736c2abc03e8f",
2822
+        "shasum": ""
2823
+      },
2824
+      "require": {
2825
+        "composer-plugin-api": "^1.0",
2826
+        "php": "^7.0"
2827
+      },
2828
+      "require-dev": {
2829
+        "composer/composer": "^1.0.2",
2830
+        "symfony/dotenv": "^3.4|^4.0|^5.0",
2831
+        "symfony/phpunit-bridge": "^3.4.19|^4.1.8|^5.0",
2832
+        "symfony/process": "^2.7|^3.0|^4.0|^5.0"
2833
+      },
2834
+      "type": "composer-plugin",
2835
+      "extra": {
2836
+        "branch-alias": {
2837
+          "dev-master": "1.4-dev"
2838
+        },
2839
+        "class": "Symfony\\Flex\\Flex"
2840
+      },
2841
+      "autoload": {
2842
+        "psr-4": {
2843
+          "Symfony\\Flex\\": "src"
2844
+        }
2845
+      },
2846
+      "notification-url": "https://packagist.org/downloads/",
2847
+      "license": [
2848
+        "MIT"
2849
+      ],
2850
+      "authors": [
2851
+        {
2852
+          "name": "Fabien Potencier",
2853
+          "email": "fabien.potencier@gmail.com"
2854
+        }
2855
+      ],
2856
+      "description": "Composer plugin for Symfony",
2857
+      "time": "2019-11-14T09:25:51+00:00"
2858
+    },
2859
+    {
2860
+      "name": "symfony/form",
2861
+      "version": "v5.0.0",
2862
+      "source": {
2863
+        "type": "git",
2864
+        "url": "https://github.com/symfony/form.git",
2865
+        "reference": "e96eea999cf185960b179e96f04b9fa2ac2195d0"
2866
+      },
2867
+      "dist": {
2868
+        "type": "zip",
2869
+        "url": "https://api.github.com/repos/symfony/form/zipball/e96eea999cf185960b179e96f04b9fa2ac2195d0",
2870
+        "reference": "e96eea999cf185960b179e96f04b9fa2ac2195d0",
2871
+        "shasum": ""
2872
+      },
2873
+      "require": {
2874
+        "php": "^7.2.5",
2875
+        "symfony/event-dispatcher": "^4.4|^5.0",
2876
+        "symfony/intl": "^4.4|^5.0",
2877
+        "symfony/options-resolver": "^5.0",
2878
+        "symfony/polyfill-ctype": "~1.8",
2879
+        "symfony/polyfill-mbstring": "~1.0",
2880
+        "symfony/property-access": "^5.0",
2881
+        "symfony/service-contracts": "^1.1|^2"
2882
+      },
2883
+      "conflict": {
2884
+        "phpunit/phpunit": "<5.4.3",
2885
+        "symfony/console": "<4.4",
2886
+        "symfony/dependency-injection": "<4.4",
2887
+        "symfony/doctrine-bridge": "<4.4",
2888
+        "symfony/framework-bundle": "<4.4",
2889
+        "symfony/http-kernel": "<4.4",
2890
+        "symfony/intl": "<4.4",
2891
+        "symfony/translation": "<4.4",
2892
+        "symfony/twig-bridge": "<4.4"
2893
+      },
2894
+      "require-dev": {
2895
+        "doctrine/collections": "~1.0",
2896
+        "symfony/config": "^4.4|^5.0",
2897
+        "symfony/console": "^4.4|^5.0",
2898
+        "symfony/dependency-injection": "^4.4|^5.0",
2899
+        "symfony/http-foundation": "^4.4|^5.0",
2900
+        "symfony/http-kernel": "^4.4|^5.0",
2901
+        "symfony/security-csrf": "^4.4|^5.0",
2902
+        "symfony/translation": "^4.4|^5.0",
2903
+        "symfony/validator": "^4.4|^5.0",
2904
+        "symfony/var-dumper": "^4.4|^5.0"
2905
+      },
2906
+      "suggest": {
2907
+        "symfony/security-csrf": "For protecting forms against CSRF attacks.",
2908
+        "symfony/twig-bridge": "For templating with Twig.",
2909
+        "symfony/validator": "For form validation."
2910
+      },
2911
+      "type": "library",
2912
+      "extra": {
2913
+        "branch-alias": {
2914
+          "dev-master": "5.0-dev"
2915
+        }
2916
+      },
2917
+      "autoload": {
2918
+        "psr-4": {
2919
+          "Symfony\\Component\\Form\\": ""
2920
+        },
2921
+        "exclude-from-classmap": [
2922
+          "/Tests/"
2923
+        ]
2924
+      },
2925
+      "notification-url": "https://packagist.org/downloads/",
2926
+      "license": [
2927
+        "MIT"
2928
+      ],
2929
+      "authors": [
2930
+        {
2931
+          "name": "Fabien Potencier",
2932
+          "email": "fabien@symfony.com"
2933
+        },
2934
+        {
2935
+          "name": "Symfony Community",
2936
+          "homepage": "https://symfony.com/contributors"
2937
+        }
2938
+      ],
2939
+      "description": "Symfony Form Component",
2940
+      "homepage": "https://symfony.com",
2941
+      "time": "2019-11-21T07:02:40+00:00"
2942
+    },
2943
+    {
2944
+      "name": "symfony/framework-bundle",
2945
+      "version": "v5.0.0",
2946
+      "source": {
2947
+        "type": "git",
2948
+        "url": "https://github.com/symfony/framework-bundle.git",
2949
+        "reference": "8b52da07909e952ddd88f65504763b4397ffbea1"
2950
+      },
2951
+      "dist": {
2952
+        "type": "zip",
2953
+        "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/8b52da07909e952ddd88f65504763b4397ffbea1",
2954
+        "reference": "8b52da07909e952ddd88f65504763b4397ffbea1",
2955
+        "shasum": ""
2956
+      },
2957
+      "require": {
2958
+        "ext-xml": "*",
2959
+        "php": "^7.2.5",
2960
+        "symfony/cache": "^4.4|^5.0",
2961
+        "symfony/config": "^5.0",
2962
+        "symfony/dependency-injection": "^5.0",
2963
+        "symfony/filesystem": "^4.4|^5.0",
2964
+        "symfony/finder": "^4.4|^5.0",
2965
+        "symfony/http-foundation": "^4.4|^5.0",
2966
+        "symfony/http-kernel": "^5.0",
2967
+        "symfony/polyfill-mbstring": "~1.0",
2968
+        "symfony/routing": "^5.0"
2969
+      },
2970
+      "conflict": {
2971
+        "phpdocumentor/reflection-docblock": "<3.0",
2972
+        "phpdocumentor/type-resolver": "<0.2.1",
2973
+        "phpunit/phpunit": "<5.4.3",
2974
+        "symfony/asset": "<4.4",
2975
+        "symfony/browser-kit": "<4.4",
2976
+        "symfony/console": "<4.4",
2977
+        "symfony/dom-crawler": "<4.4",
2978
+        "symfony/dotenv": "<4.4",
2979
+        "symfony/form": "<4.4",
2980
+        "symfony/http-client": "<4.4",
2981
+        "symfony/lock": "<4.4",
2982
+        "symfony/mailer": "<4.4",
2983
+        "symfony/messenger": "<4.4",
2984
+        "symfony/mime": "<4.4",
2985
+        "symfony/property-info": "<4.4",
2986
+        "symfony/serializer": "<4.4",
2987
+        "symfony/stopwatch": "<4.4",
2988
+        "symfony/translation": "<5.0",
2989
+        "symfony/twig-bridge": "<4.4",
2990
+        "symfony/twig-bundle": "<4.4",
2991
+        "symfony/validator": "<4.4",
2992
+        "symfony/web-profiler-bundle": "<4.4",
2993
+        "symfony/workflow": "<4.4"
2994
+      },
2995
+      "require-dev": {
2996
+        "doctrine/annotations": "~1.7",
2997
+        "doctrine/cache": "~1.0",
2998
+        "paragonie/sodium_compat": "^1.8",
2999
+        "phpdocumentor/reflection-docblock": "^3.0|^4.0",
3000
+        "symfony/asset": "^4.4|^5.0",
3001
+        "symfony/browser-kit": "^4.4|^5.0",
3002
+        "symfony/console": "^4.4|^5.0",
3003
+        "symfony/css-selector": "^4.4|^5.0",
3004
+        "symfony/dom-crawler": "^4.4|^5.0",
3005
+        "symfony/dotenv": "^4.4|^5.0",
3006
+        "symfony/expression-language": "^4.4|^5.0",
3007
+        "symfony/form": "^4.4|^5.0",
3008
+        "symfony/http-client": "^4.4|^5.0",
3009
+        "symfony/lock": "^4.4|^5.0",
3010
+        "symfony/mailer": "^4.4|^5.0",
3011
+        "symfony/messenger": "^4.4|^5.0",
3012
+        "symfony/mime": "^4.4|^5.0",
3013
+        "symfony/polyfill-intl-icu": "~1.0",
3014
+        "symfony/process": "^4.4|^5.0",
3015
+        "symfony/property-info": "^4.4|^5.0",
3016
+        "symfony/security-csrf": "^4.4|^5.0",
3017
+        "symfony/security-http": "^4.4|^5.0",
3018
+        "symfony/serializer": "^4.4|^5.0",
3019
+        "symfony/stopwatch": "^4.4|^5.0",
3020
+        "symfony/string": "~5.0.0",
3021
+        "symfony/translation": "^5.0",
3022
+        "symfony/twig-bundle": "^4.4|^5.0",
3023
+        "symfony/validator": "^4.4|^5.0",
3024
+        "symfony/web-link": "^4.4|^5.0",
3025
+        "symfony/workflow": "^4.4|^5.0",
3026
+        "symfony/yaml": "^4.4|^5.0",
3027
+        "twig/twig": "^2.10|^3.0"
3028
+      },
3029
+      "suggest": {
3030
+        "ext-apcu": "For best performance of the system caches",
3031
+        "symfony/console": "For using the console commands",
3032
+        "symfony/form": "For using forms",
3033
+        "symfony/property-info": "For using the property_info service",
3034
+        "symfony/serializer": "For using the serializer service",
3035
+        "symfony/validator": "For using validation",
3036
+        "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
3037
+        "symfony/yaml": "For using the debug:config and lint:yaml commands"
3038
+      },
3039
+      "type": "symfony-bundle",
3040
+      "extra": {
3041
+        "branch-alias": {
3042
+          "dev-master": "5.0-dev"
3043
+        }
3044
+      },
3045
+      "autoload": {
3046
+        "psr-4": {
3047
+          "Symfony\\Bundle\\FrameworkBundle\\": ""
3048
+        },
3049
+        "exclude-from-classmap": [
3050
+          "/Tests/"
3051
+        ]
3052
+      },
3053
+      "notification-url": "https://packagist.org/downloads/",
3054
+      "license": [
3055
+        "MIT"
3056
+      ],
3057
+      "authors": [
3058
+        {
3059
+          "name": "Fabien Potencier",
3060
+          "email": "fabien@symfony.com"
3061
+        },
3062
+        {
3063
+          "name": "Symfony Community",
3064
+          "homepage": "https://symfony.com/contributors"
3065
+        }
3066
+      ],
3067
+      "description": "Symfony FrameworkBundle",
3068
+      "homepage": "https://symfony.com",
3069
+      "time": "2019-11-18T17:27:11+00:00"
3070
+    },
3071
+    {
3072
+      "name": "symfony/http-client",
3073
+      "version": "v5.0.0",
3074
+      "source": {
3075
+        "type": "git",
3076
+        "url": "https://github.com/symfony/http-client.git",
3077
+        "reference": "e68e5680f2bfda0b17097fde6d28b61d87c757ee"
3078
+      },
3079
+      "dist": {
3080
+        "type": "zip",
3081
+        "url": "https://api.github.com/repos/symfony/http-client/zipball/e68e5680f2bfda0b17097fde6d28b61d87c757ee",
3082
+        "reference": "e68e5680f2bfda0b17097fde6d28b61d87c757ee",
3083
+        "shasum": ""
3084
+      },
3085
+      "require": {
3086
+        "php": "^7.2.5",
3087
+        "psr/log": "^1.0",
3088
+        "symfony/http-client-contracts": "^1.1.8|^2",
3089
+        "symfony/polyfill-php73": "^1.11"
3090
+      },
3091
+      "conflict": {
3092
+        "symfony/http-kernel": "<4.4"
3093
+      },
3094
+      "provide": {
3095
+        "php-http/async-client-implementation": "*",
3096
+        "php-http/client-implementation": "*",
3097
+        "psr/http-client-implementation": "1.0",
3098
+        "symfony/http-client-implementation": "1.1"
3099
+      },
3100
+      "require-dev": {
3101
+        "guzzlehttp/promises": "^1.3.1",
3102
+        "nyholm/psr7": "^1.0",
3103
+        "php-http/httplug": "^1.0|^2.0",
3104
+        "psr/http-client": "^1.0",
3105
+        "symfony/dependency-injection": "^4.4|^5.0",
3106
+        "symfony/http-kernel": "^4.4|^5.0",
3107
+        "symfony/process": "^4.4|^5.0",
3108
+        "symfony/service-contracts": "^1.0|^2",
3109
+        "symfony/var-dumper": "^4.4|^5.0"
3110
+      },
3111
+      "type": "library",
3112
+      "extra": {
3113
+        "branch-alias": {
3114
+          "dev-master": "5.0-dev"
3115
+        }
3116
+      },
3117
+      "autoload": {
3118
+        "psr-4": {
3119
+          "Symfony\\Component\\HttpClient\\": ""
3120
+        },
3121
+        "exclude-from-classmap": [
3122
+          "/Tests/"
3123
+        ]
3124
+      },
3125
+      "notification-url": "https://packagist.org/downloads/",
3126
+      "license": [
3127
+        "MIT"
3128
+      ],
3129
+      "authors": [
3130
+        {
3131
+          "name": "Nicolas Grekas",
3132
+          "email": "p@tchwork.com"
3133
+        },
3134
+        {
3135
+          "name": "Symfony Community",
3136
+          "homepage": "https://symfony.com/contributors"
3137
+        }
3138
+      ],
3139
+      "description": "Symfony HttpClient component",
3140
+      "homepage": "https://symfony.com",
3141
+      "time": "2019-11-21T07:02:40+00:00"
3142
+    },
3143
+    {
3144
+      "name": "symfony/http-client-contracts",
3145
+      "version": "v2.0.0",
3146
+      "source": {
3147
+        "type": "git",
3148
+        "url": "https://github.com/symfony/http-client-contracts.git",
3149
+        "reference": "f1aa62591e44a737d4589a0913ac49b84313c19d"
3150
+      },
3151
+      "dist": {
3152
+        "type": "zip",
3153
+        "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/f1aa62591e44a737d4589a0913ac49b84313c19d",
3154
+        "reference": "f1aa62591e44a737d4589a0913ac49b84313c19d",
3155
+        "shasum": ""
3156
+      },
3157
+      "require": {
3158
+        "php": "^7.2.9"
3159
+      },
3160
+      "suggest": {
3161
+        "symfony/http-client-implementation": ""
3162
+      },
3163
+      "type": "library",
3164
+      "extra": {
3165
+        "branch-alias": {
3166
+          "dev-master": "2.0-dev"
3167
+        }
3168
+      },
3169
+      "autoload": {
3170
+        "psr-4": {
3171
+          "Symfony\\Contracts\\HttpClient\\": ""
3172
+        }
3173
+      },
3174
+      "notification-url": "https://packagist.org/downloads/",
3175
+      "license": [
3176
+        "MIT"
3177
+      ],
3178
+      "authors": [
3179
+        {
3180
+          "name": "Nicolas Grekas",
3181
+          "email": "p@tchwork.com"
3182
+        },
3183
+        {
3184
+          "name": "Symfony Community",
3185
+          "homepage": "https://symfony.com/contributors"
3186
+        }
3187
+      ],
3188
+      "description": "Generic abstractions related to HTTP clients",
3189
+      "homepage": "https://symfony.com",
3190
+      "keywords": [
3191
+        "abstractions",
3192
+        "contracts",
3193
+        "decoupling",
3194
+        "interfaces",
3195
+        "interoperability",
3196
+        "standards"
3197
+      ],
3198
+      "time": "2019-11-09T09:18:34+00:00"
3199
+    },
3200
+    {
3201
+      "name": "symfony/http-foundation",
3202
+      "version": "v5.0.0",
3203
+      "source": {
3204
+        "type": "git",
3205
+        "url": "https://github.com/symfony/http-foundation.git",
3206
+        "reference": "c5c226b6f164ae4f95c4bffbe940c81050940eda"
3207
+      },
3208
+      "dist": {
3209
+        "type": "zip",
3210
+        "url": "https://api.github.com/repos/symfony/http-foundation/zipball/c5c226b6f164ae4f95c4bffbe940c81050940eda",
3211
+        "reference": "c5c226b6f164ae4f95c4bffbe940c81050940eda",
3212
+        "shasum": ""
3213
+      },
3214
+      "require": {
3215
+        "php": "^7.2.5",
3216
+        "symfony/mime": "^4.4|^5.0",
3217
+        "symfony/polyfill-mbstring": "~1.1"
3218
+      },
3219
+      "require-dev": {
3220
+        "predis/predis": "~1.0",
3221
+        "symfony/expression-language": "^4.4|^5.0"
3222
+      },
3223
+      "type": "library",
3224
+      "extra": {
3225
+        "branch-alias": {
3226
+          "dev-master": "5.0-dev"
3227
+        }
3228
+      },
3229
+      "autoload": {
3230
+        "psr-4": {
3231
+          "Symfony\\Component\\HttpFoundation\\": ""
3232
+        },
3233
+        "exclude-from-classmap": [
3234
+          "/Tests/"
3235
+        ]
3236
+      },
3237
+      "notification-url": "https://packagist.org/downloads/",
3238
+      "license": [
3239
+        "MIT"
3240
+      ],
3241
+      "authors": [
3242
+        {
3243
+          "name": "Fabien Potencier",
3244
+          "email": "fabien@symfony.com"
3245
+        },
3246
+        {
3247
+          "name": "Symfony Community",
3248
+          "homepage": "https://symfony.com/contributors"
3249
+        }
3250
+      ],
3251
+      "description": "Symfony HttpFoundation Component",
3252
+      "homepage": "https://symfony.com",
3253
+      "time": "2019-11-18T17:27:11+00:00"
3254
+    },
3255
+    {
3256
+      "name": "symfony/http-kernel",
3257
+      "version": "v5.0.0",
3258
+      "source": {
3259
+        "type": "git",
3260
+        "url": "https://github.com/symfony/http-kernel.git",
3261
+        "reference": "33460924e367bc0e804626dc0e4e2439a93b7ad3"
3262
+      },
3263
+      "dist": {
3264
+        "type": "zip",
3265
+        "url": "https://api.github.com/repos/symfony/http-kernel/zipball/33460924e367bc0e804626dc0e4e2439a93b7ad3",
3266
+        "reference": "33460924e367bc0e804626dc0e4e2439a93b7ad3",
3267
+        "shasum": ""
3268
+      },
3269
+      "require": {
3270
+        "php": "^7.2.5",
3271
+        "psr/log": "~1.0",
3272
+        "symfony/error-handler": "^4.4|^5.0",
3273
+        "symfony/event-dispatcher": "^5.0",
3274
+        "symfony/http-foundation": "^4.4|^5.0",
3275
+        "symfony/polyfill-ctype": "^1.8",
3276
+        "symfony/polyfill-php73": "^1.9"
3277
+      },
3278
+      "conflict": {
3279
+        "symfony/browser-kit": "<4.4",
3280
+        "symfony/cache": "<5.0",
3281
+        "symfony/config": "<5.0",
3282
+        "symfony/dependency-injection": "<4.4",
3283
+        "symfony/doctrine-bridge": "<5.0",
3284
+        "symfony/form": "<5.0",
3285
+        "symfony/http-client": "<5.0",
3286
+        "symfony/mailer": "<5.0",
3287
+        "symfony/messenger": "<5.0",
3288
+        "symfony/translation": "<5.0",
3289
+        "symfony/twig-bridge": "<5.0",
3290
+        "symfony/validator": "<5.0",
3291
+        "twig/twig": "<2.4"
3292
+      },
3293
+      "provide": {
3294
+        "psr/log-implementation": "1.0"
3295
+      },
3296
+      "require-dev": {
3297
+        "psr/cache": "~1.0",
3298
+        "symfony/browser-kit": "^4.4|^5.0",
3299
+        "symfony/config": "^5.0",
3300
+        "symfony/console": "^4.4|^5.0",
3301
+        "symfony/css-selector": "^4.4|^5.0",
3302
+        "symfony/dependency-injection": "^4.4|^5.0",
3303
+        "symfony/dom-crawler": "^4.4|^5.0",
3304
+        "symfony/expression-language": "^4.4|^5.0",
3305
+        "symfony/finder": "^4.4|^5.0",
3306
+        "symfony/process": "^4.4|^5.0",
3307
+        "symfony/routing": "^4.4|^5.0",
3308
+        "symfony/stopwatch": "^4.4|^5.0",
3309
+        "symfony/translation": "^4.4|^5.0",
3310
+        "symfony/translation-contracts": "^1.1|^2",
3311
+        "twig/twig": "^2.4|^3.0"
3312
+      },
3313
+      "suggest": {
3314
+        "symfony/browser-kit": "",
3315
+        "symfony/config": "",
3316
+        "symfony/console": "",
3317
+        "symfony/dependency-injection": ""
3318
+      },
3319
+      "type": "library",
3320
+      "extra": {
3321
+        "branch-alias": {
3322
+          "dev-master": "5.0-dev"
3323
+        }
3324
+      },
3325
+      "autoload": {
3326
+        "psr-4": {
3327
+          "Symfony\\Component\\HttpKernel\\": ""
3328
+        },
3329
+        "exclude-from-classmap": [
3330
+          "/Tests/"
3331
+        ]
3332
+      },
3333
+      "notification-url": "https://packagist.org/downloads/",
3334
+      "license": [
3335
+        "MIT"
3336
+      ],
3337
+      "authors": [
3338
+        {
3339
+          "name": "Fabien Potencier",
3340
+          "email": "fabien@symfony.com"
3341
+        },
3342
+        {
3343
+          "name": "Symfony Community",
3344
+          "homepage": "https://symfony.com/contributors"
3345
+        }
3346
+      ],
3347
+      "description": "Symfony HttpKernel Component",
3348
+      "homepage": "https://symfony.com",
3349
+      "time": "2019-11-21T08:51:01+00:00"
3350
+    },
3351
+    {
3352
+      "name": "symfony/inflector",
3353
+      "version": "v5.0.0",
3354
+      "source": {
3355
+        "type": "git",
3356
+        "url": "https://github.com/symfony/inflector.git",
3357
+        "reference": "aaeb5e293294070d1b061fa3d7889bac69909320"
3358
+      },
3359
+      "dist": {
3360
+        "type": "zip",
3361
+        "url": "https://api.github.com/repos/symfony/inflector/zipball/aaeb5e293294070d1b061fa3d7889bac69909320",
3362
+        "reference": "aaeb5e293294070d1b061fa3d7889bac69909320",
3363
+        "shasum": ""
3364
+      },
3365
+      "require": {
3366
+        "php": "^7.2.5",
3367
+        "symfony/polyfill-ctype": "~1.8"
3368
+      },
3369
+      "type": "library",
3370
+      "extra": {
3371
+        "branch-alias": {
3372
+          "dev-master": "5.0-dev"
3373
+        }
3374
+      },
3375
+      "autoload": {
3376
+        "psr-4": {
3377
+          "Symfony\\Component\\Inflector\\": ""
3378
+        },
3379
+        "exclude-from-classmap": [
3380
+          "/Tests/"
3381
+        ]
3382
+      },
3383
+      "notification-url": "https://packagist.org/downloads/",
3384
+      "license": [
3385
+        "MIT"
3386
+      ],
3387
+      "authors": [
3388
+        {
3389
+          "name": "Bernhard Schussek",
3390
+          "email": "bschussek@gmail.com"
3391
+        },
3392
+        {
3393
+          "name": "Symfony Community",
3394
+          "homepage": "https://symfony.com/contributors"
3395
+        }
3396
+      ],
3397
+      "description": "Symfony Inflector Component",
3398
+      "homepage": "https://symfony.com",
3399
+      "keywords": [
3400
+        "inflection",
3401
+        "pluralize",
3402
+        "singularize",
3403
+        "string",
3404
+        "symfony",
3405
+        "words"
3406
+      ],
3407
+      "time": "2019-11-18T17:27:11+00:00"
3408
+    },
3409
+    {
3410
+      "name": "symfony/intl",
3411
+      "version": "v5.0.0",
3412
+      "source": {
3413
+        "type": "git",
3414
+        "url": "https://github.com/symfony/intl.git",
3415
+        "reference": "1a700ae25f25f1f7b2201da020184bff5a8912c0"
3416
+      },
3417
+      "dist": {
3418
+        "type": "zip",
3419
+        "url": "https://api.github.com/repos/symfony/intl/zipball/1a700ae25f25f1f7b2201da020184bff5a8912c0",
3420
+        "reference": "1a700ae25f25f1f7b2201da020184bff5a8912c0",
3421
+        "shasum": ""
3422
+      },
3423
+      "require": {
3424
+        "php": "^7.2.5",
3425
+        "symfony/polyfill-intl-icu": "~1.0"
3426
+      },
3427
+      "require-dev": {
3428
+        "symfony/filesystem": "^4.4|^5.0"
3429
+      },
3430
+      "suggest": {
3431
+        "ext-intl": "to use the component with locales other than \"en\""
3432
+      },
3433
+      "type": "library",
3434
+      "extra": {
3435
+        "branch-alias": {
3436
+          "dev-master": "5.0-dev"
3437
+        }
3438
+      },
3439
+      "autoload": {
3440
+        "psr-4": {
3441
+          "Symfony\\Component\\Intl\\": ""
3442
+        },
3443
+        "classmap": [
3444
+          "Resources/stubs"
3445
+        ],
3446
+        "exclude-from-classmap": [
3447
+          "/Tests/"
3448
+        ]
3449
+      },
3450
+      "notification-url": "https://packagist.org/downloads/",
3451
+      "license": [
3452
+        "MIT"
3453
+      ],
3454
+      "authors": [
3455
+        {
3456
+          "name": "Bernhard Schussek",
3457
+          "email": "bschussek@gmail.com"
3458
+        },
3459
+        {
3460
+          "name": "Eriksen Costa",
3461
+          "email": "eriksen.costa@infranology.com.br"
3462
+        },
3463
+        {
3464
+          "name": "Igor Wiedler",
3465
+          "email": "igor@wiedler.ch"
3466
+        },
3467
+        {
3468
+          "name": "Symfony Community",
3469
+          "homepage": "https://symfony.com/contributors"
3470
+        }
3471
+      ],
3472
+      "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.",
3473
+      "homepage": "https://symfony.com",
3474
+      "keywords": [
3475
+        "i18n",
3476
+        "icu",
3477
+        "internationalization",
3478
+        "intl",
3479
+        "l10n",
3480
+        "localization"
3481
+      ],
3482
+      "time": "2019-11-18T17:27:11+00:00"
3483
+    },
3484
+    {
3485
+      "name": "symfony/mailer",
3486
+      "version": "v5.0.0",
3487
+      "source": {
3488
+        "type": "git",
3489
+        "url": "https://github.com/symfony/mailer.git",
3490
+        "reference": "43a7b522213a5d39267269f180fe00a235d17ae2"
3491
+      },
3492
+      "dist": {
3493
+        "type": "zip",
3494
+        "url": "https://api.github.com/repos/symfony/mailer/zipball/43a7b522213a5d39267269f180fe00a235d17ae2",
3495
+        "reference": "43a7b522213a5d39267269f180fe00a235d17ae2",
3496
+        "shasum": ""
3497
+      },
3498
+      "require": {
3499
+        "egulias/email-validator": "^2.1.10",
3500
+        "php": "^7.2.5",
3501
+        "psr/log": "~1.0",
3502
+        "symfony/event-dispatcher": "^4.4|^5.0",
3503
+        "symfony/mime": "^4.4|^5.0",
3504
+        "symfony/service-contracts": "^1.1|^2"
3505
+      },
3506
+      "conflict": {
3507
+        "symfony/http-kernel": "<4.4"
3508
+      },
3509
+      "require-dev": {
3510
+        "symfony/amazon-mailer": "^4.4|^5.0",
3511
+        "symfony/google-mailer": "^4.4|^5.0",
3512
+        "symfony/http-client-contracts": "^1.1|^2",
3513
+        "symfony/mailchimp-mailer": "^4.4|^5.0",
3514
+        "symfony/mailgun-mailer": "^4.4|^5.0",
3515
+        "symfony/messenger": "^4.4|^5.0",
3516
+        "symfony/postmark-mailer": "^4.4|^5.0",
3517
+        "symfony/sendgrid-mailer": "^4.4|^5.0"
3518
+      },
3519
+      "type": "library",
3520
+      "extra": {
3521
+        "branch-alias": {
3522
+          "dev-master": "5.0-dev"
3523
+        }
3524
+      },
3525
+      "autoload": {
3526
+        "psr-4": {
3527
+          "Symfony\\Component\\Mailer\\": ""
3528
+        },
3529
+        "exclude-from-classmap": [
3530
+          "/Tests/"
3531
+        ]
3532
+      },
3533
+      "notification-url": "https://packagist.org/downloads/",
3534
+      "license": [
3535
+        "MIT"
3536
+      ],
3537
+      "authors": [
3538
+        {
3539
+          "name": "Fabien Potencier",
3540
+          "email": "fabien@symfony.com"
3541
+        },
3542
+        {
3543
+          "name": "Symfony Community",
3544
+          "homepage": "https://symfony.com/contributors"
3545
+        }
3546
+      ],
3547
+      "description": "Symfony Mailer Component",
3548
+      "homepage": "https://symfony.com",
3549
+      "time": "2019-11-18T17:27:11+00:00"
3550
+    },
3551
+    {
3552
+      "name": "symfony/mime",
3553
+      "version": "v5.0.0",
3554
+      "source": {
3555
+        "type": "git",
3556
+        "url": "https://github.com/symfony/mime.git",
3557
+        "reference": "76f3c09b7382bf979af7bcd8e6f8033f1324285e"
3558
+      },
3559
+      "dist": {
3560
+        "type": "zip",
3561
+        "url": "https://api.github.com/repos/symfony/mime/zipball/76f3c09b7382bf979af7bcd8e6f8033f1324285e",
3562
+        "reference": "76f3c09b7382bf979af7bcd8e6f8033f1324285e",
3563
+        "shasum": ""
3564
+      },
3565
+      "require": {
3566
+        "php": "^7.2.5",
3567
+        "symfony/polyfill-intl-idn": "^1.10",
3568
+        "symfony/polyfill-mbstring": "^1.0"
3569
+      },
3570
+      "conflict": {
3571
+        "symfony/mailer": "<4.4"
3572
+      },
3573
+      "require-dev": {
3574
+        "egulias/email-validator": "^2.1.10",
3575
+        "symfony/dependency-injection": "^4.4|^5.0"
3576
+      },
3577
+      "type": "library",
3578
+      "extra": {
3579
+        "branch-alias": {
3580
+          "dev-master": "5.0-dev"
3581
+        }
3582
+      },
3583
+      "autoload": {
3584
+        "psr-4": {
3585
+          "Symfony\\Component\\Mime\\": ""
3586
+        },
3587
+        "exclude-from-classmap": [
3588
+          "/Tests/"
3589
+        ]
3590
+      },
3591
+      "notification-url": "https://packagist.org/downloads/",
3592
+      "license": [
3593
+        "MIT"
3594
+      ],
3595
+      "authors": [
3596
+        {
3597
+          "name": "Fabien Potencier",
3598
+          "email": "fabien@symfony.com"
3599
+        },
3600
+        {
3601
+          "name": "Symfony Community",
3602
+          "homepage": "https://symfony.com/contributors"
3603
+        }
3604
+      ],
3605
+      "description": "A library to manipulate MIME messages",
3606
+      "homepage": "https://symfony.com",
3607
+      "keywords": [
3608
+        "mime",
3609
+        "mime-type"
3610
+      ],
3611
+      "time": "2019-11-18T17:27:11+00:00"
3612
+    },
3613
+    {
3614
+      "name": "symfony/monolog-bridge",
3615
+      "version": "v5.0.0",
3616
+      "source": {
3617
+        "type": "git",
3618
+        "url": "https://github.com/symfony/monolog-bridge.git",
3619
+        "reference": "fb32eff4a6183ffda7aa8e6dd9975c8a7f2e29cb"
3620
+      },
3621
+      "dist": {
3622
+        "type": "zip",
3623
+        "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/fb32eff4a6183ffda7aa8e6dd9975c8a7f2e29cb",
3624
+        "reference": "fb32eff4a6183ffda7aa8e6dd9975c8a7f2e29cb",
3625
+        "shasum": ""
3626
+      },
3627
+      "require": {
3628
+        "monolog/monolog": "^1.25.1|^2",
3629
+        "php": "^7.2.5",
3630
+        "symfony/http-kernel": "^4.4|^5.0",
3631
+        "symfony/service-contracts": "^1.1|^2"
3632
+      },
3633
+      "conflict": {
3634
+        "symfony/console": "<4.4",
3635
+        "symfony/http-foundation": "<4.4"
3636
+      },
3637
+      "require-dev": {
3638
+        "symfony/console": "^4.4|^5.0",
3639
+        "symfony/http-client": "^4.4|^5.0",
3640
+        "symfony/security-core": "^4.4|^5.0",
3641
+        "symfony/var-dumper": "^4.4|^5.0"
3642
+      },
3643
+      "suggest": {
3644
+        "symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings.",
3645
+        "symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel.",
3646
+        "symfony/var-dumper": "For using the debugging handlers like the console handler or the log server handler."
3647
+      },
3648
+      "type": "symfony-bridge",
3649
+      "extra": {
3650
+        "branch-alias": {
3651
+          "dev-master": "5.0-dev"
3652
+        }
3653
+      },
3654
+      "autoload": {
3655
+        "psr-4": {
3656
+          "Symfony\\Bridge\\Monolog\\": ""
3657
+        },
3658
+        "exclude-from-classmap": [
3659
+          "/Tests/"
3660
+        ]
3661
+      },
3662
+      "notification-url": "https://packagist.org/downloads/",
3663
+      "license": [
3664
+        "MIT"
3665
+      ],
3666
+      "authors": [
3667
+        {
3668
+          "name": "Fabien Potencier",
3669
+          "email": "fabien@symfony.com"
3670
+        },
3671
+        {
3672
+          "name": "Symfony Community",
3673
+          "homepage": "https://symfony.com/contributors"
3674
+        }
3675
+      ],
3676
+      "description": "Symfony Monolog Bridge",
3677
+      "homepage": "https://symfony.com",
3678
+      "time": "2019-11-18T17:27:11+00:00"
3679
+    },
3680
+    {
3681
+      "name": "symfony/monolog-bundle",
3682
+      "version": "v3.5.0",
3683
+      "source": {
3684
+        "type": "git",
3685
+        "url": "https://github.com/symfony/monolog-bundle.git",
3686
+        "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd"
3687
+      },
3688
+      "dist": {
3689
+        "type": "zip",
3690
+        "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
3691
+        "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
3692
+        "shasum": ""
3693
+      },
3694
+      "require": {
3695
+        "monolog/monolog": "~1.22 || ~2.0",
3696
+        "php": ">=5.6",
3697
+        "symfony/config": "~3.4 || ~4.0 || ^5.0",
3698
+        "symfony/dependency-injection": "~3.4.10 || ^4.0.10 || ^5.0",
3699
+        "symfony/http-kernel": "~3.4 || ~4.0 || ^5.0",
3700
+        "symfony/monolog-bridge": "~3.4 || ~4.0 || ^5.0"
3701
+      },
3702
+      "require-dev": {
3703
+        "symfony/console": "~3.4 || ~4.0 || ^5.0",
3704
+        "symfony/phpunit-bridge": "^3.4.19 || ^4.0 || ^5.0",
3705
+        "symfony/yaml": "~3.4 || ~4.0 || ^5.0"
3706
+      },
3707
+      "type": "symfony-bundle",
3708
+      "extra": {
3709
+        "branch-alias": {
3710
+          "dev-master": "3.x-dev"
3711
+        }
3712
+      },
3713
+      "autoload": {
3714
+        "psr-4": {
3715
+          "Symfony\\Bundle\\MonologBundle\\": ""
3716
+        },
3717
+        "exclude-from-classmap": [
3718
+          "/Tests/"
3719
+        ]
3720
+      },
3721
+      "notification-url": "https://packagist.org/downloads/",
3722
+      "license": [
3723
+        "MIT"
3724
+      ],
3725
+      "authors": [
3726
+        {
3727
+          "name": "Fabien Potencier",
3728
+          "email": "fabien@symfony.com"
3729
+        },
3730
+        {
3731
+          "name": "Symfony Community",
3732
+          "homepage": "http://symfony.com/contributors"
3733
+        }
3734
+      ],
3735
+      "description": "Symfony MonologBundle",
3736
+      "homepage": "http://symfony.com",
3737
+      "keywords": [
3738
+        "log",
3739
+        "logging"
3740
+      ],
3741
+      "time": "2019-11-13T13:11:14+00:00"
3742
+    },
3743
+    {
3744
+      "name": "symfony/notifier",
3745
+      "version": "v5.0.0",
3746
+      "source": {
3747
+        "type": "git",
3748
+        "url": "https://github.com/symfony/notifier.git",
3749
+        "reference": "6345175bd16786036263068253c961afc3c15352"
3750
+      },
3751
+      "dist": {
3752
+        "type": "zip",
3753
+        "url": "https://api.github.com/repos/symfony/notifier/zipball/6345175bd16786036263068253c961afc3c15352",
3754
+        "reference": "6345175bd16786036263068253c961afc3c15352",
3755
+        "shasum": ""
3756
+      },
3757
+      "require": {
3758
+        "php": "^7.2.5"
3759
+      },
3760
+      "conflict": {
3761
+        "symfony/http-kernel": "<4.4"
3762
+      },
3763
+      "type": "library",
3764
+      "extra": {
3765
+        "branch-alias": {
3766
+          "dev-master": "5.0-dev"
3767
+        }
3768
+      },
3769
+      "autoload": {
3770
+        "psr-4": {
3771
+          "Symfony\\Component\\Notifier\\": ""
3772
+        },
3773
+        "exclude-from-classmap": [
3774
+          "/Tests/"
3775
+        ]
3776
+      },
3777
+      "notification-url": "https://packagist.org/downloads/",
3778
+      "license": [
3779
+        "MIT"
3780
+      ],
3781
+      "authors": [
3782
+        {
3783
+          "name": "Fabien Potencier",
3784
+          "email": "fabien@symfony.com"
3785
+        },
3786
+        {
3787
+          "name": "Symfony Community",
3788
+          "homepage": "https://symfony.com/contributors"
3789
+        }
3790
+      ],
3791
+      "description": "A library to notify messages",
3792
+      "homepage": "https://symfony.com",
3793
+      "keywords": [
3794
+        "notification",
3795
+        "notifier"
3796
+      ],
3797
+      "time": "2019-11-18T17:27:11+00:00"
3798
+    },
3799
+    {
3800
+      "name": "symfony/options-resolver",
3801
+      "version": "v5.0.0",
3802
+      "source": {
3803
+        "type": "git",
3804
+        "url": "https://github.com/symfony/options-resolver.git",
3805
+        "reference": "1ad3d0ffc00cc1990e5c9c7bb6b81578ec3f5f68"
3806
+      },
3807
+      "dist": {
3808
+        "type": "zip",
3809
+        "url": "https://api.github.com/repos/symfony/options-resolver/zipball/1ad3d0ffc00cc1990e5c9c7bb6b81578ec3f5f68",
3810
+        "reference": "1ad3d0ffc00cc1990e5c9c7bb6b81578ec3f5f68",
3811
+        "shasum": ""
3812
+      },
3813
+      "require": {
3814
+        "php": "^7.2.5"
3815
+      },
3816
+      "type": "library",
3817
+      "extra": {
3818
+        "branch-alias": {
3819
+          "dev-master": "5.0-dev"
3820
+        }
3821
+      },
3822
+      "autoload": {
3823
+        "psr-4": {
3824
+          "Symfony\\Component\\OptionsResolver\\": ""
3825
+        },
3826
+        "exclude-from-classmap": [
3827
+          "/Tests/"
3828
+        ]
3829
+      },
3830
+      "notification-url": "https://packagist.org/downloads/",
3831
+      "license": [
3832
+        "MIT"
3833
+      ],
3834
+      "authors": [
3835
+        {
3836
+          "name": "Fabien Potencier",
3837
+          "email": "fabien@symfony.com"
3838
+        },
3839
+        {
3840
+          "name": "Symfony Community",
3841
+          "homepage": "https://symfony.com/contributors"
3842
+        }
3843
+      ],
3844
+      "description": "Symfony OptionsResolver Component",
3845
+      "homepage": "https://symfony.com",
3846
+      "keywords": [
3847
+        "config",
3848
+        "configuration",
3849
+        "options"
3850
+      ],
3851
+      "time": "2019-11-18T17:27:11+00:00"
3852
+    },
3853
+    {
3854
+      "name": "symfony/orm-pack",
3855
+      "version": "v1.0.7",
3856
+      "source": {
3857
+        "type": "git",
3858
+        "url": "https://github.com/symfony/orm-pack.git",
3859
+        "reference": "c57f5e05232ca40626eb9fa52a32bc8565e9231c"
3860
+      },
3861
+      "dist": {
3862
+        "type": "zip",
3863
+        "url": "https://api.github.com/repos/symfony/orm-pack/zipball/c57f5e05232ca40626eb9fa52a32bc8565e9231c",
3864
+        "reference": "c57f5e05232ca40626eb9fa52a32bc8565e9231c",
3865
+        "shasum": ""
3866
+      },
3867
+      "require": {
3868
+        "doctrine/doctrine-bundle": "^1.6.10|^2.0",
3869
+        "doctrine/doctrine-migrations-bundle": "^1.3|^2.0",
3870
+        "doctrine/orm": "^2.5.11",
3871
+        "php": "^7.0"
3872
+      },
3873
+      "type": "symfony-pack",
3874
+      "notification-url": "https://packagist.org/downloads/",
3875
+      "license": [
3876
+        "MIT"
3877
+      ],
3878
+      "description": "A pack for the Doctrine ORM",
3879
+      "time": "2019-10-18T05:41:09+00:00"
3880
+    },
3881
+    {
3882
+      "name": "symfony/polyfill-intl-grapheme",
3883
+      "version": "v1.12.0",
3884
+      "source": {
3885
+        "type": "git",
3886
+        "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
3887
+        "reference": "f6d623160da72288a9b704d324e5a0e4b385331a"
3888
+      },
3889
+      "dist": {
3890
+        "type": "zip",
3891
+        "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/f6d623160da72288a9b704d324e5a0e4b385331a",
3892
+        "reference": "f6d623160da72288a9b704d324e5a0e4b385331a",
3893
+        "shasum": ""
3894
+      },
3895
+      "require": {
3896
+        "php": ">=5.3.3"
3897
+      },
3898
+      "suggest": {
3899
+        "ext-intl": "For best performance"
3900
+      },
3901
+      "type": "library",
3902
+      "extra": {
3903
+        "branch-alias": {
3904
+          "dev-master": "1.12-dev"
3905
+        }
3906
+      },
3907
+      "autoload": {
3908
+        "psr-4": {
3909
+          "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
3910
+        },
3911
+        "files": [
3912
+          "bootstrap.php"
3913
+        ]
3914
+      },
3915
+      "notification-url": "https://packagist.org/downloads/",
3916
+      "license": [
3917
+        "MIT"
3918
+      ],
3919
+      "authors": [
3920
+        {
3921
+          "name": "Nicolas Grekas",
3922
+          "email": "p@tchwork.com"
3923
+        },
3924
+        {
3925
+          "name": "Symfony Community",
3926
+          "homepage": "https://symfony.com/contributors"
3927
+        }
3928
+      ],
3929
+      "description": "Symfony polyfill for intl's grapheme_* functions",
3930
+      "homepage": "https://symfony.com",
3931
+      "keywords": [
3932
+        "compatibility",
3933
+        "grapheme",
3934
+        "intl",
3935
+        "polyfill",
3936
+        "portable",
3937
+        "shim"
3938
+      ],
3939
+      "time": "2019-08-06T08:03:45+00:00"
3940
+    },
3941
+    {
3942
+      "name": "symfony/polyfill-intl-icu",
3943
+      "version": "v1.12.0",
3944
+      "source": {
3945
+        "type": "git",
3946
+        "url": "https://github.com/symfony/polyfill-intl-icu.git",
3947
+        "reference": "66810b9d6eb4af54d543867909d65ab9af654d7e"
3948
+      },
3949
+      "dist": {
3950
+        "type": "zip",
3951
+        "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/66810b9d6eb4af54d543867909d65ab9af654d7e",
3952
+        "reference": "66810b9d6eb4af54d543867909d65ab9af654d7e",
3953
+        "shasum": ""
3954
+      },
3955
+      "require": {
3956
+        "php": ">=5.3.3",
3957
+        "symfony/intl": "~2.3|~3.0|~4.0|~5.0"
3958
+      },
3959
+      "suggest": {
3960
+        "ext-intl": "For best performance"
3961
+      },
3962
+      "type": "library",
3963
+      "extra": {
3964
+        "branch-alias": {
3965
+          "dev-master": "1.12-dev"
3966
+        }
3967
+      },
3968
+      "autoload": {
3969
+        "files": [
3970
+          "bootstrap.php"
3971
+        ]
3972
+      },
3973
+      "notification-url": "https://packagist.org/downloads/",
3974
+      "license": [
3975
+        "MIT"
3976
+      ],
3977
+      "authors": [
3978
+        {
3979
+          "name": "Nicolas Grekas",
3980
+          "email": "p@tchwork.com"
3981
+        },
3982
+        {
3983
+          "name": "Symfony Community",
3984
+          "homepage": "https://symfony.com/contributors"
3985
+        }
3986
+      ],
3987
+      "description": "Symfony polyfill for intl's ICU-related data and classes",
3988
+      "homepage": "https://symfony.com",
3989
+      "keywords": [
3990
+        "compatibility",
3991
+        "icu",
3992
+        "intl",
3993
+        "polyfill",
3994
+        "portable",
3995
+        "shim"
3996
+      ],
3997
+      "time": "2019-08-06T08:03:45+00:00"
3998
+    },
3999
+    {
4000
+      "name": "symfony/polyfill-intl-idn",
4001
+      "version": "v1.12.0",
4002
+      "source": {
4003
+        "type": "git",
4004
+        "url": "https://github.com/symfony/polyfill-intl-idn.git",
4005
+        "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2"
4006
+      },
4007
+      "dist": {
4008
+        "type": "zip",
4009
+        "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6af626ae6fa37d396dc90a399c0ff08e5cfc45b2",
4010
+        "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2",
4011
+        "shasum": ""
4012
+      },
4013
+      "require": {
4014
+        "php": ">=5.3.3",
4015
+        "symfony/polyfill-mbstring": "^1.3",
4016
+        "symfony/polyfill-php72": "^1.9"
4017
+      },
4018
+      "suggest": {
4019
+        "ext-intl": "For best performance"
4020
+      },
4021
+      "type": "library",
4022
+      "extra": {
4023
+        "branch-alias": {
4024
+          "dev-master": "1.12-dev"
4025
+        }
4026
+      },
4027
+      "autoload": {
4028
+        "psr-4": {
4029
+          "Symfony\\Polyfill\\Intl\\Idn\\": ""
4030
+        },
4031
+        "files": [
4032
+          "bootstrap.php"
4033
+        ]
4034
+      },
4035
+      "notification-url": "https://packagist.org/downloads/",
4036
+      "license": [
4037
+        "MIT"
4038
+      ],
4039
+      "authors": [
4040
+        {
4041
+          "name": "Laurent Bassin",
4042
+          "email": "laurent@bassin.info"
4043
+        },
4044
+        {
4045
+          "name": "Symfony Community",
4046
+          "homepage": "https://symfony.com/contributors"
4047
+        }
4048
+      ],
4049
+      "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
4050
+      "homepage": "https://symfony.com",
4051
+      "keywords": [
4052
+        "compatibility",
4053
+        "idn",
4054
+        "intl",
4055
+        "polyfill",
4056
+        "portable",
4057
+        "shim"
4058
+      ],
4059
+      "time": "2019-08-06T08:03:45+00:00"
4060
+    },
4061
+    {
4062
+      "name": "symfony/polyfill-intl-normalizer",
4063
+      "version": "v1.12.0",
4064
+      "source": {
4065
+        "type": "git",
4066
+        "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
4067
+        "reference": "c7fcec8e5cd3fc87f91120b0b5d3cb1b7d44f7a9"
4068
+      },
4069
+      "dist": {
4070
+        "type": "zip",
4071
+        "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/c7fcec8e5cd3fc87f91120b0b5d3cb1b7d44f7a9",
4072
+        "reference": "c7fcec8e5cd3fc87f91120b0b5d3cb1b7d44f7a9",
4073
+        "shasum": ""
4074
+      },
4075
+      "require": {
4076
+        "php": ">=5.3.3"
4077
+      },
4078
+      "suggest": {
4079
+        "ext-intl": "For best performance"
4080
+      },
4081
+      "type": "library",
4082
+      "extra": {
4083
+        "branch-alias": {
4084
+          "dev-master": "1.12-dev"
4085
+        }
4086
+      },
4087
+      "autoload": {
4088
+        "psr-4": {
4089
+          "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
4090
+        },
4091
+        "files": [
4092
+          "bootstrap.php"
4093
+        ],
4094
+        "classmap": [
4095
+          "Resources/stubs"
4096
+        ]
4097
+      },
4098
+      "notification-url": "https://packagist.org/downloads/",
4099
+      "license": [
4100
+        "MIT"
4101
+      ],
4102
+      "authors": [
4103
+        {
4104
+          "name": "Nicolas Grekas",
4105
+          "email": "p@tchwork.com"
4106
+        },
4107
+        {
4108
+          "name": "Symfony Community",
4109
+          "homepage": "https://symfony.com/contributors"
4110
+        }
4111
+      ],
4112
+      "description": "Symfony polyfill for intl's Normalizer class and related functions",
4113
+      "homepage": "https://symfony.com",
4114
+      "keywords": [
4115
+        "compatibility",
4116
+        "intl",
4117
+        "normalizer",
4118
+        "polyfill",
4119
+        "portable",
4120
+        "shim"
4121
+      ],
4122
+      "time": "2019-08-06T08:03:45+00:00"
4123
+    },
4124
+    {
4125
+      "name": "symfony/polyfill-mbstring",
4126
+      "version": "v1.12.0",
4127
+      "source": {
4128
+        "type": "git",
4129
+        "url": "https://github.com/symfony/polyfill-mbstring.git",
4130
+        "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17"
4131
+      },
4132
+      "dist": {
4133
+        "type": "zip",
4134
+        "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17",
4135
+        "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17",
4136
+        "shasum": ""
4137
+      },
4138
+      "require": {
4139
+        "php": ">=5.3.3"
4140
+      },
4141
+      "suggest": {
4142
+        "ext-mbstring": "For best performance"
4143
+      },
4144
+      "type": "library",
4145
+      "extra": {
4146
+        "branch-alias": {
4147
+          "dev-master": "1.12-dev"
4148
+        }
4149
+      },
4150
+      "autoload": {
4151
+        "psr-4": {
4152
+          "Symfony\\Polyfill\\Mbstring\\": ""
4153
+        },
4154
+        "files": [
4155
+          "bootstrap.php"
4156
+        ]
4157
+      },
4158
+      "notification-url": "https://packagist.org/downloads/",
4159
+      "license": [
4160
+        "MIT"
4161
+      ],
4162
+      "authors": [
4163
+        {
4164
+          "name": "Nicolas Grekas",
4165
+          "email": "p@tchwork.com"
4166
+        },
4167
+        {
4168
+          "name": "Symfony Community",
4169
+          "homepage": "https://symfony.com/contributors"
4170
+        }
4171
+      ],
4172
+      "description": "Symfony polyfill for the Mbstring extension",
4173
+      "homepage": "https://symfony.com",
4174
+      "keywords": [
4175
+        "compatibility",
4176
+        "mbstring",
4177
+        "polyfill",
4178
+        "portable",
4179
+        "shim"
4180
+      ],
4181
+      "time": "2019-08-06T08:03:45+00:00"
4182
+    },
4183
+    {
4184
+      "name": "symfony/polyfill-php73",
4185
+      "version": "v1.12.0",
4186
+      "source": {
4187
+        "type": "git",
4188
+        "url": "https://github.com/symfony/polyfill-php73.git",
4189
+        "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188"
4190
+      },
4191
+      "dist": {
4192
+        "type": "zip",
4193
+        "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/2ceb49eaccb9352bff54d22570276bb75ba4a188",
4194
+        "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188",
4195
+        "shasum": ""
4196
+      },
4197
+      "require": {
4198
+        "php": ">=5.3.3"
4199
+      },
4200
+      "type": "library",
4201
+      "extra": {
4202
+        "branch-alias": {
4203
+          "dev-master": "1.12-dev"
4204
+        }
4205
+      },
4206
+      "autoload": {
4207
+        "psr-4": {
4208
+          "Symfony\\Polyfill\\Php73\\": ""
4209
+        },
4210
+        "files": [
4211
+          "bootstrap.php"
4212
+        ],
4213
+        "classmap": [
4214
+          "Resources/stubs"
4215
+        ]
4216
+      },
4217
+      "notification-url": "https://packagist.org/downloads/",
4218
+      "license": [
4219
+        "MIT"
4220
+      ],
4221
+      "authors": [
4222
+        {
4223
+          "name": "Nicolas Grekas",
4224
+          "email": "p@tchwork.com"
4225
+        },
4226
+        {
4227
+          "name": "Symfony Community",
4228
+          "homepage": "https://symfony.com/contributors"
4229
+        }
4230
+      ],
4231
+      "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
4232
+      "homepage": "https://symfony.com",
4233
+      "keywords": [
4234
+        "compatibility",
4235
+        "polyfill",
4236
+        "portable",
4237
+        "shim"
4238
+      ],
4239
+      "time": "2019-08-06T08:03:45+00:00"
4240
+    },
4241
+    {
4242
+      "name": "symfony/process",
4243
+      "version": "v5.0.0",
4244
+      "source": {
4245
+        "type": "git",
4246
+        "url": "https://github.com/symfony/process.git",
4247
+        "reference": "110f98bed214a007eb440c7bb14088fed96f847f"
4248
+      },
4249
+      "dist": {
4250
+        "type": "zip",
4251
+        "url": "https://api.github.com/repos/symfony/process/zipball/110f98bed214a007eb440c7bb14088fed96f847f",
4252
+        "reference": "110f98bed214a007eb440c7bb14088fed96f847f",
4253
+        "shasum": ""
4254
+      },
4255
+      "require": {
4256
+        "php": "^7.2.5"
4257
+      },
4258
+      "type": "library",
4259
+      "extra": {
4260
+        "branch-alias": {
4261
+          "dev-master": "5.0-dev"
4262
+        }
4263
+      },
4264
+      "autoload": {
4265
+        "psr-4": {
4266
+          "Symfony\\Component\\Process\\": ""
4267
+        },
4268
+        "exclude-from-classmap": [
4269
+          "/Tests/"
4270
+        ]
4271
+      },
4272
+      "notification-url": "https://packagist.org/downloads/",
4273
+      "license": [
4274
+        "MIT"
4275
+      ],
4276
+      "authors": [
4277
+        {
4278
+          "name": "Fabien Potencier",
4279
+          "email": "fabien@symfony.com"
4280
+        },
4281
+        {
4282
+          "name": "Symfony Community",
4283
+          "homepage": "https://symfony.com/contributors"
4284
+        }
4285
+      ],
4286
+      "description": "Symfony Process Component",
4287
+      "homepage": "https://symfony.com",
4288
+      "time": "2019-11-18T17:27:11+00:00"
4289
+    },
4290
+    {
4291
+      "name": "symfony/property-access",
4292
+      "version": "v5.0.0",
4293
+      "source": {
4294
+        "type": "git",
4295
+        "url": "https://github.com/symfony/property-access.git",
4296
+        "reference": "8203dcdeb544dd0fa36a127fd04eb8bb08ae44f1"
4297
+      },
4298
+      "dist": {
4299
+        "type": "zip",
4300
+        "url": "https://api.github.com/repos/symfony/property-access/zipball/8203dcdeb544dd0fa36a127fd04eb8bb08ae44f1",
4301
+        "reference": "8203dcdeb544dd0fa36a127fd04eb8bb08ae44f1",
4302
+        "shasum": ""
4303
+      },
4304
+      "require": {
4305
+        "php": "^7.2.5",
4306
+        "symfony/inflector": "^4.4|^5.0"
4307
+      },
4308
+      "require-dev": {
4309
+        "symfony/cache": "^4.4|^5.0"
4310
+      },
4311
+      "suggest": {
4312
+        "psr/cache-implementation": "To cache access methods."
4313
+      },
4314
+      "type": "library",
4315
+      "extra": {
4316
+        "branch-alias": {
4317
+          "dev-master": "5.0-dev"
4318
+        }
4319
+      },
4320
+      "autoload": {
4321
+        "psr-4": {
4322
+          "Symfony\\Component\\PropertyAccess\\": ""
4323
+        },
4324
+        "exclude-from-classmap": [
4325
+          "/Tests/"
4326
+        ]
4327
+      },
4328
+      "notification-url": "https://packagist.org/downloads/",
4329
+      "license": [
4330
+        "MIT"
4331
+      ],
4332
+      "authors": [
4333
+        {
4334
+          "name": "Fabien Potencier",
4335
+          "email": "fabien@symfony.com"
4336
+        },
4337
+        {
4338
+          "name": "Symfony Community",
4339
+          "homepage": "https://symfony.com/contributors"
4340
+        }
4341
+      ],
4342
+      "description": "Symfony PropertyAccess Component",
4343
+      "homepage": "https://symfony.com",
4344
+      "keywords": [
4345
+        "access",
4346
+        "array",
4347
+        "extraction",
4348
+        "index",
4349
+        "injection",
4350
+        "object",
4351
+        "property",
4352
+        "property path",
4353
+        "reflection"
4354
+      ],
4355
+      "time": "2019-11-18T17:27:11+00:00"
4356
+    },
4357
+    {
4358
+      "name": "symfony/property-info",
4359
+      "version": "v5.0.0",
4360
+      "source": {
4361
+        "type": "git",
4362
+        "url": "https://github.com/symfony/property-info.git",
4363
+        "reference": "f0bf8d7360e47261ceec67d9338a0c6257f59878"
4364
+      },
4365
+      "dist": {
4366
+        "type": "zip",
4367
+        "url": "https://api.github.com/repos/symfony/property-info/zipball/f0bf8d7360e47261ceec67d9338a0c6257f59878",
4368
+        "reference": "f0bf8d7360e47261ceec67d9338a0c6257f59878",
4369
+        "shasum": ""
4370
+      },
4371
+      "require": {
4372
+        "php": "^7.2.5",
4373
+        "symfony/inflector": "^4.4|^5.0"
4374
+      },
4375
+      "conflict": {
4376
+        "phpdocumentor/reflection-docblock": "<3.2.2",
4377
+        "phpdocumentor/type-resolver": "<0.3.0",
4378
+        "symfony/dependency-injection": "<4.4"
4379
+      },
4380
+      "require-dev": {
4381
+        "doctrine/annotations": "~1.7",
4382
+        "phpdocumentor/reflection-docblock": "^3.0|^4.0",
4383
+        "symfony/cache": "^4.4|^5.0",
4384
+        "symfony/dependency-injection": "^4.4|^5.0",
4385
+        "symfony/serializer": "^4.4|^5.0"
4386
+      },
4387
+      "suggest": {
4388
+        "phpdocumentor/reflection-docblock": "To use the PHPDoc",
4389
+        "psr/cache-implementation": "To cache results",
4390
+        "symfony/doctrine-bridge": "To use Doctrine metadata",
4391
+        "symfony/serializer": "To use Serializer metadata"
4392
+      },
4393
+      "type": "library",
4394
+      "extra": {
4395
+        "branch-alias": {
4396
+          "dev-master": "5.0-dev"
4397
+        }
4398
+      },
4399
+      "autoload": {
4400
+        "psr-4": {
4401
+          "Symfony\\Component\\PropertyInfo\\": ""
4402
+        },
4403
+        "exclude-from-classmap": [
4404
+          "/Tests/"
4405
+        ]
4406
+      },
4407
+      "notification-url": "https://packagist.org/downloads/",
4408
+      "license": [
4409
+        "MIT"
4410
+      ],
4411
+      "authors": [
4412
+        {
4413
+          "name": "Kévin Dunglas",
4414
+          "email": "dunglas@gmail.com"
4415
+        },
4416
+        {
4417
+          "name": "Symfony Community",
4418
+          "homepage": "https://symfony.com/contributors"
4419
+        }
4420
+      ],
4421
+      "description": "Symfony Property Info Component",
4422
+      "homepage": "https://symfony.com",
4423
+      "keywords": [
4424
+        "doctrine",
4425
+        "phpdoc",
4426
+        "property",
4427
+        "symfony",
4428
+        "type",
4429
+        "validator"
4430
+      ],
4431
+      "time": "2019-11-18T17:27:11+00:00"
4432
+    },
4433
+    {
4434
+      "name": "symfony/routing",
4435
+      "version": "v5.0.0",
4436
+      "source": {
4437
+        "type": "git",
4438
+        "url": "https://github.com/symfony/routing.git",
4439
+        "reference": "5d67bc113f3e565f8b3ecbea740f09d32af0a30b"
4440
+      },
4441
+      "dist": {
4442
+        "type": "zip",
4443
+        "url": "https://api.github.com/repos/symfony/routing/zipball/5d67bc113f3e565f8b3ecbea740f09d32af0a30b",
4444
+        "reference": "5d67bc113f3e565f8b3ecbea740f09d32af0a30b",
4445
+        "shasum": ""
4446
+      },
4447
+      "require": {
4448
+        "php": "^7.2.5"
4449
+      },
4450
+      "conflict": {
4451
+        "symfony/config": "<5.0",
4452
+        "symfony/dependency-injection": "<4.4",
4453
+        "symfony/yaml": "<4.4"
4454
+      },
4455
+      "require-dev": {
4456
+        "doctrine/annotations": "~1.2",
4457
+        "psr/log": "~1.0",
4458
+        "symfony/config": "^5.0",
4459
+        "symfony/dependency-injection": "^4.4|^5.0",
4460
+        "symfony/expression-language": "^4.4|^5.0",
4461
+        "symfony/http-foundation": "^4.4|^5.0",
4462
+        "symfony/yaml": "^4.4|^5.0"
4463
+      },
4464
+      "suggest": {
4465
+        "doctrine/annotations": "For using the annotation loader",
4466
+        "symfony/config": "For using the all-in-one router or any loader",
4467
+        "symfony/expression-language": "For using expression matching",
4468
+        "symfony/http-foundation": "For using a Symfony Request object",
4469
+        "symfony/yaml": "For using the YAML loader"
4470
+      },
4471
+      "type": "library",
4472
+      "extra": {
4473
+        "branch-alias": {
4474
+          "dev-master": "5.0-dev"
4475
+        }
4476
+      },
4477
+      "autoload": {
4478
+        "psr-4": {
4479
+          "Symfony\\Component\\Routing\\": ""
4480
+        },
4481
+        "exclude-from-classmap": [
4482
+          "/Tests/"
4483
+        ]
4484
+      },
4485
+      "notification-url": "https://packagist.org/downloads/",
4486
+      "license": [
4487
+        "MIT"
4488
+      ],
4489
+      "authors": [
4490
+        {
4491
+          "name": "Fabien Potencier",
4492
+          "email": "fabien@symfony.com"
4493
+        },
4494
+        {
4495
+          "name": "Symfony Community",
4496
+          "homepage": "https://symfony.com/contributors"
4497
+        }
4498
+      ],
4499
+      "description": "Symfony Routing Component",
4500
+      "homepage": "https://symfony.com",
4501
+      "keywords": [
4502
+        "router",
4503
+        "routing",
4504
+        "uri",
4505
+        "url"
4506
+      ],
4507
+      "time": "2019-11-20T11:12:35+00:00"
4508
+    },
4509
+    {
4510
+      "name": "symfony/security-bundle",
4511
+      "version": "v5.0.0",
4512
+      "source": {
4513
+        "type": "git",
4514
+        "url": "https://github.com/symfony/security-bundle.git",
4515
+        "reference": "a8f386340847b7678f96bb3255c3408c7a57322f"
4516
+      },
4517
+      "dist": {
4518
+        "type": "zip",
4519
+        "url": "https://api.github.com/repos/symfony/security-bundle/zipball/a8f386340847b7678f96bb3255c3408c7a57322f",
4520
+        "reference": "a8f386340847b7678f96bb3255c3408c7a57322f",
4521
+        "shasum": ""
4522
+      },
4523
+      "require": {
4524
+        "ext-xml": "*",
4525
+        "php": "^7.2.5",
4526
+        "symfony/config": "^4.4|^5.0",
4527
+        "symfony/dependency-injection": "^4.4|^5.0",
4528
+        "symfony/http-kernel": "^5.0",
4529
+        "symfony/security-core": "^4.4|^5.0",
4530
+        "symfony/security-csrf": "^4.4|^5.0",
4531
+        "symfony/security-guard": "^4.4|^5.0",
4532
+        "symfony/security-http": "^4.4|^5.0"
4533
+      },
4534
+      "conflict": {
4535
+        "symfony/browser-kit": "<4.4",
4536
+        "symfony/console": "<4.4",
4537
+        "symfony/framework-bundle": "<4.4",
4538
+        "symfony/ldap": "<4.4",
4539
+        "symfony/twig-bundle": "<4.4"
4540
+      },
4541
+      "require-dev": {
4542
+        "doctrine/doctrine-bundle": "^1.5|^2.0",
4543
+        "symfony/asset": "^4.4|^5.0",
4544
+        "symfony/browser-kit": "^4.4|^5.0",
4545
+        "symfony/console": "^4.4|^5.0",
4546
+        "symfony/css-selector": "^4.4|^5.0",
4547
+        "symfony/dom-crawler": "^4.4|^5.0",
4548
+        "symfony/expression-language": "^4.4|^5.0",
4549
+        "symfony/form": "^4.4|^5.0",
4550
+        "symfony/framework-bundle": "^4.4|^5.0",
4551
+        "symfony/process": "^4.4|^5.0",
4552
+        "symfony/serializer": "^4.4|^5.0",
4553
+        "symfony/translation": "^4.4|^5.0",
4554
+        "symfony/twig-bridge": "^4.4|^5.0",
4555
+        "symfony/twig-bundle": "^4.4|^5.0",
4556
+        "symfony/validator": "^4.4|^5.0",
4557
+        "symfony/yaml": "^4.4|^5.0",
4558
+        "twig/twig": "^2.10|^3.0"
4559
+      },
4560
+      "type": "symfony-bundle",
4561
+      "extra": {
4562
+        "branch-alias": {
4563
+          "dev-master": "5.0-dev"
4564
+        }
4565
+      },
4566
+      "autoload": {
4567
+        "psr-4": {
4568
+          "Symfony\\Bundle\\SecurityBundle\\": ""
4569
+        },
4570
+        "exclude-from-classmap": [
4571
+          "/Tests/"
4572
+        ]
4573
+      },
4574
+      "notification-url": "https://packagist.org/downloads/",
4575
+      "license": [
4576
+        "MIT"
4577
+      ],
4578
+      "authors": [
4579
+        {
4580
+          "name": "Fabien Potencier",
4581
+          "email": "fabien@symfony.com"
4582
+        },
4583
+        {
4584
+          "name": "Symfony Community",
4585
+          "homepage": "https://symfony.com/contributors"
4586
+        }
4587
+      ],
4588
+      "description": "Symfony SecurityBundle",
4589
+      "homepage": "https://symfony.com",
4590
+      "time": "2019-11-18T17:27:11+00:00"
4591
+    },
4592
+    {
4593
+      "name": "symfony/security-core",
4594
+      "version": "v5.0.0",
4595
+      "source": {
4596
+        "type": "git",
4597
+        "url": "https://github.com/symfony/security-core.git",
4598
+        "reference": "85009c888dcd612e3207f55e0be6d62faa5cdcb4"
4599
+      },
4600
+      "dist": {
4601
+        "type": "zip",
4602
+        "url": "https://api.github.com/repos/symfony/security-core/zipball/85009c888dcd612e3207f55e0be6d62faa5cdcb4",
4603
+        "reference": "85009c888dcd612e3207f55e0be6d62faa5cdcb4",
4604
+        "shasum": ""
4605
+      },
4606
+      "require": {
4607
+        "php": "^7.2.5",
4608
+        "symfony/event-dispatcher-contracts": "^1.1|^2",
4609
+        "symfony/service-contracts": "^1.1.6|^2"
4610
+      },
4611
+      "conflict": {
4612
+        "symfony/event-dispatcher": "<4.4",
4613
+        "symfony/ldap": "<4.4",
4614
+        "symfony/security-guard": "<4.4"
4615
+      },
4616
+      "require-dev": {
4617
+        "psr/container": "^1.0",
4618
+        "psr/log": "~1.0",
4619
+        "symfony/event-dispatcher": "^4.4|^5.0",
4620
+        "symfony/expression-language": "^4.4|^5.0",
4621
+        "symfony/http-foundation": "^4.4|^5.0",
4622
+        "symfony/ldap": "^4.4|^5.0",
4623
+        "symfony/validator": "^4.4|^5.0"
4624
+      },
4625
+      "suggest": {
4626
+        "psr/container-implementation": "To instantiate the Security class",
4627
+        "symfony/event-dispatcher": "",
4628
+        "symfony/expression-language": "For using the expression voter",
4629
+        "symfony/http-foundation": "",
4630
+        "symfony/ldap": "For using LDAP integration",
4631
+        "symfony/validator": "For using the user password constraint"
4632
+      },
4633
+      "type": "library",
4634
+      "extra": {
4635
+        "branch-alias": {
4636
+          "dev-master": "5.0-dev"
4637
+        }
4638
+      },
4639
+      "autoload": {
4640
+        "psr-4": {
4641
+          "Symfony\\Component\\Security\\Core\\": ""
4642
+        },
4643
+        "exclude-from-classmap": [
4644
+          "/Tests/"
4645
+        ]
4646
+      },
4647
+      "notification-url": "https://packagist.org/downloads/",
4648
+      "license": [
4649
+        "MIT"
4650
+      ],
4651
+      "authors": [
4652
+        {
4653
+          "name": "Fabien Potencier",
4654
+          "email": "fabien@symfony.com"
4655
+        },
4656
+        {
4657
+          "name": "Symfony Community",
4658
+          "homepage": "https://symfony.com/contributors"
4659
+        }
4660
+      ],
4661
+      "description": "Symfony Security Component - Core Library",
4662
+      "homepage": "https://symfony.com",
4663
+      "time": "2019-11-21T07:02:40+00:00"
4664
+    },
4665
+    {
4666
+      "name": "symfony/security-csrf",
4667
+      "version": "v5.0.0",
4668
+      "source": {
4669
+        "type": "git",
4670
+        "url": "https://github.com/symfony/security-csrf.git",
4671
+        "reference": "df14c3ebed8ed99750e8d27a6333918f80b5a8ea"
4672
+      },
4673
+      "dist": {
4674
+        "type": "zip",
4675
+        "url": "https://api.github.com/repos/symfony/security-csrf/zipball/df14c3ebed8ed99750e8d27a6333918f80b5a8ea",
4676
+        "reference": "df14c3ebed8ed99750e8d27a6333918f80b5a8ea",
4677
+        "shasum": ""
4678
+      },
4679
+      "require": {
4680
+        "php": "^7.2.5",
4681
+        "symfony/security-core": "^4.4|^5.0"
4682
+      },
4683
+      "conflict": {
4684
+        "symfony/http-foundation": "<4.4"
4685
+      },
4686
+      "require-dev": {
4687
+        "symfony/http-foundation": "^4.4|^5.0"
4688
+      },
4689
+      "suggest": {
4690
+        "symfony/http-foundation": "For using the class SessionTokenStorage."
4691
+      },
4692
+      "type": "library",
4693
+      "extra": {
4694
+        "branch-alias": {
4695
+          "dev-master": "5.0-dev"
4696
+        }
4697
+      },
4698
+      "autoload": {
4699
+        "psr-4": {
4700
+          "Symfony\\Component\\Security\\Csrf\\": ""
4701
+        },
4702
+        "exclude-from-classmap": [
4703
+          "/Tests/"
4704
+        ]
4705
+      },
4706
+      "notification-url": "https://packagist.org/downloads/",
4707
+      "license": [
4708
+        "MIT"
4709
+      ],
4710
+      "authors": [
4711
+        {
4712
+          "name": "Fabien Potencier",
4713
+          "email": "fabien@symfony.com"
4714
+        },
4715
+        {
4716
+          "name": "Symfony Community",
4717
+          "homepage": "https://symfony.com/contributors"
4718
+        }
4719
+      ],
4720
+      "description": "Symfony Security Component - CSRF Library",
4721
+      "homepage": "https://symfony.com",
4722
+      "time": "2019-11-18T17:27:11+00:00"
4723
+    },
4724
+    {
4725
+      "name": "symfony/security-guard",
4726
+      "version": "v5.0.0",
4727
+      "source": {
4728
+        "type": "git",
4729
+        "url": "https://github.com/symfony/security-guard.git",
4730
+        "reference": "6ae91611df8747c45a03bdbc7fc2d355c8d2908f"
4731
+      },
4732
+      "dist": {
4733
+        "type": "zip",
4734
+        "url": "https://api.github.com/repos/symfony/security-guard/zipball/6ae91611df8747c45a03bdbc7fc2d355c8d2908f",
4735
+        "reference": "6ae91611df8747c45a03bdbc7fc2d355c8d2908f",
4736
+        "shasum": ""
4737
+      },
4738
+      "require": {
4739
+        "php": "^7.2.5",
4740
+        "symfony/security-core": "^5.0",
4741
+        "symfony/security-http": "^4.4|^5.0"
4742
+      },
4743
+      "require-dev": {
4744
+        "psr/log": "~1.0"
4745
+      },
4746
+      "type": "library",
4747
+      "extra": {
4748
+        "branch-alias": {
4749
+          "dev-master": "5.0-dev"
4750
+        }
4751
+      },
4752
+      "autoload": {
4753
+        "psr-4": {
4754
+          "Symfony\\Component\\Security\\Guard\\": ""
4755
+        },
4756
+        "exclude-from-classmap": [
4757
+          "/Tests/"
4758
+        ]
4759
+      },
4760
+      "notification-url": "https://packagist.org/downloads/",
4761
+      "license": [
4762
+        "MIT"
4763
+      ],
4764
+      "authors": [
4765
+        {
4766
+          "name": "Fabien Potencier",
4767
+          "email": "fabien@symfony.com"
4768
+        },
4769
+        {
4770
+          "name": "Symfony Community",
4771
+          "homepage": "https://symfony.com/contributors"
4772
+        }
4773
+      ],
4774
+      "description": "Symfony Security Component - Guard",
4775
+      "homepage": "https://symfony.com",
4776
+      "time": "2019-11-18T17:27:11+00:00"
4777
+    },
4778
+    {
4779
+      "name": "symfony/security-http",
4780
+      "version": "v5.0.0",
4781
+      "source": {
4782
+        "type": "git",
4783
+        "url": "https://github.com/symfony/security-http.git",
4784
+        "reference": "18f96c1f4aff294d6872908741731ff0993dbd6f"
4785
+      },
4786
+      "dist": {
4787
+        "type": "zip",
4788
+        "url": "https://api.github.com/repos/symfony/security-http/zipball/18f96c1f4aff294d6872908741731ff0993dbd6f",
4789
+        "reference": "18f96c1f4aff294d6872908741731ff0993dbd6f",
4790
+        "shasum": ""
4791
+      },
4792
+      "require": {
4793
+        "php": "^7.2.5",
4794
+        "symfony/http-foundation": "^4.4|^5.0",
4795
+        "symfony/http-kernel": "^4.4|^5.0",
4796
+        "symfony/property-access": "^4.4|^5.0",
4797
+        "symfony/security-core": "^4.4|^5.0"
4798
+      },
4799
+      "conflict": {
4800
+        "symfony/security-csrf": "<4.4"
4801
+      },
4802
+      "require-dev": {
4803
+        "psr/log": "~1.0",
4804
+        "symfony/routing": "^4.4|^5.0",
4805
+        "symfony/security-csrf": "^4.4|^5.0"
4806
+      },
4807
+      "suggest": {
4808
+        "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
4809
+        "symfony/security-csrf": "For using tokens to protect authentication/logout attempts"
4810
+      },
4811
+      "type": "library",
4812
+      "extra": {
4813
+        "branch-alias": {
4814
+          "dev-master": "5.0-dev"
4815
+        }
4816
+      },
4817
+      "autoload": {
4818
+        "psr-4": {
4819
+          "Symfony\\Component\\Security\\Http\\": ""
4820
+        },
4821
+        "exclude-from-classmap": [
4822
+          "/Tests/"
4823
+        ]
4824
+      },
4825
+      "notification-url": "https://packagist.org/downloads/",
4826
+      "license": [
4827
+        "MIT"
4828
+      ],
4829
+      "authors": [
4830
+        {
4831
+          "name": "Fabien Potencier",
4832
+          "email": "fabien@symfony.com"
4833
+        },
4834
+        {
4835
+          "name": "Symfony Community",
4836
+          "homepage": "https://symfony.com/contributors"
4837
+        }
4838
+      ],
4839
+      "description": "Symfony Security Component - HTTP Integration",
4840
+      "homepage": "https://symfony.com",
4841
+      "time": "2019-11-21T07:02:40+00:00"
4842
+    },
4843
+    {
4844
+      "name": "symfony/serializer",
4845
+      "version": "v5.0.0",
4846
+      "source": {
4847
+        "type": "git",
4848
+        "url": "https://github.com/symfony/serializer.git",
4849
+        "reference": "358b1a42f5490d96dfde5bd55ee849159993bdff"
4850
+      },
4851
+      "dist": {
4852
+        "type": "zip",
4853
+        "url": "https://api.github.com/repos/symfony/serializer/zipball/358b1a42f5490d96dfde5bd55ee849159993bdff",
4854
+        "reference": "358b1a42f5490d96dfde5bd55ee849159993bdff",
4855
+        "shasum": ""
4856
+      },
4857
+      "require": {
4858
+        "php": "^7.2.5",
4859
+        "symfony/polyfill-ctype": "~1.8"
4860
+      },
4861
+      "conflict": {
4862
+        "phpdocumentor/type-resolver": "<0.2.1",
4863
+        "symfony/dependency-injection": "<4.4",
4864
+        "symfony/property-access": "<4.4",
4865
+        "symfony/property-info": "<4.4",
4866
+        "symfony/yaml": "<4.4"
4867
+      },
4868
+      "require-dev": {
4869
+        "doctrine/annotations": "~1.0",
4870
+        "doctrine/cache": "~1.0",
4871
+        "phpdocumentor/reflection-docblock": "^3.2|^4.0",
4872
+        "symfony/cache": "^4.4|^5.0",
4873
+        "symfony/config": "^4.4|^5.0",
4874
+        "symfony/dependency-injection": "^4.4|^5.0",
4875
+        "symfony/error-handler": "^4.4|^5.0",
4876
+        "symfony/http-foundation": "^4.4|^5.0",
4877
+        "symfony/mime": "^4.4|^5.0",
4878
+        "symfony/property-access": "^4.4|^5.0",
4879
+        "symfony/property-info": "^4.4|^5.0",
4880
+        "symfony/validator": "^4.4|^5.0",
4881
+        "symfony/yaml": "^4.4|^5.0"
4882
+      },
4883
+      "suggest": {
4884
+        "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
4885
+        "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
4886
+        "psr/cache-implementation": "For using the metadata cache.",
4887
+        "symfony/config": "For using the XML mapping loader.",
4888
+        "symfony/mime": "For using a MIME type guesser within the DataUriNormalizer.",
4889
+        "symfony/property-access": "For using the ObjectNormalizer.",
4890
+        "symfony/property-info": "To deserialize relations.",
4891
+        "symfony/yaml": "For using the default YAML mapping loader."
4892
+      },
4893
+      "type": "library",
4894
+      "extra": {
4895
+        "branch-alias": {
4896
+          "dev-master": "5.0-dev"
4897
+        }
4898
+      },
4899
+      "autoload": {
4900
+        "psr-4": {
4901
+          "Symfony\\Component\\Serializer\\": ""
4902
+        },
4903
+        "exclude-from-classmap": [
4904
+          "/Tests/"
4905
+        ]
4906
+      },
4907
+      "notification-url": "https://packagist.org/downloads/",
4908
+      "license": [
4909
+        "MIT"
4910
+      ],
4911
+      "authors": [
4912
+        {
4913
+          "name": "Fabien Potencier",
4914
+          "email": "fabien@symfony.com"
4915
+        },
4916
+        {
4917
+          "name": "Symfony Community",
4918
+          "homepage": "https://symfony.com/contributors"
4919
+        }
4920
+      ],
4921
+      "description": "Symfony Serializer Component",
4922
+      "homepage": "https://symfony.com",
4923
+      "time": "2019-11-18T17:27:11+00:00"
4924
+    },
4925
+    {
4926
+      "name": "symfony/serializer-pack",
4927
+      "version": "v1.0.2",
4928
+      "source": {
4929
+        "type": "git",
4930
+        "url": "https://github.com/symfony/serializer-pack.git",
4931
+        "reference": "c5f18ba4ff989a42d7d140b7f85406e77cd8c4b2"
4932
+      },
4933
+      "dist": {
4934
+        "type": "zip",
4935
+        "url": "https://api.github.com/repos/symfony/serializer-pack/zipball/c5f18ba4ff989a42d7d140b7f85406e77cd8c4b2",
4936
+        "reference": "c5f18ba4ff989a42d7d140b7f85406e77cd8c4b2",
4937
+        "shasum": ""
4938
+      },
4939
+      "require": {
4940
+        "doctrine/annotations": "^1.0",
4941
+        "php": "^7.0",
4942
+        "phpdocumentor/reflection-docblock": "^3.0|^4.0",
4943
+        "symfony/property-access": "*",
4944
+        "symfony/property-info": "*",
4945
+        "symfony/serializer": "*"
4946
+      },
4947
+      "type": "symfony-pack",
4948
+      "notification-url": "https://packagist.org/downloads/",
4949
+      "license": [
4950
+        "MIT"
4951
+      ],
4952
+      "description": "A pack for the Symfony serializer",
4953
+      "time": "2018-12-10T12:14:14+00:00"
4954
+    },
4955
+    {
4956
+      "name": "symfony/service-contracts",
4957
+      "version": "v2.0.0",
4958
+      "source": {
4959
+        "type": "git",
4960
+        "url": "https://github.com/symfony/service-contracts.git",
4961
+        "reference": "9d99e1556417bf227a62e14856d630672bf10eaf"
4962
+      },
4963
+      "dist": {
4964
+        "type": "zip",
4965
+        "url": "https://api.github.com/repos/symfony/service-contracts/zipball/9d99e1556417bf227a62e14856d630672bf10eaf",
4966
+        "reference": "9d99e1556417bf227a62e14856d630672bf10eaf",
4967
+        "shasum": ""
4968
+      },
4969
+      "require": {
4970
+        "php": "^7.2.9",
4971
+        "psr/container": "^1.0"
4972
+      },
4973
+      "suggest": {
4974
+        "symfony/service-implementation": ""
4975
+      },
4976
+      "type": "library",
4977
+      "extra": {
4978
+        "branch-alias": {
4979
+          "dev-master": "2.0-dev"
4980
+        }
4981
+      },
4982
+      "autoload": {
4983
+        "psr-4": {
4984
+          "Symfony\\Contracts\\Service\\": ""
4985
+        }
4986
+      },
4987
+      "notification-url": "https://packagist.org/downloads/",
4988
+      "license": [
4989
+        "MIT"
4990
+      ],
4991
+      "authors": [
4992
+        {
4993
+          "name": "Nicolas Grekas",
4994
+          "email": "p@tchwork.com"
4995
+        },
4996
+        {
4997
+          "name": "Symfony Community",
4998
+          "homepage": "https://symfony.com/contributors"
4999
+        }
5000
+      ],
5001
+      "description": "Generic abstractions related to writing services",
5002
+      "homepage": "https://symfony.com",
5003
+      "keywords": [
5004
+        "abstractions",
5005
+        "contracts",
5006
+        "decoupling",
5007
+        "interfaces",
5008
+        "interoperability",
5009
+        "standards"
5010
+      ],
5011
+      "time": "2019-11-09T09:18:34+00:00"
5012
+    },
5013
+    {
5014
+      "name": "symfony/stopwatch",
5015
+      "version": "v5.0.0",
5016
+      "source": {
5017
+        "type": "git",
5018
+        "url": "https://github.com/symfony/stopwatch.git",
5019
+        "reference": "d410282956706e0b08681a5527447a8e6b6f421e"
5020
+      },
5021
+      "dist": {
5022
+        "type": "zip",
5023
+        "url": "https://api.github.com/repos/symfony/stopwatch/zipball/d410282956706e0b08681a5527447a8e6b6f421e",
5024
+        "reference": "d410282956706e0b08681a5527447a8e6b6f421e",
5025
+        "shasum": ""
5026
+      },
5027
+      "require": {
5028
+        "php": "^7.2.5",
5029
+        "symfony/service-contracts": "^1.0|^2"
5030
+      },
5031
+      "type": "library",
5032
+      "extra": {
5033
+        "branch-alias": {
5034
+          "dev-master": "5.0-dev"
5035
+        }
5036
+      },
5037
+      "autoload": {
5038
+        "psr-4": {
5039
+          "Symfony\\Component\\Stopwatch\\": ""
5040
+        },
5041
+        "exclude-from-classmap": [
5042
+          "/Tests/"
5043
+        ]
5044
+      },
5045
+      "notification-url": "https://packagist.org/downloads/",
5046
+      "license": [
5047
+        "MIT"
5048
+      ],
5049
+      "authors": [
5050
+        {
5051
+          "name": "Fabien Potencier",
5052
+          "email": "fabien@symfony.com"
5053
+        },
5054
+        {
5055
+          "name": "Symfony Community",
5056
+          "homepage": "https://symfony.com/contributors"
5057
+        }
5058
+      ],
5059
+      "description": "Symfony Stopwatch Component",
5060
+      "homepage": "https://symfony.com",
5061
+      "time": "2019-11-18T17:27:11+00:00"
5062
+    },
5063
+    {
5064
+      "name": "symfony/string",
5065
+      "version": "v5.0.0",
5066
+      "source": {
5067
+        "type": "git",
5068
+        "url": "https://github.com/symfony/string.git",
5069
+        "reference": "abab74551c7b6754046690d02b742154ed42e3a5"
5070
+      },
5071
+      "dist": {
5072
+        "type": "zip",
5073
+        "url": "https://api.github.com/repos/symfony/string/zipball/abab74551c7b6754046690d02b742154ed42e3a5",
5074
+        "reference": "abab74551c7b6754046690d02b742154ed42e3a5",
5075
+        "shasum": ""
5076
+      },
5077
+      "require": {
5078
+        "php": "^7.2.5",
5079
+        "symfony/polyfill-intl-grapheme": "~1.0",
5080
+        "symfony/polyfill-intl-normalizer": "~1.0",
5081
+        "symfony/polyfill-mbstring": "~1.0",
5082
+        "symfony/translation-contracts": "^1.1|^2"
5083
+      },
5084
+      "type": "library",
5085
+      "extra": {
5086
+        "branch-alias": {
5087
+          "dev-master": "5.0-dev"
5088
+        }
5089
+      },
5090
+      "autoload": {
5091
+        "psr-4": {
5092
+          "Symfony\\Component\\String\\": ""
5093
+        },
5094
+        "files": [
5095
+          "Resources/functions.php"
5096
+        ],
5097
+        "exclude-from-classmap": [
5098
+          "/Tests/"
5099
+        ]
5100
+      },
5101
+      "notification-url": "https://packagist.org/downloads/",
5102
+      "license": [
5103
+        "MIT"
5104
+      ],
5105
+      "authors": [
5106
+        {
5107
+          "name": "Nicolas Grekas",
5108
+          "email": "p@tchwork.com"
5109
+        },
5110
+        {
5111
+          "name": "Symfony Community",
5112
+          "homepage": "https://symfony.com/contributors"
5113
+        }
5114
+      ],
5115
+      "description": "Symfony String component",
5116
+      "homepage": "https://symfony.com",
5117
+      "keywords": [
5118
+        "grapheme",
5119
+        "i18n",
5120
+        "string",
5121
+        "unicode",
5122
+        "utf-8",
5123
+        "utf8"
5124
+      ],
5125
+      "time": "2019-11-18T17:27:11+00:00"
5126
+    },
5127
+    {
5128
+      "name": "symfony/translation",
5129
+      "version": "v5.0.0",
5130
+      "source": {
5131
+        "type": "git",
5132
+        "url": "https://github.com/symfony/translation.git",
5133
+        "reference": "e86df1b0f1672362ecf96023faf2c42241c41330"
5134
+      },
5135
+      "dist": {
5136
+        "type": "zip",
5137
+        "url": "https://api.github.com/repos/symfony/translation/zipball/e86df1b0f1672362ecf96023faf2c42241c41330",
5138
+        "reference": "e86df1b0f1672362ecf96023faf2c42241c41330",
5139
+        "shasum": ""
5140
+      },
5141
+      "require": {
5142
+        "php": "^7.2.5",
5143
+        "symfony/polyfill-mbstring": "~1.0",
5144
+        "symfony/translation-contracts": "^2"
5145
+      },
5146
+      "conflict": {
5147
+        "symfony/config": "<4.4",
5148
+        "symfony/dependency-injection": "<5.0",
5149
+        "symfony/http-kernel": "<5.0",
5150
+        "symfony/twig-bundle": "<5.0",
5151
+        "symfony/yaml": "<4.4"
5152
+      },
5153
+      "provide": {
5154
+        "symfony/translation-implementation": "2.0"
5155
+      },
5156
+      "require-dev": {
5157
+        "psr/log": "~1.0",
5158
+        "symfony/config": "^4.4|^5.0",
5159
+        "symfony/console": "^4.4|^5.0",
5160
+        "symfony/dependency-injection": "^5.0",
5161
+        "symfony/finder": "^4.4|^5.0",
5162
+        "symfony/http-kernel": "^5.0",
5163
+        "symfony/intl": "^4.4|^5.0",
5164
+        "symfony/service-contracts": "^1.1.2|^2",
5165
+        "symfony/yaml": "^4.4|^5.0"
5166
+      },
5167
+      "suggest": {
5168
+        "psr/log-implementation": "To use logging capability in translator",
5169
+        "symfony/config": "",
5170
+        "symfony/yaml": ""
5171
+      },
5172
+      "type": "library",
5173
+      "extra": {
5174
+        "branch-alias": {
5175
+          "dev-master": "5.0-dev"
5176
+        }
5177
+      },
5178
+      "autoload": {
5179
+        "psr-4": {
5180
+          "Symfony\\Component\\Translation\\": ""
5181
+        },
5182
+        "exclude-from-classmap": [
5183
+          "/Tests/"
5184
+        ]
5185
+      },
5186
+      "notification-url": "https://packagist.org/downloads/",
5187
+      "license": [
5188
+        "MIT"
5189
+      ],
5190
+      "authors": [
5191
+        {
5192
+          "name": "Fabien Potencier",
5193
+          "email": "fabien@symfony.com"
5194
+        },
5195
+        {
5196
+          "name": "Symfony Community",
5197
+          "homepage": "https://symfony.com/contributors"
5198
+        }
5199
+      ],
5200
+      "description": "Symfony Translation Component",
5201
+      "homepage": "https://symfony.com",
5202
+      "time": "2019-11-18T17:27:11+00:00"
5203
+    },
5204
+    {
5205
+      "name": "symfony/translation-contracts",
5206
+      "version": "v2.0.0",
5207
+      "source": {
5208
+        "type": "git",
5209
+        "url": "https://github.com/symfony/translation-contracts.git",
5210
+        "reference": "8feb81e6bb1a42d6a3b1429c751d291eb6d05297"
5211
+      },
5212
+      "dist": {
5213
+        "type": "zip",
5214
+        "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/8feb81e6bb1a42d6a3b1429c751d291eb6d05297",
5215
+        "reference": "8feb81e6bb1a42d6a3b1429c751d291eb6d05297",
5216
+        "shasum": ""
5217
+      },
5218
+      "require": {
5219
+        "php": "^7.2.9"
5220
+      },
5221
+      "suggest": {
5222
+        "symfony/translation-implementation": ""
5223
+      },
5224
+      "type": "library",
5225
+      "extra": {
5226
+        "branch-alias": {
5227
+          "dev-master": "2.0-dev"
5228
+        }
5229
+      },
5230
+      "autoload": {
5231
+        "psr-4": {
5232
+          "Symfony\\Contracts\\Translation\\": ""
5233
+        }
5234
+      },
5235
+      "notification-url": "https://packagist.org/downloads/",
5236
+      "license": [
5237
+        "MIT"
5238
+      ],
5239
+      "authors": [
5240
+        {
5241
+          "name": "Nicolas Grekas",
5242
+          "email": "p@tchwork.com"
5243
+        },
5244
+        {
5245
+          "name": "Symfony Community",
5246
+          "homepage": "https://symfony.com/contributors"
5247
+        }
5248
+      ],
5249
+      "description": "Generic abstractions related to translation",
5250
+      "homepage": "https://symfony.com",
5251
+      "keywords": [
5252
+        "abstractions",
5253
+        "contracts",
5254
+        "decoupling",
5255
+        "interfaces",
5256
+        "interoperability",
5257
+        "standards"
5258
+      ],
5259
+      "time": "2019-11-09T09:18:34+00:00"
5260
+    },
5261
+    {
5262
+      "name": "symfony/twig-bridge",
5263
+      "version": "v5.0.0",
5264
+      "source": {
5265
+        "type": "git",
5266
+        "url": "https://github.com/symfony/twig-bridge.git",
5267
+        "reference": "eaafb2d196adc1b66f7379769f166f26eddd3306"
5268
+      },
5269
+      "dist": {
5270
+        "type": "zip",
5271
+        "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/eaafb2d196adc1b66f7379769f166f26eddd3306",
5272
+        "reference": "eaafb2d196adc1b66f7379769f166f26eddd3306",
5273
+        "shasum": ""
5274
+      },
5275
+      "require": {
5276
+        "php": "^7.2.5",
5277
+        "symfony/translation-contracts": "^1.1|^2",
5278
+        "twig/twig": "^2.10|^3.0"
5279
+      },
5280
+      "conflict": {
5281
+        "symfony/console": "<4.4",
5282
+        "symfony/form": "<5.0",
5283
+        "symfony/http-foundation": "<4.4",
5284
+        "symfony/http-kernel": "<4.4",
5285
+        "symfony/translation": "<5.0",
5286
+        "symfony/workflow": "<4.4"
5287
+      },
5288
+      "require-dev": {
5289
+        "egulias/email-validator": "^2.1.10",
5290
+        "symfony/asset": "^4.4|^5.0",
5291
+        "symfony/console": "^4.4|^5.0",
5292
+        "symfony/dependency-injection": "^4.4|^5.0",
5293
+        "symfony/expression-language": "^4.4|^5.0",
5294
+        "symfony/finder": "^4.4|^5.0",
5295
+        "symfony/form": "^5.0",
5296
+        "symfony/http-foundation": "^4.4|^5.0",
5297
+        "symfony/http-kernel": "^4.4|^5.0",
5298
+        "symfony/mime": "^4.4|^5.0",
5299
+        "symfony/polyfill-intl-icu": "~1.0",
5300
+        "symfony/routing": "^4.4|^5.0",
5301
+        "symfony/security-acl": "^2.8|^3.0",
5302
+        "symfony/security-core": "^4.4|^5.0",
5303
+        "symfony/security-csrf": "^4.4|^5.0",
5304
+        "symfony/security-http": "^4.4|^5.0",
5305
+        "symfony/stopwatch": "^4.4|^5.0",
5306
+        "symfony/translation": "^5.0",
5307
+        "symfony/web-link": "^4.4|^5.0",
5308
+        "symfony/workflow": "^4.4|^5.0",
5309
+        "symfony/yaml": "^4.4|^5.0",
5310
+        "twig/cssinliner-extra": "^2.12",
5311
+        "twig/inky-extra": "^2.12",
5312
+        "twig/markdown-extra": "^2.12"
5313
+      },
5314
+      "suggest": {
5315
+        "symfony/asset": "For using the AssetExtension",
5316
+        "symfony/expression-language": "For using the ExpressionExtension",
5317
+        "symfony/finder": "",
5318
+        "symfony/form": "For using the FormExtension",
5319
+        "symfony/http-kernel": "For using the HttpKernelExtension",
5320
+        "symfony/routing": "For using the RoutingExtension",
5321
+        "symfony/security-core": "For using the SecurityExtension",
5322
+        "symfony/security-csrf": "For using the CsrfExtension",
5323
+        "symfony/security-http": "For using the LogoutUrlExtension",
5324
+        "symfony/stopwatch": "For using the StopwatchExtension",
5325
+        "symfony/translation": "For using the TranslationExtension",
5326
+        "symfony/var-dumper": "For using the DumpExtension",
5327
+        "symfony/web-link": "For using the WebLinkExtension",
5328
+        "symfony/yaml": "For using the YamlExtension"
5329
+      },
5330
+      "type": "symfony-bridge",
5331
+      "extra": {
5332
+        "branch-alias": {
5333
+          "dev-master": "5.0-dev"
5334
+        }
5335
+      },
5336
+      "autoload": {
5337
+        "psr-4": {
5338
+          "Symfony\\Bridge\\Twig\\": ""
5339
+        },
5340
+        "exclude-from-classmap": [
5341
+          "/Tests/"
5342
+        ]
5343
+      },
5344
+      "notification-url": "https://packagist.org/downloads/",
5345
+      "license": [
5346
+        "MIT"
5347
+      ],
5348
+      "authors": [
5349
+        {
5350
+          "name": "Fabien Potencier",
5351
+          "email": "fabien@symfony.com"
5352
+        },
5353
+        {
5354
+          "name": "Symfony Community",
5355
+          "homepage": "https://symfony.com/contributors"
5356
+        }
5357
+      ],
5358
+      "description": "Symfony Twig Bridge",
5359
+      "homepage": "https://symfony.com",
5360
+      "time": "2019-11-18T17:27:11+00:00"
5361
+    },
5362
+    {
5363
+      "name": "symfony/twig-bundle",
5364
+      "version": "v5.0.0",
5365
+      "source": {
5366
+        "type": "git",
5367
+        "url": "https://github.com/symfony/twig-bundle.git",
5368
+        "reference": "9f11f898f7fc2b5f35c1977a926fcab339e6bb8b"
5369
+      },
5370
+      "dist": {
5371
+        "type": "zip",
5372
+        "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/9f11f898f7fc2b5f35c1977a926fcab339e6bb8b",
5373
+        "reference": "9f11f898f7fc2b5f35c1977a926fcab339e6bb8b",
5374
+        "shasum": ""
5375
+      },
5376
+      "require": {
5377
+        "php": "^7.2.5",
5378
+        "symfony/config": "^4.4|^5.0",
5379
+        "symfony/http-foundation": "^4.4|^5.0",
5380
+        "symfony/http-kernel": "^5.0",
5381
+        "symfony/polyfill-ctype": "~1.8",
5382
+        "symfony/twig-bridge": "^5.0",
5383
+        "twig/twig": "^2.10|^3.0"
5384
+      },
5385
+      "conflict": {
5386
+        "symfony/dependency-injection": "<4.4",
5387
+        "symfony/framework-bundle": "<5.0",
5388
+        "symfony/translation": "<5.0"
5389
+      },
5390
+      "require-dev": {
5391
+        "doctrine/annotations": "~1.7",
5392
+        "doctrine/cache": "~1.0",
5393
+        "symfony/asset": "^4.4|^5.0",
5394
+        "symfony/dependency-injection": "^4.4|^5.0",
5395
+        "symfony/expression-language": "^4.4|^5.0",
5396
+        "symfony/finder": "^4.4|^5.0",
5397
+        "symfony/form": "^4.4|^5.0",
5398
+        "symfony/framework-bundle": "^5.0",
5399
+        "symfony/routing": "^4.4|^5.0",
5400
+        "symfony/stopwatch": "^4.4|^5.0",
5401
+        "symfony/translation": "^5.0",
5402
+        "symfony/web-link": "^4.4|^5.0",
5403
+        "symfony/yaml": "^4.4|^5.0"
5404
+      },
5405
+      "type": "symfony-bundle",
5406
+      "extra": {
5407
+        "branch-alias": {
5408
+          "dev-master": "5.0-dev"
5409
+        }
5410
+      },
5411
+      "autoload": {
5412
+        "psr-4": {
5413
+          "Symfony\\Bundle\\TwigBundle\\": ""
5414
+        },
5415
+        "exclude-from-classmap": [
5416
+          "/Tests/"
5417
+        ]
5418
+      },
5419
+      "notification-url": "https://packagist.org/downloads/",
5420
+      "license": [
5421
+        "MIT"
5422
+      ],
5423
+      "authors": [
5424
+        {
5425
+          "name": "Fabien Potencier",
5426
+          "email": "fabien@symfony.com"
5427
+        },
5428
+        {
5429
+          "name": "Symfony Community",
5430
+          "homepage": "https://symfony.com/contributors"
5431
+        }
5432
+      ],
5433
+      "description": "Symfony TwigBundle",
5434
+      "homepage": "https://symfony.com",
5435
+      "time": "2019-11-18T17:27:11+00:00"
5436
+    },
5437
+    {
5438
+      "name": "symfony/twig-pack",
5439
+      "version": "v1.0.0",
5440
+      "source": {
5441
+        "type": "git",
5442
+        "url": "https://github.com/symfony/twig-pack.git",
5443
+        "reference": "8b278ea4b61fba7c051f172aacae6d87ef4be0e0"
5444
+      },
5445
+      "dist": {
5446
+        "type": "zip",
5447
+        "url": "https://api.github.com/repos/symfony/twig-pack/zipball/8b278ea4b61fba7c051f172aacae6d87ef4be0e0",
5448
+        "reference": "8b278ea4b61fba7c051f172aacae6d87ef4be0e0",
5449
+        "shasum": ""
5450
+      },
5451
+      "require": {
5452
+        "php": "^7.0",
5453
+        "symfony/twig-bundle": "*",
5454
+        "twig/extra-bundle": "^2.12|^3.0",
5455
+        "twig/twig": "^2.12|^3.0"
5456
+      },
5457
+      "type": "symfony-pack",
5458
+      "notification-url": "https://packagist.org/downloads/",
5459
+      "license": [
5460
+        "MIT"
5461
+      ],
5462
+      "description": "A Twig pack for Symfony projects",
5463
+      "time": "2019-10-17T05:44:22+00:00"
5464
+    },
5465
+    {
5466
+      "name": "symfony/validator",
5467
+      "version": "v5.0.0",
5468
+      "source": {
5469
+        "type": "git",
5470
+        "url": "https://github.com/symfony/validator.git",
5471
+        "reference": "4c32fbacd1652271be449be4ebc57eb5c4c8793b"
5472
+      },
5473
+      "dist": {
5474
+        "type": "zip",
5475
+        "url": "https://api.github.com/repos/symfony/validator/zipball/4c32fbacd1652271be449be4ebc57eb5c4c8793b",
5476
+        "reference": "4c32fbacd1652271be449be4ebc57eb5c4c8793b",
5477
+        "shasum": ""
5478
+      },
5479
+      "require": {
5480
+        "php": "^7.2.5",
5481
+        "symfony/polyfill-ctype": "~1.8",
5482
+        "symfony/polyfill-mbstring": "~1.0",
5483
+        "symfony/translation-contracts": "^1.1|^2"
5484
+      },
5485
+      "conflict": {
5486
+        "doctrine/lexer": "<1.0.2",
5487
+        "phpunit/phpunit": "<5.4.3",
5488
+        "symfony/dependency-injection": "<4.4",
5489
+        "symfony/http-kernel": "<4.4",
5490
+        "symfony/intl": "<4.4",
5491
+        "symfony/translation": "<4.4",
5492
+        "symfony/yaml": "<4.4"
5493
+      },
5494
+      "require-dev": {
5495
+        "doctrine/annotations": "~1.7",
5496
+        "doctrine/cache": "~1.0",
5497
+        "egulias/email-validator": "^2.1.10",
5498
+        "symfony/cache": "^4.4|^5.0",
5499
+        "symfony/config": "^4.4|^5.0",
5500
+        "symfony/dependency-injection": "^4.4|^5.0",
5501
+        "symfony/expression-language": "^4.4|^5.0",
5502
+        "symfony/http-client": "^4.4|^5.0",
5503
+        "symfony/http-foundation": "^4.4|^5.0",
5504
+        "symfony/http-kernel": "^4.4|^5.0",
5505
+        "symfony/intl": "^4.4|^5.0",
5506
+        "symfony/property-access": "^4.4|^5.0",
5507
+        "symfony/property-info": "^4.4|^5.0",
5508
+        "symfony/translation": "^4.4|^5.0",
5509
+        "symfony/yaml": "^4.4|^5.0"
5510
+      },
5511
+      "suggest": {
5512
+        "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
5513
+        "doctrine/cache": "For using the default cached annotation reader.",
5514
+        "egulias/email-validator": "Strict (RFC compliant) email validation",
5515
+        "psr/cache-implementation": "For using the mapping cache.",
5516
+        "symfony/config": "",
5517
+        "symfony/expression-language": "For using the Expression validator",
5518
+        "symfony/http-foundation": "",
5519
+        "symfony/intl": "",
5520
+        "symfony/property-access": "For accessing properties within comparison constraints",
5521
+        "symfony/property-info": "To automatically add NotNull and Type constraints",
5522
+        "symfony/translation": "For translating validation errors.",
5523
+        "symfony/yaml": ""
5524
+      },
5525
+      "type": "library",
5526
+      "extra": {
5527
+        "branch-alias": {
5528
+          "dev-master": "5.0-dev"
5529
+        }
5530
+      },
5531
+      "autoload": {
5532
+        "psr-4": {
5533
+          "Symfony\\Component\\Validator\\": ""
5534
+        },
5535
+        "exclude-from-classmap": [
5536
+          "/Tests/"
5537
+        ]
5538
+      },
5539
+      "notification-url": "https://packagist.org/downloads/",
5540
+      "license": [
5541
+        "MIT"
5542
+      ],
5543
+      "authors": [
5544
+        {
5545
+          "name": "Fabien Potencier",
5546
+          "email": "fabien@symfony.com"
5547
+        },
5548
+        {
5549
+          "name": "Symfony Community",
5550
+          "homepage": "https://symfony.com/contributors"
5551
+        }
5552
+      ],
5553
+      "description": "Symfony Validator Component",
5554
+      "homepage": "https://symfony.com",
5555
+      "time": "2019-11-18T17:27:11+00:00"
5556
+    },
5557
+    {
5558
+      "name": "symfony/var-dumper",
5559
+      "version": "v5.0.0",
5560
+      "source": {
5561
+        "type": "git",
5562
+        "url": "https://github.com/symfony/var-dumper.git",
5563
+        "reference": "956b8b6e4c52186695f592286414601abfcec284"
5564
+      },
5565
+      "dist": {
5566
+        "type": "zip",
5567
+        "url": "https://api.github.com/repos/symfony/var-dumper/zipball/956b8b6e4c52186695f592286414601abfcec284",
5568
+        "reference": "956b8b6e4c52186695f592286414601abfcec284",
5569
+        "shasum": ""
5570
+      },
5571
+      "require": {
5572
+        "php": "^7.2.5",
5573
+        "symfony/polyfill-mbstring": "~1.0"
5574
+      },
5575
+      "conflict": {
5576
+        "phpunit/phpunit": "<5.4.3",
5577
+        "symfony/console": "<4.4"
5578
+      },
5579
+      "require-dev": {
5580
+        "ext-iconv": "*",
5581
+        "symfony/console": "^4.4|^5.0",
5582
+        "symfony/process": "^4.4|^5.0",
5583
+        "twig/twig": "^2.4|^3.0"
5584
+      },
5585
+      "suggest": {
5586
+        "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
5587
+        "ext-intl": "To show region name in time zone dump",
5588
+        "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
5589
+      },
5590
+      "bin": [
5591
+        "Resources/bin/var-dump-server"
5592
+      ],
5593
+      "type": "library",
5594
+      "extra": {
5595
+        "branch-alias": {
5596
+          "dev-master": "5.0-dev"
5597
+        }
5598
+      },
5599
+      "autoload": {
5600
+        "files": [
5601
+          "Resources/functions/dump.php"
5602
+        ],
5603
+        "psr-4": {
5604
+          "Symfony\\Component\\VarDumper\\": ""
5605
+        },
5606
+        "exclude-from-classmap": [
5607
+          "/Tests/"
5608
+        ]
5609
+      },
5610
+      "notification-url": "https://packagist.org/downloads/",
5611
+      "license": [
5612
+        "MIT"
5613
+      ],
5614
+      "authors": [
5615
+        {
5616
+          "name": "Nicolas Grekas",
5617
+          "email": "p@tchwork.com"
5618
+        },
5619
+        {
5620
+          "name": "Symfony Community",
5621
+          "homepage": "https://symfony.com/contributors"
5622
+        }
5623
+      ],
5624
+      "description": "Symfony mechanism for exploring and dumping PHP variables",
5625
+      "homepage": "https://symfony.com",
5626
+      "keywords": [
5627
+        "debug",
5628
+        "dump"
5629
+      ],
5630
+      "time": "2019-11-18T17:27:11+00:00"
5631
+    },
5632
+    {
5633
+      "name": "symfony/var-exporter",
5634
+      "version": "v5.0.0",
5635
+      "source": {
5636
+        "type": "git",
5637
+        "url": "https://github.com/symfony/var-exporter.git",
5638
+        "reference": "e2f1eeb12edacf744c4b359a859204578fdf8549"
5639
+      },
5640
+      "dist": {
5641
+        "type": "zip",
5642
+        "url": "https://api.github.com/repos/symfony/var-exporter/zipball/e2f1eeb12edacf744c4b359a859204578fdf8549",
5643
+        "reference": "e2f1eeb12edacf744c4b359a859204578fdf8549",
5644
+        "shasum": ""
5645
+      },
5646
+      "require": {
5647
+        "php": "^7.2.5"
5648
+      },
5649
+      "require-dev": {
5650
+        "symfony/var-dumper": "^4.4|^5.0"
5651
+      },
5652
+      "type": "library",
5653
+      "extra": {
5654
+        "branch-alias": {
5655
+          "dev-master": "5.0-dev"
5656
+        }
5657
+      },
5658
+      "autoload": {
5659
+        "psr-4": {
5660
+          "Symfony\\Component\\VarExporter\\": ""
5661
+        },
5662
+        "exclude-from-classmap": [
5663
+          "/Tests/"
5664
+        ]
5665
+      },
5666
+      "notification-url": "https://packagist.org/downloads/",
5667
+      "license": [
5668
+        "MIT"
5669
+      ],
5670
+      "authors": [
5671
+        {
5672
+          "name": "Nicolas Grekas",
5673
+          "email": "p@tchwork.com"
5674
+        },
5675
+        {
5676
+          "name": "Symfony Community",
5677
+          "homepage": "https://symfony.com/contributors"
5678
+        }
5679
+      ],
5680
+      "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
5681
+      "homepage": "https://symfony.com",
5682
+      "keywords": [
5683
+        "clone",
5684
+        "construct",
5685
+        "export",
5686
+        "hydrate",
5687
+        "instantiate",
5688
+        "serialize"
5689
+      ],
5690
+      "time": "2019-11-18T17:27:11+00:00"
5691
+    },
5692
+    {
5693
+      "name": "symfony/web-link",
5694
+      "version": "v5.0.0",
5695
+      "source": {
5696
+        "type": "git",
5697
+        "url": "https://github.com/symfony/web-link.git",
5698
+        "reference": "572ab541ec2ca2e0d0f76fd08da006805e4db157"
5699
+      },
5700
+      "dist": {
5701
+        "type": "zip",
5702
+        "url": "https://api.github.com/repos/symfony/web-link/zipball/572ab541ec2ca2e0d0f76fd08da006805e4db157",
5703
+        "reference": "572ab541ec2ca2e0d0f76fd08da006805e4db157",
5704
+        "shasum": ""
5705
+      },
5706
+      "require": {
5707
+        "php": "^7.2.5",
5708
+        "psr/link": "^1.0"
5709
+      },
5710
+      "conflict": {
5711
+        "symfony/http-kernel": "<4.4"
5712
+      },
5713
+      "provide": {
5714
+        "psr/link-implementation": "1.0"
5715
+      },
5716
+      "require-dev": {
5717
+        "symfony/http-foundation": "^4.4|^5.0",
5718
+        "symfony/http-kernel": "^4.4|^5.0"
5719
+      },
5720
+      "suggest": {
5721
+        "symfony/http-kernel": ""
5722
+      },
5723
+      "type": "library",
5724
+      "extra": {
5725
+        "branch-alias": {
5726
+          "dev-master": "5.0-dev"
5727
+        }
5728
+      },
5729
+      "autoload": {
5730
+        "psr-4": {
5731
+          "Symfony\\Component\\WebLink\\": ""
5732
+        },
5733
+        "exclude-from-classmap": [
5734
+          "/Tests/"
5735
+        ]
5736
+      },
5737
+      "notification-url": "https://packagist.org/downloads/",
5738
+      "license": [
5739
+        "MIT"
5740
+      ],
5741
+      "authors": [
5742
+        {
5743
+          "name": "Kévin Dunglas",
5744
+          "email": "dunglas@gmail.com"
5745
+        },
5746
+        {
5747
+          "name": "Symfony Community",
5748
+          "homepage": "https://symfony.com/contributors"
5749
+        }
5750
+      ],
5751
+      "description": "Symfony WebLink Component",
5752
+      "homepage": "https://symfony.com",
5753
+      "keywords": [
5754
+        "dns-prefetch",
5755
+        "http",
5756
+        "http2",
5757
+        "link",
5758
+        "performance",
5759
+        "prefetch",
5760
+        "preload",
5761
+        "prerender",
5762
+        "psr13",
5763
+        "push"
5764
+      ],
5765
+      "time": "2019-11-18T17:27:11+00:00"
5766
+    },
5767
+    {
5768
+      "name": "symfony/yaml",
5769
+      "version": "v5.0.0",
5770
+      "source": {
5771
+        "type": "git",
5772
+        "url": "https://github.com/symfony/yaml.git",
5773
+        "reference": "51b684480184fa767b97e28eaca67664e48dd3e9"
5774
+      },
5775
+      "dist": {
5776
+        "type": "zip",
5777
+        "url": "https://api.github.com/repos/symfony/yaml/zipball/51b684480184fa767b97e28eaca67664e48dd3e9",
5778
+        "reference": "51b684480184fa767b97e28eaca67664e48dd3e9",
5779
+        "shasum": ""
5780
+      },
5781
+      "require": {
5782
+        "php": "^7.2.5",
5783
+        "symfony/polyfill-ctype": "~1.8"
5784
+      },
5785
+      "conflict": {
5786
+        "symfony/console": "<4.4"
5787
+      },
5788
+      "require-dev": {
5789
+        "symfony/console": "^4.4|^5.0"
5790
+      },
5791
+      "suggest": {
5792
+        "symfony/console": "For validating YAML files using the lint command"
5793
+      },
5794
+      "type": "library",
5795
+      "extra": {
5796
+        "branch-alias": {
5797
+          "dev-master": "5.0-dev"
5798
+        }
5799
+      },
5800
+      "autoload": {
5801
+        "psr-4": {
5802
+          "Symfony\\Component\\Yaml\\": ""
5803
+        },
5804
+        "exclude-from-classmap": [
5805
+          "/Tests/"
5806
+        ]
5807
+      },
5808
+      "notification-url": "https://packagist.org/downloads/",
5809
+      "license": [
5810
+        "MIT"
5811
+      ],
5812
+      "authors": [
5813
+        {
5814
+          "name": "Fabien Potencier",
5815
+          "email": "fabien@symfony.com"
5816
+        },
5817
+        {
5818
+          "name": "Symfony Community",
5819
+          "homepage": "https://symfony.com/contributors"
5820
+        }
5821
+      ],
5822
+      "description": "Symfony Yaml Component",
5823
+      "homepage": "https://symfony.com",
5824
+      "time": "2019-11-18T17:27:11+00:00"
5825
+    },
5826
+    {
5827
+      "name": "twig/extra-bundle",
5828
+      "version": "v3.0.0",
5829
+      "source": {
5830
+        "type": "git",
5831
+        "url": "https://github.com/twigphp/twig-extra-bundle.git",
5832
+        "reference": "c56821429490e351003a09b7ed0c917feec2355f"
5833
+      },
5834
+      "dist": {
5835
+        "type": "zip",
5836
+        "url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/c56821429490e351003a09b7ed0c917feec2355f",
5837
+        "reference": "c56821429490e351003a09b7ed0c917feec2355f",
5838
+        "shasum": ""
5839
+      },
5840
+      "require": {
5841
+        "php": "^7.1.3",
5842
+        "symfony/framework-bundle": "^4.3|^5.0",
5843
+        "symfony/twig-bundle": "^4.3|^5.0",
5844
+        "twig/twig": "^2.4|^3.0"
5845
+      },
5846
+      "require-dev": {
5847
+        "twig/cssinliner-extra": "^2.12|^3.0@dev",
5848
+        "twig/html-extra": "^2.12@dev|^3.0@dev",
5849
+        "twig/inky-extra": "^2.12@dev|^3.0@dev",
5850
+        "twig/intl-extra": "^2.12@dev|^3.0@dev",
5851
+        "twig/markdown-extra": "^2.12@dev|^3.0@dev"
5852
+      },
5853
+      "type": "symfony-bundle",
5854
+      "extra": {
5855
+        "branch-alias": {
5856
+          "dev-master": "3.0-dev"
5857
+        }
5858
+      },
5859
+      "autoload": {
5860
+        "psr-4": {
5861
+          "Twig\\Extra\\TwigExtraBundle\\": "src/"
5862
+        }
5863
+      },
5864
+      "notification-url": "https://packagist.org/downloads/",
5865
+      "license": [
5866
+        "MIT"
5867
+      ],
5868
+      "authors": [
5869
+        {
5870
+          "name": "Fabien Potencier",
5871
+          "email": "fabien@symfony.com",
5872
+          "homepage": "http://fabien.potencier.org",
5873
+          "role": "Lead Developer"
5874
+        }
5875
+      ],
5876
+      "description": "A Symfony bundle for extra Twig extensions",
5877
+      "homepage": "https://twig.symfony.com",
5878
+      "keywords": [
5879
+        "bundle",
5880
+        "extra",
5881
+        "twig"
5882
+      ],
5883
+      "time": "2019-10-17T07:30:08+00:00"
5884
+    },
5885
+    {
5886
+      "name": "twig/twig",
5887
+      "version": "v3.0.0",
5888
+      "source": {
5889
+        "type": "git",
5890
+        "url": "https://github.com/twigphp/Twig.git",
5891
+        "reference": "9b58bb8ac7a41d72fbb5a7dc643e07923e5ccc26"
5892
+      },
5893
+      "dist": {
5894
+        "type": "zip",
5895
+        "url": "https://api.github.com/repos/twigphp/Twig/zipball/9b58bb8ac7a41d72fbb5a7dc643e07923e5ccc26",
5896
+        "reference": "9b58bb8ac7a41d72fbb5a7dc643e07923e5ccc26",
5897
+        "shasum": ""
5898
+      },
5899
+      "require": {
5900
+        "php": "^7.2.9",
5901
+        "symfony/polyfill-ctype": "^1.8",
5902
+        "symfony/polyfill-mbstring": "^1.3"
5903
+      },
5904
+      "require-dev": {
5905
+        "psr/container": "^1.0",
5906
+        "symfony/debug": "^3.4|^4.2|^5.0",
5907
+        "symfony/phpunit-bridge": "^4.4@dev|^5.0"
5908
+      },
5909
+      "type": "library",
5910
+      "extra": {
5911
+        "branch-alias": {
5912
+          "dev-master": "3.0-dev"
5913
+        }
5914
+      },
5915
+      "autoload": {
5916
+        "psr-4": {
5917
+          "Twig\\": "src/"
5918
+        }
5919
+      },
5920
+      "notification-url": "https://packagist.org/downloads/",
5921
+      "license": [
5922
+        "BSD-3-Clause"
5923
+      ],
5924
+      "authors": [
5925
+        {
5926
+          "name": "Fabien Potencier",
5927
+          "email": "fabien@symfony.com",
5928
+          "homepage": "http://fabien.potencier.org",
5929
+          "role": "Lead Developer"
5930
+        },
5931
+        {
5932
+          "name": "Twig Team",
5933
+          "homepage": "https://twig.symfony.com/contributors",
5934
+          "role": "Contributors"
5935
+        },
5936
+        {
5937
+          "name": "Armin Ronacher",
5938
+          "email": "armin.ronacher@active-4.com",
5939
+          "role": "Project Founder"
5940
+        }
5941
+      ],
5942
+      "description": "Twig, the flexible, fast, and secure template language for PHP",
5943
+      "homepage": "https://twig.symfony.com",
5944
+      "keywords": [
5945
+        "templating"
5946
+      ],
5947
+      "time": "2019-11-15T20:38:32+00:00"
5948
+    },
5949
+    {
5950
+      "name": "webmozart/assert",
5951
+      "version": "1.5.0",
5952
+      "source": {
5953
+        "type": "git",
5954
+        "url": "https://github.com/webmozart/assert.git",
5955
+        "reference": "88e6d84706d09a236046d686bbea96f07b3a34f4"
5956
+      },
5957
+      "dist": {
5958
+        "type": "zip",
5959
+        "url": "https://api.github.com/repos/webmozart/assert/zipball/88e6d84706d09a236046d686bbea96f07b3a34f4",
5960
+        "reference": "88e6d84706d09a236046d686bbea96f07b3a34f4",
5961
+        "shasum": ""
5962
+      },
5963
+      "require": {
5964
+        "php": "^5.3.3 || ^7.0",
5965
+        "symfony/polyfill-ctype": "^1.8"
5966
+      },
5967
+      "require-dev": {
5968
+        "phpunit/phpunit": "^4.8.36 || ^7.5.13"
5969
+      },
5970
+      "type": "library",
5971
+      "extra": {
5972
+        "branch-alias": {
5973
+          "dev-master": "1.3-dev"
5974
+        }
5975
+      },
5976
+      "autoload": {
5977
+        "psr-4": {
5978
+          "Webmozart\\Assert\\": "src/"
5979
+        }
5980
+      },
5981
+      "notification-url": "https://packagist.org/downloads/",
5982
+      "license": [
5983
+        "MIT"
5984
+      ],
5985
+      "authors": [
5986
+        {
5987
+          "name": "Bernhard Schussek",
5988
+          "email": "bschussek@gmail.com"
5989
+        }
5990
+      ],
5991
+      "description": "Assertions to validate method input/output with nice error messages.",
5992
+      "keywords": [
5993
+        "assert",
5994
+        "check",
5995
+        "validate"
5996
+      ],
5997
+      "time": "2019-08-24T08:43:50+00:00"
5998
+    },
5999
+    {
6000
+      "name": "zendframework/zend-code",
6001
+      "version": "3.4.0",
6002
+      "source": {
6003
+        "type": "git",
6004
+        "url": "https://github.com/zendframework/zend-code.git",
6005
+        "reference": "46feaeecea14161734b56c1ace74f28cb329f194"
6006
+      },
6007
+      "dist": {
6008
+        "type": "zip",
6009
+        "url": "https://api.github.com/repos/zendframework/zend-code/zipball/46feaeecea14161734b56c1ace74f28cb329f194",
6010
+        "reference": "46feaeecea14161734b56c1ace74f28cb329f194",
6011
+        "shasum": ""
6012
+      },
6013
+      "require": {
6014
+        "php": "^7.1",
6015
+        "zendframework/zend-eventmanager": "^2.6 || ^3.0"
6016
+      },
6017
+      "require-dev": {
6018
+        "doctrine/annotations": "^1.0",
6019
+        "ext-phar": "*",
6020
+        "phpunit/phpunit": "^7.5.16 || ^8.4",
6021
+        "zendframework/zend-coding-standard": "^1.0",
6022
+        "zendframework/zend-stdlib": "^2.7 || ^3.0"
6023
+      },
6024
+      "suggest": {
6025
+        "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
6026
+        "zendframework/zend-stdlib": "Zend\\Stdlib component"
6027
+      },
6028
+      "type": "library",
6029
+      "extra": {
6030
+        "branch-alias": {
6031
+          "dev-master": "3.4.x-dev",
6032
+          "dev-develop": "3.5.x-dev"
6033
+        }
6034
+      },
6035
+      "autoload": {
6036
+        "psr-4": {
6037
+          "Zend\\Code\\": "src/"
6038
+        }
6039
+      },
6040
+      "notification-url": "https://packagist.org/downloads/",
6041
+      "license": [
6042
+        "BSD-3-Clause"
6043
+      ],
6044
+      "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
6045
+      "keywords": [
6046
+        "ZendFramework",
6047
+        "code",
6048
+        "zf"
6049
+      ],
6050
+      "time": "2019-10-05T23:18:22+00:00"
6051
+    },
6052
+    {
6053
+      "name": "zendframework/zend-eventmanager",
6054
+      "version": "3.2.1",
6055
+      "source": {
6056
+        "type": "git",
6057
+        "url": "https://github.com/zendframework/zend-eventmanager.git",
6058
+        "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
6059
+      },
6060
+      "dist": {
6061
+        "type": "zip",
6062
+        "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
6063
+        "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
6064
+        "shasum": ""
6065
+      },
6066
+      "require": {
6067
+        "php": "^5.6 || ^7.0"
6068
+      },
6069
+      "require-dev": {
6070
+        "athletic/athletic": "^0.1",
6071
+        "container-interop/container-interop": "^1.1.0",
6072
+        "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
6073
+        "zendframework/zend-coding-standard": "~1.0.0",
6074
+        "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
6075
+      },
6076
+      "suggest": {
6077
+        "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
6078
+        "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
6079
+      },
6080
+      "type": "library",
6081
+      "extra": {
6082
+        "branch-alias": {
6083
+          "dev-master": "3.2-dev",
6084
+          "dev-develop": "3.3-dev"
6085
+        }
6086
+      },
6087
+      "autoload": {
6088
+        "psr-4": {
6089
+          "Zend\\EventManager\\": "src/"
6090
+        }
6091
+      },
6092
+      "notification-url": "https://packagist.org/downloads/",
6093
+      "license": [
6094
+        "BSD-3-Clause"
6095
+      ],
6096
+      "description": "Trigger and listen to events within a PHP application",
6097
+      "homepage": "https://github.com/zendframework/zend-eventmanager",
6098
+      "keywords": [
6099
+        "event",
6100
+        "eventmanager",
6101
+        "events",
6102
+        "zf2"
6103
+      ],
6104
+      "time": "2018-04-25T15:33:34+00:00"
6105
+    }
6106
+  ],
6107
+  "packages-dev": [
6108
+    {
6109
+      "name": "easycorp/easy-log-handler",
6110
+      "version": "v1.0.9",
6111
+      "source": {
6112
+        "type": "git",
6113
+        "url": "https://github.com/EasyCorp/easy-log-handler.git",
6114
+        "reference": "224e1dfcf9455aceee89cd0af306ac097167fac1"
6115
+      },
6116
+      "dist": {
6117
+        "type": "zip",
6118
+        "url": "https://api.github.com/repos/EasyCorp/easy-log-handler/zipball/224e1dfcf9455aceee89cd0af306ac097167fac1",
6119
+        "reference": "224e1dfcf9455aceee89cd0af306ac097167fac1",
6120
+        "shasum": ""
6121
+      },
6122
+      "require": {
6123
+        "monolog/monolog": "~1.6|~2.0",
6124
+        "php": ">=7.1",
6125
+        "symfony/yaml": "^3.4|^4.0|^5.0"
6126
+      },
6127
+      "type": "library",
6128
+      "autoload": {
6129
+        "psr-4": {
6130
+          "EasyCorp\\EasyLog\\": "src"
6131
+        }
6132
+      },
6133
+      "notification-url": "https://packagist.org/downloads/",
6134
+      "license": [
6135
+        "MIT"
6136
+      ],
6137
+      "authors": [
6138
+        {
6139
+          "name": "Javier Eguiluz",
6140
+          "email": "javiereguiluz@gmail.com"
6141
+        },
6142
+        {
6143
+          "name": "Project Contributors",
6144
+          "homepage": "https://github.com/EasyCorp/easy-log-handler"
6145
+        }
6146
+      ],
6147
+      "description": "A handler for Monolog that optimizes log messages to be processed by humans instead of software. Improve your productivity with logs that are easy to understand.",
6148
+      "homepage": "https://github.com/EasyCorp/easy-log-handler",
6149
+      "keywords": [
6150
+        "easy",
6151
+        "log",
6152
+        "logging",
6153
+        "monolog",
6154
+        "productivity"
6155
+      ],
6156
+      "time": "2019-10-24T07:13:31+00:00"
6157
+    },
6158
+    {
6159
+      "name": "nikic/php-parser",
6160
+      "version": "v4.3.0",
6161
+      "source": {
6162
+        "type": "git",
6163
+        "url": "https://github.com/nikic/PHP-Parser.git",
6164
+        "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc"
6165
+      },
6166
+      "dist": {
6167
+        "type": "zip",
6168
+        "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc",
6169
+        "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc",
6170
+        "shasum": ""
6171
+      },
6172
+      "require": {
6173
+        "ext-tokenizer": "*",
6174
+        "php": ">=7.0"
6175
+      },
6176
+      "require-dev": {
6177
+        "ircmaxell/php-yacc": "0.0.5",
6178
+        "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
6179
+      },
6180
+      "bin": [
6181
+        "bin/php-parse"
6182
+      ],
6183
+      "type": "library",
6184
+      "extra": {
6185
+        "branch-alias": {
6186
+          "dev-master": "4.3-dev"
6187
+        }
6188
+      },
6189
+      "autoload": {
6190
+        "psr-4": {
6191
+          "PhpParser\\": "lib/PhpParser"
6192
+        }
6193
+      },
6194
+      "notification-url": "https://packagist.org/downloads/",
6195
+      "license": [
6196
+        "BSD-3-Clause"
6197
+      ],
6198
+      "authors": [
6199
+        {
6200
+          "name": "Nikita Popov"
6201
+        }
6202
+      ],
6203
+      "description": "A PHP parser written in PHP",
6204
+      "keywords": [
6205
+        "parser",
6206
+        "php"
6207
+      ],
6208
+      "time": "2019-11-08T13:50:10+00:00"
6209
+    },
6210
+    {
6211
+      "name": "symfony/browser-kit",
6212
+      "version": "v5.0.0",
6213
+      "source": {
6214
+        "type": "git",
6215
+        "url": "https://github.com/symfony/browser-kit.git",
6216
+        "reference": "a195f83b0ba20e622a5baa726af96826b8f5616b"
6217
+      },
6218
+      "dist": {
6219
+        "type": "zip",
6220
+        "url": "https://api.github.com/repos/symfony/browser-kit/zipball/a195f83b0ba20e622a5baa726af96826b8f5616b",
6221
+        "reference": "a195f83b0ba20e622a5baa726af96826b8f5616b",
6222
+        "shasum": ""
6223
+      },
6224
+      "require": {
6225
+        "php": "^7.2.5",
6226
+        "symfony/dom-crawler": "^4.4|^5.0"
6227
+      },
6228
+      "require-dev": {
6229
+        "symfony/css-selector": "^4.4|^5.0",
6230
+        "symfony/http-client": "^4.4|^5.0",
6231
+        "symfony/mime": "^4.4|^5.0",
6232
+        "symfony/process": "^4.4|^5.0"
6233
+      },
6234
+      "suggest": {
6235
+        "symfony/process": ""
6236
+      },
6237
+      "type": "library",
6238
+      "extra": {
6239
+        "branch-alias": {
6240
+          "dev-master": "5.0-dev"
6241
+        }
6242
+      },
6243
+      "autoload": {
6244
+        "psr-4": {
6245
+          "Symfony\\Component\\BrowserKit\\": ""
6246
+        },
6247
+        "exclude-from-classmap": [
6248
+          "/Tests/"
6249
+        ]
6250
+      },
6251
+      "notification-url": "https://packagist.org/downloads/",
6252
+      "license": [
6253
+        "MIT"
6254
+      ],
6255
+      "authors": [
6256
+        {
6257
+          "name": "Fabien Potencier",
6258
+          "email": "fabien@symfony.com"
6259
+        },
6260
+        {
6261
+          "name": "Symfony Community",
6262
+          "homepage": "https://symfony.com/contributors"
6263
+        }
6264
+      ],
6265
+      "description": "Symfony BrowserKit Component",
6266
+      "homepage": "https://symfony.com",
6267
+      "time": "2019-11-18T17:27:11+00:00"
6268
+    },
6269
+    {
6270
+      "name": "symfony/css-selector",
6271
+      "version": "v5.0.0",
6272
+      "source": {
6273
+        "type": "git",
6274
+        "url": "https://github.com/symfony/css-selector.git",
6275
+        "reference": "19d29e7098b7b2c3313cb03902ca30f100dcb837"
6276
+      },
6277
+      "dist": {
6278
+        "type": "zip",
6279
+        "url": "https://api.github.com/repos/symfony/css-selector/zipball/19d29e7098b7b2c3313cb03902ca30f100dcb837",
6280
+        "reference": "19d29e7098b7b2c3313cb03902ca30f100dcb837",
6281
+        "shasum": ""
6282
+      },
6283
+      "require": {
6284
+        "php": "^7.2.5"
6285
+      },
6286
+      "type": "library",
6287
+      "extra": {
6288
+        "branch-alias": {
6289
+          "dev-master": "5.0-dev"
6290
+        }
6291
+      },
6292
+      "autoload": {
6293
+        "psr-4": {
6294
+          "Symfony\\Component\\CssSelector\\": ""
6295
+        },
6296
+        "exclude-from-classmap": [
6297
+          "/Tests/"
6298
+        ]
6299
+      },
6300
+      "notification-url": "https://packagist.org/downloads/",
6301
+      "license": [
6302
+        "MIT"
6303
+      ],
6304
+      "authors": [
6305
+        {
6306
+          "name": "Fabien Potencier",
6307
+          "email": "fabien@symfony.com"
6308
+        },
6309
+        {
6310
+          "name": "Jean-François Simon",
6311
+          "email": "jeanfrancois.simon@sensiolabs.com"
6312
+        },
6313
+        {
6314
+          "name": "Symfony Community",
6315
+          "homepage": "https://symfony.com/contributors"
6316
+        }
6317
+      ],
6318
+      "description": "Symfony CssSelector Component",
6319
+      "homepage": "https://symfony.com",
6320
+      "time": "2019-11-18T17:27:11+00:00"
6321
+    },
6322
+    {
6323
+      "name": "symfony/debug-bundle",
6324
+      "version": "v5.0.0",
6325
+      "source": {
6326
+        "type": "git",
6327
+        "url": "https://github.com/symfony/debug-bundle.git",
6328
+        "reference": "c9ea0bdc89b9f81d6a292fc42714e807815de027"
6329
+      },
6330
+      "dist": {
6331
+        "type": "zip",
6332
+        "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/c9ea0bdc89b9f81d6a292fc42714e807815de027",
6333
+        "reference": "c9ea0bdc89b9f81d6a292fc42714e807815de027",
6334
+        "shasum": ""
6335
+      },
6336
+      "require": {
6337
+        "ext-xml": "*",
6338
+        "php": "^7.2.5",
6339
+        "symfony/http-kernel": "^4.4|^5.0",
6340
+        "symfony/twig-bridge": "^4.4|^5.0",
6341
+        "symfony/var-dumper": "^4.4|^5.0"
6342
+      },
6343
+      "conflict": {
6344
+        "symfony/config": "<4.4",
6345
+        "symfony/dependency-injection": "<4.4"
6346
+      },
6347
+      "require-dev": {
6348
+        "symfony/config": "^4.4|^5.0",
6349
+        "symfony/dependency-injection": "^4.4|^5.0",
6350
+        "symfony/web-profiler-bundle": "^4.4|^5.0"
6351
+      },
6352
+      "suggest": {
6353
+        "symfony/config": "For service container configuration",
6354
+        "symfony/dependency-injection": "For using as a service from the container"
6355
+      },
6356
+      "type": "symfony-bundle",
6357
+      "extra": {
6358
+        "branch-alias": {
6359
+          "dev-master": "5.0-dev"
6360
+        }
6361
+      },
6362
+      "autoload": {
6363
+        "psr-4": {
6364
+          "Symfony\\Bundle\\DebugBundle\\": ""
6365
+        },
6366
+        "exclude-from-classmap": [
6367
+          "/Tests/"
6368
+        ]
6369
+      },
6370
+      "notification-url": "https://packagist.org/downloads/",
6371
+      "license": [
6372
+        "MIT"
6373
+      ],
6374
+      "authors": [
6375
+        {
6376
+          "name": "Fabien Potencier",
6377
+          "email": "fabien@symfony.com"
6378
+        },
6379
+        {
6380
+          "name": "Symfony Community",
6381
+          "homepage": "https://symfony.com/contributors"
6382
+        }
6383
+      ],
6384
+      "description": "Symfony DebugBundle",
6385
+      "homepage": "https://symfony.com",
6386
+      "time": "2019-11-18T17:27:11+00:00"
6387
+    },
6388
+    {
6389
+      "name": "symfony/debug-pack",
6390
+      "version": "v1.0.7",
6391
+      "source": {
6392
+        "type": "git",
6393
+        "url": "https://github.com/symfony/debug-pack.git",
6394
+        "reference": "09a4a1e9bf2465987d4f79db0ad6c11cc632bc79"
6395
+      },
6396
+      "dist": {
6397
+        "type": "zip",
6398
+        "url": "https://api.github.com/repos/symfony/debug-pack/zipball/09a4a1e9bf2465987d4f79db0ad6c11cc632bc79",
6399
+        "reference": "09a4a1e9bf2465987d4f79db0ad6c11cc632bc79",
6400
+        "shasum": ""
6401
+      },
6402
+      "require": {
6403
+        "easycorp/easy-log-handler": "^1.0.7",
6404
+        "php": "^7.0",
6405
+        "symfony/debug-bundle": "*",
6406
+        "symfony/monolog-bundle": "^3.0",
6407
+        "symfony/profiler-pack": "*",
6408
+        "symfony/var-dumper": "*"
6409
+      },
6410
+      "type": "symfony-pack",
6411
+      "notification-url": "https://packagist.org/downloads/",
6412
+      "license": [
6413
+        "MIT"
6414
+      ],
6415
+      "description": "A debug pack for Symfony projects",
6416
+      "time": "2018-12-10T12:11:11+00:00"
6417
+    },
6418
+    {
6419
+      "name": "symfony/dom-crawler",
6420
+      "version": "v5.0.0",
6421
+      "source": {
6422
+        "type": "git",
6423
+        "url": "https://github.com/symfony/dom-crawler.git",
6424
+        "reference": "0a0a73a0836926898b6fcd6817fe697487a73d97"
6425
+      },
6426
+      "dist": {
6427
+        "type": "zip",
6428
+        "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/0a0a73a0836926898b6fcd6817fe697487a73d97",
6429
+        "reference": "0a0a73a0836926898b6fcd6817fe697487a73d97",
6430
+        "shasum": ""
6431
+      },
6432
+      "require": {
6433
+        "php": "^7.2.5",
6434
+        "symfony/polyfill-ctype": "~1.8",
6435
+        "symfony/polyfill-mbstring": "~1.0"
6436
+      },
6437
+      "conflict": {
6438
+        "masterminds/html5": "<2.6"
6439
+      },
6440
+      "require-dev": {
6441
+        "masterminds/html5": "^2.6",
6442
+        "symfony/css-selector": "^4.4|^5.0"
6443
+      },
6444
+      "suggest": {
6445
+        "symfony/css-selector": ""
6446
+      },
6447
+      "type": "library",
6448
+      "extra": {
6449
+        "branch-alias": {
6450
+          "dev-master": "5.0-dev"
6451
+        }
6452
+      },
6453
+      "autoload": {
6454
+        "psr-4": {
6455
+          "Symfony\\Component\\DomCrawler\\": ""
6456
+        },
6457
+        "exclude-from-classmap": [
6458
+          "/Tests/"
6459
+        ]
6460
+      },
6461
+      "notification-url": "https://packagist.org/downloads/",
6462
+      "license": [
6463
+        "MIT"
6464
+      ],
6465
+      "authors": [
6466
+        {
6467
+          "name": "Fabien Potencier",
6468
+          "email": "fabien@symfony.com"
6469
+        },
6470
+        {
6471
+          "name": "Symfony Community",
6472
+          "homepage": "https://symfony.com/contributors"
6473
+        }
6474
+      ],
6475
+      "description": "Symfony DomCrawler Component",
6476
+      "homepage": "https://symfony.com",
6477
+      "time": "2019-11-18T17:27:11+00:00"
6478
+    },
6479
+    {
6480
+      "name": "symfony/maker-bundle",
6481
+      "version": "v1.14.3",
6482
+      "source": {
6483
+        "type": "git",
6484
+        "url": "https://github.com/symfony/maker-bundle.git",
6485
+        "reference": "c864e7f9b8d1e1f5f60acc3beda11299f637aded"
6486
+      },
6487
+      "dist": {
6488
+        "type": "zip",
6489
+        "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/c864e7f9b8d1e1f5f60acc3beda11299f637aded",
6490
+        "reference": "c864e7f9b8d1e1f5f60acc3beda11299f637aded",
6491
+        "shasum": ""
6492
+      },
6493
+      "require": {
6494
+        "doctrine/inflector": "^1.2",
6495
+        "nikic/php-parser": "^4.0",
6496
+        "php": "^7.0.8",
6497
+        "symfony/config": "^3.4|^4.0|^5.0",
6498
+        "symfony/console": "^3.4|^4.0|^5.0",
6499
+        "symfony/dependency-injection": "^3.4|^4.0|^5.0",
6500
+        "symfony/filesystem": "^3.4|^4.0|^5.0",
6501
+        "symfony/finder": "^3.4|^4.0|^5.0",
6502
+        "symfony/framework-bundle": "^3.4|^4.0|^5.0",
6503
+        "symfony/http-kernel": "^3.4|^4.0|^5.0"
6504
+      },
6505
+      "require-dev": {
6506
+        "doctrine/doctrine-bundle": "^1.8|^2.0",
6507
+        "doctrine/orm": "^2.3",
6508
+        "friendsofphp/php-cs-fixer": "^2.8",
6509
+        "friendsoftwig/twigcs": "^3.1.2",
6510
+        "symfony/http-client": "^4.3|^5.0",
6511
+        "symfony/phpunit-bridge": "^4.3|^5.0",
6512
+        "symfony/process": "^3.4|^4.0|^5.0",
6513
+        "symfony/security-core": "^3.4|^4.0|^5.0",
6514
+        "symfony/yaml": "^3.4|^4.0|^5.0"
6515
+      },
6516
+      "type": "symfony-bundle",
6517
+      "extra": {
6518
+        "branch-alias": {
6519
+          "dev-master": "1.0-dev"
6520
+        }
6521
+      },
6522
+      "autoload": {
6523
+        "psr-4": {
6524
+          "Symfony\\Bundle\\MakerBundle\\": "src/"
6525
+        }
6526
+      },
6527
+      "notification-url": "https://packagist.org/downloads/",
6528
+      "license": [
6529
+        "MIT"
6530
+      ],
6531
+      "authors": [
6532
+        {
6533
+          "name": "Symfony Community",
6534
+          "homepage": "https://symfony.com/contributors"
6535
+        }
6536
+      ],
6537
+      "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
6538
+      "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
6539
+      "keywords": [
6540
+        "code generator",
6541
+        "generator",
6542
+        "scaffold",
6543
+        "scaffolding"
6544
+      ],
6545
+      "time": "2019-11-07T00:56:03+00:00"
6546
+    },
6547
+    {
6548
+      "name": "symfony/phpunit-bridge",
6549
+      "version": "v5.0.0",
6550
+      "source": {
6551
+        "type": "git",
6552
+        "url": "https://github.com/symfony/phpunit-bridge.git",
6553
+        "reference": "3c288a1f1a46ddffc299fd46ddb643d50debde85"
6554
+      },
6555
+      "dist": {
6556
+        "type": "zip",
6557
+        "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/3c288a1f1a46ddffc299fd46ddb643d50debde85",
6558
+        "reference": "3c288a1f1a46ddffc299fd46ddb643d50debde85",
6559
+        "shasum": ""
6560
+      },
6561
+      "require": {
6562
+        "php": ">=5.5.9"
6563
+      },
6564
+      "conflict": {
6565
+        "phpunit/phpunit": "<5.4.3"
6566
+      },
6567
+      "suggest": {
6568
+        "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
6569
+      },
6570
+      "bin": [
6571
+        "bin/simple-phpunit"
6572
+      ],
6573
+      "type": "symfony-bridge",
6574
+      "extra": {
6575
+        "branch-alias": {
6576
+          "dev-master": "5.0-dev"
6577
+        },
6578
+        "thanks": {
6579
+          "name": "phpunit/phpunit",
6580
+          "url": "https://github.com/sebastianbergmann/phpunit"
6581
+        }
6582
+      },
6583
+      "autoload": {
6584
+        "files": [
6585
+          "bootstrap.php"
6586
+        ],
6587
+        "psr-4": {
6588
+          "Symfony\\Bridge\\PhpUnit\\": ""
6589
+        },
6590
+        "exclude-from-classmap": [
6591
+          "/Tests/"
6592
+        ]
6593
+      },
6594
+      "notification-url": "https://packagist.org/downloads/",
6595
+      "license": [
6596
+        "MIT"
6597
+      ],
6598
+      "authors": [
6599
+        {
6600
+          "name": "Nicolas Grekas",
6601
+          "email": "p@tchwork.com"
6602
+        },
6603
+        {
6604
+          "name": "Symfony Community",
6605
+          "homepage": "https://symfony.com/contributors"
6606
+        }
6607
+      ],
6608
+      "description": "Symfony PHPUnit Bridge",
6609
+      "homepage": "https://symfony.com",
6610
+      "time": "2019-11-08T16:32:03+00:00"
6611
+    },
6612
+    {
6613
+      "name": "symfony/profiler-pack",
6614
+      "version": "v1.0.4",
6615
+      "source": {
6616
+        "type": "git",
6617
+        "url": "https://github.com/symfony/profiler-pack.git",
6618
+        "reference": "99c4370632c2a59bb0444852f92140074ef02209"
6619
+      },
6620
+      "dist": {
6621
+        "type": "zip",
6622
+        "url": "https://api.github.com/repos/symfony/profiler-pack/zipball/99c4370632c2a59bb0444852f92140074ef02209",
6623
+        "reference": "99c4370632c2a59bb0444852f92140074ef02209",
6624
+        "shasum": ""
6625
+      },
6626
+      "require": {
6627
+        "php": "^7.0",
6628
+        "symfony/stopwatch": "*",
6629
+        "symfony/twig-bundle": "*",
6630
+        "symfony/web-profiler-bundle": "*"
6631
+      },
6632
+      "type": "symfony-pack",
6633
+      "notification-url": "https://packagist.org/downloads/",
6634
+      "license": [
6635
+        "MIT"
6636
+      ],
6637
+      "description": "A pack for the Symfony web profiler",
6638
+      "time": "2018-12-10T12:11:44+00:00"
6639
+    },
6640
+    {
6641
+      "name": "symfony/test-pack",
6642
+      "version": "v1.0.6",
6643
+      "source": {
6644
+        "type": "git",
6645
+        "url": "https://github.com/symfony/test-pack.git",
6646
+        "reference": "ff87e800a67d06c423389f77b8209bc9dc469def"
6647
+      },
6648
+      "dist": {
6649
+        "type": "zip",
6650
+        "url": "https://api.github.com/repos/symfony/test-pack/zipball/ff87e800a67d06c423389f77b8209bc9dc469def",
6651
+        "reference": "ff87e800a67d06c423389f77b8209bc9dc469def",
6652
+        "shasum": ""
6653
+      },
6654
+      "require": {
6655
+        "php": "^7.0",
6656
+        "symfony/browser-kit": "*",
6657
+        "symfony/css-selector": "*",
6658
+        "symfony/phpunit-bridge": "*"
6659
+      },
6660
+      "type": "symfony-pack",
6661
+      "notification-url": "https://packagist.org/downloads/",
6662
+      "license": [
6663
+        "MIT"
6664
+      ],
6665
+      "description": "A pack for functional and end-to-end testing within a Symfony app",
6666
+      "time": "2019-06-21T06:27:32+00:00"
6667
+    },
6668
+    {
6669
+      "name": "symfony/web-profiler-bundle",
6670
+      "version": "v5.0.0",
6671
+      "source": {
6672
+        "type": "git",
6673
+        "url": "https://github.com/symfony/web-profiler-bundle.git",
6674
+        "reference": "6cc40446060e174a690e0f6da90731133b29b664"
6675
+      },
6676
+      "dist": {
6677
+        "type": "zip",
6678
+        "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/6cc40446060e174a690e0f6da90731133b29b664",
6679
+        "reference": "6cc40446060e174a690e0f6da90731133b29b664",
6680
+        "shasum": ""
6681
+      },
6682
+      "require": {
6683
+        "php": "^7.2.5",
6684
+        "symfony/config": "^4.4|^5.0",
6685
+        "symfony/framework-bundle": "^4.4|^5.0",
6686
+        "symfony/http-kernel": "^4.4|^5.0",
6687
+        "symfony/routing": "^4.4|^5.0",
6688
+        "symfony/twig-bundle": "^4.4|^5.0",
6689
+        "twig/twig": "^2.10|^3.0"
6690
+      },
6691
+      "conflict": {
6692
+        "symfony/form": "<4.4",
6693
+        "symfony/messenger": "<4.4"
6694
+      },
6695
+      "require-dev": {
6696
+        "symfony/console": "^4.4|^5.0",
6697
+        "symfony/dependency-injection": "^4.4|^5.0",
6698
+        "symfony/stopwatch": "^4.4|^5.0"
6699
+      },
6700
+      "type": "symfony-bundle",
6701
+      "extra": {
6702
+        "branch-alias": {
6703
+          "dev-master": "5.0-dev"
6704
+        }
6705
+      },
6706
+      "autoload": {
6707
+        "psr-4": {
6708
+          "Symfony\\Bundle\\WebProfilerBundle\\": ""
6709
+        },
6710
+        "exclude-from-classmap": [
6711
+          "/Tests/"
6712
+        ]
6713
+      },
6714
+      "notification-url": "https://packagist.org/downloads/",
6715
+      "license": [
6716
+        "MIT"
6717
+      ],
6718
+      "authors": [
6719
+        {
6720
+          "name": "Fabien Potencier",
6721
+          "email": "fabien@symfony.com"
6722
+        },
6723
+        {
6724
+          "name": "Symfony Community",
6725
+          "homepage": "https://symfony.com/contributors"
6726
+        }
6727
+      ],
6728
+      "description": "Symfony WebProfilerBundle",
6729
+      "homepage": "https://symfony.com",
6730
+      "time": "2019-11-21T07:02:40+00:00"
6731
+    }
6732
+  ],
6733
+  "aliases": [],
6734
+  "minimum-stability": "stable",
6735
+  "stability-flags": [],
6736
+  "prefer-stable": false,
6737
+  "prefer-lowest": false,
6738
+  "platform": {
6739
+    "php": "^7.2.5",
6740
+    "ext-ctype": "*",
6741
+    "ext-iconv": "*"
6742
+  },
6743
+  "platform-dev": []
6744
+}