Passed
Push — master ( 003142...671e26 )
by Dev
03:37
created

composer.lock (2 issues)

Severity
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": "b657dc9f12bd5287df9c9788dc716af0",
8
    "packages": [
9
        {
10
            "name": "behat/transliterator",
11
            "version": "v1.2.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/Behat/Transliterator.git",
15
                "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
20
                "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": ">=5.3.3"
25
            },
26
            "require-dev": {
27
                "chuyskywalker/rolling-curl": "^3.1",
28
                "php-yaoi/php-yaoi": "^1.0"
29
            },
30
            "type": "library",
31
            "extra": {
32
                "branch-alias": {
33
                    "dev-master": "1.2-dev"
34
                }
35
            },
36
            "autoload": {
37
                "psr-0": {
38
                    "Behat\\Transliterator": "src/"
39
                }
40
            },
41
            "notification-url": "https://packagist.org/downloads/",
42
            "license": [
43
                "Artistic-1.0"
44
            ],
45
            "description": "String transliterator",
46
            "keywords": [
47
                "i18n",
48
                "slug",
49
                "transliterator"
50
            ],
51
            "time": "2017-04-04T11:38:05+00:00"
52
        },
53
        {
54
            "name": "cocur/slugify",
55
            "version": "v3.1",
56
            "source": {
57
                "type": "git",
58
                "url": "https://github.com/cocur/slugify.git",
59
                "reference": "b2ccf7b735f4f3df3979aef2e1ebf8e19ca772f7"
60
            },
61
            "dist": {
62
                "type": "zip",
63
                "url": "https://api.github.com/repos/cocur/slugify/zipball/b2ccf7b735f4f3df3979aef2e1ebf8e19ca772f7",
64
                "reference": "b2ccf7b735f4f3df3979aef2e1ebf8e19ca772f7",
65
                "shasum": ""
66
            },
67
            "require": {
68
                "ext-mbstring": "*",
69
                "php": ">=5.5.9"
70
            },
71
            "require-dev": {
72
                "laravel/framework": "~5.1",
73
                "latte/latte": "~2.2",
74
                "league/container": "^2.2.0",
75
                "mikey179/vfsstream": "~1.6",
76
                "mockery/mockery": "~0.9",
77
                "nette/di": "~2.2",
78
                "phpunit/phpunit": "~4.8|~5.2",
79
                "pimple/pimple": "~1.1",
80
                "plumphp/plum": "~0.1",
81
                "silex/silex": "~1.3",
82
                "symfony/config": "~2.4|~3.0",
83
                "symfony/dependency-injection": "~2.4|~3.0",
84
                "symfony/http-kernel": "~2.4|~3.0",
85
                "twig/twig": "~1.26|~2.0",
86
                "zendframework/zend-modulemanager": "~2.2",
87
                "zendframework/zend-servicemanager": "~2.2",
88
                "zendframework/zend-view": "~2.2"
89
            },
90
            "type": "library",
91
            "autoload": {
92
                "psr-4": {
93
                    "Cocur\\Slugify\\": "src"
94
                }
95
            },
96
            "notification-url": "https://packagist.org/downloads/",
97
            "license": [
98
                "MIT"
99
            ],
100
            "authors": [
101
                {
102
                    "name": "Ivo Bathke",
103
                    "email": "[email protected]"
104
                },
105
                {
106
                    "name": "Florian Eckerstorfer",
107
                    "email": "[email protected]",
108
                    "homepage": "https://florian.ec"
109
                }
110
            ],
111
            "description": "Converts a string into a slug.",
112
            "keywords": [
113
                "slug",
114
                "slugify"
115
            ],
116
            "time": "2018-01-22T09:00:48+00:00"
117
        },
118
        {
119
            "name": "doctrine/annotations",
120
            "version": "v1.6.0",
121
            "source": {
122
                "type": "git",
123
                "url": "https://github.com/doctrine/annotations.git",
124
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
125
            },
126
            "dist": {
127
                "type": "zip",
128
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
129
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
130
                "shasum": ""
131
            },
132
            "require": {
133
                "doctrine/lexer": "1.*",
134
                "php": "^7.1"
135
            },
136
            "require-dev": {
137
                "doctrine/cache": "1.*",
138
                "phpunit/phpunit": "^6.4"
139
            },
140
            "type": "library",
141
            "extra": {
142
                "branch-alias": {
143
                    "dev-master": "1.6.x-dev"
144
                }
145
            },
146
            "autoload": {
147
                "psr-4": {
148
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
149
                }
150
            },
151
            "notification-url": "https://packagist.org/downloads/",
152
            "license": [
153
                "MIT"
154
            ],
155
            "authors": [
156
                {
157
                    "name": "Roman Borschel",
158
                    "email": "[email protected]"
159
                },
160
                {
161
                    "name": "Benjamin Eberlei",
162
                    "email": "[email protected]"
163
                },
164
                {
165
                    "name": "Guilherme Blanco",
166
                    "email": "[email protected]"
167
                },
168
                {
169
                    "name": "Jonathan Wage",
170
                    "email": "[email protected]"
171
                },
172
                {
173
                    "name": "Johannes Schmitt",
174
                    "email": "[email protected]"
175
                }
176
            ],
177
            "description": "Docblock Annotations Parser",
178
            "homepage": "http://www.doctrine-project.org",
179
            "keywords": [
180
                "annotations",
181
                "docblock",
182
                "parser"
183
            ],
184
            "time": "2017-12-06T07:11:42+00:00"
185
        },
186
        {
187
            "name": "doctrine/cache",
188
            "version": "v1.8.0",
189
            "source": {
190
                "type": "git",
191
                "url": "https://github.com/doctrine/cache.git",
192
                "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57"
193
            },
194
            "dist": {
195
                "type": "zip",
196
                "url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57",
197
                "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57",
198
                "shasum": ""
199
            },
200
            "require": {
201
                "php": "~7.1"
202
            },
203
            "conflict": {
204
                "doctrine/common": ">2.2,<2.4"
205
            },
206
            "require-dev": {
207
                "alcaeus/mongo-php-adapter": "^1.1",
208
                "doctrine/coding-standard": "^4.0",
209
                "mongodb/mongodb": "^1.1",
210
                "phpunit/phpunit": "^7.0",
211
                "predis/predis": "~1.0"
212
            },
213
            "suggest": {
214
                "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
215
            },
216
            "type": "library",
217
            "extra": {
218
                "branch-alias": {
219
                    "dev-master": "1.8.x-dev"
220
                }
221
            },
222
            "autoload": {
223
                "psr-4": {
224
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
225
                }
226
            },
227
            "notification-url": "https://packagist.org/downloads/",
228
            "license": [
229
                "MIT"
230
            ],
231
            "authors": [
232
                {
233
                    "name": "Roman Borschel",
234
                    "email": "[email protected]"
235
                },
236
                {
237
                    "name": "Benjamin Eberlei",
238
                    "email": "[email protected]"
239
                },
240
                {
241
                    "name": "Guilherme Blanco",
242
                    "email": "[email protected]"
243
                },
244
                {
245
                    "name": "Jonathan Wage",
246
                    "email": "[email protected]"
247
                },
248
                {
249
                    "name": "Johannes Schmitt",
250
                    "email": "[email protected]"
251
                }
252
            ],
253
            "description": "Caching library offering an object-oriented API for many cache backends",
254
            "homepage": "https://www.doctrine-project.org",
255
            "keywords": [
256
                "cache",
257
                "caching"
258
            ],
259
            "time": "2018-08-21T18:01:43+00:00"
260
        },
261
        {
262
            "name": "doctrine/collections",
263
            "version": "v1.5.0",
264
            "source": {
265
                "type": "git",
266
                "url": "https://github.com/doctrine/collections.git",
267
                "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf"
268
            },
269
            "dist": {
270
                "type": "zip",
271
                "url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
272
                "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
273
                "shasum": ""
274
            },
275
            "require": {
276
                "php": "^7.1"
277
            },
278
            "require-dev": {
279
                "doctrine/coding-standard": "~0.1@dev",
280
                "phpunit/phpunit": "^5.7"
281
            },
282
            "type": "library",
283
            "extra": {
284
                "branch-alias": {
285
                    "dev-master": "1.3.x-dev"
286
                }
287
            },
288
            "autoload": {
289
                "psr-0": {
290
                    "Doctrine\\Common\\Collections\\": "lib/"
291
                }
292
            },
293
            "notification-url": "https://packagist.org/downloads/",
294
            "license": [
295
                "MIT"
296
            ],
297
            "authors": [
298
                {
299
                    "name": "Roman Borschel",
300
                    "email": "[email protected]"
301
                },
302
                {
303
                    "name": "Benjamin Eberlei",
304
                    "email": "[email protected]"
305
                },
306
                {
307
                    "name": "Guilherme Blanco",
308
                    "email": "[email protected]"
309
                },
310
                {
311
                    "name": "Jonathan Wage",
312
                    "email": "[email protected]"
313
                },
314
                {
315
                    "name": "Johannes Schmitt",
316
                    "email": "[email protected]"
317
                }
318
            ],
319
            "description": "Collections Abstraction library",
320
            "homepage": "http://www.doctrine-project.org",
321
            "keywords": [
322
                "array",
323
                "collections",
324
                "iterator"
325
            ],
326
            "time": "2017-07-22T10:37:32+00:00"
327
        },
328
        {
329
            "name": "doctrine/common",
330
            "version": "v2.10.0",
331
            "source": {
332
                "type": "git",
333
                "url": "https://github.com/doctrine/common.git",
334
                "reference": "30e33f60f64deec87df728c02b107f82cdafad9d"
335
            },
336
            "dist": {
337
                "type": "zip",
338
                "url": "https://api.github.com/repos/doctrine/common/zipball/30e33f60f64deec87df728c02b107f82cdafad9d",
339
                "reference": "30e33f60f64deec87df728c02b107f82cdafad9d",
340
                "shasum": ""
341
            },
342
            "require": {
343
                "doctrine/annotations": "^1.0",
344
                "doctrine/cache": "^1.0",
345
                "doctrine/collections": "^1.0",
346
                "doctrine/event-manager": "^1.0",
347
                "doctrine/inflector": "^1.0",
348
                "doctrine/lexer": "^1.0",
349
                "doctrine/persistence": "^1.1",
350
                "doctrine/reflection": "^1.0",
351
                "php": "^7.1"
352
            },
353
            "require-dev": {
354
                "doctrine/coding-standard": "^1.0",
355
                "phpunit/phpunit": "^6.3",
356
                "squizlabs/php_codesniffer": "^3.0",
357
                "symfony/phpunit-bridge": "^4.0.5"
358
            },
359
            "type": "library",
360
            "extra": {
361
                "branch-alias": {
362
                    "dev-master": "2.10.x-dev"
363
                }
364
            },
365
            "autoload": {
366
                "psr-4": {
367
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
368
                }
369
            },
370
            "notification-url": "https://packagist.org/downloads/",
371
            "license": [
372
                "MIT"
373
            ],
374
            "authors": [
375
                {
376
                    "name": "Roman Borschel",
377
                    "email": "[email protected]"
378
                },
379
                {
380
                    "name": "Benjamin Eberlei",
381
                    "email": "[email protected]"
382
                },
383
                {
384
                    "name": "Guilherme Blanco",
385
                    "email": "[email protected]"
386
                },
387
                {
388
                    "name": "Jonathan Wage",
389
                    "email": "[email protected]"
390
                },
391
                {
392
                    "name": "Johannes Schmitt",
393
                    "email": "[email protected]"
394
                },
395
                {
396
                    "name": "Marco Pivetta",
397
                    "email": "[email protected]"
398
                }
399
            ],
400
            "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.",
401
            "homepage": "https://www.doctrine-project.org/projects/common.html",
402
            "keywords": [
403
                "common",
404
                "doctrine",
405
                "php"
406
            ],
407
            "time": "2018-11-21T01:24:55+00:00"
408
        },
409
        {
410
            "name": "doctrine/dbal",
411
            "version": "v2.9.0",
412
            "source": {
413
                "type": "git",
414
                "url": "https://github.com/doctrine/dbal.git",
415
                "reference": "21fdabe2fc01e004e1966f200d900554876bc63c"
416
            },
417
            "dist": {
418
                "type": "zip",
419
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/21fdabe2fc01e004e1966f200d900554876bc63c",
420
                "reference": "21fdabe2fc01e004e1966f200d900554876bc63c",
421
                "shasum": ""
422
            },
423
            "require": {
424
                "doctrine/cache": "^1.0",
425
                "doctrine/event-manager": "^1.0",
426
                "ext-pdo": "*",
427
                "php": "^7.1"
428
            },
429
            "require-dev": {
430
                "doctrine/coding-standard": "^5.0",
431
                "jetbrains/phpstorm-stubs": "^2018.1.2",
432
                "phpstan/phpstan": "^0.10.1",
433
                "phpunit/phpunit": "^7.4",
434
                "symfony/console": "^2.0.5|^3.0|^4.0",
435
                "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
436
            },
437
            "suggest": {
438
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
439
            },
440
            "bin": [
441
                "bin/doctrine-dbal"
442
            ],
443
            "type": "library",
444
            "extra": {
445
                "branch-alias": {
446
                    "dev-master": "2.9.x-dev",
447
                    "dev-develop": "3.0.x-dev"
448
                }
449
            },
450
            "autoload": {
451
                "psr-4": {
452
                    "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
453
                }
454
            },
455
            "notification-url": "https://packagist.org/downloads/",
456
            "license": [
457
                "MIT"
458
            ],
459
            "authors": [
460
                {
461
                    "name": "Roman Borschel",
462
                    "email": "[email protected]"
463
                },
464
                {
465
                    "name": "Benjamin Eberlei",
466
                    "email": "[email protected]"
467
                },
468
                {
469
                    "name": "Guilherme Blanco",
470
                    "email": "[email protected]"
471
                },
472
                {
473
                    "name": "Jonathan Wage",
474
                    "email": "[email protected]"
475
                }
476
            ],
477
            "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
478
            "homepage": "https://www.doctrine-project.org/projects/dbal.html",
479
            "keywords": [
480
                "abstraction",
481
                "database",
482
                "dbal",
483
                "mysql",
484
                "persistence",
485
                "pgsql",
486
                "php",
487
                "queryobject"
488
            ],
489
            "time": "2018-12-04T04:39:48+00:00"
490
        },
491
        {
492
            "name": "doctrine/doctrine-bundle",
493
            "version": "1.10.0",
494
            "source": {
495
                "type": "git",
496
                "url": "https://github.com/doctrine/DoctrineBundle.git",
497
                "reference": "82d2c63cd09acbde2332f55d9aa7b28aefe4983d"
498
            },
499
            "dist": {
500
                "type": "zip",
501
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/82d2c63cd09acbde2332f55d9aa7b28aefe4983d",
502
                "reference": "82d2c63cd09acbde2332f55d9aa7b28aefe4983d",
503
                "shasum": ""
504
            },
505
            "require": {
506
                "doctrine/dbal": "^2.5.12",
507
                "doctrine/doctrine-cache-bundle": "~1.2",
508
                "jdorn/sql-formatter": "^1.2.16",
509
                "php": "^5.5.9|^7.0",
510
                "symfony/console": "~2.7|~3.0|~4.0",
511
                "symfony/dependency-injection": "~2.7|~3.0|~4.0",
512
                "symfony/doctrine-bridge": "~2.7|~3.0|~4.0",
513
                "symfony/framework-bundle": "^2.7.22|~3.0|~4.0"
514
            },
515
            "conflict": {
516
                "symfony/http-foundation": "<2.6"
517
            },
518
            "require-dev": {
519
                "doctrine/orm": "~2.4",
520
                "php-coveralls/php-coveralls": "^2.1",
521
                "phpunit/phpunit": "^4.8.36|^5.7|^6.4",
522
                "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
523
                "symfony/property-info": "~2.8|~3.0|~4.0",
524
                "symfony/validator": "~2.7|~3.0|~4.0",
525
                "symfony/web-profiler-bundle": "~2.7|~3.0|~4.0",
526
                "symfony/yaml": "~2.7|~3.0|~4.0",
527
                "twig/twig": "~1.26|~2.0"
528
            },
529
            "suggest": {
530
                "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
531
                "symfony/web-profiler-bundle": "To use the data collector."
532
            },
533
            "type": "symfony-bundle",
534
            "extra": {
535
                "branch-alias": {
536
                    "dev-master": "1.9.x-dev"
537
                }
538
            },
539
            "autoload": {
540
                "psr-4": {
541
                    "Doctrine\\Bundle\\DoctrineBundle\\": ""
542
                }
543
            },
544
            "notification-url": "https://packagist.org/downloads/",
545
            "license": [
546
                "MIT"
547
            ],
548
            "authors": [
549
                {
550
                    "name": "Symfony Community",
551
                    "homepage": "http://symfony.com/contributors"
552
                },
553
                {
554
                    "name": "Benjamin Eberlei",
555
                    "email": "[email protected]"
556
                },
557
                {
558
                    "name": "Doctrine Project",
559
                    "homepage": "http://www.doctrine-project.org/"
560
                },
561
                {
562
                    "name": "Fabien Potencier",
563
                    "email": "[email protected]"
564
                }
565
            ],
566
            "description": "Symfony DoctrineBundle",
567
            "homepage": "http://www.doctrine-project.org",
568
            "keywords": [
569
                "database",
570
                "dbal",
571
                "orm",
572
                "persistence"
573
            ],
574
            "time": "2018-11-30T13:53:17+00:00"
575
        },
576
        {
577
            "name": "doctrine/doctrine-cache-bundle",
578
            "version": "1.3.5",
579
            "source": {
580
                "type": "git",
581
                "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
582
                "reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927"
583
            },
584
            "dist": {
585
                "type": "zip",
586
                "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/5514c90d9fb595e1095e6d66ebb98ce9ef049927",
587
                "reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927",
588
                "shasum": ""
589
            },
590
            "require": {
591
                "doctrine/cache": "^1.4.2",
592
                "doctrine/inflector": "~1.0",
593
                "php": ">=5.3.2",
594
                "symfony/doctrine-bridge": "~2.7|~3.3|~4.0"
595
            },
596
            "require-dev": {
597
                "instaclick/coding-standard": "~1.1",
598
                "instaclick/object-calisthenics-sniffs": "dev-master",
599
                "instaclick/symfony2-coding-standard": "dev-remaster",
600
                "phpunit/phpunit": "~4.8.36|~5.6|~6.5|~7.0",
601
                "predis/predis": "~0.8",
602
                "satooshi/php-coveralls": "^1.0",
603
                "squizlabs/php_codesniffer": "~1.5",
604
                "symfony/console": "~2.7|~3.3|~4.0",
605
                "symfony/finder": "~2.7|~3.3|~4.0",
606
                "symfony/framework-bundle": "~2.7|~3.3|~4.0",
607
                "symfony/phpunit-bridge": "~2.7|~3.3|~4.0",
608
                "symfony/security-acl": "~2.7|~3.3",
609
                "symfony/validator": "~2.7|~3.3|~4.0",
610
                "symfony/yaml": "~2.7|~3.3|~4.0"
611
            },
612
            "suggest": {
613
                "symfony/security-acl": "For using this bundle to cache ACLs"
614
            },
615
            "type": "symfony-bundle",
616
            "extra": {
617
                "branch-alias": {
618
                    "dev-master": "1.3.x-dev"
619
                }
620
            },
621
            "autoload": {
622
                "psr-4": {
623
                    "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
624
                },
625
                "exclude-from-classmap": [
626
                    "/Tests/"
627
                ]
628
            },
629
            "notification-url": "https://packagist.org/downloads/",
630
            "license": [
631
                "MIT"
632
            ],
633
            "authors": [
634
                {
635
                    "name": "Symfony Community",
636
                    "homepage": "http://symfony.com/contributors"
637
                },
638
                {
639
                    "name": "Benjamin Eberlei",
640
                    "email": "[email protected]"
641
                },
642
                {
643
                    "name": "Fabio B. Silva",
644
                    "email": "[email protected]"
645
                },
646
                {
647
                    "name": "Guilherme Blanco",
648
                    "email": "[email protected]"
649
                },
650
                {
651
                    "name": "Doctrine Project",
652
                    "homepage": "http://www.doctrine-project.org/"
653
                },
654
                {
655
                    "name": "Fabien Potencier",
656
                    "email": "[email protected]"
657
                }
658
            ],
659
            "description": "Symfony Bundle for Doctrine Cache",
660
            "homepage": "https://www.doctrine-project.org",
661
            "keywords": [
662
                "cache",
663
                "caching"
664
            ],
665
            "time": "2018-11-09T06:25:35+00:00"
666
        },
667
        {
668
            "name": "doctrine/doctrine-migrations-bundle",
669
            "version": "v1.3.2",
670
            "source": {
671
                "type": "git",
672
                "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
673
                "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce"
674
            },
675
            "dist": {
676
                "type": "zip",
677
                "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/49fa399181db4bf4f9f725126bd1cb65c4398dce",
678
                "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce",
679
                "shasum": ""
680
            },
681
            "require": {
682
                "doctrine/doctrine-bundle": "~1.0",
683
                "doctrine/migrations": "^1.1",
684
                "php": ">=5.4.0",
685
                "symfony/framework-bundle": "~2.7|~3.3|~4.0"
686
            },
687
            "require-dev": {
688
                "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^7.4"
689
            },
690
            "type": "symfony-bundle",
691
            "extra": {
692
                "branch-alias": {
693
                    "dev-master": "1.3-dev"
694
                }
695
            },
696
            "autoload": {
697
                "psr-4": {
698
                    "Doctrine\\Bundle\\MigrationsBundle\\": ""
699
                }
700
            },
701
            "notification-url": "https://packagist.org/downloads/",
702
            "license": [
703
                "MIT"
704
            ],
705
            "authors": [
706
                {
707
                    "name": "Symfony Community",
708
                    "homepage": "http://symfony.com/contributors"
709
                },
710
                {
711
                    "name": "Doctrine Project",
712
                    "homepage": "http://www.doctrine-project.org"
713
                },
714
                {
715
                    "name": "Fabien Potencier",
716
                    "email": "[email protected]"
717
                }
718
            ],
719
            "description": "Symfony DoctrineMigrationsBundle",
720
            "homepage": "http://www.doctrine-project.org",
721
            "keywords": [
722
                "dbal",
723
                "migrations",
724
                "schema"
725
            ],
726
            "time": "2018-12-03T11:55:33+00:00"
727
        },
728
        {
729
            "name": "doctrine/event-manager",
730
            "version": "v1.0.0",
731
            "source": {
732
                "type": "git",
733
                "url": "https://github.com/doctrine/event-manager.git",
734
                "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3"
735
            },
736
            "dist": {
737
                "type": "zip",
738
                "url": "https://api.github.com/repos/doctrine/event-manager/zipball/a520bc093a0170feeb6b14e9d83f3a14452e64b3",
739
                "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3",
740
                "shasum": ""
741
            },
742
            "require": {
743
                "php": "^7.1"
744
            },
745
            "conflict": {
746
                "doctrine/common": "<2.9@dev"
747
            },
748
            "require-dev": {
749
                "doctrine/coding-standard": "^4.0",
750
                "phpunit/phpunit": "^7.0"
751
            },
752
            "type": "library",
753
            "extra": {
754
                "branch-alias": {
755
                    "dev-master": "1.0.x-dev"
756
                }
757
            },
758
            "autoload": {
759
                "psr-4": {
760
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
761
                }
762
            },
763
            "notification-url": "https://packagist.org/downloads/",
764
            "license": [
765
                "MIT"
766
            ],
767
            "authors": [
768
                {
769
                    "name": "Roman Borschel",
770
                    "email": "[email protected]"
771
                },
772
                {
773
                    "name": "Benjamin Eberlei",
774
                    "email": "[email protected]"
775
                },
776
                {
777
                    "name": "Guilherme Blanco",
778
                    "email": "[email protected]"
779
                },
780
                {
781
                    "name": "Jonathan Wage",
782
                    "email": "[email protected]"
783
                },
784
                {
785
                    "name": "Johannes Schmitt",
786
                    "email": "[email protected]"
787
                },
788
                {
789
                    "name": "Marco Pivetta",
790
                    "email": "[email protected]"
791
                }
792
            ],
793
            "description": "Doctrine Event Manager component",
794
            "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
795
            "keywords": [
796
                "event",
797
                "eventdispatcher",
798
                "eventmanager"
799
            ],
800
            "time": "2018-06-11T11:59:03+00:00"
801
        },
802
        {
803
            "name": "doctrine/inflector",
804
            "version": "v1.3.0",
805
            "source": {
806
                "type": "git",
807
                "url": "https://github.com/doctrine/inflector.git",
808
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
809
            },
810
            "dist": {
811
                "type": "zip",
812
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
813
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
814
                "shasum": ""
815
            },
816
            "require": {
817
                "php": "^7.1"
818
            },
819
            "require-dev": {
820
                "phpunit/phpunit": "^6.2"
821
            },
822
            "type": "library",
823
            "extra": {
824
                "branch-alias": {
825
                    "dev-master": "1.3.x-dev"
826
                }
827
            },
828
            "autoload": {
829
                "psr-4": {
830
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
831
                }
832
            },
833
            "notification-url": "https://packagist.org/downloads/",
834
            "license": [
835
                "MIT"
836
            ],
837
            "authors": [
838
                {
839
                    "name": "Roman Borschel",
840
                    "email": "[email protected]"
841
                },
842
                {
843
                    "name": "Benjamin Eberlei",
844
                    "email": "[email protected]"
845
                },
846
                {
847
                    "name": "Guilherme Blanco",
848
                    "email": "[email protected]"
849
                },
850
                {
851
                    "name": "Jonathan Wage",
852
                    "email": "[email protected]"
853
                },
854
                {
855
                    "name": "Johannes Schmitt",
856
                    "email": "[email protected]"
857
                }
858
            ],
859
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
860
            "homepage": "http://www.doctrine-project.org",
861
            "keywords": [
862
                "inflection",
863
                "pluralize",
864
                "singularize",
865
                "string"
866
            ],
867
            "time": "2018-01-09T20:05:19+00:00"
868
        },
869
        {
870
            "name": "doctrine/instantiator",
871
            "version": "1.1.0",
872
            "source": {
873
                "type": "git",
874
                "url": "https://github.com/doctrine/instantiator.git",
875
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
876
            },
877
            "dist": {
878
                "type": "zip",
879
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
880
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
881
                "shasum": ""
882
            },
883
            "require": {
884
                "php": "^7.1"
885
            },
886
            "require-dev": {
887
                "athletic/athletic": "~0.1.8",
888
                "ext-pdo": "*",
889
                "ext-phar": "*",
890
                "phpunit/phpunit": "^6.2.3",
891
                "squizlabs/php_codesniffer": "^3.0.2"
892
            },
893
            "type": "library",
894
            "extra": {
895
                "branch-alias": {
896
                    "dev-master": "1.2.x-dev"
897
                }
898
            },
899
            "autoload": {
900
                "psr-4": {
901
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
902
                }
903
            },
904
            "notification-url": "https://packagist.org/downloads/",
905
            "license": [
906
                "MIT"
907
            ],
908
            "authors": [
909
                {
910
                    "name": "Marco Pivetta",
911
                    "email": "[email protected]",
912
                    "homepage": "http://ocramius.github.com/"
913
                }
914
            ],
915
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
916
            "homepage": "https://github.com/doctrine/instantiator",
917
            "keywords": [
918
                "constructor",
919
                "instantiate"
920
            ],
921
            "time": "2017-07-22T11:58:36+00:00"
922
        },
923
        {
924
            "name": "doctrine/lexer",
925
            "version": "v1.0.1",
926
            "source": {
927
                "type": "git",
928
                "url": "https://github.com/doctrine/lexer.git",
929
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
930
            },
931
            "dist": {
932
                "type": "zip",
933
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
934
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
935
                "shasum": ""
936
            },
937
            "require": {
938
                "php": ">=5.3.2"
939
            },
940
            "type": "library",
941
            "extra": {
942
                "branch-alias": {
943
                    "dev-master": "1.0.x-dev"
944
                }
945
            },
946
            "autoload": {
947
                "psr-0": {
948
                    "Doctrine\\Common\\Lexer\\": "lib/"
949
                }
950
            },
951
            "notification-url": "https://packagist.org/downloads/",
952
            "license": [
953
                "MIT"
954
            ],
955
            "authors": [
956
                {
957
                    "name": "Roman Borschel",
958
                    "email": "[email protected]"
959
                },
960
                {
961
                    "name": "Guilherme Blanco",
962
                    "email": "[email protected]"
963
                },
964
                {
965
                    "name": "Johannes Schmitt",
966
                    "email": "[email protected]"
967
                }
968
            ],
969
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
970
            "homepage": "http://www.doctrine-project.org",
971
            "keywords": [
972
                "lexer",
973
                "parser"
974
            ],
975
            "time": "2014-09-09T13:34:57+00:00"
976
        },
977
        {
978
            "name": "doctrine/migrations",
979
            "version": "v1.8.1",
980
            "source": {
981
                "type": "git",
982
                "url": "https://github.com/doctrine/migrations.git",
983
                "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6"
984
            },
985
            "dist": {
986
                "type": "zip",
987
                "url": "https://api.github.com/repos/doctrine/migrations/zipball/215438c0eef3e5f9b7da7d09c6b90756071b43e6",
988
                "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6",
989
                "shasum": ""
990
            },
991
            "require": {
992
                "doctrine/dbal": "~2.6",
993
                "ocramius/proxy-manager": "^1.0|^2.0",
994
                "php": "^7.1",
995
                "symfony/console": "~3.3|^4.0"
996
            },
997
            "require-dev": {
998
                "doctrine/coding-standard": "^1.0",
999
                "doctrine/orm": "~2.5",
1000
                "jdorn/sql-formatter": "~1.1",
1001
                "mikey179/vfsstream": "^1.6",
1002
                "phpunit/phpunit": "~7.0",
1003
                "squizlabs/php_codesniffer": "^3.0",
1004
                "symfony/yaml": "~3.3|^4.0"
1005
            },
1006
            "suggest": {
1007
                "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command.",
1008
                "symfony/yaml": "Allows the use of yaml for migration configuration files."
1009
            },
1010
            "bin": [
1011
                "bin/doctrine-migrations"
1012
            ],
1013
            "type": "library",
1014
            "extra": {
1015
                "branch-alias": {
1016
                    "dev-master": "v1.8.x-dev"
1017
                }
1018
            },
1019
            "autoload": {
1020
                "psr-4": {
1021
                    "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations",
1022
                    "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
1023
                }
1024
            },
1025
            "notification-url": "https://packagist.org/downloads/",
1026
            "license": [
1027
                "MIT"
1028
            ],
1029
            "authors": [
1030
                {
1031
                    "name": "Benjamin Eberlei",
1032
                    "email": "[email protected]"
1033
                },
1034
                {
1035
                    "name": "Jonathan Wage",
1036
                    "email": "[email protected]"
1037
                },
1038
                {
1039
                    "name": "Michael Simonson",
1040
                    "email": "[email protected]"
1041
                }
1042
            ],
1043
            "description": "Database Schema migrations using Doctrine DBAL",
1044
            "homepage": "https://www.doctrine-project.org/projects/migrations.html",
1045
            "keywords": [
1046
                "database",
1047
                "migrations"
1048
            ],
1049
            "time": "2018-06-06T21:00:30+00:00"
1050
        },
1051
        {
1052
            "name": "doctrine/orm",
1053
            "version": "v2.6.3",
1054
            "source": {
1055
                "type": "git",
1056
                "url": "https://github.com/doctrine/doctrine2.git",
1057
                "reference": "434820973cadf2da2d66e7184be370084cc32ca8"
1058
            },
1059
            "dist": {
1060
                "type": "zip",
1061
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/434820973cadf2da2d66e7184be370084cc32ca8",
1062
                "reference": "434820973cadf2da2d66e7184be370084cc32ca8",
1063
                "shasum": ""
1064
            },
1065
            "require": {
1066
                "doctrine/annotations": "~1.5",
1067
                "doctrine/cache": "~1.6",
1068
                "doctrine/collections": "^1.4",
1069
                "doctrine/common": "^2.7.1",
1070
                "doctrine/dbal": "^2.6",
1071
                "doctrine/instantiator": "~1.1",
1072
                "ext-pdo": "*",
1073
                "php": "^7.1",
1074
                "symfony/console": "~3.0|~4.0"
1075
            },
1076
            "require-dev": {
1077
                "doctrine/coding-standard": "^1.0",
1078
                "phpunit/phpunit": "^6.5",
1079
                "squizlabs/php_codesniffer": "^3.2",
1080
                "symfony/yaml": "~3.4|~4.0"
1081
            },
1082
            "suggest": {
1083
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1084
            },
1085
            "bin": [
1086
                "bin/doctrine"
1087
            ],
1088
            "type": "library",
1089
            "extra": {
1090
                "branch-alias": {
1091
                    "dev-master": "2.6.x-dev"
1092
                }
1093
            },
1094
            "autoload": {
1095
                "psr-4": {
1096
                    "Doctrine\\ORM\\": "lib/Doctrine/ORM"
1097
                }
1098
            },
1099
            "notification-url": "https://packagist.org/downloads/",
1100
            "license": [
1101
                "MIT"
1102
            ],
1103
            "authors": [
1104
                {
1105
                    "name": "Roman Borschel",
1106
                    "email": "[email protected]"
1107
                },
1108
                {
1109
                    "name": "Benjamin Eberlei",
1110
                    "email": "[email protected]"
1111
                },
1112
                {
1113
                    "name": "Guilherme Blanco",
1114
                    "email": "[email protected]"
1115
                },
1116
                {
1117
                    "name": "Jonathan Wage",
1118
                    "email": "[email protected]"
1119
                },
1120
                {
1121
                    "name": "Marco Pivetta",
1122
                    "email": "[email protected]"
1123
                }
1124
            ],
1125
            "description": "Object-Relational-Mapper for PHP",
1126
            "homepage": "http://www.doctrine-project.org",
1127
            "keywords": [
1128
                "database",
1129
                "orm"
1130
            ],
1131
            "time": "2018-11-20T23:46:46+00:00"
1132
        },
