Passed
Push — master ( c30d9d...d5c132 )
by Anthony
03:26
created

composer.lock (5 issues)

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "bbeeb884c2a1e1e8c44fb81e12607995",
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": "doctrine/annotations",
55
            "version": "v1.5.0",
56
            "source": {
57
                "type": "git",
58
                "url": "https://github.com/doctrine/annotations.git",
59
                "reference": "5beebb01b025c94e93686b7a0ed3edae81fe3e7f"
60
            },
61
            "dist": {
62
                "type": "zip",
63
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/5beebb01b025c94e93686b7a0ed3edae81fe3e7f",
64
                "reference": "5beebb01b025c94e93686b7a0ed3edae81fe3e7f",
65
                "shasum": ""
66
            },
67
            "require": {
68
                "doctrine/lexer": "1.*",
69
                "php": "^7.1"
70
            },
71
            "require-dev": {
72
                "doctrine/cache": "1.*",
73
                "phpunit/phpunit": "^5.7"
74
            },
75
            "type": "library",
76
            "extra": {
77
                "branch-alias": {
78
                    "dev-master": "1.5.x-dev"
79
                }
80
            },
81
            "autoload": {
82
                "psr-4": {
83
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
84
                }
85
            },
86
            "notification-url": "https://packagist.org/downloads/",
87
            "license": [
88
                "MIT"
89
            ],
90
            "authors": [
91
                {
92
                    "name": "Roman Borschel",
93
                    "email": "[email protected]"
94
                },
95
                {
96
                    "name": "Benjamin Eberlei",
97
                    "email": "[email protected]"
98
                },
99
                {
100
                    "name": "Guilherme Blanco",
101
                    "email": "[email protected]"
102
                },
103
                {
104
                    "name": "Jonathan Wage",
105
                    "email": "[email protected]"
106
                },
107
                {
108
                    "name": "Johannes Schmitt",
109
                    "email": "[email protected]"
110
                }
111
            ],
112
            "description": "Docblock Annotations Parser",
113
            "homepage": "http://www.doctrine-project.org",
114
            "keywords": [
115
                "annotations",
116
                "docblock",
117
                "parser"
118
            ],
119
            "time": "2017-07-22T10:58:02+00:00"
120
        },
121
        {
122
            "name": "doctrine/cache",
123
            "version": "v1.7.1",
124
            "source": {
125
                "type": "git",
126
                "url": "https://github.com/doctrine/cache.git",
127
                "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a"
128
            },
129
            "dist": {
130
                "type": "zip",
131
                "url": "https://api.github.com/repos/doctrine/cache/zipball/b3217d58609e9c8e661cd41357a54d926c4a2a1a",
132
                "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a",
133
                "shasum": ""
134
            },
135
            "require": {
136
                "php": "~7.1"
137
            },
138
            "conflict": {
139
                "doctrine/common": ">2.2,<2.4"
140
            },
141
            "require-dev": {
142
                "alcaeus/mongo-php-adapter": "^1.1",
143
                "mongodb/mongodb": "^1.1",
144
                "phpunit/phpunit": "^5.7",
145
                "predis/predis": "~1.0"
146
            },
147
            "suggest": {
148
                "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
149
            },
150
            "type": "library",
151
            "extra": {
152
                "branch-alias": {
153
                    "dev-master": "1.7.x-dev"
154
                }
155
            },
156
            "autoload": {
157
                "psr-4": {
158
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
159
                }
160
            },
161
            "notification-url": "https://packagist.org/downloads/",
162
            "license": [
163
                "MIT"
164
            ],
165
            "authors": [
166
                {
167
                    "name": "Roman Borschel",
168
                    "email": "[email protected]"
169
                },
170
                {
171
                    "name": "Benjamin Eberlei",
172
                    "email": "[email protected]"
173
                },
174
                {
175
                    "name": "Guilherme Blanco",
176
                    "email": "[email protected]"
177
                },
178
                {
179
                    "name": "Jonathan Wage",
180
                    "email": "[email protected]"
181
                },
182
                {
183
                    "name": "Johannes Schmitt",
184
                    "email": "[email protected]"
185
                }
186
            ],
187
            "description": "Caching library offering an object-oriented API for many cache backends",
188
            "homepage": "http://www.doctrine-project.org",
189
            "keywords": [
190
                "cache",
191
                "caching"
192
            ],
193
            "time": "2017-08-25T07:02:50+00:00"
194
        },
