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

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

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

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

Emmanuel ROY authored on 23/11/2019 03:00:32
Showing 1 changed files
... ...
@@ -1,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": [],
Browse code

initial commit

Emmanuel ROY authored on 09/08/2019 08:39:02
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,2596 @@
1
+{
2
+    "_readme": [
3
+        "This file locks the dependencies of your project to a known state",
4
+        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
+        "This file is @generated automatically"
6
+    ],
7
+    "content-hash": "fd269d3edb82c4ba3d8d89b408270505",
8
+    "packages": [
9
+        {
10
+            "name": "doctrine/annotations",
11
+            "version": "v1.6.1",
12
+            "source": {
13
+                "type": "git",
14
+                "url": "https://github.com/doctrine/annotations.git",
15
+                "reference": "53120e0eb10355388d6ccbe462f1fea34ddadb24"
16
+            },
17
+            "dist": {
18
+                "type": "zip",
19
+                "url": "https://api.github.com/repos/doctrine/annotations/zipball/53120e0eb10355388d6ccbe462f1fea34ddadb24",
20
+                "reference": "53120e0eb10355388d6ccbe462f1fea34ddadb24",
21
+                "shasum": ""
22
+            },
23
+            "require": {
24
+                "doctrine/lexer": "1.*",
25
+                "php": "^7.1"
26
+            },
27
+            "require-dev": {
28
+                "doctrine/cache": "1.*",
29
+                "phpunit/phpunit": "^6.4"
30
+            },
31
+            "type": "library",
32
+            "extra": {
33
+                "branch-alias": {
34
+                    "dev-master": "1.6.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": "Roman Borschel",
49
+                    "email": "roman@code-factory.org"
50
+                },
51
+                {
52
+                    "name": "Benjamin Eberlei",
53
+                    "email": "kontakt@beberlei.de"
54
+                },
55
+                {
56
+                    "name": "Guilherme Blanco",
57
+                    "email": "guilhermeblanco@gmail.com"
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-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"
295
+        },
296
+        {
297
+            "name": "doctrine/lexer",
298
+            "version": "1.1.0",
299
+            "source": {
300
+                "type": "git",
301
+                "url": "https://github.com/doctrine/lexer.git",
302
+                "reference": "e17f069ede36f7534b95adec71910ed1b49c74ea"
303
+            },
304
+            "dist": {
305
+                "type": "zip",
306
+                "url": "https://api.github.com/repos/doctrine/lexer/zipball/e17f069ede36f7534b95adec71910ed1b49c74ea",
307
+                "reference": "e17f069ede36f7534b95adec71910ed1b49c74ea",
308
+                "shasum": ""
309
+            },
310
+            "require": {
311
+                "php": "^7.2"
312
+            },
313
+            "require-dev": {
314
+                "doctrine/coding-standard": "^6.0",
315
+                "phpstan/phpstan": "^0.11.8",
316
+                "phpunit/phpunit": "^8.2"
317
+            },
318
+            "type": "library",
319
+            "extra": {
320
+                "branch-alias": {
321
+                    "dev-master": "1.1.x-dev"
322
+                }
323
+            },
324
+            "autoload": {
325
+                "psr-4": {
326
+                    "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
327
+                }
328
+            },
329
+            "notification-url": "https://packagist.org/downloads/",
330
+            "license": [
331
+                "MIT"
332
+            ],
333
+            "authors": [
334
+                {
335
+                    "name": "Guilherme Blanco",
336
+                    "email": "guilhermeblanco@gmail.com"
337
+                },
338
+                {
339
+                    "name": "Roman Borschel",
340
+                    "email": "roman@code-factory.org"
341
+                },
342
+                {
343
+                    "name": "Johannes Schmitt",
344
+                    "email": "schmittjoh@gmail.com"
345
+                }
346
+            ],
347
+            "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
348
+            "homepage": "https://www.doctrine-project.org/projects/lexer.html",
349
+            "keywords": [
350
+                "annotations",
351
+                "docblock",
352
+                "lexer",
353
+                "parser",
354
+                "php"
355
+            ],
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"
514
+        },
515
+        {
516
+            "name": "psr/cache",
517
+            "version": "1.0.1",
518
+            "source": {
519
+                "type": "git",
520
+                "url": "https://github.com/php-fig/cache.git",
521
+                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
522
+            },
523
+            "dist": {
524
+                "type": "zip",
525
+                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
526
+                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
527
+                "shasum": ""
528
+            },
529
+            "require": {
530
+                "php": ">=5.3.0"
531
+            },
532
+            "type": "library",
533
+            "extra": {
534
+                "branch-alias": {
535
+                    "dev-master": "1.0.x-dev"
536
+                }
537
+            },
538
+            "autoload": {
539
+                "psr-4": {
540
+                    "Psr\\Cache\\": "src/"
541
+                }
542
+            },
543
+            "notification-url": "https://packagist.org/downloads/",
544
+            "license": [
545
+                "MIT"
546
+            ],
547
+            "authors": [
548
+                {
549
+                    "name": "PHP-FIG",
550
+                    "homepage": "http://www.php-fig.org/"
551
+                }
552
+            ],
553
+            "description": "Common interface for caching libraries",
554
+            "keywords": [
555
+                "cache",
556
+                "psr",
557
+                "psr-6"
558
+            ],
559
+            "time": "2016-08-06T20:24:11+00:00"
560
+        },
561
+        {
562
+            "name": "psr/container",
563
+            "version": "1.0.0",
564
+            "source": {
565
+                "type": "git",
566
+                "url": "https://github.com/php-fig/container.git",
567
+                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
568
+            },
569
+            "dist": {
570
+                "type": "zip",
571
+                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
572
+                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
573
+                "shasum": ""
574
+            },
575
+            "require": {
576
+                "php": ">=5.3.0"
577
+            },
578
+            "type": "library",
579
+            "extra": {
580
+                "branch-alias": {
581
+                    "dev-master": "1.0.x-dev"
582
+                }
583
+            },
584
+            "autoload": {
585
+                "psr-4": {
586
+                    "Psr\\Container\\": "src/"
587
+                }
588
+            },
589
+            "notification-url": "https://packagist.org/downloads/",
590
+            "license": [
591
+                "MIT"
592
+            ],
593
+            "authors": [
594
+                {
595
+                    "name": "PHP-FIG",
596
+                    "homepage": "http://www.php-fig.org/"
597
+                }
598
+            ],
599
+            "description": "Common Container Interface (PHP FIG PSR-11)",
600
+            "homepage": "https://github.com/php-fig/container",
601
+            "keywords": [
602
+                "PSR-11",
603
+                "container",
604
+                "container-interface",
605
+                "container-interop",
606
+                "psr"
607
+            ],
608
+            "time": "2017-02-14T16:28:37+00:00"
609
+        },
610
+        {
611
+            "name": "psr/log",
612
+            "version": "1.1.0",
613
+            "source": {
614
+                "type": "git",
615
+                "url": "https://github.com/php-fig/log.git",
616
+                "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
617
+            },
618
+            "dist": {
619
+                "type": "zip",
620
+                "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
621
+                "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
622
+                "shasum": ""
623
+            },
624
+            "require": {
625
+                "php": ">=5.3.0"
626
+            },
627
+            "type": "library",
628
+            "extra": {
629
+                "branch-alias": {
630
+                    "dev-master": "1.0.x-dev"
631
+                }
632
+            },
633
+            "autoload": {
634
+                "psr-4": {
635
+                    "Psr\\Log\\": "Psr/Log/"
636
+                }
637
+            },
638
+            "notification-url": "https://packagist.org/downloads/",
639
+            "license": [
640
+                "MIT"
641
+            ],
642
+            "authors": [
643
+                {
644
+                    "name": "PHP-FIG",
645
+                    "homepage": "http://www.php-fig.org/"
646
+                }
647
+            ],
648
+            "description": "Common interface for logging libraries",
649
+            "homepage": "https://github.com/php-fig/log",
650
+            "keywords": [
651
+                "log",
652
+                "psr",
653
+                "psr-3"
654
+            ],
655
+            "time": "2018-11-20T15:27:04+00:00"
656
+        },
657
+        {
658
+            "name": "sensio/framework-extra-bundle",
659
+            "version": "v5.4.1",
660
+            "source": {
661
+                "type": "git",
662
+                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
663
+                "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a"
664
+            },
665
+            "dist": {
666
+                "type": "zip",
667
+                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
668
+                "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
669
+                "shasum": ""
670
+            },
671
+            "require": {
672
+                "doctrine/annotations": "^1.0",
673
+                "doctrine/persistence": "^1.0",
674
+                "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"
679
+            },
680
+            "require-dev": {
681
+                "doctrine/doctrine-bundle": "^1.6",
682
+                "doctrine/orm": "^2.5",
683
+                "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",
689
+                "symfony/monolog-bundle": "^3.2",
690
+                "symfony/phpunit-bridge": "^3.4.19|^4.1.8",
691
+                "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"
696
+            },
697
+            "suggest": {
698
+                "symfony/expression-language": "",
699
+                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
700
+                "symfony/security-bundle": ""
701
+            },
702
+            "type": "symfony-bundle",
703
+            "extra": {
704
+                "branch-alias": {
705
+                    "dev-master": "5.4.x-dev"
706
+                }
707
+            },
708
+            "autoload": {
709
+                "psr-4": {
710
+                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
711
+                }
712
+            },
713
+            "notification-url": "https://packagist.org/downloads/",
714
+            "license": [
715
+                "MIT"
716
+            ],
717
+            "authors": [
718
+                {
719
+                    "name": "Fabien Potencier",
720
+                    "email": "fabien@symfony.com"
721
+                }
722
+            ],
723
+            "description": "This bundle provides a way to configure your controllers with annotations",
724
+            "keywords": [
725
+                "annotations",
726
+                "controllers"
727
+            ],
728
+            "time": "2019-07-08T08:31:25+00:00"
729
+        },
730
+        {
731
+            "name": "symfony/cache",
732
+            "version": "v4.3.3",
733
+            "source": {
734
+                "type": "git",
735
+                "url": "https://github.com/symfony/cache.git",
736
+                "reference": "d263af3cec33afa862310e58545fdc10d779806f"
737
+            },
738
+            "dist": {
739
+                "type": "zip",
740
+                "url": "https://api.github.com/repos/symfony/cache/zipball/d263af3cec33afa862310e58545fdc10d779806f",
741
+                "reference": "d263af3cec33afa862310e58545fdc10d779806f",
742
+                "shasum": ""
743
+            },
744
+            "require": {
745
+                "php": "^7.1.3",
746
+                "psr/cache": "~1.0",
747
+                "psr/log": "~1.0",
748
+                "symfony/cache-contracts": "^1.1",
749
+                "symfony/service-contracts": "^1.1",
750
+                "symfony/var-exporter": "^4.2"
751
+            },
752
+            "conflict": {
753
+                "doctrine/dbal": "<2.5",
754
+                "symfony/dependency-injection": "<3.4",
755
+                "symfony/var-dumper": "<3.4"
756
+            },
757
+            "provide": {
758
+                "psr/cache-implementation": "1.0",
759
+                "psr/simple-cache-implementation": "1.0",
760
+                "symfony/cache-implementation": "1.0"
761
+            },
762
+            "require-dev": {
763
+                "cache/integration-tests": "dev-master",
764
+                "doctrine/cache": "~1.6",
765
+                "doctrine/dbal": "~2.5",
766
+                "predis/predis": "~1.1",
767
+                "psr/simple-cache": "^1.0",
768
+                "symfony/config": "~4.2",
769
+                "symfony/dependency-injection": "~3.4|~4.1",
770
+                "symfony/var-dumper": "^4.1.1"
771
+            },
772
+            "type": "library",
773
+            "extra": {
774
+                "branch-alias": {
775
+                    "dev-master": "4.3-dev"
776
+                }
777
+            },
778
+            "autoload": {
779
+                "psr-4": {
780
+                    "Symfony\\Component\\Cache\\": ""
781
+                },
782
+                "exclude-from-classmap": [
783
+                    "/Tests/"
784
+                ]
785
+            },
786
+            "notification-url": "https://packagist.org/downloads/",
787
+            "license": [
788
+                "MIT"
789
+            ],
790
+            "authors": [
791
+                {
792
+                    "name": "Nicolas Grekas",
793
+                    "email": "p@tchwork.com"
794
+                },
795
+                {
796
+                    "name": "Symfony Community",
797
+                    "homepage": "https://symfony.com/contributors"
798
+                }
799
+            ],
800
+            "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
801
+            "homepage": "https://symfony.com",
802
+            "keywords": [
803
+                "caching",
804
+                "psr6"
805
+            ],
806
+            "time": "2019-06-28T13:16:30+00:00"
807
+        },
808
+        {
809
+            "name": "symfony/cache-contracts",
810
+            "version": "v1.1.5",
811
+            "source": {
812
+                "type": "git",
813
+                "url": "https://github.com/symfony/cache-contracts.git",
814
+                "reference": "ec5524b669744b5f1dc9c66d3c2b091eb7e7f0db"
815
+            },
816
+            "dist": {
817
+                "type": "zip",
818
+                "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/ec5524b669744b5f1dc9c66d3c2b091eb7e7f0db",
819
+                "reference": "ec5524b669744b5f1dc9c66d3c2b091eb7e7f0db",
820
+                "shasum": ""
821
+            },
822
+            "require": {
823
+                "php": "^7.1.3",
824
+                "psr/cache": "^1.0"
825
+            },
826
+            "suggest": {
827
+                "symfony/cache-implementation": ""
828
+            },
829
+            "type": "library",
830
+            "extra": {
831
+                "branch-alias": {
832
+                    "dev-master": "1.1-dev"
833
+                }
834
+            },
835
+            "autoload": {
836
+                "psr-4": {
837
+                    "Symfony\\Contracts\\Cache\\": ""
838
+                }
839
+            },
840
+            "notification-url": "https://packagist.org/downloads/",
841
+            "license": [
842
+                "MIT"
843
+            ],
844
+            "authors": [
845
+                {
846
+                    "name": "Nicolas Grekas",
847
+                    "email": "p@tchwork.com"
848
+                },
849
+                {
850
+                    "name": "Symfony Community",
851
+                    "homepage": "https://symfony.com/contributors"
852
+                }
853
+            ],
854
+            "description": "Generic abstractions related to caching",
855
+            "homepage": "https://symfony.com",
856
+            "keywords": [
857
+                "abstractions",
858
+                "contracts",
859
+                "decoupling",
860
+                "interfaces",
861
+                "interoperability",
862
+                "standards"
863
+            ],
864
+            "time": "2019-06-13T11:15:36+00:00"
865
+        },
866
+        {
867
+            "name": "symfony/config",
868
+            "version": "v4.3.3",
869
+            "source": {
870
+                "type": "git",
871
+                "url": "https://github.com/symfony/config.git",
872
+                "reference": "a17a2aea43950ce83a0603ed301bac362eb86870"
873
+            },
874
+            "dist": {
875
+                "type": "zip",
876
+                "url": "https://api.github.com/repos/symfony/config/zipball/a17a2aea43950ce83a0603ed301bac362eb86870",
877
+                "reference": "a17a2aea43950ce83a0603ed301bac362eb86870",
878
+                "shasum": ""
879
+            },
880
+            "require": {
881
+                "php": "^7.1.3",
882
+                "symfony/filesystem": "~3.4|~4.0",
883
+                "symfony/polyfill-ctype": "~1.8"
884
+            },
885
+            "conflict": {
886
+                "symfony/finder": "<3.4"
887
+            },
888
+            "require-dev": {
889
+                "symfony/dependency-injection": "~3.4|~4.0",
890
+                "symfony/event-dispatcher": "~3.4|~4.0",
891
+                "symfony/finder": "~3.4|~4.0",
892
+                "symfony/messenger": "~4.1",
893
+                "symfony/yaml": "~3.4|~4.0"
894
+            },
895
+            "suggest": {
896
+                "symfony/yaml": "To use the yaml reference dumper"
897
+            },
898
+            "type": "library",
899
+            "extra": {
900
+                "branch-alias": {
901
+                    "dev-master": "4.3-dev"
902
+                }
903
+            },
904
+            "autoload": {
905
+                "psr-4": {
906
+                    "Symfony\\Component\\Config\\": ""
907
+                },
908
+                "exclude-from-classmap": [
909
+                    "/Tests/"
910
+                ]
911
+            },
912
+            "notification-url": "https://packagist.org/downloads/",
913
+            "license": [
914
+                "MIT"
915
+            ],
916
+            "authors": [
917
+                {
918
+                    "name": "Fabien Potencier",
919
+                    "email": "fabien@symfony.com"
920
+                },
921
+                {
922
+                    "name": "Symfony Community",
923
+                    "homepage": "https://symfony.com/contributors"
924
+                }
925
+            ],
926
+            "description": "Symfony Config Component",
927
+            "homepage": "https://symfony.com",
928
+            "time": "2019-07-18T10:34:59+00:00"
929
+        },
930
+        {
931
+            "name": "symfony/console",
932
+            "version": "v4.3.3",
933
+            "source": {
934
+                "type": "git",
935
+                "url": "https://github.com/symfony/console.git",
936
+                "reference": "8b0ae5742ce9aaa8b0075665862c1ca397d1c1d9"
937
+            },
938
+            "dist": {
939
+                "type": "zip",
940
+                "url": "https://api.github.com/repos/symfony/console/zipball/8b0ae5742ce9aaa8b0075665862c1ca397d1c1d9",
941
+                "reference": "8b0ae5742ce9aaa8b0075665862c1ca397d1c1d9",
942
+                "shasum": ""
943
+            },
944
+            "require": {
945
+                "php": "^7.1.3",
946
+                "symfony/polyfill-mbstring": "~1.0",
947
+                "symfony/polyfill-php73": "^1.8",
948
+                "symfony/service-contracts": "^1.1"
949
+            },
950
+            "conflict": {
951
+                "symfony/dependency-injection": "<3.4",
952
+                "symfony/event-dispatcher": "<4.3",
953
+                "symfony/process": "<3.3"
954
+            },
955
+            "provide": {
956
+                "psr/log-implementation": "1.0"
957
+            },
958
+            "require-dev": {
959
+                "psr/log": "~1.0",
960
+                "symfony/config": "~3.4|~4.0",
961
+                "symfony/dependency-injection": "~3.4|~4.0",
962
+                "symfony/event-dispatcher": "^4.3",
963
+                "symfony/lock": "~3.4|~4.0",
964
+                "symfony/process": "~3.4|~4.0",
965
+                "symfony/var-dumper": "^4.3"
966
+            },
967
+            "suggest": {
968
+                "psr/log": "For using the console logger",
969
+                "symfony/event-dispatcher": "",
970
+                "symfony/lock": "",
971
+                "symfony/process": ""
972
+            },
973
+            "type": "library",
974
+            "extra": {
975
+                "branch-alias": {
976
+                    "dev-master": "4.3-dev"
977
+                }
978
+            },
979
+            "autoload": {
980
+                "psr-4": {
981
+                    "Symfony\\Component\\Console\\": ""
982
+                },
983
+                "exclude-from-classmap": [
984
+                    "/Tests/"
985
+                ]
986
+            },
987
+            "notification-url": "https://packagist.org/downloads/",
988
+            "license": [
989
+                "MIT"
990
+            ],
991
+            "authors": [
992
+                {
993
+                    "name": "Fabien Potencier",
994
+                    "email": "fabien@symfony.com"
995
+                },
996
+                {
997
+                    "name": "Symfony Community",
998
+                    "homepage": "https://symfony.com/contributors"
999
+                }
1000
+            ],
1001
+            "description": "Symfony Console Component",
1002
+            "homepage": "https://symfony.com",
1003
+            "time": "2019-07-24T17:13:59+00:00"
1004
+        },
1005
+        {
1006
+            "name": "symfony/debug",
1007
+            "version": "v4.3.3",
1008
+            "source": {
1009
+                "type": "git",
1010
+                "url": "https://github.com/symfony/debug.git",
1011
+                "reference": "527887c3858a2462b0137662c74837288b998ee3"
1012
+            },
1013
+            "dist": {
1014
+                "type": "zip",
1015
+                "url": "https://api.github.com/repos/symfony/debug/zipball/527887c3858a2462b0137662c74837288b998ee3",
1016
+                "reference": "527887c3858a2462b0137662c74837288b998ee3",
1017
+                "shasum": ""
1018
+            },
1019
+            "require": {
1020
+                "php": "^7.1.3",
1021
+                "psr/log": "~1.0"
1022
+            },
1023
+            "conflict": {
1024
+                "symfony/http-kernel": "<3.4"
1025
+            },
1026
+            "require-dev": {
1027
+                "symfony/http-kernel": "~3.4|~4.0"
1028
+            },
1029
+            "type": "library",
1030
+            "extra": {
1031
+                "branch-alias": {
1032
+                    "dev-master": "4.3-dev"
1033
+                }
1034
+            },
1035
+            "autoload": {
1036
+                "psr-4": {
1037
+                    "Symfony\\Component\\Debug\\": ""
1038
+                },
1039
+                "exclude-from-classmap": [
1040
+                    "/Tests/"
1041
+                ]
1042
+            },
1043
+            "notification-url": "https://packagist.org/downloads/",
1044
+            "license": [
1045
+                "MIT"
1046
+            ],
1047
+            "authors": [
1048
+                {
1049
+                    "name": "Fabien Potencier",
1050
+                    "email": "fabien@symfony.com"
1051
+                },
1052
+                {
1053
+                    "name": "Symfony Community",
1054
+                    "homepage": "https://symfony.com/contributors"
1055
+                }
1056
+            ],
1057
+            "description": "Symfony Debug Component",
1058
+            "homepage": "https://symfony.com",
1059
+            "time": "2019-07-23T11:21:36+00:00"
1060
+        },
1061
+        {
1062
+            "name": "symfony/dependency-injection",
1063
+            "version": "v4.3.3",
1064
+            "source": {
1065
+                "type": "git",
1066
+                "url": "https://github.com/symfony/dependency-injection.git",
1067
+                "reference": "9ad1b83d474ae17156f6914cb81ffe77aeac3a9b"
1068
+            },
1069
+            "dist": {
1070
+                "type": "zip",
1071
+                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/9ad1b83d474ae17156f6914cb81ffe77aeac3a9b",
1072
+                "reference": "9ad1b83d474ae17156f6914cb81ffe77aeac3a9b",
1073
+                "shasum": ""
1074
+            },
1075
+            "require": {
1076
+                "php": "^7.1.3",
1077
+                "psr/container": "^1.0",
1078
+                "symfony/service-contracts": "^1.1.2"
1079
+            },
1080
+            "conflict": {
1081
+                "symfony/config": "<4.3",
1082
+                "symfony/finder": "<3.4",
1083
+                "symfony/proxy-manager-bridge": "<3.4",
1084
+                "symfony/yaml": "<3.4"
1085
+            },
1086
+            "provide": {
1087
+                "psr/container-implementation": "1.0",
1088
+                "symfony/service-implementation": "1.0"
1089
+            },
1090
+            "require-dev": {
1091
+                "symfony/config": "^4.3",
1092
+                "symfony/expression-language": "~3.4|~4.0",
1093
+                "symfony/yaml": "~3.4|~4.0"
1094
+            },
1095
+            "suggest": {
1096
+                "symfony/config": "",
1097
+                "symfony/expression-language": "For using expressions in service container configuration",
1098
+                "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
1099
+                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
1100
+                "symfony/yaml": ""
1101
+            },
1102
+            "type": "library",
1103
+            "extra": {
1104
+                "branch-alias": {
1105
+                    "dev-master": "4.3-dev"
1106
+                }
1107
+            },
1108
+            "autoload": {
1109
+                "psr-4": {
1110
+                    "Symfony\\Component\\DependencyInjection\\": ""
1111
+                },
1112
+                "exclude-from-classmap": [
1113
+                    "/Tests/"
1114
+                ]
1115
+            },
1116
+            "notification-url": "https://packagist.org/downloads/",
1117
+            "license": [
1118
+                "MIT"
1119
+            ],
1120
+            "authors": [
1121
+                {
1122
+                    "name": "Fabien Potencier",
1123
+                    "email": "fabien@symfony.com"
1124
+                },
1125
+                {
1126
+                    "name": "Symfony Community",
1127
+                    "homepage": "https://symfony.com/contributors"
1128
+                }
1129
+            ],
1130
+            "description": "Symfony DependencyInjection Component",
1131
+            "homepage": "https://symfony.com",
1132
+            "time": "2019-07-26T07:03:43+00:00"
1133
+        },
1134
+        {
1135
+            "name": "symfony/dotenv",
1136
+            "version": "v4.3.3",
1137
+            "source": {
1138
+                "type": "git",
1139
+                "url": "https://github.com/symfony/dotenv.git",
1140
+                "reference": "c9ea2a1c60e7db08c1d1379cd4448fd14bda11eb"
1141
+            },
1142
+            "dist": {
1143
+                "type": "zip",
1144
+                "url": "https://api.github.com/repos/symfony/dotenv/zipball/c9ea2a1c60e7db08c1d1379cd4448fd14bda11eb",
1145
+                "reference": "c9ea2a1c60e7db08c1d1379cd4448fd14bda11eb",
1146
+                "shasum": ""
1147
+            },
1148
+            "require": {
1149
+                "php": "^7.1.3"
1150
+            },
1151
+            "require-dev": {
1152
+                "symfony/process": "~3.4|~4.0"
1153
+            },
1154
+            "type": "library",
1155
+            "extra": {
1156
+                "branch-alias": {
1157
+                    "dev-master": "4.3-dev"
1158
+                }
1159
+            },
1160
+            "autoload": {
1161
+                "psr-4": {
1162
+                    "Symfony\\Component\\Dotenv\\": ""
1163
+                },
1164
+                "exclude-from-classmap": [
1165
+                    "/Tests/"
1166
+                ]
1167
+            },
1168
+            "notification-url": "https://packagist.org/downloads/",
1169
+            "license": [
1170
+                "MIT"
1171
+            ],
1172
+            "authors": [
1173
+                {
1174
+                    "name": "Fabien Potencier",
1175
+                    "email": "fabien@symfony.com"
1176
+                },
1177
+                {
1178
+                    "name": "Symfony Community",
1179
+                    "homepage": "https://symfony.com/contributors"
1180
+                }
1181
+            ],
1182
+            "description": "Registers environment variables from a .env file",
1183
+            "homepage": "https://symfony.com",
1184
+            "keywords": [
1185
+                "dotenv",
1186
+                "env",
1187
+                "environment"
1188
+            ],
1189
+            "time": "2019-06-26T06:50:02+00:00"
1190
+        },
1191
+        {
1192
+            "name": "symfony/event-dispatcher",
1193
+            "version": "v4.3.3",
1194
+            "source": {
1195
+                "type": "git",
1196
+                "url": "https://github.com/symfony/event-dispatcher.git",
1197
+                "reference": "212b020949331b6531250584531363844b34a94e"
1198
+            },
1199
+            "dist": {
1200
+                "type": "zip",
1201
+                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/212b020949331b6531250584531363844b34a94e",
1202
+                "reference": "212b020949331b6531250584531363844b34a94e",
1203
+                "shasum": ""
1204
+            },
1205
+            "require": {
1206
+                "php": "^7.1.3",
1207
+                "symfony/event-dispatcher-contracts": "^1.1"
1208
+            },
1209
+            "conflict": {
1210
+                "symfony/dependency-injection": "<3.4"
1211
+            },
1212
+            "provide": {
1213
+                "psr/event-dispatcher-implementation": "1.0",
1214
+                "symfony/event-dispatcher-implementation": "1.1"
1215
+            },
1216
+            "require-dev": {
1217
+                "psr/log": "~1.0",
1218
+                "symfony/config": "~3.4|~4.0",
1219
+                "symfony/dependency-injection": "~3.4|~4.0",
1220
+                "symfony/expression-language": "~3.4|~4.0",
1221
+                "symfony/http-foundation": "^3.4|^4.0",
1222
+                "symfony/service-contracts": "^1.1",
1223
+                "symfony/stopwatch": "~3.4|~4.0"
1224
+            },
1225
+            "suggest": {
1226
+                "symfony/dependency-injection": "",
1227
+                "symfony/http-kernel": ""
1228
+            },
1229
+            "type": "library",
1230
+            "extra": {
1231
+                "branch-alias": {
1232
+                    "dev-master": "4.3-dev"
1233
+                }
1234
+            },
1235
+            "autoload": {
1236
+                "psr-4": {
1237
+                    "Symfony\\Component\\EventDispatcher\\": ""
1238
+                },
1239
+                "exclude-from-classmap": [
1240
+                    "/Tests/"
1241
+                ]
1242
+            },
1243
+            "notification-url": "https://packagist.org/downloads/",
1244
+            "license": [
1245
+                "MIT"
1246
+            ],
1247
+            "authors": [
1248
+                {
1249
+                    "name": "Fabien Potencier",
1250
+                    "email": "fabien@symfony.com"
1251
+                },
1252
+                {
1253
+                    "name": "Symfony Community",
1254
+                    "homepage": "https://symfony.com/contributors"
1255
+                }
1256
+            ],
1257
+            "description": "Symfony EventDispatcher Component",
1258
+            "homepage": "https://symfony.com",
1259
+            "time": "2019-06-27T06:42:14+00:00"
1260
+        },
1261
+        {
1262
+            "name": "symfony/event-dispatcher-contracts",
1263
+            "version": "v1.1.5",
1264
+            "source": {
1265
+                "type": "git",
1266
+                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
1267
+                "reference": "c61766f4440ca687de1084a5c00b08e167a2575c"
1268
+            },
1269
+            "dist": {
1270
+                "type": "zip",
1271
+                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c61766f4440ca687de1084a5c00b08e167a2575c",
1272
+                "reference": "c61766f4440ca687de1084a5c00b08e167a2575c",
1273
+                "shasum": ""
1274
+            },
1275
+            "require": {
1276
+                "php": "^7.1.3"
1277
+            },
1278
+            "suggest": {
1279
+                "psr/event-dispatcher": "",
1280
+                "symfony/event-dispatcher-implementation": ""
1281
+            },
1282
+            "type": "library",
1283
+            "extra": {
1284
+                "branch-alias": {
1285
+                    "dev-master": "1.1-dev"
1286
+                }
1287
+            },
1288
+            "autoload": {
1289
+                "psr-4": {
1290
+                    "Symfony\\Contracts\\EventDispatcher\\": ""
1291
+                }
1292
+            },
1293
+            "notification-url": "https://packagist.org/downloads/",
1294
+            "license": [
1295
+                "MIT"
1296
+            ],
1297
+            "authors": [
1298
+                {
1299
+                    "name": "Nicolas Grekas",
1300
+                    "email": "p@tchwork.com"
1301
+                },
1302
+                {
1303
+                    "name": "Symfony Community",
1304
+                    "homepage": "https://symfony.com/contributors"
1305
+                }
1306
+            ],
1307
+            "description": "Generic abstractions related to dispatching event",
1308
+            "homepage": "https://symfony.com",
1309
+            "keywords": [
1310
+                "abstractions",
1311
+                "contracts",
1312
+                "decoupling",
1313
+                "interfaces",
1314
+                "interoperability",
1315
+                "standards"
1316
+            ],
1317
+            "time": "2019-06-20T06:46:26+00:00"
1318
+        },
1319
+        {
1320
+            "name": "symfony/filesystem",
1321
+            "version": "v4.3.3",
1322
+            "source": {
1323
+                "type": "git",
1324
+                "url": "https://github.com/symfony/filesystem.git",
1325
+                "reference": "b9896d034463ad6fd2bf17e2bf9418caecd6313d"
1326
+            },
1327
+            "dist": {
1328
+                "type": "zip",
1329
+                "url": "https://api.github.com/repos/symfony/filesystem/zipball/b9896d034463ad6fd2bf17e2bf9418caecd6313d",
1330
+                "reference": "b9896d034463ad6fd2bf17e2bf9418caecd6313d",
1331
+                "shasum": ""
1332
+            },
1333
+            "require": {
1334
+                "php": "^7.1.3",
1335
+                "symfony/polyfill-ctype": "~1.8"
1336
+            },
1337
+            "type": "library",
1338
+            "extra": {
1339
+                "branch-alias": {
1340
+                    "dev-master": "4.3-dev"
1341
+                }
1342
+            },
1343
+            "autoload": {
1344
+                "psr-4": {
1345
+                    "Symfony\\Component\\Filesystem\\": ""
1346
+                },
1347
+                "exclude-from-classmap": [
1348
+                    "/Tests/"
1349
+                ]
1350
+            },
1351
+            "notification-url": "https://packagist.org/downloads/",
1352
+            "license": [
1353
+                "MIT"
1354
+            ],
1355
+            "authors": [
1356
+                {
1357
+                    "name": "Fabien Potencier",
1358
+                    "email": "fabien@symfony.com"
1359
+                },
1360
+                {
1361
+                    "name": "Symfony Community",
1362
+                    "homepage": "https://symfony.com/contributors"
1363
+                }
1364
+            ],
1365
+            "description": "Symfony Filesystem Component",
1366
+            "homepage": "https://symfony.com",
1367
+            "time": "2019-06-23T08:51:25+00:00"
1368
+        },
1369
+        {
1370
+            "name": "symfony/finder",
1371
+            "version": "v4.3.3",
1372
+            "source": {
1373
+                "type": "git",
1374
+                "url": "https://github.com/symfony/finder.git",
1375
+                "reference": "9638d41e3729459860bb96f6247ccb61faaa45f2"
1376
+            },
1377
+            "dist": {
1378
+                "type": "zip",
1379
+                "url": "https://api.github.com/repos/symfony/finder/zipball/9638d41e3729459860bb96f6247ccb61faaa45f2",
1380
+                "reference": "9638d41e3729459860bb96f6247ccb61faaa45f2",
1381
+                "shasum": ""
1382
+            },
1383
+            "require": {
1384
+                "php": "^7.1.3"
1385
+            },
1386
+            "type": "library",
1387
+            "extra": {
1388
+                "branch-alias": {
1389
+                    "dev-master": "4.3-dev"
1390
+                }
1391
+            },
1392
+            "autoload": {
1393
+                "psr-4": {
1394
+                    "Symfony\\Component\\Finder\\": ""
1395
+                },
1396
+                "exclude-from-classmap": [
1397
+                    "/Tests/"
1398
+                ]
1399
+            },
1400
+            "notification-url": "https://packagist.org/downloads/",
1401
+            "license": [
1402
+                "MIT"
1403
+            ],
1404
+            "authors": [
1405
+                {
1406
+                    "name": "Fabien Potencier",
1407
+                    "email": "fabien@symfony.com"
1408
+                },
1409
+                {
1410
+                    "name": "Symfony Community",
1411
+                    "homepage": "https://symfony.com/contributors"
1412
+                }
1413
+            ],
1414
+            "description": "Symfony Finder Component",
1415
+            "homepage": "https://symfony.com",
1416
+            "time": "2019-06-28T13:16:30+00:00"
1417
+        },
1418
+        {
1419
+            "name": "symfony/flex",
1420
+            "version": "v1.4.5",
1421
+            "source": {
1422
+                "type": "git",
1423
+                "url": "https://github.com/symfony/flex.git",
1424
+                "reference": "4467ab35c82edebac58fe58c22cea166a805eb1f"
1425
+            },
1426
+            "dist": {
1427
+                "type": "zip",
1428
+                "url": "https://api.github.com/repos/symfony/flex/zipball/4467ab35c82edebac58fe58c22cea166a805eb1f",
1429
+                "reference": "4467ab35c82edebac58fe58c22cea166a805eb1f",
1430
+                "shasum": ""
1431
+            },
1432
+            "require": {
1433
+                "composer-plugin-api": "^1.0",
1434
+                "php": "^7.0"
1435
+            },
1436
+            "require-dev": {
1437
+                "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"
1441
+            },
1442
+            "type": "composer-plugin",
1443
+            "extra": {
1444
+                "branch-alias": {
1445
+                    "dev-master": "1.4-dev"
1446
+                },
1447
+                "class": "Symfony\\Flex\\Flex"
1448
+            },
1449
+            "autoload": {
1450
+                "psr-4": {
1451
+                    "Symfony\\Flex\\": "src"
1452
+                }
1453
+            },
1454
+            "notification-url": "https://packagist.org/downloads/",
1455
+            "license": [
1456
+                "MIT"
1457
+            ],
1458
+            "authors": [
1459
+                {
1460
+                    "name": "Fabien Potencier",
1461
+                    "email": "fabien.potencier@gmail.com"
1462
+                }
1463
+            ],
1464
+            "description": "Composer plugin for Symfony",
1465
+            "time": "2019-07-19T08:59:18+00:00"
1466
+        },
1467
+        {
1468
+            "name": "symfony/framework-bundle",
1469
+            "version": "v4.3.3",
1470
+            "source": {
1471
+                "type": "git",
1472
+                "url": "https://github.com/symfony/framework-bundle.git",
1473
+                "reference": "f4c4d2922c209349fa78bce2ba2faa57ccea1093"
1474
+            },
1475
+            "dist": {
1476
+                "type": "zip",
1477
+                "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/f4c4d2922c209349fa78bce2ba2faa57ccea1093",
1478
+                "reference": "f4c4d2922c209349fa78bce2ba2faa57ccea1093",
1479
+                "shasum": ""
1480
+            },
1481
+            "require": {
1482
+                "ext-xml": "*",
1483
+                "php": "^7.1.3",
1484
+                "symfony/cache": "~4.3",
1485
+                "symfony/config": "~4.2",
1486
+                "symfony/debug": "~4.0",
1487
+                "symfony/dependency-injection": "^4.3",
1488
+                "symfony/filesystem": "~3.4|~4.0",
1489
+                "symfony/finder": "~3.4|~4.0",
1490
+                "symfony/http-foundation": "^4.3",
1491
+                "symfony/http-kernel": "^4.3",
1492
+                "symfony/polyfill-mbstring": "~1.0",
1493
+                "symfony/routing": "^4.3"
1494
+            },
1495
+            "conflict": {
1496
+                "phpdocumentor/reflection-docblock": "<3.0",
1497
+                "phpdocumentor/type-resolver": "<0.2.1",
1498
+                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
1499
+                "symfony/asset": "<3.4",
1500
+                "symfony/browser-kit": "<4.3",
1501
+                "symfony/console": "<4.3",
1502
+                "symfony/dom-crawler": "<4.3",
1503
+                "symfony/dotenv": "<4.2",
1504
+                "symfony/form": "<4.3",
1505
+                "symfony/messenger": "<4.3",
1506
+                "symfony/property-info": "<3.4",
1507
+                "symfony/serializer": "<4.2",
1508
+                "symfony/stopwatch": "<3.4",
1509
+                "symfony/translation": "<4.3",
1510
+                "symfony/twig-bridge": "<4.1.1",
1511
+                "symfony/validator": "<4.1",
1512
+                "symfony/workflow": "<4.3"
1513
+            },
1514
+            "require-dev": {
1515
+                "doctrine/annotations": "~1.0",
1516
+                "doctrine/cache": "~1.0",
1517
+                "fig/link-util": "^1.0",
1518
+                "phpdocumentor/reflection-docblock": "^3.0|^4.0",
1519
+                "symfony/asset": "~3.4|~4.0",
1520
+                "symfony/browser-kit": "^4.3",
1521
+                "symfony/console": "^4.3",
1522
+                "symfony/css-selector": "~3.4|~4.0",
1523
+                "symfony/dom-crawler": "^4.3",
1524
+                "symfony/expression-language": "~3.4|~4.0",
1525
+                "symfony/form": "^4.3",
1526
+                "symfony/http-client": "^4.3",
1527
+                "symfony/lock": "~3.4|~4.0",
1528
+                "symfony/mailer": "^4.3",
1529
+                "symfony/messenger": "^4.3",
1530
+                "symfony/mime": "^4.3",
1531
+                "symfony/polyfill-intl-icu": "~1.0",
1532
+                "symfony/process": "~3.4|~4.0",
1533
+                "symfony/property-info": "~3.4|~4.0",
1534
+                "symfony/security-csrf": "~3.4|~4.0",
1535
+                "symfony/security-http": "~3.4|~4.0",
1536
+                "symfony/serializer": "^4.3",
1537
+                "symfony/stopwatch": "~3.4|~4.0",
1538
+                "symfony/templating": "~3.4|~4.0",
1539
+                "symfony/translation": "~4.3",
1540
+                "symfony/twig-bundle": "~2.8|~3.2|~4.0",
1541
+                "symfony/validator": "^4.1",
1542
+                "symfony/var-dumper": "^4.3",
1543
+                "symfony/web-link": "~3.4|~4.0",
1544
+                "symfony/workflow": "^4.3",
1545
+                "symfony/yaml": "~3.4|~4.0",
1546
+                "twig/twig": "~1.34|~2.4"
1547
+            },
1548
+            "suggest": {
1549
+                "ext-apcu": "For best performance of the system caches",
1550
+                "symfony/console": "For using the console commands",
1551
+                "symfony/form": "For using forms",
1552
+                "symfony/property-info": "For using the property_info service",
1553
+                "symfony/serializer": "For using the serializer service",
1554
+                "symfony/validator": "For using validation",
1555
+                "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
1556
+                "symfony/yaml": "For using the debug:config and lint:yaml commands"
1557
+            },
1558
+            "type": "symfony-bundle",
1559
+            "extra": {
1560
+                "branch-alias": {
1561
+                    "dev-master": "4.3-dev"
1562
+                }
1563
+            },
1564
+            "autoload": {
1565
+                "psr-4": {
1566
+                    "Symfony\\Bundle\\FrameworkBundle\\": ""
1567
+                },
1568
+                "exclude-from-classmap": [
1569
+                    "/Tests/"
1570
+                ]
1571
+            },
1572
+            "notification-url": "https://packagist.org/downloads/",
1573
+            "license": [
1574
+                "MIT"
1575
+            ],
1576
+            "authors": [
1577
+                {
1578
+                    "name": "Fabien Potencier",
1579
+                    "email": "fabien@symfony.com"
1580
+                },
1581
+                {
1582
+                    "name": "Symfony Community",
1583
+                    "homepage": "https://symfony.com/contributors"
1584
+                }
1585
+            ],
1586
+            "description": "Symfony FrameworkBundle",
1587
+            "homepage": "https://symfony.com",
1588
+            "time": "2019-07-27T08:36:33+00:00"
1589
+        },
1590
+        {
1591
+            "name": "symfony/http-foundation",
1592
+            "version": "v4.3.3",
1593
+            "source": {
1594
+                "type": "git",
1595
+                "url": "https://github.com/symfony/http-foundation.git",
1596
+                "reference": "8b778ee0c27731105fbf1535f51793ad1ae0ba2b"
1597
+            },
1598
+            "dist": {
1599
+                "type": "zip",
1600
+                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/8b778ee0c27731105fbf1535f51793ad1ae0ba2b",
1601
+                "reference": "8b778ee0c27731105fbf1535f51793ad1ae0ba2b",
1602
+                "shasum": ""
1603
+            },
1604
+            "require": {
1605
+                "php": "^7.1.3",
1606
+                "symfony/mime": "^4.3",
1607
+                "symfony/polyfill-mbstring": "~1.1"
1608
+            },
1609
+            "require-dev": {
1610
+                "predis/predis": "~1.0",
1611
+                "symfony/expression-language": "~3.4|~4.0"
1612
+            },
1613
+            "type": "library",
1614
+            "extra": {
1615
+                "branch-alias": {
1616
+                    "dev-master": "4.3-dev"
1617
+                }
1618
+            },
1619
+            "autoload": {
1620
+                "psr-4": {
1621
+                    "Symfony\\Component\\HttpFoundation\\": ""
1622
+                },
1623
+                "exclude-from-classmap": [
1624
+                    "/Tests/"
1625
+                ]
1626
+            },
1627
+            "notification-url": "https://packagist.org/downloads/",
1628
+            "license": [
1629
+                "MIT"
1630
+            ],
1631
+            "authors": [
1632
+                {
1633
+                    "name": "Fabien Potencier",
1634
+                    "email": "fabien@symfony.com"
1635
+                },
1636
+                {
1637
+                    "name": "Symfony Community",
1638
+                    "homepage": "https://symfony.com/contributors"
1639
+                }
1640
+            ],
1641
+            "description": "Symfony HttpFoundation Component",
1642
+            "homepage": "https://symfony.com",
1643
+            "time": "2019-07-23T11:21:36+00:00"
1644
+        },
1645
+        {
1646
+            "name": "symfony/http-kernel",
1647
+            "version": "v4.3.3",
1648
+            "source": {
1649
+                "type": "git",
1650
+                "url": "https://github.com/symfony/http-kernel.git",
1651
+                "reference": "a414548d236ddd8fa3df52367d583e82339c5e95"
1652
+            },
1653
+            "dist": {
1654
+                "type": "zip",
1655
+                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/a414548d236ddd8fa3df52367d583e82339c5e95",
1656
+                "reference": "a414548d236ddd8fa3df52367d583e82339c5e95",
1657
+                "shasum": ""
1658
+            },
1659
+            "require": {
1660
+                "php": "^7.1.3",
1661
+                "psr/log": "~1.0",
1662
+                "symfony/debug": "~3.4|~4.0",
1663
+                "symfony/event-dispatcher": "^4.3",
1664
+                "symfony/http-foundation": "^4.1.1",
1665
+                "symfony/polyfill-ctype": "~1.8",
1666
+                "symfony/polyfill-php73": "^1.9"
1667
+            },
1668
+            "conflict": {
1669
+                "symfony/browser-kit": "<4.3",
1670
+                "symfony/config": "<3.4",
1671
+                "symfony/dependency-injection": "<4.3",
1672
+                "symfony/translation": "<4.2",
1673
+                "symfony/var-dumper": "<4.1.1",
1674
+                "twig/twig": "<1.34|<2.4,>=2"
1675
+            },
1676
+            "provide": {
1677
+                "psr/log-implementation": "1.0"
1678
+            },
1679
+            "require-dev": {
1680
+                "psr/cache": "~1.0",
1681
+                "symfony/browser-kit": "^4.3",
1682
+                "symfony/config": "~3.4|~4.0",
1683
+                "symfony/console": "~3.4|~4.0",
1684
+                "symfony/css-selector": "~3.4|~4.0",
1685
+                "symfony/dependency-injection": "^4.3",
1686
+                "symfony/dom-crawler": "~3.4|~4.0",
1687
+                "symfony/expression-language": "~3.4|~4.0",
1688
+                "symfony/finder": "~3.4|~4.0",
1689
+                "symfony/process": "~3.4|~4.0",
1690
+                "symfony/routing": "~3.4|~4.0",
1691
+                "symfony/stopwatch": "~3.4|~4.0",
1692
+                "symfony/templating": "~3.4|~4.0",
1693
+                "symfony/translation": "~4.2",
1694
+                "symfony/translation-contracts": "^1.1",
1695
+                "symfony/var-dumper": "^4.1.1",
1696
+                "twig/twig": "^1.34|^2.4"
1697
+            },
1698
+            "suggest": {
1699
+                "symfony/browser-kit": "",
1700
+                "symfony/config": "",
1701
+                "symfony/console": "",
1702
+                "symfony/dependency-injection": "",
1703
+                "symfony/var-dumper": ""
1704
+            },
1705
+            "type": "library",
1706
+            "extra": {
1707
+                "branch-alias": {
1708
+                    "dev-master": "4.3-dev"
1709
+                }
1710
+            },
1711
+            "autoload": {
1712
+                "psr-4": {
1713
+                    "Symfony\\Component\\HttpKernel\\": ""
1714
+                },
1715
+                "exclude-from-classmap": [
1716
+                    "/Tests/"
1717
+                ]
1718
+            },
1719
+            "notification-url": "https://packagist.org/downloads/",
1720
+            "license": [
1721
+                "MIT"
1722
+            ],
1723
+            "authors": [
1724
+                {
1725
+                    "name": "Fabien Potencier",
1726
+                    "email": "fabien@symfony.com"
1727
+                },
1728
+                {
1729
+                    "name": "Symfony Community",
1730
+                    "homepage": "https://symfony.com/contributors"
1731
+                }
1732
+            ],
1733
+            "description": "Symfony HttpKernel Component",
1734
+            "homepage": "https://symfony.com",
1735
+            "time": "2019-07-28T07:10:23+00:00"
1736
+        },
1737
+        {
1738
+            "name": "symfony/mime",
1739
+            "version": "v4.3.3",
1740
+            "source": {
1741
+                "type": "git",
1742
+                "url": "https://github.com/symfony/mime.git",
1743
+                "reference": "6b7148029b1dd5eda1502064f06d01357b7b2d8b"
1744
+            },
1745
+            "dist": {
1746
+                "type": "zip",
1747
+                "url": "https://api.github.com/repos/symfony/mime/zipball/6b7148029b1dd5eda1502064f06d01357b7b2d8b",
1748
+                "reference": "6b7148029b1dd5eda1502064f06d01357b7b2d8b",
1749
+                "shasum": ""
1750
+            },
1751
+            "require": {
1752
+                "php": "^7.1.3",
1753
+                "symfony/polyfill-intl-idn": "^1.10",
1754
+                "symfony/polyfill-mbstring": "^1.0"
1755
+            },
1756
+            "require-dev": {
1757
+                "egulias/email-validator": "^2.0",
1758
+                "symfony/dependency-injection": "~3.4|^4.1"
1759
+            },
1760
+            "type": "library",
1761
+            "extra": {
1762
+                "branch-alias": {
1763
+                    "dev-master": "4.3-dev"
1764
+                }
1765
+            },
1766
+            "autoload": {
1767
+                "psr-4": {
1768
+                    "Symfony\\Component\\Mime\\": ""
1769
+                },
1770
+                "exclude-from-classmap": [
1771
+                    "/Tests/"
1772
+                ]
1773
+            },
1774
+            "notification-url": "https://packagist.org/downloads/",
1775
+            "license": [
1776
+                "MIT"
1777
+            ],
1778
+            "authors": [
1779
+                {
1780
+                    "name": "Fabien Potencier",
1781
+                    "email": "fabien@symfony.com"
1782
+                },
1783
+                {
1784
+                    "name": "Symfony Community",
1785
+                    "homepage": "https://symfony.com/contributors"
1786
+                }
1787
+            ],
1788
+            "description": "A library to manipulate MIME messages",
1789
+            "homepage": "https://symfony.com",
1790
+            "keywords": [
1791
+                "mime",
1792
+                "mime-type"
1793
+            ],
1794
+            "time": "2019-07-19T16:21:19+00:00"
1795
+        },
1796
+        {
1797
+            "name": "symfony/polyfill-intl-idn",
1798
+            "version": "v1.12.0",
1799
+            "source": {
1800
+                "type": "git",
1801
+                "url": "https://github.com/symfony/polyfill-intl-idn.git",
1802
+                "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2"
1803
+            },
1804
+            "dist": {
1805
+                "type": "zip",
1806
+                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6af626ae6fa37d396dc90a399c0ff08e5cfc45b2",
1807
+                "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2",
1808
+                "shasum": ""
1809
+            },
1810
+            "require": {
1811
+                "php": ">=5.3.3",
1812
+                "symfony/polyfill-mbstring": "^1.3",
1813
+                "symfony/polyfill-php72": "^1.9"
1814
+            },
1815
+            "suggest": {
1816
+                "ext-intl": "For best performance"
1817
+            },
1818
+            "type": "library",
1819
+            "extra": {
1820
+                "branch-alias": {
1821
+                    "dev-master": "1.12-dev"
1822
+                }
1823
+            },
1824
+            "autoload": {
1825
+                "psr-4": {
1826
+                    "Symfony\\Polyfill\\Intl\\Idn\\": ""
1827
+                },
1828
+                "files": [
1829
+                    "bootstrap.php"
1830
+                ]
1831
+            },
1832
+            "notification-url": "https://packagist.org/downloads/",
1833
+            "license": [
1834
+                "MIT"
1835
+            ],
1836
+            "authors": [
1837
+                {
1838
+                    "name": "Laurent Bassin",
1839
+                    "email": "laurent@bassin.info"
1840
+                },
1841
+                {
1842
+                    "name": "Symfony Community",
1843
+                    "homepage": "https://symfony.com/contributors"
1844
+                }
1845
+            ],
1846
+            "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
1847
+            "homepage": "https://symfony.com",
1848
+            "keywords": [
1849
+                "compatibility",
1850
+                "idn",
1851
+                "intl",
1852
+                "polyfill",
1853
+                "portable",
1854
+                "shim"
1855
+            ],
1856
+            "time": "2019-08-06T08:03:45+00:00"
1857
+        },
1858
+        {
1859
+            "name": "symfony/polyfill-mbstring",
1860
+            "version": "v1.12.0",
1861
+            "source": {
1862
+                "type": "git",
1863
+                "url": "https://github.com/symfony/polyfill-mbstring.git",
1864
+                "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17"
1865
+            },
1866
+            "dist": {
1867
+                "type": "zip",
1868
+                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17",
1869
+                "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17",
1870
+                "shasum": ""
1871
+            },
1872
+            "require": {
1873
+                "php": ">=5.3.3"
1874
+            },
1875
+            "suggest": {
1876
+                "ext-mbstring": "For best performance"
1877
+            },
1878
+            "type": "library",
1879
+            "extra": {
1880
+                "branch-alias": {
1881
+                    "dev-master": "1.12-dev"
1882
+                }
1883
+            },
1884
+            "autoload": {
1885
+                "psr-4": {
1886
+                    "Symfony\\Polyfill\\Mbstring\\": ""
1887
+                },
1888
+                "files": [
1889
+                    "bootstrap.php"
1890
+                ]
1891
+            },
1892
+            "notification-url": "https://packagist.org/downloads/",
1893
+            "license": [
1894
+                "MIT"
1895
+            ],
1896
+            "authors": [
1897
+                {
1898
+                    "name": "Nicolas Grekas",
1899
+                    "email": "p@tchwork.com"
1900
+                },
1901
+                {
1902
+                    "name": "Symfony Community",
1903
+                    "homepage": "https://symfony.com/contributors"
1904
+                }
1905
+            ],
1906
+            "description": "Symfony polyfill for the Mbstring extension",
1907
+            "homepage": "https://symfony.com",
1908
+            "keywords": [
1909
+                "compatibility",
1910
+                "mbstring",
1911
+                "polyfill",
1912
+                "portable",
1913
+                "shim"
1914
+            ],
1915
+            "time": "2019-08-06T08:03:45+00:00"
1916
+        },
1917
+        {
1918
+            "name": "symfony/polyfill-php72",
1919
+            "version": "v1.12.0",
1920
+            "source": {
1921
+                "type": "git",
1922
+                "url": "https://github.com/symfony/polyfill-php72.git",
1923
+                "reference": "04ce3335667451138df4307d6a9b61565560199e"
1924
+            },
1925
+            "dist": {
1926
+                "type": "zip",
1927
+                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/04ce3335667451138df4307d6a9b61565560199e",
1928
+                "reference": "04ce3335667451138df4307d6a9b61565560199e",
1929
+                "shasum": ""
1930
+            },
1931
+            "require": {
1932
+                "php": ">=5.3.3"
1933
+            },
1934
+            "type": "library",
1935
+            "extra": {
1936
+                "branch-alias": {
1937
+                    "dev-master": "1.12-dev"
1938
+                }
1939
+            },
1940
+            "autoload": {
1941
+                "psr-4": {
1942
+                    "Symfony\\Polyfill\\Php72\\": ""
1943
+                },
1944
+                "files": [
1945
+                    "bootstrap.php"
1946
+                ]
1947
+            },
1948
+            "notification-url": "https://packagist.org/downloads/",
1949
+            "license": [
1950
+                "MIT"
1951
+            ],
1952
+            "authors": [
1953
+                {
1954
+                    "name": "Nicolas Grekas",
1955
+                    "email": "p@tchwork.com"
1956
+                },
1957
+                {
1958
+                    "name": "Symfony Community",
1959
+                    "homepage": "https://symfony.com/contributors"
1960
+                }
1961
+            ],
1962
+            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
1963
+            "homepage": "https://symfony.com",
1964
+            "keywords": [
1965
+                "compatibility",
1966
+                "polyfill",
1967
+                "portable",
1968
+                "shim"
1969
+            ],
1970
+            "time": "2019-08-06T08:03:45+00:00"
1971
+        },
1972
+        {
1973
+            "name": "symfony/polyfill-php73",
1974
+            "version": "v1.12.0",
1975
+            "source": {
1976
+                "type": "git",
1977
+                "url": "https://github.com/symfony/polyfill-php73.git",
1978
+                "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188"
1979
+            },
1980
+            "dist": {
1981
+                "type": "zip",
1982
+                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/2ceb49eaccb9352bff54d22570276bb75ba4a188",
1983
+                "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188",
1984
+                "shasum": ""
1985
+            },
1986
+            "require": {
1987
+                "php": ">=5.3.3"
1988
+            },
1989
+            "type": "library",
1990
+            "extra": {
1991
+                "branch-alias": {
1992
+                    "dev-master": "1.12-dev"
1993
+                }
1994
+            },
1995
+            "autoload": {
1996
+                "psr-4": {
1997
+                    "Symfony\\Polyfill\\Php73\\": ""
1998
+                },
1999
+                "files": [
2000
+                    "bootstrap.php"
2001
+                ],
2002
+                "classmap": [
2003
+                    "Resources/stubs"
2004
+                ]
2005
+            },
2006
+            "notification-url": "https://packagist.org/downloads/",
2007
+            "license": [
2008
+                "MIT"
2009
+            ],
2010
+            "authors": [
2011
+                {
2012
+                    "name": "Nicolas Grekas",
2013
+                    "email": "p@tchwork.com"
2014
+                },
2015
+                {
2016
+                    "name": "Symfony Community",
2017
+                    "homepage": "https://symfony.com/contributors"
2018
+                }
2019
+            ],
2020
+            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
2021
+            "homepage": "https://symfony.com",
2022
+            "keywords": [
2023
+                "compatibility",
2024
+                "polyfill",
2025
+                "portable",
2026
+                "shim"
2027
+            ],
2028
+            "time": "2019-08-06T08:03:45+00:00"
2029
+        },
2030
+        {
2031
+            "name": "symfony/routing",
2032
+            "version": "v4.3.3",
2033
+            "source": {
2034
+                "type": "git",
2035
+                "url": "https://github.com/symfony/routing.git",
2036
+                "reference": "a88c47a5861549f5dc1197660818084c3b67d773"
2037
+            },
2038
+            "dist": {
2039
+                "type": "zip",
2040
+                "url": "https://api.github.com/repos/symfony/routing/zipball/a88c47a5861549f5dc1197660818084c3b67d773",
2041
+                "reference": "a88c47a5861549f5dc1197660818084c3b67d773",
2042
+                "shasum": ""
2043
+            },
2044
+            "require": {
2045
+                "php": "^7.1.3"
2046
+            },
2047
+            "conflict": {
2048
+                "symfony/config": "<4.2",
2049
+                "symfony/dependency-injection": "<3.4",
2050
+                "symfony/yaml": "<3.4"
2051
+            },
2052
+            "require-dev": {
2053
+                "doctrine/annotations": "~1.2",
2054
+                "psr/log": "~1.0",
2055
+                "symfony/config": "~4.2",
2056
+                "symfony/dependency-injection": "~3.4|~4.0",
2057
+                "symfony/expression-language": "~3.4|~4.0",
2058
+                "symfony/http-foundation": "~3.4|~4.0",
2059
+                "symfony/yaml": "~3.4|~4.0"
2060
+            },
2061
+            "suggest": {
2062
+                "doctrine/annotations": "For using the annotation loader",
2063
+                "symfony/config": "For using the all-in-one router or any loader",
2064
+                "symfony/expression-language": "For using expression matching",
2065
+                "symfony/http-foundation": "For using a Symfony Request object",
2066
+                "symfony/yaml": "For using the YAML loader"
2067
+            },
2068
+            "type": "library",
2069
+            "extra": {
2070
+                "branch-alias": {
2071
+                    "dev-master": "4.3-dev"
2072
+                }
2073
+            },
2074
+            "autoload": {
2075
+                "psr-4": {
2076
+                    "Symfony\\Component\\Routing\\": ""
2077
+                },
2078
+                "exclude-from-classmap": [
2079
+                    "/Tests/"
2080
+                ]
2081
+            },
2082
+            "notification-url": "https://packagist.org/downloads/",
2083
+            "license": [
2084
+                "MIT"
2085
+            ],
2086
+            "authors": [
2087
+                {
2088
+                    "name": "Fabien Potencier",
2089
+                    "email": "fabien@symfony.com"
2090
+                },
2091
+                {
2092
+                    "name": "Symfony Community",
2093
+                    "homepage": "https://symfony.com/contributors"
2094
+                }
2095
+            ],
2096
+            "description": "Symfony Routing Component",
2097
+            "homepage": "https://symfony.com",
2098
+            "keywords": [
2099
+                "router",
2100
+                "routing",
2101
+                "uri",
2102
+                "url"
2103
+            ],
2104
+            "time": "2019-07-23T14:43:56+00:00"
2105
+        },
2106
+        {
2107
+            "name": "symfony/service-contracts",
2108
+            "version": "v1.1.5",
2109
+            "source": {
2110
+                "type": "git",
2111
+                "url": "https://github.com/symfony/service-contracts.git",
2112
+                "reference": "f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d"
2113
+            },
2114
+            "dist": {
2115
+                "type": "zip",
2116
+                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d",
2117
+                "reference": "f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d",
2118
+                "shasum": ""
2119
+            },
2120
+            "require": {
2121
+                "php": "^7.1.3",
2122
+                "psr/container": "^1.0"
2123
+            },
2124
+            "suggest": {
2125
+                "symfony/service-implementation": ""
2126
+            },
2127
+            "type": "library",
2128
+            "extra": {
2129
+                "branch-alias": {
2130
+                    "dev-master": "1.1-dev"
2131
+                }
2132
+            },
2133
+            "autoload": {
2134
+                "psr-4": {
2135
+                    "Symfony\\Contracts\\Service\\": ""
2136
+                }
2137
+            },
2138
+            "notification-url": "https://packagist.org/downloads/",
2139
+            "license": [
2140
+                "MIT"
2141
+            ],
2142
+            "authors": [
2143
+                {
2144
+                    "name": "Nicolas Grekas",
2145
+                    "email": "p@tchwork.com"
2146
+                },
2147
+                {
2148
+                    "name": "Symfony Community",
2149
+                    "homepage": "https://symfony.com/contributors"
2150
+                }
2151
+            ],
2152
+            "description": "Generic abstractions related to writing services",
2153
+            "homepage": "https://symfony.com",
2154
+            "keywords": [
2155
+                "abstractions",
2156
+                "contracts",
2157
+                "decoupling",
2158
+                "interfaces",
2159
+                "interoperability",
2160
+                "standards"
2161
+            ],
2162
+            "time": "2019-06-13T11:15:36+00:00"
2163
+        },
2164
+        {
2165
+            "name": "symfony/translation-contracts",
2166
+            "version": "v1.1.5",
2167
+            "source": {
2168
+                "type": "git",
2169
+                "url": "https://github.com/symfony/translation-contracts.git",
2170
+                "reference": "cb4b18ad7b92a26e83b65dde940fab78339e6f3c"
2171
+            },
2172
+            "dist": {
2173
+                "type": "zip",
2174
+                "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/cb4b18ad7b92a26e83b65dde940fab78339e6f3c",
2175
+                "reference": "cb4b18ad7b92a26e83b65dde940fab78339e6f3c",
2176
+                "shasum": ""
2177
+            },
2178
+            "require": {
2179
+                "php": "^7.1.3"
2180
+            },
2181
+            "suggest": {
2182
+                "symfony/translation-implementation": ""
2183
+            },
2184
+            "type": "library",
2185
+            "extra": {
2186
+                "branch-alias": {
2187
+                    "dev-master": "1.1-dev"
2188
+                }
2189
+            },
2190
+            "autoload": {
2191
+                "psr-4": {
2192
+                    "Symfony\\Contracts\\Translation\\": ""
2193
+                }
2194
+            },
2195
+            "notification-url": "https://packagist.org/downloads/",
2196
+            "license": [
2197
+                "MIT"
2198
+            ],
2199
+            "authors": [
2200
+                {
2201
+                    "name": "Nicolas Grekas",
2202
+                    "email": "p@tchwork.com"
2203
+                },
2204
+                {
2205
+                    "name": "Symfony Community",
2206
+                    "homepage": "https://symfony.com/contributors"
2207
+                }
2208
+            ],
2209
+            "description": "Generic abstractions related to translation",
2210
+            "homepage": "https://symfony.com",
2211
+            "keywords": [
2212
+                "abstractions",
2213
+                "contracts",
2214
+                "decoupling",
2215
+                "interfaces",
2216
+                "interoperability",
2217
+                "standards"
2218
+            ],
2219
+            "time": "2019-06-13T11:15:36+00:00"
2220
+        },
2221
+        {
2222
+            "name": "symfony/twig-bridge",
2223
+            "version": "v4.3.3",
2224
+            "source": {
2225
+                "type": "git",
2226
+                "url": "https://github.com/symfony/twig-bridge.git",
2227
+                "reference": "d0827d80581436a7d0f2a86df19e7d2106d1b167"
2228
+            },
2229
+            "dist": {
2230
+                "type": "zip",
2231
+                "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/d0827d80581436a7d0f2a86df19e7d2106d1b167",
2232
+                "reference": "d0827d80581436a7d0f2a86df19e7d2106d1b167",
2233
+                "shasum": ""
2234
+            },
2235
+            "require": {
2236
+                "php": "^7.1.3",
2237
+                "symfony/translation-contracts": "^1.1",
2238
+                "twig/twig": "^1.41|^2.10"
2239
+            },
2240
+            "conflict": {
2241
+                "symfony/console": "<3.4",
2242
+                "symfony/form": "<4.3",
2243
+                "symfony/http-foundation": "<4.3",
2244
+                "symfony/translation": "<4.2",
2245
+                "symfony/workflow": "<4.3"
2246
+            },
2247
+            "require-dev": {
2248
+                "egulias/email-validator": "^2.0",
2249
+                "symfony/asset": "~3.4|~4.0",
2250
+                "symfony/console": "~3.4|~4.0",
2251
+                "symfony/dependency-injection": "~3.4|~4.0",
2252
+                "symfony/expression-language": "~3.4|~4.0",
2253
+                "symfony/finder": "~3.4|~4.0",
2254
+                "symfony/form": "^4.3",
2255
+                "symfony/http-foundation": "~4.3",
2256
+                "symfony/http-kernel": "~3.4|~4.0",
2257
+                "symfony/mime": "~4.3",
2258
+                "symfony/polyfill-intl-icu": "~1.0",
2259
+                "symfony/routing": "~3.4|~4.0",
2260
+                "symfony/security-acl": "~2.8|~3.0",
2261
+                "symfony/security-csrf": "~3.4|~4.0",
2262
+                "symfony/security-http": "~3.4|~4.0",
2263
+                "symfony/stopwatch": "~3.4|~4.0",
2264
+                "symfony/templating": "~3.4|~4.0",
2265
+                "symfony/translation": "^4.2.1",
2266
+                "symfony/var-dumper": "~3.4|~4.0",
2267
+                "symfony/web-link": "~3.4|~4.0",
2268
+                "symfony/workflow": "~4.3",
2269
+                "symfony/yaml": "~3.4|~4.0"
2270
+            },
2271
+            "suggest": {
2272
+                "symfony/asset": "For using the AssetExtension",
2273
+                "symfony/expression-language": "For using the ExpressionExtension",
2274
+                "symfony/finder": "",
2275
+                "symfony/form": "For using the FormExtension",
2276
+                "symfony/http-kernel": "For using the HttpKernelExtension",
2277
+                "symfony/routing": "For using the RoutingExtension",
2278
+                "symfony/security-core": "For using the SecurityExtension",
2279
+                "symfony/security-csrf": "For using the CsrfExtension",
2280
+                "symfony/security-http": "For using the LogoutUrlExtension",
2281
+                "symfony/stopwatch": "For using the StopwatchExtension",
2282
+                "symfony/templating": "For using the TwigEngine",
2283
+                "symfony/translation": "For using the TranslationExtension",
2284
+                "symfony/var-dumper": "For using the DumpExtension",
2285
+                "symfony/web-link": "For using the WebLinkExtension",
2286
+                "symfony/yaml": "For using the YamlExtension"
2287
+            },
2288
+            "type": "symfony-bridge",
2289
+            "extra": {
2290
+                "branch-alias": {
2291
+                    "dev-master": "4.3-dev"
2292
+                }
2293
+            },
2294
+            "autoload": {
2295
+                "psr-4": {
2296
+                    "Symfony\\Bridge\\Twig\\": ""
2297
+                },
2298
+                "exclude-from-classmap": [
2299
+                    "/Tests/"
2300
+                ]
2301
+            },
2302
+            "notification-url": "https://packagist.org/downloads/",
2303
+            "license": [
2304
+                "MIT"
2305
+            ],
2306
+            "authors": [
2307
+                {
2308
+                    "name": "Fabien Potencier",
2309
+                    "email": "fabien@symfony.com"
2310
+                },
2311
+                {
2312
+                    "name": "Symfony Community",
2313
+                    "homepage": "https://symfony.com/contributors"
2314
+                }
2315
+            ],
2316
+            "description": "Symfony Twig Bridge",
2317
+            "homepage": "https://symfony.com",
2318
+            "time": "2019-07-24T19:57:32+00:00"
2319
+        },
2320
+        {
2321
+            "name": "symfony/twig-bundle",
2322
+            "version": "v4.3.3",
2323
+            "source": {
2324
+                "type": "git",
2325
+                "url": "https://github.com/symfony/twig-bundle.git",
2326
+                "reference": "7811b73fbfbb33418a73563558d5c262b1bbfa5d"
2327
+            },
2328
+            "dist": {
2329
+                "type": "zip",
2330
+                "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/7811b73fbfbb33418a73563558d5c262b1bbfa5d",
2331
+                "reference": "7811b73fbfbb33418a73563558d5c262b1bbfa5d",
2332
+                "shasum": ""
2333
+            },
2334
+            "require": {
2335
+                "php": "^7.1.3",
2336
+                "symfony/config": "~4.2",
2337
+                "symfony/debug": "~4.0",
2338
+                "symfony/http-foundation": "~4.3",
2339
+                "symfony/http-kernel": "~4.1",
2340
+                "symfony/polyfill-ctype": "~1.8",
2341
+                "symfony/twig-bridge": "^4.3",
2342
+                "twig/twig": "~1.41|~2.10"
2343
+            },
2344
+            "conflict": {
2345
+                "symfony/dependency-injection": "<4.1",
2346
+                "symfony/framework-bundle": "<4.3",
2347
+                "symfony/translation": "<4.2"
2348
+            },
2349
+            "require-dev": {
2350
+                "doctrine/annotations": "~1.0",
2351
+                "doctrine/cache": "~1.0",
2352
+                "symfony/asset": "~3.4|~4.0",
2353
+                "symfony/dependency-injection": "^4.2.5",
2354
+                "symfony/expression-language": "~3.4|~4.0",
2355
+                "symfony/finder": "~3.4|~4.0",
2356
+                "symfony/form": "~3.4|~4.0",
2357
+                "symfony/framework-bundle": "~4.3",
2358
+                "symfony/routing": "~3.4|~4.0",
2359
+                "symfony/stopwatch": "~3.4|~4.0",
2360
+                "symfony/templating": "~3.4|~4.0",
2361
+                "symfony/translation": "^4.2",
2362
+                "symfony/web-link": "~3.4|~4.0",
2363
+                "symfony/yaml": "~3.4|~4.0"
2364
+            },
2365
+            "type": "symfony-bundle",
2366
+            "extra": {
2367
+                "branch-alias": {
2368
+                    "dev-master": "4.3-dev"
2369
+                }
2370
+            },
2371
+            "autoload": {
2372
+                "psr-4": {
2373
+                    "Symfony\\Bundle\\TwigBundle\\": ""
2374
+                },
2375
+                "exclude-from-classmap": [
2376
+                    "/Tests/"
2377
+                ]
2378
+            },
2379
+            "notification-url": "https://packagist.org/downloads/",
2380
+            "license": [
2381
+                "MIT"
2382
+            ],
2383
+            "authors": [
2384
+                {
2385
+                    "name": "Fabien Potencier",
2386
+                    "email": "fabien@symfony.com"
2387
+                },
2388
+                {
2389
+                    "name": "Symfony Community",
2390
+                    "homepage": "https://symfony.com/contributors"
2391
+                }
2392
+            ],
2393
+            "description": "Symfony TwigBundle",
2394
+            "homepage": "https://symfony.com",
2395
+            "time": "2019-07-19T08:33:28+00:00"
2396
+        },
2397
+        {
2398
+            "name": "symfony/var-exporter",
2399
+            "version": "v4.3.3",
2400
+            "source": {
2401
+                "type": "git",
2402
+                "url": "https://github.com/symfony/var-exporter.git",
2403
+                "reference": "9dee83031dcf6dcb53bb7ec1c51de085329bf5cb"
2404
+            },
2405
+            "dist": {
2406
+                "type": "zip",
2407
+                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/9dee83031dcf6dcb53bb7ec1c51de085329bf5cb",
2408
+                "reference": "9dee83031dcf6dcb53bb7ec1c51de085329bf5cb",
2409
+                "shasum": ""
2410
+            },
2411
+            "require": {
2412
+                "php": "^7.1.3"
2413
+            },
2414
+            "require-dev": {
2415
+                "symfony/var-dumper": "^4.1.1"
2416
+            },
2417
+            "type": "library",
2418
+            "extra": {
2419
+                "branch-alias": {
2420
+                    "dev-master": "4.3-dev"
2421
+                }
2422
+            },
2423
+            "autoload": {
2424
+                "psr-4": {
2425
+                    "Symfony\\Component\\VarExporter\\": ""
2426
+                },
2427
+                "exclude-from-classmap": [
2428
+                    "/Tests/"
2429
+                ]
2430
+            },
2431
+            "notification-url": "https://packagist.org/downloads/",
2432
+            "license": [
2433
+                "MIT"
2434
+            ],
2435
+            "authors": [
2436
+                {
2437
+                    "name": "Nicolas Grekas",
2438
+                    "email": "p@tchwork.com"
2439
+                },
2440
+                {
2441
+                    "name": "Symfony Community",
2442
+                    "homepage": "https://symfony.com/contributors"
2443
+                }
2444
+            ],
2445
+            "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
2446
+            "homepage": "https://symfony.com",
2447
+            "keywords": [
2448
+                "clone",
2449
+                "construct",
2450
+                "export",
2451
+                "hydrate",
2452
+                "instantiate",
2453
+                "serialize"
2454
+            ],
2455
+            "time": "2019-06-22T08:39:44+00:00"
2456
+        },
2457
+        {
2458
+            "name": "symfony/yaml",
2459
+            "version": "v4.3.3",
2460
+            "source": {
2461
+                "type": "git",
2462
+                "url": "https://github.com/symfony/yaml.git",
2463
+                "reference": "34d29c2acd1ad65688f58452fd48a46bd996d5a6"
2464
+            },
2465
+            "dist": {
2466
+                "type": "zip",
2467
+                "url": "https://api.github.com/repos/symfony/yaml/zipball/34d29c2acd1ad65688f58452fd48a46bd996d5a6",
2468
+                "reference": "34d29c2acd1ad65688f58452fd48a46bd996d5a6",
2469
+                "shasum": ""
2470
+            },
2471
+            "require": {
2472
+                "php": "^7.1.3",
2473
+                "symfony/polyfill-ctype": "~1.8"
2474
+            },
2475
+            "conflict": {
2476
+                "symfony/console": "<3.4"
2477
+            },
2478
+            "require-dev": {
2479
+                "symfony/console": "~3.4|~4.0"
2480
+            },
2481
+            "suggest": {
2482
+                "symfony/console": "For validating YAML files using the lint command"
2483
+            },
2484
+            "type": "library",
2485
+            "extra": {
2486
+                "branch-alias": {
2487
+                    "dev-master": "4.3-dev"
2488
+                }
2489
+            },
2490
+            "autoload": {
2491
+                "psr-4": {
2492
+                    "Symfony\\Component\\Yaml\\": ""
2493
+                },
2494
+                "exclude-from-classmap": [
2495
+                    "/Tests/"
2496
+                ]
2497
+            },
2498
+            "notification-url": "https://packagist.org/downloads/",
2499
+            "license": [
2500
+                "MIT"
2501
+            ],
2502
+            "authors": [
2503
+                {
2504
+                    "name": "Fabien Potencier",
2505
+                    "email": "fabien@symfony.com"
2506
+                },
2507
+                {
2508
+                    "name": "Symfony Community",
2509
+                    "homepage": "https://symfony.com/contributors"
2510
+                }
2511
+            ],
2512
+            "description": "Symfony Yaml Component",
2513
+            "homepage": "https://symfony.com",
2514
+            "time": "2019-07-24T14:47:54+00:00"
2515
+        },
2516
+        {
2517
+            "name": "twig/twig",
2518
+            "version": "v2.11.3",
2519
+            "source": {
2520
+                "type": "git",
2521
+                "url": "https://github.com/twigphp/Twig.git",
2522
+                "reference": "699ed2342557c88789a15402de5eb834dedd6792"
2523
+            },
2524
+            "dist": {
2525
+                "type": "zip",
2526
+                "url": "https://api.github.com/repos/twigphp/Twig/zipball/699ed2342557c88789a15402de5eb834dedd6792",
2527
+                "reference": "699ed2342557c88789a15402de5eb834dedd6792",
2528
+                "shasum": ""
2529
+            },
2530
+            "require": {
2531
+                "php": "^7.0",
2532
+                "symfony/polyfill-ctype": "^1.8",
2533
+                "symfony/polyfill-mbstring": "^1.3"
2534
+            },
2535
+            "require-dev": {
2536
+                "psr/container": "^1.0",
2537
+                "symfony/debug": "^2.7",
2538
+                "symfony/phpunit-bridge": "^3.4.19|^4.1.8|^5.0"
2539
+            },
2540
+            "type": "library",
2541
+            "extra": {
2542
+                "branch-alias": {
2543
+                    "dev-master": "2.11-dev"
2544
+                }
2545
+            },
2546
+            "autoload": {
2547
+                "psr-0": {
2548
+                    "Twig_": "lib/"
2549
+                },
2550
+                "psr-4": {
2551
+                    "Twig\\": "src/"
2552
+                }
2553
+            },
2554
+            "notification-url": "https://packagist.org/downloads/",
2555
+            "license": [
2556
+                "BSD-3-Clause"
2557
+            ],
2558
+            "authors": [
2559
+                {
2560
+                    "name": "Fabien Potencier",
2561
+                    "role": "Lead Developer",
2562
+                    "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"
2569
+                },
2570
+                {
2571
+                    "name": "Twig Team",
2572
+                    "role": "Contributors",
2573
+                    "homepage": "https://twig.symfony.com/contributors"
2574
+                }
2575
+            ],
2576
+            "description": "Twig, the flexible, fast, and secure template language for PHP",
2577
+            "homepage": "https://twig.symfony.com",
2578
+            "keywords": [
2579
+                "templating"
2580
+            ],
2581
+            "time": "2019-06-18T15:37:11+00:00"
2582
+        }
2583
+    ],
2584
+    "packages-dev": [],
2585
+    "aliases": [],
2586
+    "minimum-stability": "stable",
2587
+    "stability-flags": [],
2588
+    "prefer-stable": false,
2589
+    "prefer-lowest": false,
2590
+    "platform": {
2591
+        "php": "^7.1.3",
2592
+        "ext-ctype": "*",
2593
+        "ext-iconv": "*"
2594
+    },
2595
+    "platform-dev": []
2596
+}