1133
        {
1134
            "name": "doctrine/persistence",
1135
            "version": "v1.1.0",
1136
            "source": {
1137
                "type": "git",
1138
                "url": "https://github.com/doctrine/persistence.git",
1139
                "reference": "c0f1c17602afc18b4cbd8e1c8125f264c9cf7d38"
1140
            },
1141
            "dist": {
1142
                "type": "zip",
1143
                "url": "https://api.github.com/repos/doctrine/persistence/zipball/c0f1c17602afc18b4cbd8e1c8125f264c9cf7d38",
1144
                "reference": "c0f1c17602afc18b4cbd8e1c8125f264c9cf7d38",
1145
                "shasum": ""
1146
            },
1147
            "require": {
1148
                "doctrine/annotations": "^1.0",
1149
                "doctrine/cache": "^1.0",
1150
                "doctrine/collections": "^1.0",
1151
                "doctrine/event-manager": "^1.0",
1152
                "doctrine/reflection": "^1.0",
1153
                "php": "^7.1"
1154
            },
1155
            "conflict": {
1156
                "doctrine/common": "<2.10@dev"
1157
            },
1158
            "require-dev": {
1159
                "doctrine/coding-standard": "^5.0",
1160
                "phpstan/phpstan": "^0.8",
1161
                "phpunit/phpunit": "^7.0"
1162
            },
1163
            "type": "library",
1164
            "extra": {
1165
                "branch-alias": {
1166
                    "dev-master": "1.1.x-dev"
1167
                }
1168
            },
1169
            "autoload": {
1170
                "psr-4": {
1171
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
1172
                }
1173
            },
1174
            "notification-url": "https://packagist.org/downloads/",
1175
            "license": [
1176
                "MIT"
1177
            ],
1178
            "authors": [
1179
                {
1180
                    "name": "Roman Borschel",
1181
                    "email": "[email protected]"
1182
                },
1183
                {
1184
                    "name": "Benjamin Eberlei",
1185
                    "email": "[email protected]"
1186
                },
1187
                {
1188
                    "name": "Guilherme Blanco",
1189
                    "email": "[email protected]"
1190
                },
1191
                {
1192
                    "name": "Jonathan Wage",
1193
                    "email": "[email protected]"
1194
                },
1195
                {
1196
                    "name": "Johannes Schmitt",
1197
                    "email": "[email protected]"
1198
                },
1199
                {
1200
                    "name": "Marco Pivetta",
1201
                    "email": "[email protected]"
1202
                }
1203
            ],
1204
            "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
1205
            "homepage": "https://doctrine-project.org/projects/persistence.html",
1206
            "keywords": [
1207
                "mapper",
1208
                "object",
1209
                "odm",
1210
                "orm",
1211
                "persistence"
1212
            ],
1213
            "time": "2018-11-21T00:33:13+00:00"
1214
        },
1215
        {
1216
            "name": "doctrine/reflection",
1217
            "version": "v1.0.0",
1218
            "source": {
1219
                "type": "git",
1220
                "url": "https://github.com/doctrine/reflection.git",
1221
                "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6"
1222
            },
1223
            "dist": {
1224
                "type": "zip",
1225
                "url": "https://api.github.com/repos/doctrine/reflection/zipball/02538d3f95e88eb397a5f86274deb2c6175c2ab6",
1226
                "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6",
1227
                "shasum": ""
1228
            },
1229
            "require": {
1230
                "doctrine/annotations": "^1.0",
1231
                "ext-tokenizer": "*",
1232
                "php": "^7.1"
1233
            },
1234
            "require-dev": {
1235
                "doctrine/coding-standard": "^4.0",
1236
                "doctrine/common": "^2.8",
1237
                "phpstan/phpstan": "^0.9.2",
1238
                "phpstan/phpstan-phpunit": "^0.9.4",
1239
                "phpunit/phpunit": "^7.0",
1240
                "squizlabs/php_codesniffer": "^3.0"
1241
            },
1242
            "type": "library",
1243
            "extra": {
1244
                "branch-alias": {
1245
                    "dev-master": "1.0.x-dev"
1246
                }
1247
            },
1248
            "autoload": {
1249
                "psr-4": {
1250
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
1251
                }
1252
            },
1253
            "notification-url": "https://packagist.org/downloads/",
1254
            "license": [
1255
                "MIT"
1256
            ],
1257
            "authors": [
1258
                {
1259
                    "name": "Roman Borschel",
1260
                    "email": "[email protected]"
1261
                },
1262
                {
1263
                    "name": "Benjamin Eberlei",
1264
                    "email": "[email protected]"
1265
                },
1266
                {
1267
                    "name": "Guilherme Blanco",
1268
                    "email": "[email protected]"
1269
                },
1270
                {
1271
                    "name": "Jonathan Wage",
1272
                    "email": "[email protected]"
1273
                },
1274
                {
1275
                    "name": "Johannes Schmitt",
1276
                    "email": "[email protected]"
1277
                },
1278
                {
1279
                    "name": "Marco Pivetta",
1280
                    "email": "[email protected]"
1281
                }
1282
            ],
1283
            "description": "Doctrine Reflection component",
1284
            "homepage": "https://www.doctrine-project.org/projects/reflection.html",
1285
            "keywords": [
1286
                "reflection"
1287
            ],
1288
            "time": "2018-06-14T14:45:07+00:00"
1289
        },
1290
        {
1291
            "name": "dpolac/dictionary",
1292
            "version": "v1.0.0",
1293
            "source": {
1294
                "type": "git",
1295
                "url": "https://github.com/dpolac/dictionary.git",
1296
                "reference": "7078d8bfe47cfcb11882140f5dbd7c106c1906e6"
1297
            },
1298
            "dist": {
1299
                "type": "zip",
1300
                "url": "https://api.github.com/repos/dpolac/dictionary/zipball/7078d8bfe47cfcb11882140f5dbd7c106c1906e6",
1301
                "reference": "7078d8bfe47cfcb11882140f5dbd7c106c1906e6",
1302
                "shasum": ""
1303
            },
1304
            "require": {
1305
                "ext-spl": "*",
1306
                "php": "^5.4 || ^7.0"
1307
            },
1308
            "type": "library",
1309
            "autoload": {
1310
                "psr-4": {
1311
                    "DPolac\\": ""
1312
                },
1313
                "exclude-from-classmap": [
1314
                    "/Tests/"
1315
                ]
1316
            },
1317
            "notification-url": "https://packagist.org/downloads/",
1318
            "license": [
1319
                "MIT"
1320
            ],
1321
            "authors": [
1322
                {
1323
                    "name": "Damian Polac",
1324
                    "email": "[email protected]"
1325
                }
1326
            ],
1327
            "description": "Collection indexed with objects and scalars",
1328
            "keywords": [
1329
                "SplObjectStorage",
1330
                "array",
1331
                "dictionary",
1332
                "hash"
1333
            ],
1334
            "time": "2016-06-05T18:29:47+00:00"
1335
        },
1336
        {
1337
            "name": "dpolac/twig-lambda",
1338
            "version": "v1.0.0",
1339
            "source": {
1340
                "type": "git",
1341
                "url": "https://github.com/dpolac/twig-lambda.git",
1342
                "reference": "9138b853dd786e1646870c409cc26f379e2b0b8a"
1343
            },
1344
            "dist": {
1345
                "type": "zip",
1346
                "url": "https://api.github.com/repos/dpolac/twig-lambda/zipball/9138b853dd786e1646870c409cc26f379e2b0b8a",
1347
                "reference": "9138b853dd786e1646870c409cc26f379e2b0b8a",
1348
                "shasum": ""
1349
            },
1350
            "require": {
1351
                "dpolac/dictionary": "^1.0",
1352
                "php": "^5.6 || ^7.0",
1353
                "twig/twig": "^1.0 || ^2.0"
1354
            },
1355
            "require-dev": {
1356
                "phpunit/phpunit": "~5.0"
1357
            },
1358
            "type": "library",
1359
            "autoload": {
1360
                "psr-4": {
1361
                    "DPolac\\TwigLambda\\": ""
1362
                },
1363
                "exclude-from-classmap": [
1364
                    "/Tests/"
1365
                ]
1366
            },
1367
            "notification-url": "https://packagist.org/downloads/",
1368
            "license": [
1369
                "MIT"
1370
            ],
1371
            "authors": [
1372
                {
1373
                    "name": "Damian Polac",
1374
                    "email": "[email protected]"
1375
                }
1376
            ],
1377
            "description": "Lambda expressions for Twig and filters that make use of them",
1378
            "keywords": [
1379
                "filter",
1380
                "function",
1381
                "functional",
1382
                "group",
1383
                "lambda",
1384
                "map",
1385
                "sort",
1386
                "unique"
1387
            ],
1388
            "time": "2018-06-06T16:44:04+00:00"
1389
        },
1390
        {
1391
            "name": "egulias/email-validator",
1392
            "version": "2.1.7",
1393
            "source": {
1394
                "type": "git",
1395
                "url": "https://github.com/egulias/EmailValidator.git",
1396
                "reference": "709f21f92707308cdf8f9bcfa1af4cb26586521e"
1397
            },
1398
            "dist": {
1399
                "type": "zip",
1400
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/709f21f92707308cdf8f9bcfa1af4cb26586521e",
1401
                "reference": "709f21f92707308cdf8f9bcfa1af4cb26586521e",
1402
                "shasum": ""
1403
            },
1404
            "require": {
1405
                "doctrine/lexer": "^1.0.1",
1406
                "php": ">= 5.5"
1407
            },
1408
            "require-dev": {
1409
                "dominicsayers/isemail": "dev-master",
1410
                "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
1411
                "satooshi/php-coveralls": "^1.0.1"
1412
            },
1413
            "suggest": {
1414
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
1415
            },
1416
            "type": "library",
1417
            "extra": {
1418
                "branch-alias": {
1419
                    "dev-master": "2.0.x-dev"
1420
                }
1421
            },
1422
            "autoload": {
1423
                "psr-4": {
1424
                    "Egulias\\EmailValidator\\": "EmailValidator"
1425
                }
1426
            },
1427
            "notification-url": "https://packagist.org/downloads/",
1428
            "license": [
1429
                "MIT"
1430
            ],
1431
            "authors": [
1432
                {
1433
                    "name": "Eduardo Gulias Davis"
1434
                }
1435
            ],
1436
            "description": "A library for validating emails against several RFCs",
1437
            "homepage": "https://github.com/egulias/EmailValidator",
1438
            "keywords": [
1439
                "email",
1440
                "emailvalidation",
1441
                "emailvalidator",
1442
                "validation",
1443
                "validator"
1444
            ],
1445
            "time": "2018-12-04T22:38:24+00:00"
1446
        },
1447
        {
1448
            "name": "fig/link-util",
1449
            "version": "1.0.0",
1450
            "source": {
1451
                "type": "git",
1452
                "url": "https://github.com/php-fig/link-util.git",
1453
                "reference": "1a07821801a148be4add11ab0603e4af55a72fac"
1454
            },
1455
            "dist": {
1456
                "type": "zip",
1457
                "url": "https://api.github.com/repos/php-fig/link-util/zipball/1a07821801a148be4add11ab0603e4af55a72fac",
1458
                "reference": "1a07821801a148be4add11ab0603e4af55a72fac",
1459
                "shasum": ""
1460
            },
1461
            "require": {
1462
                "php": ">=5.5.0",
1463
                "psr/link": "~1.0@dev"
1464
            },
1465
            "require-dev": {
1466
                "phpunit/phpunit": "^5.1",
1467
                "squizlabs/php_codesniffer": "^2.3.1"
1468
            },
1469
            "type": "library",
1470
            "extra": {
1471
                "branch-alias": {
1472
                    "dev-master": "1.0.x-dev"
1473
                }
1474
            },
1475
            "autoload": {
1476
                "psr-4": {
1477
                    "Fig\\Link\\": "src/"
1478
                }
1479
            },
1480
            "notification-url": "https://packagist.org/downloads/",
1481
            "license": [
1482
                "MIT"
1483
            ],
1484
            "authors": [
1485
                {
1486
                    "name": "PHP-FIG",
1487
                    "homepage": "http://www.php-fig.org/"
1488
                }
1489
            ],
1490
            "description": "Common utility implementations for HTTP links",
1491
            "keywords": [
1492
                "http",
1493
                "http-link",
1494
                "link",
1495
                "psr",
1496
                "psr-13",
1497
                "rest"
1498
            ],
1499
            "time": "2016-10-17T18:31:11+00:00"
1500
        },
1501
        {
1502
            "name": "friendsofsymfony/user-bundle",
1503
            "version": "v2.1.2",
1504
            "source": {
1505
                "type": "git",
1506
                "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
1507
                "reference": "1049935edd24ec305cc6cfde1875372fa9600446"
1508
            },
1509
            "dist": {
1510
                "type": "zip",
1511
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/1049935edd24ec305cc6cfde1875372fa9600446",
1512
                "reference": "1049935edd24ec305cc6cfde1875372fa9600446",
1513
                "shasum": ""
1514
            },
1515
            "require": {
1516
                "paragonie/random_compat": "^1 || ^2",
1517
                "php": "^5.5.9 || ^7.0",
1518
                "symfony/form": "^2.8 || ^3.0 || ^4.0",
1519
                "symfony/framework-bundle": "^2.8 || ^3.0 || ^4.0",
1520
                "symfony/security-bundle": "^2.8 || ^3.0 || ^4.0",
1521
                "symfony/templating": "^2.8 || ^3.0 || ^4.0",
1522
                "symfony/twig-bundle": "^2.8 || ^3.0 || ^4.0",
1523
                "symfony/validator": "^2.8 || ^3.0 || ^4.0",
1524
                "twig/twig": "^1.28 || ^2.0"
1525
            },
1526
            "conflict": {
1527
                "doctrine/doctrine-bundle": "<1.3",
1528
                "symfony/doctrine-bridge": "<2.7"
1529
            },
1530
            "require-dev": {
1531
                "doctrine/doctrine-bundle": "^1.3",
1532
                "friendsofphp/php-cs-fixer": "^2.2",
1533
                "phpunit/phpunit": "^4.8.35|^5.7.11|^6.5",
1534
                "swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0",
1535
                "symfony/console": "^2.8 || ^3.0 || ^4.0",
1536
                "symfony/phpunit-bridge": "^2.8 || ^3.0 || ^4.0",
1537
                "symfony/yaml": "^2.8 || ^3.0 || ^4.0"
1538
            },
1539
            "type": "symfony-bundle",
1540
            "extra": {
1541
                "branch-alias": {
1542
                    "dev-master": "2.1.x-dev"
1543
                }
1544
            },
1545
            "autoload": {
1546
                "psr-4": {
1547
                    "FOS\\UserBundle\\": ""
1548
                },
1549
                "exclude-from-classmap": [
1550
                    "/Tests/"
1551
                ]
1552
            },
1553
            "notification-url": "https://packagist.org/downloads/",
1554
            "license": [
1555
                "MIT"
1556
            ],
1557
            "authors": [
1558
                {
1559
                    "name": "Christophe Coevoet",
1560
                    "email": "[email protected]"
1561
                },
1562
                {
1563
                    "name": "FriendsOfSymfony Community",
1564
                    "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
1565
                },
1566
                {
1567
                    "name": "Thibault Duplessis"
1568
                }
1569
            ],
1570
            "description": "Symfony FOSUserBundle",
1571
            "homepage": "http://friendsofsymfony.github.com",
1572
            "keywords": [
1573
                "User management"
1574
            ],
1575
            "time": "2018-03-08T08:59:27+00:00"
1576
        },
1577
        {
1578
            "name": "gedmo/doctrine-extensions",
1579
            "version": "v2.4.36",
1580
            "source": {
1581
                "type": "git",
1582
                "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
1583
                "reference": "87c78ff9fd4b90460386f753d95622f6fbbfcb27"
1584
            },
1585
            "dist": {
1586
                "type": "zip",
1587
                "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/87c78ff9fd4b90460386f753d95622f6fbbfcb27",
1588
                "reference": "87c78ff9fd4b90460386f753d95622f6fbbfcb27",
1589
                "shasum": ""
1590
            },
1591
            "require": {
1592
                "behat/transliterator": "~1.2",
1593
                "doctrine/common": "~2.4",
1594
                "php": ">=5.3.2"
1595
            },
1596
            "conflict": {
1597
                "doctrine/annotations": "<1.2"
1598
            },
1599
            "require-dev": {
1600
                "doctrine/common": ">=2.5.0",
1601
                "doctrine/mongodb-odm": ">=1.0.2",
1602
                "doctrine/orm": ">=2.5.0",
1603
                "phpunit/phpunit": "^4.8.35|^5.7|^6.5",
1604
                "symfony/yaml": "~2.6|~3.0|~4.0"
1605
            },
1606
            "suggest": {
1607
                "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
1608
                "doctrine/orm": "to use the extensions with the ORM"
1609
            },
1610
            "type": "library",
1611
            "extra": {
1612
                "branch-alias": {
1613
                    "dev-master": "2.4.x-dev"
1614
                }
1615
            },
1616
            "autoload": {
1617
                "psr-4": {
1618
                    "Gedmo\\": "lib/Gedmo"
1619
                }
1620
            },
1621
            "notification-url": "https://packagist.org/downloads/",
1622
            "license": [
1623
                "MIT"
1624
            ],
1625
            "authors": [
1626
                {
1627
                    "name": "David Buchmann",
1628
                    "email": "[email protected]"
1629
                },
1630
                {
1631
                    "name": "Gediminas Morkevicius",
1632
                    "email": "[email protected]"
1633
                },
1634
                {
1635
                    "name": "Gustavo Falco",
1636
                    "email": "[email protected]"
1637
                }
1638
            ],
1639
            "description": "Doctrine2 behavioral extensions",
1640
            "homepage": "http://gediminasm.org/",
1641
            "keywords": [
1642
                "Blameable",
1643
                "behaviors",
1644
                "doctrine2",
1645
                "extensions",
1646
                "gedmo",
1647
                "loggable",
1648
                "nestedset",
1649
                "sluggable",
1650
                "sortable",
1651
                "timestampable",
1652
                "translatable",
1653
                "tree",
1654
                "uploadable"
1655
            ],
1656
            "time": "2018-07-26T12:16:35+00:00"
1657
        },
1658
        {
1659
            "name": "imagine/imagine",
1660
            "version": "v0.7.1",
1661
            "source": {
1662
                "type": "git",
1663
                "url": "https://github.com/avalanche123/Imagine.git",
1664
                "reference": "a9a702a946073cbca166718f1b02a1e72d742daa"
1665
            },
1666
            "dist": {
1667
                "type": "zip",
1668
                "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/a9a702a946073cbca166718f1b02a1e72d742daa",
1669
                "reference": "a9a702a946073cbca166718f1b02a1e72d742daa",
1670
                "shasum": ""
1671
            },
1672
            "require": {
1673
                "php": ">=5.3.2"
1674
            },
1675
            "require-dev": {
1676
                "sami/sami": "^3.3",
1677
                "symfony/phpunit-bridge": "^3.2"
1678
            },
1679
            "suggest": {
1680
                "ext-gd": "to use the GD implementation",
1681
                "ext-gmagick": "to use the Gmagick implementation",
1682
                "ext-imagick": "to use the Imagick implementation"
1683
            },
1684
            "type": "library",
1685
            "extra": {
1686
                "branch-alias": {
1687
                    "dev-develop": "0.7-dev"
1688
                }
1689
            },
1690
            "autoload": {
1691
                "psr-0": {
1692
                    "Imagine": "lib/"
1693
                }
1694
            },
1695
            "notification-url": "https://packagist.org/downloads/",
1696
            "license": [
1697
                "MIT"
1698
            ],
1699
            "authors": [
1700
                {
1701
                    "name": "Bulat Shakirzyanov",
1702
                    "email": "[email protected]",
1703
                    "homepage": "http://avalanche123.com"
1704
                }
1705
            ],
1706
            "description": "Image processing for PHP 5.3",
1707
            "homepage": "http://imagine.readthedocs.org/",
1708
            "keywords": [
1709
                "drawing",
1710
                "graphics",
1711
                "image manipulation",
1712
                "image processing"
1713
            ],
1714
            "time": "2017-05-16T10:31:22+00:00"
1715
        },
1716
        {
1717
            "name": "jdorn/sql-formatter",
1718
            "version": "v1.2.17",
1719
            "source": {
1720
                "type": "git",
1721
                "url": "https://github.com/jdorn/sql-formatter.git",
1722
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
1723
            },
1724
            "dist": {
1725
                "type": "zip",
1726
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
1727
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
1728
                "shasum": ""
1729
            },
1730
            "require": {
1731
                "php": ">=5.2.4"
1732
            },
1733
            "require-dev": {
1734
                "phpunit/phpunit": "3.7.*"
1735
            },
1736
            "type": "library",
1737
            "extra": {
1738
                "branch-alias": {
1739
                    "dev-master": "1.3.x-dev"
1740
                }
1741
            },
1742
            "autoload": {
1743
                "classmap": [
1744
                    "lib"
1745
                ]
1746
            },
1747
            "notification-url": "https://packagist.org/downloads/",
1748
            "license": [
1749
                "MIT"
1750
            ],
1751
            "authors": [
1752
                {
1753
                    "name": "Jeremy Dorn",
1754
                    "email": "[email protected]",
1755
                    "homepage": "http://jeremydorn.com/"
1756
                }
1757
            ],
1758
            "description": "a PHP SQL highlighting library",
1759
            "homepage": "https://github.com/jdorn/sql-formatter/",
1760
            "keywords": [
1761
                "highlight",
1762
                "sql"
1763
            ],
1764
            "time": "2014-01-12T16:20:24+00:00"
1765
        },
1766
        {
1767
            "name": "jms/metadata",
1768
            "version": "1.7.0",
1769
            "source": {
1770
                "type": "git",
1771
                "url": "https://github.com/schmittjoh/metadata.git",
1772
                "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8"
1773
            },
1774
            "dist": {
1775
                "type": "zip",
1776
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/e5854ab1aa643623dc64adde718a8eec32b957a8",
1777
                "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8",
1778
                "shasum": ""
1779
            },
1780
            "require": {
1781
                "php": ">=5.3.0"
1782
            },
1783
            "require-dev": {
1784
                "doctrine/cache": "~1.0",
1785
                "symfony/cache": "~3.1"
1786
            },
1787
            "type": "library",
1788
            "extra": {
1789
                "branch-alias": {
1790
                    "dev-master": "1.5.x-dev"
1791
                }
1792
            },
1793
            "autoload": {
1794
                "psr-0": {
1795
                    "Metadata\\": "src/"
1796
                }
1797
            },
1798
            "notification-url": "https://packagist.org/downloads/",
1799
            "license": [
1800
                "MIT"
1801
            ],
1802
            "authors": [
1803
                {
1804
                    "name": "Asmir Mustafic",
1805
                    "email": "[email protected]"
1806
                },
1807
                {
1808
                    "name": "Johannes M. Schmitt",
1809
                    "email": "[email protected]"
1810
                }
1811
            ],
1812
            "description": "Class/method/property metadata management in PHP",
1813
            "keywords": [
1814
                "annotations",
1815
                "metadata",
1816
                "xml",
1817
                "yaml"
1818
            ],
1819
            "time": "2018-10-26T12:40:10+00:00"
1820
        },
1821
        {
1822
            "name": "knplabs/knp-markdown-bundle",
1823
            "version": "1.7.0",
1824
            "source": {
1825
                "type": "git",
1826
                "url": "https://github.com/KnpLabs/KnpMarkdownBundle.git",
1827
                "reference": "912796833a126df65ce54f81ca174474105665ea"
1828
            },
1829
            "dist": {
1830
                "type": "zip",
1831
                "url": "https://api.github.com/repos/KnpLabs/KnpMarkdownBundle/zipball/912796833a126df65ce54f81ca174474105665ea",
1832
                "reference": "912796833a126df65ce54f81ca174474105665ea",
1833
                "shasum": ""
1834
            },
1835
            "require": {
1836
                "michelf/php-markdown": "~1.4",
1837
                "php": ">=5.5.9",
1838
                "symfony/dependency-injection": "~2.8|~3.0|^4.0",
1839
                "symfony/framework-bundle": "~2.8|~3.0|^4.0"
1840
            },
1841
            "require-dev": {
1842
                "phpunit/phpunit": "~4.5",
1843
                "symfony/templating": "~2.8|~3.0|^4.0"
1844
            },
1845
            "suggest": {
1846
                "ext-sundown": "to use optional support for php-sundown extension instead of php implementation",
1847
                "symfony/twig-bundle": "to use the Twig markdown filter"
1848
            },
1849
            "type": "symfony-bundle",
1850
            "extra": {
1851
                "branch-alias": {
1852
                    "dev-master": "1.5.x-dev"
1853
                }
1854
            },
1855
            "autoload": {
1856
                "psr-4": {
1857
                    "Knp\\Bundle\\MarkdownBundle\\": ""
1858
                }
1859
            },
1860
            "notification-url": "https://packagist.org/downloads/",
1861
            "license": [
1862
                "MIT"
1863
            ],
1864
            "authors": [
1865
                {
1866
                    "name": "KnpLabs Team",
1867
                    "homepage": "http://knplabs.com"
1868
                },
1869
                {
1870
                    "name": "Symfony Community",
1871
                    "homepage": "http://github.com/KnpLabs/KnpMarkdownBundle/contributors"
1872
                }
1873
            ],
1874
            "description": "Knplabs markdown bundle transforms markdown into html",
1875
            "homepage": "http://github.com/KnpLabs/KnpMarkdownBundle",
1876
            "keywords": [
1877
                "bundle",
1878
                "knp",
1879
                "knplabs",
1880
                "markdown"
1881
            ],
1882
            "time": "2018-01-23T15:34:53+00:00"
1883
        },
1884
        {
1885
            "name": "knplabs/knp-menu",
1886
            "version": "2.3.0",
1887
            "source": {
1888
                "type": "git",
1889
                "url": "https://github.com/KnpLabs/KnpMenu.git",
1890
                "reference": "655630a1db0b72108262d1a844de3b1ba0885be5"
1891
            },
1892
            "dist": {
1893
                "type": "zip",
1894
                "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/655630a1db0b72108262d1a844de3b1ba0885be5",
1895
                "reference": "655630a1db0b72108262d1a844de3b1ba0885be5",
1896
                "shasum": ""
1897
            },
1898
            "require": {
1899
                "php": ">=5.6.0"
1900
            },
1901
            "require-dev": {
1902
                "psr/container": "^1.0",
1903
                "symfony/http-foundation": "~2.4|~3.0|^4.0",
1904
                "symfony/phpunit-bridge": "~3.3|^4.0",
1905
                "symfony/routing": "~2.3|~3.0|^4.0",
1906
                "twig/twig": "~1.16|~2.0"
1907
            },
1908
            "suggest": {
1909
                "twig/twig": "for the TwigRenderer and the integration with your templates"
1910
            },
1911
            "type": "library",
1912
            "extra": {
1913
                "branch-alias": {
1914
                    "dev-master": "2.3-dev"
1915
                }
1916
            },
1917
            "autoload": {
1918
                "psr-4": {
1919
                    "Knp\\Menu\\": "src/Knp/Menu"
1920
                }
1921
            },
1922
            "notification-url": "https://packagist.org/downloads/",
1923
            "license": [
1924
                "MIT"
1925
            ],
1926
            "authors": [
1927
                {
1928
                    "name": "Christophe Coevoet",
1929
                    "email": "[email protected]"
1930
                },
1931
                {
1932
                    "name": "Symfony Community",
1933
                    "homepage": "https://github.com/KnpLabs/KnpMenu/contributors"
1934
                },
1935
                {
1936
                    "name": "KnpLabs",
1937
                    "homepage": "https://knplabs.com"
1938
                }
1939
            ],
1940
            "description": "An object oriented menu library",
1941
            "homepage": "https://knplabs.com",
1942
            "keywords": [
1943
                "menu",
1944
                "tree"
1945
            ],
1946
            "time": "2017-11-18T20:49:26+00:00"
1947
        },
1948
        {
1949
            "name": "knplabs/knp-menu-bundle",
1950
            "version": "v2.2.1",
1951
            "source": {
1952
                "type": "git",
1953
                "url": "https://github.com/KnpLabs/KnpMenuBundle.git",
1954
                "reference": "6bea43eb84fc67c43ab2b43709194efffa8a8ac0"
1955
            },
1956
            "dist": {
1957
                "type": "zip",
1958
                "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/6bea43eb84fc67c43ab2b43709194efffa8a8ac0",
1959
                "reference": "6bea43eb84fc67c43ab2b43709194efffa8a8ac0",
1960
                "shasum": ""
1961
            },
1962
            "require": {
1963
                "knplabs/knp-menu": "~2.3",
1964
                "php": "^5.6 || ^7",
1965
                "symfony/framework-bundle": "~2.7|~3.0 | ^4.0"
1966
            },
1967
            "require-dev": {
1968
                "symfony/expression-language": "~2.7|~3.0 | ^4.0",
1969
                "symfony/phpunit-bridge": "^3.3 | ^4.0",
1970
                "symfony/templating": "~2.7|~3.0 | ^4.0"
1971
            },
1972
            "type": "symfony-bundle",
1973
            "extra": {
1974
                "branch-alias": {
1975
                    "dev-master": "2.2.x-dev"
1976
                }
1977
            },
1978
            "autoload": {
1979
                "psr-4": {
1980
                    "Knp\\Bundle\\MenuBundle\\": "src"
1981
                }
1982
            },
1983
            "notification-url": "https://packagist.org/downloads/",
1984
            "license": [
1985
                "MIT"
1986
            ],
1987
            "authors": [
1988
                {
1989
                    "name": "Christophe Coevoet",
1990
                    "email": "[email protected]"
1991
                },
1992
                {
1993
                    "name": "Knplabs",
1994
                    "homepage": "http://knplabs.com"
1995
                },
1996
                {
1997
                    "name": "Symfony Community",
1998
                    "homepage": "https://github.com/KnpLabs/KnpMenuBundle/contributors"
1999
                }
2000
            ],
2001
            "description": "This bundle provides an integration of the KnpMenu library",
2002
            "keywords": [
2003
                "menu"
2004
            ],
2005
            "time": "2017-12-24T16:32:39+00:00"
2006
        },
2007
        {
2008
            "name": "league/color-extractor",
2009
            "version": "0.3.2",
2010
            "source": {
2011
                "type": "git",
2012
                "url": "https://github.com/thephpleague/color-extractor.git",
2013
                "reference": "837086ec60f50c84c611c613963e4ad2e2aec806"
2014
            },
2015
            "dist": {
2016
                "type": "zip",
2017
                "url": "https://api.github.com/repos/thephpleague/color-extractor/zipball/837086ec60f50c84c611c613963e4ad2e2aec806",
2018
                "reference": "837086ec60f50c84c611c613963e4ad2e2aec806",
2019
                "shasum": ""
2020
            },
2021
            "require": {
2022
                "ext-gd": "*",
2023
                "php": ">=5.4.0"
2024
            },
2025
            "replace": {
2026
                "matthecat/colorextractor": "*"
2027
            },
2028
            "require-dev": {
2029
                "friendsofphp/php-cs-fixer": "~2",
2030
                "phpunit/phpunit": "~5"
2031
            },
2032
            "type": "library",
2033
            "autoload": {
2034
                "psr-4": {
2035
                    "": "src"
2036
                }
2037
            },
2038
            "notification-url": "https://packagist.org/downloads/",
2039
            "license": [
2040
                "MIT"
2041
            ],
2042
            "authors": [
2043
                {
2044
                    "name": "Mathieu Lechat",
2045
                    "email": "[email protected]",
2046
                    "homepage": "http://matthecat.com",
2047
                    "role": "Developer"
2048
                }
2049
            ],
2050
            "description": "Extract colors from an image as a human would do.",
2051
            "homepage": "https://github.com/thephpleague/color-extractor",
2052
            "keywords": [
2053
                "color",
2054
                "extract",
2055
                "human",
2056
                "image",
2057
                "palette"
2058
            ],
2059
            "time": "2016-12-15T09:30:02+00:00"
2060
        },
2061
        {
2062
            "name": "liip/imagine-bundle",
2063
            "version": "2.1.0",
2064
            "source": {
2065
                "type": "git",
2066
                "url": "https://github.com/liip/LiipImagineBundle.git",
2067
                "reference": "1acae6ac066e431c3c55c4d39971827a02cbe4d5"
2068
            },
2069
            "dist": {
2070
                "type": "zip",
2071
                "url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/1acae6ac066e431c3c55c4d39971827a02cbe4d5",
2072
                "reference": "1acae6ac066e431c3c55c4d39971827a02cbe4d5",
2073
                "shasum": ""
2074
            },
2075
            "require": {
2076
                "imagine/imagine": "^0.7.1,<0.8",
2077
                "php": "^7.1",
2078
                "symfony/asset": "^3.4|^4.0",
2079
                "symfony/filesystem": "^3.4|^4.0",
2080
                "symfony/finder": "^3.4|^4.0",
2081
                "symfony/framework-bundle": "^3.4|^4.0",
2082
                "symfony/options-resolver": "^3.4|^4.0",
2083
                "symfony/process": "^3.4|^4.0",
2084
                "symfony/templating": "^3.4|^4.0",
2085
                "symfony/translation": "^3.4|^4.0"
2086
            },
2087
            "require-dev": {
2088
                "amazonwebservices/aws-sdk-for-php": "^1.0",
2089
                "aws/aws-sdk-php": "^2.4",
2090
                "doctrine/cache": "^1.1",
2091
                "doctrine/orm": "^2.3",
2092
                "enqueue/enqueue-bundle": "^0.7|^0.8",
2093
                "ext-gd": "*",
2094
                "friendsofphp/php-cs-fixer": "^2.10",
2095
                "league/flysystem": "^1.0",
2096
                "psr/log": "^1.0",
2097
                "symfony/browser-kit": "^3.4|^4.0",
2098
                "symfony/console": "^3.4|^4.0",
2099
                "symfony/dependency-injection": "^3.4|^4.0",
2100
                "symfony/form": "^3.4|^4.0",
2101
                "symfony/phpunit-bridge": "^3.4|^4.0",
2102
                "symfony/validator": "^3.4|^4.0",
2103
                "symfony/yaml": "^3.4|^4.0",
2104
                "twig/twig": "^1.12|^2.0"
2105
            },
2106
            "suggest": {
2107
                "alcaeus/mongo-php-adapter": "required on PHP >= 7.0 to use mongo components with mongodb extension",
2108
                "amazonwebservices/aws-sdk-for-php": "required to use AWS version 1 cache resolver",
2109
                "aws/aws-sdk-php": "required to use AWS version 2/3 cache resolver",
2110
                "doctrine/mongodb-odm": "required to use mongodb-backed doctrine components",
2111
                "enqueue/enqueue-bundle": "^0.7 add if you like to process images in background",
2112
                "ext-exif": "required to read EXIF metadata from images",
2113
                "ext-gd": "required to use gd driver",
2114
                "ext-gmagick": "required to use gmagick driver",
2115
                "ext-imagick": "required to use imagick driver",
2116
                "ext-mongo": "required for mongodb components on PHP <7.0",
2117
                "ext-mongodb": "required for mongodb components on PHP >=7.0",
2118
                "league/flysystem": "required to use FlySystem data loader or cache resolver",
2119
                "monolog/monolog": "A psr/log compatible logger is required to enable logging",
2120
                "twig/twig": "required to use the provided Twig extension. Version 1.12 or greater needed"
2121
            },
2122
            "type": "symfony-bundle",
2123
            "extra": {
2124
                "branch-alias": {
2125
                    "dev-1.0": "1.7-dev"
2126
                }
2127
            },
2128
            "autoload": {
2129
                "psr-4": {
2130
                    "Liip\\ImagineBundle\\": ""
2131
                },
2132
                "exclude-from-classmap": [
2133
                    "/Tests/"
2134
                ]
2135
            },
2136
            "notification-url": "https://packagist.org/downloads/",
2137
            "license": [
2138
                "MIT"
2139
            ],
2140
            "authors": [
2141
                {
2142
                    "name": "Liip and other contributors",
2143
                    "homepage": "https://github.com/liip/LiipImagineBundle/contributors"
2144
                }
2145
            ],
2146
            "description": "This bundle provides an image manipulation abstraction toolkit for Symfony-based projects.",
2147
            "homepage": "http://liip.ch",
2148
            "keywords": [
2149
                "bundle",
2150
                "image",
2151
                "imagine",
2152
                "liip",
2153
                "manipulation",
2154
                "photos",
2155
                "pictures",
2156
                "symfony",
2157
                "transformation"
2158
            ],
2159
            "time": "2018-07-10T12:53:54+00:00"
2160
        },