195
        {
196
            "name": "doctrine/collections",
197
            "version": "v1.5.0",
198
            "source": {
199
                "type": "git",
200
                "url": "https://github.com/doctrine/collections.git",
201
                "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf"
202
            },
203
            "dist": {
204
                "type": "zip",
205
                "url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
206
                "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
207
                "shasum": ""
208
            },
209
            "require": {
210
                "php": "^7.1"
211
            },
212
            "require-dev": {
213
                "doctrine/coding-standard": "~0.1@dev",
214
                "phpunit/phpunit": "^5.7"
215
            },
216
            "type": "library",
217
            "extra": {
218
                "branch-alias": {
219
                    "dev-master": "1.3.x-dev"
220
                }
221
            },
222
            "autoload": {
223
                "psr-0": {
224
                    "Doctrine\\Common\\Collections\\": "lib/"
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": "Collections Abstraction library",
254
            "homepage": "http://www.doctrine-project.org",
255
            "keywords": [
256
                "array",
257
                "collections",
258
                "iterator"
259
            ],
260
            "time": "2017-07-22T10:37:32+00:00"
261
        },
262
        {
263
            "name": "doctrine/common",
264
            "version": "v2.8.1",
265
            "source": {
266
                "type": "git",
267
                "url": "https://github.com/doctrine/common.git",
268
                "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66"
269
            },
270
            "dist": {
271
                "type": "zip",
272
                "url": "https://api.github.com/repos/doctrine/common/zipball/f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
273
                "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
274
                "shasum": ""
275
            },
276
            "require": {
277
                "doctrine/annotations": "1.*",
278
                "doctrine/cache": "1.*",
279
                "doctrine/collections": "1.*",
280
                "doctrine/inflector": "1.*",
281
                "doctrine/lexer": "1.*",
282
                "php": "~7.1"
283
            },
284
            "require-dev": {
285
                "phpunit/phpunit": "^5.7"
286
            },
287
            "type": "library",
288
            "extra": {
289
                "branch-alias": {
290
                    "dev-master": "2.8.x-dev"
291
                }
292
            },
293
            "autoload": {
294
                "psr-4": {
295
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
296
                }
297
            },
298
            "notification-url": "https://packagist.org/downloads/",
299
            "license": [
300
                "MIT"
301
            ],
302
            "authors": [
303
                {
304
                    "name": "Roman Borschel",
305
                    "email": "[email protected]"
306
                },
307
                {
308
                    "name": "Benjamin Eberlei",
309
                    "email": "[email protected]"
310
                },
311
                {
312
                    "name": "Guilherme Blanco",
313
                    "email": "[email protected]"
314
                },
315
                {
316
                    "name": "Jonathan Wage",
317
                    "email": "[email protected]"
318
                },
319
                {
320
                    "name": "Johannes Schmitt",
321
                    "email": "[email protected]"
322
                }
323
            ],
324
            "description": "Common Library for Doctrine projects",
325
            "homepage": "http://www.doctrine-project.org",
326
            "keywords": [
327
                "annotations",
328
                "collections",
329
                "eventmanager",
330
                "persistence",
331
                "spl"
332
            ],
333
            "time": "2017-08-31T08:43:38+00:00"
334
        },
335
        {
336
            "name": "doctrine/inflector",
337
            "version": "v1.2.0",
338
            "source": {
339
                "type": "git",
340
                "url": "https://github.com/doctrine/inflector.git",
341
                "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
342
            },
343
            "dist": {
344
                "type": "zip",
345
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
346
                "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
347
                "shasum": ""
348
            },
349
            "require": {
350
                "php": "^7.0"
351
            },
352
            "require-dev": {
353
                "phpunit/phpunit": "^6.2"
354
            },
355
            "type": "library",
356
            "extra": {
357
                "branch-alias": {
358
                    "dev-master": "1.2.x-dev"
359
                }
360
            },
361
            "autoload": {
362
                "psr-4": {
363
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
364
                }
365
            },
366
            "notification-url": "https://packagist.org/downloads/",
367
            "license": [
368
                "MIT"
369
            ],
370
            "authors": [
371
                {
372
                    "name": "Roman Borschel",
373
                    "email": "[email protected]"
374
                },
375
                {
376
                    "name": "Benjamin Eberlei",
377
                    "email": "[email protected]"
378
                },
379
                {
380
                    "name": "Guilherme Blanco",
381
                    "email": "[email protected]"
382
                },
383
                {
384
                    "name": "Jonathan Wage",
385
                    "email": "[email protected]"
386
                },
387
                {
388
                    "name": "Johannes Schmitt",
389
                    "email": "[email protected]"
390
                }
391
            ],
392
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
393
            "homepage": "http://www.doctrine-project.org",
394
            "keywords": [
395
                "inflection",
396
                "pluralize",
397
                "singularize",
398
                "string"
399
            ],
400
            "time": "2017-07-22T12:18:28+00:00"
401
        },
402
        {
403
            "name": "doctrine/lexer",
404
            "version": "v1.0.1",
405
            "source": {
406
                "type": "git",
407
                "url": "https://github.com/doctrine/lexer.git",
408
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
409
            },
410
            "dist": {
411
                "type": "zip",
412
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
413
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
414
                "shasum": ""
415
            },
416
            "require": {
417
                "php": ">=5.3.2"
418
            },
419
            "type": "library",
420
            "extra": {
421
                "branch-alias": {
422
                    "dev-master": "1.0.x-dev"
423
                }
424
            },
425
            "autoload": {
426
                "psr-0": {
427
                    "Doctrine\\Common\\Lexer\\": "lib/"
428
                }
429
            },
430
            "notification-url": "https://packagist.org/downloads/",
431
            "license": [
432
                "MIT"
433
            ],
434
            "authors": [
435
                {
436
                    "name": "Roman Borschel",
437
                    "email": "[email protected]"
438
                },
439
                {
440
                    "name": "Guilherme Blanco",
441
                    "email": "[email protected]"
442
                },
443
                {
444
                    "name": "Johannes Schmitt",
445
                    "email": "[email protected]"
446
                }
447
            ],
448
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
449
            "homepage": "http://www.doctrine-project.org",
450
            "keywords": [
451
                "lexer",
452
                "parser"
453
            ],
454
            "time": "2014-09-09T13:34:57+00:00"
455
        },
456
        {
457
            "name": "friendsofsymfony/user-bundle",
458
            "version": "v2.0.1",
459
            "source": {
460
                "type": "git",
461
                "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
462
                "reference": "4f92bfbb8742ac8cc195d0b34bf8ecd83b62404a"
463
            },
464
            "dist": {
465
                "type": "zip",
466
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/4f92bfbb8742ac8cc195d0b34bf8ecd83b62404a",
467
                "reference": "4f92bfbb8742ac8cc195d0b34bf8ecd83b62404a",
468
                "shasum": ""
469
            },
470
            "require": {
471
                "paragonie/random_compat": "^1 || ^2",
472
                "php": "^5.5.9 || ^7.0",
473
                "symfony/form": "^2.7 || ^3.0",
474
                "symfony/framework-bundle": "^2.7 || ^3.0",
475
                "symfony/security-bundle": "^2.7 || ^3.0",
476
                "symfony/templating": "^2.7 || ^3.0",
477
                "symfony/twig-bundle": "^2.7 || ^3.0",
478
                "twig/twig": "^1.28 || ^2.0"
479
            },
480
            "conflict": {
481
                "doctrine/doctrine-bundle": "<1.3",
482
                "symfony/doctrine-bridge": "<2.7"
483
            },
484
            "require-dev": {
485
                "doctrine/doctrine-bundle": "^1.3",
486
                "friendsofphp/php-cs-fixer": "^1.11",
487
                "phpunit/phpunit": "~4.8|~5.0",
488
                "swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0",
489
                "symfony/console": "^2.7 || ^3.0",
490
                "symfony/phpunit-bridge": "^2.7 || ^3.0",
491
                "symfony/validator": "^2.7 || ^3.0",
492
                "symfony/yaml": "^2.7 || ^3.0"
493
            },
494
            "type": "symfony-bundle",
495
            "extra": {
496
                "branch-alias": {
497
                    "dev-master": "2.0.x-dev"
498
                }
499
            },
500
            "autoload": {
501
                "psr-4": {
502
                    "FOS\\UserBundle\\": ""
503
                },
504
                "exclude-from-classmap": [
505
                    "/Tests/"
506
                ]
507
            },
508
            "notification-url": "https://packagist.org/downloads/",
509
            "license": [
510
                "MIT"
511
            ],
512
            "authors": [
513
                {
514
                    "name": "Christophe Coevoet",
515
                    "email": "[email protected]"
516
                },
517
                {
518
                    "name": "FriendsOfSymfony Community",
519
                    "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
520
                },
521
                {
522
                    "name": "Thibault Duplessis",
523
                    "email": "[email protected]"
524
                }
525
            ],
526
            "description": "Symfony FOSUserBundle",
527
            "homepage": "http://friendsofsymfony.github.com",
528
            "keywords": [
529
                "User management"
530
            ],
531
            "time": "2017-05-31T11:50:14+00:00"
532
        },
533
        {
534
            "name": "gedmo/doctrine-extensions",
535
            "version": "v2.4.31",
536
            "source": {
537
                "type": "git",
538
                "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
539
                "reference": "79cd1d49898a21ede9a5dfad41c021abd9a14339"
540
            },
541
            "dist": {
542
                "type": "zip",
543
                "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/79cd1d49898a21ede9a5dfad41c021abd9a14339",
544
                "reference": "79cd1d49898a21ede9a5dfad41c021abd9a14339",
545
                "shasum": ""
546
            },
547
            "require": {
548
                "behat/transliterator": "~1.2",
549
                "doctrine/common": "~2.4",
550
                "php": ">=5.3.2"
551
            },
552
            "require-dev": {
553
                "doctrine/common": ">=2.5.0",
554
                "doctrine/mongodb-odm": ">=1.0.2",
555
                "doctrine/orm": ">=2.5.0",
556
                "phpunit/phpunit": "*",
557
                "symfony/yaml": "~2.6|~3.0"
558
            },
559
            "suggest": {
560
                "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
561
                "doctrine/orm": "to use the extensions with the ORM"
562
            },
563
            "type": "library",
564
            "extra": {
565
                "branch-alias": {
566
                    "dev-master": "2.4.x-dev"
567
                }
568
            },
569
            "autoload": {
570
                "psr-0": {
571
                    "Gedmo\\": "lib/"
572
                }
573
            },
574
            "notification-url": "https://packagist.org/downloads/",
575
            "license": [
576
                "MIT"
577
            ],
578
            "authors": [
579
                {
580
                    "name": "David Buchmann",
581
                    "email": "[email protected]"
582
                },
583
                {
584
                    "name": "Gediminas Morkevicius",
585
                    "email": "[email protected]"
586
                },
587
                {
588
                    "name": "Gustavo Falco",
589
                    "email": "[email protected]"
590
                }
591
            ],
592
            "description": "Doctrine2 behavioral extensions",
593
            "homepage": "http://gediminasm.org/",
594
            "keywords": [
595
                "Blameable",
596
                "behaviors",
597
                "doctrine2",
598
                "extensions",
599
                "gedmo",
600
                "loggable",
601
                "nestedset",
602
                "sluggable",
603
                "sortable",
604
                "timestampable",
605
                "translatable",
606
                "tree",
607
                "uploadable"
608
            ],
609
            "time": "2017-10-12T06:26:21+00:00"
610
        },
611
        {
612
            "name": "paragonie/random_compat",
613
            "version": "v2.0.11",
614
            "source": {
615
                "type": "git",
616
                "url": "https://github.com/paragonie/random_compat.git",
617
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
618
            },
619
            "dist": {
620
                "type": "zip",
621
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
622
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
623
                "shasum": ""
624
            },
625
            "require": {
626
                "php": ">=5.2.0"
627
            },
628
            "require-dev": {
629
                "phpunit/phpunit": "4.*|5.*"
630
            },
631
            "suggest": {
632
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
633
            },
634
            "type": "library",
635
            "autoload": {
636
                "files": [
637
                    "lib/random.php"
638
                ]
639
            },
640
            "notification-url": "https://packagist.org/downloads/",
641
            "license": [
642
                "MIT"
643
            ],
644
            "authors": [
645
                {
646
                    "name": "Paragon Initiative Enterprises",
647
                    "email": "[email protected]",
648
                    "homepage": "https://paragonie.com"
649
                }
650
            ],
651
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
652
            "keywords": [
653
                "csprng",
654
                "pseudorandom",
655
                "random"
656
            ],
657
            "time": "2017-09-27T21:40:39+00:00"
658
        },
659
        {
660
            "name": "psr/cache",
661
            "version": "1.0.1",
662
            "source": {
663
                "type": "git",
664
                "url": "https://github.com/php-fig/cache.git",
665
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
666
            },
667
            "dist": {
668
                "type": "zip",
669
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
670
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
671
                "shasum": ""
672
            },
673
            "require": {
674
                "php": ">=5.3.0"
675
            },
676
            "type": "library",
677
            "extra": {
678
                "branch-alias": {
679
                    "dev-master": "1.0.x-dev"
680
                }
681
            },
682
            "autoload": {
683
                "psr-4": {
684
                    "Psr\\Cache\\": "src/"
685
                }
686
            },
687
            "notification-url": "https://packagist.org/downloads/",
688
            "license": [
689
                "MIT"
690
            ],
691
            "authors": [
692
                {
693
                    "name": "PHP-FIG",
694
                    "homepage": "http://www.php-fig.org/"
695
                }
696
            ],
697
            "description": "Common interface for caching libraries",
698
            "keywords": [
699
                "cache",
700
                "psr",
701
                "psr-6"
702
            ],
703
            "time": "2016-08-06T20:24:11+00:00"
704
        },
705
        {
706
            "name": "psr/container",
707
            "version": "1.0.0",
708
            "source": {
709
                "type": "git",
710
                "url": "https://github.com/php-fig/container.git",
711
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
712
            },
713
            "dist": {
714
                "type": "zip",
715
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
716
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
717
                "shasum": ""
718
            },
719
            "require": {
720
                "php": ">=5.3.0"
721
            },
722
            "type": "library",
723
            "extra": {
724
                "branch-alias": {
725
                    "dev-master": "1.0.x-dev"
726
                }
727
            },
728
            "autoload": {
729
                "psr-4": {
730
                    "Psr\\Container\\": "src/"
731
                }
732
            },
733
            "notification-url": "https://packagist.org/downloads/",
734
            "license": [
735
                "MIT"
736
            ],
737
            "authors": [
738
                {
739
                    "name": "PHP-FIG",
740
                    "homepage": "http://www.php-fig.org/"
741
                }
742
            ],
743
            "description": "Common Container Interface (PHP FIG PSR-11)",
744
            "homepage": "https://github.com/php-fig/container",
745
            "keywords": [
746
                "PSR-11",
747
                "container",
748
                "container-interface",
749
                "container-interop",
750
                "psr"
751
            ],
752
            "time": "2017-02-14T16:28:37+00:00"
753
        },
754
        {
755
            "name": "psr/log",
756
            "version": "1.0.2",
757
            "source": {
758
                "type": "git",
759
                "url": "https://github.com/php-fig/log.git",
760
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
761
            },
762
            "dist": {
763
                "type": "zip",
764
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
765
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
766
                "shasum": ""
767
            },
768
            "require": {
769
                "php": ">=5.3.0"
770
            },
771
            "type": "library",
772
            "extra": {
773
                "branch-alias": {
774
                    "dev-master": "1.0.x-dev"
775
                }
776
            },
777
            "autoload": {
778
                "psr-4": {
779
                    "Psr\\Log\\": "Psr/Log/"
780
                }
781
            },
782
            "notification-url": "https://packagist.org/downloads/",
783
            "license": [
784
                "MIT"
785
            ],
786
            "authors": [
787
                {
788
                    "name": "PHP-FIG",
789
                    "homepage": "http://www.php-fig.org/"
790
                }
791
            ],
792
            "description": "Common interface for logging libraries",
793
            "homepage": "https://github.com/php-fig/log",
794
            "keywords": [
795
                "log",
796
                "psr",
797
                "psr-3"
798
            ],
799
            "time": "2016-10-10T12:19:37+00:00"
800
        },
801
        {
802
            "name": "psr/simple-cache",
803
            "version": "1.0.0",
804
            "source": {
805
                "type": "git",
806
                "url": "https://github.com/php-fig/simple-cache.git",
807
                "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24"
808
            },
809
            "dist": {
810
                "type": "zip",
811
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24",
812
                "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24",
813
                "shasum": ""
814
            },
815
            "require": {
816
                "php": ">=5.3.0"
817
            },
818
            "type": "library",
819
            "extra": {
820
                "branch-alias": {
821
                    "dev-master": "1.0.x-dev"
822
                }
823
            },
824
            "autoload": {
825
                "psr-4": {
826
                    "Psr\\SimpleCache\\": "src/"
827
                }
828
            },
829
            "notification-url": "https://packagist.org/downloads/",
830
            "license": [
831
                "MIT"
832
            ],
833
            "authors": [
834
                {
835
                    "name": "PHP-FIG",
836
                    "homepage": "http://www.php-fig.org/"
837
                }
838
            ],
839
            "description": "Common interfaces for simple caching",
840
            "keywords": [
841
                "cache",
842
                "caching",
843
                "psr",
844
                "psr-16",
845
                "simple-cache"
846
            ],
847
            "time": "2017-01-02T13:31:39+00:00"
848
        },
849
        {
850
            "name": "ramsey/uuid",
851
            "version": "3.7.1",
852
            "source": {
853
                "type": "git",
854
                "url": "https://github.com/ramsey/uuid.git",
855
                "reference": "45cffe822057a09e05f7bd09ec5fb88eeecd2334"
856
            },
857
            "dist": {
858
                "type": "zip",
859
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/45cffe822057a09e05f7bd09ec5fb88eeecd2334",
860
                "reference": "45cffe822057a09e05f7bd09ec5fb88eeecd2334",
861
                "shasum": ""
862
            },
863
            "require": {
864
                "paragonie/random_compat": "^1.0|^2.0",
865
                "php": "^5.4 || ^7.0"
866
            },
867
            "replace": {
868
                "rhumsaa/uuid": "self.version"
869
            },
870
            "require-dev": {
871
                "apigen/apigen": "^4.1",
872
                "codeception/aspect-mock": "^1.0 | ^2.0",
873
                "doctrine/annotations": "~1.2.0",
874
                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
875
                "ircmaxell/random-lib": "^1.1",
876
                "jakub-onderka/php-parallel-lint": "^0.9.0",
877
                "mockery/mockery": "^0.9.4",
878
                "moontoast/math": "^1.1",
879
                "php-mock/php-mock-phpunit": "^0.3|^1.1",
880
                "phpunit/phpunit": "^4.7|>=5.0 <5.4",
881
                "satooshi/php-coveralls": "^0.6.1",
882
                "squizlabs/php_codesniffer": "^2.3"
883
            },
884
            "suggest": {
885
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
886
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
887
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
888
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
889
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
890
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
891
            },
892
            "type": "library",
893
            "extra": {
894
                "branch-alias": {
895
                    "dev-master": "3.x-dev"
896
                }
897
            },
898
            "autoload": {
899
                "psr-4": {
900
                    "Ramsey\\Uuid\\": "src/"
901
                }
902
            },
903
            "notification-url": "https://packagist.org/downloads/",
904
            "license": [
905
                "MIT"
906
            ],
907
            "authors": [
908
                {
909
                    "name": "Marijn Huizendveld",
910
                    "email": "[email protected]"
911
                },
912
                {
913
                    "name": "Thibaud Fabre",
914
                    "email": "[email protected]"
915
                },
916
                {
917
                    "name": "Ben Ramsey",
918
                    "email": "[email protected]",
919
                    "homepage": "https://benramsey.com"
920
                }
921
            ],
922
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
923
            "homepage": "https://github.com/ramsey/uuid",
924
            "keywords": [
925
                "guid",
926
                "identifier",
927
                "uuid"
928
            ],
929
            "time": "2017-09-22T20:46:04+00:00"
930
        },
931
        {
932
            "name": "stof/doctrine-extensions-bundle",
933
            "version": "v1.2.2",
934
            "source": {
935
                "type": "git",
936
                "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
937
                "reference": "4e7499d25dc5d0862da09fa8e336164948a29a25"
938
            },
939
            "dist": {
940
                "type": "zip",
941
                "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/4e7499d25dc5d0862da09fa8e336164948a29a25",
942
                "reference": "4e7499d25dc5d0862da09fa8e336164948a29a25",
943
                "shasum": ""
944
            },
945
            "require": {
946
                "gedmo/doctrine-extensions": "^2.3.1",
947
                "php": ">=5.3.2",
948
                "symfony/framework-bundle": "~2.1|~3.0"
949
            },
950
            "suggest": {
951
                "doctrine/doctrine-bundle": "to use the ORM extensions",
952
                "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
953
            },
954
            "type": "symfony-bundle",
955
            "extra": {
956
                "branch-alias": {
957
                    "dev-master": "1.2.x-dev"
958
                }
959
            },
960
            "autoload": {
961
                "psr-4": {
962
                    "Stof\\DoctrineExtensionsBundle\\": ""
963
                }
964
            },
965
            "notification-url": "https://packagist.org/downloads/",
966
            "license": [
967
                "MIT"
968
            ],
969
            "authors": [
970
                {
971
                    "name": "Christophe Coevoet",
972
                    "email": "[email protected]"
973
                }
974
            ],
975
            "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
976
            "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
977
            "keywords": [
978
                "behaviors",
979
                "doctrine2",
980
                "extensions",
981
                "gedmo",
982
                "loggable",
983
                "nestedset",
984
                "sluggable",
985
                "sortable",
986
                "timestampable",
987
                "translatable",
988
                "tree"
989
            ],
990
            "time": "2016-01-26T23:58:32+00:00"
991
        },
992
        {
993
            "name": "symfony/cache",
994
            "version": "v3.3.10",
995
            "source": {
996
                "type": "git",
997
                "url": "https://github.com/symfony/cache.git",
998
                "reference": "5f78b9728869434a445bdd86d63ef723f93e5433"
999
            },
1000
            "dist": {
1001
                "type": "zip",
1002
                "url": "https://api.github.com/repos/symfony/cache/zipball/5f78b9728869434a445bdd86d63ef723f93e5433",
1003
                "reference": "5f78b9728869434a445bdd86d63ef723f93e5433",
1004
                "shasum": ""
1005
            },
1006
            "require": {
1007
                "php": "^5.5.9|>=7.0.8",
1008
                "psr/cache": "~1.0",
1009
                "psr/log": "~1.0",
1010
                "psr/simple-cache": "^1.0",
1011
                "symfony/polyfill-apcu": "~1.1"
1012
            },
1013
            "conflict": {
1014
                "symfony/var-dumper": "<3.3"
1015
            },
1016
            "provide": {
1017
                "psr/cache-implementation": "1.0",
1018
                "psr/simple-cache-implementation": "1.0"
1019
            },
1020
            "require-dev": {
1021
                "cache/integration-tests": "dev-master",
1022
                "doctrine/cache": "~1.6",
1023
                "doctrine/dbal": "~2.4",
1024
                "predis/predis": "~1.0"
1025
            },
1026
            "type": "library",
1027
            "extra": {
1028
                "branch-alias": {
1029
                    "dev-master": "3.3-dev"
1030
                }
1031
            },
1032
            "autoload": {
1033
                "psr-4": {
1034
                    "Symfony\\Component\\Cache\\": ""
1035
                },
1036
                "exclude-from-classmap": [
1037
                    "/Tests/"
1038
                ]
1039
            },
1040
            "notification-url": "https://packagist.org/downloads/",
1041
            "license": [
1042
                "MIT"
1043
            ],
1044
            "authors": [
1045
                {
1046
                    "name": "Nicolas Grekas",
1047
                    "email": "[email protected]"
1048
                },
1049
                {
1050
                    "name": "Symfony Community",
1051
                    "homepage": "https://symfony.com/contributors"
1052
                }
1053
            ],
1054
            "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
1055
            "homepage": "https://symfony.com",
1056
            "keywords": [
1057
                "caching",
1058
                "psr6"
1059
            ],
1060
            "time": "2017-10-04T07:58:49+00:00"
1061
        },
1062
        {
1063
            "name": "symfony/class-loader",
1064
            "version": "v3.3.10",
1065
            "source": {
1066
                "type": "git",
1067
                "url": "https://github.com/symfony/class-loader.git",
1068
                "reference": "7572c904b209fa9907c69a6a9a68243c265a4d01"
1069
            },
1070
            "dist": {
1071
                "type": "zip",
1072
                "url": "https://api.github.com/repos/symfony/class-loader/zipball/7572c904b209fa9907c69a6a9a68243c265a4d01",
1073
                "reference": "7572c904b209fa9907c69a6a9a68243c265a4d01",
1074
                "shasum": ""
1075
            },
1076
            "require": {
1077
                "php": "^5.5.9|>=7.0.8"
1078
            },
1079
            "require-dev": {
1080
                "symfony/finder": "~2.8|~3.0",
1081
                "symfony/polyfill-apcu": "~1.1"
1082
            },
1083
            "suggest": {
1084
                "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
1085
            },
1086
            "type": "library",
1087
            "extra": {
1088
                "branch-alias": {
1089
                    "dev-master": "3.3-dev"
1090
                }
1091
            },
1092
            "autoload": {
1093
                "psr-4": {
1094
                    "Symfony\\Component\\ClassLoader\\": ""
1095
                },
1096
                "exclude-from-classmap": [
1097
                    "/Tests/"
1098
                ]
1099
            },
1100
            "notification-url": "https://packagist.org/downloads/",
1101
            "license": [
1102
                "MIT"
1103
            ],
1104
            "authors": [
1105
                {
1106
                    "name": "Fabien Potencier",
1107
                    "email": "[email protected]"
1108
                },
1109
                {
1110
                    "name": "Symfony Community",
1111
                    "homepage": "https://symfony.com/contributors"
1112
                }
1113
            ],
1114
            "description": "Symfony ClassLoader Component",
1115
            "homepage": "https://symfony.com",
1116
            "time": "2017-10-02T06:42:24+00:00"
1117
        },
1118
        {
1119
            "name": "symfony/config",
1120
            "version": "v3.3.10",
1121
            "source": {
1122
                "type": "git",
1123
                "url": "https://github.com/symfony/config.git",
1124
                "reference": "4ab62407bff9cd97c410a7feaef04c375aaa5cfd"
1125
            },
1126
            "dist": {
1127
                "type": "zip",
1128
                "url": "https://api.github.com/repos/symfony/config/zipball/4ab62407bff9cd97c410a7feaef04c375aaa5cfd",
1129
                "reference": "4ab62407bff9cd97c410a7feaef04c375aaa5cfd",
1130
                "shasum": ""
1131
            },
1132
            "require": {
1133
                "php": "^5.5.9|>=7.0.8",
1134
                "symfony/filesystem": "~2.8|~3.0"
1135
            },
1136
            "conflict": {
1137
                "symfony/dependency-injection": "<3.3",
1138
                "symfony/finder": "<3.3"
1139
            },
1140
            "require-dev": {
1141
                "symfony/dependency-injection": "~3.3",
1142
                "symfony/finder": "~3.3",
1143
                "symfony/yaml": "~3.0"
1144
            },
1145
            "suggest": {
1146
                "symfony/yaml": "To use the yaml reference dumper"
1147
            },
1148
            "type": "library",
1149
            "extra": {
1150
                "branch-alias": {
1151
                    "dev-master": "3.3-dev"
1152
                }
1153
            },
1154
            "autoload": {
1155
                "psr-4": {
1156
                    "Symfony\\Component\\Config\\": ""
1157
                },
1158
                "exclude-from-classmap": [
1159
                    "/Tests/"
1160
                ]
1161
            },
1162
            "notification-url": "https://packagist.org/downloads/",
1163
            "license": [
1164
                "MIT"
1165
            ],
1166
            "authors": [
1167
                {
1168
                    "name": "Fabien Potencier",
1169
                    "email": "[email protected]"
1170
                },
1171
                {
1172
                    "name": "Symfony Community",
1173
                    "homepage": "https://symfony.com/contributors"
1174
                }
1175
            ],
1176
            "description": "Symfony Config Component",
1177
            "homepage": "https://symfony.com",
1178
            "time": "2017-10-04T18:56:58+00:00"
1179
        },
1180
        {
1181
            "name": "symfony/debug",
1182
            "version": "v3.3.10",
1183
            "source": {
1184
                "type": "git",
1185
                "url": "https://github.com/symfony/debug.git",
1186
                "reference": "eb95d9ce8f18dcc1b3dfff00cb624c402be78ffd"
1187
            },
1188
            "dist": {
1189
                "type": "zip",
1190
                "url": "https://api.github.com/repos/symfony/debug/zipball/eb95d9ce8f18dcc1b3dfff00cb624c402be78ffd",
1191
                "reference": "eb95d9ce8f18dcc1b3dfff00cb624c402be78ffd",
1192
                "shasum": ""
1193
            },
1194
            "require": {
1195
                "php": "^5.5.9|>=7.0.8",
1196
                "psr/log": "~1.0"
1197
            },
1198
            "conflict": {
1199
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1200
            },
1201
            "require-dev": {
1202
                "symfony/http-kernel": "~2.8|~3.0"
1203
            },
1204
            "type": "library",
1205
            "extra": {
1206
                "branch-alias": {
1207
                    "dev-master": "3.3-dev"
1208
                }
1209
            },
1210
            "autoload": {
1211
                "psr-4": {
1212
                    "Symfony\\Component\\Debug\\": ""
1213
                },
1214
                "exclude-from-classmap": [
1215
                    "/Tests/"
1216
                ]
1217
            },
1218
            "notification-url": "https://packagist.org/downloads/",
1219
            "license": [
1220
                "MIT"
1221
            ],
1222
            "authors": [
1223
                {
1224
                    "name": "Fabien Potencier",
1225
                    "email": "[email protected]"
1226
                },
1227
                {
1228
                    "name": "Symfony Community",
1229
                    "homepage": "https://symfony.com/contributors"
1230
                }
1231
            ],
1232
            "description": "Symfony Debug Component",
1233
            "homepage": "https://symfony.com",
1234
            "time": "2017-10-02T06:42:24+00:00"
1235
        },
1236
        {
1237
            "name": "symfony/dependency-injection",
1238
            "version": "v3.3.10",
1239
            "source": {
1240
                "type": "git",
1241
                "url": "https://github.com/symfony/dependency-injection.git",
1242
                "reference": "8ebad929aee3ca185b05f55d9cc5521670821ad1"
1243
            },
1244
            "dist": {
1245
                "type": "zip",
1246
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/8ebad929aee3ca185b05f55d9cc5521670821ad1",
1247
                "reference": "8ebad929aee3ca185b05f55d9cc5521670821ad1",
1248
                "shasum": ""
1249
            },
1250
            "require": {
1251
                "php": "^5.5.9|>=7.0.8",
1252
                "psr/container": "^1.0"
1253
            },
1254
            "conflict": {
1255
                "symfony/config": "<3.3.1",
1256
                "symfony/finder": "<3.3",
1257
                "symfony/yaml": "<3.3"
1258
            },
1259
            "provide": {
1260
                "psr/container-implementation": "1.0"
1261
            },
1262
            "require-dev": {
1263
                "symfony/config": "~3.3",
1264
                "symfony/expression-language": "~2.8|~3.0",
1265
                "symfony/yaml": "~3.3"
1266
            },
1267
            "suggest": {
1268
                "symfony/config": "",
1269
                "symfony/expression-language": "For using expressions in service container configuration",
1270
                "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
1271
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
1272
                "symfony/yaml": ""
1273
            },
1274
            "type": "library",
1275
            "extra": {
1276
                "branch-alias": {
1277
                    "dev-master": "3.3-dev"
1278
                }
1279
            },
1280
            "autoload": {
1281
                "psr-4": {
1282
                    "Symfony\\Component\\DependencyInjection\\": ""
1283
                },
1284
                "exclude-from-classmap": [
1285
                    "/Tests/"
1286
                ]
1287
            },
1288
            "notification-url": "https://packagist.org/downloads/",
1289
            "license": [
1290
                "MIT"
1291
            ],
1292
            "authors": [
1293
                {
1294
                    "name": "Fabien Potencier",
1295
                    "email": "[email protected]"
1296
                },
1297
                {
1298
                    "name": "Symfony Community",
1299
                    "homepage": "https://symfony.com/contributors"
1300
                }
1301
            ],
1302
            "description": "Symfony DependencyInjection Component",
1303
            "homepage": "https://symfony.com",
1304
            "time": "2017-10-04T17:15:30+00:00"
1305
        },
1306
        {
1307
            "name": "symfony/event-dispatcher",
1308
            "version": "v3.3.10",
1309
            "source": {
1310
                "type": "git",
1311
                "url": "https://github.com/symfony/event-dispatcher.git",
1312
                "reference": "d7ba037e4b8221956ab1e221c73c9e27e05dd423"
1313
            },
1314
            "dist": {
1315
                "type": "zip",
1316
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d7ba037e4b8221956ab1e221c73c9e27e05dd423",
1317
                "reference": "d7ba037e4b8221956ab1e221c73c9e27e05dd423",
1318
                "shasum": ""
1319
            },
1320
            "require": {
1321
                "php": "^5.5.9|>=7.0.8"
1322
            },
1323
            "conflict": {
1324
                "symfony/dependency-injection": "<3.3"
1325
            },
1326
            "require-dev": {
1327
                "psr/log": "~1.0",
1328
                "symfony/config": "~2.8|~3.0",
1329
                "symfony/dependency-injection": "~3.3",
1330
                "symfony/expression-language": "~2.8|~3.0",
1331
                "symfony/stopwatch": "~2.8|~3.0"
1332
            },
1333
            "suggest": {
1334
                "symfony/dependency-injection": "",
1335
                "symfony/http-kernel": ""
1336
            },
1337
            "type": "library",
1338
            "extra": {
1339
                "branch-alias": {
1340
                    "dev-master": "3.3-dev"
1341
                }
1342
            },
1343
            "autoload": {
1344
                "psr-4": {
1345
                    "Symfony\\Component\\EventDispatcher\\": ""
1346
                },
1347
                "exclude-from-classmap": [
1348
                    "/Tests/"
1349
                ]
1350
            },
1351
            "notification-url": "https://packagist.org/downloads/",
1352
            "license": [
1353
                "MIT"
1354
            ],
1355
            "authors": [
1356
                {
1357
                    "name": "Fabien Potencier",
1358
                    "email": "[email protected]"
1359
                },
1360
                {
1361
                    "name": "Symfony Community",
1362
                    "homepage": "https://symfony.com/contributors"
1363
                }
1364
            ],
1365
            "description": "Symfony EventDispatcher Component",
1366
            "homepage": "https://symfony.com",
1367
            "time": "2017-10-02T06:42:24+00:00"
1368
        },
1369
        {
1370
            "name": "symfony/filesystem",
1371
            "version": "v3.3.10",
1372
            "source": {
1373
                "type": "git",
1374
                "url": "https://github.com/symfony/filesystem.git",
1375
                "reference": "90bc45abf02ae6b7deb43895c1052cb0038506f1"
1376
            },
1377
            "dist": {
1378
                "type": "zip",
1379
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/90bc45abf02ae6b7deb43895c1052cb0038506f1",
1380
                "reference": "90bc45abf02ae6b7deb43895c1052cb0038506f1",
1381
                "shasum": ""
1382
            },
1383
            "require": {
1384
                "php": "^5.5.9|>=7.0.8"
1385
            },
1386
            "type": "library",
1387
            "extra": {
1388
                "branch-alias": {
1389
                    "dev-master": "3.3-dev"
1390
                }
1391
            },
1392
            "autoload": {
1393
                "psr-4": {
1394
                    "Symfony\\Component\\Filesystem\\": ""
1395
                },
1396
                "exclude-from-classmap": [
1397
                    "/Tests/"
1398
                ]
1399
            },
1400
            "notification-url": "https://packagist.org/downloads/",
1401
            "license": [
1402
                "MIT"
1403
            ],
1404
            "authors": [
1405
                {
1406
                    "name": "Fabien Potencier",
1407
                    "email": "[email protected]"
1408
                },
1409
                {
1410
                    "name": "Symfony Community",
1411
                    "homepage": "https://symfony.com/contributors"
1412
                }
1413
            ],
1414
            "description": "Symfony Filesystem Component",
1415
            "homepage": "https://symfony.com",
1416
            "time": "2017-10-03T13:33:10+00:00"
1417
        },
1418
        {
1419
            "name": "symfony/finder",
1420
            "version": "v3.3.10",
1421
            "source": {
1422
                "type": "git",
1423
                "url": "https://github.com/symfony/finder.git",
1424
                "reference": "773e19a491d97926f236942484cb541560ce862d"
1425
            },
1426
            "dist": {
1427
                "type": "zip",
1428
                "url": "https://api.github.com/repos/symfony/finder/zipball/773e19a491d97926f236942484cb541560ce862d",
1429
                "reference": "773e19a491d97926f236942484cb541560ce862d",
1430
                "shasum": ""
1431
            },
1432
            "require": {
1433
                "php": "^5.5.9|>=7.0.8"
1434
            },
1435
            "type": "library",
1436
            "extra": {
1437
                "branch-alias": {
1438
                    "dev-master": "3.3-dev"
1439
                }
1440
            },
1441
            "autoload": {
1442
                "psr-4": {
1443
                    "Symfony\\Component\\Finder\\": ""
1444
                },
1445
                "exclude-from-classmap": [
1446
                    "/Tests/"
1447
                ]
1448
            },
1449
            "notification-url": "https://packagist.org/downloads/",
1450
            "license": [
1451
                "MIT"
1452
            ],
1453
            "authors": [
1454
                {
1455
                    "name": "Fabien Potencier",
1456
                    "email": "[email protected]"
1457
                },
1458
                {
1459
                    "name": "Symfony Community",
1460
                    "homepage": "https://symfony.com/contributors"
1461
                }
1462
            ],
1463
            "description": "Symfony Finder Component",
1464
            "homepage": "https://symfony.com",
1465
            "time": "2017-10-02T06:42:24+00:00"
1466
        },
1467
        {
1468
            "name": "symfony/form",
0 ignored issues
show
There is a security advisory for your installed version of symfony/form:

CVE-2017-16790: Ensure that submitted data are uploaded files
Loading history...
1469
            "version": "v3.3.10",
1470
            "source": {
1471
                "type": "git",
1472
                "url": "https://github.com/symfony/form.git",
1473
                "reference": "b1c9d58041c3ce9b7238d1ff6b164f0b9547ed80"
1474
            },
1475
            "dist": {
1476
                "type": "zip",
1477
                "url": "https://api.github.com/repos/symfony/form/zipball/b1c9d58041c3ce9b7238d1ff6b164f0b9547ed80",
1478
                "reference": "b1c9d58041c3ce9b7238d1ff6b164f0b9547ed80",
1479
                "shasum": ""
1480
            },
1481
            "require": {
1482
                "php": "^5.5.9|>=7.0.8",
1483
                "symfony/event-dispatcher": "~2.8|~3.0",
1484
                "symfony/intl": "^2.8.18|^3.2.5",
1485
                "symfony/options-resolver": "~2.8|~3.0",
1486
                "symfony/polyfill-mbstring": "~1.0",
1487
                "symfony/property-access": "~2.8|~3.0"
1488
            },
1489
            "conflict": {
1490
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
1491
                "symfony/dependency-injection": "<3.3",
1492
                "symfony/doctrine-bridge": "<2.7",
1493
                "symfony/framework-bundle": "<2.7",
1494
                "symfony/http-kernel": "<3.3.5",
1495
                "symfony/twig-bridge": "<2.7"
1496
            },
1497
            "require-dev": {
1498
                "doctrine/collections": "~1.0",
1499
                "symfony/config": "~2.7|~3.0",
1500
                "symfony/dependency-injection": "~3.3",
1501
                "symfony/http-foundation": "~2.8|~3.0",
1502
                "symfony/http-kernel": "^3.3.5",
1503
                "symfony/security-csrf": "~2.8|~3.0",
1504
                "symfony/translation": "~2.8|~3.0",
1505
                "symfony/validator": "^2.8.18|^3.2.5",
1506
                "symfony/var-dumper": "~3.3"
1507
            },
1508
            "suggest": {
1509
                "symfony/framework-bundle": "For templating with PHP.",
1510
                "symfony/security-csrf": "For protecting forms against CSRF attacks.",
1511
                "symfony/twig-bridge": "For templating with Twig.",
1512
                "symfony/validator": "For form validation."
1513
            },
1514
            "type": "library",
1515
            "extra": {
1516
                "branch-alias": {
1517
                    "dev-master": "3.3-dev"
1518
                }
1519
            },
1520
            "autoload": {
1521
                "psr-4": {
1522
                    "Symfony\\Component\\Form\\": ""
1523
                },
1524
                "exclude-from-classmap": [
1525
                    "/Tests/"
1526
                ]
1527
            },
1528
            "notification-url": "https://packagist.org/downloads/",
1529
            "license": [
1530
                "MIT"
1531
            ],
1532
            "authors": [
1533
                {
1534
                    "name": "Fabien Potencier",
1535
                    "email": "[email protected]"
1536
                },
1537
                {
1538
                    "name": "Symfony Community",
1539
                    "homepage": "https://symfony.com/contributors"
1540
                }
1541
            ],
1542
            "description": "Symfony Form Component",
1543
            "homepage": "https://symfony.com",
1544
            "time": "2017-10-02T06:42:24+00:00"
1545
        },
1546
        {
1547
            "name": "symfony/framework-bundle",
1548
            "version": "v3.3.10",
1549
            "source": {
1550
                "type": "git",
1551
                "url": "https://github.com/symfony/framework-bundle.git",
1552
                "reference": "f440e16fc2ab880f97149552e79d6d2d6fc243db"
1553
            },
1554
            "dist": {
1555
                "type": "zip",
1556
                "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/f440e16fc2ab880f97149552e79d6d2d6fc243db",
1557
                "reference": "f440e16fc2ab880f97149552e79d6d2d6fc243db",
1558
                "shasum": ""
1559
            },
1560
            "require": {
1561
                "doctrine/cache": "~1.0",
1562
                "ext-xml": "*",
1563
                "php": "^5.5.9|>=7.0.8",
1564
                "symfony/cache": "~3.3",
1565
                "symfony/class-loader": "~3.2",
1566
                "symfony/config": "~3.3",
1567
                "symfony/dependency-injection": "~3.3",
1568
                "symfony/event-dispatcher": "^3.3.1",
1569
                "symfony/filesystem": "~2.8|~3.0",
1570
                "symfony/finder": "~2.8|~3.0",
1571
                "symfony/http-foundation": "~3.3",
1572
                "symfony/http-kernel": "~3.3",
1573
                "symfony/polyfill-mbstring": "~1.0",
1574
                "symfony/routing": "~3.3",
1575
                "symfony/stopwatch": "~2.8|~3.0"
1576
            },
1577
            "conflict": {
1578
                "phpdocumentor/reflection-docblock": "<3.0",
1579
                "phpdocumentor/type-resolver": "<0.2.0",
1580
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
1581
                "symfony/asset": "<3.3",
1582
                "symfony/console": "<3.3",
1583
                "symfony/form": "<3.3",
1584
                "symfony/property-info": "<3.3",
1585
                "symfony/serializer": "<3.3",
1586
                "symfony/translation": "<3.2",
1587
                "symfony/validator": "<3.3",
1588
                "symfony/workflow": "<3.3"
1589
            },
1590
            "require-dev": {
1591
                "doctrine/annotations": "~1.0",
1592
                "fig/link-util": "^1.0",
1593
                "phpdocumentor/reflection-docblock": "^3.0|^4.0",
1594
                "sensio/framework-extra-bundle": "^3.0.2",
1595
                "symfony/asset": "~3.3",
1596
                "symfony/browser-kit": "~2.8|~3.0",
1597
                "symfony/console": "~3.3",
1598
                "symfony/css-selector": "~2.8|~3.0",
1599
                "symfony/dom-crawler": "~2.8|~3.0",
1600
                "symfony/expression-language": "~2.8|~3.0",
1601
                "symfony/form": "~3.3",
1602
                "symfony/polyfill-intl-icu": "~1.0",
1603
                "symfony/process": "~2.8|~3.0",
1604
                "symfony/property-info": "~3.3",
1605
                "symfony/security": "~2.8|~3.0",
1606
                "symfony/security-core": "~3.2",
1607
                "symfony/security-csrf": "~2.8|~3.0",
1608
                "symfony/serializer": "~3.3",
1609
                "symfony/templating": "~2.8|~3.0",
1610
                "symfony/translation": "~3.2",
1611
                "symfony/validator": "~3.3",
1612
                "symfony/web-link": "~3.3",
1613
                "symfony/workflow": "~3.3",
1614
                "symfony/yaml": "~3.2",
1615
                "twig/twig": "~1.34|~2.4"
1616
            },
1617
            "suggest": {
1618
                "ext-apcu": "For best performance of the system caches",
1619
                "symfony/console": "For using the console commands",
1620
                "symfony/form": "For using forms",
1621
                "symfony/property-info": "For using the property_info service",
1622
                "symfony/serializer": "For using the serializer service",
1623
                "symfony/validator": "For using validation",
1624
                "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
1625
                "symfony/yaml": "For using the debug:config and lint:yaml commands"
1626
            },
1627
            "type": "symfony-bundle",
1628
            "extra": {
1629
                "branch-alias": {
1630
                    "dev-master": "3.3-dev"
1631
                }
1632
            },
1633
            "autoload": {
1634
                "psr-4": {
1635
                    "Symfony\\Bundle\\FrameworkBundle\\": ""
1636
                },
1637
                "exclude-from-classmap": [
1638
                    "/Tests/"
1639
                ]
1640
            },
1641
            "notification-url": "https://packagist.org/downloads/",
1642
            "license": [
1643
                "MIT"
1644
            ],
1645
            "authors": [
1646
                {
1647
                    "name": "Fabien Potencier",
1648
                    "email": "[email protected]"
1649
                },
1650
                {
1651
                    "name": "Symfony Community",
1652
                    "homepage": "https://symfony.com/contributors"
1653
                }
1654
            ],
1655
            "description": "Symfony FrameworkBundle",
1656
            "homepage": "https://symfony.com",
1657
            "time": "2017-10-05T13:44:12+00:00"
1658
        },
1659
        {
1660
            "name": "symfony/http-foundation",
0 ignored issues
show
There are 2 security advisories for your installed version of symfony/http-foundation:

- CVE-2018-11386: Denial of service when using PDOSessionHandler
- CVE-2018-14773: Remove support for legacy and risky HTTP headers
Loading history...
1661
            "version": "v3.3.10",
1662
            "source": {
1663
                "type": "git",
1664
                "url": "https://github.com/symfony/http-foundation.git",
1665
                "reference": "22cf9c2b1d9f67cc8e75ae7f4eaa60e4c1eff1f8"
1666
            },
1667
            "dist": {
1668
                "type": "zip",
1669
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/22cf9c2b1d9f67cc8e75ae7f4eaa60e4c1eff1f8",
1670
                "reference": "22cf9c2b1d9f67cc8e75ae7f4eaa60e4c1eff1f8",
1671
                "shasum": ""
1672
            },
1673
            "require": {
1674
                "php": "^5.5.9|>=7.0.8",
1675
                "symfony/polyfill-mbstring": "~1.1"
1676
            },
1677
            "require-dev": {
1678
                "symfony/expression-language": "~2.8|~3.0"
1679
            },
1680
            "type": "library",
1681
            "extra": {
1682
                "branch-alias": {
1683
                    "dev-master": "3.3-dev"
1684
                }
1685
            },
1686
            "autoload": {
1687
                "psr-4": {
1688
                    "Symfony\\Component\\HttpFoundation\\": ""
1689
                },
1690
                "exclude-from-classmap": [
1691
                    "/Tests/"
1692
                ]
1693
            },
1694
            "notification-url": "https://packagist.org/downloads/",
1695
            "license": [
1696
                "MIT"
1697
            ],
1698
            "authors": [
1699
                {
1700
                    "name": "Fabien Potencier",
1701
                    "email": "[email protected]"
1702
                },
1703
                {
1704
                    "name": "Symfony Community",
1705
                    "homepage": "https://symfony.com/contributors"
1706
                }
1707
            ],
1708
            "description": "Symfony HttpFoundation Component",
1709
            "homepage": "https://symfony.com",
1710
            "time": "2017-10-05T23:10:23+00:00"
1711
        },
1712
        {
1713
            "name": "symfony/http-kernel",
1714
            "version": "v3.3.10",
1715
            "source": {
1716
                "type": "git",
1717
                "url": "https://github.com/symfony/http-kernel.git",
1718
                "reference": "654f047a78756964bf91b619554f956517394018"
1719
            },
1720
            "dist": {
1721
                "type": "zip",
1722
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/654f047a78756964bf91b619554f956517394018",
1723
                "reference": "654f047a78756964bf91b619554f956517394018",
1724
                "shasum": ""
1725
            },
1726
            "require": {
1727
                "php": "^5.5.9|>=7.0.8",
1728
                "psr/log": "~1.0",
1729
                "symfony/debug": "~2.8|~3.0",
1730
                "symfony/event-dispatcher": "~2.8|~3.0",
1731
                "symfony/http-foundation": "~3.3"
1732
            },
1733
            "conflict": {
1734
                "symfony/config": "<2.8",
1735
                "symfony/dependency-injection": "<3.3",
1736
                "symfony/var-dumper": "<3.3",
1737
                "twig/twig": "<1.34|<2.4,>=2"
1738
            },
1739
            "require-dev": {
1740
                "psr/cache": "~1.0",
1741
                "symfony/browser-kit": "~2.8|~3.0",
1742
                "symfony/class-loader": "~2.8|~3.0",
1743
                "symfony/config": "~2.8|~3.0",
1744
                "symfony/console": "~2.8|~3.0",
1745
                "symfony/css-selector": "~2.8|~3.0",
1746
                "symfony/dependency-injection": "~3.3",
1747
                "symfony/dom-crawler": "~2.8|~3.0",
1748
                "symfony/expression-language": "~2.8|~3.0",
1749
                "symfony/finder": "~2.8|~3.0",
1750
                "symfony/process": "~2.8|~3.0",
1751
                "symfony/routing": "~2.8|~3.0",
1752
                "symfony/stopwatch": "~2.8|~3.0",
1753
                "symfony/templating": "~2.8|~3.0",
1754
                "symfony/translation": "~2.8|~3.0",
1755
                "symfony/var-dumper": "~3.3"
1756
            },
1757
            "suggest": {
1758
                "symfony/browser-kit": "",
1759
                "symfony/class-loader": "",
1760
                "symfony/config": "",
1761
                "symfony/console": "",
1762
                "symfony/dependency-injection": "",
1763
                "symfony/finder": "",
1764
                "symfony/var-dumper": ""
1765
            },
1766
            "type": "library",
1767
            "extra": {
1768
                "branch-alias": {
1769
                    "dev-master": "3.3-dev"
1770
                }
1771
            },
1772
            "autoload": {
1773
                "psr-4": {
1774
                    "Symfony\\Component\\HttpKernel\\": ""
1775
                },
1776
                "exclude-from-classmap": [
1777
                    "/Tests/"
1778
                ]
1779
            },
1780
            "notification-url": "https://packagist.org/downloads/",
1781
            "license": [
1782
                "MIT"
1783
            ],
1784
            "authors": [
1785
                {
1786
                    "name": "Fabien Potencier",
1787
                    "email": "[email protected]"
1788
                },
1789
                {
1790
                    "name": "Symfony Community",
1791
                    "homepage": "https://symfony.com/contributors"
1792
                }
1793
            ],
1794
            "description": "Symfony HttpKernel Component",
1795
            "homepage": "https://symfony.com",
1796
            "time": "2017-10-05T23:40:19+00:00"
1797
        },
1798
        {
1799
            "name": "symfony/inflector",
1800
            "version": "v3.3.10",
1801
            "source": {
1802
                "type": "git",
1803
                "url": "https://github.com/symfony/inflector.git",
1804
                "reference": "0474dc4d867c7efefd44017f7903465a7f368b6b"
1805
            },
1806
            "dist": {
1807
                "type": "zip",
1808
                "url": "https://api.github.com/repos/symfony/inflector/zipball/0474dc4d867c7efefd44017f7903465a7f368b6b",
1809
                "reference": "0474dc4d867c7efefd44017f7903465a7f368b6b",
1810
                "shasum": ""
1811
            },
1812
            "require": {
1813
                "php": "^5.5.9|>=7.0.8"
1814
            },
1815
            "type": "library",
1816
            "extra": {
1817
                "branch-alias": {
1818
                    "dev-master": "3.3-dev"
1819
                }
1820
            },
1821
            "autoload": {
1822
                "psr-4": {
1823
                    "Symfony\\Component\\Inflector\\": ""
1824
                },
1825
                "exclude-from-classmap": [
1826
                    "/Tests/"
1827
                ]
1828
            },
1829
            "notification-url": "https://packagist.org/downloads/",
1830
            "license": [
1831
                "MIT"
1832
            ],
1833
            "authors": [
1834
                {
1835
                    "name": "Bernhard Schussek",
1836
                    "email": "[email protected]"
1837
                },
1838
                {
1839
                    "name": "Symfony Community",
1840
                    "homepage": "https://symfony.com/contributors"
1841
                }
1842
            ],
1843
            "description": "Symfony Inflector Component",
1844
            "homepage": "https://symfony.com",
1845
            "keywords": [
1846
                "inflection",
1847
                "pluralize",
1848
                "singularize",
1849
                "string",
1850
                "symfony",
1851
                "words"
1852
            ],
1853
            "time": "2017-07-29T21:54:42+00:00"
1854
        },
1855
        {
1856
            "name": "symfony/intl",
0 ignored issues
show
There is a security advisory for your installed version of symfony/intl:

CVE-2017-16654: Intl bundle readers breaking out of paths
Loading history...
1857
            "version": "v3.3.10",
1858
            "source": {
1859
                "type": "git",
1860
                "url": "https://github.com/symfony/intl.git",
1861
                "reference": "d277fc22d4e1925b749156a15cc17989e484341c"
1862
            },
1863
            "dist": {
1864
                "type": "zip",
1865
                "url": "https://api.github.com/repos/symfony/intl/zipball/d277fc22d4e1925b749156a15cc17989e484341c",
1866
                "reference": "d277fc22d4e1925b749156a15cc17989e484341c",
1867
                "shasum": ""
1868
            },
1869
            "require": {
1870
                "php": "^5.5.9|>=7.0.8",
1871
                "symfony/polyfill-intl-icu": "~1.0"
1872
            },
1873
            "require-dev": {
1874
                "symfony/filesystem": "~2.8|~3.0"
1875
            },
1876
            "suggest": {
1877
                "ext-intl": "to use the component with locales other than \"en\""
1878
            },
1879
            "type": "library",
1880
            "extra": {
1881
                "branch-alias": {
1882
                    "dev-master": "3.3-dev"
1883
                }
1884
            },
1885
            "autoload": {
1886
                "psr-4": {
1887
                    "Symfony\\Component\\Intl\\": ""
1888
                },
1889
                "classmap": [
1890
                    "Resources/stubs"
1891
                ],
1892
                "exclude-from-classmap": [
1893
                    "/Tests/"
1894
                ]
1895
            },
1896
            "notification-url": "https://packagist.org/downloads/",
1897
            "license": [
1898
                "MIT"
1899
            ],
1900
            "authors": [
1901
                {
1902
                    "name": "Bernhard Schussek",
1903
                    "email": "[email protected]"
1904
                },
1905
                {
1906
                    "name": "Eriksen Costa",
1907
                    "email": "[email protected]"
1908
                },
1909
                {
1910
                    "name": "Igor Wiedler",
1911
                    "email": "[email protected]"
1912
                },
1913
                {
1914
                    "name": "Symfony Community",
1915
                    "homepage": "https://symfony.com/contributors"
1916
                }
1917
            ],
1918
            "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.",
1919
            "homepage": "https://symfony.com",
1920
            "keywords": [
1921
                "i18n",
1922
                "icu",
1923
                "internationalization",
1924
                "intl",
1925
                "l10n",
1926
                "localization"
1927
            ],
1928
            "time": "2017-10-02T06:42:24+00:00"
1929
        },
1930
        {
1931
            "name": "symfony/options-resolver",
1932
            "version": "v3.3.10",
1933
            "source": {
1934
                "type": "git",
1935
                "url": "https://github.com/symfony/options-resolver.git",
1936
                "reference": "ee4e22978fe885b54ee5da8c7964f0a5301abfb6"
1937
            },
1938
            "dist": {
1939
                "type": "zip",
1940
                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/ee4e22978fe885b54ee5da8c7964f0a5301abfb6",
1941
                "reference": "ee4e22978fe885b54ee5da8c7964f0a5301abfb6",
1942
                "shasum": ""
1943
            },
1944
            "require": {
1945
                "php": "^5.5.9|>=7.0.8"
1946
            },
1947
            "type": "library",
1948
            "extra": {
1949
                "branch-alias": {
1950
                    "dev-master": "3.3-dev"
1951
                }
1952
            },
1953
            "autoload": {
1954
                "psr-4": {
1955
                    "Symfony\\Component\\OptionsResolver\\": ""
1956
                },
1957
                "exclude-from-classmap": [
1958
                    "/Tests/"
1959
                ]
1960
            },
1961
            "notification-url": "https://packagist.org/downloads/",
1962
            "license": [
1963
                "MIT"
1964
            ],
1965
            "authors": [
1966
                {
1967
                    "name": "Fabien Potencier",
1968
                    "email": "[email protected]"
1969
                },
1970
                {
1971
                    "name": "Symfony Community",
1972
                    "homepage": "https://symfony.com/contributors"
1973
                }
1974
            ],
1975
            "description": "Symfony OptionsResolver Component",
1976
            "homepage": "https://symfony.com",
1977
            "keywords": [
1978
                "config",
1979
                "configuration",
1980
                "options"
1981
            ],
1982
            "time": "2017-07-29T21:54:42+00:00"
1983
        },
1984
        {
1985
            "name": "symfony/polyfill-apcu",
1986
            "version": "v1.5.0",
1987
            "source": {
1988
                "type": "git",
1989
                "url": "https://github.com/symfony/polyfill-apcu.git",
1990
                "reference": "cec32398a973a9bfe9d2f94f4b5d5e186b40b698"
1991
            },
1992
            "dist": {
1993
                "type": "zip",
1994
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/cec32398a973a9bfe9d2f94f4b5d5e186b40b698",
1995
                "reference": "cec32398a973a9bfe9d2f94f4b5d5e186b40b698",
1996
                "shasum": ""
1997
            },
1998
            "require": {
1999
                "php": ">=5.3.3"
2000
            },
2001
            "type": "library",
2002
            "extra": {
2003
                "branch-alias": {
2004
                    "dev-master": "1.5-dev"
2005
                }
2006
            },
2007
            "autoload": {
2008
                "files": [
2009
                    "bootstrap.php"
2010
                ]
2011
            },
2012
            "notification-url": "https://packagist.org/downloads/",
2013
            "license": [
2014
                "MIT"
2015
            ],
2016
            "authors": [
2017
                {
2018
                    "name": "Nicolas Grekas",
2019
                    "email": "[email protected]"
2020
                },
2021
                {
2022
                    "name": "Symfony Community",
2023
                    "homepage": "https://symfony.com/contributors"
2024
                }
2025
            ],
2026
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
2027
            "homepage": "https://symfony.com",
2028
            "keywords": [
2029
                "apcu",
2030
                "compatibility",
2031
                "polyfill",
2032
                "portable",
2033
                "shim"
2034
            ],
2035
            "time": "2017-07-05T15:09:33+00:00"
2036
        },
2037
        {
2038
            "name": "symfony/polyfill-intl-icu",
2039
            "version": "v1.5.0",
2040
            "source": {
2041
                "type": "git",
2042
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
2043
                "reference": "4aa0b65dc71a7369c1e7e6e2a3ca027d9decdb09"
2044
            },
2045
            "dist": {
2046
                "type": "zip",
2047
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/4aa0b65dc71a7369c1e7e6e2a3ca027d9decdb09",
2048
                "reference": "4aa0b65dc71a7369c1e7e6e2a3ca027d9decdb09",
2049
                "shasum": ""
2050
            },
2051
            "require": {
2052
                "php": ">=5.3.3",
2053
                "symfony/intl": "~2.3|~3.0|~4.0"
2054
            },
2055
            "suggest": {
2056
                "ext-intl": "For best performance"
2057
            },
2058
            "type": "library",
2059
            "extra": {
2060
                "branch-alias": {
2061
                    "dev-master": "1.5-dev"
2062
                }
2063
            },
2064
            "autoload": {
2065
                "files": [
2066
                    "bootstrap.php"
2067
                ]
2068
            },
2069
            "notification-url": "https://packagist.org/downloads/",
2070
            "license": [
2071
                "MIT"
2072
            ],
2073
            "authors": [
2074
                {
2075
                    "name": "Nicolas Grekas",
2076
                    "email": "[email protected]"
2077
                },
2078
                {
2079
                    "name": "Symfony Community",
2080
                    "homepage": "https://symfony.com/contributors"
2081
                }
2082
            ],
2083
            "description": "Symfony polyfill for intl's ICU-related data and classes",
2084
            "homepage": "https://symfony.com",
2085
            "keywords": [
2086
                "compatibility",
2087
                "icu",
2088
                "intl",
2089
                "polyfill",
2090
                "portable",
2091
                "shim"
2092
            ],
2093
            "time": "2017-06-14T15:44:48+00:00"
2094
        },
2095
        {
2096
            "name": "symfony/polyfill-mbstring",
2097
            "version": "v1.5.0",
2098
            "source": {
2099
                "type": "git",
2100
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2101
                "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803"
2102
            },
2103
            "dist": {
2104
                "type": "zip",
2105
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
2106
                "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
2107
                "shasum": ""
2108
            },
2109
            "require": {
2110
                "php": ">=5.3.3"
2111
            },
2112
            "suggest": {
2113
                "ext-mbstring": "For best performance"
2114
            },
2115
            "type": "library",
2116
            "extra": {
2117
                "branch-alias": {
2118
                    "dev-master": "1.5-dev"
2119
                }
2120
            },
2121
            "autoload": {
2122
                "psr-4": {
2123
                    "Symfony\\Polyfill\\Mbstring\\": ""
2124
                },
2125
                "files": [
2126
                    "bootstrap.php"
2127
                ]
2128
            },
2129
            "notification-url": "https://packagist.org/downloads/",
2130
            "license": [
2131
                "MIT"
2132
            ],
2133
            "authors": [
2134
                {
2135
                    "name": "Nicolas Grekas",
2136
                    "email": "[email protected]"
2137
                },
2138
                {
2139
                    "name": "Symfony Community",
2140
                    "homepage": "https://symfony.com/contributors"
2141
                }
2142
            ],
2143
            "description": "Symfony polyfill for the Mbstring extension",
2144
            "homepage": "https://symfony.com",
2145
            "keywords": [
2146
                "compatibility",
2147
                "mbstring",
2148
                "polyfill",
2149
                "portable",
2150
                "shim"
2151
            ],
2152
            "time": "2017-06-14T15:44:48+00:00"
2153
        },
2154
        {
2155
            "name": "symfony/polyfill-php56",
2156
            "version": "v1.5.0",
2157
            "source": {
2158
                "type": "git",
2159
                "url": "https://github.com/symfony/polyfill-php56.git",
2160
                "reference": "e85ebdef569b84e8709864e1a290c40f156b30ca"
2161
            },
2162
            "dist": {
2163
                "type": "zip",
2164
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/e85ebdef569b84e8709864e1a290c40f156b30ca",
2165
                "reference": "e85ebdef569b84e8709864e1a290c40f156b30ca",
2166
                "shasum": ""
2167
            },
2168
            "require": {
2169
                "php": ">=5.3.3",
2170
                "symfony/polyfill-util": "~1.0"
2171
            },
2172
            "type": "library",
2173
            "extra": {
2174
                "branch-alias": {
2175
                    "dev-master": "1.5-dev"
2176
                }
2177
            },
2178
            "autoload": {
2179
                "psr-4": {
2180
                    "Symfony\\Polyfill\\Php56\\": ""
2181
                },
2182
                "files": [
2183
                    "bootstrap.php"
2184
                ]
2185
            },
2186
            "notification-url": "https://packagist.org/downloads/",
2187
            "license": [
2188
                "MIT"
2189
            ],
2190
            "authors": [
2191
                {
2192
                    "name": "Nicolas Grekas",
2193
                    "email": "[email protected]"
2194
                },
2195
                {
2196
                    "name": "Symfony Community",
2197
                    "homepage": "https://symfony.com/contributors"
2198
                }
2199
            ],
2200
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
2201
            "homepage": "https://symfony.com",
2202
            "keywords": [
2203
                "compatibility",
2204
                "polyfill",
2205
                "portable",
2206
                "shim"
2207
            ],
2208
            "time": "2017-06-14T15:44:48+00:00"
2209
        },
2210
        {
2211
            "name": "symfony/polyfill-php70",
2212
            "version": "v1.5.0",
2213
            "source": {
2214
                "type": "git",
2215
                "url": "https://github.com/symfony/polyfill-php70.git",
2216
                "reference": "b6482e68974486984f59449ecea1fbbb22ff840f"
2217
            },
2218
            "dist": {
2219
                "type": "zip",
2220
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/b6482e68974486984f59449ecea1fbbb22ff840f",
2221
                "reference": "b6482e68974486984f59449ecea1fbbb22ff840f",
2222
                "shasum": ""
2223
            },
2224
            "require": {
2225
                "paragonie/random_compat": "~1.0|~2.0",
2226
                "php": ">=5.3.3"
2227
            },
2228
            "type": "library",
2229
            "extra": {
2230
                "branch-alias": {
2231
                    "dev-master": "1.5-dev"
2232
                }
2233
            },
2234
            "autoload": {
2235
                "psr-4": {
2236
                    "Symfony\\Polyfill\\Php70\\": ""
2237
                },
2238
                "files": [
2239
                    "bootstrap.php"
2240
                ],
2241
                "classmap": [
2242
                    "Resources/stubs"
2243
                ]
2244
            },
2245
            "notification-url": "https://packagist.org/downloads/",
2246
            "license": [
2247
                "MIT"
2248
            ],
2249
            "authors": [
2250
                {
2251
                    "name": "Nicolas Grekas",
2252
                    "email": "[email protected]"
2253
                },
2254
                {
2255
                    "name": "Symfony Community",
2256
                    "homepage": "https://symfony.com/contributors"
2257
                }
2258
            ],
2259
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
2260
            "homepage": "https://symfony.com",
2261
            "keywords": [
2262
                "compatibility",
2263
                "polyfill",
2264
                "portable",
2265
                "shim"
2266
            ],
2267
            "time": "2017-06-14T15:44:48+00:00"
2268
        },
2269
        {
2270
            "name": "symfony/polyfill-util",
2271
            "version": "v1.5.0",
2272
            "source": {
2273
                "type": "git",
2274
                "url": "https://github.com/symfony/polyfill-util.git",
2275
                "reference": "67925d1cf0b84bd234a83bebf26d4eb281744c6d"
2276
            },
2277
            "dist": {
2278
                "type": "zip",
2279
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/67925d1cf0b84bd234a83bebf26d4eb281744c6d",
2280
                "reference": "67925d1cf0b84bd234a83bebf26d4eb281744c6d",
2281
                "shasum": ""
2282
            },
2283
            "require": {
2284
                "php": ">=5.3.3"
2285
            },
2286
            "type": "library",
2287
            "extra": {
2288
                "branch-alias": {
2289
                    "dev-master": "1.5-dev"
2290
                }
2291
            },
2292
            "autoload": {
2293
                "psr-4": {
2294
                    "Symfony\\Polyfill\\Util\\": ""
2295
                }
2296
            },
2297
            "notification-url": "https://packagist.org/downloads/",
2298
            "license": [
2299
                "MIT"
2300
            ],
2301
            "authors": [
2302
                {
2303
                    "name": "Nicolas Grekas",
2304
                    "email": "[email protected]"
2305
                },
2306
                {
2307
                    "name": "Symfony Community",
2308
                    "homepage": "https://symfony.com/contributors"
2309
                }
2310
            ],
2311
            "description": "Symfony utilities for portability of PHP codes",
2312
            "homepage": "https://symfony.com",
2313
            "keywords": [
2314
                "compat",
2315
                "compatibility",
2316
                "polyfill",
2317
                "shim"
2318
            ],
2319
            "time": "2017-07-05T15:09:33+00:00"
2320
        },
2321
        {
2322
            "name": "symfony/property-access",
2323
            "version": "v3.3.10",
2324
            "source": {
2325
                "type": "git",
2326
                "url": "https://github.com/symfony/property-access.git",
2327
                "reference": "8d975b77d10ad8c24a7b88af1b38b333d2d4fa4b"
2328
            },
2329
            "dist": {
2330
                "type": "zip",
2331
                "url": "https://api.github.com/repos/symfony/property-access/zipball/8d975b77d10ad8c24a7b88af1b38b333d2d4fa4b",
2332
                "reference": "8d975b77d10ad8c24a7b88af1b38b333d2d4fa4b",
2333
                "shasum": ""
2334
            },
2335
            "require": {
2336
                "php": "^5.5.9|>=7.0.8",
2337
                "symfony/inflector": "~3.1",
2338
                "symfony/polyfill-php70": "~1.0"
2339
            },
2340
            "require-dev": {
2341
                "symfony/cache": "~3.1"
2342
            },
2343
            "suggest": {
2344
                "psr/cache-implementation": "To cache access methods."
2345
            },
2346
            "type": "library",
2347
            "extra": {
2348
                "branch-alias": {
2349
                    "dev-master": "3.3-dev"
2350
                }
2351
            },
2352
            "autoload": {
2353
                "psr-4": {
2354
                    "Symfony\\Component\\PropertyAccess\\": ""
2355
                },
2356
                "exclude-from-classmap": [
2357
                    "/Tests/"
2358
                ]
2359
            },
2360
            "notification-url": "https://packagist.org/downloads/",
2361
            "license": [
2362
                "MIT"
2363
            ],
2364
            "authors": [
2365
                {
2366
                    "name": "Fabien Potencier",
2367
                    "email": "[email protected]"
2368
                },
2369
                {
2370
                    "name": "Symfony Community",
2371
                    "homepage": "https://symfony.com/contributors"
2372
                }
2373
            ],
2374
            "description": "Symfony PropertyAccess Component",
2375
            "homepage": "https://symfony.com",
2376
            "keywords": [
2377
                "access",
2378
                "array",
2379
                "extraction",
2380
                "index",
2381
                "injection",
2382
                "object",
2383
                "property",
2384
                "property path",
2385
                "reflection"
2386
            ],
2387
            "time": "2017-10-02T06:42:24+00:00"
2388
        },
2389
        {
2390
            "name": "symfony/routing",
2391
            "version": "v3.3.10",
2392
            "source": {
2393
                "type": "git",
2394
                "url": "https://github.com/symfony/routing.git",
2395
                "reference": "2e26fa63da029dab49bf9377b3b4f60a8fecb009"
2396
            },
2397
            "dist": {
2398
                "type": "zip",
2399
                "url": "https://api.github.com/repos/symfony/routing/zipball/2e26fa63da029dab49bf9377b3b4f60a8fecb009",
2400
                "reference": "2e26fa63da029dab49bf9377b3b4f60a8fecb009",
2401
                "shasum": ""
2402
            },
2403
            "require": {
2404
                "php": "^5.5.9|>=7.0.8"
2405
            },
2406
            "conflict": {
2407
                "symfony/config": "<2.8",
2408
                "symfony/dependency-injection": "<3.3",
2409
                "symfony/yaml": "<3.3"
2410
            },
2411
            "require-dev": {
2412
                "doctrine/annotations": "~1.0",
2413
                "doctrine/common": "~2.2",
2414
                "psr/log": "~1.0",
2415
                "symfony/config": "~2.8|~3.0",
2416
                "symfony/dependency-injection": "~3.3",
2417
                "symfony/expression-language": "~2.8|~3.0",
2418
                "symfony/http-foundation": "~2.8|~3.0",
2419
                "symfony/yaml": "~3.3"
2420
            },
2421
            "suggest": {
2422
                "doctrine/annotations": "For using the annotation loader",
2423
                "symfony/config": "For using the all-in-one router or any loader",
2424
                "symfony/dependency-injection": "For loading routes from a service",
2425
                "symfony/expression-language": "For using expression matching",
2426
                "symfony/http-foundation": "For using a Symfony Request object",
2427
                "symfony/yaml": "For using the YAML loader"
2428
            },
2429
            "type": "library",
2430
            "extra": {
2431
                "branch-alias": {
2432
                    "dev-master": "3.3-dev"
2433
                }
2434
            },
2435
            "autoload": {
2436
                "psr-4": {
2437
                    "Symfony\\Component\\Routing\\": ""
2438
                },
2439
                "exclude-from-classmap": [
2440
                    "/Tests/"
2441
                ]
2442
            },
2443
            "notification-url": "https://packagist.org/downloads/",
2444
            "license": [
2445
                "MIT"
2446
            ],
2447
            "authors": [
2448
                {
2449
                    "name": "Fabien Potencier",
2450
                    "email": "[email protected]"
2451
                },
2452
                {
2453
                    "name": "Symfony Community",
2454
                    "homepage": "https://symfony.com/contributors"
2455
                }
2456
            ],
2457
            "description": "Symfony Routing Component",
2458
            "homepage": "https://symfony.com",
2459
            "keywords": [
2460
                "router",
2461
                "routing",
2462
                "uri",
2463
                "url"
2464
            ],
2465
            "time": "2017-10-02T07:25:00+00:00"
2466
        },
2467
        {
2468
            "name": "symfony/security",
0 ignored issues
show
2469
            "version": "v3.3.10",
2470
            "source": {
2471
                "type": "git",
2472
                "url": "https://github.com/symfony/security.git",
2473
                "reference": "bc02243d4b09d42b636c89d7ff3c41edd5af0100"
2474
            },
2475
            "dist": {
2476
                "type": "zip",
2477
                "url": "https://api.github.com/repos/symfony/security/zipball/bc02243d4b09d42b636c89d7ff3c41edd5af0100",
2478
                "reference": "bc02243d4b09d42b636c89d7ff3c41edd5af0100",
2479
                "shasum": ""
2480
            },
2481
            "require": {
2482
                "php": "^5.5.9|>=7.0.8",
2483
                "symfony/event-dispatcher": "~2.8|~3.0",
2484
                "symfony/http-foundation": "~2.8|~3.0",
2485
                "symfony/http-kernel": "~3.3",
2486
                "symfony/polyfill-php56": "~1.0",
2487
                "symfony/polyfill-php70": "~1.0",
2488
                "symfony/polyfill-util": "~1.0",
2489
                "symfony/property-access": "~2.8|~3.0"
2490
            },
2491
            "replace": {
2492
                "symfony/security-core": "self.version",
2493
                "symfony/security-csrf": "self.version",
2494
                "symfony/security-guard": "self.version",
2495
                "symfony/security-http": "self.version"
2496
            },
2497
            "require-dev": {
2498
                "psr/log": "~1.0",
2499
                "symfony/expression-language": "~2.8|~3.0",
2500
                "symfony/finder": "~2.8|~3.0",
2501
                "symfony/ldap": "~3.1",
2502
                "symfony/polyfill-intl-icu": "~1.0",
2503
                "symfony/routing": "~2.8|~3.0",
2504
                "symfony/validator": "^2.8.18|^3.2.5"
2505
            },
2506
            "suggest": {
2507
                "symfony/expression-language": "For using the expression voter",
2508
                "symfony/form": "",
2509
                "symfony/ldap": "For using the LDAP user and authentication providers",
2510
                "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
2511
                "symfony/validator": "For using the user password constraint"
2512
            },
2513
            "type": "library",
2514
            "extra": {
2515
                "branch-alias": {
2516
                    "dev-master": "3.3-dev"
2517
                }
2518
            },
2519
            "autoload": {
2520
                "psr-4": {
2521
                    "Symfony\\Component\\Security\\": ""
2522
                },
2523
                "exclude-from-classmap": [
2524
                    "/Tests/"
2525
                ]
2526
            },
2527
            "notification-url": "https://packagist.org/downloads/",
2528
            "license": [
2529
                "MIT"
2530
            ],
2531
            "authors": [
2532
                {
2533
                    "name": "Fabien Potencier",
2534
                    "email": "[email protected]"
2535
                },
2536
                {
2537
                    "name": "Symfony Community",
2538
                    "homepage": "https://symfony.com/contributors"
2539
                }
2540
            ],
2541
            "description": "Symfony Security Component",
2542
            "homepage": "https://symfony.com",
2543
            "time": "2017-10-02T06:42:24+00:00"
2544
        },
2545
        {
2546
            "name": "symfony/security-bundle",
0 ignored issues
show
There are 2 security advisories for your installed version of symfony/security-bundle:

- CVE-2018-11406: CSRF Token Fixation
- CVE-2018-11408: Open redirect vulnerability on security handlers
Loading history...
2547
            "version": "v3.3.10",
2548
            "source": {
2549
                "type": "git",
2550
                "url": "https://github.com/symfony/security-bundle.git",
2551
                "reference": "f11d8d5ece08365d20d5a3008db17f92ba2cc337"
2552
            },
2553
            "dist": {
2554
                "type": "zip",
2555
                "url": "https://api.github.com/repos/symfony/security-bundle/zipball/f11d8d5ece08365d20d5a3008db17f92ba2cc337",
2556
                "reference": "f11d8d5ece08365d20d5a3008db17f92ba2cc337",
2557
                "shasum": ""
2558
            },
2559
            "require": {
2560
                "ext-xml": "*",
2561
                "php": "^5.5.9|>=7.0.8",
2562
                "symfony/dependency-injection": "~3.3",
2563
                "symfony/http-kernel": "~3.3",
2564
                "symfony/polyfill-php70": "~1.0",
2565
                "symfony/security": "~3.3"
2566
            },
2567
            "conflict": {
2568
                "symfony/var-dumper": "<3.3"
2569
            },
2570
            "require-dev": {
2571
                "doctrine/doctrine-bundle": "~1.4",
2572
                "symfony/asset": "~2.8|~3.0",
2573
                "symfony/browser-kit": "~2.8|~3.0",
2574
                "symfony/console": "~3.2",
2575
                "symfony/css-selector": "~2.8|~3.0",
2576
                "symfony/dom-crawler": "~2.8|~3.0",
2577
                "symfony/expression-language": "~2.8|~3.0",
2578
                "symfony/form": "^2.8.18|^3.2.5",
2579
                "symfony/framework-bundle": "^3.2.8",
2580
                "symfony/http-foundation": "~2.8|~3.0",
2581
                "symfony/process": "~2.8|~3.0",
2582
                "symfony/security-acl": "~2.8|~3.0",
2583
                "symfony/translation": "~2.8|~3.0",
2584
                "symfony/twig-bridge": "~2.8|~3.0",
2585
                "symfony/twig-bundle": "~2.8|~3.0",
2586
                "symfony/validator": "^3.2.5",
2587
                "symfony/var-dumper": "~3.3",
2588
                "symfony/yaml": "~2.8|~3.0",
2589
                "twig/twig": "~1.34|~2.4"
2590
            },
2591
            "suggest": {
2592
                "symfony/security-acl": "For using the ACL functionality of this bundle"
2593
            },
2594
            "type": "symfony-bundle",
2595
            "extra": {
2596
                "branch-alias": {
2597
                    "dev-master": "3.3-dev"
2598
                }
2599
            },
2600
            "autoload": {
2601
                "psr-4": {
2602
                    "Symfony\\Bundle\\SecurityBundle\\": ""
2603
                },
2604
                "exclude-from-classmap": [
2605
                    "/Tests/"
2606
                ]
2607
            },
2608
            "notification-url": "https://packagist.org/downloads/",
2609
            "license": [
2610
                "MIT"
2611
            ],
2612
            "authors": [
2613
                {
2614
                    "name": "Fabien Potencier",
2615
                    "email": "[email protected]"
2616
                },
2617
                {
2618
                    "name": "Symfony Community",
2619
                    "homepage": "https://symfony.com/contributors"
2620
                }
2621
            ],
2622
            "description": "Symfony SecurityBundle",
2623
            "homepage": "https://symfony.com",
2624
            "time": "2017-10-02T06:42:24+00:00"
2625
        },
2626
        {
2627
            "name": "symfony/stopwatch",
2628
            "version": "v3.3.10",
2629
            "source": {
2630
                "type": "git",
2631
                "url": "https://github.com/symfony/stopwatch.git",
2632
                "reference": "170edf8b3247d7b6779eb6fa7428f342702ca184"
2633
            },
2634
            "dist": {
2635
                "type": "zip",
2636
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/170edf8b3247d7b6779eb6fa7428f342702ca184",
2637
                "reference": "170edf8b3247d7b6779eb6fa7428f342702ca184",
2638
                "shasum": ""
2639
            },
2640
            "require": {
2641
                "php": "^5.5.9|>=7.0.8"
2642
            },
2643
            "type": "library",
2644
            "extra": {
2645
                "branch-alias": {
2646
                    "dev-master": "3.3-dev"
2647
                }
2648
            },
2649
            "autoload": {
2650
                "psr-4": {
2651
                    "Symfony\\Component\\Stopwatch\\": ""
2652
                },
2653
                "exclude-from-classmap": [
2654
                    "/Tests/"
2655
                ]
2656
            },
2657
            "notification-url": "https://packagist.org/downloads/",
2658
            "license": [
2659
                "MIT"
2660
            ],
2661
            "authors": [
2662
                {
2663
                    "name": "Fabien Potencier",
2664
                    "email": "[email protected]"
2665
                },
2666
                {
2667
                    "name": "Symfony Community",
2668
                    "homepage": "https://symfony.com/contributors"
2669
                }
2670
            ],
2671
            "description": "Symfony Stopwatch Component",
2672
            "homepage": "https://symfony.com",
2673
            "time": "2017-10-02T06:42:24+00:00"
2674
        },
2675
        {
2676
            "name": "symfony/templating",
2677
            "version": "v3.3.10",
2678
            "source": {
2679
                "type": "git",
2680
                "url": "https://github.com/symfony/templating.git",
2681
                "reference": "b3f00ae6441315ba7180d3272e6c03ccfb14a190"
2682
            },
2683
            "dist": {
2684
                "type": "zip",
2685
                "url": "https://api.github.com/repos/symfony/templating/zipball/b3f00ae6441315ba7180d3272e6c03ccfb14a190",
2686
                "reference": "b3f00ae6441315ba7180d3272e6c03ccfb14a190",
2687
                "shasum": ""
2688
            },
2689
            "require": {
2690
                "php": "^5.5.9|>=7.0.8"
2691
            },
2692
            "require-dev": {
2693
                "psr/log": "~1.0"
2694
            },
2695
            "suggest": {
2696
                "psr/log": "For using debug logging in loaders"
2697
            },
2698
            "type": "library",
2699
            "extra": {
2700
                "branch-alias": {
2701
                    "dev-master": "3.3-dev"
2702
                }
2703
            },
2704
            "autoload": {
2705
                "psr-4": {
2706
                    "Symfony\\Component\\Templating\\": ""
2707
                },
2708
                "exclude-from-classmap": [
2709
                    "/Tests/"
2710
                ]
2711
            },
2712
            "notification-url": "https://packagist.org/downloads/",
2713
            "license": [
2714
                "MIT"
2715
            ],
2716
            "authors": [
2717
                {
2718
                    "name": "Fabien Potencier",
2719
                    "email": "[email protected]"
2720
                },
2721
                {
2722
                    "name": "Symfony Community",
2723
                    "homepage": "https://symfony.com/contributors"
2724
                }
2725
            ],
2726
            "description": "Symfony Templating Component",
2727
            "homepage": "https://symfony.com",
2728
            "time": "2017-10-02T06:42:24+00:00"
2729
        },
2730
        {
2731
            "name": "symfony/twig-bridge",
2732
            "version": "v3.3.10",
2733
            "source": {
2734
                "type": "git",
2735
                "url": "https://github.com/symfony/twig-bridge.git",
2736
                "reference": "cc40b1ea0efd030d422c762328345883a0404de4"
2737
            },
2738
            "dist": {
2739
                "type": "zip",
2740
                "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/cc40b1ea0efd030d422c762328345883a0404de4",
2741
                "reference": "cc40b1ea0efd030d422c762328345883a0404de4",
2742
                "shasum": ""
2743
            },
2744
            "require": {
2745
                "php": "^5.5.9|>=7.0.8",
2746
                "twig/twig": "~1.34|~2.4"
2747
            },
2748
            "conflict": {
2749
                "symfony/form": "<3.2.10|~3.3,<3.3.3"
2750
            },
2751
            "require-dev": {
2752
                "fig/link-util": "^1.0",
2753
                "symfony/asset": "~2.8|~3.0",
2754
                "symfony/console": "~2.8|~3.0",
2755
                "symfony/expression-language": "~2.8|~3.0",
2756
                "symfony/finder": "~2.8|~3.0",
2757
                "symfony/form": "^3.2.10|^3.3.3",
2758
                "symfony/http-kernel": "~3.2",
2759
                "symfony/polyfill-intl-icu": "~1.0",
2760
                "symfony/routing": "~2.8|~3.0",
2761
                "symfony/security": "~2.8|~3.0",
2762
                "symfony/security-acl": "~2.8|~3.0",
2763
                "symfony/stopwatch": "~2.8|~3.0",
2764
                "symfony/templating": "~2.8|~3.0",
2765
                "symfony/translation": "~2.8|~3.0",
2766
                "symfony/var-dumper": "~2.8.10|~3.1.4|~3.2",
2767
                "symfony/web-link": "~3.3",
2768
                "symfony/yaml": "~2.8|~3.0"
2769
            },
2770
            "suggest": {
2771
                "symfony/asset": "For using the AssetExtension",
2772
                "symfony/expression-language": "For using the ExpressionExtension",
2773
                "symfony/finder": "",
2774
                "symfony/form": "For using the FormExtension",
2775
                "symfony/http-kernel": "For using the HttpKernelExtension",
2776
                "symfony/routing": "For using the RoutingExtension",
2777
                "symfony/security": "For using the SecurityExtension",
2778
                "symfony/stopwatch": "For using the StopwatchExtension",
2779
                "symfony/templating": "For using the TwigEngine",
2780
                "symfony/translation": "For using the TranslationExtension",
2781
                "symfony/var-dumper": "For using the DumpExtension",
2782
                "symfony/web-link": "For using the WebLinkExtension",
2783
                "symfony/yaml": "For using the YamlExtension"
2784
            },
2785
            "type": "symfony-bridge",
2786
            "extra": {
2787
                "branch-alias": {
2788
                    "dev-master": "3.3-dev"
2789
                }
2790
            },
2791
            "autoload": {
2792
                "psr-4": {
2793
                    "Symfony\\Bridge\\Twig\\": ""
2794
                },
2795
                "exclude-from-classmap": [
2796
                    "/Tests/"
2797
                ]
2798
            },
2799
            "notification-url": "https://packagist.org/downloads/",
2800
            "license": [
2801
                "MIT"
2802
            ],
2803
            "authors": [
2804
                {
2805
                    "name": "Fabien Potencier",
2806
                    "email": "[email protected]"
2807
                },
2808
                {
2809
                    "name": "Symfony Community",
2810
                    "homepage": "https://symfony.com/contributors"
2811
                }
2812
            ],
2813
            "description": "Symfony Twig Bridge",
2814
            "homepage": "https://symfony.com",
2815
            "time": "2017-10-02T06:42:24+00:00"
2816
        },
2817
        {
2818
            "name": "symfony/twig-bundle",
2819
            "version": "v3.3.10",
2820
            "source": {
2821
                "type": "git",
2822
                "url": "https://github.com/symfony/twig-bundle.git",
2823
                "reference": "be0b47c949887dc1df3dfa695b7745f55405ab2a"
2824
            },
2825
            "dist": {
2826
                "type": "zip",
2827
                "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/be0b47c949887dc1df3dfa695b7745f55405ab2a",
2828
                "reference": "be0b47c949887dc1df3dfa695b7745f55405ab2a",
2829
                "shasum": ""
2830
            },
2831
            "require": {
2832
                "php": "^5.5.9|>=7.0.8",
2833
                "symfony/config": "~3.2",
2834
                "symfony/http-foundation": "~2.8|~3.0",
2835
                "symfony/http-kernel": "^3.3",
2836
                "symfony/twig-bridge": "^3.3",
2837
                "twig/twig": "~1.34|~2.4"
2838
            },
2839
            "conflict": {
2840
                "symfony/dependency-injection": "<3.3"
2841
            },
2842
            "require-dev": {
2843
                "doctrine/annotations": "~1.0",
2844
                "doctrine/cache": "~1.0",
2845
                "symfony/asset": "~2.8|~3.0",
2846
                "symfony/dependency-injection": "~3.3",
2847
                "symfony/expression-language": "~2.8|~3.0",
2848
                "symfony/finder": "~2.8|~3.0",
2849
                "symfony/form": "~2.8|~3.0",
2850
                "symfony/framework-bundle": "^3.2.8",
2851
                "symfony/routing": "~2.8|~3.0",
2852
                "symfony/stopwatch": "~2.8|~3.0",
2853
                "symfony/templating": "~2.8|~3.0",
2854
                "symfony/web-link": "~3.3",
2855
                "symfony/yaml": "~2.8|~3.0"
2856
            },
2857
            "type": "symfony-bundle",
2858
            "extra": {
2859
                "branch-alias": {
2860
                    "dev-master": "3.3-dev"
2861
                }
2862
            },
2863
            "autoload": {
2864
                "psr-4": {
2865
                    "Symfony\\Bundle\\TwigBundle\\": ""
2866
                },
2867
                "exclude-from-classmap": [
2868
                    "/Tests/"
2869
                ]
2870
            },
2871
            "notification-url": "https://packagist.org/downloads/",
2872
            "license": [
2873
                "MIT"
2874
            ],
2875
            "authors": [
2876
                {
2877
                    "name": "Fabien Potencier",
2878
                    "email": "[email protected]"
2879
                },
2880
                {
2881
                    "name": "Symfony Community",
2882
                    "homepage": "https://symfony.com/contributors"
2883
                }
2884
            ],
2885
            "description": "Symfony TwigBundle",
2886
            "homepage": "https://symfony.com",
2887
            "time": "2017-10-02T06:42:24+00:00"
2888
        },
2889
        {
2890
            "name": "twig/twig",
2891
            "version": "v2.4.4",
2892
            "source": {
2893
                "type": "git",
2894
                "url": "https://github.com/twigphp/Twig.git",
2895
                "reference": "eddb97148ad779f27e670e1e3f19fb323aedafeb"
2896
            },
2897
            "dist": {
2898
                "type": "zip",
2899
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/eddb97148ad779f27e670e1e3f19fb323aedafeb",
2900
                "reference": "eddb97148ad779f27e670e1e3f19fb323aedafeb",
2901
                "shasum": ""
2902
            },
2903
            "require": {
2904
                "php": "^7.0",
2905
                "symfony/polyfill-mbstring": "~1.0"
2906
            },
2907
            "require-dev": {
2908
                "psr/container": "^1.0",
2909
                "symfony/debug": "~2.7",
2910
                "symfony/phpunit-bridge": "~3.3@dev"
2911
            },
2912
            "type": "library",
2913
            "extra": {
2914
                "branch-alias": {
2915
                    "dev-master": "2.4-dev"
2916
                }
2917
            },
2918
            "autoload": {
2919
                "psr-0": {
2920
                    "Twig_": "lib/"
2921
                },
2922
                "psr-4": {
2923
                    "Twig\\": "src/"
2924
                }
2925
            },
2926
            "notification-url": "https://packagist.org/downloads/",
2927
            "license": [
2928
                "BSD-3-Clause"
2929
            ],
2930
            "authors": [
2931
                {
2932
                    "name": "Fabien Potencier",
2933
                    "email": "[email protected]",
2934
                    "homepage": "http://fabien.potencier.org",
2935
                    "role": "Lead Developer"
2936
                },
2937
                {
2938
                    "name": "Armin Ronacher",
2939
                    "email": "[email protected]",
2940
                    "role": "Project Founder"
2941
                },
2942
                {
2943
                    "name": "Twig Team",
2944
                    "homepage": "http://twig.sensiolabs.org/contributors",
2945
                    "role": "Contributors"
2946
                }
2947
            ],
2948
            "description": "Twig, the flexible, fast, and secure template language for PHP",
2949
            "homepage": "http://twig.sensiolabs.org",
2950
            "keywords": [
2951
                "templating"
2952
            ],
2953
            "time": "2017-09-27T18:10:31+00:00"
2954
        }
2955
    ],
2956
    "packages-dev": [],
2957
    "aliases": [],
2958
    "minimum-stability": "stable",
2959
    "stability-flags": [],
2960
    "prefer-stable": false,
2961
    "prefer-lowest": false,
2962
    "platform": [],
2963
    "platform-dev": []
2964
}
2965