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 62 changed files
... ...
@@ -1,4 +1,4 @@
1 1
 <?php
2
-session_start();
2
+\MVC\Classe\Session::start();
3 3
 $app = new MVC\Classe\Modular($name);
4 4
 $templateData = array('app' => $app);
5 5
\ No newline at end of file
6 6
new file mode 100644
... ...
@@ -0,0 +1,4 @@
1
+<?php
2
+\MVC\Classe\Session::start();
3
+$app = new MVC\Classe\Modular($name);
4
+$templateData = array('app' => $app);
0 5
\ No newline at end of file
1 6
new file mode 100644
... ...
@@ -0,0 +1,5 @@
1
+name : syf51
2
+page_title : Accueil de l'application modulaire
3
+description : zatou stra bracadabla
4
+params : params
5
+
0 6
new file mode 100644
... ...
@@ -0,0 +1 @@
1
+{{$app->load();}}
0 2
\ No newline at end of file
... ...
@@ -1 +1,2 @@
1
-syf43 : Application permettant de tester l'intégration d'un module avec symfony4.3
2 1
\ No newline at end of file
2
+syf43 : Application permettant de tester l'intégration d'un module avec symfony4.3
3
+syf51 : Application permettant de tester l'intégration d'un module avec symfony5.0.99
3 4
\ No newline at end of file
... ...
@@ -1,23 +1,23 @@
1 1
 {
2 2
     "_readme": [
3 3
         "This file locks the dependencies of your project to a known state",
4
-        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
4
+      "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5 5
         "This file is @generated automatically"
6 6
     ],
7 7
     "content-hash": "fd269d3edb82c4ba3d8d89b408270505",
8 8
     "packages": [
9 9
         {
10 10
             "name": "doctrine/annotations",
11
-            "version": "v1.6.1",
11
+          "version": "v1.8.0",
12 12
             "source": {
13 13
                 "type": "git",
14 14
                 "url": "https://github.com/doctrine/annotations.git",
15
-                "reference": "53120e0eb10355388d6ccbe462f1fea34ddadb24"
15
+              "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc"
16 16
             },
17 17
             "dist": {
18 18
                 "type": "zip",
19
-                "url": "https://api.github.com/repos/doctrine/annotations/zipball/53120e0eb10355388d6ccbe462f1fea34ddadb24",
20
-                "reference": "53120e0eb10355388d6ccbe462f1fea34ddadb24",
19
+              "url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc",
20
+              "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc",
21 21
                 "shasum": ""
22 22
             },
23 23
             "require": {
... ...
@@ -26,12 +26,12 @@
26 26
             },
27 27
             "require-dev": {
28 28
                 "doctrine/cache": "1.*",
29
-                "phpunit/phpunit": "^6.4"
29
+              "phpunit/phpunit": "^7.5"
30 30
             },
31 31
             "type": "library",
32 32
             "extra": {
33 33
                 "branch-alias": {
34
-                    "dev-master": "1.6.x-dev"
34
+                  "dev-master": "1.7.x-dev"
35 35
                 }
36 36
             },
37 37
             "autoload": {
... ...
@@ -45,6 +45,10 @@
45 45
             ],
46 46
             "authors": [
47 47
                 {
48
+                  "name": "Guilherme Blanco",
49
+                  "email": "guilhermeblanco@gmail.com"
50
+                },
51
+              {
48 52
                     "name": "Roman Borschel",
49 53
                     "email": "roman@code-factory.org"
50 54
                 },
... ...
@@ -52,10 +56,6 @@
52 56
                     "name": "Benjamin Eberlei",
53 57
                     "email": "kontakt@beberlei.de"
54 58
                 },
55
-                {
56
-                    "name": "Guilherme Blanco",
57
-                    "email": "guilhermeblanco@gmail.com"
58
-                },
59 59
                 {
60 60
                     "name": "Jonathan Wage",
61 61
                     "email": "jonwage@gmail.com"
... ...
@@ -72,239 +72,20 @@
72 72
                 "docblock",
73 73
                 "parser"
74 74
             ],
75
-            "time": "2019-03-25T19:12:02+00:00"
76
-        },
77
-        {
78
-            "name": "doctrine/cache",
79
-            "version": "v1.8.0",
80
-            "source": {
81
-                "type": "git",
82
-                "url": "https://github.com/doctrine/cache.git",
83
-                "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57"
84
-            },
85
-            "dist": {
86
-                "type": "zip",
87
-                "url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57",
88
-                "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57",
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": "^4.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.8.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": "Roman Borschel",
125
-                    "email": "roman@code-factory.org"
126
-                },
127
-                {
128
-                    "name": "Benjamin Eberlei",
129
-                    "email": "kontakt@beberlei.de"
130
-                },
131
-                {
132
-                    "name": "Guilherme Blanco",
133
-                    "email": "guilhermeblanco@gmail.com"
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": "Caching library offering an object-oriented API for many cache backends",
145
-            "homepage": "https://www.doctrine-project.org",
146
-            "keywords": [
147
-                "cache",
148
-                "caching"
149
-            ],
150
-            "time": "2018-08-21T18:01:43+00:00"
151
-        },
152
-        {
153
-            "name": "doctrine/collections",
154
-            "version": "v1.6.2",
155
-            "source": {
156
-                "type": "git",
157
-                "url": "https://github.com/doctrine/collections.git",
158
-                "reference": "c5e0bc17b1620e97c968ac409acbff28b8b850be"
159
-            },
160
-            "dist": {
161
-                "type": "zip",
162
-                "url": "https://api.github.com/repos/doctrine/collections/zipball/c5e0bc17b1620e97c968ac409acbff28b8b850be",
163
-                "reference": "c5e0bc17b1620e97c968ac409acbff28b8b850be",
164
-                "shasum": ""
165
-            },
166
-            "require": {
167
-                "php": "^7.1.3"
168
-            },
169
-            "require-dev": {
170
-                "doctrine/coding-standard": "^6.0",
171
-                "phpstan/phpstan-shim": "^0.9.2",
172
-                "phpunit/phpunit": "^7.0",
173
-                "vimeo/psalm": "^3.2.2"
174
-            },
175
-            "type": "library",
176
-            "extra": {
177
-                "branch-alias": {
178
-                    "dev-master": "1.6.x-dev"
179
-                }
180
-            },
181
-            "autoload": {
182
-                "psr-4": {
183
-                    "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
184
-                }
185
-            },
186
-            "notification-url": "https://packagist.org/downloads/",
187
-            "license": [
188
-                "MIT"
189
-            ],
190
-            "authors": [
191
-                {
192
-                    "name": "Roman Borschel",
193
-                    "email": "roman@code-factory.org"
194
-                },
195
-                {
196
-                    "name": "Benjamin Eberlei",
197
-                    "email": "kontakt@beberlei.de"
198
-                },
199
-                {
200
-                    "name": "Guilherme Blanco",
201
-                    "email": "guilhermeblanco@gmail.com"
202
-                },
203
-                {
204
-                    "name": "Jonathan Wage",
205
-                    "email": "jonwage@gmail.com"
206
-                },
207
-                {
208
-                    "name": "Johannes Schmitt",
209
-                    "email": "schmittjoh@gmail.com"
210
-                }
211
-            ],
212
-            "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
213
-            "homepage": "https://www.doctrine-project.org/projects/collections.html",
214
-            "keywords": [
215
-                "array",
216
-                "collections",
217
-                "iterators",
218
-                "php"
219
-            ],
220
-            "time": "2019-06-09T13:48:14+00:00"
221
-        },
222
-        {
223
-            "name": "doctrine/event-manager",
224
-            "version": "v1.0.0",
225
-            "source": {
226
-                "type": "git",
227
-                "url": "https://github.com/doctrine/event-manager.git",
228
-                "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3"
229
-            },
230
-            "dist": {
231
-                "type": "zip",
232
-                "url": "https://api.github.com/repos/doctrine/event-manager/zipball/a520bc093a0170feeb6b14e9d83f3a14452e64b3",
233
-                "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3",
234
-                "shasum": ""
235
-            },
236
-            "require": {
237
-                "php": "^7.1"
238
-            },
239
-            "conflict": {
240
-                "doctrine/common": "<2.9@dev"
241
-            },
242
-            "require-dev": {
243
-                "doctrine/coding-standard": "^4.0",
244
-                "phpunit/phpunit": "^7.0"
245
-            },
246
-            "type": "library",
247
-            "extra": {
248
-                "branch-alias": {
249
-                    "dev-master": "1.0.x-dev"
250
-                }
251
-            },
252
-            "autoload": {
253
-                "psr-4": {
254
-                    "Doctrine\\Common\\": "lib/Doctrine/Common"
255
-                }
256
-            },
257
-            "notification-url": "https://packagist.org/downloads/",
258
-            "license": [
259
-                "MIT"
260
-            ],
261
-            "authors": [
262
-                {
263
-                    "name": "Roman Borschel",
264
-                    "email": "roman@code-factory.org"
265
-                },
266
-                {
267
-                    "name": "Benjamin Eberlei",
268
-                    "email": "kontakt@beberlei.de"
269
-                },
270
-                {
271
-                    "name": "Guilherme Blanco",
272
-                    "email": "guilhermeblanco@gmail.com"
273
-                },
274
-                {
275
-                    "name": "Jonathan Wage",
276
-                    "email": "jonwage@gmail.com"
277
-                },
278
-                {
279
-                    "name": "Johannes Schmitt",
280
-                    "email": "schmittjoh@gmail.com"
281
-                },
282
-                {
283
-                    "name": "Marco Pivetta",
284
-                    "email": "ocramius@gmail.com"
285
-                }
286
-            ],
287
-            "description": "Doctrine Event Manager component",
288
-            "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
289
-            "keywords": [
290
-                "event",
291
-                "eventdispatcher",
292
-                "eventmanager"
293
-            ],
294
-            "time": "2018-06-11T11:59:03+00:00"
75
+          "time": "2019-10-01T18:55:10+00:00"
295 76
         },
296 77
         {
297 78
             "name": "doctrine/lexer",
298
-            "version": "1.1.0",
79
+          "version": "1.2.0",
299 80
             "source": {
300 81
                 "type": "git",
301 82
                 "url": "https://github.com/doctrine/lexer.git",
302
-                "reference": "e17f069ede36f7534b95adec71910ed1b49c74ea"
83
+              "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"
303 84
             },
304 85
             "dist": {
305 86
                 "type": "zip",
306
-                "url": "https://api.github.com/repos/doctrine/lexer/zipball/e17f069ede36f7534b95adec71910ed1b49c74ea",
307
-                "reference": "e17f069ede36f7534b95adec71910ed1b49c74ea",
87
+              "url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
88
+              "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
308 89
                 "shasum": ""
309 90
             },
310 91
             "require": {
... ...
@@ -318,7 +99,7 @@
318 99
             "type": "library",
319 100
             "extra": {
320 101
                 "branch-alias": {
321
-                    "dev-master": "1.1.x-dev"
102
+                  "dev-master": "1.2.x-dev"
322 103
                 }
323 104
             },
324 105
             "autoload": {
... ...
@@ -353,164 +134,7 @@
353 134
                 "parser",
354 135
                 "php"
355 136
             ],
356
-            "time": "2019-07-30T19:33:28+00:00"
357
-        },
358
-        {
359
-            "name": "doctrine/persistence",
360
-            "version": "1.1.1",
361
-            "source": {
362
-                "type": "git",
363
-                "url": "https://github.com/doctrine/persistence.git",
364
-                "reference": "3da7c9d125591ca83944f477e65ed3d7b4617c48"
365
-            },
366
-            "dist": {
367
-                "type": "zip",
368
-                "url": "https://api.github.com/repos/doctrine/persistence/zipball/3da7c9d125591ca83944f477e65ed3d7b4617c48",
369
-                "reference": "3da7c9d125591ca83944f477e65ed3d7b4617c48",
370
-                "shasum": ""
371
-            },
372
-            "require": {
373
-                "doctrine/annotations": "^1.0",
374
-                "doctrine/cache": "^1.0",
375
-                "doctrine/collections": "^1.0",
376
-                "doctrine/event-manager": "^1.0",
377
-                "doctrine/reflection": "^1.0",
378
-                "php": "^7.1"
379
-            },
380
-            "conflict": {
381
-                "doctrine/common": "<2.10@dev"
382
-            },
383
-            "require-dev": {
384
-                "doctrine/coding-standard": "^5.0",
385
-                "phpstan/phpstan": "^0.8",
386
-                "phpunit/phpunit": "^7.0"
387
-            },
388
-            "type": "library",
389
-            "extra": {
390
-                "branch-alias": {
391
-                    "dev-master": "1.1.x-dev"
392
-                }
393
-            },
394
-            "autoload": {
395
-                "psr-4": {
396
-                    "Doctrine\\Common\\": "lib/Doctrine/Common"
397
-                }
398
-            },
399
-            "notification-url": "https://packagist.org/downloads/",
400
-            "license": [
401
-                "MIT"
402
-            ],
403
-            "authors": [
404
-                {
405
-                    "name": "Roman Borschel",
406
-                    "email": "roman@code-factory.org"
407
-                },
408
-                {
409
-                    "name": "Benjamin Eberlei",
410
-                    "email": "kontakt@beberlei.de"
411
-                },
412
-                {
413
-                    "name": "Guilherme Blanco",
414
-                    "email": "guilhermeblanco@gmail.com"
415
-                },
416
-                {
417
-                    "name": "Jonathan Wage",
418
-                    "email": "jonwage@gmail.com"
419
-                },
420
-                {
421
-                    "name": "Johannes Schmitt",
422
-                    "email": "schmittjoh@gmail.com"
423
-                },
424
-                {
425
-                    "name": "Marco Pivetta",
426
-                    "email": "ocramius@gmail.com"
427
-                }
428
-            ],
429
-            "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
430
-            "homepage": "https://doctrine-project.org/projects/persistence.html",
431
-            "keywords": [
432
-                "mapper",
433
-                "object",
434
-                "odm",
435
-                "orm",
436
-                "persistence"
437
-            ],
438
-            "time": "2019-04-23T08:28:24+00:00"
439
-        },
440
-        {
441
-            "name": "doctrine/reflection",
442
-            "version": "v1.0.0",
443
-            "source": {
444
-                "type": "git",
445
-                "url": "https://github.com/doctrine/reflection.git",
446
-                "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6"
447
-            },
448
-            "dist": {
449
-                "type": "zip",
450
-                "url": "https://api.github.com/repos/doctrine/reflection/zipball/02538d3f95e88eb397a5f86274deb2c6175c2ab6",
451
-                "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6",
452
-                "shasum": ""
453
-            },
454
-            "require": {
455
-                "doctrine/annotations": "^1.0",
456
-                "ext-tokenizer": "*",
457
-                "php": "^7.1"
458
-            },
459
-            "require-dev": {
460
-                "doctrine/coding-standard": "^4.0",
461
-                "doctrine/common": "^2.8",
462
-                "phpstan/phpstan": "^0.9.2",
463
-                "phpstan/phpstan-phpunit": "^0.9.4",
464
-                "phpunit/phpunit": "^7.0",
465
-                "squizlabs/php_codesniffer": "^3.0"
466
-            },
467
-            "type": "library",
468
-            "extra": {
469
-                "branch-alias": {
470
-                    "dev-master": "1.0.x-dev"
471
-                }
472
-            },
473
-            "autoload": {
474
-                "psr-4": {
475
-                    "Doctrine\\Common\\": "lib/Doctrine/Common"
476
-                }
477
-            },
478
-            "notification-url": "https://packagist.org/downloads/",
479
-            "license": [
480
-                "MIT"
481
-            ],
482
-            "authors": [
483
-                {
484
-                    "name": "Roman Borschel",
485
-                    "email": "roman@code-factory.org"
486
-                },
487
-                {
488
-                    "name": "Benjamin Eberlei",
489
-                    "email": "kontakt@beberlei.de"
490
-                },
491
-                {
492
-                    "name": "Guilherme Blanco",
493
-                    "email": "guilhermeblanco@gmail.com"
494
-                },
495
-                {
496
-                    "name": "Jonathan Wage",
497
-                    "email": "jonwage@gmail.com"
498
-                },
499
-                {
500
-                    "name": "Johannes Schmitt",
501
-                    "email": "schmittjoh@gmail.com"
502
-                },
503
-                {
504
-                    "name": "Marco Pivetta",
505
-                    "email": "ocramius@gmail.com"
506
-                }
507
-            ],
508
-            "description": "Doctrine Reflection component",
509
-            "homepage": "https://www.doctrine-project.org/projects/reflection.html",
510
-            "keywords": [
511
-                "reflection"
512
-            ],
513
-            "time": "2018-06-14T14:45:07+00:00"
137
+          "time": "2019-10-30T14:39:59+00:00"
514 138
         },
515 139
         {
516 140
             "name": "psr/cache",
... ...
@@ -609,16 +233,16 @@
609 233
         },
610 234
         {
611 235
             "name": "psr/log",
612
-            "version": "1.1.0",
236
+          "version": "1.1.2",
613 237
             "source": {
614 238
                 "type": "git",
615 239
                 "url": "https://github.com/php-fig/log.git",
616
-                "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
240
+              "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
617 241
             },
618 242
             "dist": {
619 243
                 "type": "zip",
620
-                "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
621
-                "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
244
+              "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
245
+              "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
622 246
                 "shasum": ""
623 247
             },
624 248
             "require": {
... ...
@@ -627,7 +251,7 @@
627 251
             "type": "library",
628 252
             "extra": {
629 253
                 "branch-alias": {
630
-                    "dev-master": "1.0.x-dev"
254
+                  "dev-master": "1.1.x-dev"
631 255
                 }
632 256
             },
633 257
             "autoload": {
... ...
@@ -652,47 +276,49 @@
652 276
                 "psr",
653 277
                 "psr-3"
654 278
             ],
655
-            "time": "2018-11-20T15:27:04+00:00"
279
+          "time": "2019-11-01T11:05:21+00:00"
656 280
         },
657 281
         {
658 282
             "name": "sensio/framework-extra-bundle",
659
-            "version": "v5.4.1",
283
+          "version": "v5.5.1",
660 284
             "source": {
661 285
                 "type": "git",
662 286
                 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
663
-                "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a"
287
+              "reference": "dfc2c4df9f7d465a65c770e9feb578fe071636f7"
664 288
             },
665 289
             "dist": {
666 290
                 "type": "zip",
667
-                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
668
-                "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
291
+              "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/dfc2c4df9f7d465a65c770e9feb578fe071636f7",
292
+              "reference": "dfc2c4df9f7d465a65c770e9feb578fe071636f7",
669 293
                 "shasum": ""
670 294
             },
671 295
             "require": {
672 296
                 "doctrine/annotations": "^1.0",
673
-                "doctrine/persistence": "^1.0",
674 297
                 "php": ">=7.1.3",
675
-                "symfony/config": "^3.4|^4.3",
676
-                "symfony/dependency-injection": "^3.4|^4.3",
677
-                "symfony/framework-bundle": "^3.4|^4.3",
678
-                "symfony/http-kernel": "^3.4|^4.3"
298
+              "symfony/config": "^4.3|^5.0",
299
+              "symfony/dependency-injection": "^4.3|^5.0",
300
+              "symfony/framework-bundle": "^4.3|^5.0",
301
+              "symfony/http-kernel": "^4.3|^5.0"
302
+            },
303
+          "conflict": {
304
+            "doctrine/doctrine-cache-bundle": "<1.3.1"
679 305
             },
680 306
             "require-dev": {
681
-                "doctrine/doctrine-bundle": "^1.6",
307
+              "doctrine/doctrine-bundle": "^1.11|^2.0",
682 308
                 "doctrine/orm": "^2.5",
683 309
                 "nyholm/psr7": "^1.1",
684
-                "symfony/browser-kit": "^3.4|^4.3",
685
-                "symfony/dom-crawler": "^3.4|^4.3",
686
-                "symfony/expression-language": "^3.4|^4.3",
687
-                "symfony/finder": "^3.4|^4.3",
688
-                "symfony/monolog-bridge": "^3.0|^4.0",
310
+              "symfony/browser-kit": "^4.3|^5.0",
311
+              "symfony/dom-crawler": "^4.3|^5.0",
312
+              "symfony/expression-language": "^4.3|^5.0",
313
+              "symfony/finder": "^4.3|^5.0",
314
+              "symfony/monolog-bridge": "^4.0|^5.0",
689 315
                 "symfony/monolog-bundle": "^3.2",
690
-                "symfony/phpunit-bridge": "^3.4.19|^4.1.8",
316
+              "symfony/phpunit-bridge": "^4.3.5|^5.0",
691 317
                 "symfony/psr-http-message-bridge": "^1.1",
692
-                "symfony/security-bundle": "^3.4|^4.3",
693
-                "symfony/twig-bundle": "^3.4|^4.3",
694
-                "symfony/yaml": "^3.4|^4.3",
695
-                "twig/twig": "~1.12|~2.0"
318
+              "symfony/security-bundle": "^4.3|^5.0",
319
+              "symfony/twig-bundle": "^4.3|^5.0",
320
+              "symfony/yaml": "^4.3|^5.0",
321
+              "twig/twig": "^1.34|^2.4|^3.0"
696 322
             },
697 323
             "suggest": {
698 324
                 "symfony/expression-language": "",
... ...
@@ -702,13 +328,16 @@
702 328
             "type": "symfony-bundle",
703 329
             "extra": {
704 330
                 "branch-alias": {
705
-                    "dev-master": "5.4.x-dev"
331
+                  "dev-master": "5.5.x-dev"
706 332
                 }
707 333
             },
708 334
             "autoload": {
709 335
                 "psr-4": {
710
-                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
711
-                }
336
+                  "Sensio\\Bundle\\FrameworkExtraBundle\\": "src/"
337
+                },
338
+              "exclude-from-classmap": [
339
+                "/tests/"
340
+              ]
712 341
             },
713 342
             "notification-url": "https://packagist.org/downloads/",
714 343
             "license": [
... ...
@@ -725,20 +354,20 @@
725 354
                 "annotations",
726 355
                 "controllers"
727 356
             ],
728
-            "time": "2019-07-08T08:31:25+00:00"
357
+          "time": "2019-10-16T18:54:45+00:00"
729 358
         },
730 359
         {
731 360
             "name": "symfony/cache",
732
-            "version": "v4.3.3",
361
+          "version": "v4.3.8",
733 362
             "source": {
734 363
                 "type": "git",
735 364
                 "url": "https://github.com/symfony/cache.git",
736
-                "reference": "d263af3cec33afa862310e58545fdc10d779806f"
365
+              "reference": "83dca34362a0aba2b93aa1226dac6ef7cfea1262"
737 366
             },
738 367
             "dist": {
739 368
                 "type": "zip",
740
-                "url": "https://api.github.com/repos/symfony/cache/zipball/d263af3cec33afa862310e58545fdc10d779806f",
741
-                "reference": "d263af3cec33afa862310e58545fdc10d779806f",
369
+              "url": "https://api.github.com/repos/symfony/cache/zipball/83dca34362a0aba2b93aa1226dac6ef7cfea1262",
370
+              "reference": "83dca34362a0aba2b93aa1226dac6ef7cfea1262",
742 371
                 "shasum": ""
743 372
             },
744 373
             "require": {
... ...
@@ -803,20 +432,20 @@
803 432
                 "caching",
804 433
                 "psr6"
805 434
             ],
806
-            "time": "2019-06-28T13:16:30+00:00"
435
+          "time": "2019-11-12T13:07:20+00:00"
807 436
         },
808 437
         {
809 438
             "name": "symfony/cache-contracts",
810
-            "version": "v1.1.5",
439
+          "version": "v1.1.7",
811 440
             "source": {
812 441
                 "type": "git",
813 442
                 "url": "https://github.com/symfony/cache-contracts.git",
814
-                "reference": "ec5524b669744b5f1dc9c66d3c2b091eb7e7f0db"
443
+              "reference": "af50d14ada9e4e82cfabfabdc502d144f89be0a1"
815 444
             },
816 445
             "dist": {
817 446
                 "type": "zip",
818
-                "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/ec5524b669744b5f1dc9c66d3c2b091eb7e7f0db",
819
-                "reference": "ec5524b669744b5f1dc9c66d3c2b091eb7e7f0db",
447
+              "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/af50d14ada9e4e82cfabfabdc502d144f89be0a1",
448
+              "reference": "af50d14ada9e4e82cfabfabdc502d144f89be0a1",
820 449
                 "shasum": ""
821 450
             },
822 451
             "require": {
... ...
@@ -861,20 +490,20 @@
861 490
                 "interoperability",
862 491
                 "standards"
863 492
             ],
864
-            "time": "2019-06-13T11:15:36+00:00"
493
+          "time": "2019-10-04T21:43:27+00:00"
865 494
         },
866 495
         {
867 496
             "name": "symfony/config",
868
-            "version": "v4.3.3",
497
+          "version": "v4.3.8",
869 498
             "source": {
870 499
                 "type": "git",
871 500
                 "url": "https://github.com/symfony/config.git",
872
-                "reference": "a17a2aea43950ce83a0603ed301bac362eb86870"
501
+              "reference": "8267214841c44d315a55242ea867684eb43c42ce"
873 502
             },
874 503
             "dist": {
875 504
                 "type": "zip",
876
-                "url": "https://api.github.com/repos/symfony/config/zipball/a17a2aea43950ce83a0603ed301bac362eb86870",
877
-                "reference": "a17a2aea43950ce83a0603ed301bac362eb86870",
505
+              "url": "https://api.github.com/repos/symfony/config/zipball/8267214841c44d315a55242ea867684eb43c42ce",
506
+              "reference": "8267214841c44d315a55242ea867684eb43c42ce",
878 507
                 "shasum": ""
879 508
             },
880 509
             "require": {
... ...
@@ -925,20 +554,20 @@
925 554
             ],
926 555
             "description": "Symfony Config Component",
927 556
             "homepage": "https://symfony.com",
928
-            "time": "2019-07-18T10:34:59+00:00"
557
+          "time": "2019-11-08T08:31:27+00:00"
929 558
         },
930 559
         {
931 560
             "name": "symfony/console",
932
-            "version": "v4.3.3",
561
+          "version": "v4.3.8",
933 562
             "source": {
934 563
                 "type": "git",
935 564
                 "url": "https://github.com/symfony/console.git",
936
-                "reference": "8b0ae5742ce9aaa8b0075665862c1ca397d1c1d9"
565
+              "reference": "831424efae0a1fe6642784bd52aae14ece6538e6"
937 566
             },
938 567
             "dist": {
939 568
                 "type": "zip",
940
-                "url": "https://api.github.com/repos/symfony/console/zipball/8b0ae5742ce9aaa8b0075665862c1ca397d1c1d9",
941
-                "reference": "8b0ae5742ce9aaa8b0075665862c1ca397d1c1d9",
569
+              "url": "https://api.github.com/repos/symfony/console/zipball/831424efae0a1fe6642784bd52aae14ece6538e6",
570
+              "reference": "831424efae0a1fe6642784bd52aae14ece6538e6",
942 571
                 "shasum": ""
943 572
             },
944 573
             "require": {
... ...
@@ -1000,20 +629,20 @@
1000 629
             ],
1001 630
             "description": "Symfony Console Component",
1002 631
             "homepage": "https://symfony.com",
1003
-            "time": "2019-07-24T17:13:59+00:00"
632
+          "time": "2019-11-13T07:29:07+00:00"
1004 633
         },
1005 634
         {
1006 635
             "name": "symfony/debug",
1007
-            "version": "v4.3.3",
636
+          "version": "v4.3.8",
1008 637
             "source": {
1009 638
                 "type": "git",
1010 639
                 "url": "https://github.com/symfony/debug.git",
1011
-                "reference": "527887c3858a2462b0137662c74837288b998ee3"
640
+              "reference": "5ea9c3e01989a86ceaa0283f21234b12deadf5e2"
1012 641
             },
1013 642
             "dist": {
1014 643
                 "type": "zip",
1015
-                "url": "https://api.github.com/repos/symfony/debug/zipball/527887c3858a2462b0137662c74837288b998ee3",
1016
-                "reference": "527887c3858a2462b0137662c74837288b998ee3",
644
+              "url": "https://api.github.com/repos/symfony/debug/zipball/5ea9c3e01989a86ceaa0283f21234b12deadf5e2",
645
+              "reference": "5ea9c3e01989a86ceaa0283f21234b12deadf5e2",
1017 646
                 "shasum": ""
1018 647
             },
1019 648
             "require": {
... ...
@@ -1056,26 +685,26 @@
1056 685
             ],
1057 686
             "description": "Symfony Debug Component",
1058 687
             "homepage": "https://symfony.com",
1059
-            "time": "2019-07-23T11:21:36+00:00"
688
+          "time": "2019-10-28T17:07:32+00:00"
1060 689
         },
1061 690
         {
1062 691
             "name": "symfony/dependency-injection",
1063
-            "version": "v4.3.3",
692
+          "version": "v4.3.8",
1064 693
             "source": {
1065 694
                 "type": "git",
1066 695
                 "url": "https://github.com/symfony/dependency-injection.git",
1067
-                "reference": "9ad1b83d474ae17156f6914cb81ffe77aeac3a9b"
696
+              "reference": "80c6d9e19467dfbba14f830ed478eb592ce51b64"
1068 697
             },
1069 698
             "dist": {
1070 699
                 "type": "zip",
1071
-                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/9ad1b83d474ae17156f6914cb81ffe77aeac3a9b",
1072
-                "reference": "9ad1b83d474ae17156f6914cb81ffe77aeac3a9b",
700
+              "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/80c6d9e19467dfbba14f830ed478eb592ce51b64",
701
+              "reference": "80c6d9e19467dfbba14f830ed478eb592ce51b64",
1073 702
                 "shasum": ""
1074 703
             },
1075 704
             "require": {
1076 705
                 "php": "^7.1.3",
1077 706
                 "psr/container": "^1.0",
1078
-                "symfony/service-contracts": "^1.1.2"
707
+              "symfony/service-contracts": "^1.1.6"
1079 708
             },
1080 709
             "conflict": {
1081 710
                 "symfony/config": "<4.3",
... ...
@@ -1129,27 +758,27 @@
1129 758
             ],
1130 759
             "description": "Symfony DependencyInjection Component",
1131 760
             "homepage": "https://symfony.com",
1132
-            "time": "2019-07-26T07:03:43+00:00"
761
+          "time": "2019-11-08T16:22:27+00:00"
1133 762
         },
1134 763
         {
1135 764
             "name": "symfony/dotenv",
1136
-            "version": "v4.3.3",
765
+          "version": "v4.3.8",
1137 766
             "source": {
1138 767
                 "type": "git",
1139 768
                 "url": "https://github.com/symfony/dotenv.git",
1140
-                "reference": "c9ea2a1c60e7db08c1d1379cd4448fd14bda11eb"
769
+              "reference": "62d93bf07edd0d76f033d65a7fd1c1ce50d28b50"
1141 770
             },
1142 771
             "dist": {
1143 772
                 "type": "zip",
1144
-                "url": "https://api.github.com/repos/symfony/dotenv/zipball/c9ea2a1c60e7db08c1d1379cd4448fd14bda11eb",
1145
-                "reference": "c9ea2a1c60e7db08c1d1379cd4448fd14bda11eb",
773
+              "url": "https://api.github.com/repos/symfony/dotenv/zipball/62d93bf07edd0d76f033d65a7fd1c1ce50d28b50",
774
+              "reference": "62d93bf07edd0d76f033d65a7fd1c1ce50d28b50",
1146 775
                 "shasum": ""
1147 776
             },
1148 777
             "require": {
1149 778
                 "php": "^7.1.3"
1150 779
             },
1151 780
             "require-dev": {
1152
-                "symfony/process": "~3.4|~4.0"
781
+              "symfony/process": "^3.4.2|^4.0"
1153 782
             },
1154 783
             "type": "library",
1155 784
             "extra": {
... ...
@@ -1186,20 +815,20 @@
1186 815
                 "env",
1187 816
                 "environment"
1188 817
             ],
1189
-            "time": "2019-06-26T06:50:02+00:00"
818
+          "time": "2019-10-18T11:23:15+00:00"
1190 819
         },
1191 820
         {
1192 821
             "name": "symfony/event-dispatcher",
1193
-            "version": "v4.3.3",
822
+          "version": "v4.3.8",
1194 823
             "source": {
1195 824
                 "type": "git",
1196 825
                 "url": "https://github.com/symfony/event-dispatcher.git",
1197
-                "reference": "212b020949331b6531250584531363844b34a94e"
826
+              "reference": "0df002fd4f500392eabd243c2947061a50937287"
1198 827
             },
1199 828
             "dist": {
1200 829
                 "type": "zip",
1201
-                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/212b020949331b6531250584531363844b34a94e",
1202
-                "reference": "212b020949331b6531250584531363844b34a94e",
830
+              "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/0df002fd4f500392eabd243c2947061a50937287",
831
+              "reference": "0df002fd4f500392eabd243c2947061a50937287",
1203 832
                 "shasum": ""
1204 833
             },
1205 834
             "require": {
... ...
@@ -1256,20 +885,20 @@
1256 885
             ],
1257 886
             "description": "Symfony EventDispatcher Component",
1258 887
             "homepage": "https://symfony.com",
1259
-            "time": "2019-06-27T06:42:14+00:00"
888
+          "time": "2019-11-03T09:04:05+00:00"
1260 889
         },
1261 890
         {
1262 891
             "name": "symfony/event-dispatcher-contracts",
1263
-            "version": "v1.1.5",
892
+          "version": "v1.1.7",
1264 893
             "source": {
1265 894
                 "type": "git",
1266 895
                 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
1267
-                "reference": "c61766f4440ca687de1084a5c00b08e167a2575c"
896
+              "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18"
1268 897
             },
1269 898
             "dist": {
1270 899
                 "type": "zip",
1271
-                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c61766f4440ca687de1084a5c00b08e167a2575c",
1272
-                "reference": "c61766f4440ca687de1084a5c00b08e167a2575c",
900
+              "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
901
+              "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
1273 902
                 "shasum": ""
1274 903
             },
1275 904
             "require": {
... ...
@@ -1314,20 +943,20 @@
1314 943
                 "interoperability",
1315 944
                 "standards"
1316 945
             ],
1317
-            "time": "2019-06-20T06:46:26+00:00"
946
+          "time": "2019-09-17T09:54:03+00:00"
1318 947
         },
1319 948
         {
1320 949
             "name": "symfony/filesystem",
1321
-            "version": "v4.3.3",
950
+          "version": "v4.3.8",
1322 951
             "source": {
1323 952
                 "type": "git",
1324 953
                 "url": "https://github.com/symfony/filesystem.git",
1325
-                "reference": "b9896d034463ad6fd2bf17e2bf9418caecd6313d"
954
+              "reference": "9abbb7ef96a51f4d7e69627bc6f63307994e4263"
1326 955
             },
1327 956
             "dist": {
1328 957
                 "type": "zip",
1329
-                "url": "https://api.github.com/repos/symfony/filesystem/zipball/b9896d034463ad6fd2bf17e2bf9418caecd6313d",
1330
-                "reference": "b9896d034463ad6fd2bf17e2bf9418caecd6313d",
958
+              "url": "https://api.github.com/repos/symfony/filesystem/zipball/9abbb7ef96a51f4d7e69627bc6f63307994e4263",
959
+              "reference": "9abbb7ef96a51f4d7e69627bc6f63307994e4263",
1331 960
                 "shasum": ""
1332 961
             },
1333 962
             "require": {
... ...
@@ -1364,20 +993,20 @@
1364 993
             ],
1365 994
             "description": "Symfony Filesystem Component",
1366 995
             "homepage": "https://symfony.com",
1367
-            "time": "2019-06-23T08:51:25+00:00"
996
+          "time": "2019-08-20T14:07:54+00:00"
1368 997
         },
1369 998
         {
1370 999
             "name": "symfony/finder",
1371
-            "version": "v4.3.3",
1000
+          "version": "v4.3.8",
1372 1001
             "source": {
1373 1002
                 "type": "git",
1374 1003
                 "url": "https://github.com/symfony/finder.git",
1375
-                "reference": "9638d41e3729459860bb96f6247ccb61faaa45f2"
1004
+              "reference": "72a068f77e317ae77c0a0495236ad292cfb5ce6f"
1376 1005
             },
1377 1006
             "dist": {
1378 1007
                 "type": "zip",
1379
-                "url": "https://api.github.com/repos/symfony/finder/zipball/9638d41e3729459860bb96f6247ccb61faaa45f2",
1380
-                "reference": "9638d41e3729459860bb96f6247ccb61faaa45f2",
1008
+              "url": "https://api.github.com/repos/symfony/finder/zipball/72a068f77e317ae77c0a0495236ad292cfb5ce6f",
1009
+              "reference": "72a068f77e317ae77c0a0495236ad292cfb5ce6f",
1381 1010
                 "shasum": ""
1382 1011
             },
1383 1012
             "require": {
... ...
@@ -1413,20 +1042,20 @@
1413 1042
             ],
1414 1043
             "description": "Symfony Finder Component",
1415 1044
             "homepage": "https://symfony.com",
1416
-            "time": "2019-06-28T13:16:30+00:00"
1045
+          "time": "2019-10-30T12:53:54+00:00"
1417 1046
         },
1418 1047
         {
1419 1048
             "name": "symfony/flex",
1420
-            "version": "v1.4.5",
1049
+          "version": "v1.4.8",
1421 1050
             "source": {
1422 1051
                 "type": "git",
1423 1052
                 "url": "https://github.com/symfony/flex.git",
1424
-                "reference": "4467ab35c82edebac58fe58c22cea166a805eb1f"
1053
+              "reference": "f5bfc79c1f5bed6b2bb4ca9e49a736c2abc03e8f"
1425 1054
             },
1426 1055
             "dist": {
1427 1056
                 "type": "zip",
1428
-                "url": "https://api.github.com/repos/symfony/flex/zipball/4467ab35c82edebac58fe58c22cea166a805eb1f",
1429
-                "reference": "4467ab35c82edebac58fe58c22cea166a805eb1f",
1057
+              "url": "https://api.github.com/repos/symfony/flex/zipball/f5bfc79c1f5bed6b2bb4ca9e49a736c2abc03e8f",
1058
+              "reference": "f5bfc79c1f5bed6b2bb4ca9e49a736c2abc03e8f",
1430 1059
                 "shasum": ""
1431 1060
             },
1432 1061
             "require": {
... ...
@@ -1435,9 +1064,9 @@
1435 1064
             },
1436 1065
             "require-dev": {
1437 1066
                 "composer/composer": "^1.0.2",
1438
-                "symfony/dotenv": "^3.4|^4.0",
1439
-                "symfony/phpunit-bridge": "^3.4.19|^4.1.8",
1440
-                "symfony/process": "^2.7|^3.0|^4.0"
1067
+              "symfony/dotenv": "^3.4|^4.0|^5.0",
1068
+              "symfony/phpunit-bridge": "^3.4.19|^4.1.8|^5.0",
1069
+              "symfony/process": "^2.7|^3.0|^4.0|^5.0"
1441 1070
             },
1442 1071
             "type": "composer-plugin",
1443 1072
             "extra": {
... ...
@@ -1462,33 +1091,33 @@
1462 1091
                 }
1463 1092
             ],
1464 1093
             "description": "Composer plugin for Symfony",
1465
-            "time": "2019-07-19T08:59:18+00:00"
1094
+          "time": "2019-11-14T09:25:51+00:00"
1466 1095
         },
1467 1096
         {
1468 1097
             "name": "symfony/framework-bundle",
1469
-            "version": "v4.3.3",
1098
+          "version": "v4.3.8",
1470 1099
             "source": {
1471 1100
                 "type": "git",
1472 1101
                 "url": "https://github.com/symfony/framework-bundle.git",
1473
-                "reference": "f4c4d2922c209349fa78bce2ba2faa57ccea1093"
1102
+              "reference": "117560d884615d0c39179a24aa3c69c4af540d81"
1474 1103
             },
1475 1104
             "dist": {
1476 1105
                 "type": "zip",
1477
-                "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/f4c4d2922c209349fa78bce2ba2faa57ccea1093",
1478
-                "reference": "f4c4d2922c209349fa78bce2ba2faa57ccea1093",
1106
+              "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/117560d884615d0c39179a24aa3c69c4af540d81",
1107
+              "reference": "117560d884615d0c39179a24aa3c69c4af540d81",
1479 1108
                 "shasum": ""
1480 1109
             },
1481 1110
             "require": {
1482 1111
                 "ext-xml": "*",
1483 1112
                 "php": "^7.1.3",
1484
-                "symfony/cache": "~4.3",
1485
-                "symfony/config": "~4.2",
1113
+              "symfony/cache": "^4.3.4",
1114
+              "symfony/config": "^4.3.4",
1486 1115
                 "symfony/debug": "~4.0",
1487 1116
                 "symfony/dependency-injection": "^4.3",
1488 1117
                 "symfony/filesystem": "~3.4|~4.0",
1489 1118
                 "symfony/finder": "~3.4|~4.0",
1490 1119
                 "symfony/http-foundation": "^4.3",
1491
-                "symfony/http-kernel": "^4.3",
1120
+              "symfony/http-kernel": "^4.3.4",
1492 1121
                 "symfony/polyfill-mbstring": "~1.0",
1493 1122
                 "symfony/routing": "^4.3"
1494 1123
             },
... ...
@@ -1502,31 +1131,31 @@
1502 1131
                 "symfony/dom-crawler": "<4.3",
1503 1132
                 "symfony/dotenv": "<4.2",
1504 1133
                 "symfony/form": "<4.3",
1505
-                "symfony/messenger": "<4.3",
1134
+              "symfony/messenger": "<4.3.6",
1506 1135
                 "symfony/property-info": "<3.4",
1507 1136
                 "symfony/serializer": "<4.2",
1508 1137
                 "symfony/stopwatch": "<3.4",
1509
-                "symfony/translation": "<4.3",
1138
+              "symfony/translation": "<4.3.6",
1510 1139
                 "symfony/twig-bridge": "<4.1.1",
1511 1140
                 "symfony/validator": "<4.1",
1512
-                "symfony/workflow": "<4.3"
1141
+              "symfony/workflow": "<4.3.6"
1513 1142
             },
1514 1143
             "require-dev": {
1515
-                "doctrine/annotations": "~1.0",
1144
+              "doctrine/annotations": "~1.7",
1516 1145
                 "doctrine/cache": "~1.0",
1517 1146
                 "fig/link-util": "^1.0",
1518 1147
                 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
1519 1148
                 "symfony/asset": "~3.4|~4.0",
1520 1149
                 "symfony/browser-kit": "^4.3",
1521
-                "symfony/console": "^4.3",
1150
+              "symfony/console": "^4.3.4",
1522 1151
                 "symfony/css-selector": "~3.4|~4.0",
1523 1152
                 "symfony/dom-crawler": "^4.3",
1524 1153
                 "symfony/expression-language": "~3.4|~4.0",
1525
-                "symfony/form": "^4.3",
1154
+              "symfony/form": "^4.3.4",
1526 1155
                 "symfony/http-client": "^4.3",
1527 1156
                 "symfony/lock": "~3.4|~4.0",
1528 1157
                 "symfony/mailer": "^4.3",
1529
-                "symfony/messenger": "^4.3",
1158
+              "symfony/messenger": "^4.3.6",
1530 1159
                 "symfony/mime": "^4.3",
1531 1160
                 "symfony/polyfill-intl-icu": "~1.0",
1532 1161
                 "symfony/process": "~3.4|~4.0",
... ...
@@ -1536,14 +1165,14 @@
1536 1165
                 "symfony/serializer": "^4.3",
1537 1166
                 "symfony/stopwatch": "~3.4|~4.0",
1538 1167
                 "symfony/templating": "~3.4|~4.0",
1539
-                "symfony/translation": "~4.3",
1168
+              "symfony/translation": "^4.3.7",
1540 1169
                 "symfony/twig-bundle": "~2.8|~3.2|~4.0",
1541 1170
                 "symfony/validator": "^4.1",
1542 1171
                 "symfony/var-dumper": "^4.3",
1543 1172
                 "symfony/web-link": "~3.4|~4.0",
1544
-                "symfony/workflow": "^4.3",
1173
+              "symfony/workflow": "^4.3.6",
1545 1174
                 "symfony/yaml": "~3.4|~4.0",
1546
-                "twig/twig": "~1.34|~2.4"
1175
+              "twig/twig": "~1.41|~2.10"
1547 1176
             },
1548 1177
             "suggest": {
1549 1178
                 "ext-apcu": "For best performance of the system caches",
... ...
@@ -1585,20 +1214,20 @@
1585 1214
             ],
1586 1215
             "description": "Symfony FrameworkBundle",
1587 1216
             "homepage": "https://symfony.com",
1588
-            "time": "2019-07-27T08:36:33+00:00"
1217
+          "time": "2019-11-08T22:04:53+00:00"
1589 1218
         },
1590 1219
         {
1591 1220
             "name": "symfony/http-foundation",
1592
-            "version": "v4.3.3",
1221
+          "version": "v4.3.8",
1593 1222
             "source": {
1594 1223
                 "type": "git",
1595 1224
                 "url": "https://github.com/symfony/http-foundation.git",
1596
-                "reference": "8b778ee0c27731105fbf1535f51793ad1ae0ba2b"
1225
+              "reference": "cabe67275034e173350e158f3b1803d023880227"
1597 1226
             },
1598 1227
             "dist": {
1599 1228
                 "type": "zip",
1600
-                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/8b778ee0c27731105fbf1535f51793ad1ae0ba2b",
1601
-                "reference": "8b778ee0c27731105fbf1535f51793ad1ae0ba2b",
1229
+              "url": "https://api.github.com/repos/symfony/http-foundation/zipball/cabe67275034e173350e158f3b1803d023880227",
1230
+              "reference": "cabe67275034e173350e158f3b1803d023880227",
1602 1231
                 "shasum": ""
1603 1232
             },
1604 1233
             "require": {
... ...
@@ -1640,20 +1269,20 @@
1640 1269
             ],
1641 1270
             "description": "Symfony HttpFoundation Component",
1642 1271
             "homepage": "https://symfony.com",
1643
-            "time": "2019-07-23T11:21:36+00:00"
1272
+          "time": "2019-11-12T13:07:20+00:00"
1644 1273
         },
1645 1274
         {
1646 1275
             "name": "symfony/http-kernel",
1647
-            "version": "v4.3.3",
1276
+          "version": "v4.3.8",
1648 1277
             "source": {
1649 1278
                 "type": "git",
1650 1279
                 "url": "https://github.com/symfony/http-kernel.git",
1651
-                "reference": "a414548d236ddd8fa3df52367d583e82339c5e95"
1280
+              "reference": "5fdf186f26f9080de531d3f1d024348b2f0ab12f"
1652 1281
             },
1653 1282
             "dist": {
1654 1283
                 "type": "zip",
1655
-                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/a414548d236ddd8fa3df52367d583e82339c5e95",
1656
-                "reference": "a414548d236ddd8fa3df52367d583e82339c5e95",
1284
+              "url": "https://api.github.com/repos/symfony/http-kernel/zipball/5fdf186f26f9080de531d3f1d024348b2f0ab12f",
1285
+              "reference": "5fdf186f26f9080de531d3f1d024348b2f0ab12f",
1657 1286
                 "shasum": ""
1658 1287
             },
1659 1288
             "require": {
... ...
@@ -1732,20 +1361,20 @@
1732 1361
             ],
1733 1362
             "description": "Symfony HttpKernel Component",
1734 1363
             "homepage": "https://symfony.com",
1735
-            "time": "2019-07-28T07:10:23+00:00"
1364
+          "time": "2019-11-13T09:07:28+00:00"
1736 1365
         },
1737 1366
         {
1738 1367
             "name": "symfony/mime",
1739
-            "version": "v4.3.3",
1368
+          "version": "v4.3.8",
1740 1369
             "source": {
1741 1370
                 "type": "git",
1742 1371
                 "url": "https://github.com/symfony/mime.git",
1743
-                "reference": "6b7148029b1dd5eda1502064f06d01357b7b2d8b"
1372
+              "reference": "22aecf6b11638ef378fab25d6c5a2da8a31a1448"
1744 1373
             },
1745 1374
             "dist": {
1746 1375
                 "type": "zip",
1747
-                "url": "https://api.github.com/repos/symfony/mime/zipball/6b7148029b1dd5eda1502064f06d01357b7b2d8b",
1748
-                "reference": "6b7148029b1dd5eda1502064f06d01357b7b2d8b",
1376
+              "url": "https://api.github.com/repos/symfony/mime/zipball/22aecf6b11638ef378fab25d6c5a2da8a31a1448",
1377
+              "reference": "22aecf6b11638ef378fab25d6c5a2da8a31a1448",
1749 1378
                 "shasum": ""
1750 1379
             },
1751 1380
             "require": {
... ...
@@ -1754,7 +1383,7 @@
1754 1383
                 "symfony/polyfill-mbstring": "^1.0"
1755 1384
             },
1756 1385
             "require-dev": {
1757
-                "egulias/email-validator": "^2.0",
1386
+              "egulias/email-validator": "^2.1.10",
1758 1387
                 "symfony/dependency-injection": "~3.4|^4.1"
1759 1388
             },
1760 1389
             "type": "library",
... ...
@@ -1791,7 +1420,7 @@
1791 1420
                 "mime",
1792 1421
                 "mime-type"
1793 1422
             ],
1794
-            "time": "2019-07-19T16:21:19+00:00"
1423
+          "time": "2019-11-12T13:10:02+00:00"
1795 1424
         },
1796 1425
         {
1797 1426
             "name": "symfony/polyfill-intl-idn",
... ...
@@ -2029,16 +1658,16 @@
2029 1658
         },
2030 1659
         {
2031 1660
             "name": "symfony/routing",
2032
-            "version": "v4.3.3",
1661
+          "version": "v4.3.8",
2033 1662
             "source": {
2034 1663
                 "type": "git",
2035 1664
                 "url": "https://github.com/symfony/routing.git",
2036
-                "reference": "a88c47a5861549f5dc1197660818084c3b67d773"
1665
+              "reference": "533fd12a41fb9ce8d4e861693365427849487c0e"
2037 1666
             },
2038 1667
             "dist": {
2039 1668
                 "type": "zip",
2040
-                "url": "https://api.github.com/repos/symfony/routing/zipball/a88c47a5861549f5dc1197660818084c3b67d773",
2041
-                "reference": "a88c47a5861549f5dc1197660818084c3b67d773",
1669
+              "url": "https://api.github.com/repos/symfony/routing/zipball/533fd12a41fb9ce8d4e861693365427849487c0e",
1670
+              "reference": "533fd12a41fb9ce8d4e861693365427849487c0e",
2042 1671
                 "shasum": ""
2043 1672
             },
2044 1673
             "require": {
... ...
@@ -2101,20 +1730,20 @@
2101 1730
                 "uri",
2102 1731
                 "url"
2103 1732
             ],
2104
-            "time": "2019-07-23T14:43:56+00:00"
1733
+          "time": "2019-11-04T20:23:03+00:00"
2105 1734
         },
2106 1735
         {
2107 1736
             "name": "symfony/service-contracts",
2108
-            "version": "v1.1.5",
1737
+          "version": "v1.1.8",
2109 1738
             "source": {
2110 1739
                 "type": "git",
2111 1740
                 "url": "https://github.com/symfony/service-contracts.git",
2112
-                "reference": "f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d"
1741
+              "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf"
2113 1742
             },
2114 1743
             "dist": {
2115 1744
                 "type": "zip",
2116
-                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d",
2117
-                "reference": "f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d",
1745
+              "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
1746
+              "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
2118 1747
                 "shasum": ""
2119 1748
             },
2120 1749
             "require": {
... ...
@@ -2159,20 +1788,20 @@
2159 1788
                 "interoperability",
2160 1789
                 "standards"
2161 1790
             ],
2162
-            "time": "2019-06-13T11:15:36+00:00"
1791
+          "time": "2019-10-14T12:27:06+00:00"
2163 1792
         },
2164 1793
         {
2165 1794
             "name": "symfony/translation-contracts",
2166
-            "version": "v1.1.5",
1795
+          "version": "v1.1.7",
2167 1796
             "source": {
2168 1797
                 "type": "git",
2169 1798
                 "url": "https://github.com/symfony/translation-contracts.git",
2170
-                "reference": "cb4b18ad7b92a26e83b65dde940fab78339e6f3c"
1799
+              "reference": "364518c132c95642e530d9b2d217acbc2ccac3e6"
2171 1800
             },
2172 1801
             "dist": {
2173 1802
                 "type": "zip",
2174
-                "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/cb4b18ad7b92a26e83b65dde940fab78339e6f3c",
2175
-                "reference": "cb4b18ad7b92a26e83b65dde940fab78339e6f3c",
1803
+              "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/364518c132c95642e530d9b2d217acbc2ccac3e6",
1804
+              "reference": "364518c132c95642e530d9b2d217acbc2ccac3e6",
2176 1805
                 "shasum": ""
2177 1806
             },
2178 1807
             "require": {
... ...
@@ -2216,20 +1845,20 @@
2216 1845
                 "interoperability",
2217 1846
                 "standards"
2218 1847
             ],
2219
-            "time": "2019-06-13T11:15:36+00:00"
1848
+          "time": "2019-09-17T11:12:18+00:00"
2220 1849
         },
2221 1850
         {
2222 1851
             "name": "symfony/twig-bridge",
2223
-            "version": "v4.3.3",
1852
+          "version": "v4.3.8",
2224 1853
             "source": {
2225 1854
                 "type": "git",
2226 1855
                 "url": "https://github.com/symfony/twig-bridge.git",
2227
-                "reference": "d0827d80581436a7d0f2a86df19e7d2106d1b167"
1856
+              "reference": "67fdb93de3361bcf1ab02bd8275af8c790bae900"
2228 1857
             },
2229 1858
             "dist": {
2230 1859
                 "type": "zip",
2231
-                "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/d0827d80581436a7d0f2a86df19e7d2106d1b167",
2232
-                "reference": "d0827d80581436a7d0f2a86df19e7d2106d1b167",
1860
+              "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/67fdb93de3361bcf1ab02bd8275af8c790bae900",
1861
+              "reference": "67fdb93de3361bcf1ab02bd8275af8c790bae900",
2233 1862
                 "shasum": ""
2234 1863
             },
2235 1864
             "require": {
... ...
@@ -2239,25 +1868,27 @@
2239 1868
             },
2240 1869
             "conflict": {
2241 1870
                 "symfony/console": "<3.4",
2242
-                "symfony/form": "<4.3",
1871
+              "symfony/form": "<4.3.4",
2243 1872
                 "symfony/http-foundation": "<4.3",
2244 1873
                 "symfony/translation": "<4.2",
2245 1874
                 "symfony/workflow": "<4.3"
2246 1875
             },
2247 1876
             "require-dev": {
2248
-                "egulias/email-validator": "^2.0",
1877
+              "egulias/email-validator": "^2.1.10",
1878
+              "fig/link-util": "^1.0",
2249 1879
                 "symfony/asset": "~3.4|~4.0",
2250 1880
                 "symfony/console": "~3.4|~4.0",
2251 1881
                 "symfony/dependency-injection": "~3.4|~4.0",
2252 1882
                 "symfony/expression-language": "~3.4|~4.0",
2253 1883
                 "symfony/finder": "~3.4|~4.0",
2254
-                "symfony/form": "^4.3",
1884
+              "symfony/form": "^4.3.4",
2255 1885
                 "symfony/http-foundation": "~4.3",
2256 1886
                 "symfony/http-kernel": "~3.4|~4.0",
2257 1887
                 "symfony/mime": "~4.3",
2258 1888
                 "symfony/polyfill-intl-icu": "~1.0",
2259 1889
                 "symfony/routing": "~3.4|~4.0",
2260 1890
                 "symfony/security-acl": "~2.8|~3.0",
1891
+              "symfony/security-core": "~3.0|~4.0",
2261 1892
                 "symfony/security-csrf": "~3.4|~4.0",
2262 1893
                 "symfony/security-http": "~3.4|~4.0",
2263 1894
                 "symfony/stopwatch": "~3.4|~4.0",
... ...
@@ -2315,20 +1946,20 @@
2315 1946
             ],
2316 1947
             "description": "Symfony Twig Bridge",
2317 1948
             "homepage": "https://symfony.com",
2318
-            "time": "2019-07-24T19:57:32+00:00"
1949
+          "time": "2019-10-30T12:58:49+00:00"
2319 1950
         },
2320 1951
         {
2321 1952
             "name": "symfony/twig-bundle",
2322
-            "version": "v4.3.3",
1953
+          "version": "v4.3.8",
2323 1954
             "source": {
2324 1955
                 "type": "git",
2325 1956
                 "url": "https://github.com/symfony/twig-bundle.git",
2326
-                "reference": "7811b73fbfbb33418a73563558d5c262b1bbfa5d"
1957
+              "reference": "869ebf144acafd19fb9c8c386808c26624f28572"
2327 1958
             },
2328 1959
             "dist": {
2329 1960
                 "type": "zip",
2330
-                "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/7811b73fbfbb33418a73563558d5c262b1bbfa5d",
2331
-                "reference": "7811b73fbfbb33418a73563558d5c262b1bbfa5d",
1961
+              "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/869ebf144acafd19fb9c8c386808c26624f28572",
1962
+              "reference": "869ebf144acafd19fb9c8c386808c26624f28572",
2332 1963
                 "shasum": ""
2333 1964
             },
2334 1965
             "require": {
... ...
@@ -2347,7 +1978,7 @@
2347 1978
                 "symfony/translation": "<4.2"
2348 1979
             },
2349 1980
             "require-dev": {
2350
-                "doctrine/annotations": "~1.0",
1981
+              "doctrine/annotations": "~1.7",
2351 1982
                 "doctrine/cache": "~1.0",
2352 1983
                 "symfony/asset": "~3.4|~4.0",
2353 1984
                 "symfony/dependency-injection": "^4.2.5",
... ...
@@ -2392,20 +2023,20 @@
2392 2023
             ],
2393 2024
             "description": "Symfony TwigBundle",
2394 2025
             "homepage": "https://symfony.com",
2395
-            "time": "2019-07-19T08:33:28+00:00"
2026
+          "time": "2019-10-29T14:56:06+00:00"
2396 2027
         },
2397 2028
         {
2398 2029
             "name": "symfony/var-exporter",
2399
-            "version": "v4.3.3",
2030
+          "version": "v4.3.8",
2400 2031
             "source": {
2401 2032
                 "type": "git",
2402 2033
                 "url": "https://github.com/symfony/var-exporter.git",
2403
-                "reference": "9dee83031dcf6dcb53bb7ec1c51de085329bf5cb"
2034
+              "reference": "097aa4c02954dabe9d508229be86213723973ac0"
2404 2035
             },
2405 2036
             "dist": {
2406 2037
                 "type": "zip",
2407
-                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/9dee83031dcf6dcb53bb7ec1c51de085329bf5cb",
2408
-                "reference": "9dee83031dcf6dcb53bb7ec1c51de085329bf5cb",
2038
+              "url": "https://api.github.com/repos/symfony/var-exporter/zipball/097aa4c02954dabe9d508229be86213723973ac0",
2039
+              "reference": "097aa4c02954dabe9d508229be86213723973ac0",
2409 2040
                 "shasum": ""
2410 2041
             },
2411 2042
             "require": {
... ...
@@ -2452,20 +2083,20 @@
2452 2083
                 "instantiate",
2453 2084
                 "serialize"
2454 2085
             ],
2455
-            "time": "2019-06-22T08:39:44+00:00"
2086
+          "time": "2019-11-11T12:48:54+00:00"
2456 2087
         },
2457 2088
         {
2458 2089
             "name": "symfony/yaml",
2459
-            "version": "v4.3.3",
2090
+          "version": "v4.3.8",
2460 2091
             "source": {
2461 2092
                 "type": "git",
2462 2093
                 "url": "https://github.com/symfony/yaml.git",
2463
-                "reference": "34d29c2acd1ad65688f58452fd48a46bd996d5a6"
2094
+              "reference": "324cf4b19c345465fad14f3602050519e09e361d"
2464 2095
             },
2465 2096
             "dist": {
2466 2097
                 "type": "zip",
2467
-                "url": "https://api.github.com/repos/symfony/yaml/zipball/34d29c2acd1ad65688f58452fd48a46bd996d5a6",
2468
-                "reference": "34d29c2acd1ad65688f58452fd48a46bd996d5a6",
2098
+              "url": "https://api.github.com/repos/symfony/yaml/zipball/324cf4b19c345465fad14f3602050519e09e361d",
2099
+              "reference": "324cf4b19c345465fad14f3602050519e09e361d",
2469 2100
                 "shasum": ""
2470 2101
             },
2471 2102
             "require": {
... ...
@@ -2511,20 +2142,20 @@
2511 2142
             ],
2512 2143
             "description": "Symfony Yaml Component",
2513 2144
             "homepage": "https://symfony.com",
2514
-            "time": "2019-07-24T14:47:54+00:00"
2145
+          "time": "2019-10-30T12:58:49+00:00"
2515 2146
         },
2516 2147
         {
2517 2148
             "name": "twig/twig",
2518
-            "version": "v2.11.3",
2149
+          "version": "v2.12.2",
2519 2150
             "source": {
2520 2151
                 "type": "git",
2521 2152
                 "url": "https://github.com/twigphp/Twig.git",
2522
-                "reference": "699ed2342557c88789a15402de5eb834dedd6792"
2153
+              "reference": "d761fd1f1c6b867ae09a7d8119a6d95d06dc44ed"
2523 2154
             },
2524 2155
             "dist": {
2525 2156
                 "type": "zip",
2526
-                "url": "https://api.github.com/repos/twigphp/Twig/zipball/699ed2342557c88789a15402de5eb834dedd6792",
2527
-                "reference": "699ed2342557c88789a15402de5eb834dedd6792",
2157
+              "url": "https://api.github.com/repos/twigphp/Twig/zipball/d761fd1f1c6b867ae09a7d8119a6d95d06dc44ed",
2158
+              "reference": "d761fd1f1c6b867ae09a7d8119a6d95d06dc44ed",
2528 2159
                 "shasum": ""
2529 2160
             },
2530 2161
             "require": {
... ...
@@ -2534,13 +2165,13 @@
2534 2165
             },
2535 2166
             "require-dev": {
2536 2167
                 "psr/container": "^1.0",
2537
-                "symfony/debug": "^2.7",
2538
-                "symfony/phpunit-bridge": "^3.4.19|^4.1.8|^5.0"
2168
+              "symfony/debug": "^3.4|^4.2",
2169
+              "symfony/phpunit-bridge": "^4.4@dev|^5.0"
2539 2170
             },
2540 2171
             "type": "library",
2541 2172
             "extra": {
2542 2173
                 "branch-alias": {
2543
-                    "dev-master": "2.11-dev"
2174
+                  "dev-master": "2.12-dev"
2544 2175
                 }
2545 2176
             },
2546 2177
             "autoload": {
... ...
@@ -2558,19 +2189,19 @@
2558 2189
             "authors": [
2559 2190
                 {
2560 2191
                     "name": "Fabien Potencier",
2561
-                    "role": "Lead Developer",
2562 2192
                     "email": "fabien@symfony.com",
2563
-                    "homepage": "http://fabien.potencier.org"
2564
-                },
2565
-                {
2566
-                    "name": "Armin Ronacher",
2567
-                    "role": "Project Founder",
2568
-                    "email": "armin.ronacher@active-4.com"
2193
+                  "homepage": "http://fabien.potencier.org",
2194
+                  "role": "Lead Developer"
2569 2195
                 },
2570 2196
                 {
2571 2197
                     "name": "Twig Team",
2572
-                    "role": "Contributors",
2573
-                    "homepage": "https://twig.symfony.com/contributors"
2198
+                  "homepage": "https://twig.symfony.com/contributors",
2199
+                  "role": "Contributors"
2200
+                },
2201
+              {
2202
+                "name": "Armin Ronacher",
2203
+                "email": "armin.ronacher@active-4.com",
2204
+                "role": "Project Founder"
2574 2205
                 }
2575 2206
             ],
2576 2207
             "description": "Twig, the flexible, fast, and secure template language for PHP",
... ...
@@ -2578,7 +2209,7 @@
2578 2209
             "keywords": [
2579 2210
                 "templating"
2580 2211
             ],
2581
-            "time": "2019-06-18T15:37:11+00:00"
2212
+          "time": "2019-11-11T16:52:09+00:00"
2582 2213
         }
2583 2214
     ],
2584 2215
     "packages-dev": [],
... ...
@@ -11,9 +11,10 @@ class DefaultController extends Controller
11 11
     public function indexAction(Request $request)
12 12
     {
13 13
         print_r("<pre>");
14
-        //print_r($this->get('session'));
14
+        print_r($this->get('session'));
15 15
         print_r($_COOKIE);
16
-        //print_r($_SESSION);
16
+        print_r($_SESSION);
17
+        $_SESSION['test-user43'] = "user43";
17 18
         // replace this example code with whatever you need
18 19
         return $this->render('default/page.html.twig', [
19 20
             'text' => 'homepage',
... ...
@@ -21,6 +21,8 @@
21 21
             <a href='{{ url('page1') }}'>tab one</a>
22 22
             <br />
23 23
             <a href='{{ url('page2')}}'>tab two</a>
24
+            <br/>
25
+            <a href='/syf51/page1'>upgrade to symfony51</a>
24 26
         </div>
25 27
 
26 28
     </div>
27 29
new file mode 100644
... ...
@@ -0,0 +1,33 @@
1
+# In all environments, the following files are loaded if they exist,
2
+# the latter taking precedence over the former:
3
+#
4
+#  * .env                contains default values for the environment variables needed by the app
5
+#  * .env.local          uncommitted file with local overrides
6
+#  * .env.$APP_ENV       committed environment-specific defaults
7
+#  * .env.$APP_ENV.local uncommitted environment-specific overrides
8
+#
9
+# Real environment variables win over .env files.
10
+#
11
+# DO NOT DEFINE PRODUCTION SECRETS IN THIS FILE NOR IN ANY OTHER COMMITTED FILES.
12
+#
13
+# Run "composer dump-env prod" to compile .env files for production use (requires symfony/flex >=1.2).
14
+# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
15
+
16
+###> symfony/framework-bundle ###
17
+APP_ENV=dev
18
+APP_SECRET=285d92280f430d7ddb1a1e478bc37c1f
19
+#TRUSTED_PROXIES=127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
20
+#TRUSTED_HOSTS='^localhost|example\.com$'
21
+###< symfony/framework-bundle ###
22
+
23
+###> symfony/mailer ###
24
+# MAILER_DSN=smtp://localhost
25
+###< symfony/mailer ###
26
+
27
+###> doctrine/doctrine-bundle ###
28
+# Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
29
+# For an SQLite database, use: "sqlite:///%kernel.project_dir%/var/data.db"
30
+# For a PostgreSQL database, use: "postgresql://db_user:db_password@127.0.0.1:5432/db_name?serverVersion=11"
31
+# IMPORTANT: You MUST configure your db driver and server version, either here or in config/packages/doctrine.yaml
32
+DATABASE_URL=mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7
33
+###< doctrine/doctrine-bundle ###
0 34
new file mode 100644
... ...
@@ -0,0 +1,5 @@
1
+# define your env variables for the test env here
2
+KERNEL_CLASS='App\Kernel'
3
+APP_SECRET='$ecretf0rt3st'
4
+SYMFONY_DEPRECATIONS_HELPER=999999
5
+PANTHER_APP_ENV=panther
0 6
new file mode 100644
... ...
@@ -0,0 +1,15 @@
1
+
2
+###> symfony/framework-bundle ###
3
+/.env.local
4
+/.env.local.php
5
+/.env.*.local
6
+/public/bundles/
7
+/var/
8
+/vendor/
9
+###< symfony/framework-bundle ###
10
+
11
+###> symfony/phpunit-bridge ###
12
+.phpunit
13
+.phpunit.result.cache
14
+/phpunit.xml
15
+###< symfony/phpunit-bridge ###
0 16
new file mode 100755
... ...
@@ -0,0 +1,42 @@
1
+#!/usr/bin/env php
2
+<?php
3
+
4
+use App\Kernel;
5
+use Symfony\Bundle\FrameworkBundle\Console\Application;
6
+use Symfony\Component\Console\Input\ArgvInput;
7
+use Symfony\Component\ErrorHandler\Debug;
8
+
9
+if (false === in_array(\PHP_SAPI, ['cli', 'phpdbg', 'embed'], true)) {
10
+    echo 'Warning: The console should be invoked via the CLI version of PHP, not the ' . \PHP_SAPI . ' SAPI' . \PHP_EOL;
11
+}
12
+
13
+set_time_limit(0);
14
+
15
+require dirname(__DIR__) . '/vendor/autoload.php';
16
+
17
+if (!class_exists(Application::class)) {
18
+    throw new RuntimeException('You need to add "symfony/framework-bundle" as a Composer dependency.');
19
+}
20
+
21
+$input = new ArgvInput();
22
+if (null !== $env = $input->getParameterOption(['--env', '-e'], null, true)) {
23
+    putenv('APP_ENV=' . $_SERVER['APP_ENV'] = $_ENV['APP_ENV'] = $env);
24
+}
25
+
26
+if ($input->hasParameterOption('--no-debug', true)) {
27
+    putenv('APP_DEBUG=' . $_SERVER['APP_DEBUG'] = $_ENV['APP_DEBUG'] = '0');
28
+}
29
+
30
+require dirname(__DIR__) . '/config/bootstrap.php';
31
+
32
+if ($_SERVER['APP_DEBUG']) {
33
+    umask(0000);
34
+
35
+    if (class_exists(Debug::class)) {
36
+        Debug::enable();
37
+    }
38
+}
39
+
40
+$kernel = new Kernel($_SERVER['APP_ENV'], (bool)$_SERVER['APP_DEBUG']);
41
+$application = new Application($kernel);
42
+$application->run($input);
0 43
new file mode 100755
... ...
@@ -0,0 +1,13 @@
1
+#!/usr/bin/env php
2
+<?php
3
+
4
+if (!file_exists(dirname(__DIR__) . '/vendor/symfony/phpunit-bridge/bin/simple-phpunit.php')) {
5
+    echo "Unable to find the `simple-phpunit.php` script in `vendor/symfony/phpunit-bridge/bin/`.\n";
6
+    exit(1);
7
+}
8
+
9
+if (false === getenv('SYMFONY_PHPUNIT_DIR')) {
10
+    putenv('SYMFONY_PHPUNIT_DIR=' . __DIR__ . '/.phpunit');
11
+}
12
+
13
+require dirname(__DIR__) . '/vendor/symfony/phpunit-bridge/bin/simple-phpunit.php';
0 14
new file mode 100644
... ...
@@ -0,0 +1,84 @@
1
+{
2
+  "type": "project",
3
+  "license": "proprietary",
4
+  "require": {
5
+    "php": "^7.2.5",
6
+    "ext-ctype": "*",
7
+    "ext-iconv": "*",
8
+    "sensio/framework-extra-bundle": "^5.5",
9
+    "symfony/asset": "5.0.*",
10
+    "symfony/console": "5.0.*",
11
+    "symfony/dotenv": "5.0.*",
12
+    "symfony/expression-language": "5.0.*",
13
+    "symfony/flex": "^1.3.1",
14
+    "symfony/form": "5.0.*",
15
+    "symfony/framework-bundle": "5.0.*",
16
+    "symfony/http-client": "5.0.*",
17
+    "symfony/intl": "5.0.*",
18
+    "symfony/mailer": "5.0.*",
19
+    "symfony/monolog-bundle": "^3.1",
20
+    "symfony/notifier": "5.0.*",
21
+    "symfony/orm-pack": "*",
22
+    "symfony/process": "5.0.*",
23
+    "symfony/security-bundle": "5.0.*",
24
+    "symfony/serializer-pack": "*",
25
+    "symfony/string": "5.0.*",
26
+    "symfony/translation": "5.0.*",
27
+    "symfony/twig-pack": "*",
28
+    "symfony/validator": "5.0.*",
29
+    "symfony/web-link": "5.0.*",
30
+    "symfony/yaml": "5.0.*"
31
+  },
32
+  "require-dev": {
33
+    "symfony/debug-pack": "*",
34
+    "symfony/maker-bundle": "^1.0",
35
+    "symfony/profiler-pack": "*",
36
+    "symfony/test-pack": "*"
37
+  },
38
+  "config": {
39
+    "preferred-install": {
40
+      "*": "dist"
41
+    },
42
+    "sort-packages": true
43
+  },
44
+  "autoload": {
45
+    "psr-4": {
46
+      "App\\": "src/"
47
+    }
48
+  },
49
+  "autoload-dev": {
50
+    "psr-4": {
51
+      "App\\Tests\\": "tests/"
52
+    }
53
+  },
54
+  "replace": {
55
+    "paragonie/random_compat": "2.*",
56
+    "symfony/polyfill-ctype": "*",
57
+    "symfony/polyfill-iconv": "*",
58
+    "symfony/polyfill-php72": "*",
59
+    "symfony/polyfill-php71": "*",
60
+    "symfony/polyfill-php70": "*",
61
+    "symfony/polyfill-php56": "*"
62
+  },
63
+  "scripts": {
64
+    "auto-scripts": {
65
+      "cache:clear": "symfony-cmd",
66
+      "assets:install %PUBLIC_DIR%": "symfony-cmd"
67
+    },
68
+    "post-install-cmd": [
69
+      "@auto-scripts"
70
+    ],
71
+    "post-update-cmd": [
72
+      "@auto-scripts"
73
+    ]
74
+  },
75
+  "conflict": {
76
+    "symfony/symfony": "*"
77
+  },
78
+  "extra": {
79
+    "symfony": {
80
+      "allow-contrib": false,
81
+      "require": "5.0.*"
82
+    }
83
+  }
84
+}
0 85
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
+}
0 6745
new file mode 100644
... ...
@@ -0,0 +1,23 @@
1
+<?php
2
+
3
+use Symfony\Component\Dotenv\Dotenv;
4
+
5
+require dirname(__DIR__) . '/vendor/autoload.php';
6
+
7
+// Load cached env vars if the .env.local.php file exists
8
+// Run "composer dump-env prod" to create it (requires symfony/flex >=1.2)
9
+if (is_array($env = @include dirname(__DIR__) . '/.env.local.php') && ($_SERVER['APP_ENV'] ?? $_ENV['APP_ENV'] ?? $env['APP_ENV']) === $env['APP_ENV']) {
10
+    foreach ($env as $k => $v) {
11
+        $_ENV[$k] = $_ENV[$k] ?? (isset($_SERVER[$k]) && 0 !== strpos($k, 'HTTP_') ? $_SERVER[$k] : $v);
12
+    }
13
+} elseif (!class_exists(Dotenv::class)) {
14
+    throw new RuntimeException('Please run "composer require symfony/dotenv" to load the ".env" files configuring the application.');
15
+} else {
16
+    // load all the .env files
17
+    (new Dotenv(false))->loadEnv(dirname(__DIR__) . '/.env');
18
+}
19
+
20
+$_SERVER += $_ENV;
21
+$_SERVER['APP_ENV'] = $_ENV['APP_ENV'] = ($_SERVER['APP_ENV'] ?? $_ENV['APP_ENV'] ?? null) ?: 'dev';
22
+$_SERVER['APP_DEBUG'] = $_SERVER['APP_DEBUG'] ?? $_ENV['APP_DEBUG'] ?? 'prod' !== $_SERVER['APP_ENV'];
23
+$_SERVER['APP_DEBUG'] = $_ENV['APP_DEBUG'] = (int)$_SERVER['APP_DEBUG'] || filter_var($_SERVER['APP_DEBUG'], FILTER_VALIDATE_BOOLEAN) ? '1' : '0';
0 24
new file mode 100644
... ...
@@ -0,0 +1,15 @@
1
+<?php
2
+
3
+return [
4
+    Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
5
+    Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
6
+    Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
7
+    Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
8
+    Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
9
+    Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
10
+    Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true, 'test' => true],
11
+    Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
12
+    Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
13
+    Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
14
+    Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
15
+];
0 16
new file mode 100644
... ...
@@ -0,0 +1,19 @@
1
+framework:
2
+  cache:
3
+  # Unique name of your app: used to compute stable namespaces for cache keys.
4
+  #prefix_seed: your_vendor_name/app_name
5
+
6
+  # The "app" cache stores to the filesystem by default.
7
+  # The data in this cache should persist between deploys.
8
+  # Other options include:
9
+
10
+  # Redis
11
+  #app: cache.adapter.redis
12
+  #default_redis_provider: redis://localhost
13
+
14
+  # APCu (not recommended with heavy random-write workloads as memory fragmentation can cause perf issues)
15
+  #app: cache.adapter.apcu
16
+
17
+  # Namespaced pools use the above "app" backend by default
18
+  #pools:
19
+  #my.dedicated.cache: null
0 20
new file mode 100644
... ...
@@ -0,0 +1,4 @@
1
+debug:
2
+  # Forwards VarDumper Data clones to a centralized server allowing to inspect dumps on CLI or in your browser.
3
+  # See the "server:dump" command to start a new server.
4
+  dump_destination: "tcp://%env(VAR_DUMPER_SERVER)%"
0 5
new file mode 100644
... ...
@@ -0,0 +1,16 @@
1
+services:
2
+  EasyCorp\EasyLog\EasyLogHandler:
3
+    public: false
4
+    arguments: ['%kernel.logs_dir%/%kernel.environment%.log']
5
+
6
+#// FIXME: How to add this configuration automatically without messing up with the monolog configuration?
7
+#monolog:
8
+#    handlers:
9
+#        buffered:
10
+#            type:     buffer
11
+#            handler:  easylog
12
+#            channels: ['!event']
13
+#            level:    debug
14
+#        easylog:
15
+#            type: service
16
+#            id:   EasyCorp\EasyLog\EasyLogHandler
0 17
new file mode 100644
... ...
@@ -0,0 +1,19 @@
1
+monolog:
2
+  handlers:
3
+    main:
4
+      type: stream
5
+      path: "%kernel.logs_dir%/%kernel.environment%.log"
6
+      level: debug
7
+      channels: ["!event"]
8
+    # uncomment to get logging in your browser
9
+    # you may have to allow bigger header sizes in your Web server configuration
10
+    #firephp:
11
+    #    type: firephp
12
+    #    level: info
13
+    #chromephp:
14
+    #    type: chromephp
15
+    #    level: info
16
+    console:
17
+      type: console
18
+      process_psr_3_messages: false
19
+      channels: ["!event", "!doctrine", "!console"]
0 20
new file mode 100644
... ...
@@ -0,0 +1,6 @@
1
+web_profiler:
2
+  toolbar: true
3
+  intercept_redirects: false
4
+
5
+framework:
6
+  profiler: { only_exceptions: false }
0 7
new file mode 100644
... ...
@@ -0,0 +1,24 @@
1
+doctrine:
2
+  dbal:
3
+    url: '%env(resolve:DATABASE_URL)%'
4
+
5
+    # IMPORTANT: You MUST configure your db driver and server version,
6
+    # either here or in the DATABASE_URL env var (see .env file)
7
+    #driver: 'mysql'
8
+    #server_version: '5.7'
9
+
10
+    # Only needed for MySQL (ignored otherwise)
11
+    charset: utf8mb4
12
+    default_table_options:
13
+      collate: utf8mb4_unicode_ci
14
+  orm:
15
+    auto_generate_proxy_classes: true
16
+    naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
17
+    auto_mapping: true
18
+    mappings:
19
+      App:
20
+        is_bundle: false
21
+        type: annotation
22
+        dir: '%kernel.project_dir%/src/Entity'
23
+        prefix: 'App\Entity'
24
+        alias: App
0 25
new file mode 100644
... ...
@@ -0,0 +1,5 @@
1
+doctrine_migrations:
2
+  dir_name: '%kernel.project_dir%/src/Migrations'
3
+  # namespace is arbitrary but should be different from App\Migrations
4
+  # as migrations classes should NOT be autoloaded
5
+  namespace: DoctrineMigrations
0 6
new file mode 100644
... ...
@@ -0,0 +1,16 @@
1
+framework:
2
+  secret: '%env(APP_SECRET)%'
3
+  #csrf_protection: true
4
+  #http_method_override: true
5
+
6
+  # Enables session support. Note that the session will ONLY be started if you read or write from it.
7
+  # Remove or comment this section to explicitly disable session support.
8
+  session:
9
+    handler_id: null
10
+    cookie_secure: auto
11
+    cookie_samesite: lax
12
+
13
+  #esi: true
14
+  #fragments: true
15
+  php_errors:
16
+    log: true
0 17
new file mode 100644
... ...
@@ -0,0 +1,3 @@
1
+framework:
2
+  mailer:
3
+    dsn: '%env(MAILER_DSN)%'
0 4
new file mode 100644
... ...
@@ -0,0 +1,16 @@
1
+framework:
2
+  notifier:
3
+    #chatter_transports:
4
+    #    slack: '%env(SLACK_DSN)%'
5
+    #    telegram: '%env(TELEGRAM_DSN)%'
6
+    #texter_transports:
7
+    #    twilio: '%env(TWILIO_DSN)%'
8
+    #    nexmo: '%env(NEXMO_DSN)%'
9
+    channel_policy:
10
+      # use chat/slack, chat/telegram, sms/twilio or sms/nexmo
11
+      urgent: ['email']
12
+      high: ['email']
13
+      medium: ['email']
14
+      low: ['email']
15
+    admin_recipients:
16
+      - { email: admin@example.com }
0 17
new file mode 100644
... ...
@@ -0,0 +1,3 @@
1
+doctrine:
2
+  orm:
3
+    auto_generate_proxy_classes: false
0 4
new file mode 100644
... ...
@@ -0,0 +1,23 @@
1
+monolog:
2
+  handlers:
3
+    main:
4
+      type: fingers_crossed
5
+      action_level: error
6
+      handler: nested
7
+      excluded_http_codes: [404, 405]
8
+    nested:
9
+      type: stream
10
+      path: "%kernel.logs_dir%/%kernel.environment%.log"
11
+      level: debug
12
+    console:
13
+      type: console
14
+      process_psr_3_messages: false
15
+      channels: ["!event", "!doctrine"]
16
+    deprecation:
17
+      type: stream
18
+      path: "%kernel.logs_dir%/%kernel.environment%.deprecations.log"
19
+    deprecation_filter:
20
+      type: filter
21
+      handler: deprecation
22
+      max_level: info
23
+      channels: ["php"]
0 24
new file mode 100644
... ...
@@ -0,0 +1,3 @@
1
+framework:
2
+  router:
3
+    strict_requirements: null
0 4
new file mode 100644
... ...
@@ -0,0 +1,3 @@
1
+framework:
2
+  router:
3
+    utf8: true
0 4
new file mode 100644
... ...
@@ -0,0 +1,22 @@
1
+security:
2
+  # https://symfony.com/doc/current/security.html#where-do-users-come-from-user-providers
3
+  providers:
4
+    in_memory: { memory: null }
5
+  firewalls:
6
+    dev:
7
+      pattern: ^/(_(profiler|wdt)|css|images|js)/
8
+      security: false
9
+    main:
10
+      anonymous: lazy
11
+
12
+      # activate different ways to authenticate
13
+      # https://symfony.com/doc/current/security.html#firewalls-authentication
14
+
15
+      # https://symfony.com/doc/current/security/impersonating_user.html
16
+      # switch_user: true
17
+
18
+  # Easy way to control access for large sections of your site
19
+  # Note: Only the *first* access control that matches will be used
20
+  access_control:
21
+  # - { path: ^/admin, roles: ROLE_ADMIN }
22
+  # - { path: ^/profile, roles: ROLE_USER }
0 23
new file mode 100644
... ...
@@ -0,0 +1,3 @@
1
+sensio_framework_extra:
2
+  router:
3
+    annotations: false
0 4
new file mode 100644
... ...
@@ -0,0 +1,4 @@
1
+framework:
2
+  test: true
3
+  session:
4
+    storage_id: session.storage.mock_file
0 5
new file mode 100644
... ...
@@ -0,0 +1,7 @@
1
+monolog:
2
+  handlers:
3
+    main:
4
+      type: stream
5
+      path: "%kernel.logs_dir%/%kernel.environment%.log"
6
+      level: debug
7
+      channels: ["!event"]
0 8
new file mode 100644
... ...
@@ -0,0 +1,2 @@
1
+twig:
2
+  strict_variables: true
0 3
new file mode 100644
... ...
@@ -0,0 +1,3 @@
1
+framework:
2
+  validation:
3
+    not_compromised_password: false
0 4
new file mode 100644
... ...
@@ -0,0 +1,6 @@
1
+web_profiler:
2
+  toolbar: false
3
+  intercept_redirects: false
4
+
5
+framework:
6
+  profiler: { collect: false }
0 7
new file mode 100644
... ...
@@ -0,0 +1,6 @@
1
+framework:
2
+  default_locale: en
3
+  translator:
4
+    default_path: '%kernel.project_dir%/translations'
5
+    fallbacks:
6
+      - en
0 7
new file mode 100644
... ...
@@ -0,0 +1,2 @@
1
+twig:
2
+  default_path: '%kernel.project_dir%/templates'
0 3
new file mode 100644
... ...
@@ -0,0 +1,8 @@
1
+framework:
2
+  validation:
3
+    email_validation_mode: html5
4
+
5
+    # Enables validator auto-mapping support.
6
+    # For instance, basic validation constraints will be inferred from Doctrine's metadata.
7
+    #auto_mapping:
8
+    #    App\Entity\: []
0 9
new file mode 100644
... ...
@@ -0,0 +1,3 @@
1
+#index:
2
+#    path: /
3
+#    controller: App\Controller\DefaultController::index
0 4
new file mode 100644
... ...
@@ -0,0 +1,3 @@
1
+controllers:
2
+  resource: ../../src/Controller/
3
+  type: annotation
0 4
new file mode 100644
... ...
@@ -0,0 +1,3 @@
1
+_errors:
2
+  resource: '@FrameworkBundle/Resources/config/routing/errors.xml'
3
+  prefix: /_error
0 4
new file mode 100644
... ...
@@ -0,0 +1,7 @@
1
+web_profiler_wdt:
2
+  resource: '@WebProfilerBundle/Resources/config/routing/wdt.xml'
3
+  prefix: /_wdt
4
+
5
+web_profiler_profiler:
6
+  resource: '@WebProfilerBundle/Resources/config/routing/profiler.xml'
7
+  prefix: /_profiler
0 8
new file mode 100644
... ...
@@ -0,0 +1 @@
1
+/prod.decrypt.private.php
0 2
new file mode 100644
... ...
@@ -0,0 +1,27 @@
1
+# This file is the entry point to configure your own services.
2
+# Files in the packages/ subdirectory configure your dependencies.
3
+
4
+# Put parameters here that don't need to change on each machine where the app is deployed
5
+# https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
6
+parameters:
7
+
8
+services:
9
+  # default configuration for services in *this* file
10
+  _defaults:
11
+    autowire: true      # Automatically injects dependencies in your services.
12
+    autoconfigure: true # Automatically registers your services as commands, event subscribers, etc.
13
+
14
+  # makes classes in src/ available to be used as services
15
+  # this creates a service per class whose id is the fully-qualified class name
16
+  App\:
17
+    resource: '../src/*'
18
+    exclude: '../src/{DependencyInjection,Entity,Migrations,Tests,Kernel.php}'
19
+
20
+  # controllers are imported separately to make sure services can be injected
21
+  # as action arguments even if you don't extend any base controller class
22
+  App\Controller\:
23
+    resource: '../src/Controller'
24
+    tags: ['controller.service_arguments']
25
+
26
+  # add more service definitions when explicit configuration is needed
27
+  # please note that last definitions always *replace* previous ones
0 28
new file mode 100644
... ...
@@ -0,0 +1,33 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+
3
+<!-- https://phpunit.readthedocs.io/en/latest/configuration.html -->
4
+<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
+         xsi:noNamespaceSchemaLocation="bin/.phpunit/phpunit.xsd"
6
+         backupGlobals="false"
7
+         colors="true"
8
+         bootstrap="config/bootstrap.php"
9
+>
10
+    <php>
11
+        <ini name="error_reporting" value="-1"/>
12
+        <server name="APP_ENV" value="test" force="true"/>
13
+        <server name="SHELL_VERBOSITY" value="-1"/>
14
+        <server name="SYMFONY_PHPUNIT_REMOVE" value=""/>
15
+        <server name="SYMFONY_PHPUNIT_VERSION" value="7.5"/>
16
+    </php>
17
+
18
+    <testsuites>
19
+        <testsuite name="Project Test Suite">
20
+            <directory>tests</directory>
21
+        </testsuite>
22
+    </testsuites>
23
+
24
+    <filter>
25
+        <whitelist>
26
+            <directory>src</directory>
27
+        </whitelist>
28
+    </filter>
29
+
30
+    <listeners>
31
+        <listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener"/>
32
+    </listeners>
33
+</phpunit>
0 34
new file mode 100644
... ...
@@ -0,0 +1,27 @@
1
+<?php
2
+
3
+use App\Kernel;
4
+use Symfony\Component\ErrorHandler\Debug;
5
+use Symfony\Component\HttpFoundation\Request;
6
+
7
+require dirname(__DIR__) . '/config/bootstrap.php';
8
+
9
+if ($_SERVER['APP_DEBUG']) {
10
+    umask(0000);
11
+
12
+    Debug::enable();
13
+}
14
+
15
+if ($trustedProxies = $_SERVER['TRUSTED_PROXIES'] ?? $_ENV['TRUSTED_PROXIES'] ?? false) {
16
+    Request::setTrustedProxies(explode(',', $trustedProxies), Request::HEADER_X_FORWARDED_ALL ^ Request::HEADER_X_FORWARDED_HOST);
17
+}
18
+
19
+if ($trustedHosts = $_SERVER['TRUSTED_HOSTS'] ?? $_ENV['TRUSTED_HOSTS'] ?? false) {
20
+    Request::setTrustedHosts([$trustedHosts]);
21
+}
22
+
23
+$kernel = new Kernel($_SERVER['APP_ENV'], (bool)$_SERVER['APP_DEBUG']);
24
+$request = Request::createFromGlobals();
25
+$response = $kernel->handle($request);
26
+$response->send();
27
+$kernel->terminate($request, $response);
1 29
new file mode 100644
... ...
@@ -0,0 +1,66 @@
1
+<?php
2
+// src/Controller/LuckyController.php
3
+namespace App\Controller;
4
+
5
+use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
6
+use Symfony\Component\Routing\Annotation\Route;
7
+use Symfony\Component\HttpFoundation\Request;
8
+
9
+class LuckyController extends AbstractController
10
+{
11
+    /**
12
+     * @Route("/syf51", name="homepage")
13
+     */
14
+    public function indexAction(Request $request)
15
+    {
16
+        print_r("<pre>");
17
+        print_r($this->get('session'));
18
+        print_r($_COOKIE);
19
+        print_r($_SESSION);
20
+        $_SESSION['test-user51'] = "user51";
21
+        // replace this example code with whatever you need
22
+        return $this->render('default/page.html.twig', [
23
+            'text' => 'homepage',
24
+        ]);
25
+    }
26
+
27
+    /**
28
+     * @Route("/syf51/page1", name="page1")
29
+     */
30
+    public function page1Action(Request $request)
31
+    {
32
+        // replace this example code with whatever you need
33
+        return $this->render('default/page.html.twig', [
34
+            'text' => 'page1',
35
+        ]);
36
+    }
37
+
38
+    /**
39
+     * @Route("/syf51/page2", name="page2")
40
+     */
41
+    public function page2Action(Request $request)
42
+    {
43
+        // replace this example code with whatever you need
44
+        return $this->render('default/page.html.twig', [
45
+            'text' => 'page2',
46
+        ]);
47
+    }
48
+
49
+    /**
50
+     * @Route("/syf51/number")
51
+     */
52
+    public function number()
53
+    {
54
+
55
+        print_r("<pre>");
56
+        print_r($this->get('session'));
57
+        print_r($_COOKIE);
58
+        print_r($_SESSION);
59
+
60
+        $number = random_int(0, 100);
61
+
62
+        return $this->render('lucky/number.html.twig', [
63
+            'number' => $number,
64
+        ]);
65
+    }
66
+}
0 67
\ No newline at end of file
2 69
new file mode 100644
... ...
@@ -0,0 +1,54 @@
1
+<?php
2
+
3
+namespace App;
4
+
5
+use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait;
6
+use Symfony\Component\Config\Loader\LoaderInterface;
7
+use Symfony\Component\Config\Resource\FileResource;
8
+use Symfony\Component\DependencyInjection\ContainerBuilder;
9
+use Symfony\Component\HttpKernel\Kernel as BaseKernel;
10
+use Symfony\Component\Routing\RouteCollectionBuilder;
11
+
12
+class Kernel extends BaseKernel
13
+{
14
+    use MicroKernelTrait;
15
+
16
+    private const CONFIG_EXTS = '.{php,xml,yaml,yml}';
17
+
18
+    public function registerBundles(): iterable
19
+    {
20
+        $contents = require $this->getProjectDir() . '/config/bundles.php';
21
+        foreach ($contents as $class => $envs) {
22
+            if ($envs[$this->environment] ?? $envs['all'] ?? false) {
23
+                yield new $class();
24
+            }
25
+        }
26
+    }
27
+
28
+    public function getProjectDir(): string
29
+    {
30
+        return \dirname(__DIR__);
31
+    }
32
+
33
+    protected function configureContainer(ContainerBuilder $container, LoaderInterface $loader): void
34
+    {
35
+        $container->addResource(new FileResource($this->getProjectDir() . '/config/bundles.php'));
36
+        $container->setParameter('container.dumper.inline_class_loader', \PHP_VERSION_ID < 70400 || !ini_get('opcache.preload'));
37
+        $container->setParameter('container.dumper.inline_factories', true);
38
+        $confDir = $this->getProjectDir() . '/config';
39
+
40
+        $loader->load($confDir . '/{packages}/*' . self::CONFIG_EXTS, 'glob');
41
+        $loader->load($confDir . '/{packages}/' . $this->environment . '/*' . self::CONFIG_EXTS, 'glob');
42
+        $loader->load($confDir . '/{services}' . self::CONFIG_EXTS, 'glob');
43
+        $loader->load($confDir . '/{services}_' . $this->environment . self::CONFIG_EXTS, 'glob');
44
+    }
45
+
46
+    protected function configureRoutes(RouteCollectionBuilder $routes): void
47
+    {
48
+        $confDir = $this->getProjectDir() . '/config';
49
+
50
+        $routes->import($confDir . '/{routes}/' . $this->environment . '/*' . self::CONFIG_EXTS, '/', 'glob');
51
+        $routes->import($confDir . '/{routes}/*' . self::CONFIG_EXTS, '/', 'glob');
52
+        $routes->import($confDir . '/{routes}' . self::CONFIG_EXTS, '/', 'glob');
53
+    }
54
+}
2 57
new file mode 100644
... ...
@@ -0,0 +1,525 @@
1
+{
2
+    "doctrine/annotations": {
3
+        "version": "1.0",
4
+        "recipe": {
5
+            "repo": "github.com/symfony/recipes",
6
+            "branch": "master",
7
+            "version": "1.0",
8
+            "ref": "cb4152ebcadbe620ea2261da1a1c5a9b8cea7672"
9
+        },
10
+        "files": [
11
+            "config/routes/annotations.yaml"
12
+        ]
13
+    },
14
+    "doctrine/cache": {
15
+        "version": "1.9.1"
16
+    },
17
+    "doctrine/collections": {
18
+        "version": "1.6.4"
19
+    },
20
+    "doctrine/common": {
21
+        "version": "v2.11.0"
22
+    },
23
+    "doctrine/dbal": {
24
+        "version": "v2.10.0"
25
+    },
26
+    "doctrine/doctrine-bundle": {
27
+        "version": "1.12",
28
+        "recipe": {
29
+            "repo": "github.com/symfony/recipes",
30
+            "branch": "master",
31
+            "version": "1.12",
32
+            "ref": "4e8d245ef06b4a268249fa86066d36422e29abce"
33
+        },
34
+        "files": [
35
+            "config/packages/doctrine.yaml",
36
+            "config/packages/prod/doctrine.yaml",
37
+            "src/Entity/.gitignore",
38
+            "src/Repository/.gitignore"
39
+        ]
40
+    },
41
+    "doctrine/doctrine-migrations-bundle": {
42
+        "version": "1.2",
43
+        "recipe": {
44
+            "repo": "github.com/symfony/recipes",
45
+            "branch": "master",
46
+            "version": "1.2",
47
+            "ref": "c1431086fec31f17fbcfe6d6d7e92059458facc1"
48
+        },
49
+        "files": [
50
+            "config/packages/doctrine_migrations.yaml",
51
+            "src/Migrations/.gitignore"
52
+        ]
53
+    },
54
+    "doctrine/event-manager": {
55
+        "version": "1.1.0"
56
+    },
57
+    "doctrine/inflector": {
58
+        "version": "1.3.1"
59
+    },
60
+    "doctrine/instantiator": {
61
+        "version": "1.3.0"
62
+    },
63
+    "doctrine/lexer": {
64
+        "version": "1.2.0"
65
+    },
66
+    "doctrine/migrations": {
67
+        "version": "2.2.0"
68
+    },
69
+    "doctrine/orm": {
70
+        "version": "v2.7.0"
71
+    },
72
+    "doctrine/persistence": {
73
+        "version": "1.2.0"
74
+    },
75
+    "doctrine/reflection": {
76
+        "version": "v1.0.0"
77
+    },
78
+    "easycorp/easy-log-handler": {
79
+        "version": "1.0",
80
+        "recipe": {
81
+            "repo": "github.com/symfony/recipes",
82
+            "branch": "master",
83
+            "version": "1.0",
84
+            "ref": "70062abc2cd58794d2a90274502f81b55cd9951b"
85
+        },
86
+        "files": [
87
+            "config/packages/dev/easy_log_handler.yaml"
88
+        ]
89
+    },
90
+    "egulias/email-validator": {
91
+        "version": "2.1.11"
92
+    },
93
+    "jdorn/sql-formatter": {
94
+        "version": "v1.2.17"
95
+    },
96
+    "monolog/monolog": {
97
+        "version": "2.0.1"
98
+    },
99
+    "nikic/php-parser": {
100
+        "version": "v4.3.0"
101
+    },
102
+    "ocramius/package-versions": {
103
+        "version": "1.4.2"
104
+    },
105
+    "ocramius/proxy-manager": {
106
+        "version": "2.2.3"
107
+    },
108
+    "phpdocumentor/reflection-common": {
109
+        "version": "2.0.0"
110
+    },
111
+    "phpdocumentor/reflection-docblock": {
112
+        "version": "4.3.2"
113
+    },
114
+    "phpdocumentor/type-resolver": {
115
+        "version": "1.0.1"
116
+    },
117
+    "psr/cache": {
118
+        "version": "1.0.1"
119
+    },
120
+    "psr/container": {
121
+        "version": "1.0.0"
122
+    },
123
+    "psr/event-dispatcher": {
124
+        "version": "1.0.0"
125
+    },
126
+    "psr/link": {
127
+        "version": "1.0.0"
128
+    },
129
+    "psr/log": {
130
+        "version": "1.1.2"
131
+    },
132
+    "sensio/framework-extra-bundle": {
133
+        "version": "5.2",
134
+        "recipe": {
135
+            "repo": "github.com/symfony/recipes",
136
+            "branch": "master",
137
+            "version": "5.2",
138
+            "ref": "fb7e19da7f013d0d422fa9bce16f5c510e27609b"
139
+        },
140
+        "files": [
141
+            "config/packages/sensio_framework_extra.yaml"
142
+        ]
143
+    },
144
+    "symfony/asset": {
145
+        "version": "v5.0.0"
146
+    },
147
+    "symfony/browser-kit": {
148
+        "version": "v5.0.0"
149
+    },
150
+    "symfony/cache": {
151
+        "version": "v5.0.0"
152
+    },
153
+    "symfony/cache-contracts": {
154
+        "version": "v2.0.0"
155
+    },
156
+    "symfony/config": {
157
+        "version": "v5.0.0"
158
+    },
159
+    "symfony/console": {
160
+        "version": "4.4",
161
+        "recipe": {
162
+            "repo": "github.com/symfony/recipes",
163
+            "branch": "master",
164
+            "version": "4.4",
165
+            "ref": "59d8cc5a923274e552412fcd51e284bba02982de"
166
+        },
167
+        "files": [
168
+            "bin/console",
169
+            "config/bootstrap.php"
170
+        ]
171
+    },
172
+    "symfony/css-selector": {
173
+        "version": "v5.0.0"
174
+    },
175
+    "symfony/debug-bundle": {
176
+        "version": "4.1",
177
+        "recipe": {
178
+            "repo": "github.com/symfony/recipes",
179
+            "branch": "master",
180
+            "version": "4.1",
181
+            "ref": "f8863cbad2f2e58c4b65fa1eac892ab189971bea"
182
+        },
183
+        "files": [
184
+            "config/packages/dev/debug.yaml"
185
+        ]
186
+    },
187
+    "symfony/debug-pack": {
188
+        "version": "v1.0.7"
189
+    },
190
+    "symfony/dependency-injection": {
191
+        "version": "v5.0.0"
192
+    },
193
+    "symfony/doctrine-bridge": {
194
+        "version": "v5.0.0"
195
+    },
196
+    "symfony/dom-crawler": {
197
+        "version": "v5.0.0"
198
+    },
199
+    "symfony/dotenv": {
200
+        "version": "v5.0.0"
201
+    },
202
+    "symfony/error-handler": {
203
+        "version": "v5.0.0"
204
+    },
205
+    "symfony/event-dispatcher": {
206
+        "version": "v5.0.0"
207
+    },
208
+    "symfony/event-dispatcher-contracts": {
209
+        "version": "v2.0.0"
210
+    },
211
+    "symfony/expression-language": {
212
+        "version": "v5.0.0"
213
+    },
214
+    "symfony/filesystem": {
215
+        "version": "v5.0.0"
216
+    },
217
+    "symfony/finder": {
218
+        "version": "v5.0.0"
219
+    },
220
+    "symfony/flex": {
221
+        "version": "1.0",
222
+        "recipe": {
223
+            "repo": "github.com/symfony/recipes",
224
+            "branch": "master",
225
+            "version": "1.0",
226
+            "ref": "19fa03bacd9a6619583d1e4939da4388df22984d"
227
+        },
228
+        "files": [
229
+            ".env"
230
+        ]
231
+    },
232
+    "symfony/form": {
233
+        "version": "v5.0.0"
234
+    },
235
+    "symfony/framework-bundle": {
236
+        "version": "4.4",
237
+        "recipe": {
238
+            "repo": "github.com/symfony/recipes",
239
+            "branch": "master",
240
+            "version": "4.4",
241
+            "ref": "9b91ef29da037baeec4c3715cf55bea2a165c902"
242
+        },
243
+        "files": [
244
+            "config/bootstrap.php",
245
+            "config/packages/cache.yaml",
246
+            "config/packages/framework.yaml",
247
+            "config/packages/test/framework.yaml",
248
+            "config/routes/dev/framework.yaml",
249
+            "config/secrets/prod/.gitignore",
250
+            "config/services.yaml",
251
+            "public/index.php",
252
+            "src/Controller/.gitignore",
253
+            "src/Kernel.php"
254
+        ]
255
+    },
256
+    "symfony/http-client": {
257
+        "version": "v5.0.0"
258
+    },
259
+    "symfony/http-client-contracts": {
260
+        "version": "v2.0.0"
261
+    },
262
+    "symfony/http-foundation": {
263
+        "version": "v5.0.0"
264
+    },
265
+    "symfony/http-kernel": {
266
+        "version": "v5.0.0"
267
+    },
268
+    "symfony/inflector": {
269
+        "version": "v5.0.0"
270
+    },
271
+    "symfony/intl": {
272
+        "version": "v5.0.0"
273
+    },
274
+    "symfony/mailer": {
275
+        "version": "4.3",
276
+        "recipe": {
277
+            "repo": "github.com/symfony/recipes",
278
+            "branch": "master",
279
+            "version": "4.3",
280
+            "ref": "15658c2a0176cda2e7dba66276a2030b52bd81b2"
281
+        },
282
+        "files": [
283
+            "config/packages/mailer.yaml"
284
+        ]
285
+    },
286
+    "symfony/maker-bundle": {
287
+        "version": "1.0",
288
+        "recipe": {
289
+            "repo": "github.com/symfony/recipes",
290
+            "branch": "master",
291
+            "version": "1.0",
292
+            "ref": "fadbfe33303a76e25cb63401050439aa9b1a9c7f"
293
+        }
294
+    },
295
+    "symfony/mime": {
296
+        "version": "v5.0.0"
297
+    },
298
+    "symfony/monolog-bridge": {
299
+        "version": "v5.0.0"
300
+    },
301
+    "symfony/monolog-bundle": {
302
+        "version": "3.3",
303
+        "recipe": {
304
+            "repo": "github.com/symfony/recipes",
305
+            "branch": "master",
306
+            "version": "3.3",
307
+            "ref": "6240c6d43e8237a32452f057f81816820fd56ab6"
308
+        },
309
+        "files": [
310
+            "config/packages/dev/monolog.yaml",
311
+            "config/packages/prod/monolog.yaml",
312
+            "config/packages/test/monolog.yaml"
313
+        ]
314
+    },
315
+    "symfony/notifier": {
316
+        "version": "5.0",
317
+        "recipe": {
318
+            "repo": "github.com/symfony/recipes",
319
+            "branch": "master",
320
+            "version": "5.0",
321
+            "ref": "c31585e252b32fe0e1f30b1f256af553f4a06eb9"
322
+        },
323
+        "files": [
324
+            "config/packages/notifier.yaml"
325
+        ]
326
+    },
327
+    "symfony/options-resolver": {
328
+        "version": "v5.0.0"
329
+    },
330
+    "symfony/orm-pack": {
331
+        "version": "v1.0.7"
332
+    },
333
+    "symfony/phpunit-bridge": {
334
+        "version": "4.3",
335
+        "recipe": {
336
+            "repo": "github.com/symfony/recipes",
337
+            "branch": "master",
338
+            "version": "4.3",
339
+            "ref": "b0582341f1df39aaf3a9a866cdbe49937da35984"
340
+        },
341
+        "files": [
342
+            ".env.test",
343
+            "bin/phpunit",
344
+            "config/bootstrap.php",
345
+            "phpunit.xml.dist",
346
+            "tests/.gitignore"
347
+        ]
348
+    },
349
+    "symfony/polyfill-intl-grapheme": {
350
+        "version": "v1.12.0"
351
+    },
352
+    "symfony/polyfill-intl-icu": {
353
+        "version": "v1.12.0"
354
+    },
355
+    "symfony/polyfill-intl-idn": {
356
+        "version": "v1.12.0"
357
+    },
358
+    "symfony/polyfill-intl-normalizer": {
359
+        "version": "v1.12.0"
360
+    },
361
+    "symfony/polyfill-mbstring": {
362
+        "version": "v1.12.0"
363
+    },
364
+    "symfony/polyfill-php73": {
365
+        "version": "v1.12.0"
366
+    },
367
+    "symfony/process": {
368
+        "version": "v5.0.0"
369
+    },
370
+    "symfony/profiler-pack": {
371
+        "version": "v1.0.4"
372
+    },
373
+    "symfony/property-access": {
374
+        "version": "v5.0.0"
375
+    },
376
+    "symfony/property-info": {
377
+        "version": "v5.0.0"
378
+    },
379
+    "symfony/routing": {
380
+        "version": "4.2",
381
+        "recipe": {
382
+            "repo": "github.com/symfony/recipes",
383
+            "branch": "master",
384
+            "version": "4.2",
385
+            "ref": "683dcb08707ba8d41b7e34adb0344bfd68d248a7"
386
+        },
387
+        "files": [
388
+            "config/packages/prod/routing.yaml",
389
+            "config/packages/routing.yaml",
390
+            "config/routes.yaml"
391
+        ]
392
+    },
393
+    "symfony/security-bundle": {
394
+        "version": "4.4",
395
+        "recipe": {
396
+            "repo": "github.com/symfony/recipes",
397
+            "branch": "master",
398
+            "version": "4.4",
399
+            "ref": "30efd98dd3b4ead6e9ad4713b1efc43bbe94bf77"
400
+        },
401
+        "files": [
402
+            "config/packages/security.yaml"
403
+        ]
404
+    },
405
+    "symfony/security-core": {
406
+        "version": "v5.0.0"
407
+    },
408
+    "symfony/security-csrf": {
409
+        "version": "v5.0.0"
410
+    },
411
+    "symfony/security-guard": {
412
+        "version": "v5.0.0"
413
+    },
414
+    "symfony/security-http": {
415
+        "version": "v5.0.0"
416
+    },
417
+    "symfony/serializer": {
418
+        "version": "v5.0.0"
419
+    },
420
+    "symfony/serializer-pack": {
421
+        "version": "v1.0.2"
422
+    },
423
+    "symfony/service-contracts": {
424
+        "version": "v2.0.0"
425
+    },
426
+    "symfony/stopwatch": {
427
+        "version": "v5.0.0"
428
+    },
429
+    "symfony/string": {
430
+        "version": "v5.0.0"
431
+    },
432
+    "symfony/test-pack": {
433
+        "version": "v1.0.6"
434
+    },
435
+    "symfony/translation": {
436
+        "version": "3.3",
437
+        "recipe": {
438
+            "repo": "github.com/symfony/recipes",
439
+            "branch": "master",
440
+            "version": "3.3",
441
+            "ref": "2ad9d2545bce8ca1a863e50e92141f0b9d87ffcd"
442
+        },
443
+        "files": [
444
+            "config/packages/translation.yaml",
445
+            "translations/.gitignore"
446
+        ]
447
+    },
448
+    "symfony/translation-contracts": {
449
+        "version": "v2.0.0"
450
+    },
451
+    "symfony/twig-bridge": {
452
+        "version": "v5.0.0"
453
+    },
454
+    "symfony/twig-bundle": {
455
+        "version": "5.0",
456
+        "recipe": {
457
+            "repo": "github.com/symfony/recipes",
458
+            "branch": "master",
459
+            "version": "5.0",
460
+            "ref": "fab9149bbaa4d5eca054ed93f9e1b66cc500895d"
461
+        },
462
+        "files": [
463
+            "config/packages/test/twig.yaml",
464
+            "config/packages/twig.yaml",
465
+            "templates/base.html.twig"
466
+        ]
467
+    },
468
+    "symfony/twig-pack": {
469
+        "version": "v1.0.0"
470
+    },
471
+    "symfony/validator": {
472
+        "version": "4.3",
473
+        "recipe": {
474
+            "repo": "github.com/symfony/recipes",
475
+            "branch": "master",
476
+            "version": "4.3",
477
+            "ref": "d902da3e4952f18d3bf05aab29512eb61cabd869"
478
+        },
479
+        "files": [
480
+            "config/packages/test/validator.yaml",
481
+            "config/packages/validator.yaml"
482
+        ]
483
+    },
484
+    "symfony/var-dumper": {
485
+        "version": "v5.0.0"
486
+    },
487
+    "symfony/var-exporter": {
488
+        "version": "v5.0.0"
489
+    },
490
+    "symfony/web-link": {
491
+        "version": "v5.0.0"
492
+    },
493
+    "symfony/web-profiler-bundle": {
494
+        "version": "3.3",
495
+        "recipe": {
496
+            "repo": "github.com/symfony/recipes",
497
+            "branch": "master",
498
+            "version": "3.3",
499
+            "ref": "6bdfa1a95f6b2e677ab985cd1af2eae35d62e0f6"
500
+        },
501
+        "files": [
502
+            "config/packages/dev/web_profiler.yaml",
503
+            "config/packages/test/web_profiler.yaml",
504
+            "config/routes/dev/web_profiler.yaml"
505
+        ]
506
+    },
507
+    "symfony/yaml": {
508
+        "version": "v5.0.0"
509
+    },
510
+    "twig/extra-bundle": {
511
+        "version": "v3.0.0"
512
+    },
513
+    "twig/twig": {
514
+        "version": "v3.0.0"
515
+    },
516
+    "webmozart/assert": {
517
+        "version": "1.5.0"
518
+    },
519
+    "zendframework/zend-code": {
520
+        "version": "3.4.0"
521
+    },
522
+    "zendframework/zend-eventmanager": {
523
+        "version": "3.2.1"
524
+    }
525
+}
0 526
new file mode 100644
... ...
@@ -0,0 +1,12 @@
1
+<!DOCTYPE html>
2
+<html>
3
+<head>
4
+    <meta charset="UTF-8">
5
+    <title>{% block title %}Welcome!{% endblock %}</title>
6
+    {% block stylesheets %}{% endblock %}
7
+</head>
8
+<body>
9
+{% block body %}{% endblock %}
10
+{% block javascripts %}{% endblock %}
11
+</body>
12
+</html>
0 13
new file mode 100644
... ...
@@ -0,0 +1,164 @@
1
+{% extends 'base.html.twig' %}
2
+
3
+{% block body %}
4
+    <div id="wrapper">
5
+        <div id="container">
6
+            <div id="welcome">
7
+                <h1><span>Welcome to</span> Symfony {{ constant('Symfony\\Component\\HttpKernel\\Kernel::VERSION') }}
8
+                </h1>
9
+            </div>
10
+
11
+            <div id="status">
12
+                <p>
13
+                    <svg id="icon-status" width="1792" height="1792" viewBox="0 0 1792 1792"
14
+                         xmlns="http://www.w3.org/2000/svg">
15
+                        <path d="M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z"
16
+                              fill="#759E1A"/>
17
+                    </svg>
18
+
19
+                    Your application is now ready. You can start working on it at:
20
+                    <code>{{ base_dir }}</code>
21
+                </p>
22
+            </div>
23
+
24
+            <div id="next">
25
+                <h2>What's next?</h2>
26
+                <p>
27
+                    <svg id="icon-book" version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"
28
+                         viewBox="-12.5 9 64 64" enable-background="new -12.5 9 64 64" xml:space="preserve">
29
+                        <path fill="#AAA" d="M6.8,40.8c2.4,0.8,4.5-0.7,4.9-2.5c0.2-1.2-0.3-2.1-1.3-3.2l-0.8-0.8c-0.4-0.5-0.6-1.3-0.2-1.9
30
+                            c0.4-0.5,0.9-0.8,1.8-0.5c1.3,0.4,1.9,1.3,2.9,2.2c-0.4,1.4-0.7,2.9-0.9,4.2l-0.2,1c-0.7,4-1.3,6.2-2.7,7.5
31
+                            c-0.3,0.3-0.7,0.5-1.3,0.6c-0.3,0-0.4-0.3-0.4-0.3c0-0.3,0.2-0.3,0.3-0.4c0.2-0.1,0.5-0.3,0.4-0.8c0-0.7-0.6-1.3-1.3-1.3
32
+                            c-0.6,0-1.4,0.6-1.4,1.7s1,1.9,2.4,1.8c0.8,0,2.5-0.3,4.2-2.5c2-2.5,2.5-5.4,2.9-7.4l0.5-2.8c0.3,0,0.5,0.1,0.8,0.1
33
+                            c2.4,0.1,3.7-1.3,3.7-2.3c0-0.6-0.3-1.2-0.9-1.2c-0.4,0-0.8,0.3-1,0.8c-0.1,0.6,0.8,1.1,0.1,1.5c-0.5,0.3-1.4,0.6-2.7,0.4l0.3-1.3
34
+                            c0.5-2.6,1-5.7,3.2-5.8c0.2,0,0.8,0,0.8,0.4c0,0.2,0,0.2-0.2,0.5c-0.2,0.3-0.3,0.4-0.2,0.7c0,0.7,0.5,1.1,1.2,1.1
35
+                            c0.9,0,1.2-1,1.2-1.4c0-1.2-1.2-1.8-2.6-1.8c-1.5,0.1-2.8,0.9-3.7,2.1c-1.1,1.3-1.8,2.9-2.3,4.5c-0.9-0.8-1.6-1.8-3.1-2.3
36
+                            c-1.1-0.7-2.3-0.5-3.4,0.3c-0.5,0.4-0.8,1-1,1.6c-0.4,1.5,0.4,2.9,0.8,3.4l0.9,1c0.2,0.2,0.6,0.8,0.4,1.5c-0.3,0.8-1.2,1.3-2.1,1
37
+                            c-0.4-0.2-1-0.5-0.9-0.9c0.1-0.2,0.2-0.3,0.3-0.5s0.1-0.3,0.1-0.3c0.2-0.6-0.1-1.4-0.7-1.6c-0.6-0.2-1.2,0-1.3,0.8
38
+                            C4.3,38.4,4.7,40,6.8,40.8z M46.1,20.9c0-4.2-3.2-7.5-7.1-7.5h-3.8C34.8,10.8,32.7,9,30.2,9L-2.3,9.1c-2.8,0.1-4.9,2.4-4.9,5.4
39
+                            L-7,58.6c0,4.8,8.1,13.9,11.6,14.1l34.7-0.1c3.9,0,7-3.4,7-7.6L46.1,20.9z M-0.3,36.4c0-8.6,6.5-15.6,14.5-15.6
40
+                            c8,0,14.5,7,14.5,15.6S22.1,52,14.2,52C6.1,52-0.3,45-0.3,36.4z M42.1,65.1c0,1.8-1.5,3.1-3.1,3.1H4.6c-0.7,0-3-1.8-4.5-4.4h30.4
41
+                            c2.8,0,5-2.4,5-5.4V17.9h3.7c1.6,0,2.9,1.4,2.9,3.1V65.1L42.1,65.1z"/>
42
+                    </svg>
43
+
44
+                    Read the documentation to learn
45
+                    <a href="https://symfony.com/doc/{{ constant('Symfony\\Component\\HttpKernel\\Kernel::VERSION')[:3] }}/page_creation.html">
46
+                        How to create your first page in Symfony
47
+                    </a>
48
+                </p>
49
+            </div>
50
+
51
+        </div>
52
+    </div>
53
+{% endblock %}
54
+
55
+{% block stylesheets %}
56
+    <style>
57
+        body {
58
+            background: #F5F5F5;
59
+            font: 18px/1.5 sans-serif;
60
+        }
61
+
62
+        h1, h2 {
63
+            line-height: 1.2;
64
+            margin: 0 0 .5em;
65
+        }
66
+
67
+        h1 {
68
+            font-size: 36px;
69
+        }
70
+
71
+        h2 {
72
+            font-size: 21px;
73
+            margin-bottom: 1em;
74
+        }
75
+
76
+        p {
77
+            margin: 0 0 1em 0;
78
+        }
79
+
80
+        a {
81
+            color: #0000F0;
82
+        }
83
+
84
+        a:hover {
85
+            text-decoration: none;
86
+        }
87
+
88
+        code {
89
+            background: #F5F5F5;
90
+            max-width: 100px;
91
+            padding: 2px 6px;
92
+            word-wrap: break-word;
93
+        }
94
+
95
+        #wrapper {
96
+            background: #FFF;
97
+            margin: 1em auto;
98
+            max-width: 800px;
99
+            width: 95%;
100
+        }
101
+
102
+        #container {
103
+            padding: 2em;
104
+        }
105
+
106
+        #welcome, #status {
107
+            margin-bottom: 2em;
108
+        }
109
+
110
+        #welcome h1 span {
111
+            display: block;
112
+            font-size: 75%;
113
+        }
114
+
115
+        #icon-status, #icon-book {
116
+            float: left;
117
+            height: 64px;
118
+            margin-right: 1em;
119
+            margin-top: -4px;
120
+            width: 64px;
121
+        }
122
+
123
+        #icon-book {
124
+            display: none;
125
+        }
126
+
127
+        @media (min-width: 768px) {
128
+            #wrapper {
129
+                width: 80%;
130
+                margin: 2em auto;
131
+            }
132
+
133
+            #icon-book {
134
+                display: inline-block;
135
+            }
136
+
137
+            #status a, #next a {
138
+                display: block;
139
+            }
140
+
141
+            @-webkit-keyframes fade-in {
142
+                0% {
143
+                    opacity: 0;
144
+                }
145
+                100% {
146
+                    opacity: 1;
147
+                }
148
+            }
149
+            @keyframes fade-in {
150
+                0% {
151
+                    opacity: 0;
152
+                }
153
+                100% {
154
+                    opacity: 1;
155
+                }
156
+            }
157
+            .sf-toolbar {
158
+                opacity: 0;
159
+                -webkit-animation: fade-in 1s .2s forwards;
160
+                animation: fade-in 1s .2s forwards;
161
+            }
162
+        }
163
+    </style>
164
+{% endblock %}
0 165
\ No newline at end of file
1 166
new file mode 100644
... ...
@@ -0,0 +1,114 @@
1
+<div id="wrapper">
2
+    <div id="container">
3
+        <div id="welcome">
4
+            <h1><span>Welcome to</span> Symfony {{ constant('Symfony\\Component\\HttpKernel\\Kernel::VERSION') }}</h1>
5
+        </div>
6
+
7
+        <div id="status">
8
+            <p>
9
+                <svg id="icon-status" width="1792" height="1792" viewBox="0 0 1792 1792"
10
+                     xmlns="http://www.w3.org/2000/svg">
11
+                    <path d="M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z"
12
+                          fill="#759E1A"/>
13
+                </svg>
14
+
15
+                Your application is now ready. You can start working on it at:
16
+            </p>
17
+        </div>
18
+
19
+        <div id="next">
20
+            <h2>What's next?</h2>
21
+            <p>{{ text }}</p>
22
+
23
+
24
+            <a href='{{ url('page1') }}'>tab one</a>
25
+            <br/>
26
+            <a href='{{ url('page2') }}'>tab two</a>
27
+            <br/>
28
+            <a href='/syf43/page1'>retrograde to symfony43</a>
29
+        </div>
30
+
31
+    </div>
32
+</div>
33
+
34
+<style>
35
+    a:hover {
36
+        text-decoration: none;
37
+    }
38
+
39
+    code {
40
+        background: #F5F5F5;
41
+        max-width: 100px;
42
+        padding: 2px 6px;
43
+        word-wrap: break-word;
44
+    }
45
+
46
+    #wrapper {
47
+        background: #FFF;
48
+        margin: 1em auto;
49
+        max-width: 800px;
50
+        width: 95%;
51
+    }
52
+
53
+    #container {
54
+        padding: 2em;
55
+    }
56
+
57
+    #welcome, #status {
58
+        margin-bottom: 2em;
59
+    }
60
+
61
+    #welcome h1 span {
62
+        display: block;
63
+        font-size: 75%;
64
+    }
65
+
66
+    #icon-status, #icon-book {
67
+        float: left;
68
+        height: 64px;
69
+        margin-right: 1em;
70
+        margin-top: -4px;
71
+        width: 64px;
72
+    }
73
+
74
+    #icon-book {
75
+        display: none;
76
+    }
77
+
78
+    @media (min-width: 768px) {
79
+        #wrapper {
80
+            width: 80%;
81
+            margin: 2em auto;
82
+        }
83
+
84
+        #icon-book {
85
+            display: inline-block;
86
+        }
87
+
88
+        #status a, #next a {
89
+            display: block;
90
+        }
91
+
92
+        @-webkit-keyframes fade-in {
93
+            0% {
94
+                opacity: 0;
95
+            }
96
+            100% {
97
+                opacity: 1;
98
+            }
99
+        }
100
+        @keyframes fade-in {
101
+            0% {
102
+                opacity: 0;
103
+            }
104
+            100% {
105
+                opacity: 1;
106
+            }
107
+        }
108
+        .sf-toolbar {
109
+            opacity: 0;
110
+            -webkit-animation: fade-in 1s .2s forwards;
111
+            animation: fade-in 1s .2s forwards;
112
+        }
113
+    }
114
+</style>
0 115
\ No newline at end of file
1 116
new file mode 100644
... ...
@@ -0,0 +1,2 @@
1
+{# templates/lucky/number.html.twig #}
2
+<h1>Your lucky number is {{ number }}</h1>