2161
        {
2162
            "name": "michelf/php-markdown",
2163
            "version": "1.8.0",
2164
            "source": {
2165
                "type": "git",
2166
                "url": "https://github.com/michelf/php-markdown.git",
2167
                "reference": "01ab082b355bf188d907b9929cd99b2923053495"
2168
            },
2169
            "dist": {
2170
                "type": "zip",
2171
                "url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495",
2172
                "reference": "01ab082b355bf188d907b9929cd99b2923053495",
2173
                "shasum": ""
2174
            },
2175
            "require": {
2176
                "php": ">=5.3.0"
2177
            },
2178
            "type": "library",
2179
            "autoload": {
2180
                "psr-4": {
2181
                    "Michelf\\": "Michelf/"
2182
                }
2183
            },
2184
            "notification-url": "https://packagist.org/downloads/",
2185
            "license": [
2186
                "BSD-3-Clause"
2187
            ],
2188
            "authors": [
2189
                {
2190
                    "name": "Michel Fortin",
2191
                    "email": "[email protected]",
2192
                    "homepage": "https://michelf.ca/",
2193
                    "role": "Developer"
2194
                },
2195
                {
2196
                    "name": "John Gruber",
2197
                    "homepage": "https://daringfireball.net/"
2198
                }
2199
            ],
2200
            "description": "PHP Markdown",
2201
            "homepage": "https://michelf.ca/projects/php-markdown/",
2202
            "keywords": [
2203
                "markdown"
2204
            ],
2205
            "time": "2018-01-15T00:49:33+00:00"
2206
        },
2207
        {
2208
            "name": "monolog/monolog",
2209
            "version": "1.24.0",
2210
            "source": {
2211
                "type": "git",
2212
                "url": "https://github.com/Seldaek/monolog.git",
2213
                "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
2214
            },
2215
            "dist": {
2216
                "type": "zip",
2217
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
2218
                "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
2219
                "shasum": ""
2220
            },
2221
            "require": {
2222
                "php": ">=5.3.0",
2223
                "psr/log": "~1.0"
2224
            },
2225
            "provide": {
2226
                "psr/log-implementation": "1.0.0"
2227
            },
2228
            "require-dev": {
2229
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
2230
                "doctrine/couchdb": "~1.0@dev",
2231
                "graylog2/gelf-php": "~1.0",
2232
                "jakub-onderka/php-parallel-lint": "0.9",
2233
                "php-amqplib/php-amqplib": "~2.4",
2234
                "php-console/php-console": "^3.1.3",
2235
                "phpunit/phpunit": "~4.5",
2236
                "phpunit/phpunit-mock-objects": "2.3.0",
2237
                "ruflin/elastica": ">=0.90 <3.0",
2238
                "sentry/sentry": "^0.13",
2239
                "swiftmailer/swiftmailer": "^5.3|^6.0"
2240
            },
2241
            "suggest": {
2242
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
2243
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
2244
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
2245
                "ext-mongo": "Allow sending log messages to a MongoDB server",
2246
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2247
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
2248
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
2249
                "php-console/php-console": "Allow sending log messages to Google Chrome",
2250
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
2251
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
2252
                "sentry/sentry": "Allow sending log messages to a Sentry server"
2253
            },
2254
            "type": "library",
2255
            "extra": {
2256
                "branch-alias": {
2257
                    "dev-master": "2.0.x-dev"
2258
                }
2259
            },
2260
            "autoload": {
2261
                "psr-4": {
2262
                    "Monolog\\": "src/Monolog"
2263
                }
2264
            },
2265
            "notification-url": "https://packagist.org/downloads/",
2266
            "license": [
2267
                "MIT"
2268
            ],
2269
            "authors": [
2270
                {
2271
                    "name": "Jordi Boggiano",
2272
                    "email": "[email protected]",
2273
                    "homepage": "http://seld.be"
2274
                }
2275
            ],
2276
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
2277
            "homepage": "http://github.com/Seldaek/monolog",
2278
            "keywords": [
2279
                "log",
2280
                "logging",
2281
                "psr-3"
2282
            ],
2283
            "time": "2018-11-05T09:00:11+00:00"
2284
        },
2285
        {
2286
            "name": "ocramius/package-versions",
2287
            "version": "1.3.0",
2288
            "source": {
2289
                "type": "git",
2290
                "url": "https://github.com/Ocramius/PackageVersions.git",
2291
                "reference": "4489d5002c49d55576fa0ba786f42dbb009be46f"
2292
            },
2293
            "dist": {
2294
                "type": "zip",
2295
                "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/4489d5002c49d55576fa0ba786f42dbb009be46f",
2296
                "reference": "4489d5002c49d55576fa0ba786f42dbb009be46f",
2297
                "shasum": ""
2298
            },
2299
            "require": {
2300
                "composer-plugin-api": "^1.0.0",
2301
                "php": "^7.1.0"
2302
            },
2303
            "require-dev": {
2304
                "composer/composer": "^1.6.3",
2305
                "ext-zip": "*",
2306
                "infection/infection": "^0.7.1",
2307
                "phpunit/phpunit": "^7.0.0"
2308
            },
2309
            "type": "composer-plugin",
2310
            "extra": {
2311
                "class": "PackageVersions\\Installer",
2312
                "branch-alias": {
2313
                    "dev-master": "2.0.x-dev"
2314
                }
2315
            },
2316
            "autoload": {
2317
                "psr-4": {
2318
                    "PackageVersions\\": "src/PackageVersions"
2319
                }
2320
            },
2321
            "notification-url": "https://packagist.org/downloads/",
2322
            "license": [
2323
                "MIT"
2324
            ],
2325
            "authors": [
2326
                {
2327
                    "name": "Marco Pivetta",
2328
                    "email": "[email protected]"
2329
                }
2330
            ],
2331
            "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
2332
            "time": "2018-02-05T13:05:30+00:00"
2333
        },
2334
        {
2335
            "name": "ocramius/proxy-manager",
2336
            "version": "2.2.2",
2337
            "source": {
2338
                "type": "git",
2339
                "url": "https://github.com/Ocramius/ProxyManager.git",
2340
                "reference": "14b137b06b0f911944132df9d51e445a35920ab1"
2341
            },
2342
            "dist": {
2343
                "type": "zip",
2344
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/14b137b06b0f911944132df9d51e445a35920ab1",
2345
                "reference": "14b137b06b0f911944132df9d51e445a35920ab1",
2346
                "shasum": ""
2347
            },
2348
            "require": {
2349
                "ocramius/package-versions": "^1.1.3",
2350
                "php": "^7.2.0",
2351
                "zendframework/zend-code": "^3.3.0"
2352
            },
2353
            "require-dev": {
2354
                "couscous/couscous": "^1.6.1",
2355
                "ext-phar": "*",
2356
                "humbug/humbug": "1.0.0-RC.0@RC",
2357
                "nikic/php-parser": "^3.1.1",
2358
                "padraic/phpunit-accelerator": "dev-master@DEV",
2359
                "phpbench/phpbench": "^0.12.2",
2360
                "phpstan/phpstan": "dev-master#856eb10a81c1d27c701a83f167dc870fd8f4236a as 0.9.999",
2361
                "phpstan/phpstan-phpunit": "dev-master#5629c0a1f4a9c417cb1077cf6693ad9753895761",
2362
                "phpunit/phpunit": "^6.4.3",
2363
                "squizlabs/php_codesniffer": "^2.9.1"
2364
            },
2365
            "suggest": {
2366
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
2367
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
2368
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
2369
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
2370
            },
2371
            "type": "library",
2372
            "extra": {
2373
                "branch-alias": {
2374
                    "dev-master": "3.0.x-dev"
2375
                }
2376
            },
2377
            "autoload": {
2378
                "psr-0": {
2379
                    "ProxyManager\\": "src"
2380
                }
2381
            },
2382
            "notification-url": "https://packagist.org/downloads/",
2383
            "license": [
2384
                "MIT"
2385
            ],
2386
            "authors": [
2387
                {
2388
                    "name": "Marco Pivetta",
2389
                    "email": "[email protected]",
2390
                    "homepage": "http://ocramius.github.io/"
2391
                }
2392
            ],
2393
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
2394
            "homepage": "https://github.com/Ocramius/ProxyManager",
2395
            "keywords": [
2396
                "aop",
2397
                "lazy loading",
2398
                "proxy",
2399
                "proxy pattern",
2400
                "service proxies"
2401
            ],
2402
            "time": "2018-09-27T13:45:01+00:00"
2403
        },
2404
        {
2405
            "name": "paragonie/random_compat",
2406
            "version": "v2.0.17",
2407
            "source": {
2408
                "type": "git",
2409
                "url": "https://github.com/paragonie/random_compat.git",
2410
                "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d"
2411
            },
2412
            "dist": {
2413
                "type": "zip",
2414
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d",
2415
                "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d",
2416
                "shasum": ""
2417
            },
2418
            "require": {
2419
                "php": ">=5.2.0"
2420
            },
2421
            "require-dev": {
2422
                "phpunit/phpunit": "4.*|5.*"
2423
            },
2424
            "suggest": {
2425
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
2426
            },
2427
            "type": "library",
2428
            "autoload": {
2429
                "files": [
2430
                    "lib/random.php"
2431
                ]
2432
            },
2433
            "notification-url": "https://packagist.org/downloads/",
2434
            "license": [
2435
                "MIT"
2436
            ],
2437
            "authors": [
2438
                {
2439
                    "name": "Paragon Initiative Enterprises",
2440
                    "email": "[email protected]",
2441
                    "homepage": "https://paragonie.com"
2442
                }
2443
            ],
2444
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
2445
            "keywords": [
2446
                "csprng",
2447
                "polyfill",
2448
                "pseudorandom",
2449
                "random"
2450
            ],
2451
            "time": "2018-07-04T16:31:37+00:00"
2452
        },
2453
        {
2454
            "name": "phpdocumentor/reflection-common",
2455
            "version": "1.0.1",
2456
            "source": {
2457
                "type": "git",
2458
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2459
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
2460
            },
2461
            "dist": {
2462
                "type": "zip",
2463
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2464
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2465
                "shasum": ""
2466
            },
2467
            "require": {
2468
                "php": ">=5.5"
2469
            },
2470
            "require-dev": {
2471
                "phpunit/phpunit": "^4.6"
2472
            },
2473
            "type": "library",
2474
            "extra": {
2475
                "branch-alias": {
2476
                    "dev-master": "1.0.x-dev"
2477
                }
2478
            },
2479
            "autoload": {
2480
                "psr-4": {
2481
                    "phpDocumentor\\Reflection\\": [
2482
                        "src"
2483
                    ]
2484
                }
2485
            },
2486
            "notification-url": "https://packagist.org/downloads/",
2487
            "license": [
2488
                "MIT"
2489
            ],
2490
            "authors": [
2491
                {
2492
                    "name": "Jaap van Otterdijk",
2493
                    "email": "[email protected]"
2494
                }
2495
            ],
2496
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
2497
            "homepage": "http://www.phpdoc.org",
2498
            "keywords": [
2499
                "FQSEN",
2500
                "phpDocumentor",
2501
                "phpdoc",
2502
                "reflection",
2503
                "static analysis"
2504
            ],
2505
            "time": "2017-09-11T18:02:19+00:00"
2506
        },
2507
        {
2508
            "name": "phpdocumentor/reflection-docblock",
2509
            "version": "4.3.0",
2510
            "source": {
2511
                "type": "git",
2512
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2513
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
2514
            },
2515
            "dist": {
2516
                "type": "zip",
2517
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
2518
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
2519
                "shasum": ""
2520
            },
2521
            "require": {
2522
                "php": "^7.0",
2523
                "phpdocumentor/reflection-common": "^1.0.0",
2524
                "phpdocumentor/type-resolver": "^0.4.0",
2525
                "webmozart/assert": "^1.0"
2526
            },
2527
            "require-dev": {
2528
                "doctrine/instantiator": "~1.0.5",
2529
                "mockery/mockery": "^1.0",
2530
                "phpunit/phpunit": "^6.4"
2531
            },
2532
            "type": "library",
2533
            "extra": {
2534
                "branch-alias": {
2535
                    "dev-master": "4.x-dev"
2536
                }
2537
            },
2538
            "autoload": {
2539
                "psr-4": {
2540
                    "phpDocumentor\\Reflection\\": [
2541
                        "src/"
2542
                    ]
2543
                }
2544
            },
2545
            "notification-url": "https://packagist.org/downloads/",
2546
            "license": [
2547
                "MIT"
2548
            ],
2549
            "authors": [
2550
                {
2551
                    "name": "Mike van Riel",
2552
                    "email": "[email protected]"
2553
                }
2554
            ],
2555
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2556
            "time": "2017-11-30T07:14:17+00:00"
2557
        },
2558
        {
2559
            "name": "phpdocumentor/type-resolver",
2560
            "version": "0.4.0",
2561
            "source": {
2562
                "type": "git",
2563
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
2564
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
2565
            },
2566
            "dist": {
2567
                "type": "zip",
2568
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
2569
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
2570
                "shasum": ""
2571
            },
2572
            "require": {
2573
                "php": "^5.5 || ^7.0",
2574
                "phpdocumentor/reflection-common": "^1.0"
2575
            },
2576
            "require-dev": {
2577
                "mockery/mockery": "^0.9.4",
2578
                "phpunit/phpunit": "^5.2||^4.8.24"
2579
            },
2580
            "type": "library",
2581
            "extra": {
2582
                "branch-alias": {
2583
                    "dev-master": "1.0.x-dev"
2584
                }
2585
            },
2586
            "autoload": {
2587
                "psr-4": {
2588
                    "phpDocumentor\\Reflection\\": [
2589
                        "src/"
2590
                    ]
2591
                }
2592
            },
2593
            "notification-url": "https://packagist.org/downloads/",
2594
            "license": [
2595
                "MIT"
2596
            ],
2597
            "authors": [
2598
                {
2599
                    "name": "Mike van Riel",
2600
                    "email": "[email protected]"
2601
                }
2602
            ],
2603
            "time": "2017-07-14T14:27:02+00:00"
2604
        },
2605
        {
2606
            "name": "piedweb/render-html-attributes",
2607
            "version": "v1.0.0",
2608
            "source": {
2609
                "type": "git",
2610
                "url": "https://github.com/PiedWeb/RenderHtmlAttribute.git",
2611
                "reference": "32fb6c59ad53a20f44a66200dd3c74c065f8c5b3"
2612
            },
2613
            "dist": {
2614
                "type": "zip",
2615
                "url": "https://api.github.com/repos/PiedWeb/RenderHtmlAttribute/zipball/32fb6c59ad53a20f44a66200dd3c74c065f8c5b3",
2616
                "reference": "32fb6c59ad53a20f44a66200dd3c74c065f8c5b3",
2617
                "shasum": ""
2618
            },
2619
            "require": {
2620
                "php": ">=5.3.0"
2621
            },
2622
            "require-dev": {
2623
                "league/plates": "3.*",
2624
                "phpunit/phpunit": "4.*",
2625
                "twig/twig": "^1 || ^2"
2626
            },
2627
            "type": "library",
2628
            "extra": {
2629
                "branch-alias": {
2630
                    "dev-master": "1.0-dev"
2631
                }
2632
            },
2633
            "autoload": {
2634
                "psr-4": {
2635
                    "PiedWeb\\RenderAttributes\\": "src"
2636
                }
2637
            },
2638
            "notification-url": "https://packagist.org/downloads/",
2639
            "license": [
2640
                "MIT"
2641
            ],
2642
            "authors": [
2643
                {
2644
                    "name": ":Robin",
2645
                    "email": "[email protected]",
2646
                    "homepage": "https://www.robin-d.fr/",
2647
                    "role": "Developer"
2648
                }
2649
            ],
2650
            "description": "[Plates and Twig Extension] Transform an array in html tag attributes.",
2651
            "homepage": "https://github.com/PiedWeb/RenderHtmlAtribute",
2652
            "keywords": [
2653
                "attributes",
2654
                "html",
2655
                "plates",
2656
                "template",
2657
                "templating",
2658
                "twig",
2659
                "view"
2660
            ],
2661
            "time": "2018-11-12T10:07:43+00:00"
2662
        },
2663
        {
2664
            "name": "psr/cache",
2665
            "version": "1.0.1",
2666
            "source": {
2667
                "type": "git",
2668
                "url": "https://github.com/php-fig/cache.git",
2669
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
2670
            },
2671
            "dist": {
2672
                "type": "zip",
2673
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
2674
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
2675
                "shasum": ""
2676
            },
2677
            "require": {
2678
                "php": ">=5.3.0"
2679
            },
2680
            "type": "library",
2681
            "extra": {
2682
                "branch-alias": {
2683
                    "dev-master": "1.0.x-dev"
2684
                }
2685
            },
2686
            "autoload": {
2687
                "psr-4": {
2688
                    "Psr\\Cache\\": "src/"
2689
                }
2690
            },
2691
            "notification-url": "https://packagist.org/downloads/",
2692
            "license": [
2693
                "MIT"
2694
            ],
2695
            "authors": [
2696
                {
2697
                    "name": "PHP-FIG",
2698
                    "homepage": "http://www.php-fig.org/"
2699
                }
2700
            ],
2701
            "description": "Common interface for caching libraries",
2702
            "keywords": [
2703
                "cache",
2704
                "psr",
2705
                "psr-6"
2706
            ],
2707
            "time": "2016-08-06T20:24:11+00:00"
2708
        },
2709
        {
2710
            "name": "psr/container",
2711
            "version": "1.0.0",
2712
            "source": {
2713
                "type": "git",
2714
                "url": "https://github.com/php-fig/container.git",
2715
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2716
            },
2717
            "dist": {
2718
                "type": "zip",
2719
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2720
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2721
                "shasum": ""
2722
            },
2723
            "require": {
2724
                "php": ">=5.3.0"
2725
            },
2726
            "type": "library",
2727
            "extra": {
2728
                "branch-alias": {
2729
                    "dev-master": "1.0.x-dev"
2730
                }
2731
            },
2732
            "autoload": {
2733
                "psr-4": {
2734
                    "Psr\\Container\\": "src/"
2735
                }
2736
            },
2737
            "notification-url": "https://packagist.org/downloads/",
2738
            "license": [
2739
                "MIT"
2740
            ],
2741
            "authors": [
2742
                {
2743
                    "name": "PHP-FIG",
2744
                    "homepage": "http://www.php-fig.org/"
2745
                }
2746
            ],
2747
            "description": "Common Container Interface (PHP FIG PSR-11)",
2748
            "homepage": "https://github.com/php-fig/container",
2749
            "keywords": [
2750
                "PSR-11",
2751
                "container",
2752
                "container-interface",
2753
                "container-interop",
2754
                "psr"
2755
            ],
2756
            "time": "2017-02-14T16:28:37+00:00"
2757
        },
2758
        {
2759
            "name": "psr/link",
2760
            "version": "1.0.0",
2761
            "source": {
2762
                "type": "git",
2763
                "url": "https://github.com/php-fig/link.git",
2764
                "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
2765
            },
2766
            "dist": {
2767
                "type": "zip",
2768
                "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
2769
                "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
2770
                "shasum": ""
2771
            },
2772
            "require": {
2773
                "php": ">=5.3.0"
2774
            },
2775
            "type": "library",
2776
            "extra": {
2777
                "branch-alias": {
2778
                    "dev-master": "1.0.x-dev"
2779
                }
2780
            },
2781
            "autoload": {
2782
                "psr-4": {
2783
                    "Psr\\Link\\": "src/"
2784
                }
2785
            },
2786
            "notification-url": "https://packagist.org/downloads/",
2787
            "license": [
2788
                "MIT"
2789
            ],
2790
            "authors": [
2791
                {
2792
                    "name": "PHP-FIG",
2793
                    "homepage": "http://www.php-fig.org/"
2794
                }
2795
            ],
2796
            "description": "Common interfaces for HTTP links",
2797
            "keywords": [
2798
                "http",
2799
                "http-link",
2800
                "link",
2801
                "psr",
2802
                "psr-13",
2803
                "rest"
2804
            ],
2805
            "time": "2016-10-28T16:06:13+00:00"
2806
        },
2807
        {
2808
            "name": "psr/log",
2809
            "version": "1.1.0",
2810
            "source": {
2811
                "type": "git",
2812
                "url": "https://github.com/php-fig/log.git",
2813
                "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
2814
            },
2815
            "dist": {
2816
                "type": "zip",
2817
                "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
2818
                "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
2819
                "shasum": ""
2820
            },
2821
            "require": {
2822
                "php": ">=5.3.0"
2823
            },
2824
            "type": "library",
2825
            "extra": {
2826
                "branch-alias": {
2827
                    "dev-master": "1.0.x-dev"
2828
                }
2829
            },
2830
            "autoload": {
2831
                "psr-4": {
2832
                    "Psr\\Log\\": "Psr/Log/"
2833
                }
2834
            },
2835
            "notification-url": "https://packagist.org/downloads/",
2836
            "license": [
2837
                "MIT"
2838
            ],
2839
            "authors": [
2840
                {
2841
                    "name": "PHP-FIG",
2842
                    "homepage": "http://www.php-fig.org/"
2843
                }
2844
            ],
2845
            "description": "Common interface for logging libraries",
2846
            "homepage": "https://github.com/php-fig/log",
2847
            "keywords": [
2848
                "log",
2849
                "psr",
2850
                "psr-3"
2851
            ],
2852
            "time": "2018-11-20T15:27:04+00:00"
2853
        },
2854
        {
2855
            "name": "psr/simple-cache",
2856
            "version": "1.0.1",
2857
            "source": {
2858
                "type": "git",
2859
                "url": "https://github.com/php-fig/simple-cache.git",
2860
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
2861
            },
2862
            "dist": {
2863
                "type": "zip",
2864
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2865
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2866
                "shasum": ""
2867
            },
2868
            "require": {
2869
                "php": ">=5.3.0"
2870
            },
2871
            "type": "library",
2872
            "extra": {
2873
                "branch-alias": {
2874
                    "dev-master": "1.0.x-dev"
2875
                }
2876
            },
2877
            "autoload": {
2878
                "psr-4": {
2879
                    "Psr\\SimpleCache\\": "src/"
2880
                }
2881
            },
2882
            "notification-url": "https://packagist.org/downloads/",
2883
            "license": [
2884
                "MIT"
2885
            ],
2886
            "authors": [
2887
                {
2888
                    "name": "PHP-FIG",
2889
                    "homepage": "http://www.php-fig.org/"
2890
                }
2891
            ],
2892
            "description": "Common interfaces for simple caching",
2893
            "keywords": [
2894
                "cache",
2895
                "caching",
2896
                "psr",
2897
                "psr-16",
2898
                "simple-cache"
2899
            ],
2900
            "time": "2017-10-23T01:57:42+00:00"
2901
        },
2902
        {
2903
            "name": "sensio/framework-extra-bundle",
2904
            "version": "v5.2.2",
2905
            "source": {
2906
                "type": "git",
2907
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
2908
                "reference": "9ef408febe2f12e70118ef61c6515035a06c5830"
2909
            },
2910
            "dist": {
2911
                "type": "zip",
2912
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/9ef408febe2f12e70118ef61c6515035a06c5830",
2913
                "reference": "9ef408febe2f12e70118ef61c6515035a06c5830",
2914
                "shasum": ""
2915
            },
2916
            "require": {
2917
                "doctrine/common": "^2.2",
2918
                "symfony/config": "^3.3|^4.0",
2919
                "symfony/dependency-injection": "^3.3|^4.0",
2920
                "symfony/framework-bundle": "^3.4|^4.0",
2921
                "symfony/http-kernel": "^3.3|^4.0"
2922
            },
2923
            "require-dev": {
2924
                "doctrine/doctrine-bundle": "^1.6",
2925
                "doctrine/orm": "^2.5",
2926
                "symfony/browser-kit": "^3.3|^4.0",
2927
                "symfony/dom-crawler": "^3.3|^4.0",
2928
                "symfony/expression-language": "^3.3|^4.0",
2929
                "symfony/finder": "^3.3|^4.0",
2930
                "symfony/monolog-bridge": "^3.0|^4.0",
2931
                "symfony/monolog-bundle": "^3.2",
2932
                "symfony/phpunit-bridge": "^3.3|^4.0",
2933
                "symfony/psr-http-message-bridge": "^0.3",
2934
                "symfony/security-bundle": "^3.3|^4.0",
2935
                "symfony/twig-bundle": "^3.3|^4.0",
2936
                "symfony/yaml": "^3.3|^4.0",
2937
                "twig/twig": "~1.12|~2.0",
2938
                "zendframework/zend-diactoros": "^1.3"
2939
            },
2940
            "suggest": {
2941
                "symfony/expression-language": "",
2942
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
2943
                "symfony/security-bundle": ""
2944
            },
2945
            "type": "symfony-bundle",
2946
            "extra": {
2947
                "branch-alias": {
2948
                    "dev-master": "5.2.x-dev"
2949
                }
2950
            },
2951
            "autoload": {
2952
                "psr-4": {
2953
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
2954
                }
2955
            },
2956
            "notification-url": "https://packagist.org/downloads/",
2957
            "license": [
2958
                "MIT"
2959
            ],
2960
            "authors": [
2961
                {
2962
                    "name": "Fabien Potencier",
2963
                    "email": "[email protected]"
2964
                }
2965
            ],
2966
            "description": "This bundle provides a way to configure your controllers with annotations",
2967
            "keywords": [
2968
                "annotations",
2969
                "controllers"
2970
            ],
2971
            "time": "2018-10-26T14:09:02+00:00"
2972
        },
2973
        {
2974
            "name": "sonata-project/admin-bundle",
2975
            "version": "3.39.0",
2976
            "source": {
2977
                "type": "git",
2978
                "url": "https://github.com/sonata-project/SonataAdminBundle.git",
2979
                "reference": "09711748fc1c85132ce21b4df4e8d491412314b3"
2980
            },
2981
            "dist": {
2982
                "type": "zip",
2983
                "url": "https://api.github.com/repos/sonata-project/SonataAdminBundle/zipball/09711748fc1c85132ce21b4df4e8d491412314b3",
2984
                "reference": "09711748fc1c85132ce21b4df4e8d491412314b3",
2985
                "shasum": ""
2986
            },
2987
            "require": {
2988
                "doctrine/common": "^2.7",
2989
                "doctrine/inflector": "^1.1",
2990
                "knplabs/knp-menu-bundle": "^2.2",
2991
                "php": "^5.6 || ^7.0",
2992
                "sonata-project/block-bundle": "^3.11",
2993
                "sonata-project/core-bundle": "^3.9",
2994
                "sonata-project/exporter": "^1.8",
2995
                "symfony/asset": "^2.8 || ^3.2 || ^4.0",
2996
                "symfony/config": "^2.8 || ^3.2 || ^4.0",
2997
                "symfony/console": "^2.8 || ^3.2 || ^4.0",
2998
                "symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0",
2999
                "symfony/event-dispatcher": "^2.8 || ^3.2 || ^4.0",
3000
                "symfony/expression-language": "^2.8 || ^3.2 || ^4.0",
3001
                "symfony/form": "^2.8 || ^3.2 || ^4.0",
3002
                "symfony/framework-bundle": "^2.8 || ^3.2 || ^4.0",
3003
                "symfony/http-foundation": "^2.8 || ^3.2 || ^4.0",
3004
                "symfony/http-kernel": "^2.8 || ^3.2 || ^4.0",
3005
                "symfony/options-resolver": "^2.8 || ^3.2 || ^4.0",
3006
                "symfony/property-access": "^2.8 || ^3.2 || ^4.0",
3007
                "symfony/routing": "^2.8 || ^3.2 || ^4.0",
3008
                "symfony/security-acl": "^2.8 || ^3.0",
3009
                "symfony/security-bundle": "^2.8 || ^3.2 || ^4.0",
3010
                "symfony/security-core": "^2.8 || ^3.2 || ^4.0",
3011
                "symfony/security-csrf": "^2.8 || ^3.2 || ^4.0",
3012
                "symfony/templating": "^2.8 || ^3.2 || ^4.0",
3013
                "symfony/translation": "^2.8 || ^3.2 || ^4.0",
3014
                "symfony/twig-bridge": "^2.8 || ^3.2 || ^4.0",
3015
                "symfony/twig-bundle": "^2.8 || ^3.2 || ^4.0",
3016
                "symfony/validator": "^2.8 || ^3.2 || ^4.0",
3017
                "twig/extensions": "^1.5",
3018
                "twig/twig": "^1.34 || ^2.0"
3019
            },
3020
            "conflict": {
3021
                "jms/di-extra-bundle": "<1.9",
3022
                "sonata-project/media-bundle": "<3.7",
3023
                "sonata-project/user-bundle": "<3.3"
3024
            },
3025
            "require-dev": {
3026
                "jms/di-extra-bundle": "^1.9",
3027
                "jms/translation-bundle": "^1.4",
3028
                "matthiasnoback/symfony-dependency-injection-test": "^1.1",
3029
                "sensio/generator-bundle": "^3.1",
3030
                "sonata-project/intl-bundle": "^2.4",
3031
                "symfony/class-loader": "^2.8 || ^3.2",
3032
                "symfony/filesystem": "^2.8 || ^3.2 || ^4.0",
3033
                "symfony/phpunit-bridge": "^4.0",
3034
                "symfony/yaml": "^2.8 || ^3.2 || ^4.0"
3035
            },
3036
            "suggest": {
3037
                "jms/di-extra-bundle": "Annotations for Admin definition",
3038
                "jms/translation-bundle": "Extract message keys from Admins",
3039
                "sensio/generator-bundle": "Add sonata:admin:generate command",
3040
                "sonata-project/intl-bundle": "Add localized date and number into the list"
3041
            },
3042
            "type": "symfony-bundle",
3043
            "extra": {
3044
                "branch-alias": {
3045
                    "dev-master": "3.x-dev"
3046
                }
3047
            },
3048
            "autoload": {
3049
                "psr-4": {
3050
                    "Sonata\\AdminBundle\\": "src/"
3051
                }
3052
            },
3053
            "notification-url": "https://packagist.org/downloads/",
3054
            "license": [
3055
                "MIT"
3056
            ],
3057
            "authors": [
3058
                {
3059
                    "name": "Sonata Community",
3060
                    "homepage": "https://github.com/sonata-project/SonataAdminBundle/contributors"
3061
                },
3062
                {
3063
                    "name": "Thomas Rabaix",
3064
                    "email": "[email protected]",
3065
                    "homepage": "https://sonata-project.org"
3066
                }
3067
            ],
3068
            "description": "The missing Symfony Admin Generator",
3069
            "homepage": "https://sonata-project.org/bundles/admin",
3070
            "keywords": [
3071
                "Admin Generator",
3072
                "admin",
3073
                "bootstrap",
3074
                "sonata"
3075
            ],
3076
            "time": "2018-09-09T08:11:09+00:00"
3077
        },
3078
        {
3079
            "name": "sonata-project/block-bundle",
3080
            "version": "3.13.0",
3081
            "source": {
3082
                "type": "git",
3083
                "url": "https://github.com/sonata-project/SonataBlockBundle.git",
3084
                "reference": "72f1a2f5b0b5c996c7b924f60e1018382e9a7a67"
3085
            },
3086
            "dist": {
3087
                "type": "zip",
3088
                "url": "https://api.github.com/repos/sonata-project/SonataBlockBundle/zipball/72f1a2f5b0b5c996c7b924f60e1018382e9a7a67",
3089
                "reference": "72f1a2f5b0b5c996c7b924f60e1018382e9a7a67",
3090
                "shasum": ""
3091
            },
3092
            "require": {
3093
                "doctrine/common": "^2.3",
3094
                "php": "^5.6 || ^7.0",
3095
                "sonata-project/cache": "^1.0 || ^2.0",
3096
                "sonata-project/core-bundle": "^3.4",
3097
                "symfony/asset": "^2.8 || ^3.2 || ^4.0",
3098
                "symfony/config": "^2.8 || ^3.2 || ^4.0",
3099
                "symfony/console": "^2.8 || ^3.2 || ^4.0",
3100
                "symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0",
3101
                "symfony/event-dispatcher": "^2.8 || ^3.2 || ^4.0",
3102
                "symfony/form": "^2.8 || ^3.2 || ^4.0",
3103
                "symfony/framework-bundle": "^2.8 || ^3.2 || ^4.0",
3104
                "symfony/http-foundation": "^2.8 || ^3.2 || ^4.0",
3105
                "symfony/http-kernel": "^2.8 || ^3.2 || ^4.0",
3106
                "symfony/options-resolver": "^2.8 || ^3.2 || ^4.0",
3107
                "symfony/templating": "^2.8 || ^3.2 || ^4.0",
3108
                "symfony/twig-bundle": "^2.8 || ^3.2 || ^4.0",
3109
                "twig/twig": "^1.34 || ^2.0"
3110
            },
3111
            "conflict": {
3112
                "jms/di-extra-bundle": "<1.7.0"
3113
            },
3114
            "require-dev": {
3115
                "jms/di-extra-bundle": "^1.7",
3116
                "knplabs/knp-menu-bundle": "^2.0",
3117
                "sonata-project/admin-bundle": "^3.22",
3118
                "symfony/debug": "^2.8 || ^3.2 || ^4.0",
3119
                "symfony/phpunit-bridge": "^4.0",
3120
                "symfony/stopwatch": "^2.8 || ^3.2 || ^4.0"
3121
            },
3122
            "suggest": {
3123
                "jms/di-extra-bundle": "Annotations for Block definition",
3124
                "knplabs/knp-menu-bundle": "^2.0",
3125
                "sonata-project/cache-bundle": "^3.0"
3126
            },
3127
            "type": "symfony-bundle",
3128
            "extra": {
3129
                "branch-alias": {
3130
                    "dev-master": "3.x-dev"
3131
                }
3132
            },
3133
            "autoload": {
3134
                "psr-4": {
3135
                    "Sonata\\BlockBundle\\": "src/"
3136
                },
3137
                "files": [
3138
                    "src/Resources/stubs/symfony2.php"
3139
                ]
3140
            },
3141
            "notification-url": "https://packagist.org/downloads/",
3142
            "license": [
3143
                "MIT"
3144
            ],
3145
            "authors": [
3146
                {
3147
                    "name": "Sonata Community",
3148
                    "homepage": "https://github.com/sonata-project/SonataBlockBundle/contributors"
3149
                },
3150
                {
3151
                    "name": "Thomas Rabaix",
3152
                    "email": "[email protected]",
3153
                    "homepage": "https://sonata-project.org"
3154
                }
3155
            ],
3156
            "description": "Symfony SonataBlockBundle",
3157
            "homepage": "https://sonata-project.org/bundles/block",
3158
            "keywords": [
3159
                "block",
3160
                "sonata"
3161
            ],
3162
            "time": "2018-12-03T18:54:54+00:00"
3163
        },
3164
        {
3165
            "name": "sonata-project/cache",
3166
            "version": "2.0.1",
3167
            "source": {
3168
                "type": "git",
3169
                "url": "https://github.com/sonata-project/cache.git",
3170
                "reference": "2e2fdabf40bfe566c68406aae238a721cddabf74"
3171
            },
3172
            "dist": {
3173
                "type": "zip",
3174
                "url": "https://api.github.com/repos/sonata-project/cache/zipball/2e2fdabf40bfe566c68406aae238a721cddabf74",
3175
                "reference": "2e2fdabf40bfe566c68406aae238a721cddabf74",
3176
                "shasum": ""
3177
            },
3178
            "require": {
3179
                "php": "^7.1",
3180
                "psr/log": "^1.0"
3181
            },
3182
            "require-dev": {
3183
                "doctrine/orm": "^2.5",
3184
                "doctrine/phpcr-odm": "^1.4",
3185
                "jackalope/jackalope-doctrine-dbal": "^1.2",
3186
                "predis/predis": "^1.1",
3187
                "sllh/php-cs-fixer-styleci-bridge": "^2.1",
3188
                "symfony/phpunit-bridge": "^3.3"
3189
            },
3190
            "suggest": {
3191
                "doctrine/orm": "ORM support",
3192
                "doctrine/phpcr-odm": "PHPCR ODM support",
3193
                "ext-apc": "Caching with ext/apc",
3194
                "ext-memcached": "Caching with ext/memcached",
3195
                "predis/predis": "Install redis php"
3196
            },
3197
            "type": "library",
3198
            "extra": {
3199
                "branch-alias": {
3200
                    "dev-master": "2.x-dev"
3201
                }
3202
            },
3203
            "autoload": {
3204
                "psr-4": {
3205
                    "Sonata\\Cache\\": "src/"
3206
                }
3207
            },
3208
            "notification-url": "https://packagist.org/downloads/",
3209
            "license": [
3210
                "MIT"
3211
            ],
3212
            "authors": [
3213
                {
3214
                    "name": "Thomas Rabaix",
3215
                    "email": "[email protected]",
3216
                    "homepage": "https://sonata-project.org/"
3217
                },
3218
                {
3219
                    "name": "Sonata Community",
3220
                    "homepage": "https://github.com/sonata-project/cache/contributors"
3221
                }
3222
            ],
3223
            "description": "Cache library",
3224
            "homepage": "https://github.com/sonata-project/cache",
3225
            "keywords": [
3226
                "cache",
3227
                "memcached",
3228
                "mongodb",
3229
                "redis"
3230
            ],
3231
            "time": "2017-12-08T09:22:44+00:00"
3232
        },
3233
        {
3234
            "name": "sonata-project/core-bundle",
3235
            "version": "3.12.0",
3236
            "source": {
3237
                "type": "git",
3238
                "url": "https://github.com/sonata-project/SonataCoreBundle.git",
3239
                "reference": "4a4edf9c957e2a2dbe077d225d7af1693f3ea353"
3240
            },
3241
            "dist": {
3242
                "type": "zip",
3243
                "url": "https://api.github.com/repos/sonata-project/SonataCoreBundle/zipball/4a4edf9c957e2a2dbe077d225d7af1693f3ea353",
3244
                "reference": "4a4edf9c957e2a2dbe077d225d7af1693f3ea353",
3245
                "shasum": ""
3246
            },
3247
            "require": {
3248
                "cocur/slugify": "^1.4 || ^2.0 || ^3.0",
3249
                "php": "^5.6 || ^7.0",
3250
                "sonata-project/datagrid-bundle": "^2.0",
3251
                "sonata-project/doctrine-extensions": "^1.1",
3252
                "symfony/config": "^2.8 || ^3.2 || ^4.0",
3253
                "symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0",
3254
                "symfony/event-dispatcher": "^2.8 || ^3.2 || ^4.0",
3255
                "symfony/form": "^2.8 || ^3.2 || ^4.0",
3256
                "symfony/framework-bundle": "^2.8 || ^3.2 || ^4.0",
3257
                "symfony/http-foundation": "^2.8 || ^3.2 || ^4.0",
3258
                "symfony/http-kernel": "^2.8 || ^3.2 || ^4.0",
3259
                "symfony/options-resolver": "^2.8 || ^3.2 || ^4.0",
3260
                "symfony/property-access": "^2.8 || ^3.2 || ^4.0",
3261
                "symfony/security-csrf": "^2.8 || ^3.2 || ^4.0",
3262
                "symfony/translation": "^2.8 || ^3.2 || ^4.0",
3263
                "symfony/twig-bridge": "^2.8 || ^3.2 || ^4.0",
3264
                "symfony/validator": "^2.8 || ^3.2 || ^4.0",
3265
                "twig/extensions": "^1.5",
3266
                "twig/twig": "^1.34 || ^2.0"
3267
            },
3268
            "require-dev": {
3269
                "doctrine/orm": "^2.4",
3270
                "doctrine/phpcr-odm": "^1.0",
3271
                "jackalope/jackalope-doctrine-dbal": "^1.0",
3272
                "jms/serializer-bundle": "^1.0 || ^2.0",
3273
                "matthiasnoback/symfony-config-test": "^2.1",
3274
                "matthiasnoback/symfony-dependency-injection-test": "^1.1",
3275
                "nelmio/api-doc-bundle": "^2.11",
3276
                "sonata-project/exporter": "^1.3",
3277
                "symfony/phpunit-bridge": "^4.0"
3278
            },
3279
            "type": "symfony-bundle",
3280
            "extra": {
3281
                "branch-alias": {
3282
                    "dev-master": "3.x-dev"
3283
                }
3284
            },
3285
            "autoload": {
3286
                "psr-4": {
3287
                    "Sonata\\CoreBundle\\": "src/"
3288
                }
3289
            },
3290
            "notification-url": "https://packagist.org/downloads/",
3291
            "license": [
3292
                "MIT"
3293
            ],
3294
            "authors": [
3295
                {
3296
                    "name": "Sonata Community",
3297
                    "homepage": "https://github.com/sonata-project/SonataCoreBundle/contributors"
3298
                },
3299
                {
3300
                    "name": "Thomas Rabaix",
3301
                    "email": "[email protected]"
3302
                }
3303
            ],
3304
            "description": "Symfony SonataCoreBundle",
3305
            "homepage": "https://sonata-project.org/bundles/core",
3306
            "keywords": [
3307
                "sonata"
3308
            ],
3309
            "time": "2018-11-19T19:01:36+00:00"
3310
        },
3311
        {
3312
            "name": "sonata-project/datagrid-bundle",
3313
            "version": "2.4.0",
3314
            "source": {
3315
                "type": "git",
3316
                "url": "https://github.com/sonata-project/SonataDatagridBundle.git",
3317
                "reference": "aa0923768b705dbdab6b751f667a03ba6c5fd05a"
3318
            },
3319
            "dist": {
3320
                "type": "zip",
3321
                "url": "https://api.github.com/repos/sonata-project/SonataDatagridBundle/zipball/aa0923768b705dbdab6b751f667a03ba6c5fd05a",
3322
                "reference": "aa0923768b705dbdab6b751f667a03ba6c5fd05a",
3323
                "shasum": ""
3324
            },
3325
            "require": {
3326
                "php": "^5.6 || ^7.0",
3327
                "symfony/config": "^2.8 || ^3.2 || ^4.0",
3328
                "symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0",
3329
                "symfony/form": "^2.8 || ^3.2 || ^4.0",
3330
                "symfony/http-kernel": "^2.8 || ^3.2 || ^4.0"
3331
            },
3332
            "require-dev": {
3333
                "doctrine/orm": "^2.4",
3334
                "symfony/phpunit-bridge": "^4.0"
3335
            },
3336
            "type": "symfony-bundle",
3337
            "extra": {
3338
                "branch-alias": {
3339
                    "dev-master": "2.x-dev"
3340
                }
3341
            },
3342
            "autoload": {
3343
                "psr-4": {
3344
                    "Sonata\\DatagridBundle\\": "src/"
3345
                }
3346
            },
3347
            "notification-url": "https://packagist.org/downloads/",
3348
            "license": [
3349
                "MIT"
3350
            ],
3351
            "authors": [
3352
                {
3353
                    "name": "Sonata Community",
3354
                    "homepage": "https://github.com/sonata-project/SonataDatagridBundle/contributors"
3355
                },
3356
                {
3357
                    "name": "Thomas Rabaix",
3358
                    "email": "[email protected]",
3359
                    "homepage": "https://sonata-project.org"
3360
                }
3361
            ],
3362
            "description": "Symfony SonataDatagridBundle",
3363
            "homepage": "https://sonata-project.org/bundles/datagrid",
3364
            "keywords": [
3365
                "datagrid",
3366
                "sonata"
3367
            ],
3368
            "time": "2018-10-09T20:50:18+00:00"
3369
        },
3370
        {
3371
            "name": "sonata-project/doctrine-extensions",
3372
            "version": "1.1.2",
3373
            "source": {
3374
                "type": "git",
3375
                "url": "https://github.com/sonata-project/sonata-doctrine-extensions.git",
3376
                "reference": "ccbccb974a8f201fcb592a7461471f861e4d5647"
3377
            },
3378
            "dist": {
3379
                "type": "zip",
3380
                "url": "https://api.github.com/repos/sonata-project/sonata-doctrine-extensions/zipball/ccbccb974a8f201fcb592a7461471f861e4d5647",
3381
                "reference": "ccbccb974a8f201fcb592a7461471f861e4d5647",
3382
                "shasum": ""
3383
            },
3384
            "require": {
3385
                "doctrine/dbal": "^2.2",
3386
                "php": "^5.6 || ^7.0"
3387
            },
3388
            "require-dev": {
3389
                "doctrine/common": "^2.7",
3390
                "doctrine/orm": "^2.5",
3391
                "doctrine/phpcr-odm": "^1.4 || ^2.0",
3392
                "jackalope/jackalope-doctrine-dbal": "^1.0",
3393
                "symfony/dependency-injection": "^2.8 || ^3.3 || ^4.0",
3394
                "symfony/expression-language": "^2.8 || ^3.3 || ^4.0",
3395
                "symfony/framework-bundle": "^2.8 || ^3.3 || ^4.0",
3396
                "symfony/phpunit-bridge": "^4.0"
3397
            },
3398
            "suggest": {
3399
                "doctrine/orm": "If you use doctrine orm",
3400
                "doctrine/phpcr-odm": "If you use doctrine phpcr",
3401
                "symfony/framework-bundle": "If you want to use symfony"
3402
            },
3403
            "type": "library",
3404
            "extra": {
3405
                "branch-alias": {
3406
                    "dev-master": "1.x-dev"
3407
                }
3408
            },
3409
            "autoload": {
3410
                "psr-4": {
3411
                    "Sonata\\Doctrine\\": "src/"
3412
                }
3413
            },
3414
            "notification-url": "https://packagist.org/downloads/",
3415
            "license": [
3416
                "MIT"
3417
            ],
3418
            "authors": [
3419
                {
3420
                    "name": "Thomas Rabaix",
3421
                    "email": "[email protected]",
3422
                    "homepage": "http://sonata-project.org"
3423
                },
3424
                {
3425
                    "name": "Sonata Community",
3426
                    "homepage": "https://github.com/sonata-project/sonata-doctrine-extensions/contributors"
3427
                }
3428
            ],
3429
            "description": "Doctrine2 behavioral extensions",
3430
            "homepage": "https://github.com/sonata-project/sonata-doctrine-extensions",
3431
            "keywords": [
3432
                "doctrine",
3433
                "doctrine2",
3434
                "json"
3435
            ],
3436
            "time": "2018-11-25T11:19:23+00:00"
3437
        },
3438
        {
3439
            "name": "sonata-project/doctrine-orm-admin-bundle",
3440
            "version": "3.6.3",
3441
            "source": {
3442
                "type": "git",
3443
                "url": "https://github.com/sonata-project/SonataDoctrineORMAdminBundle.git",
3444
                "reference": "5cd7b12e13ceadeb62edc170b067bc10c26d5896"
3445
            },
3446
            "dist": {
3447
                "type": "zip",
3448
                "url": "https://api.github.com/repos/sonata-project/SonataDoctrineORMAdminBundle/zipball/5cd7b12e13ceadeb62edc170b067bc10c26d5896",
3449
                "reference": "5cd7b12e13ceadeb62edc170b067bc10c26d5896",
3450
                "shasum": ""
3451
            },
3452
            "require": {
3453
                "doctrine/doctrine-bundle": "^1.8",
3454
                "doctrine/orm": "^2.4.5",
3455
                "php": "^5.6 || ^7.0",
3456
                "sonata-project/admin-bundle": "^3.29",
3457
                "sonata-project/core-bundle": "^3.8",
3458
                "sonata-project/exporter": "^1.3.1",
3459
                "symfony/config": "^2.8 || ^3.2 || ^4.0",
3460
                "symfony/console": "^2.8 || ^3.2 || ^4.0",
3461
                "symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0",
3462
                "symfony/doctrine-bridge": "^2.8 || ^3.2 || ^4.0",
3463
                "symfony/form": "^2.8 || ^3.2 || ^4.0",
3464
                "symfony/framework-bundle": "^2.8 || ^3.2 || ^4.0",
3465
                "symfony/http-foundation": "^2.8 || ^3.2 || ^4.0",
3466
                "symfony/http-kernel": "^2.8 || ^3.2 || ^4.0",
3467
                "symfony/options-resolver": "^2.8 || ^3.2 || ^4.0",
3468
                "symfony/security-acl": "^2.8 || ^3.0"
3469
            },
3470
            "conflict": {
3471
                "simplethings/entity-audit-bundle": ">=2.0",
3472
                "sonata-project/block-bundle": "<3.11"
3473
            },
3474
            "provide": {
3475
                "sonata-project/admin-bundle-persistency-layer": "1.0.0"
3476
            },
3477
            "require-dev": {
3478
                "simplethings/entity-audit-bundle": "^0.9 || ^1.0",
3479
                "sonata-project/block-bundle": "^3.11",
3480
                "symfony/phpunit-bridge": "^4.0"
3481
            },
3482
            "suggest": {
3483
                "simplethings/entity-audit-bundle": "If you want to support for versioning of entities and their associations."
3484
            },
3485
            "type": "symfony-bundle",
3486
            "extra": {
3487
                "branch-alias": {
3488
                    "dev-master": "3.x-dev"
3489
                }
3490
            },
3491
            "autoload": {
3492
                "psr-4": {
3493
                    "Sonata\\DoctrineORMAdminBundle\\": "src/"
3494
                }
3495
            },
3496
            "notification-url": "https://packagist.org/downloads/",
3497
            "license": [
3498
                "MIT"
3499
            ],
3500
            "authors": [
3501
                {
3502
                    "name": "Sonata Community",
3503
                    "homepage": "https://github.com/sonata-project/SonataDoctrineORMAdminBundle/contributors"
3504
                },
3505
                {
3506
                    "name": "Thomas Rabaix",
3507
                    "email": "[email protected]",
3508
                    "homepage": "https://sonata-project.org"
3509
                }
3510
            ],
3511
            "description": "Symfony Sonata / Integrate Doctrine ORM into the SonataAdminBundle",
3512
            "homepage": "https://sonata-project.org/bundles/admin",
3513
            "keywords": [
3514
                "Admin Generator",
3515
                "admin",
3516
                "bootstrap",
3517
                "generator",
3518
                "sonata"
3519
            ],
3520
            "time": "2018-10-25T21:59:48+00:00"
3521
        },
3522
        {
3523
            "name": "sonata-project/exporter",
3524
            "version": "1.9.1",
3525
            "source": {
3526
                "type": "git",
3527
                "url": "https://github.com/sonata-project/exporter.git",
3528
                "reference": "6dbea3379447f672f46fccd7e29210cc1246aea9"
3529
            },
3530
            "dist": {
3531
                "type": "zip",
3532
                "url": "https://api.github.com/repos/sonata-project/exporter/zipball/6dbea3379447f672f46fccd7e29210cc1246aea9",
3533
                "reference": "6dbea3379447f672f46fccd7e29210cc1246aea9",
3534
                "shasum": ""
3535
            },
3536
            "require": {
3537
                "php": "^5.6 || ^7.0"
3538
            },
3539
            "require-dev": {
3540
                "doctrine/dbal": "^2.5",
3541
                "doctrine/orm": "^2.4.5",
3542
                "matthiasnoback/symfony-config-test": "^2.0",
3543
                "matthiasnoback/symfony-dependency-injection-test": "^1.0",
3544
                "propel/propel1": "^1.6",
3545
                "symfony/config": "^2.8 || ^3.2 || ^4.0",
3546
                "symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0",
3547
                "symfony/http-foundation": "^2.8 || ^3.2 || ^4.0",
3548
                "symfony/http-kernel": "^2.8 || ^3.2 || ^4.0",
3549
                "symfony/phpunit-bridge": "^4.0",
3550
                "symfony/property-access": "^2.8 || ^3.2 || ^4.0",
3551
                "symfony/routing": "^2.8 || ^3.2 || ^4.0"
3552
            },
3553
            "suggest": {
3554
                "ext-curl": "*",
3555
                "propel/propel1": "^1.6",
3556
                "symfony/property-access": "To be able to export from database entities",
3557
                "symfony/routing": "To be able to export the routes of a Symfony app"
3558
            },
3559
            "type": "library",
3560
            "extra": {
3561
                "branch-alias": {
3562
                    "dev-master": "1.x-dev"
3563
                }
3564
            },
3565
            "autoload": {
3566
                "psr-4": {
3567
                    "Exporter\\": "src/"
3568
                }
3569
            },
3570
            "notification-url": "https://packagist.org/downloads/",
3571
            "license": [
3572
                "MIT"
3573
            ],
3574
            "authors": [
3575
                {
3576
                    "name": "Thomas Rabaix",
3577
                    "email": "[email protected]",
3578
                    "homepage": "https://sonata-project.org/"
3579
                }
3580
            ],
3581
            "description": "Lightweight Exporter library",
3582
            "homepage": "https://github.com/sonata-project/Exporter",
3583
            "keywords": [
3584
                "client",
3585
                "csv",
3586
                "data",
3587
                "export",
3588
                "xls"
3589
            ],
3590
            "time": "2018-07-04T16:52:00+00:00"
3591
        },
3592
        {
3593
            "name": "sonata-project/translation-bundle",
3594
            "version": "2.4.0",
3595
            "source": {
3596
                "type": "git",
3597
                "url": "https://github.com/sonata-project/SonataTranslationBundle.git",
3598
                "reference": "6086b4d380dc463c68db3630d9ae7c2017f871fe"
3599
            },
3600
            "dist": {
3601
                "type": "zip",
3602
                "url": "https://api.github.com/repos/sonata-project/SonataTranslationBundle/zipball/6086b4d380dc463c68db3630d9ae7c2017f871fe",
3603
                "reference": "6086b4d380dc463c68db3630d9ae7c2017f871fe",
3604
                "shasum": ""
3605
            },
3606
            "require": {
3607
                "php": "^5.6 || ^7.0",
3608
                "sonata-project/admin-bundle": "^3.28",
3609
                "sonata-project/block-bundle": "^3.11",
3610
                "sonata-project/core-bundle": "^3.7.1",
3611
                "symfony/config": "^2.8 || ^3.2 || ^4.0",
3612
                "symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0",
3613
                "symfony/form": "^2.8 || ^3.2 || ^4.0",
3614
                "symfony/http-foundation": "^2.8 || ^3.2 || ^4.0",
3615
                "symfony/http-kernel": "^2.8 || ^3.2 || ^4.0",
3616
                "symfony/options-resolver": "^2.8 || ^3.2 || ^4.0",
3617
                "twig/twig": "^1.35 || ^2.4"
3618
            },
3619
            "conflict": {
3620
                "doctrine/phpcr-odm": ">=3.0",
3621
                "knplabs/doctrine-behaviors": "<1.0 || >=2.0",
3622
                "stof/doctrine-extensions-bundle": "<1.1 || >=2.0"
3623
            },
3624
            "require-dev": {
3625
                "doctrine/orm": "^2.5",
3626
                "knplabs/doctrine-behaviors": "^1.4",
3627
                "matthiasnoback/symfony-dependency-injection-test": "^1.0",
3628
                "sonata-project/doctrine-orm-admin-bundle": "^3.2",
3629
                "stof/doctrine-extensions-bundle": "^1.1",
3630
                "symfony/framework-bundle": "^2.8 || ^3.2 || ^4.0",
3631
                "symfony/phpunit-bridge": "^4.1"
3632
            },
3633
            "suggest": {
3634
                "doctrine/phpcr-odm": "if you translate odm documents",
3635
                "knplabs/doctrine-behaviors": "if you translate orm entities with the knplabs behaviours",
3636
                "sonata-project/doctrine-orm-admin-bundle": "if you translate orm entities and search on translated fields",
3637
                "stof/doctrine-extensions-bundle": "if you translate orm entities with the gedmo extensions"
3638
            },
3639
            "type": "symfony-bundle",
3640
            "extra": {
3641
                "branch-alias": {
3642
                    "dev-master": "2.x-dev"
3643
                }
3644
            },
3645
            "autoload": {
3646
                "psr-4": {
3647
                    "Sonata\\TranslationBundle\\": "src/"
3648
                }
3649
            },
3650
            "notification-url": "https://packagist.org/downloads/",
3651
            "license": [
3652
                "MIT"
3653
            ],
3654
            "authors": [
3655
                {
3656
                    "name": "Nicolas Bastien",
3657
                    "email": "[email protected]",
3658
                    "homepage": "https://github.com/nicolas-bastien"
3659
                },
3660
                {
3661
                    "name": "Sonata Community",
3662
                    "homepage": "https://github.com/sonata-project/SonataTranslationBundle/contributors"
3663
                }
3664
            ],
3665
            "description": "SonataTranslationBundle",
3666
            "homepage": "http://sonata-project.org/bundles/translation",
3667
            "keywords": [
3668
                "i18n",
3669
                "translation"
3670
            ],
3671
            "time": "2018-12-03T19:10:00+00:00"
3672
        },
3673
        {
3674
            "name": "swiftmailer/swiftmailer",
3675
            "version": "v6.1.3",
3676
            "source": {
3677
                "type": "git",
3678
                "url": "https://github.com/swiftmailer/swiftmailer.git",
3679
                "reference": "8ddcb66ac10c392d3beb54829eef8ac1438595f4"
3680
            },
3681
            "dist": {
3682
                "type": "zip",
3683
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8ddcb66ac10c392d3beb54829eef8ac1438595f4",
3684
                "reference": "8ddcb66ac10c392d3beb54829eef8ac1438595f4",
3685
                "shasum": ""
3686
            },
3687
            "require": {
3688
                "egulias/email-validator": "~2.0",
3689
                "php": ">=7.0.0"
3690
            },
3691
            "require-dev": {
3692
                "mockery/mockery": "~0.9.1",
3693
                "symfony/phpunit-bridge": "~3.3@dev"
3694
            },
3695
            "suggest": {
3696
                "ext-intl": "Needed to support internationalized email addresses",
3697
                "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
3698
            },
3699
            "type": "library",
3700
            "extra": {
3701
                "branch-alias": {
3702
                    "dev-master": "6.1-dev"
3703
                }
3704
            },
3705
            "autoload": {
3706
                "files": [
3707
                    "lib/swift_required.php"
3708
                ]
3709
            },
3710
            "notification-url": "https://packagist.org/downloads/",
3711
            "license": [
3712
                "MIT"
3713
            ],
3714
            "authors": [
3715
                {
3716
                    "name": "Chris Corbyn"
3717
                },
3718
                {
3719
                    "name": "Fabien Potencier",
3720
                    "email": "[email protected]"
3721
                }
3722
            ],
3723
            "description": "Swiftmailer, free feature-rich PHP mailer",
3724
            "homepage": "https://swiftmailer.symfony.com",
3725
            "keywords": [
3726
                "email",
3727
                "mail",
3728
                "mailer"
3729
            ],
3730
            "time": "2018-09-11T07:12:52+00:00"
3731
        },
3732
        {
3733
            "name": "symfony/asset",
3734
            "version": "v4.2.0",
3735
            "source": {
3736
                "type": "git",
3737
                "url": "https://github.com/symfony/asset.git",
3738
                "reference": "fb06338fd3762f8615b51a58e5e9299ccca03876"
3739
            },
3740
            "dist": {
3741
                "type": "zip",
3742
                "url": "https://api.github.com/repos/symfony/asset/zipball/fb06338fd3762f8615b51a58e5e9299ccca03876",
3743
                "reference": "fb06338fd3762f8615b51a58e5e9299ccca03876",
3744
                "shasum": ""
3745
            },
3746
            "require": {
3747
                "php": "^7.1.3"
3748
            },
3749
            "require-dev": {
3750
                "symfony/http-foundation": "~3.4|~4.0",
3751
                "symfony/http-kernel": "~3.4|~4.0"
3752
            },
3753
            "suggest": {
3754
                "symfony/http-foundation": ""
3755
            },
3756
            "type": "library",
3757
            "extra": {
3758
                "branch-alias": {
3759
                    "dev-master": "4.2-dev"
3760
                }
3761
            },
3762
            "autoload": {
3763
                "psr-4": {
3764
                    "Symfony\\Component\\Asset\\": ""
3765
                },
3766
                "exclude-from-classmap": [
3767
                    "/Tests/"
3768
                ]
3769
            },
3770
            "notification-url": "https://packagist.org/downloads/",
3771
            "license": [
3772
                "MIT"
3773
            ],
3774
            "authors": [
3775
                {
3776
                    "name": "Fabien Potencier",
3777
                    "email": "[email protected]"
3778
                },
3779
                {
3780
                    "name": "Symfony Community",
3781
                    "homepage": "https://symfony.com/contributors"
3782
                }
3783
            ],
3784
            "description": "Symfony Asset Component",
3785
            "homepage": "https://symfony.com",
3786
            "time": "2018-11-11T19:52:12+00:00"
3787
        },
3788
        {
3789
            "name": "symfony/cache",
3790
            "version": "v4.2.0",
3791
            "source": {
3792
                "type": "git",
3793
                "url": "https://github.com/symfony/cache.git",
3794
                "reference": "dbe98af4943a9c246e4538868e0fa55bc8b5e0f3"
3795
            },
3796
            "dist": {
3797
                "type": "zip",
3798
                "url": "https://api.github.com/repos/symfony/cache/zipball/dbe98af4943a9c246e4538868e0fa55bc8b5e0f3",
3799
                "reference": "dbe98af4943a9c246e4538868e0fa55bc8b5e0f3",
3800
                "shasum": ""
3801
            },
3802
            "require": {
3803
                "php": "^7.1.3",
3804
                "psr/cache": "~1.0",
3805
                "psr/log": "~1.0",
3806
                "psr/simple-cache": "^1.0",
3807
                "symfony/contracts": "^1.0",
3808
                "symfony/var-exporter": "^4.2"
3809
            },
3810
            "conflict": {
3811
                "doctrine/dbal": "<2.5",
3812
                "symfony/dependency-injection": "<3.4",
3813
                "symfony/var-dumper": "<3.4"
3814
            },
3815
            "provide": {
3816
                "psr/cache-implementation": "1.0",
3817
                "psr/simple-cache-implementation": "1.0",
3818
                "symfony/cache-contracts-implementation": "1.0"
3819
            },
3820
            "require-dev": {
3821
                "cache/integration-tests": "dev-master",
3822
                "doctrine/cache": "~1.6",
3823
                "doctrine/dbal": "~2.5",
3824
                "predis/predis": "~1.1",
3825
                "symfony/config": "~4.2",
3826
                "symfony/dependency-injection": "~3.4|~4.1",
3827
                "symfony/var-dumper": "^4.1.1"
3828
            },
3829
            "type": "library",
3830
            "extra": {
3831
                "branch-alias": {
3832
                    "dev-master": "4.2-dev"
3833
                }
3834
            },
3835
            "autoload": {
3836
                "psr-4": {
3837
                    "Symfony\\Component\\Cache\\": ""
3838
                },
3839
                "exclude-from-classmap": [
3840
                    "/Tests/"
3841
                ]
3842
            },
3843
            "notification-url": "https://packagist.org/downloads/",
3844
            "license": [
3845
                "MIT"
3846
            ],
3847
            "authors": [
3848
                {
3849
                    "name": "Nicolas Grekas",
3850
                    "email": "[email protected]"
3851
                },
3852
                {
3853
                    "name": "Symfony Community",
3854
                    "homepage": "https://symfony.com/contributors"
3855
                }
3856
            ],
3857
            "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
3858
            "homepage": "https://symfony.com",
3859
            "keywords": [
3860
                "caching",
3861
                "psr6"
3862
            ],
3863
            "time": "2018-11-26T18:33:39+00:00"
3864
        },
3865
        {
3866
            "name": "symfony/config",
3867
            "version": "v4.2.0",
3868
            "source": {
3869
                "type": "git",
3870
                "url": "https://github.com/symfony/config.git",
3871
                "reference": "10ba96d42cc9a482bce05c8179f06e24e665c920"
3872
            },
3873
            "dist": {
3874
                "type": "zip",
3875
                "url": "https://api.github.com/repos/symfony/config/zipball/10ba96d42cc9a482bce05c8179f06e24e665c920",
3876
                "reference": "10ba96d42cc9a482bce05c8179f06e24e665c920",
3877
                "shasum": ""
3878
            },
3879
            "require": {
3880
                "php": "^7.1.3",
3881
                "symfony/filesystem": "~3.4|~4.0",
3882
                "symfony/polyfill-ctype": "~1.8"
3883
            },
3884
            "conflict": {
3885
                "symfony/finder": "<3.4"
3886
            },
3887
            "require-dev": {
3888
                "symfony/dependency-injection": "~3.4|~4.0",
3889
                "symfony/event-dispatcher": "~3.4|~4.0",
3890
                "symfony/finder": "~3.4|~4.0",
3891
                "symfony/yaml": "~3.4|~4.0"
3892
            },
3893
            "suggest": {
3894
                "symfony/yaml": "To use the yaml reference dumper"
3895
            },
3896
            "type": "library",
3897
            "extra": {
3898
                "branch-alias": {
3899
                    "dev-master": "4.2-dev"
3900
                }
3901
            },
3902
            "autoload": {
3903
                "psr-4": {
3904
                    "Symfony\\Component\\Config\\": ""
3905
                },
3906
                "exclude-from-classmap": [
3907
                    "/Tests/"
3908
                ]
3909
            },
3910
            "notification-url": "https://packagist.org/downloads/",
3911
            "license": [
3912
                "MIT"
3913
            ],
3914
            "authors": [
3915
                {
3916
                    "name": "Fabien Potencier",
3917
                    "email": "[email protected]"
3918
                },
3919
                {
3920
                    "name": "Symfony Community",
3921
                    "homepage": "https://symfony.com/contributors"
3922
                }
3923
            ],
3924
            "description": "Symfony Config Component",
3925
            "homepage": "https://symfony.com",
3926
            "time": "2018-11-26T10:55:26+00:00"
3927
        },
3928
        {
3929
            "name": "symfony/console",
3930
            "version": "v4.2.0",
3931
            "source": {
3932
                "type": "git",
3933
                "url": "https://github.com/symfony/console.git",
3934
                "reference": "4dff24e5d01e713818805c1862d2e3f901ee7dd0"
3935
            },
3936
            "dist": {
3937
                "type": "zip",
3938
                "url": "https://api.github.com/repos/symfony/console/zipball/4dff24e5d01e713818805c1862d2e3f901ee7dd0",
3939
                "reference": "4dff24e5d01e713818805c1862d2e3f901ee7dd0",
3940
                "shasum": ""
3941
            },
3942
            "require": {
3943
                "php": "^7.1.3",
3944
                "symfony/contracts": "^1.0",
3945
                "symfony/polyfill-mbstring": "~1.0"
3946
            },
3947
            "conflict": {
3948
                "symfony/dependency-injection": "<3.4",
3949
                "symfony/process": "<3.3"
3950
            },
3951
            "require-dev": {
3952
                "psr/log": "~1.0",
3953
                "symfony/config": "~3.4|~4.0",
3954
                "symfony/dependency-injection": "~3.4|~4.0",
3955
                "symfony/event-dispatcher": "~3.4|~4.0",
3956
                "symfony/lock": "~3.4|~4.0",
3957
                "symfony/process": "~3.4|~4.0"
3958
            },
3959
            "suggest": {
3960
                "psr/log-implementation": "For using the console logger",
3961
                "symfony/event-dispatcher": "",
3962
                "symfony/lock": "",
3963
                "symfony/process": ""
3964
            },
3965
            "type": "library",
3966
            "extra": {
3967
                "branch-alias": {
3968
                    "dev-master": "4.2-dev"
3969
                }
3970
            },
3971
            "autoload": {
3972
                "psr-4": {
3973
                    "Symfony\\Component\\Console\\": ""
3974
                },
3975
                "exclude-from-classmap": [
3976
                    "/Tests/"
3977
                ]
3978
            },
3979
            "notification-url": "https://packagist.org/downloads/",
3980
            "license": [
3981
                "MIT"
3982
            ],
3983
            "authors": [
3984
                {
3985
                    "name": "Fabien Potencier",
3986
                    "email": "[email protected]"
3987
                },
3988
                {
3989
                    "name": "Symfony Community",
3990
                    "homepage": "https://symfony.com/contributors"
3991
                }
3992
            ],
3993
            "description": "Symfony Console Component",
3994
            "homepage": "https://symfony.com",
3995
            "time": "2018-11-27T07:40:44+00:00"
3996
        },
3997
        {
3998
            "name": "symfony/contracts",
3999
            "version": "v1.0.1",
4000
            "source": {
4001
                "type": "git",
4002
                "url": "https://github.com/symfony/contracts.git",
4003
                "reference": "3edf0ab943d1985a356721952cba36ff31bd6e5f"
4004
            },
4005
            "dist": {
4006
                "type": "zip",
4007
                "url": "https://api.github.com/repos/symfony/contracts/zipball/3edf0ab943d1985a356721952cba36ff31bd6e5f",
4008
                "reference": "3edf0ab943d1985a356721952cba36ff31bd6e5f",
4009
                "shasum": ""
4010
            },
4011
            "require": {
4012
                "php": "^7.1.3"
4013
            },
4014
            "require-dev": {
4015
                "psr/cache": "^1.0",
4016
                "psr/container": "^1.0"
4017
            },
4018
            "suggest": {
4019
                "psr/cache": "When using the Cache contracts",
4020
                "psr/container": "When using the Service contracts",
4021
                "symfony/cache-contracts-implementation": "",
4022
                "symfony/service-contracts-implementation": "",
4023
                "symfony/translation-contracts-implementation": ""
4024
            },
4025
            "type": "library",
4026
            "extra": {
4027
                "branch-alias": {
4028
                    "dev-master": "1.0-dev"
4029
                }
4030
            },
4031
            "autoload": {
4032
                "psr-4": {
4033
                    "Symfony\\Contracts\\": ""
4034
                },
4035
                "exclude-from-classmap": [
4036
                    "**/Tests/"
4037
                ]
4038
            },
4039
            "notification-url": "https://packagist.org/downloads/",
4040
            "license": [
4041
                "MIT"
4042
            ],
4043
            "authors": [
4044
                {
4045
                    "name": "Nicolas Grekas",
4046
                    "email": "[email protected]"
4047
                },
4048
                {
4049
                    "name": "Symfony Community",
4050
                    "homepage": "https://symfony.com/contributors"
4051
                }
4052
            ],
4053
            "description": "A set of abstractions extracted out of the Symfony components",
4054
            "homepage": "https://symfony.com",
4055
            "keywords": [
4056
                "abstractions",
4057
                "contracts",
4058
                "decoupling",
4059
                "interfaces",
4060
                "interoperability",
4061
                "standards"
4062
            ],
4063
            "time": "2018-11-24T09:35:08+00:00"
4064
        },
4065
        {
4066
            "name": "symfony/debug",
4067
            "version": "v4.2.0",
4068
            "source": {
4069
                "type": "git",
4070
                "url": "https://github.com/symfony/debug.git",
4071
                "reference": "e0a2b92ee0b5b934f973d90c2f58e18af109d276"
4072
            },
4073
            "dist": {
4074
                "type": "zip",
4075
                "url": "https://api.github.com/repos/symfony/debug/zipball/e0a2b92ee0b5b934f973d90c2f58e18af109d276",
4076
                "reference": "e0a2b92ee0b5b934f973d90c2f58e18af109d276",
4077
                "shasum": ""
4078
            },
4079
            "require": {
4080
                "php": "^7.1.3",
4081
                "psr/log": "~1.0"
4082
            },
4083
            "conflict": {
4084
                "symfony/http-kernel": "<3.4"
4085
            },
4086
            "require-dev": {
4087
                "symfony/http-kernel": "~3.4|~4.0"
4088
            },
4089
            "type": "library",
4090
            "extra": {
4091
                "branch-alias": {
4092
                    "dev-master": "4.2-dev"
4093
                }
4094
            },
4095
            "autoload": {
4096
                "psr-4": {
4097
                    "Symfony\\Component\\Debug\\": ""
4098
                },
4099
                "exclude-from-classmap": [
4100
                    "/Tests/"
4101
                ]
4102
            },
4103
            "notification-url": "https://packagist.org/downloads/",
4104
            "license": [
4105
                "MIT"
4106
            ],
4107
            "authors": [
4108
                {
4109
                    "name": "Fabien Potencier",
4110
                    "email": "[email protected]"
4111
                },
4112
                {
4113
                    "name": "Symfony Community",
4114
                    "homepage": "https://symfony.com/contributors"
4115
                }
4116
            ],
4117
            "description": "Symfony Debug Component",
4118
            "homepage": "https://symfony.com",
4119
            "time": "2018-11-28T18:24:18+00:00"
4120
        },
4121
        {
4122
            "name": "symfony/dependency-injection",
4123
            "version": "v4.2.0",
4124
            "source": {
4125
                "type": "git",
4126
                "url": "https://github.com/symfony/dependency-injection.git",
4127
                "reference": "c2061bce5915f853a619f02ce1278ca83156d375"
4128
            },
4129
            "dist": {
4130
                "type": "zip",
4131
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/c2061bce5915f853a619f02ce1278ca83156d375",
4132
                "reference": "c2061bce5915f853a619f02ce1278ca83156d375",
4133
                "shasum": ""
4134
            },
4135
            "require": {
4136
                "php": "^7.1.3",
4137
                "psr/container": "^1.0",
4138
                "symfony/contracts": "^1.0"
4139
            },
4140
            "conflict": {
4141
                "symfony/config": "<4.2",
4142
                "symfony/finder": "<3.4",
4143
                "symfony/proxy-manager-bridge": "<3.4",
4144
                "symfony/yaml": "<3.4"
4145
            },
4146
            "provide": {
4147
                "psr/container-implementation": "1.0",
4148
                "symfony/service-contracts-implementation": "1.0"
4149
            },
4150
            "require-dev": {
4151
                "symfony/config": "~4.2",
4152
                "symfony/expression-language": "~3.4|~4.0",
4153
                "symfony/yaml": "~3.4|~4.0"
4154
            },
4155
            "suggest": {
4156
                "symfony/config": "",
4157
                "symfony/expression-language": "For using expressions in service container configuration",
4158
                "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
4159
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
4160
                "symfony/yaml": ""
4161
            },
4162
            "type": "library",
4163
            "extra": {
4164
                "branch-alias": {
4165
                    "dev-master": "4.2-dev"
4166
                }
4167
            },
4168
            "autoload": {
4169
                "psr-4": {
4170
                    "Symfony\\Component\\DependencyInjection\\": ""
4171
                },
4172
                "exclude-from-classmap": [
4173
                    "/Tests/"
4174
                ]
4175
            },
4176
            "notification-url": "https://packagist.org/downloads/",
4177
            "license": [
4178
                "MIT"
4179
            ],
4180
            "authors": [
4181
                {
4182
                    "name": "Fabien Potencier",
4183
                    "email": "[email protected]"
4184
                },
4185
                {
4186
                    "name": "Symfony Community",
4187
                    "homepage": "https://symfony.com/contributors"
4188
                }
4189
            ],
4190
            "description": "Symfony DependencyInjection Component",
4191
            "homepage": "https://symfony.com",
4192
            "time": "2018-11-28T18:24:18+00:00"
4193
        },
4194
        {
4195
            "name": "symfony/doctrine-bridge",
4196
            "version": "v4.2.0",
4197
            "source": {
4198
                "type": "git",
4199
                "url": "https://github.com/symfony/doctrine-bridge.git",
4200
                "reference": "9f66793ce023d1c2b50ba6f3141dacf54ad2f651"
4201
            },
4202
            "dist": {
4203
                "type": "zip",
4204
                "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/9f66793ce023d1c2b50ba6f3141dacf54ad2f651",
4205
                "reference": "9f66793ce023d1c2b50ba6f3141dacf54ad2f651",
4206
                "shasum": ""
4207
            },
4208
            "require": {
4209
                "doctrine/collections": "~1.0",
4210
                "doctrine/event-manager": "~1.0",
4211
                "doctrine/persistence": "~1.0",
4212
                "php": "^7.1.3",
4213
                "symfony/contracts": "^1.0",
4214
                "symfony/polyfill-ctype": "~1.8",
4215
                "symfony/polyfill-mbstring": "~1.0"
4216
            },
4217
            "conflict": {
4218
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
4219
                "symfony/dependency-injection": "<3.4"
4220
            },
4221
            "require-dev": {
4222
                "doctrine/annotations": "~1.0",
4223
                "doctrine/cache": "~1.6",
4224
                "doctrine/data-fixtures": "1.0.*",
4225
                "doctrine/dbal": "~2.4",
4226
                "doctrine/orm": "^2.4.5",
4227
                "doctrine/reflection": "~1.0",
4228
                "symfony/dependency-injection": "~3.4|~4.0",
4229
                "symfony/expression-language": "~3.4|~4.0",
4230
                "symfony/form": "~3.4|~4.0",
4231
                "symfony/http-kernel": "~3.4|~4.0",
4232
                "symfony/messenger": "~4.2",
4233
                "symfony/property-access": "~3.4|~4.0",
4234
                "symfony/property-info": "~3.4|~4.0",
4235
                "symfony/proxy-manager-bridge": "~3.4|~4.0",
4236
                "symfony/security": "~3.4|~4.0",
4237
                "symfony/stopwatch": "~3.4|~4.0",
4238
                "symfony/translation": "~3.4|~4.0",
4239
                "symfony/validator": "~3.4|~4.0"
4240
            },
4241
            "suggest": {
4242
                "doctrine/data-fixtures": "",
4243
                "doctrine/dbal": "",
4244
                "doctrine/orm": "",
4245
                "symfony/form": "",
4246
                "symfony/property-info": "",
4247
                "symfony/validator": ""
4248
            },
4249
            "type": "symfony-bridge",
4250
            "extra": {
4251
                "branch-alias": {
4252
                    "dev-master": "4.2-dev"
4253
                }
4254
            },
4255
            "autoload": {
4256
                "psr-4": {
4257
                    "Symfony\\Bridge\\Doctrine\\": ""
4258
                },
4259
                "exclude-from-classmap": [
4260
                    "/Tests/"
4261
                ]
4262
            },
4263
            "notification-url": "https://packagist.org/downloads/",
4264
            "license": [
4265
                "MIT"
4266
            ],
4267
            "authors": [
4268
                {
4269
                    "name": "Fabien Potencier",
4270
                    "email": "[email protected]"
4271
                },
4272
                {
4273
                    "name": "Symfony Community",
4274
                    "homepage": "https://symfony.com/contributors"
4275
                }
4276
            ],
4277
            "description": "Symfony Doctrine Bridge",
4278
            "homepage": "https://symfony.com",
4279
            "time": "2018-11-26T11:49:31+00:00"
4280
        },
4281
        {
4282
            "name": "symfony/event-dispatcher",
4283
            "version": "v4.2.0",
4284
            "source": {
4285
                "type": "git",
4286
                "url": "https://github.com/symfony/event-dispatcher.git",
4287
                "reference": "9b788b5f7cd6be22918f3d18ee3ff0a78e060137"
4288
            },
4289
            "dist": {
4290
                "type": "zip",
4291
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9b788b5f7cd6be22918f3d18ee3ff0a78e060137",
4292
                "reference": "9b788b5f7cd6be22918f3d18ee3ff0a78e060137",
4293
                "shasum": ""
4294
            },
4295
            "require": {
4296
                "php": "^7.1.3",
4297
                "symfony/contracts": "^1.0"
4298
            },
4299
            "conflict": {
4300
                "symfony/dependency-injection": "<3.4"
4301
            },
4302
            "require-dev": {
4303
                "psr/log": "~1.0",
4304
                "symfony/config": "~3.4|~4.0",
4305
                "symfony/dependency-injection": "~3.4|~4.0",
4306
                "symfony/expression-language": "~3.4|~4.0",
4307
                "symfony/stopwatch": "~3.4|~4.0"
4308
            },
4309
            "suggest": {
4310
                "symfony/dependency-injection": "",
4311
                "symfony/http-kernel": ""
4312
            },
4313
            "type": "library",
4314
            "extra": {
4315
                "branch-alias": {
4316
                    "dev-master": "4.2-dev"
4317
                }
4318
            },
4319
            "autoload": {
4320
                "psr-4": {
4321
                    "Symfony\\Component\\EventDispatcher\\": ""
4322
                },
4323
                "exclude-from-classmap": [
4324
                    "/Tests/"
4325
                ]
4326
            },
4327
            "notification-url": "https://packagist.org/downloads/",
4328
            "license": [
4329
                "MIT"
4330
            ],
4331
            "authors": [
4332
                {
4333
                    "name": "Fabien Potencier",
4334
                    "email": "[email protected]"
4335
                },
4336
                {
4337
                    "name": "Symfony Community",
4338
                    "homepage": "https://symfony.com/contributors"
4339
                }
4340
            ],
4341
            "description": "Symfony EventDispatcher Component",
4342
            "homepage": "https://symfony.com",
4343
            "time": "2018-11-26T10:55:26+00:00"
4344
        },
4345
        {
4346
            "name": "symfony/expression-language",
4347
            "version": "v4.2.0",
4348
            "source": {
4349
                "type": "git",
4350
                "url": "https://github.com/symfony/expression-language.git",
4351
                "reference": "2d2741ecba77e1cb27b726f12a6d43cfc2f199af"
4352
            },
4353
            "dist": {
4354
                "type": "zip",
4355
                "url": "https://api.github.com/repos/symfony/expression-language/zipball/2d2741ecba77e1cb27b726f12a6d43cfc2f199af",
4356
                "reference": "2d2741ecba77e1cb27b726f12a6d43cfc2f199af",
4357
                "shasum": ""
4358
            },
4359
            "require": {
4360
                "php": "^7.1.3",
4361
                "symfony/cache": "~3.4|~4.0",
4362
                "symfony/contracts": "^1.0"
4363
            },
4364
            "type": "library",
4365
            "extra": {
4366
                "branch-alias": {
4367
                    "dev-master": "4.2-dev"
4368
                }
4369
            },
4370
            "autoload": {
4371
                "psr-4": {
4372
                    "Symfony\\Component\\ExpressionLanguage\\": ""
4373
                },
4374
                "exclude-from-classmap": [
4375
                    "/Tests/"
4376
                ]
4377
            },
4378
            "notification-url": "https://packagist.org/downloads/",
4379
            "license": [
4380
                "MIT"
4381
            ],
4382
            "authors": [
4383
                {
4384
                    "name": "Fabien Potencier",
4385
                    "email": "[email protected]"
4386
                },
4387
                {
4388
                    "name": "Symfony Community",
4389
                    "homepage": "https://symfony.com/contributors"
4390
                }
4391
            ],
4392
            "description": "Symfony ExpressionLanguage Component",
4393
            "homepage": "https://symfony.com",
4394
            "time": "2018-11-11T19:52:12+00:00"
4395
        },
4396
        {
4397
            "name": "symfony/filesystem",
4398
            "version": "v4.2.0",
4399
            "source": {
4400
                "type": "git",
4401
                "url": "https://github.com/symfony/filesystem.git",
4402
                "reference": "2f4c8b999b3b7cadb2a69390b01af70886753710"
4403
            },
4404
            "dist": {
4405
                "type": "zip",
4406
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/2f4c8b999b3b7cadb2a69390b01af70886753710",
4407
                "reference": "2f4c8b999b3b7cadb2a69390b01af70886753710",
4408
                "shasum": ""
4409
            },
4410
            "require": {
4411
                "php": "^7.1.3",
4412
                "symfony/polyfill-ctype": "~1.8"
4413
            },
4414
            "type": "library",
4415
            "extra": {
4416
                "branch-alias": {
4417
                    "dev-master": "4.2-dev"
4418
                }
4419
            },
4420
            "autoload": {
4421
                "psr-4": {
4422
                    "Symfony\\Component\\Filesystem\\": ""
4423
                },
4424
                "exclude-from-classmap": [
4425
                    "/Tests/"
4426
                ]
4427
            },
4428
            "notification-url": "https://packagist.org/downloads/",
4429
            "license": [
4430
                "MIT"
4431
            ],
4432
            "authors": [
4433
                {
4434
                    "name": "Fabien Potencier",
4435
                    "email": "[email protected]"
4436
                },
4437
                {
4438
                    "name": "Symfony Community",
4439
                    "homepage": "https://symfony.com/contributors"
4440
                }
4441
            ],
4442
            "description": "Symfony Filesystem Component",
4443
            "homepage": "https://symfony.com",
4444
            "time": "2018-11-11T19:52:12+00:00"
4445
        },
4446
        {
4447
            "name": "symfony/finder",
4448
            "version": "v4.2.0",
4449
            "source": {
4450
                "type": "git",
4451
                "url": "https://github.com/symfony/finder.git",
4452
                "reference": "e53d477d7b5c4982d0e1bfd2298dbee63d01441d"
4453
            },
4454
            "dist": {
4455
                "type": "zip",
4456
                "url": "https://api.github.com/repos/symfony/finder/zipball/e53d477d7b5c4982d0e1bfd2298dbee63d01441d",
4457
                "reference": "e53d477d7b5c4982d0e1bfd2298dbee63d01441d",
4458
                "shasum": ""
4459
            },
4460
            "require": {
4461
                "php": "^7.1.3"
4462
            },
4463
            "type": "library",
4464
            "extra": {
4465
                "branch-alias": {
4466
                    "dev-master": "4.2-dev"
4467
                }
4468
            },
4469
            "autoload": {
4470
                "psr-4": {
4471
                    "Symfony\\Component\\Finder\\": ""
4472
                },
4473
                "exclude-from-classmap": [
4474
                    "/Tests/"
4475
                ]
4476
            },
4477
            "notification-url": "https://packagist.org/downloads/",
4478
            "license": [
4479
                "MIT"
4480
            ],
4481
            "authors": [
4482
                {
4483
                    "name": "Fabien Potencier",
4484
                    "email": "[email protected]"
4485
                },
4486
                {
4487
                    "name": "Symfony Community",
4488
                    "homepage": "https://symfony.com/contributors"
4489
                }
4490
            ],
4491
            "description": "Symfony Finder Component",
4492
            "homepage": "https://symfony.com",
4493
            "time": "2018-11-11T19:52:12+00:00"
4494
        },
4495
        {
4496
            "name": "symfony/form",
0 ignored issues
show
There is a security advisory for your installed version of symfony/form:

CVE-2018-19789: Temporary uploaded file path disclosure
Loading history...
4497
            "version": "v4.2.0",
4498
            "source": {
4499
                "type": "git",
4500
                "url": "https://github.com/symfony/form.git",
4501
                "reference": "e098c91c7daec1e9da3ffd95164d778ab32f9796"
4502
            },
4503
            "dist": {
4504
                "type": "zip",
4505
                "url": "https://api.github.com/repos/symfony/form/zipball/e098c91c7daec1e9da3ffd95164d778ab32f9796",
4506
                "reference": "e098c91c7daec1e9da3ffd95164d778ab32f9796",
4507
                "shasum": ""
4508
            },
4509
            "require": {
4510
                "php": "^7.1.3",
4511
                "symfony/event-dispatcher": "~3.4|~4.0",
4512
                "symfony/intl": "~3.4|~4.0",
4513
                "symfony/options-resolver": "~4.2",
4514
                "symfony/polyfill-ctype": "~1.8",
4515
                "symfony/polyfill-mbstring": "~1.0",
4516
                "symfony/property-access": "~3.4|~4.0"
4517
            },
4518
            "conflict": {
4519
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
4520
                "symfony/dependency-injection": "<3.4",
4521
                "symfony/doctrine-bridge": "<3.4",
4522
                "symfony/framework-bundle": "<3.4",
4523
                "symfony/http-kernel": "<3.4",
4524
                "symfony/translation": "<4.2",
4525
                "symfony/twig-bridge": "<3.4.5|<4.0.5,>=4.0"
4526
            },
4527
            "require-dev": {
4528
                "doctrine/collections": "~1.0",
4529
                "symfony/config": "~3.4|~4.0",
4530
                "symfony/console": "~3.4|~4.0",
4531
                "symfony/dependency-injection": "~3.4|~4.0",
4532
                "symfony/http-foundation": "~3.4|~4.0",
4533
                "symfony/http-kernel": "~3.4|~4.0",
4534
                "symfony/security-csrf": "~3.4|~4.0",
4535
                "symfony/translation": "~4.2",
4536
                "symfony/validator": "~3.4|~4.0",
4537
                "symfony/var-dumper": "~3.4|~4.0"
4538
            },
4539
            "suggest": {
4540
                "symfony/framework-bundle": "For templating with PHP.",
4541
                "symfony/security-csrf": "For protecting forms against CSRF attacks.",
4542
                "symfony/twig-bridge": "For templating with Twig.",
4543
                "symfony/validator": "For form validation."
4544
            },
4545
            "type": "library",
4546
            "extra": {
4547
                "branch-alias": {
4548
                    "dev-master": "4.2-dev"
4549
                }
4550
            },
4551
            "autoload": {
4552
                "psr-4": {
4553
                    "Symfony\\Component\\Form\\": ""
4554
                },
4555
                "exclude-from-classmap": [
4556
                    "/Tests/"
4557
                ]
4558
            },
4559
            "notification-url": "https://packagist.org/downloads/",
4560
            "license": [
4561
                "MIT"
4562
            ],
4563
            "authors": [
4564
                {
4565
                    "name": "Fabien Potencier",
4566
                    "email": "[email protected]"
4567
                },
4568
                {
4569
                    "name": "Symfony Community",
4570
                    "homepage": "https://symfony.com/contributors"
4571
                }
4572
            ],
4573
            "description": "Symfony Form Component",
4574
            "homepage": "https://symfony.com",
4575
            "time": "2018-11-30T08:55:31+00:00"
4576
        },
4577
        {
4578
            "name": "symfony/framework-bundle",
4579
            "version": "v4.2.0",
4580
            "source": {
4581
                "type": "git",
4582
                "url": "https://github.com/symfony/framework-bundle.git",
4583
                "reference": "6953f43de8244c601884b1a0ecbae1a2be32838f"
4584
            },
4585
            "dist": {
4586
                "type": "zip",
4587
                "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/6953f43de8244c601884b1a0ecbae1a2be32838f",
4588
                "reference": "6953f43de8244c601884b1a0ecbae1a2be32838f",
4589
                "shasum": ""
4590
            },
4591
            "require": {
4592
                "ext-xml": "*",
4593
                "php": "^7.1.3",
4594
                "symfony/cache": "~4.2",
4595
                "symfony/config": "~4.2",
4596
                "symfony/dependency-injection": "^4.2",
4597
                "symfony/event-dispatcher": "^4.1",
4598
                "symfony/filesystem": "~3.4|~4.0",
4599
                "symfony/finder": "~3.4|~4.0",
4600
                "symfony/http-foundation": "^4.1.2",
4601
                "symfony/http-kernel": "^4.2",
4602
                "symfony/polyfill-mbstring": "~1.0",
4603
                "symfony/routing": "^4.1"
4604
            },
4605
            "conflict": {
4606
                "phpdocumentor/reflection-docblock": "<3.0",
4607
                "phpdocumentor/type-resolver": "<0.2.1",
4608
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
4609
                "symfony/asset": "<3.4",
4610
                "symfony/console": "<3.4",
4611
                "symfony/dotenv": "<4.2",
4612
                "symfony/form": "<4.2",
4613
                "symfony/messenger": "<4.2",
4614
                "symfony/property-info": "<3.4",
4615
                "symfony/serializer": "<4.2",
4616
                "symfony/stopwatch": "<3.4",
4617
                "symfony/translation": "<4.2",
4618
                "symfony/twig-bridge": "<4.1.1",
4619
                "symfony/validator": "<4.1",
4620
                "symfony/workflow": "<4.1"
4621
            },
4622
            "require-dev": {
4623
                "doctrine/annotations": "~1.0",
4624
                "doctrine/cache": "~1.0",
4625
                "fig/link-util": "^1.0",
4626
                "phpdocumentor/reflection-docblock": "^3.0|^4.0",
4627
                "symfony/asset": "~3.4|~4.0",
4628
                "symfony/browser-kit": "~3.4|~4.0",
4629
                "symfony/console": "~3.4|~4.0",
4630
                "symfony/css-selector": "~3.4|~4.0",
4631
                "symfony/dom-crawler": "~3.4|~4.0",
4632
                "symfony/expression-language": "~3.4|~4.0",
4633
                "symfony/form": "^4.2",
4634
                "symfony/lock": "~3.4|~4.0",
4635
                "symfony/messenger": "^4.2",
4636
                "symfony/polyfill-intl-icu": "~1.0",
4637
                "symfony/process": "~3.4|~4.0",
4638
                "symfony/property-info": "~3.4|~4.0",
4639
                "symfony/security": "~3.4|~4.0",
4640
                "symfony/security-core": "~3.4|~4.0",
4641
                "symfony/security-csrf": "~3.4|~4.0",
4642
                "symfony/serializer": "^4.2",
4643
                "symfony/stopwatch": "~3.4|~4.0",
4644
                "symfony/templating": "~3.4|~4.0",
4645
                "symfony/translation": "~4.2",
4646
                "symfony/validator": "^4.1",
4647
                "symfony/var-dumper": "~3.4|~4.0",
4648
                "symfony/web-link": "~3.4|~4.0",
4649
                "symfony/workflow": "^4.1",
4650
                "symfony/yaml": "~3.4|~4.0",
4651
                "twig/twig": "~1.34|~2.4"
4652
            },
4653
            "suggest": {
4654
                "ext-apcu": "For best performance of the system caches",
4655
                "phpdocumentor/reflection-docblock": "For display additional information in debug:container",
4656
                "symfony/console": "For using the console commands",
4657
                "symfony/form": "For using forms",
4658
                "symfony/property-info": "For using the property_info service",
4659
                "symfony/serializer": "For using the serializer service",
4660
                "symfony/validator": "For using validation",
4661
                "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
4662
                "symfony/yaml": "For using the debug:config and lint:yaml commands"
4663
            },
4664
            "type": "symfony-bundle",
4665
            "extra": {
4666
                "branch-alias": {
4667
                    "dev-master": "4.2-dev"
4668
                }
4669
            },
4670
            "autoload": {
4671
                "psr-4": {
4672
                    "Symfony\\Bundle\\FrameworkBundle\\": ""
4673
                },
4674
                "exclude-from-classmap": [
4675
                    "/Tests/"
4676
                ]
4677
            },
4678
            "notification-url": "https://packagist.org/downloads/",
4679
            "license": [
4680
                "MIT"
4681
            ],
4682
            "authors": [
4683
                {
4684
                    "name": "Fabien Potencier",
4685
                    "email": "[email protected]"
4686
                },
4687
                {
4688
                    "name": "Symfony Community",
4689
                    "homepage": "https://symfony.com/contributors"
4690
                }
4691
            ],
4692
            "description": "Symfony FrameworkBundle",
4693
            "homepage": "https://symfony.com",
4694
            "time": "2018-11-20T16:22:05+00:00"
4695
        },
4696
        {
4697
            "name": "symfony/http-foundation",
4698
            "version": "v4.2.0",
4699
            "source": {
4700
                "type": "git",
4701
                "url": "https://github.com/symfony/http-foundation.git",
4702
                "reference": "1b31f3017fadd8cb05cf2c8aebdbf3b12a943851"
4703
            },
4704
            "dist": {
4705
                "type": "zip",
4706
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/1b31f3017fadd8cb05cf2c8aebdbf3b12a943851",
4707
                "reference": "1b31f3017fadd8cb05cf2c8aebdbf3b12a943851",
4708
                "shasum": ""
4709
            },
4710
            "require": {
4711
                "php": "^7.1.3",
4712
                "symfony/polyfill-mbstring": "~1.1"
4713
            },
4714
            "require-dev": {
4715
                "predis/predis": "~1.0",
4716
                "symfony/expression-language": "~3.4|~4.0"
4717
            },
4718
            "type": "library",
4719
            "extra": {
4720
                "branch-alias": {
4721
                    "dev-master": "4.2-dev"
4722
                }
4723
            },
4724
            "autoload": {
4725
                "psr-4": {
4726
                    "Symfony\\Component\\HttpFoundation\\": ""
4727
                },
4728
                "exclude-from-classmap": [
4729
                    "/Tests/"
4730
                ]
4731
            },
4732
            "notification-url": "https://packagist.org/downloads/",
4733
            "license": [
4734
                "MIT"
4735
            ],
4736
            "authors": [
4737
                {
4738
                    "name": "Fabien Potencier",
4739
                    "email": "[email protected]"
4740
                },
4741
                {
4742
                    "name": "Symfony Community",
4743
                    "homepage": "https://symfony.com/contributors"
4744
                }
4745
            ],
4746
            "description": "Symfony HttpFoundation Component",
4747
            "homepage": "https://symfony.com",
4748
            "time": "2018-11-26T10:55:26+00:00"
4749
        },
4750
        {
4751
            "name": "symfony/http-kernel",
4752
            "version": "v4.2.0",
4753
            "source": {
4754
                "type": "git",
4755
                "url": "https://github.com/symfony/http-kernel.git",
4756
                "reference": "500409e5d8a31fc92450a0ec2ea4e4c35af40117"
4757
            },
4758
            "dist": {
4759
                "type": "zip",
4760
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/500409e5d8a31fc92450a0ec2ea4e4c35af40117",
4761
                "reference": "500409e5d8a31fc92450a0ec2ea4e4c35af40117",
4762
                "shasum": ""
4763
            },
4764
            "require": {
4765
                "php": "^7.1.3",
4766
                "psr/log": "~1.0",
4767
                "symfony/contracts": "^1.0",
4768
                "symfony/debug": "~3.4|~4.0",
4769
                "symfony/event-dispatcher": "~4.1",
4770
                "symfony/http-foundation": "^4.1.1",
4771
                "symfony/polyfill-ctype": "~1.8"
4772
            },
4773
            "conflict": {
4774
                "symfony/config": "<3.4",
4775
                "symfony/dependency-injection": "<4.2",
4776
                "symfony/translation": "<4.2",
4777
                "symfony/var-dumper": "<4.1.1",
4778
                "twig/twig": "<1.34|<2.4,>=2"
4779
            },
4780
            "provide": {
4781
                "psr/log-implementation": "1.0"
4782
            },
4783
            "require-dev": {
4784
                "psr/cache": "~1.0",
4785
                "symfony/browser-kit": "~3.4|~4.0",
4786
                "symfony/config": "~3.4|~4.0",
4787
                "symfony/console": "~3.4|~4.0",
4788
                "symfony/css-selector": "~3.4|~4.0",
4789
                "symfony/dependency-injection": "^4.2",
4790
                "symfony/dom-crawler": "~3.4|~4.0",
4791
                "symfony/expression-language": "~3.4|~4.0",
4792
                "symfony/finder": "~3.4|~4.0",
4793
                "symfony/process": "~3.4|~4.0",
4794
                "symfony/routing": "~3.4|~4.0",
4795
                "symfony/stopwatch": "~3.4|~4.0",
4796
                "symfony/templating": "~3.4|~4.0",
4797
                "symfony/translation": "~4.2",
4798
                "symfony/var-dumper": "^4.1.1"
4799
            },
4800
            "suggest": {
4801
                "symfony/browser-kit": "",
4802
                "symfony/config": "",
4803
                "symfony/console": "",
4804
                "symfony/dependency-injection": "",
4805
                "symfony/var-dumper": ""
4806
            },
4807
            "type": "library",
4808
            "extra": {
4809
                "branch-alias": {
4810
                    "dev-master": "4.2-dev"
4811
                }
4812
            },
4813
            "autoload": {
4814
                "psr-4": {
4815
                    "Symfony\\Component\\HttpKernel\\": ""
4816
                },
4817
                "exclude-from-classmap": [
4818
                    "/Tests/"
4819
                ]
4820
            },
4821
            "notification-url": "https://packagist.org/downloads/",
4822
            "license": [
4823
                "MIT"
4824
            ],
4825
            "authors": [
4826
                {
4827
                    "name": "Fabien Potencier",
4828
                    "email": "[email protected]"
4829
                },
4830
                {
4831
                    "name": "Symfony Community",
4832
                    "homepage": "https://symfony.com/contributors"
4833
                }
4834
            ],
4835
            "description": "Symfony HttpKernel Component",
4836
            "homepage": "https://symfony.com",
4837
            "time": "2018-11-30T09:16:14+00:00"
4838
        },
4839
        {
4840
            "name": "symfony/inflector",
4841
            "version": "v4.2.0",
4842
            "source": {
4843
                "type": "git",
4844
                "url": "https://github.com/symfony/inflector.git",
4845
                "reference": "f9a637c0359f74404d44cf0da0a3ce53bae0787e"
4846
            },
4847
            "dist": {
4848
                "type": "zip",
4849
                "url": "https://api.github.com/repos/symfony/inflector/zipball/f9a637c0359f74404d44cf0da0a3ce53bae0787e",
4850
                "reference": "f9a637c0359f74404d44cf0da0a3ce53bae0787e",
4851
                "shasum": ""
4852
            },
4853
            "require": {
4854
                "php": "^7.1.3",
4855
                "symfony/polyfill-ctype": "~1.8"
4856
            },
4857
            "type": "library",
4858
            "extra": {
4859
                "branch-alias": {
4860
                    "dev-master": "4.2-dev"
4861
                }
4862
            },
4863
            "autoload": {
4864
                "psr-4": {
4865
                    "Symfony\\Component\\Inflector\\": ""
4866
                },
4867
                "exclude-from-classmap": [
4868
                    "/Tests/"
4869
                ]
4870
            },
4871
            "notification-url": "https://packagist.org/downloads/",
4872
            "license": [
4873
                "MIT"
4874
            ],
4875
            "authors": [
4876
                {
4877
                    "name": "Bernhard Schussek",
4878
                    "email": "[email protected]"
4879
                },
4880
                {
4881
                    "name": "Symfony Community",
4882
                    "homepage": "https://symfony.com/contributors"
4883
                }
4884
            ],
4885
            "description": "Symfony Inflector Component",
4886
            "homepage": "https://symfony.com",
4887
            "keywords": [
4888
                "inflection",
4889
                "pluralize",
4890
                "singularize",
4891
                "string",
4892
                "symfony",
4893
                "words"
4894
            ],
4895
            "time": "2018-11-11T19:52:12+00:00"
4896
        },
4897
        {
4898
            "name": "symfony/intl",
4899
            "version": "v4.2.0",
4900
            "source": {
4901
                "type": "git",
4902
                "url": "https://github.com/symfony/intl.git",
4903
                "reference": "1730183319d8b1f74143a3ed16473b229dc94cec"
4904
            },
4905
            "dist": {
4906
                "type": "zip",
4907
                "url": "https://api.github.com/repos/symfony/intl/zipball/1730183319d8b1f74143a3ed16473b229dc94cec",
4908
                "reference": "1730183319d8b1f74143a3ed16473b229dc94cec",
4909
                "shasum": ""
4910
            },
4911
            "require": {
4912
                "php": "^7.1.3",
4913
                "symfony/polyfill-intl-icu": "~1.0"
4914
            },
4915
            "require-dev": {
4916
                "symfony/filesystem": "~3.4|~4.0"
4917
            },
4918
            "suggest": {
4919
                "ext-intl": "to use the component with locales other than \"en\""
4920
            },
4921
            "type": "library",
4922
            "extra": {
4923
                "branch-alias": {
4924
                    "dev-master": "4.2-dev"
4925
                }
4926
            },
4927
            "autoload": {
4928
                "psr-4": {
4929
                    "Symfony\\Component\\Intl\\": ""
4930
                },
4931
                "classmap": [
4932
                    "Resources/stubs"
4933
                ],
4934
                "exclude-from-classmap": [
4935
                    "/Tests/"
4936
                ]
4937
            },
4938
            "notification-url": "https://packagist.org/downloads/",
4939
            "license": [
4940
                "MIT"
4941
            ],
4942
            "authors": [
4943
                {
4944
                    "name": "Bernhard Schussek",
4945
                    "email": "[email protected]"
4946
                },
4947
                {
4948
                    "name": "Eriksen Costa",
4949
                    "email": "[email protected]"
4950
                },
4951
                {
4952
                    "name": "Igor Wiedler",
4953
                    "email": "[email protected]"
4954
                },
4955
                {
4956
                    "name": "Symfony Community",
4957
                    "homepage": "https://symfony.com/contributors"
4958
                }
4959
            ],
4960
            "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.",
4961
            "homepage": "https://symfony.com",
4962
            "keywords": [
4963
                "i18n",
4964
                "icu",
4965
                "internationalization",
4966
                "intl",
4967
                "l10n",
4968
                "localization"
4969
            ],
4970
            "time": "2018-11-11T19:52:12+00:00"
4971
        },
4972
        {
4973
            "name": "symfony/monolog-bridge",
4974
            "version": "v4.2.0",
4975
            "source": {
4976
                "type": "git",
4977
                "url": "https://github.com/symfony/monolog-bridge.git",
4978
                "reference": "95538500b45bb96d4bf90c7fdfe615318a777dea"
4979
            },
4980
            "dist": {
4981
                "type": "zip",
4982
                "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/95538500b45bb96d4bf90c7fdfe615318a777dea",
4983
                "reference": "95538500b45bb96d4bf90c7fdfe615318a777dea",
4984
                "shasum": ""
4985
            },
4986
            "require": {
4987
                "monolog/monolog": "~1.19",
4988
                "php": "^7.1.3",
4989
                "symfony/contracts": "^1.0",
4990
                "symfony/http-kernel": "~3.4|~4.0"
4991
            },
4992
            "conflict": {
4993
                "symfony/console": "<3.4",
4994
                "symfony/http-foundation": "<3.4"
4995
            },
4996
            "require-dev": {
4997
                "symfony/console": "~3.4|~4.0",
4998
                "symfony/event-dispatcher": "~3.4|~4.0",
4999
                "symfony/security-core": "~3.4|~4.0",
5000
                "symfony/var-dumper": "~3.4|~4.0"
5001
            },
5002
            "suggest": {
5003
                "symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings.",
5004
                "symfony/event-dispatcher": "Needed when using log messages in console commands.",
5005
                "symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel.",
5006
                "symfony/var-dumper": "For using the debugging handlers like the console handler or the log server handler."
5007
            },
5008
            "type": "symfony-bridge",
5009
            "extra": {
5010
                "branch-alias": {
5011
                    "dev-master": "4.2-dev"
5012
                }
5013
            },
5014
            "autoload": {
5015
                "psr-4": {
5016
                    "Symfony\\Bridge\\Monolog\\": ""
5017
                },
5018
                "exclude-from-classmap": [
5019
                    "/Tests/"
5020
                ]
5021
            },
5022
            "notification-url": "https://packagist.org/downloads/",
5023
            "license": [
5024
                "MIT"
5025
            ],
5026
            "authors": [
5027
                {
5028
                    "name": "Fabien Potencier",
5029
                    "email": "[email protected]"
5030
                },
5031
                {
5032
                    "name": "Symfony Community",
5033
                    "homepage": "https://symfony.com/contributors"
5034
                }
5035
            ],
5036
            "description": "Symfony Monolog Bridge",
5037
            "homepage": "https://symfony.com",
5038
            "time": "2018-11-26T10:55:26+00:00"
5039
        },
5040
        {
5041
            "name": "symfony/monolog-bundle",
5042
            "version": "v3.3.1",
5043
            "source": {
5044
                "type": "git",
5045
                "url": "https://github.com/symfony/monolog-bundle.git",
5046
                "reference": "572e143afc03419a75ab002c80a2fd99299195ff"
5047
            },
5048
            "dist": {
5049
                "type": "zip",
5050
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/572e143afc03419a75ab002c80a2fd99299195ff",
5051
                "reference": "572e143afc03419a75ab002c80a2fd99299195ff",
5052
                "shasum": ""
5053
            },
5054
            "require": {
5055
                "monolog/monolog": "~1.22",
5056
                "php": ">=5.6",
5057
                "symfony/config": "~2.7|~3.3|~4.0",
5058
                "symfony/dependency-injection": "~2.7|~3.4.10|^4.0.10",
5059
                "symfony/http-kernel": "~2.7|~3.3|~4.0",
5060
                "symfony/monolog-bridge": "~2.7|~3.3|~4.0"
5061
            },
5062
            "require-dev": {
5063
                "symfony/console": "~2.7|~3.3|~4.0",
5064
                "symfony/phpunit-bridge": "^3.3|^4.0",
5065
                "symfony/yaml": "~2.7|~3.3|~4.0"
5066
            },
5067
            "type": "symfony-bundle",
5068
            "extra": {
5069
                "branch-alias": {
5070
                    "dev-master": "3.x-dev"
5071
                }
5072
            },
5073
            "autoload": {
5074
                "psr-4": {
5075
                    "Symfony\\Bundle\\MonologBundle\\": ""
5076
                },
5077
                "exclude-from-classmap": [
5078
                    "/Tests/"
5079
                ]
5080
            },
5081
            "notification-url": "https://packagist.org/downloads/",
5082
            "license": [
5083
                "MIT"
5084
            ],
5085
            "authors": [
5086
                {
5087
                    "name": "Symfony Community",
5088
                    "homepage": "http://symfony.com/contributors"
5089
                },
5090
                {
5091
                    "name": "Fabien Potencier",
5092
                    "email": "[email protected]"
5093
                }
5094
            ],
5095
            "description": "Symfony MonologBundle",
5096
            "homepage": "http://symfony.com",
5097
            "keywords": [
5098
                "log",
5099
                "logging"
5100
            ],
5101
            "time": "2018-11-04T09:58:13+00:00"
5102
        },
5103
        {
5104
            "name": "symfony/options-resolver",
5105
            "version": "v4.2.0",
5106
            "source": {
5107
                "type": "git",
5108
                "url": "https://github.com/symfony/options-resolver.git",
5109
                "reference": "a9c38e8a3da2c03b3e71fdffa6efb0bda51390ba"
5110
            },
5111
            "dist": {
5112
                "type": "zip",
5113
                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/a9c38e8a3da2c03b3e71fdffa6efb0bda51390ba",
5114
                "reference": "a9c38e8a3da2c03b3e71fdffa6efb0bda51390ba",
5115
                "shasum": ""
5116
            },
5117
            "require": {
5118
                "php": "^7.1.3"
5119
            },
5120
            "type": "library",
5121
            "extra": {
5122
                "branch-alias": {
5123
                    "dev-master": "4.2-dev"
5124
                }
5125
            },
5126
            "autoload": {
5127
                "psr-4": {
5128
                    "Symfony\\Component\\OptionsResolver\\": ""
5129
                },
5130
                "exclude-from-classmap": [
5131
                    "/Tests/"
5132
                ]
5133
            },
5134
            "notification-url": "https://packagist.org/downloads/",
5135
            "license": [
5136
                "MIT"
5137
            ],
5138
            "authors": [
5139
                {
5140
                    "name": "Fabien Potencier",
5141
                    "email": "[email protected]"
5142
                },
5143
                {
5144
                    "name": "Symfony Community",
5145
                    "homepage": "https://symfony.com/contributors"
5146
                }
5147
            ],
5148
            "description": "Symfony OptionsResolver Component",
5149
            "homepage": "https://symfony.com",
5150
            "keywords": [
5151
                "config",
5152
                "configuration",
5153
                "options"
5154
            ],
5155
            "time": "2018-11-11T19:52:12+00:00"
5156
        },
5157
        {
5158
            "name": "symfony/orm-pack",
5159
            "version": "v1.0.5",
5160
            "source": {
5161
                "type": "git",
5162
                "url": "https://github.com/symfony/orm-pack.git",
5163
                "reference": "1b58f752cd917a08c9c8df020781d9c46a2275b1"
5164
            },
5165
            "dist": {
5166
                "type": "zip",
5167
                "url": "https://api.github.com/repos/symfony/orm-pack/zipball/1b58f752cd917a08c9c8df020781d9c46a2275b1",
5168
                "reference": "1b58f752cd917a08c9c8df020781d9c46a2275b1",
5169
                "shasum": ""
5170
            },
5171
            "require": {
5172
                "doctrine/doctrine-bundle": "^1.6.10",
5173
                "doctrine/doctrine-migrations-bundle": "^1.3",
5174
                "doctrine/orm": "^2.5.11",
5175
                "php": "^7.0"
5176
            },
5177
            "type": "symfony-pack",
5178
            "notification-url": "https://packagist.org/downloads/",
5179
            "license": [
5180
                "MIT"
5181
            ],
5182
            "description": "A pack for the Doctrine ORM",
5183
            "time": "2017-12-12T01:47:50+00:00"
5184
        },
5185
        {
5186
            "name": "symfony/polyfill-ctype",
5187
            "version": "v1.10.0",
5188
            "source": {
5189
                "type": "git",
5190
                "url": "https://github.com/symfony/polyfill-ctype.git",
5191
                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
5192
            },
5193
            "dist": {
5194
                "type": "zip",
5195
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
5196
                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
5197
                "shasum": ""
5198
            },
5199
            "require": {
5200
                "php": ">=5.3.3"
5201
            },
5202
            "suggest": {
5203
                "ext-ctype": "For best performance"
5204
            },
5205
            "type": "library",
5206
            "extra": {
5207
                "branch-alias": {
5208
                    "dev-master": "1.9-dev"
5209
                }
5210
            },
5211
            "autoload": {
5212
                "psr-4": {
5213
                    "Symfony\\Polyfill\\Ctype\\": ""
5214
                },
5215
                "files": [
5216
                    "bootstrap.php"
5217
                ]
5218
            },
5219
            "notification-url": "https://packagist.org/downloads/",
5220
            "license": [
5221
                "MIT"
5222
            ],
5223
            "authors": [
5224
                {
5225
                    "name": "Symfony Community",
5226
                    "homepage": "https://symfony.com/contributors"
5227
                },
5228
                {
5229
                    "name": "Gert de Pagter",
5230
                    "email": "[email protected]"
5231
                }
5232
            ],
5233
            "description": "Symfony polyfill for ctype functions",
5234
            "homepage": "https://symfony.com",
5235
            "keywords": [
5236
                "compatibility",
5237
                "ctype",
5238
                "polyfill",
5239
                "portable"
5240
            ],
5241
            "time": "2018-08-06T14:22:27+00:00"
5242
        },
5243
        {
5244
            "name": "symfony/polyfill-intl-icu",
5245
            "version": "v1.10.0",
5246
            "source": {
5247
                "type": "git",
5248
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
5249
                "reference": "f22a90256d577c7ef7efad8df1f0201663d57644"
5250
            },
5251
            "dist": {
5252
                "type": "zip",
5253
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/f22a90256d577c7ef7efad8df1f0201663d57644",
5254
                "reference": "f22a90256d577c7ef7efad8df1f0201663d57644",
5255
                "shasum": ""
5256
            },
5257
            "require": {
5258
                "php": ">=5.3.3",
5259
                "symfony/intl": "~2.3|~3.0|~4.0"
5260
            },
5261
            "suggest": {
5262
                "ext-intl": "For best performance"
5263
            },
5264
            "type": "library",
5265
            "extra": {
5266
                "branch-alias": {
5267
                    "dev-master": "1.9-dev"
5268
                }
5269
            },
5270
            "autoload": {
5271
                "files": [
5272
                    "bootstrap.php"
5273
                ]
5274
            },
5275
            "notification-url": "https://packagist.org/downloads/",
5276
            "license": [
5277
                "MIT"
5278
            ],
5279
            "authors": [
5280
                {
5281
                    "name": "Nicolas Grekas",
5282
                    "email": "[email protected]"
5283
                },
5284
                {
5285
                    "name": "Symfony Community",
5286
                    "homepage": "https://symfony.com/contributors"
5287
                }
5288
            ],
5289
            "description": "Symfony polyfill for intl's ICU-related data and classes",
5290
            "homepage": "https://symfony.com",
5291
            "keywords": [
5292
                "compatibility",
5293
                "icu",
5294
                "intl",
5295
                "polyfill",
5296
                "portable",
5297
                "shim"
5298
            ],
5299
            "time": "2018-08-06T14:22:27+00:00"
5300
        },
5301
        {
5302
            "name": "symfony/polyfill-mbstring",
5303
            "version": "v1.10.0",
5304
            "source": {
5305
                "type": "git",
5306
                "url": "https://github.com/symfony/polyfill-mbstring.git",
5307
                "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
5308
            },
5309
            "dist": {
5310
                "type": "zip",
5311
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
5312
                "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
5313
                "shasum": ""
5314
            },
5315
            "require": {
5316
                "php": ">=5.3.3"
5317
            },
5318
            "suggest": {
5319
                "ext-mbstring": "For best performance"
5320
            },
5321
            "type": "library",
5322
            "extra": {
5323
                "branch-alias": {
5324
                    "dev-master": "1.9-dev"
5325
                }
5326
            },
5327
            "autoload": {
5328
                "psr-4": {
5329
                    "Symfony\\Polyfill\\Mbstring\\": ""
5330
                },
5331
                "files": [
5332
                    "bootstrap.php"
5333
                ]
5334
            },
5335
            "notification-url": "https://packagist.org/downloads/",
5336
            "license": [
5337
                "MIT"
5338
            ],
5339
            "authors": [
5340
                {
5341
                    "name": "Nicolas Grekas",
5342
                    "email": "[email protected]"
5343
                },
5344
                {
5345
                    "name": "Symfony Community",
5346
                    "homepage": "https://symfony.com/contributors"
5347
                }
5348
            ],
5349
            "description": "Symfony polyfill for the Mbstring extension",
5350
            "homepage": "https://symfony.com",
5351
            "keywords": [
5352
                "compatibility",
5353
                "mbstring",
5354
                "polyfill",
5355
                "portable",
5356
                "shim"
5357
            ],
5358
            "time": "2018-09-21T13:07:52+00:00"
5359
        },
5360
        {
5361
            "name": "symfony/process",
5362
            "version": "v4.2.0",
5363
            "source": {
5364
                "type": "git",
5365
                "url": "https://github.com/symfony/process.git",
5366
                "reference": "2b341009ccec76837a7f46f59641b431e4d4c2b0"
5367
            },
5368
            "dist": {
5369
                "type": "zip",
5370
                "url": "https://api.github.com/repos/symfony/process/zipball/2b341009ccec76837a7f46f59641b431e4d4c2b0",
5371
                "reference": "2b341009ccec76837a7f46f59641b431e4d4c2b0",
5372
                "shasum": ""
5373
            },
5374
            "require": {
5375
                "php": "^7.1.3"
5376
            },
5377
            "type": "library",
5378
            "extra": {
5379
                "branch-alias": {
5380
                    "dev-master": "4.2-dev"
5381
                }
5382
            },
5383
            "autoload": {
5384
                "psr-4": {
5385
                    "Symfony\\Component\\Process\\": ""
5386
                },
5387
                "exclude-from-classmap": [
5388
                    "/Tests/"
5389
                ]
5390
            },
5391
            "notification-url": "https://packagist.org/downloads/",
5392
            "license": [
5393
                "MIT"
5394
            ],
5395
            "authors": [
5396
                {
5397
                    "name": "Fabien Potencier",
5398
                    "email": "[email protected]"
5399
                },
5400
                {
5401
                    "name": "Symfony Community",
5402
                    "homepage": "https://symfony.com/contributors"
5403
                }
5404
            ],
5405
            "description": "Symfony Process Component",
5406
            "homepage": "https://symfony.com",
5407
            "time": "2018-11-20T16:22:05+00:00"
5408
        },
5409
        {
5410
            "name": "symfony/property-access",
5411
            "version": "v4.2.0",
5412
            "source": {
5413
                "type": "git",
5414
                "url": "https://github.com/symfony/property-access.git",
5415
                "reference": "b6df4e1849f389468edb36e2e59877d4a8170723"
5416
            },
5417
            "dist": {
5418
                "type": "zip",
5419
                "url": "https://api.github.com/repos/symfony/property-access/zipball/b6df4e1849f389468edb36e2e59877d4a8170723",
5420
                "reference": "b6df4e1849f389468edb36e2e59877d4a8170723",
5421
                "shasum": ""
5422
            },
5423
            "require": {
5424
                "php": "^7.1.3",
5425
                "symfony/inflector": "~3.4|~4.0"
5426
            },
5427
            "require-dev": {
5428
                "symfony/cache": "~3.4|~4.0"
5429
            },
5430
            "suggest": {
5431
                "psr/cache-implementation": "To cache access methods."
5432
            },
5433
            "type": "library",
5434
            "extra": {
5435
                "branch-alias": {
5436
                    "dev-master": "4.2-dev"
5437
                }
5438
            },
5439
            "autoload": {
5440
                "psr-4": {
5441
                    "Symfony\\Component\\PropertyAccess\\": ""
5442
                },
5443
                "exclude-from-classmap": [
5444
                    "/Tests/"
5445
                ]
5446
            },
5447
            "notification-url": "https://packagist.org/downloads/",
5448
            "license": [
5449
                "MIT"
5450
            ],
5451
            "authors": [
5452
                {
5453
                    "name": "Fabien Potencier",
5454
                    "email": "[email protected]"
5455
                },
5456
                {
5457
                    "name": "Symfony Community",
5458
                    "homepage": "https://symfony.com/contributors"
5459
                }
5460
            ],
5461
            "description": "Symfony PropertyAccess Component",
5462
            "homepage": "https://symfony.com",
5463
            "keywords": [
5464
                "access",
5465
                "array",
5466
                "extraction",
5467
                "index",
5468
                "injection",
5469
                "object",
5470
                "property",
5471
                "property path",
5472
                "reflection"
5473
            ],
5474
            "time": "2018-11-29T14:48:32+00:00"
5475
        },
5476
        {
5477
            "name": "symfony/property-info",
5478
            "version": "v4.2.0",
5479
            "source": {
5480
                "type": "git",
5481
                "url": "https://github.com/symfony/property-info.git",
5482
                "reference": "d34c76cfe2d16c594e26d0d11fabfef77b3651e5"
5483
            },
5484
            "dist": {
5485
                "type": "zip",
5486
                "url": "https://api.github.com/repos/symfony/property-info/zipball/d34c76cfe2d16c594e26d0d11fabfef77b3651e5",
5487
                "reference": "d34c76cfe2d16c594e26d0d11fabfef77b3651e5",
5488
                "shasum": ""
5489
            },
5490
            "require": {
5491
                "php": "^7.1.3",
5492
                "symfony/inflector": "~3.4|~4.0"
5493
            },
5494
            "conflict": {
5495
                "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
5496
                "phpdocumentor/type-resolver": "<0.3.0",
5497
                "symfony/dependency-injection": "<3.4"
5498
            },
5499
            "require-dev": {
5500
                "doctrine/annotations": "~1.0",
5501
                "phpdocumentor/reflection-docblock": "^3.0|^4.0",
5502
                "symfony/cache": "~3.4|~4.0",
5503
                "symfony/dependency-injection": "~3.4|~4.0",
5504
                "symfony/serializer": "~3.4|~4.0"
5505
            },
5506
            "suggest": {
5507
                "phpdocumentor/reflection-docblock": "To use the PHPDoc",
5508
                "psr/cache-implementation": "To cache results",
5509
                "symfony/doctrine-bridge": "To use Doctrine metadata",
5510
                "symfony/serializer": "To use Serializer metadata"
5511
            },
5512
            "type": "library",
5513
            "extra": {
5514
                "branch-alias": {
5515
                    "dev-master": "4.2-dev"
5516
                }
5517
            },
5518
            "autoload": {
5519
                "psr-4": {
5520
                    "Symfony\\Component\\PropertyInfo\\": ""
5521
                },
5522
                "exclude-from-classmap": [
5523
                    "/Tests/"
5524
                ]
5525
            },
5526
            "notification-url": "https://packagist.org/downloads/",
5527
            "license": [
5528
                "MIT"
5529
            ],
5530
            "authors": [
5531
                {
5532
                    "name": "Kévin Dunglas",
5533
                    "email": "[email protected]"
5534
                },
5535
                {
5536
                    "name": "Symfony Community",
5537
                    "homepage": "https://symfony.com/contributors"
5538
                }
5539
            ],
5540
            "description": "Symfony Property Info Component",
5541
            "homepage": "https://symfony.com",
5542
            "keywords": [
5543
                "doctrine",
5544
                "phpdoc",
5545
                "property",
5546
                "symfony",
5547
                "type",
5548
                "validator"
5549
            ],
5550
            "time": "2018-11-11T19:52:12+00:00"
5551
        },
5552
        {
5553
            "name": "symfony/routing",
5554
            "version": "v4.2.0",
5555
            "source": {
5556
                "type": "git",
5557
                "url": "https://github.com/symfony/routing.git",
5558
                "reference": "97b9f457df748357eec101df5c8b1c649b543241"
5559
            },
5560
            "dist": {
5561
                "type": "zip",
5562
                "url": "https://api.github.com/repos/symfony/routing/zipball/97b9f457df748357eec101df5c8b1c649b543241",
5563
                "reference": "97b9f457df748357eec101df5c8b1c649b543241",
5564
                "shasum": ""
5565
            },
5566
            "require": {
5567
                "php": "^7.1.3"
5568
            },
5569
            "conflict": {
5570
                "symfony/config": "<4.2",
5571
                "symfony/dependency-injection": "<3.4",
5572
                "symfony/yaml": "<3.4"
5573
            },
5574
            "require-dev": {
5575
                "doctrine/annotations": "~1.0",
5576
                "psr/log": "~1.0",
5577
                "symfony/config": "~4.2",
5578
                "symfony/dependency-injection": "~3.4|~4.0",
5579
                "symfony/expression-language": "~3.4|~4.0",
5580
                "symfony/http-foundation": "~3.4|~4.0",
5581
                "symfony/yaml": "~3.4|~4.0"
5582
            },
5583
            "suggest": {
5584
                "doctrine/annotations": "For using the annotation loader",
5585
                "symfony/config": "For using the all-in-one router or any loader",
5586
                "symfony/dependency-injection": "For loading routes from a service",
5587
                "symfony/expression-language": "For using expression matching",
5588
                "symfony/http-foundation": "For using a Symfony Request object",
5589
                "symfony/yaml": "For using the YAML loader"
5590
            },
5591
            "type": "library",
5592
            "extra": {
5593
                "branch-alias": {
5594
                    "dev-master": "4.2-dev"
5595
                }
5596
            },
5597
            "autoload": {
5598
                "psr-4": {
5599
                    "Symfony\\Component\\Routing\\": ""
5600
                },
5601
                "exclude-from-classmap": [
5602
                    "/Tests/"
5603
                ]
5604
            },
5605
            "notification-url": "https://packagist.org/downloads/",
5606
            "license": [
5607
                "MIT"
5608
            ],
5609
            "authors": [
5610
                {
5611
                    "name": "Fabien Potencier",
5612
                    "email": "[email protected]"
5613
                },
5614
                {
5615
                    "name": "Symfony Community",
5616
                    "homepage": "https://symfony.com/contributors"
5617
                }
5618
            ],
5619
            "description": "Symfony Routing Component",
5620
            "homepage": "https://symfony.com",
5621
            "keywords": [
5622
                "router",
5623
                "routing",
5624
                "uri",
5625
                "url"
5626
            ],
5627
            "time": "2018-11-29T14:48:32+00:00"
5628
        },
5629
        {
5630
            "name": "symfony/security-acl",
5631
            "version": "v3.0.1",
5632
            "source": {
5633
                "type": "git",
5634
                "url": "https://github.com/symfony/security-acl.git",
5635
                "reference": "ab4dfe2d95e038cd367dd04604487b0a3359bcff"
5636
            },
5637
            "dist": {
5638
                "type": "zip",
5639
                "url": "https://api.github.com/repos/symfony/security-acl/zipball/ab4dfe2d95e038cd367dd04604487b0a3359bcff",
5640
                "reference": "ab4dfe2d95e038cd367dd04604487b0a3359bcff",
5641
                "shasum": ""
5642
            },
5643
            "require": {
5644
                "php": ">=5.5.9",
5645
                "symfony/security-core": "~2.8|~3.0|~4.0"
5646
            },
5647
            "require-dev": {
5648
                "doctrine/common": "~2.2",
5649
                "doctrine/dbal": "~2.2",
5650
                "psr/log": "~1.0",
5651
                "symfony/phpunit-bridge": "~2.8|~3.0|~4.0"
5652
            },
5653
            "suggest": {
5654
                "doctrine/dbal": "For using the built-in ACL implementation",
5655
                "symfony/class-loader": "For using the ACL generateSql script",
5656
                "symfony/finder": "For using the ACL generateSql script"
5657
            },
5658
            "type": "library",
5659
            "extra": {
5660
                "branch-alias": {
5661
                    "dev-master": "3.0-dev"
5662
                }
5663
            },
5664
            "autoload": {
5665
                "psr-4": {
5666
                    "Symfony\\Component\\Security\\Acl\\": ""
5667
                },
5668
                "exclude-from-classmap": [
5669
                    "/Tests/"
5670
                ]
5671
            },
5672
            "notification-url": "https://packagist.org/downloads/",
5673
            "license": [
5674
                "MIT"
5675
            ],
5676
            "authors": [
5677
                {
5678
                    "name": "Fabien Potencier",
5679
                    "email": "[email protected]"
5680
                },
5681
                {
5682
                    "name": "Symfony Community",
5683
                    "homepage": "https://symfony.com/contributors"
5684
                }
5685
            ],
5686
            "description": "Symfony Security Component - ACL (Access Control List)",
5687
            "homepage": "https://symfony.com",
5688
            "time": "2017-07-21T06:01:18+00:00"
5689
        },
5690
        {
5691
            "name": "symfony/security-bundle",
5692
            "version": "v4.2.0",
5693
            "source": {
5694
                "type": "git",
5695
                "url": "https://github.com/symfony/security-bundle.git",
5696
                "reference": "705b5852306fb2bbf3b7903e7929eed01fc2c9d9"
5697
            },
5698
            "dist": {
5699
                "type": "zip",
5700
                "url": "https://api.github.com/repos/symfony/security-bundle/zipball/705b5852306fb2bbf3b7903e7929eed01fc2c9d9",
5701
                "reference": "705b5852306fb2bbf3b7903e7929eed01fc2c9d9",
5702
                "shasum": ""
5703
            },
5704
            "require": {
5705
                "ext-xml": "*",
5706
                "php": "^7.1.3",
5707
                "symfony/config": "^4.2",
5708
                "symfony/dependency-injection": "^4.2",
5709
                "symfony/http-kernel": "^4.1",
5710
                "symfony/security-core": "~4.2",
5711
                "symfony/security-csrf": "~4.2",
5712
                "symfony/security-guard": "~4.2",
5713
                "symfony/security-http": "~4.2"
5714
            },
5715
            "conflict": {
5716
                "symfony/browser-kit": "<4.2",
5717
                "symfony/console": "<3.4",
5718
                "symfony/event-dispatcher": "<3.4",
5719
                "symfony/framework-bundle": "<4.2",
5720
                "symfony/twig-bundle": "<4.2",
5721
                "symfony/var-dumper": "<3.4"
5722
            },
5723
            "require-dev": {
5724
                "doctrine/doctrine-bundle": "~1.5",
5725
                "symfony/asset": "~3.4|~4.0",
5726
                "symfony/browser-kit": "~4.2",
5727
                "symfony/console": "~3.4|~4.0",
5728
                "symfony/css-selector": "~3.4|~4.0",
5729
                "symfony/dom-crawler": "~3.4|~4.0",
5730
                "symfony/event-dispatcher": "~3.4|~4.0",
5731
                "symfony/expression-language": "~3.4|~4.0",
5732
                "symfony/form": "~3.4|~4.0",
5733
                "symfony/framework-bundle": "~4.2",
5734
                "symfony/http-foundation": "~3.4|~4.0",
5735
                "symfony/process": "~3.4|~4.0",
5736
                "symfony/translation": "~3.4|~4.0",
5737
                "symfony/twig-bridge": "~3.4|~4.0",
5738
                "symfony/twig-bundle": "~4.2",
5739
                "symfony/validator": "~3.4|~4.0",
5740
                "symfony/var-dumper": "~3.4|~4.0",
5741
                "symfony/yaml": "~3.4|~4.0",
5742
                "twig/twig": "~1.34|~2.4"
5743
            },
5744
            "type": "symfony-bundle",
5745
            "extra": {
5746
                "branch-alias": {
5747
                    "dev-master": "4.2-dev"
5748
                }
5749
            },
5750
            "autoload": {
5751
                "psr-4": {
5752
                    "Symfony\\Bundle\\SecurityBundle\\": ""
5753
                },
5754
                "exclude-from-classmap": [
5755
                    "/Tests/"
5756
                ]
5757
            },
5758
            "notification-url": "https://packagist.org/downloads/",
5759
            "license": [
5760
                "MIT"
5761
            ],
5762
            "authors": [
5763
                {
5764
                    "name": "Fabien Potencier",
5765
                    "email": "[email protected]"
5766
                },
5767
                {
5768
                    "name": "Symfony Community",
5769
                    "homepage": "https://symfony.com/contributors"
5770
                }
5771
            ],
5772
            "description": "Symfony SecurityBundle",
5773
            "homepage": "https://symfony.com",
5774
            "time": "2018-11-14T19:14:06+00:00"
5775
        },
5776
        {
5777
            "name": "symfony/security-core",
5778
            "version": "v4.2.0",
5779
            "source": {
5780
                "type": "git",
5781
                "url": "https://github.com/symfony/security-core.git",
5782
                "reference": "faad8794fb93779a32d41cd312265480a417b375"
5783
            },
5784
            "dist": {
5785
                "type": "zip",
5786
                "url": "https://api.github.com/repos/symfony/security-core/zipball/faad8794fb93779a32d41cd312265480a417b375",
5787
                "reference": "faad8794fb93779a32d41cd312265480a417b375",
5788
                "shasum": ""
5789
            },
5790
            "require": {
5791
                "php": "^7.1.3",
5792
                "symfony/contracts": "^1.0"
5793
            },
5794
            "require-dev": {
5795
                "psr/container": "^1.0",
5796
                "psr/log": "~1.0",
5797
                "symfony/event-dispatcher": "~3.4|~4.0",
5798
                "symfony/expression-language": "~3.4|~4.0",
5799
                "symfony/http-foundation": "~3.4|~4.0",
5800
                "symfony/ldap": "~3.4|~4.0",
5801
                "symfony/validator": "~3.4|~4.0"
5802
            },
5803
            "suggest": {
5804
                "psr/container-implementation": "To instantiate the Security class",
5805
                "symfony/event-dispatcher": "",
5806
                "symfony/expression-language": "For using the expression voter",
5807
                "symfony/http-foundation": "",
5808
                "symfony/ldap": "For using LDAP integration",
5809
                "symfony/validator": "For using the user password constraint"
5810
            },
5811
            "type": "library",
5812
            "extra": {
5813
                "branch-alias": {
5814
                    "dev-master": "4.2-dev"
5815
                }
5816
            },
5817
            "autoload": {
5818
                "psr-4": {
5819
                    "Symfony\\Component\\Security\\Core\\": ""
5820
                },
5821
                "exclude-from-classmap": [
5822
                    "/Tests/"
5823
                ]
5824
            },
5825
            "notification-url": "https://packagist.org/downloads/",
5826
            "license": [
5827
                "MIT"
5828
            ],
5829
            "authors": [
5830
                {
5831
                    "name": "Fabien Potencier",
5832
                    "email": "[email protected]"
5833
                },
5834
                {
5835
                    "name": "Symfony Community",
5836
                    "homepage": "https://symfony.com/contributors"
5837
                }
5838
            ],
5839
            "description": "Symfony Security Component - Core Library",
5840
            "homepage": "https://symfony.com",
5841
            "time": "2018-11-11T19:52:12+00:00"
5842
        },
5843
        {
5844
            "name": "symfony/security-csrf",
5845
            "version": "v4.2.0",
5846
            "source": {
5847
                "type": "git",
5848
                "url": "https://github.com/symfony/security-csrf.git",
5849
                "reference": "0aed738ad254d8bad49f845cfaf3984079934967"
5850
            },
5851
            "dist": {
5852
                "type": "zip",
5853
                "url": "https://api.github.com/repos/symfony/security-csrf/zipball/0aed738ad254d8bad49f845cfaf3984079934967",
5854
                "reference": "0aed738ad254d8bad49f845cfaf3984079934967",
5855
                "shasum": ""
5856
            },
5857
            "require": {
5858
                "php": "^7.1.3",
5859
                "symfony/security-core": "~3.4|~4.0"
5860
            },
5861
            "conflict": {
5862
                "symfony/http-foundation": "<3.4"
5863
            },
5864
            "require-dev": {
5865
                "symfony/http-foundation": "~3.4|~4.0"
5866
            },
5867
            "suggest": {
5868
                "symfony/http-foundation": "For using the class SessionTokenStorage."
5869
            },
5870
            "type": "library",
5871
            "extra": {
5872
                "branch-alias": {
5873
                    "dev-master": "4.2-dev"
5874
                }
5875
            },
5876
            "autoload": {
5877
                "psr-4": {
5878
                    "Symfony\\Component\\Security\\Csrf\\": ""
5879
                },
5880
                "exclude-from-classmap": [
5881
                    "/Tests/"
5882
                ]
5883
            },
5884
            "notification-url": "https://packagist.org/downloads/",
5885
            "license": [
5886
                "MIT"
5887
            ],
5888
            "authors": [
5889
                {
5890
                    "name": "Fabien Potencier",
5891
                    "email": "[email protected]"
5892
                },
5893
                {
5894
                    "name": "Symfony Community",
5895
                    "homepage": "https://symfony.com/contributors"
5896
                }
5897
            ],
5898
            "description": "Symfony Security Component - CSRF Library",
5899
            "homepage": "https://symfony.com",
5900
            "time": "2018-11-11T19:52:12+00:00"
5901
        },
5902
        {
5903
            "name": "symfony/security-guard",
5904
            "version": "v4.2.0",
5905
            "source": {
5906
                "type": "git",
5907
                "url": "https://github.com/symfony/security-guard.git",
5908
                "reference": "62335fd15d9f1289b1ebaff0ae72ebd9fcac3dd2"
5909
            },
5910
            "dist": {
5911
                "type": "zip",
5912
                "url": "https://api.github.com/repos/symfony/security-guard/zipball/62335fd15d9f1289b1ebaff0ae72ebd9fcac3dd2",
5913
                "reference": "62335fd15d9f1289b1ebaff0ae72ebd9fcac3dd2",
5914
                "shasum": ""
5915
            },
5916
            "require": {
5917
                "php": "^7.1.3",
5918
                "symfony/security-core": "~3.4|~4.0",
5919
                "symfony/security-http": "~3.4|~4.0"
5920
            },
5921
            "require-dev": {
5922
                "psr/log": "~1.0"
5923
            },
5924
            "type": "library",
5925
            "extra": {
5926
                "branch-alias": {
5927
                    "dev-master": "4.2-dev"
5928
                }
5929
            },
5930
            "autoload": {
5931
                "psr-4": {
5932
                    "Symfony\\Component\\Security\\Guard\\": ""
5933
                },
5934
                "exclude-from-classmap": [
5935
                    "/Tests/"
5936
                ]
5937
            },
5938
            "notification-url": "https://packagist.org/downloads/",
5939
            "license": [
5940
                "MIT"
5941
            ],
5942
            "authors": [
5943
                {
5944
                    "name": "Fabien Potencier",
5945
                    "email": "[email protected]"
5946
                },
5947
                {
5948
                    "name": "Symfony Community",
5949
                    "homepage": "https://symfony.com/contributors"
5950
                }
5951
            ],
5952
            "description": "Symfony Security Component - Guard",
5953
            "homepage": "https://symfony.com",
5954
            "time": "2018-11-11T19:52:12+00:00"
5955
        },
5956
        {
5957
            "name": "symfony/security-http",
0 ignored issues
show
There is a security advisory for your installed version of symfony/security-http:

CVE-2018-19790: Open Redirect Vulnerability on login
Loading history...
5958
            "version": "v4.2.0",
5959
            "source": {
5960
                "type": "git",
5961
                "url": "https://github.com/symfony/security-http.git",
5962
                "reference": "34e089af7d363bd2ded8ad15f06b2b97348b97e5"
5963
            },
5964
            "dist": {
5965
                "type": "zip",
5966
                "url": "https://api.github.com/repos/symfony/security-http/zipball/34e089af7d363bd2ded8ad15f06b2b97348b97e5",
5967
                "reference": "34e089af7d363bd2ded8ad15f06b2b97348b97e5",
5968
                "shasum": ""
5969
            },
5970
            "require": {
5971
                "php": "^7.1.3",
5972
                "symfony/event-dispatcher": "~3.4|~4.0",
5973
                "symfony/http-foundation": "~3.4|~4.0",
5974
                "symfony/http-kernel": "~3.4|~4.0",
5975
                "symfony/property-access": "~3.4|~4.0",
5976
                "symfony/security-core": "~3.4|~4.0"
5977
            },
5978
            "conflict": {
5979
                "symfony/security-csrf": "<3.4.11|~4.0,<4.0.11"
5980
            },
5981
            "require-dev": {
5982
                "psr/log": "~1.0",
5983
                "symfony/routing": "~3.4|~4.0",
5984
                "symfony/security-csrf": "^3.4.11|^4.0.11"
5985
            },
5986
            "suggest": {
5987
                "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
5988
                "symfony/security-csrf": "For using tokens to protect authentication/logout attempts"
5989
            },
5990
            "type": "library",
5991
            "extra": {
5992
                "branch-alias": {
5993
                    "dev-master": "4.2-dev"
5994
                }
5995
            },
5996
            "autoload": {
5997
                "psr-4": {
5998
                    "Symfony\\Component\\Security\\Http\\": ""
5999
                },
6000
                "exclude-from-classmap": [
6001
                    "/Tests/"
6002
                ]
6003
            },
6004
            "notification-url": "https://packagist.org/downloads/",
6005
            "license": [
6006
                "MIT"
6007
            ],
6008
            "authors": [
6009
                {
6010
                    "name": "Fabien Potencier",
6011
                    "email": "[email protected]"
6012
                },
6013
                {
6014
                    "name": "Symfony Community",
6015
                    "homepage": "https://symfony.com/contributors"
6016
                }
6017
            ],
6018
            "description": "Symfony Security Component - HTTP Integration",
6019
            "homepage": "https://symfony.com",
6020
            "time": "2018-11-11T19:52:12+00:00"
6021
        },
6022
        {
6023
            "name": "symfony/serializer",
6024
            "version": "v4.2.0",
6025
            "source": {
6026
                "type": "git",
6027
                "url": "https://github.com/symfony/serializer.git",
6028
                "reference": "830a3add86777766b4fc6490e3f5e72d693704c2"
6029
            },
6030
            "dist": {
6031
                "type": "zip",
6032
                "url": "https://api.github.com/repos/symfony/serializer/zipball/830a3add86777766b4fc6490e3f5e72d693704c2",
6033
                "reference": "830a3add86777766b4fc6490e3f5e72d693704c2",
6034
                "shasum": ""
6035
            },
6036
            "require": {
6037
                "php": "^7.1.3",
6038
                "symfony/polyfill-ctype": "~1.8"
6039
            },
6040
            "conflict": {
6041
                "phpdocumentor/type-resolver": "<0.2.1",
6042
                "symfony/dependency-injection": "<3.4",
6043
                "symfony/property-access": "<3.4",
6044
                "symfony/property-info": "<3.4",
6045
                "symfony/yaml": "<3.4"
6046
            },
6047
            "require-dev": {
6048
                "doctrine/annotations": "~1.0",
6049
                "doctrine/cache": "~1.0",
6050
                "phpdocumentor/reflection-docblock": "^3.0|^4.0",
6051
                "symfony/cache": "~3.4|~4.0",
6052
                "symfony/config": "~3.4|~4.0",
6053
                "symfony/dependency-injection": "~3.4|~4.0",
6054
                "symfony/http-foundation": "~3.4|~4.0",
6055
                "symfony/property-access": "~3.4|~4.0",
6056
                "symfony/property-info": "~3.4|~4.0",
6057
                "symfony/validator": "~3.4|~4.0",
6058
                "symfony/yaml": "~3.4|~4.0"
6059
            },
6060
            "suggest": {
6061
                "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
6062
                "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
6063
                "psr/cache-implementation": "For using the metadata cache.",
6064
                "symfony/config": "For using the XML mapping loader.",
6065
                "symfony/http-foundation": "To use the DataUriNormalizer.",
6066
                "symfony/property-access": "For using the ObjectNormalizer.",
6067
                "symfony/property-info": "To deserialize relations.",
6068
                "symfony/yaml": "For using the default YAML mapping loader."
6069
            },
6070
            "type": "library",
6071
            "extra": {
6072
                "branch-alias": {
6073
                    "dev-master": "4.2-dev"
6074
                }
6075
            },
6076
            "autoload": {
6077
                "psr-4": {
6078
                    "Symfony\\Component\\Serializer\\": ""
6079
                },
6080
                "exclude-from-classmap": [
6081
                    "/Tests/"
6082
                ]
6083
            },
6084
            "notification-url": "https://packagist.org/downloads/",
6085
            "license": [
6086
                "MIT"
6087
            ],
6088
            "authors": [
6089
                {
6090
                    "name": "Fabien Potencier",
6091
                    "email": "[email protected]"
6092
                },
6093
                {
6094
                    "name": "Symfony Community",
6095
                    "homepage": "https://symfony.com/contributors"
6096
                }
6097
            ],
6098
            "description": "Symfony Serializer Component",
6099
            "homepage": "https://symfony.com",
6100
            "time": "2018-11-11T19:52:12+00:00"
6101
        },
6102
        {
6103
            "name": "symfony/serializer-pack",
6104
            "version": "v1.0.1",
6105
            "source": {
6106
                "type": "git",
6107
                "url": "https://github.com/symfony/serializer-pack.git",
6108
                "reference": "35cea385ea44d1f40ec12571996bf768fbe409de"
6109
            },
6110
            "dist": {
6111
                "type": "zip",
6112
                "url": "https://api.github.com/repos/symfony/serializer-pack/zipball/35cea385ea44d1f40ec12571996bf768fbe409de",
6113
                "reference": "35cea385ea44d1f40ec12571996bf768fbe409de",
6114
                "shasum": ""
6115
            },
6116
            "require": {
6117
                "doctrine/annotations": "^1.0",
6118
                "php": "^7.0",
6119
                "phpdocumentor/reflection-docblock": "^3.0|^4.0",
6120
                "symfony/cache": "^3.3|^4.0",
6121
                "symfony/property-access": "^3.3|^4.0",
6122
                "symfony/property-info": "^3.3|^4.0",
6123
                "symfony/serializer": "^3.3|^4.0"
6124
            },
6125
            "type": "symfony-pack",
6126
            "notification-url": "https://packagist.org/downloads/",
6127
            "license": [
6128
                "MIT"
6129
            ],
6130
            "description": "A pack for the Symfony serializer",
6131
            "time": "2017-12-12T01:48:53+00:00"
6132
        },
6133
        {
6134
            "name": "symfony/swiftmailer-bundle",
6135
            "version": "v3.2.4",
6136
            "source": {
6137
                "type": "git",
6138
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
6139
                "reference": "bd47db86d0b8415f6317c2be149bbacfab11a9cf"
6140
            },
6141
            "dist": {
6142
                "type": "zip",
6143
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/bd47db86d0b8415f6317c2be149bbacfab11a9cf",
6144
                "reference": "bd47db86d0b8415f6317c2be149bbacfab11a9cf",
6145
                "shasum": ""
6146
            },
6147
            "require": {
6148
                "php": ">=7.0.0",
6149
                "swiftmailer/swiftmailer": "^6.0.1",
6150
                "symfony/config": "~2.8|~3.3|~4.0",
6151
                "symfony/dependency-injection": "~2.7|~3.3|~4.0",
6152
                "symfony/http-kernel": "~2.7|~3.3|~4.0"
6153
            },
6154
            "require-dev": {
6155
                "symfony/console": "~2.7|~3.3|~4.0",
6156
                "symfony/framework-bundle": "~2.7|~3.3|~4.0",
6157
                "symfony/phpunit-bridge": "~3.3|~4.0",
6158
                "symfony/yaml": "~2.7|~3.3|~4.0"
6159
            },
6160
            "suggest": {
6161
                "psr/log": "Allows logging"
6162
            },
6163
            "type": "symfony-bundle",
6164
            "extra": {
6165
                "branch-alias": {
6166
                    "dev-master": "3.2-dev"
6167
                }
6168
            },
6169
            "autoload": {
6170
                "psr-4": {
6171
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
6172
                },
6173
                "exclude-from-classmap": [
6174
                    "/Tests/"
6175
                ]
6176
            },
6177
            "notification-url": "https://packagist.org/downloads/",
6178
            "license": [
6179
                "MIT"
6180
            ],
6181
            "authors": [
6182
                {
6183
                    "name": "Symfony Community",
6184
                    "homepage": "http://symfony.com/contributors"
6185
                },
6186
                {
6187
                    "name": "Fabien Potencier",
6188
                    "email": "[email protected]"
6189
                }
6190
            ],
6191
            "description": "Symfony SwiftmailerBundle",
6192
            "homepage": "http://symfony.com",
6193
            "time": "2018-10-27T16:17:38+00:00"
6194
        },
6195
        {
6196
            "name": "symfony/templating",
6197
            "version": "v4.2.0",
6198
            "source": {
6199
                "type": "git",
6200
                "url": "https://github.com/symfony/templating.git",
6201
                "reference": "249b9dec50c98ef7cb4d4967888b91f095e9a15b"
6202
            },
6203
            "dist": {
6204
                "type": "zip",
6205
                "url": "https://api.github.com/repos/symfony/templating/zipball/249b9dec50c98ef7cb4d4967888b91f095e9a15b",
6206
                "reference": "249b9dec50c98ef7cb4d4967888b91f095e9a15b",
6207
                "shasum": ""
6208
            },
6209
            "require": {
6210
                "php": "^7.1.3",
6211
                "symfony/polyfill-ctype": "~1.8"
6212
            },
6213
            "require-dev": {
6214
                "psr/log": "~1.0"
6215
            },
6216
            "suggest": {
6217
                "psr/log-implementation": "For using debug logging in loaders"
6218
            },
6219
            "type": "library",
6220
            "extra": {
6221
                "branch-alias": {
6222
                    "dev-master": "4.2-dev"
6223
                }
6224
            },
6225
            "autoload": {
6226
                "psr-4": {
6227
                    "Symfony\\Component\\Templating\\": ""
6228
                },
6229
                "exclude-from-classmap": [
6230
                    "/Tests/"
6231
                ]
6232
            },
6233
            "notification-url": "https://packagist.org/downloads/",
6234
            "license": [
6235
                "MIT"
6236
            ],
6237
            "authors": [
6238
                {
6239
                    "name": "Fabien Potencier",
6240
                    "email": "[email protected]"
6241
                },
6242
                {
6243
                    "name": "Symfony Community",
6244
                    "homepage": "https://symfony.com/contributors"
6245
                }
6246
            ],
6247
            "description": "Symfony Templating Component",
6248
            "homepage": "https://symfony.com",
6249
            "time": "2018-11-20T16:22:05+00:00"
6250
        },
6251
        {
6252
            "name": "symfony/translation",
6253
            "version": "v4.2.0",
6254
            "source": {
6255
                "type": "git",
6256
                "url": "https://github.com/symfony/translation.git",
6257
                "reference": "ff9a878c9b8f8bcd4d9138e2d32f508c942773d9"
6258
            },
6259
            "dist": {
6260
                "type": "zip",
6261
                "url": "https://api.github.com/repos/symfony/translation/zipball/ff9a878c9b8f8bcd4d9138e2d32f508c942773d9",
6262
                "reference": "ff9a878c9b8f8bcd4d9138e2d32f508c942773d9",
6263
                "shasum": ""
6264
            },
6265
            "require": {
6266
                "php": "^7.1.3",
6267
                "symfony/contracts": "^1.0",
6268
                "symfony/polyfill-mbstring": "~1.0"
6269
            },
6270
            "conflict": {
6271
                "symfony/config": "<3.4",
6272
                "symfony/dependency-injection": "<3.4",
6273
                "symfony/yaml": "<3.4"
6274
            },
6275
            "provide": {
6276
                "symfony/translation-contracts-implementation": "1.0"
6277
            },
6278
            "require-dev": {
6279
                "psr/log": "~1.0",
6280
                "symfony/config": "~3.4|~4.0",
6281
                "symfony/console": "~3.4|~4.0",
6282
                "symfony/dependency-injection": "~3.4|~4.0",
6283
                "symfony/finder": "~2.8|~3.0|~4.0",
6284
                "symfony/intl": "~3.4|~4.0",
6285
                "symfony/yaml": "~3.4|~4.0"
6286
            },
6287
            "suggest": {
6288
                "psr/log-implementation": "To use logging capability in translator",
6289
                "symfony/config": "",
6290
                "symfony/yaml": ""
6291
            },
6292
            "type": "library",
6293
            "extra": {
6294
                "branch-alias": {
6295
                    "dev-master": "4.2-dev"
6296
                }
6297
            },
6298
            "autoload": {
6299
                "psr-4": {
6300
                    "Symfony\\Component\\Translation\\": ""
6301
                },
6302
                "exclude-from-classmap": [
6303
                    "/Tests/"
6304
                ]
6305
            },
6306
            "notification-url": "https://packagist.org/downloads/",
6307
            "license": [
6308
                "MIT"
6309
            ],
6310
            "authors": [
6311
                {
6312
                    "name": "Fabien Potencier",
6313
                    "email": "[email protected]"
6314
                },
6315
                {
6316
                    "name": "Symfony Community",
6317
                    "homepage": "https://symfony.com/contributors"
6318
                }
6319
            ],
6320
            "description": "Symfony Translation Component",
6321
            "homepage": "https://symfony.com",
6322
            "time": "2018-11-27T07:20:32+00:00"
6323
        },
6324
        {
6325
            "name": "symfony/twig-bridge",
6326
            "version": "v4.2.0",
6327
            "source": {
6328
                "type": "git",
6329
                "url": "https://github.com/symfony/twig-bridge.git",
6330
                "reference": "c0aea0ffe3417d5b4fbdb2346f79e5d1abe63ab9"
6331
            },
6332
            "dist": {
6333
                "type": "zip",
6334
                "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/c0aea0ffe3417d5b4fbdb2346f79e5d1abe63ab9",
6335
                "reference": "c0aea0ffe3417d5b4fbdb2346f79e5d1abe63ab9",
6336
                "shasum": ""
6337
            },
6338
            "require": {
6339
                "php": "^7.1.3",
6340
                "symfony/contracts": "^1.0",
6341
                "twig/twig": "^1.35|^2.4.4"
6342
            },
6343
            "conflict": {
6344
                "symfony/console": "<3.4",
6345
                "symfony/form": "<4.2",
6346
                "symfony/translation": "<4.2"
6347
            },
6348
            "require-dev": {
6349
                "symfony/asset": "~3.4|~4.0",
6350
                "symfony/console": "~3.4|~4.0",
6351
                "symfony/dependency-injection": "~3.4|~4.0",
6352
                "symfony/expression-language": "~3.4|~4.0",
6353
                "symfony/finder": "~3.4|~4.0",
6354
                "symfony/form": "^4.2",
6355
                "symfony/http-foundation": "~3.4|~4.0",
6356
                "symfony/http-kernel": "~3.4|~4.0",
6357
                "symfony/polyfill-intl-icu": "~1.0",
6358
                "symfony/routing": "~3.4|~4.0",
6359
                "symfony/security": "~3.4|~4.0",
6360
                "symfony/security-acl": "~2.8|~3.0",
6361
                "symfony/stopwatch": "~3.4|~4.0",
6362
                "symfony/templating": "~3.4|~4.0",
6363
                "symfony/translation": "~4.2",
6364
                "symfony/var-dumper": "~3.4|~4.0",
6365
                "symfony/web-link": "~3.4|~4.0",
6366
                "symfony/workflow": "~3.4|~4.0",
6367
                "symfony/yaml": "~3.4|~4.0"
6368
            },
6369
            "suggest": {
6370
                "symfony/asset": "For using the AssetExtension",
6371
                "symfony/expression-language": "For using the ExpressionExtension",
6372
                "symfony/finder": "",
6373
                "symfony/form": "For using the FormExtension",
6374
                "symfony/http-kernel": "For using the HttpKernelExtension",
6375
                "symfony/routing": "For using the RoutingExtension",
6376
                "symfony/security": "For using the SecurityExtension",
6377
                "symfony/stopwatch": "For using the StopwatchExtension",
6378
                "symfony/templating": "For using the TwigEngine",
6379
                "symfony/translation": "For using the TranslationExtension",
6380
                "symfony/var-dumper": "For using the DumpExtension",
6381
                "symfony/web-link": "For using the WebLinkExtension",
6382
                "symfony/yaml": "For using the YamlExtension"
6383
            },
6384
            "type": "symfony-bridge",
6385
            "extra": {
6386
                "branch-alias": {
6387
                    "dev-master": "4.2-dev"
6388
                }
6389
            },
6390
            "autoload": {
6391
                "psr-4": {
6392
                    "Symfony\\Bridge\\Twig\\": ""
6393
                },
6394
                "exclude-from-classmap": [
6395
                    "/Tests/"
6396
                ]
6397
            },
6398
            "notification-url": "https://packagist.org/downloads/",
6399
            "license": [
6400
                "MIT"
6401
            ],
6402
            "authors": [
6403
                {
6404
                    "name": "Fabien Potencier",
6405
                    "email": "[email protected]"
6406
                },
6407
                {
6408
                    "name": "Symfony Community",
6409
                    "homepage": "https://symfony.com/contributors"
6410
                }
6411
            ],
6412
            "description": "Symfony Twig Bridge",
6413
            "homepage": "https://symfony.com",
6414
            "time": "2018-11-26T10:55:26+00:00"
6415
        },
6416
        {
6417
            "name": "symfony/twig-bundle",
6418
            "version": "v4.2.0",
6419
            "source": {
6420
                "type": "git",
6421
                "url": "https://github.com/symfony/twig-bundle.git",
6422
                "reference": "2842f70b899ab765b3eaccdd3b8cdbb0cbb69fb6"
6423
            },
6424
            "dist": {
6425
                "type": "zip",
6426
                "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/2842f70b899ab765b3eaccdd3b8cdbb0cbb69fb6",
6427
                "reference": "2842f70b899ab765b3eaccdd3b8cdbb0cbb69fb6",
6428
                "shasum": ""
6429
            },
6430
            "require": {
6431
                "php": "^7.1.3",
6432
                "symfony/config": "~4.2",
6433
                "symfony/http-foundation": "~4.1",
6434
                "symfony/http-kernel": "~4.1",
6435
                "symfony/polyfill-ctype": "~1.8",
6436
                "symfony/twig-bridge": "^4.2",
6437
                "twig/twig": "~1.34|~2.4"
6438
            },
6439
            "conflict": {
6440
                "symfony/dependency-injection": "<4.1",
6441
                "symfony/framework-bundle": "<4.1",
6442
                "symfony/translation": "<4.2"
6443
            },
6444
            "require-dev": {
6445
                "doctrine/annotations": "~1.0",
6446
                "doctrine/cache": "~1.0",
6447
                "symfony/asset": "~3.4|~4.0",
6448
                "symfony/dependency-injection": "~4.1",
6449
                "symfony/expression-language": "~3.4|~4.0",
6450
                "symfony/finder": "~3.4|~4.0",
6451
                "symfony/form": "~3.4|~4.0",
6452
                "symfony/framework-bundle": "~4.1",
6453
                "symfony/routing": "~3.4|~4.0",
6454
                "symfony/stopwatch": "~3.4|~4.0",
6455
                "symfony/templating": "~3.4|~4.0",
6456
                "symfony/translation": "^4.2",
6457
                "symfony/web-link": "~3.4|~4.0",
6458
                "symfony/yaml": "~3.4|~4.0"
6459
            },
6460
            "type": "symfony-bundle",
6461
            "extra": {
6462
                "branch-alias": {
6463
                    "dev-master": "4.2-dev"
6464
                }
6465
            },
6466
            "autoload": {
6467
                "psr-4": {
6468
                    "Symfony\\Bundle\\TwigBundle\\": ""
6469
                },
6470
                "exclude-from-classmap": [
6471
                    "/Tests/"
6472
                ]
6473
            },
6474
            "notification-url": "https://packagist.org/downloads/",
6475
            "license": [
6476
                "MIT"
6477
            ],
6478
            "authors": [
6479
                {
6480
                    "name": "Fabien Potencier",
6481
                    "email": "[email protected]"
6482
                },
6483
                {
6484
                    "name": "Symfony Community",
6485
                    "homepage": "https://symfony.com/contributors"
6486
                }
6487
            ],
6488
            "description": "Symfony TwigBundle",
6489
            "homepage": "https://symfony.com",
6490
            "time": "2018-11-11T19:52:12+00:00"
6491
        },
6492
        {
6493
            "name": "symfony/validator",
6494
            "version": "v4.2.0",
6495
            "source": {
6496
                "type": "git",
6497
                "url": "https://github.com/symfony/validator.git",
6498
                "reference": "ad13cdf1242f2ab1eb8a26eb8c9edb7733c84694"
6499
            },
6500
            "dist": {
6501
                "type": "zip",
6502
                "url": "https://api.github.com/repos/symfony/validator/zipball/ad13cdf1242f2ab1eb8a26eb8c9edb7733c84694",
6503
                "reference": "ad13cdf1242f2ab1eb8a26eb8c9edb7733c84694",
6504
                "shasum": ""
6505
            },
6506
            "require": {
6507
                "php": "^7.1.3",
6508
                "symfony/contracts": "^1.0",
6509
                "symfony/polyfill-ctype": "~1.8",
6510
                "symfony/polyfill-mbstring": "~1.0"
6511
            },
6512
            "conflict": {
6513
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
6514
                "symfony/dependency-injection": "<3.4",
6515
                "symfony/http-kernel": "<3.4",
6516
                "symfony/intl": "<4.1",
6517
                "symfony/translation": "<4.2",
6518
                "symfony/yaml": "<3.4"
6519
            },
6520
            "require-dev": {
6521
                "doctrine/annotations": "~1.0",
6522
                "doctrine/cache": "~1.0",
6523
                "egulias/email-validator": "^1.2.8|~2.0",
6524
                "symfony/cache": "~3.4|~4.0",
6525
                "symfony/config": "~3.4|~4.0",
6526
                "symfony/dependency-injection": "~3.4|~4.0",
6527
                "symfony/expression-language": "~3.4|~4.0",
6528
                "symfony/http-foundation": "~4.1",
6529
                "symfony/http-kernel": "~3.4|~4.0",
6530
                "symfony/intl": "~4.1",
6531
                "symfony/property-access": "~3.4|~4.0",
6532
                "symfony/translation": "~4.2",
6533
                "symfony/var-dumper": "~3.4|~4.0",
6534
                "symfony/yaml": "~3.4|~4.0"
6535
            },
6536
            "suggest": {
6537
                "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
6538
                "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
6539
                "egulias/email-validator": "Strict (RFC compliant) email validation",
6540
                "psr/cache-implementation": "For using the metadata cache.",
6541
                "symfony/config": "",
6542
                "symfony/expression-language": "For using the Expression validator",
6543
                "symfony/http-foundation": "",
6544
                "symfony/intl": "",
6545
                "symfony/property-access": "For accessing properties within comparison constraints",
6546
                "symfony/translation": "For translating validation errors.",
6547
                "symfony/yaml": ""
6548
            },
6549
            "type": "library",
6550
            "extra": {
6551
                "branch-alias": {
6552
                    "dev-master": "4.2-dev"
6553
                }
6554
            },
6555
            "autoload": {
6556
                "psr-4": {
6557
                    "Symfony\\Component\\Validator\\": ""
6558
                },
6559
                "exclude-from-classmap": [
6560
                    "/Tests/"
6561
                ]
6562
            },
6563
            "notification-url": "https://packagist.org/downloads/",
6564
            "license": [
6565
                "MIT"
6566
            ],
6567
            "authors": [
6568
                {
6569
                    "name": "Fabien Potencier",
6570
                    "email": "[email protected]"
6571
                },
6572
                {
6573
                    "name": "Symfony Community",
6574
                    "homepage": "https://symfony.com/contributors"
6575
                }
6576
            ],
6577
            "description": "Symfony Validator Component",
6578
            "homepage": "https://symfony.com",
6579
            "time": "2018-11-30T08:55:31+00:00"
6580
        },
6581
        {
6582
            "name": "symfony/var-exporter",
6583
            "version": "v4.2.0",
6584
            "source": {
6585
                "type": "git",
6586
                "url": "https://github.com/symfony/var-exporter.git",
6587
                "reference": "08250457428e06289d21ed52397b0ae336abf54b"
6588
            },
6589
            "dist": {
6590
                "type": "zip",
6591
                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/08250457428e06289d21ed52397b0ae336abf54b",
6592
                "reference": "08250457428e06289d21ed52397b0ae336abf54b",
6593
                "shasum": ""
6594
            },
6595
            "require": {
6596
                "php": "^7.1.3"
6597
            },
6598
            "require-dev": {
6599
                "symfony/var-dumper": "^4.1.1"
6600
            },
6601
            "type": "library",
6602
            "extra": {
6603
                "branch-alias": {
6604
                    "dev-master": "4.2-dev"
6605
                }
6606
            },
6607
            "autoload": {
6608
                "psr-4": {
6609
                    "Symfony\\Component\\VarExporter\\": ""
6610
                },
6611
                "exclude-from-classmap": [
6612
                    "/Tests/"
6613
                ]
6614
            },
6615
            "notification-url": "https://packagist.org/downloads/",
6616
            "license": [
6617
                "MIT"
6618
            ],
6619
            "authors": [
6620
                {
6621
                    "name": "Nicolas Grekas",
6622
                    "email": "[email protected]"
6623
                },
6624
                {
6625
                    "name": "Symfony Community",
6626
                    "homepage": "https://symfony.com/contributors"
6627
                }
6628
            ],
6629
            "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
6630
            "homepage": "https://symfony.com",
6631
            "keywords": [
6632
                "clone",
6633
                "construct",
6634
                "export",
6635
                "hydrate",
6636
                "instantiate",
6637
                "serialize"
6638
            ],
6639
            "time": "2018-11-14T10:32:16+00:00"
6640
        },
6641
        {
6642
            "name": "symfony/web-link",
6643
            "version": "v4.2.0",
6644
            "source": {
6645
                "type": "git",
6646
                "url": "https://github.com/symfony/web-link.git",
6647
                "reference": "f01264f10e4600c25057e257f3aafcfae586497a"
6648
            },
6649
            "dist": {
6650
                "type": "zip",
6651
                "url": "https://api.github.com/repos/symfony/web-link/zipball/f01264f10e4600c25057e257f3aafcfae586497a",
6652
                "reference": "f01264f10e4600c25057e257f3aafcfae586497a",
6653
                "shasum": ""
6654
            },
6655
            "require": {
6656
                "fig/link-util": "^1.0",
6657
                "php": "^7.1.3",
6658
                "psr/link": "^1.0"
6659
            },
6660
            "require-dev": {
6661
                "symfony/event-dispatcher": "~3.4|~4.0",
6662
                "symfony/http-foundation": "~3.4|~4.0",
6663
                "symfony/http-kernel": "~3.4|~4.0"
6664
            },
6665
            "suggest": {
6666
                "symfony/http-kernel": ""
6667
            },
6668
            "type": "library",
6669
            "extra": {
6670
                "branch-alias": {
6671
                    "dev-master": "4.2-dev"
6672
                }
6673
            },
6674
            "autoload": {
6675
                "psr-4": {
6676
                    "Symfony\\Component\\WebLink\\": ""
6677
                },
6678
                "exclude-from-classmap": [
6679
                    "/Tests/"
6680
                ]
6681
            },
6682
            "notification-url": "https://packagist.org/downloads/",
6683
            "license": [
6684
                "MIT"
6685
            ],
6686
            "authors": [
6687
                {
6688
                    "name": "Kévin Dunglas",
6689
                    "email": "[email protected]"
6690
                },
6691
                {
6692
                    "name": "Symfony Community",
6693
                    "homepage": "https://symfony.com/contributors"
6694
                }
6695
            ],
6696
            "description": "Symfony WebLink Component",
6697
            "homepage": "https://symfony.com",
6698
            "keywords": [
6699
                "dns-prefetch",
6700
                "http",
6701
                "http2",
6702
                "link",
6703
                "performance",
6704
                "prefetch",
6705
                "preload",
6706
                "prerender",
6707
                "psr13",
6708
                "push"
6709
            ],
6710
            "time": "2018-11-11T19:52:12+00:00"
6711
        },
6712
        {
6713
            "name": "symfony/webpack-encore-pack",
6714
            "version": "v1.0.3",
6715
            "source": {
6716
                "type": "git",
6717
                "url": "https://github.com/symfony/webpack-encore-pack.git",
6718
                "reference": "8d7f51379d7ae17aea7cf501d910a11896895ac4"
6719
            },
6720
            "dist": {
6721
                "type": "zip",
6722
                "url": "https://api.github.com/repos/symfony/webpack-encore-pack/zipball/8d7f51379d7ae17aea7cf501d910a11896895ac4",
6723
                "reference": "8d7f51379d7ae17aea7cf501d910a11896895ac4",
6724
                "shasum": ""
6725
            },
6726
            "require": {
6727
                "symfony/asset": "^3.3|^4.0"
6728
            },
6729
            "type": "symfony-pack",
6730
            "extra": {
6731
                "thanks": {
6732
                    "name": "symfony/webpack-encore",
6733
                    "url": "https://github.com/symfony/webpack-encore"
6734
                }
6735
            },
6736
            "notification-url": "https://packagist.org/downloads/",
6737
            "license": [
6738
                "MIT"
6739
            ],
6740
            "description": "A pack for Symfony Encore",
6741
            "time": "2018-07-16T10:15:28+00:00"
6742
        },
6743
        {
6744
            "name": "symfony/yaml",
6745
            "version": "v4.2.0",
6746
            "source": {
6747
                "type": "git",
6748
                "url": "https://github.com/symfony/yaml.git",
6749
                "reference": "c41175c801e3edfda90f32e292619d10c27103d7"
6750
            },
6751
            "dist": {
6752
                "type": "zip",
6753
                "url": "https://api.github.com/repos/symfony/yaml/zipball/c41175c801e3edfda90f32e292619d10c27103d7",
6754
                "reference": "c41175c801e3edfda90f32e292619d10c27103d7",
6755
                "shasum": ""
6756
            },
6757
            "require": {
6758
                "php": "^7.1.3",
6759
                "symfony/polyfill-ctype": "~1.8"
6760
            },
6761
            "conflict": {
6762
                "symfony/console": "<3.4"
6763
            },
6764
            "require-dev": {
6765
                "symfony/console": "~3.4|~4.0"
6766
            },
6767
            "suggest": {
6768
                "symfony/console": "For validating YAML files using the lint command"
6769
            },
6770
            "type": "library",
6771
            "extra": {
6772
                "branch-alias": {
6773
                    "dev-master": "4.2-dev"
6774
                }
6775
            },
6776
            "autoload": {
6777
                "psr-4": {
6778
                    "Symfony\\Component\\Yaml\\": ""
6779
                },
6780
                "exclude-from-classmap": [
6781
                    "/Tests/"
6782
                ]
6783
            },
6784
            "notification-url": "https://packagist.org/downloads/",
6785
            "license": [
6786
                "MIT"
6787
            ],
6788
            "authors": [
6789
                {
6790
                    "name": "Fabien Potencier",
6791
                    "email": "[email protected]"
6792
                },
6793
                {
6794
                    "name": "Symfony Community",
6795
                    "homepage": "https://symfony.com/contributors"
6796
                }
6797
            ],
6798
            "description": "Symfony Yaml Component",
6799
            "homepage": "https://symfony.com",
6800
            "time": "2018-11-11T19:52:12+00:00"
6801
        },
6802
        {
6803
            "name": "twig/extensions",
6804
            "version": "v1.5.4",
6805
            "source": {
6806
                "type": "git",
6807
                "url": "https://github.com/twigphp/Twig-extensions.git",
6808
                "reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
6809
            },
6810
            "dist": {
6811
                "type": "zip",
6812
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
6813
                "reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
6814
                "shasum": ""
6815
            },
6816
            "require": {
6817
                "twig/twig": "^1.27|^2.0"
6818
            },
6819
            "require-dev": {
6820
                "symfony/phpunit-bridge": "^3.4",
6821
                "symfony/translation": "^2.7|^3.4"
6822
            },
6823
            "suggest": {
6824
                "symfony/translation": "Allow the time_diff output to be translated"
6825
            },
6826
            "type": "library",
6827
            "extra": {
6828
                "branch-alias": {
6829
                    "dev-master": "1.5-dev"
6830
                }
6831
            },
6832
            "autoload": {
6833
                "psr-0": {
6834
                    "Twig_Extensions_": "lib/"
6835
                },
6836
                "psr-4": {
6837
                    "Twig\\Extensions\\": "src/"
6838
                }
6839
            },
6840
            "notification-url": "https://packagist.org/downloads/",
6841
            "license": [
6842
                "MIT"
6843
            ],
6844
            "authors": [
6845
                {
6846
                    "name": "Fabien Potencier",
6847
                    "email": "[email protected]"
6848
                }
6849
            ],
6850
            "description": "Common additional features for Twig that do not directly belong in core",
6851
            "keywords": [
6852
                "i18n",
6853
                "text"
6854
            ],
6855
            "time": "2018-12-05T18:34:18+00:00"
6856
        },
6857
        {
6858
            "name": "twig/twig",
6859
            "version": "v2.5.0",
6860
            "source": {
6861
                "type": "git",
6862
                "url": "https://github.com/twigphp/Twig.git",
6863
                "reference": "6a5f676b77a90823c2d4eaf76137b771adf31323"
6864
            },
6865
            "dist": {
6866
                "type": "zip",
6867
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/6a5f676b77a90823c2d4eaf76137b771adf31323",
6868
                "reference": "6a5f676b77a90823c2d4eaf76137b771adf31323",
6869
                "shasum": ""
6870
            },
6871
            "require": {
6872
                "php": "^7.0",
6873
                "symfony/polyfill-ctype": "^1.8",
6874
                "symfony/polyfill-mbstring": "~1.0"
6875
            },
6876
            "require-dev": {
6877
                "psr/container": "^1.0",
6878
                "symfony/debug": "^2.7",
6879
                "symfony/phpunit-bridge": "^3.3"
6880
            },
6881
            "type": "library",
6882
            "extra": {
6883
                "branch-alias": {
6884
                    "dev-master": "2.5-dev"
6885
                }
6886
            },
6887
            "autoload": {
6888
                "psr-0": {
6889
                    "Twig_": "lib/"
6890
                },
6891
                "psr-4": {
6892
                    "Twig\\": "src/"
6893
                }
6894
            },
6895
            "notification-url": "https://packagist.org/downloads/",
6896
            "license": [
6897
                "BSD-3-Clause"
6898
            ],
6899
            "authors": [
6900
                {
6901
                    "name": "Fabien Potencier",
6902
                    "email": "[email protected]",
6903
                    "homepage": "http://fabien.potencier.org",
6904
                    "role": "Lead Developer"
6905
                },
6906
                {
6907
                    "name": "Armin Ronacher",
6908
                    "email": "[email protected]",
6909
                    "role": "Project Founder"
6910
                },
6911
                {
6912
                    "name": "Twig Team",
6913
                    "homepage": "https://twig.symfony.com/contributors",
6914
                    "role": "Contributors"
6915
                }
6916
            ],
6917
            "description": "Twig, the flexible, fast, and secure template language for PHP",
6918
            "homepage": "https://twig.symfony.com",
6919
            "keywords": [
6920
                "templating"
6921
            ],
6922
            "time": "2018-07-13T07:18:09+00:00"
6923
        },
6924
        {
6925
            "name": "umpirsky/twig-php-function",
6926
            "version": "0.2.0",
6927
            "source": {
6928
                "type": "git",
6929
                "url": "https://github.com/umpirsky/twig-php-function.git",
6930
                "reference": "c06c5c8d09a84a4f51910e9326ebd3438de6b63d"
6931
            },
6932
            "dist": {
6933
                "type": "zip",
6934
                "url": "https://api.github.com/repos/umpirsky/twig-php-function/zipball/c06c5c8d09a84a4f51910e9326ebd3438de6b63d",
6935
                "reference": "c06c5c8d09a84a4f51910e9326ebd3438de6b63d",
6936
                "shasum": ""
6937
            },
6938
            "require": {
6939
                "php": "^7.0",
6940
                "twig/twig": "~1.28|~2.0"
6941
            },
6942
            "require-dev": {
6943
                "phpspec/phpspec": "~2.0",
6944
                "phpunit/phpunit": "~4.4"
6945
            },
6946
            "type": "library",
6947
            "autoload": {
6948
                "psr-0": {
6949
                    "Umpirsky\\": "src/"
6950
                }
6951
            },
6952
            "notification-url": "https://packagist.org/downloads/",
6953
            "license": [
6954
                "MIT"
6955
            ],
6956
            "authors": [
6957
                {
6958
                    "name": "Saša Stamenković",
6959
                    "email": "[email protected]"
6960
                }
6961
            ],
6962
            "description": "Call (almost) any PHP function from your Twig templates.",
6963
            "time": "2017-03-13T13:46:16+00:00"
6964
        },
6965
        {
6966
            "name": "vich/uploader-bundle",
6967
            "version": "1.8.5",
6968
            "source": {
6969
                "type": "git",
6970
                "url": "https://github.com/dustin10/VichUploaderBundle.git",
6971
                "reference": "ee1ffe8264d4ea09f97756580963d059809bb941"
6972
            },
6973
            "dist": {
6974
                "type": "zip",
6975
                "url": "https://api.github.com/repos/dustin10/VichUploaderBundle/zipball/ee1ffe8264d4ea09f97756580963d059809bb941",
6976
                "reference": "ee1ffe8264d4ea09f97756580963d059809bb941",
6977
                "shasum": ""
6978
            },
6979
            "require": {
6980
                "behat/transliterator": "^1.2",
6981
                "jms/metadata": "^1.6",
6982
                "php": "^7.1",
6983
                "symfony/config": "^3.4|^4.0",
6984
                "symfony/dependency-injection": "^3.4|^4.0",
6985
                "symfony/event-dispatcher": "^3.4|^4.0",
6986
                "symfony/form": "^3.4|^4.0",
6987
                "symfony/http-foundation": "^3.4|^4.0",
6988
                "symfony/http-kernel": "^3.4|^4.0",
6989
                "symfony/property-access": "^3.4|^4.0",
6990
                "symfony/templating": "^3.4|^4.0"
6991
            },
6992
            "require-dev": {
6993
                "alcaeus/mongo-php-adapter": "^1.1",
6994
                "doctrine/doctrine-bundle": "^1.8",
6995
                "doctrine/mongodb-odm": "^1.2",
6996
                "doctrine/orm": "^2.5",
6997
                "ext-sqlite3": "*",
6998
                "knplabs/knp-gaufrette-bundle": "^0.5",
6999
                "matthiasnoback/symfony-dependency-injection-test": "^2.3|^3.0",
7000
                "mikey179/vfsstream": "^1.6",
7001
                "oneup/flysystem-bundle": "^3.0",
7002
                "phpunit/phpunit": "^6.5|^7.0",
7003
                "symfony/browser-kit": "^3.4|^4.0",
7004
                "symfony/css-selector": "^3.4|^4.0",
7005
                "symfony/doctrine-bridge": "^3.4|^4.0",
7006
                "symfony/dom-crawler": "^3.4|^4.0",
7007
                "symfony/framework-bundle": "^3.4|^4.0",
7008
                "symfony/phpunit-bridge": "^3.3",
7009
                "symfony/security-csrf": "^3.4|^4.0",
7010
                "symfony/twig-bridge": "^3.4|^4.0",
7011
                "symfony/twig-bundle": "^3.4|^4.0",
7012
                "symfony/validator": "^3.4|^4.0",
7013
                "symfony/var-dumper": "^3.4|^4.0",
7014
                "symfony/yaml": "^3.4|^4.0"
7015
            },
7016
            "suggest": {
7017
                "doctrine/doctrine-bundle": "For integration with Doctrine",
7018
                "doctrine/mongodb-odm-bundle": "For integration with Doctrine ODM",
7019
                "doctrine/orm": "For integration with Doctrine ORM",
7020
                "doctrine/phpcr-odm": "For integration with Doctrine PHPCR",
7021
                "knplabs/knp-gaufrette-bundle": "For integration with Gaufrette",
7022
                "liip/imagine-bundle": "To generate image thumbnails",
7023
                "ocramius/proxy-manager": "To use lazy services",
7024
                "oneup/flysystem-bundle": "For integration with Flysystem",
7025
                "symfony/yaml": "To use YAML mapping",
7026
                "willdurand/propel-eventdispatcher-bundle": "For integration with Propel"
7027
            },
7028
            "type": "symfony-bundle",
7029
            "extra": {
7030
                "branch-alias": {
7031
                    "dev-master": "1.8.x-dev"
7032
                }
7033
            },
7034
            "autoload": {
7035
                "psr-4": {
7036
                    "Vich\\UploaderBundle\\": ""
7037
                }
7038
            },
7039
            "notification-url": "https://packagist.org/downloads/",
7040
            "license": [
7041
                "MIT"
7042
            ],
7043
            "authors": [
7044
                {
7045
                    "name": "Dustin Dobervich",
7046
                    "email": "[email protected]"
7047
                }
7048
            ],
7049
            "description": "Ease file uploads attached to entities",
7050
            "homepage": "https://github.com/dustin10/VichUploaderBundle",
7051
            "keywords": [
7052
                "file uploads",
7053
                "upload"
7054
            ],
7055
            "time": "2018-11-27T10:24:51+00:00"
7056
        },
7057
        {
7058
            "name": "webmozart/assert",
7059
            "version": "1.3.0",
7060
            "source": {
7061
                "type": "git",
7062
                "url": "https://github.com/webmozart/assert.git",
7063
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
7064
            },
7065
            "dist": {
7066
                "type": "zip",
7067
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
7068
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
7069
                "shasum": ""
7070
            },
7071
            "require": {
7072
                "php": "^5.3.3 || ^7.0"
7073
            },
7074
            "require-dev": {
7075
                "phpunit/phpunit": "^4.6",
7076
                "sebastian/version": "^1.0.1"
7077
            },
7078
            "type": "library",
7079
            "extra": {
7080
                "branch-alias": {
7081
                    "dev-master": "1.3-dev"
7082
                }
7083
            },
7084
            "autoload": {
7085
                "psr-4": {
7086
                    "Webmozart\\Assert\\": "src/"
7087
                }
7088
            },
7089
            "notification-url": "https://packagist.org/downloads/",
7090
            "license": [
7091
                "MIT"
7092
            ],
7093
            "authors": [
7094
                {
7095
                    "name": "Bernhard Schussek",
7096
                    "email": "[email protected]"
7097
                }
7098
            ],
7099
            "description": "Assertions to validate method input/output with nice error messages.",
7100
            "keywords": [
7101
                "assert",
7102
                "check",
7103
                "validate"
7104
            ],
7105
            "time": "2018-01-29T19:49:41+00:00"
7106
        },
7107
        {
7108
            "name": "zendframework/zend-code",
7109
            "version": "3.3.1",
7110
            "source": {
7111
                "type": "git",
7112
                "url": "https://github.com/zendframework/zend-code.git",
7113
                "reference": "c21db169075c6ec4b342149f446e7b7b724f95eb"
7114
            },
7115
            "dist": {
7116
                "type": "zip",
7117
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/c21db169075c6ec4b342149f446e7b7b724f95eb",
7118
                "reference": "c21db169075c6ec4b342149f446e7b7b724f95eb",
7119
                "shasum": ""
7120
            },
7121
            "require": {
7122
                "php": "^7.1",
7123
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
7124
            },
7125
            "require-dev": {
7126
                "doctrine/annotations": "~1.0",
7127
                "ext-phar": "*",
7128
                "phpunit/phpunit": "^6.2.3",
7129
                "zendframework/zend-coding-standard": "^1.0.0",
7130
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
7131
            },
7132
            "suggest": {
7133
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
7134
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
7135
            },
7136
            "type": "library",
7137
            "extra": {
7138
                "branch-alias": {
7139
                    "dev-master": "3.3.x-dev",
7140
                    "dev-develop": "3.4.x-dev"
7141
                }
7142
            },
7143
            "autoload": {
7144
                "psr-4": {
7145
                    "Zend\\Code\\": "src/"
7146
                }
7147
            },
7148
            "notification-url": "https://packagist.org/downloads/",
7149
            "license": [
7150
                "BSD-3-Clause"
7151
            ],
7152
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
7153
            "homepage": "https://github.com/zendframework/zend-code",
7154
            "keywords": [
7155
                "code",
7156
                "zf2"
7157
            ],
7158
            "time": "2018-08-13T20:36:59+00:00"
7159
        },
7160
        {
7161
            "name": "zendframework/zend-eventmanager",
7162
            "version": "3.2.1",
7163
            "source": {
7164
                "type": "git",
7165
                "url": "https://github.com/zendframework/zend-eventmanager.git",
7166
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
7167
            },
7168
            "dist": {
7169
                "type": "zip",
7170
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
7171
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
7172
                "shasum": ""
7173
            },
7174
            "require": {
7175
                "php": "^5.6 || ^7.0"
7176
            },
7177
            "require-dev": {
7178
                "athletic/athletic": "^0.1",
7179
                "container-interop/container-interop": "^1.1.0",
7180
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
7181
                "zendframework/zend-coding-standard": "~1.0.0",
7182
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
7183
            },
7184
            "suggest": {
7185
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
7186
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
7187
            },
7188
            "type": "library",
7189
            "extra": {
7190
                "branch-alias": {
7191
                    "dev-master": "3.2-dev",
7192
                    "dev-develop": "3.3-dev"
7193
                }
7194
            },
7195
            "autoload": {
7196
                "psr-4": {
7197
                    "Zend\\EventManager\\": "src/"
7198
                }
7199
            },
7200
            "notification-url": "https://packagist.org/downloads/",
7201
            "license": [
7202
                "BSD-3-Clause"
7203
            ],
7204
            "description": "Trigger and listen to events within a PHP application",
7205
            "homepage": "https://github.com/zendframework/zend-eventmanager",
7206
            "keywords": [
7207
                "event",
7208
                "eventmanager",
7209
                "events",
7210
                "zf2"
7211
            ],
7212
            "time": "2018-04-25T15:33:34+00:00"
7213
        }
7214
    ],
7215
    "packages-dev": [
7216
        {
7217
            "name": "facebook/webdriver",
7218
            "version": "1.6.0",
7219
            "source": {
7220
                "type": "git",
7221
                "url": "https://github.com/facebook/php-webdriver.git",
7222
                "reference": "bd8c740097eb9f2fc3735250fc1912bc811a954e"
7223
            },
7224
            "dist": {
7225
                "type": "zip",
7226
                "url": "https://api.github.com/repos/facebook/php-webdriver/zipball/bd8c740097eb9f2fc3735250fc1912bc811a954e",
7227
                "reference": "bd8c740097eb9f2fc3735250fc1912bc811a954e",
7228
                "shasum": ""
7229
            },
7230
            "require": {
7231
                "ext-curl": "*",
7232
                "ext-json": "*",
7233
                "ext-mbstring": "*",
7234
                "ext-zip": "*",
7235
                "php": "^5.6 || ~7.0",
7236
                "symfony/process": "^2.8 || ^3.1 || ^4.0"
7237
            },
7238
            "require-dev": {
7239
                "friendsofphp/php-cs-fixer": "^2.0",
7240
                "jakub-onderka/php-parallel-lint": "^0.9.2",
7241
                "php-coveralls/php-coveralls": "^2.0",
7242
                "php-mock/php-mock-phpunit": "^1.1",
7243
                "phpunit/phpunit": "^5.7",
7244
                "sebastian/environment": "^1.3.4 || ^2.0 || ^3.0",
7245
                "squizlabs/php_codesniffer": "^2.6",
7246
                "symfony/var-dumper": "^3.3 || ^4.0"
7247
            },
7248
            "suggest": {
7249
                "ext-SimpleXML": "For Firefox profile creation"
7250
            },
7251
            "type": "library",
7252
            "extra": {
7253
                "branch-alias": {
7254
                    "dev-community": "1.5-dev"
7255
                }
7256
            },
7257
            "autoload": {
7258
                "psr-4": {
7259
                    "Facebook\\WebDriver\\": "lib/"
7260
                }
7261
            },
7262
            "notification-url": "https://packagist.org/downloads/",
7263
            "license": [
7264
                "Apache-2.0"
7265
            ],
7266
            "description": "A PHP client for Selenium WebDriver",
7267
            "homepage": "https://github.com/facebook/php-webdriver",
7268
            "keywords": [
7269
                "facebook",
7270
                "php",
7271
                "selenium",
7272
                "webdriver"
7273
            ],
7274
            "time": "2018-05-16T17:37:13+00:00"
7275
        },
7276
        {
7277
            "name": "symfony/browser-kit",
7278
            "version": "v4.2.0",
7279
            "source": {
7280
                "type": "git",
7281
                "url": "https://github.com/symfony/browser-kit.git",
7282
                "reference": "db7e59fec9c82d45e745eb500e6ede2d96f4a6e9"
7283
            },
7284
            "dist": {
7285
                "type": "zip",
7286
                "url": "https://api.github.com/repos/symfony/browser-kit/zipball/db7e59fec9c82d45e745eb500e6ede2d96f4a6e9",
7287
                "reference": "db7e59fec9c82d45e745eb500e6ede2d96f4a6e9",
7288
                "shasum": ""
7289
            },
7290
            "require": {
7291
                "php": "^7.1.3",
7292
                "symfony/dom-crawler": "~3.4|~4.0"
7293
            },
7294
            "require-dev": {
7295
                "symfony/css-selector": "~3.4|~4.0",
7296
                "symfony/process": "~3.4|~4.0"
7297
            },
7298
            "suggest": {
7299
                "symfony/process": ""
7300
            },
7301
            "type": "library",
7302
            "extra": {
7303
                "branch-alias": {
7304
                    "dev-master": "4.2-dev"
7305
                }
7306
            },
7307
            "autoload": {
7308
                "psr-4": {
7309
                    "Symfony\\Component\\BrowserKit\\": ""
7310
                },
7311
                "exclude-from-classmap": [
7312
                    "/Tests/"
7313
                ]
7314
            },
7315
            "notification-url": "https://packagist.org/downloads/",
7316
            "license": [
7317
                "MIT"
7318
            ],
7319
            "authors": [
7320
                {
7321
                    "name": "Fabien Potencier",
7322
                    "email": "[email protected]"
7323
                },
7324
                {
7325
                    "name": "Symfony Community",
7326
                    "homepage": "https://symfony.com/contributors"
7327
                }
7328
            ],
7329
            "description": "Symfony BrowserKit Component",
7330
            "homepage": "https://symfony.com",
7331
            "time": "2018-11-26T11:49:31+00:00"
7332
        },
7333
        {
7334
            "name": "symfony/css-selector",
7335
            "version": "v4.2.0",
7336
            "source": {
7337
                "type": "git",
7338
                "url": "https://github.com/symfony/css-selector.git",
7339
                "reference": "aa9fa526ba1b2ec087ffdfb32753803d999fcfcd"
7340
            },
7341
            "dist": {
7342
                "type": "zip",
7343
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/aa9fa526ba1b2ec087ffdfb32753803d999fcfcd",
7344
                "reference": "aa9fa526ba1b2ec087ffdfb32753803d999fcfcd",
7345
                "shasum": ""
7346
            },
7347
            "require": {
7348
                "php": "^7.1.3"
7349
            },
7350
            "type": "library",
7351
            "extra": {
7352
                "branch-alias": {
7353
                    "dev-master": "4.2-dev"
7354
                }
7355
            },
7356
            "autoload": {
7357
                "psr-4": {
7358
                    "Symfony\\Component\\CssSelector\\": ""
7359
                },
7360
                "exclude-from-classmap": [
7361
                    "/Tests/"
7362
                ]
7363
            },
7364
            "notification-url": "https://packagist.org/downloads/",
7365
            "license": [
7366
                "MIT"
7367
            ],
7368
            "authors": [
7369
                {
7370
                    "name": "Jean-François Simon",
7371
                    "email": "[email protected]"
7372
                },
7373
                {
7374
                    "name": "Fabien Potencier",
7375
                    "email": "[email protected]"
7376
                },
7377
                {
7378
                    "name": "Symfony Community",
7379
                    "homepage": "https://symfony.com/contributors"
7380
                }
7381
            ],
7382
            "description": "Symfony CssSelector Component",
7383
            "homepage": "https://symfony.com",
7384
            "time": "2018-11-11T19:52:12+00:00"
7385
        },
7386
        {
7387
            "name": "symfony/dom-crawler",
7388
            "version": "v4.2.0",
7389
            "source": {
7390
                "type": "git",
7391
                "url": "https://github.com/symfony/dom-crawler.git",
7392
                "reference": "7438a32108fdd555295f443605d6de2cce473159"
7393
            },
7394
            "dist": {
7395
                "type": "zip",
7396
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/7438a32108fdd555295f443605d6de2cce473159",
7397
                "reference": "7438a32108fdd555295f443605d6de2cce473159",
7398
                "shasum": ""
7399
            },
7400
            "require": {
7401
                "php": "^7.1.3",
7402
                "symfony/polyfill-ctype": "~1.8",
7403
                "symfony/polyfill-mbstring": "~1.0"
7404
            },
7405
            "require-dev": {
7406
                "symfony/css-selector": "~3.4|~4.0"
7407
            },
7408
            "suggest": {
7409
                "symfony/css-selector": ""
7410
            },
7411
            "type": "library",
7412
            "extra": {
7413
                "branch-alias": {
7414
                    "dev-master": "4.2-dev"
7415
                }
7416
            },
7417
            "autoload": {
7418
                "psr-4": {
7419
                    "Symfony\\Component\\DomCrawler\\": ""
7420
                },
7421
                "exclude-from-classmap": [
7422
                    "/Tests/"
7423
                ]
7424
            },
7425
            "notification-url": "https://packagist.org/downloads/",
7426
            "license": [
7427
                "MIT"
7428
            ],
7429
            "authors": [
7430
                {
7431
                    "name": "Fabien Potencier",
7432
                    "email": "[email protected]"
7433
                },
7434
                {
7435
                    "name": "Symfony Community",
7436
                    "homepage": "https://symfony.com/contributors"
7437
                }
7438
            ],
7439
            "description": "Symfony DomCrawler Component",
7440
            "homepage": "https://symfony.com",
7441
            "time": "2018-11-26T10:55:26+00:00"
7442
        },
7443
        {
7444
            "name": "symfony/panther",
7445
            "version": "v0.2.0",
7446
            "source": {
7447
                "type": "git",
7448
                "url": "https://github.com/symfony/panther.git",
7449
                "reference": "d67f9dbcac173150fe00673e6564b3482762c615"
7450
            },
7451
            "dist": {
7452
                "type": "zip",
7453
                "url": "https://api.github.com/repos/symfony/panther/zipball/d67f9dbcac173150fe00673e6564b3482762c615",
7454
                "reference": "d67f9dbcac173150fe00673e6564b3482762c615",
7455
                "shasum": ""
7456
            },
7457
            "require": {
7458
                "facebook/webdriver": "^1.5",
7459
                "php": ">=7.1",
7460
                "symfony/browser-kit": "^4.0",
7461
                "symfony/polyfill-php72": "^1.9",
7462
                "symfony/process": "^3.4 || ^4.0"
7463
            },
7464
            "conflict": {
7465
                "symfony/browser-kit": "4.1.0"
7466
            },
7467
            "require-dev": {
7468
                "fabpot/goutte": "^3.2.3",
7469
                "guzzlehttp/guzzle": "^6.3",
7470
                "phpunit/phpunit": "^7.0",
7471
                "symfony/css-selector": "^3.4 || ^4.0",
7472
                "symfony/framework-bundle": "^3.4 || ^4.0"
7473
            },
7474
            "type": "library",
7475
            "extra": {
7476
                "branch-alias": {
7477
                    "dev-master": "1.0.x-dev"
7478
                }
7479
            },
7480
            "autoload": {
7481
                "psr-4": {
7482
                    "Symfony\\Component\\Panther\\": "src/"
7483
                }
7484
            },
7485
            "notification-url": "https://packagist.org/downloads/",
7486
            "license": [
7487
                "MIT"
7488
            ],
7489
            "authors": [
7490
                {
7491
                    "name": "Symfony Community",
7492
                    "homepage": "https://symfony.com/contributors"
7493
                },
7494
                {
7495
                    "name": "Kévin Dunglas",
7496
                    "email": "[email protected]",
7497
                    "homepage": "https://dunglas.fr"
7498
                }
7499
            ],
7500
            "description": "A browser testing and web scraping library for PHP and Symfony.",
7501
            "homepage": "https://dunglas.fr",
7502
            "keywords": [
7503
                "e2e",
7504
                "scraping",
7505
                "selenium",
7506
                "symfony",
7507
                "testing",
7508
                "webdriver"
7509
            ],
7510
            "time": "2018-09-26T10:35:52+00:00"
7511
        },
7512
        {
7513
            "name": "symfony/phpunit-bridge",
7514
            "version": "v4.2.0",
7515
            "source": {
7516
                "type": "git",
7517
                "url": "https://github.com/symfony/phpunit-bridge.git",
7518
                "reference": "3f03b625710f24071e2937e88112e9a19099c9eb"
7519
            },
7520
            "dist": {
7521
                "type": "zip",
7522
                "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/3f03b625710f24071e2937e88112e9a19099c9eb",
7523
                "reference": "3f03b625710f24071e2937e88112e9a19099c9eb",
7524
                "shasum": ""
7525
            },
7526
            "require": {
7527
                "php": ">=5.3.3"
7528
            },
7529
            "conflict": {
7530
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
7531
            },
7532
            "suggest": {
7533
                "ext-zip": "Zip support is required when using bin/simple-phpunit",
7534
                "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
7535
            },
7536
            "bin": [
7537
                "bin/simple-phpunit"
7538
            ],
7539
            "type": "symfony-bridge",
7540
            "extra": {
7541
                "branch-alias": {
7542
                    "dev-master": "4.2-dev"
7543
                },
7544
                "thanks": {
7545
                    "name": "phpunit/phpunit",
7546
                    "url": "https://github.com/sebastianbergmann/phpunit"
7547
                }
7548
            },
7549
            "autoload": {
7550
                "files": [
7551
                    "bootstrap.php"
7552
                ],
7553
                "psr-4": {
7554
                    "Symfony\\Bridge\\PhpUnit\\": ""
7555
                },
7556
                "exclude-from-classmap": [
7557
                    "/Tests/"
7558
                ]
7559
            },
7560
            "notification-url": "https://packagist.org/downloads/",
7561
            "license": [
7562
                "MIT"
7563
            ],
7564
            "authors": [
7565
                {
7566
                    "name": "Nicolas Grekas",
7567
                    "email": "[email protected]"
7568
                },
7569
                {
7570
                    "name": "Symfony Community",
7571
                    "homepage": "https://symfony.com/contributors"
7572
                }
7573
            ],
7574
            "description": "Symfony PHPUnit Bridge",
7575
            "homepage": "https://symfony.com",
7576
            "time": "2018-11-26T10:55:26+00:00"
7577
        },
7578
        {
7579
            "name": "symfony/polyfill-php72",
7580
            "version": "v1.10.0",
7581
            "source": {
7582
                "type": "git",
7583
                "url": "https://github.com/symfony/polyfill-php72.git",
7584
                "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631"
7585
            },
7586
            "dist": {
7587
                "type": "zip",
7588
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
7589
                "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
7590
                "shasum": ""
7591
            },
7592
            "require": {
7593
                "php": ">=5.3.3"
7594
            },
7595
            "type": "library",
7596
            "extra": {
7597
                "branch-alias": {
7598
                    "dev-master": "1.9-dev"
7599
                }
7600
            },
7601
            "autoload": {
7602
                "psr-4": {
7603
                    "Symfony\\Polyfill\\Php72\\": ""
7604
                },
7605
                "files": [
7606
                    "bootstrap.php"
7607
                ]
7608
            },
7609
            "notification-url": "https://packagist.org/downloads/",
7610
            "license": [
7611
                "MIT"
7612
            ],
7613
            "authors": [
7614
                {
7615
                    "name": "Nicolas Grekas",
7616
                    "email": "[email protected]"
7617
                },
7618
                {
7619
                    "name": "Symfony Community",
7620
                    "homepage": "https://symfony.com/contributors"
7621
                }
7622
            ],
7623
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
7624
            "homepage": "https://symfony.com",
7625
            "keywords": [
7626
                "compatibility",
7627
                "polyfill",
7628
                "portable",
7629
                "shim"
7630
            ],
7631
            "time": "2018-09-21T13:07:52+00:00"
7632
        },
7633
        {
7634
            "name": "symfony/test-pack",
7635
            "version": "dev-master",
7636
            "source": {
7637
                "type": "git",
7638
                "url": "https://github.com/symfony/test-pack.git",
7639
                "reference": "94d1c2b02f137201cd6a68d290caa38fe3817cba"
7640
            },
7641
            "dist": {
7642
                "type": "zip",
7643
                "url": "https://api.github.com/repos/symfony/test-pack/zipball/94d1c2b02f137201cd6a68d290caa38fe3817cba",
7644
                "reference": "94d1c2b02f137201cd6a68d290caa38fe3817cba",
7645
                "shasum": ""
7646
            },
7647
            "require": {
7648
                "php": "^7.0",
7649
                "symfony/browser-kit": "^3.3|^4.0",
7650
                "symfony/css-selector": "^3.3|^4.0",
7651
                "symfony/panther": "*",
7652
                "symfony/phpunit-bridge": "*"
7653
            },
7654
            "type": "symfony-pack",
7655
            "notification-url": "https://packagist.org/downloads/",
7656
            "license": [
7657
                "MIT"
7658
            ],
7659
            "description": "A pack for functional and end-to-end testing within a Symfony app",
7660
            "time": "2018-09-25T09:21:56+00:00"
7661
        },
7662
        {
7663
            "name": "symfony/web-server-bundle",
7664
            "version": "dev-master",
7665
            "source": {
7666
                "type": "git",
7667
                "url": "https://github.com/symfony/web-server-bundle.git",
7668
                "reference": "9f071b61b9b554f675d45e3382e3a07581bea0e8"
7669
            },
7670
            "dist": {
7671
                "type": "zip",
7672
                "url": "https://api.github.com/repos/symfony/web-server-bundle/zipball/9f071b61b9b554f675d45e3382e3a07581bea0e8",
7673
                "reference": "9f071b61b9b554f675d45e3382e3a07581bea0e8",
7674
                "shasum": ""
7675
            },
7676
            "require": {
7677
                "php": "^7.1.3",
7678
                "symfony/config": "~3.4|~4.0",
7679
                "symfony/console": "~3.4|~4.0",
7680
                "symfony/dependency-injection": "~3.4|~4.0",
7681
                "symfony/http-kernel": "~3.4|~4.0",
7682
                "symfony/polyfill-ctype": "~1.8",
7683
                "symfony/process": "^3.4.2|^4.0.2"
7684
            },
7685
            "suggest": {
7686
                "symfony/expression-language": "For using the filter option of the log server.",
7687
                "symfony/monolog-bridge": "For using the log server."
7688
            },
7689
            "type": "symfony-bundle",
7690
            "extra": {
7691
                "branch-alias": {
7692
                    "dev-master": "4.3-dev"
7693
                }
7694
            },
7695
            "autoload": {
7696
                "psr-4": {
7697
                    "Symfony\\Bundle\\WebServerBundle\\": ""
7698
                },
7699
                "exclude-from-classmap": [
7700
                    "/Tests/"
7701
                ]
7702
            },
7703
            "notification-url": "https://packagist.org/downloads/",
7704
            "license": [
7705
                "MIT"
7706
            ],
7707
            "authors": [
7708
                {
7709
                    "name": "Fabien Potencier",
7710
                    "email": "[email protected]"
7711
                },
7712
                {
7713
                    "name": "Symfony Community",
7714
                    "homepage": "https://symfony.com/contributors"
7715
                }
7716
            ],
7717
            "description": "Symfony WebServerBundle",
7718
            "homepage": "https://symfony.com",
7719
            "time": "2018-11-26T16:19:01+00:00"
7720
        }
7721
    ],
7722
    "aliases": [],
7723
    "minimum-stability": "stable",
7724
    "stability-flags": {
7725
        "symfony/test-pack": 20,
7726
        "symfony/web-server-bundle": 20
7727
    },
7728
    "prefer-stable": false,
7729
    "prefer-lowest": false,
7730
    "platform": {
7731
        "php": "^7.1.3"
7732
    },
7733
    "platform-dev": []
7734
}
7735