Completed
Push — issue#743 ( d34fbb )
by Guilherme
03:51
created

composer.lock (1 issue)

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

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
    "hash": "3f02f965106cf8512cec125a8ef76f09",
8
    "content-hash": "e65080803b544bcc2b85eb901cd14ce5",
9
    "packages": [
10
        {
11
            "name": "beelab/recaptcha2-bundle",
12
            "version": "v1.0.1",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/Bee-Lab/BeelabRecaptcha2Bundle.git",
16
                "reference": "68a3bba6ff1a23d05d9d6598d2f662f960046718"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/Bee-Lab/BeelabRecaptcha2Bundle/zipball/68a3bba6ff1a23d05d9d6598d2f662f960046718",
21
                "reference": "68a3bba6ff1a23d05d9d6598d2f662f960046718",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "google/recaptcha": "^1.1",
26
                "php": ">=5.3.8",
27
                "symfony/dependency-injection": "~2.4|~3.0",
28
                "symfony/form": "~2.4|~3.0",
29
                "symfony/framework-bundle": "~2.4|~3.0",
30
                "symfony/validator": "~2.4|~3.0"
31
            },
32
            "require-dev": {
33
                "phpunit/phpunit": "4.*",
34
                "symfony/expression-language": "~2.4|~3.0",
35
                "symfony/phpunit-bridge": "~2.7|~3.0"
36
            },
37
            "type": "symfony-bundle",
38
            "extra": {
39
                "branch-alias": {
40
                    "dev-master": "1.1.x-dev"
41
                }
42
            },
43
            "autoload": {
44
                "psr-4": {
45
                    "Beelab\\Recaptcha2Bundle\\": ""
46
                }
47
            },
48
            "notification-url": "https://packagist.org/downloads/",
49
            "license": [
50
                "LGPL-3.0"
51
            ],
52
            "authors": [
53
                {
54
                    "name": "Massimiliano Arione",
55
                    "email": "[email protected]"
56
                }
57
            ],
58
            "description": "Provide Google Recaptch2 form type ",
59
            "homepage": "https://bee-lab.net",
60
            "keywords": [
61
                "form",
62
                "recaptcha",
63
                "symfony"
64
            ],
65
            "time": "2016-01-26 10:13:49"
66
        },
67
        {
68
            "name": "bmatzner/fontawesome-bundle",
69
            "version": "4.7.0",
70
            "target-dir": "Bmatzner/FontAwesomeBundle",
71
            "source": {
72
                "type": "git",
73
                "url": "https://github.com/bmatzner/BmatznerFontAwesomeBundle.git",
74
                "reference": "647e00b9a59596901920aab5edf8f4179f0caa46"
75
            },
76
            "dist": {
77
                "type": "zip",
78
                "url": "https://api.github.com/repos/bmatzner/BmatznerFontAwesomeBundle/zipball/647e00b9a59596901920aab5edf8f4179f0caa46",
79
                "reference": "647e00b9a59596901920aab5edf8f4179f0caa46",
80
                "shasum": ""
81
            },
82
            "require": {
83
                "symfony/framework-bundle": ">=2.1|~3.0"
84
            },
85
            "type": "symfony-bundle",
86
            "autoload": {
87
                "psr-0": {
88
                    "Bmatzner\\FontAwesomeBundle": ""
89
                }
90
            },
91
            "notification-url": "https://packagist.org/downloads/",
92
            "license": [
93
                "MIT",
94
                "CC BY 3.0"
95
            ],
96
            "authors": [
97
                {
98
                    "name": "Bernd Matzner",
99
                    "email": "[email protected]",
100
                    "homepage": "http://berndmatzner.de"
101
                }
102
            ],
103
            "description": "FontAwesome Bundle for Symfony2",
104
            "homepage": "http://fortawesome.github.com/Font-Awesome/",
105
            "keywords": [
106
                "css",
107
                "graphics",
108
                "symfony",
109
                "typography",
110
                "webfonts"
111
            ],
112
            "time": "2016-11-02 15:34:33"
113
        },
114
        {
115
            "name": "bshaffer/oauth2-server-bundle",
116
            "version": "v0.4",
117
            "target-dir": "OAuth2/ServerBundle",
118
            "source": {
119
                "type": "git",
120
                "url": "https://github.com/bshaffer/oauth2-server-bundle.git",
121
                "reference": "bb951b7606a44afbb29d0123a72e1f8bb54efc74"
122
            },
123
            "dist": {
124
                "type": "zip",
125
                "url": "https://api.github.com/repos/bshaffer/oauth2-server-bundle/zipball/bb951b7606a44afbb29d0123a72e1f8bb54efc74",
126
                "reference": "bb951b7606a44afbb29d0123a72e1f8bb54efc74",
127
                "shasum": ""
128
            },
129
            "require": {
130
                "bshaffer/oauth2-server-httpfoundation-bridge": "^1.2",
131
                "bshaffer/oauth2-server-php": ">=1.0",
132
                "php": ">=5.3"
133
            },
134
            "require-dev": {
135
                "doctrine/orm": "~2.4,>=2.4.5",
136
                "symfony/symfony": "^2.8|^3"
137
            },
138
            "type": "symfony-bundle",
139
            "autoload": {
140
                "psr-0": {
141
                    "OAuth2\\ServerBundle": ""
142
                }
143
            },
144
            "notification-url": "https://packagist.org/downloads/",
145
            "license": [
146
                "MIT"
147
            ],
148
            "authors": [
149
                {
150
                    "name": "Brent Shaffer",
151
                    "email": "[email protected]"
152
                }
153
            ],
154
            "description": "Symfony OAuth2ServerBundle",
155
            "homepage": "http://github.com/bshaffer/oauth2-server-bundle",
156
            "keywords": [
157
                "oauth",
158
                "oauth2",
159
                "security"
160
            ],
161
            "time": "2017-01-09 19:38:50"
162
        },
163
        {
164
            "name": "bshaffer/oauth2-server-httpfoundation-bridge",
165
            "version": "V1.3",
166
            "source": {
167
                "type": "git",
168
                "url": "https://github.com/bshaffer/oauth2-server-httpfoundation-bridge.git",
169
                "reference": "7113bfeaf863cc3e7f5a8a047123b354e5eea14a"
170
            },
171
            "dist": {
172
                "type": "zip",
173
                "url": "https://api.github.com/repos/bshaffer/oauth2-server-httpfoundation-bridge/zipball/7113bfeaf863cc3e7f5a8a047123b354e5eea14a",
174
                "reference": "7113bfeaf863cc3e7f5a8a047123b354e5eea14a",
175
                "shasum": ""
176
            },
177
            "require": {
178
                "bshaffer/oauth2-server-php": ">=0.9",
179
                "php": ">=5.3.0",
180
                "symfony/http-foundation": ">=2.1"
181
            },
182
            "type": "library",
183
            "autoload": {
184
                "psr-0": {
185
                    "OAuth2\\HttpFoundationBridge": "src/"
186
                }
187
            },
188
            "notification-url": "https://packagist.org/downloads/",
189
            "license": [
190
                "MIT"
191
            ],
192
            "authors": [
193
                {
194
                    "name": "Brent Shaffer",
195
                    "email": "[email protected]",
196
                    "homepage": "http://brentertainment.com"
197
                }
198
            ],
199
            "description": "A bridge to HttpFoundation for oauth2-server-php",
200
            "homepage": "http://github.com/bshaffer/oauth2-server-httpfoundation-bridge",
201
            "keywords": [
202
                "auth",
203
                "httpfoundation",
204
                "oauth",
205
                "oauth2"
206
            ],
207
            "time": "2016-12-27 20:03:09"
208
        },
209
        {
210
            "name": "bshaffer/oauth2-server-php",
211
            "version": "v1.10.0",
212
            "source": {
213
                "type": "git",
214
                "url": "https://github.com/bshaffer/oauth2-server-php.git",
215
                "reference": "d158878425392fe5a0cc34f15dbaf46315ae0ed9"
216
            },
217
            "dist": {
218
                "type": "zip",
219
                "url": "https://api.github.com/repos/bshaffer/oauth2-server-php/zipball/d158878425392fe5a0cc34f15dbaf46315ae0ed9",
220
                "reference": "d158878425392fe5a0cc34f15dbaf46315ae0ed9",
221
                "shasum": ""
222
            },
223
            "require": {
224
                "php": ">=5.3.9"
225
            },
226
            "require-dev": {
227
                "aws/aws-sdk-php": "~2.8",
228
                "firebase/php-jwt": "~2.2",
229
                "mongodb/mongodb": "^1.1",
230
                "phpunit/phpunit": "^4.0",
231
                "predis/predis": "dev-master",
232
                "thobbs/phpcassa": "dev-master"
233
            },
234
            "suggest": {
235
                "aws/aws-sdk-php": "~2.8 is required to use DynamoDB storage",
236
                "firebase/php-jwt": "~2.2 is required to use JWT features",
237
                "mongodb/mongodb": "^1.1 is required to use MongoDB storage",
238
                "predis/predis": "Required to use Redis storage",
239
                "thobbs/phpcassa": "Required to use Cassandra storage"
240
            },
241
            "type": "library",
242
            "autoload": {
243
                "psr-0": {
244
                    "OAuth2": "src/"
245
                }
246
            },
247
            "notification-url": "https://packagist.org/downloads/",
248
            "license": [
249
                "MIT"
250
            ],
251
            "authors": [
252
                {
253
                    "name": "Brent Shaffer",
254
                    "email": "[email protected]",
255
                    "homepage": "http://brentertainment.com"
256
                }
257
            ],
258
            "description": "OAuth2 Server for PHP",
259
            "homepage": "http://github.com/bshaffer/oauth2-server-php",
260
            "keywords": [
261
                "auth",
262
                "oauth",
263
                "oauth2"
264
            ],
265
            "time": "2017-11-15 01:41:02"
266
        },
267
        {
268
            "name": "cebe/markdown",
269
            "version": "1.1.2",
270
            "source": {
271
                "type": "git",
272
                "url": "https://github.com/cebe/markdown.git",
273
                "reference": "25b28bae8a6f185b5030673af77b32e1163d5c6e"
274
            },
275
            "dist": {
276
                "type": "zip",
277
                "url": "https://api.github.com/repos/cebe/markdown/zipball/25b28bae8a6f185b5030673af77b32e1163d5c6e",
278
                "reference": "25b28bae8a6f185b5030673af77b32e1163d5c6e",
279
                "shasum": ""
280
            },
281
            "require": {
282
                "lib-pcre": "*",
283
                "php": ">=5.4.0"
284
            },
285
            "require-dev": {
286
                "cebe/indent": "*",
287
                "facebook/xhprof": "*@dev",
288
                "phpunit/phpunit": "4.1.*"
289
            },
290
            "bin": [
291
                "bin/markdown"
292
            ],
293
            "type": "library",
294
            "extra": {
295
                "branch-alias": {
296
                    "dev-master": "1.1.x-dev"
297
                }
298
            },
299
            "autoload": {
300
                "psr-4": {
301
                    "cebe\\markdown\\": ""
302
                }
303
            },
304
            "notification-url": "https://packagist.org/downloads/",
305
            "license": [
306
                "MIT"
307
            ],
308
            "authors": [
309
                {
310
                    "name": "Carsten Brandt",
311
                    "email": "[email protected]",
312
                    "homepage": "http://cebe.cc/",
313
                    "role": "Creator"
314
                }
315
            ],
316
            "description": "A super fast, highly extensible markdown parser for PHP",
317
            "homepage": "https://github.com/cebe/markdown#readme",
318
            "keywords": [
319
                "extensible",
320
                "fast",
321
                "gfm",
322
                "markdown",
323
                "markdown-extra"
324
            ],
325
            "time": "2017-07-16 21:13:23"
326
        },
327
        {
328
            "name": "doctrine/annotations",
329
            "version": "v1.2.7",
330
            "source": {
331
                "type": "git",
332
                "url": "https://github.com/doctrine/annotations.git",
333
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
334
            },
335
            "dist": {
336
                "type": "zip",
337
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
338
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
339
                "shasum": ""
340
            },
341
            "require": {
342
                "doctrine/lexer": "1.*",
343
                "php": ">=5.3.2"
344
            },
345
            "require-dev": {
346
                "doctrine/cache": "1.*",
347
                "phpunit/phpunit": "4.*"
348
            },
349
            "type": "library",
350
            "extra": {
351
                "branch-alias": {
352
                    "dev-master": "1.3.x-dev"
353
                }
354
            },
355
            "autoload": {
356
                "psr-0": {
357
                    "Doctrine\\Common\\Annotations\\": "lib/"
358
                }
359
            },
360
            "notification-url": "https://packagist.org/downloads/",
361
            "license": [
362
                "MIT"
363
            ],
364
            "authors": [
365
                {
366
                    "name": "Roman Borschel",
367
                    "email": "[email protected]"
368
                },
369
                {
370
                    "name": "Benjamin Eberlei",
371
                    "email": "[email protected]"
372
                },
373
                {
374
                    "name": "Guilherme Blanco",
375
                    "email": "[email protected]"
376
                },
377
                {
378
                    "name": "Jonathan Wage",
379
                    "email": "[email protected]"
380
                },
381
                {
382
                    "name": "Johannes Schmitt",
383
                    "email": "[email protected]"
384
                }
385
            ],
386
            "description": "Docblock Annotations Parser",
387
            "homepage": "http://www.doctrine-project.org",
388
            "keywords": [
389
                "annotations",
390
                "docblock",
391
                "parser"
392
            ],
393
            "time": "2015-08-31 12:32:49"
394
        },
395
        {
396
            "name": "doctrine/cache",
397
            "version": "v1.5.4",
398
            "source": {
399
                "type": "git",
400
                "url": "https://github.com/doctrine/cache.git",
401
                "reference": "47cdc76ceb95cc591d9c79a36dc3794975b5d136"
402
            },
403
            "dist": {
404
                "type": "zip",
405
                "url": "https://api.github.com/repos/doctrine/cache/zipball/47cdc76ceb95cc591d9c79a36dc3794975b5d136",
406
                "reference": "47cdc76ceb95cc591d9c79a36dc3794975b5d136",
407
                "shasum": ""
408
            },
409
            "require": {
410
                "php": ">=5.3.2"
411
            },
412
            "conflict": {
413
                "doctrine/common": ">2.2,<2.4"
414
            },
415
            "require-dev": {
416
                "phpunit/phpunit": ">=3.7",
417
                "predis/predis": "~1.0",
418
                "satooshi/php-coveralls": "~0.6"
419
            },
420
            "type": "library",
421
            "extra": {
422
                "branch-alias": {
423
                    "dev-master": "1.5.x-dev"
424
                }
425
            },
426
            "autoload": {
427
                "psr-4": {
428
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
429
                }
430
            },
431
            "notification-url": "https://packagist.org/downloads/",
432
            "license": [
433
                "MIT"
434
            ],
435
            "authors": [
436
                {
437
                    "name": "Roman Borschel",
438
                    "email": "[email protected]"
439
                },
440
                {
441
                    "name": "Benjamin Eberlei",
442
                    "email": "[email protected]"
443
                },
444
                {
445
                    "name": "Guilherme Blanco",
446
                    "email": "[email protected]"
447
                },
448
                {
449
                    "name": "Jonathan Wage",
450
                    "email": "[email protected]"
451
                },
452
                {
453
                    "name": "Johannes Schmitt",
454
                    "email": "[email protected]"
455
                }
456
            ],
457
            "description": "Caching library offering an object-oriented API for many cache backends",
458
            "homepage": "http://www.doctrine-project.org",
459
            "keywords": [
460
                "cache",
461
                "caching"
462
            ],
463
            "time": "2015-12-19 05:03:47"
464
        },
465
        {
466
            "name": "doctrine/collections",
467
            "version": "v1.3.0",
468
            "source": {
469
                "type": "git",
470
                "url": "https://github.com/doctrine/collections.git",
471
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
472
            },
473
            "dist": {
474
                "type": "zip",
475
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
476
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
477
                "shasum": ""
478
            },
479
            "require": {
480
                "php": ">=5.3.2"
481
            },
482
            "require-dev": {
483
                "phpunit/phpunit": "~4.0"
484
            },
485
            "type": "library",
486
            "extra": {
487
                "branch-alias": {
488
                    "dev-master": "1.2.x-dev"
489
                }
490
            },
491
            "autoload": {
492
                "psr-0": {
493
                    "Doctrine\\Common\\Collections\\": "lib/"
494
                }
495
            },
496
            "notification-url": "https://packagist.org/downloads/",
497
            "license": [
498
                "MIT"
499
            ],
500
            "authors": [
501
                {
502
                    "name": "Roman Borschel",
503
                    "email": "[email protected]"
504
                },
505
                {
506
                    "name": "Benjamin Eberlei",
507
                    "email": "[email protected]"
508
                },
509
                {
510
                    "name": "Guilherme Blanco",
511
                    "email": "[email protected]"
512
                },
513
                {
514
                    "name": "Jonathan Wage",
515
                    "email": "[email protected]"
516
                },
517
                {
518
                    "name": "Johannes Schmitt",
519
                    "email": "[email protected]"
520
                }
521
            ],
522
            "description": "Collections Abstraction library",
523
            "homepage": "http://www.doctrine-project.org",
524
            "keywords": [
525
                "array",
526
                "collections",
527
                "iterator"
528
            ],
529
            "time": "2015-04-14 22:21:58"
530
        },
531
        {
532
            "name": "doctrine/common",
533
            "version": "v2.5.3",
534
            "source": {
535
                "type": "git",
536
                "url": "https://github.com/doctrine/common.git",
537
                "reference": "10f1f19651343f87573129ca970aef1a47a6f29e"
538
            },
539
            "dist": {
540
                "type": "zip",
541
                "url": "https://api.github.com/repos/doctrine/common/zipball/10f1f19651343f87573129ca970aef1a47a6f29e",
542
                "reference": "10f1f19651343f87573129ca970aef1a47a6f29e",
543
                "shasum": ""
544
            },
545
            "require": {
546
                "doctrine/annotations": "1.*",
547
                "doctrine/cache": "1.*",
548
                "doctrine/collections": "1.*",
549
                "doctrine/inflector": "1.*",
550
                "doctrine/lexer": "1.*",
551
                "php": ">=5.3.2"
552
            },
553
            "require-dev": {
554
                "phpunit/phpunit": "~3.7"
555
            },
556
            "type": "library",
557
            "extra": {
558
                "branch-alias": {
559
                    "dev-master": "2.5.x-dev"
560
                }
561
            },
562
            "autoload": {
563
                "psr-0": {
564
                    "Doctrine\\Common\\": "lib/"
565
                }
566
            },
567
            "notification-url": "https://packagist.org/downloads/",
568
            "license": [
569
                "MIT"
570
            ],
571
            "authors": [
572
                {
573
                    "name": "Roman Borschel",
574
                    "email": "[email protected]"
575
                },
576
                {
577
                    "name": "Benjamin Eberlei",
578
                    "email": "[email protected]"
579
                },
580
                {
581
                    "name": "Guilherme Blanco",
582
                    "email": "[email protected]"
583
                },
584
                {
585
                    "name": "Jonathan Wage",
586
                    "email": "[email protected]"
587
                },
588
                {
589
                    "name": "Johannes Schmitt",
590
                    "email": "[email protected]"
591
                }
592
            ],
593
            "description": "Common Library for Doctrine projects",
594
            "homepage": "http://www.doctrine-project.org",
595
            "keywords": [
596
                "annotations",
597
                "collections",
598
                "eventmanager",
599
                "persistence",
600
                "spl"
601
            ],
602
            "time": "2015-12-25 13:10:16"
603
        },
604
        {
605
            "name": "doctrine/dbal",
606
            "version": "v2.5.13",
607
            "source": {
608
                "type": "git",
609
                "url": "https://github.com/doctrine/dbal.git",
610
                "reference": "729340d8d1eec8f01bff708e12e449a3415af873"
611
            },
612
            "dist": {
613
                "type": "zip",
614
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/729340d8d1eec8f01bff708e12e449a3415af873",
615
                "reference": "729340d8d1eec8f01bff708e12e449a3415af873",
616
                "shasum": ""
617
            },
618
            "require": {
619
                "doctrine/common": ">=2.4,<2.8-dev",
620
                "php": ">=5.3.2"
621
            },
622
            "require-dev": {
623
                "phpunit/phpunit": "4.*",
624
                "symfony/console": "2.*||^3.0"
625
            },
626
            "suggest": {
627
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
628
            },
629
            "bin": [
630
                "bin/doctrine-dbal"
631
            ],
632
            "type": "library",
633
            "extra": {
634
                "branch-alias": {
635
                    "dev-master": "2.5.x-dev"
636
                }
637
            },
638
            "autoload": {
639
                "psr-0": {
640
                    "Doctrine\\DBAL\\": "lib/"
641
                }
642
            },
643
            "notification-url": "https://packagist.org/downloads/",
644
            "license": [
645
                "MIT"
646
            ],
647
            "authors": [
648
                {
649
                    "name": "Roman Borschel",
650
                    "email": "[email protected]"
651
                },
652
                {
653
                    "name": "Benjamin Eberlei",
654
                    "email": "[email protected]"
655
                },
656
                {
657
                    "name": "Guilherme Blanco",
658
                    "email": "[email protected]"
659
                },
660
                {
661
                    "name": "Jonathan Wage",
662
                    "email": "[email protected]"
663
                }
664
            ],
665
            "description": "Database Abstraction Layer",
666
            "homepage": "http://www.doctrine-project.org",
667
            "keywords": [
668
                "database",
669
                "dbal",
670
                "persistence",
671
                "queryobject"
672
            ],
673
            "time": "2017-07-22 20:44:48"
674
        },
675
        {
676
            "name": "doctrine/doctrine-bundle",
677
            "version": "1.6.4",
678
            "source": {
679
                "type": "git",
680
                "url": "https://github.com/doctrine/DoctrineBundle.git",
681
                "reference": "dd40b0a7fb16658cda9def9786992b8df8a49be7"
682
            },
683
            "dist": {
684
                "type": "zip",
685
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/dd40b0a7fb16658cda9def9786992b8df8a49be7",
686
                "reference": "dd40b0a7fb16658cda9def9786992b8df8a49be7",
687
                "shasum": ""
688
            },
689
            "require": {
690
                "doctrine/dbal": "~2.3",
691
                "doctrine/doctrine-cache-bundle": "~1.0",
692
                "jdorn/sql-formatter": "~1.1",
693
                "php": ">=5.3.2",
694
                "symfony/console": "~2.3|~3.0",
695
                "symfony/dependency-injection": "~2.3|~3.0",
696
                "symfony/doctrine-bridge": "~2.2|~3.0",
697
                "symfony/framework-bundle": "~2.3|~3.0"
698
            },
699
            "require-dev": {
700
                "doctrine/orm": "~2.3",
701
                "phpunit/phpunit": "~4",
702
                "satooshi/php-coveralls": "~0.6.1",
703
                "symfony/phpunit-bridge": "~2.7|~3.0",
704
                "symfony/property-info": "~2.8|~3.0",
705
                "symfony/validator": "~2.2|~3.0",
706
                "symfony/yaml": "~2.2|~3.0",
707
                "twig/twig": "~1.10"
708
            },
709
            "suggest": {
710
                "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
711
                "symfony/web-profiler-bundle": "To use the data collector."
712
            },
713
            "type": "symfony-bundle",
714
            "extra": {
715
                "branch-alias": {
716
                    "dev-master": "1.6.x-dev"
717
                }
718
            },
719
            "autoload": {
720
                "psr-4": {
721
                    "Doctrine\\Bundle\\DoctrineBundle\\": ""
722
                }
723
            },
724
            "notification-url": "https://packagist.org/downloads/",
725
            "license": [
726
                "MIT"
727
            ],
728
            "authors": [
729
                {
730
                    "name": "Symfony Community",
731
                    "homepage": "http://symfony.com/contributors"
732
                },
733
                {
734
                    "name": "Benjamin Eberlei",
735
                    "email": "[email protected]"
736
                },
737
                {
738
                    "name": "Doctrine Project",
739
                    "homepage": "http://www.doctrine-project.org/"
740
                },
741
                {
742
                    "name": "Fabien Potencier",
743
                    "email": "[email protected]"
744
                }
745
            ],
746
            "description": "Symfony DoctrineBundle",
747
            "homepage": "http://www.doctrine-project.org",
748
            "keywords": [
749
                "database",
750
                "dbal",
751
                "orm",
752
                "persistence"
753
            ],
754
            "time": "2016-08-10 15:35:22"
755
        },
756
        {
757
            "name": "doctrine/doctrine-cache-bundle",
758
            "version": "1.3.2",
759
            "source": {
760
                "type": "git",
761
                "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
762
                "reference": "9baecbd6bfdd1123b0cf8c1b88fee0170a84ddd1"
763
            },
764
            "dist": {
765
                "type": "zip",
766
                "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/9baecbd6bfdd1123b0cf8c1b88fee0170a84ddd1",
767
                "reference": "9baecbd6bfdd1123b0cf8c1b88fee0170a84ddd1",
768
                "shasum": ""
769
            },
770
            "require": {
771
                "doctrine/cache": "^1.4.2",
772
                "doctrine/inflector": "~1.0",
773
                "php": ">=5.3.2",
774
                "symfony/doctrine-bridge": "~2.2|~3.0|~4.0"
775
            },
776
            "require-dev": {
777
                "instaclick/coding-standard": "~1.1",
778
                "instaclick/object-calisthenics-sniffs": "dev-master",
779
                "instaclick/symfony2-coding-standard": "dev-remaster",
780
                "phpunit/phpunit": "~4",
781
                "predis/predis": "~0.8",
782
                "satooshi/php-coveralls": "^1.0",
783
                "squizlabs/php_codesniffer": "~1.5",
784
                "symfony/console": "~2.2|~3.0|~4.0",
785
                "symfony/finder": "~2.2|~3.0|~4.0",
786
                "symfony/framework-bundle": "~2.2|~3.0|~4.0",
787
                "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
788
                "symfony/security-acl": "~2.3|~3.0",
789
                "symfony/validator": "~2.2|~3.0|~4.0",
790
                "symfony/yaml": "~2.2|~3.0|~4.0"
791
            },
792
            "suggest": {
793
                "symfony/security-acl": "For using this bundle to cache ACLs"
794
            },
795
            "type": "symfony-bundle",
796
            "extra": {
797
                "branch-alias": {
798
                    "dev-master": "1.3.x-dev"
799
                }
800
            },
801
            "autoload": {
802
                "psr-4": {
803
                    "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
804
                }
805
            },
806
            "notification-url": "https://packagist.org/downloads/",
807
            "license": [
808
                "MIT"
809
            ],
810
            "authors": [
811
                {
812
                    "name": "Symfony Community",
813
                    "homepage": "http://symfony.com/contributors"
814
                },
815
                {
816
                    "name": "Benjamin Eberlei",
817
                    "email": "[email protected]"
818
                },
819
                {
820
                    "name": "Fabio B. Silva",
821
                    "email": "[email protected]"
822
                },
823
                {
824
                    "name": "Guilherme Blanco",
825
                    "email": "[email protected]"
826
                },
827
                {
828
                    "name": "Doctrine Project",
829
                    "homepage": "http://www.doctrine-project.org/"
830
                },
831
                {
832
                    "name": "Fabien Potencier",
833
                    "email": "[email protected]"
834
                }
835
            ],
836
            "description": "Symfony Bundle for Doctrine Cache",
837
            "homepage": "http://www.doctrine-project.org",
838
            "keywords": [
839
                "cache",
840
                "caching"
841
            ],
842
            "time": "2017-10-12 17:23:29"
843
        },
844
        {
845
            "name": "doctrine/inflector",
846
            "version": "v1.1.0",
847
            "source": {
848
                "type": "git",
849
                "url": "https://github.com/doctrine/inflector.git",
850
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
851
            },
852
            "dist": {
853
                "type": "zip",
854
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
855
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
856
                "shasum": ""
857
            },
858
            "require": {
859
                "php": ">=5.3.2"
860
            },
861
            "require-dev": {
862
                "phpunit/phpunit": "4.*"
863
            },
864
            "type": "library",
865
            "extra": {
866
                "branch-alias": {
867
                    "dev-master": "1.1.x-dev"
868
                }
869
            },
870
            "autoload": {
871
                "psr-0": {
872
                    "Doctrine\\Common\\Inflector\\": "lib/"
873
                }
874
            },
875
            "notification-url": "https://packagist.org/downloads/",
876
            "license": [
877
                "MIT"
878
            ],
879
            "authors": [
880
                {
881
                    "name": "Roman Borschel",
882
                    "email": "[email protected]"
883
                },
884
                {
885
                    "name": "Benjamin Eberlei",
886
                    "email": "[email protected]"
887
                },
888
                {
889
                    "name": "Guilherme Blanco",
890
                    "email": "[email protected]"
891
                },
892
                {
893
                    "name": "Jonathan Wage",
894
                    "email": "[email protected]"
895
                },
896
                {
897
                    "name": "Johannes Schmitt",
898
                    "email": "[email protected]"
899
                }
900
            ],
901
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
902
            "homepage": "http://www.doctrine-project.org",
903
            "keywords": [
904
                "inflection",
905
                "pluralize",
906
                "singularize",
907
                "string"
908
            ],
909
            "time": "2015-11-06 14:35:42"
910
        },
911
        {
912
            "name": "doctrine/instantiator",
913
            "version": "1.0.5",
914
            "source": {
915
                "type": "git",
916
                "url": "https://github.com/doctrine/instantiator.git",
917
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
918
            },
919
            "dist": {
920
                "type": "zip",
921
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
922
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
923
                "shasum": ""
924
            },
925
            "require": {
926
                "php": ">=5.3,<8.0-DEV"
927
            },
928
            "require-dev": {
929
                "athletic/athletic": "~0.1.8",
930
                "ext-pdo": "*",
931
                "ext-phar": "*",
932
                "phpunit/phpunit": "~4.0",
933
                "squizlabs/php_codesniffer": "~2.0"
934
            },
935
            "type": "library",
936
            "extra": {
937
                "branch-alias": {
938
                    "dev-master": "1.0.x-dev"
939
                }
940
            },
941
            "autoload": {
942
                "psr-4": {
943
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
944
                }
945
            },
946
            "notification-url": "https://packagist.org/downloads/",
947
            "license": [
948
                "MIT"
949
            ],
950
            "authors": [
951
                {
952
                    "name": "Marco Pivetta",
953
                    "email": "[email protected]",
954
                    "homepage": "http://ocramius.github.com/"
955
                }
956
            ],
957
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
958
            "homepage": "https://github.com/doctrine/instantiator",
959
            "keywords": [
960
                "constructor",
961
                "instantiate"
962
            ],
963
            "time": "2015-06-14 21:17:01"
964
        },
965
        {
966
            "name": "doctrine/lexer",
967
            "version": "v1.0.1",
968
            "source": {
969
                "type": "git",
970
                "url": "https://github.com/doctrine/lexer.git",
971
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
972
            },
973
            "dist": {
974
                "type": "zip",
975
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
976
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
977
                "shasum": ""
978
            },
979
            "require": {
980
                "php": ">=5.3.2"
981
            },
982
            "type": "library",
983
            "extra": {
984
                "branch-alias": {
985
                    "dev-master": "1.0.x-dev"
986
                }
987
            },
988
            "autoload": {
989
                "psr-0": {
990
                    "Doctrine\\Common\\Lexer\\": "lib/"
991
                }
992
            },
993
            "notification-url": "https://packagist.org/downloads/",
994
            "license": [
995
                "MIT"
996
            ],
997
            "authors": [
998
                {
999
                    "name": "Roman Borschel",
1000
                    "email": "[email protected]"
1001
                },
1002
                {
1003
                    "name": "Guilherme Blanco",
1004
                    "email": "[email protected]"
1005
                },
1006
                {
1007
                    "name": "Johannes Schmitt",
1008
                    "email": "[email protected]"
1009
                }
1010
            ],
1011
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
1012
            "homepage": "http://www.doctrine-project.org",
1013
            "keywords": [
1014
                "lexer",
1015
                "parser"
1016
            ],
1017
            "time": "2014-09-09 13:34:57"
1018
        },
1019
        {
1020
            "name": "doctrine/orm",
1021
            "version": "v2.5.13",
1022
            "source": {
1023
                "type": "git",
1024
                "url": "https://github.com/doctrine/doctrine2.git",
1025
                "reference": "93103f44a3e36e7b48165b6e6b736833f33b18ef"
1026
            },
1027
            "dist": {
1028
                "type": "zip",
1029
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/93103f44a3e36e7b48165b6e6b736833f33b18ef",
1030
                "reference": "93103f44a3e36e7b48165b6e6b736833f33b18ef",
1031
                "shasum": ""
1032
            },
1033
            "require": {
1034
                "doctrine/cache": "~1.4",
1035
                "doctrine/collections": "~1.2",
1036
                "doctrine/common": ">=2.5-dev,<2.9-dev",
1037
                "doctrine/dbal": ">=2.5-dev,<2.7-dev",
1038
                "doctrine/instantiator": "^1.0.1",
1039
                "ext-pdo": "*",
1040
                "php": ">=5.4",
1041
                "symfony/console": "~2.5|~3.0|~4.0"
1042
            },
1043
            "require-dev": {
1044
                "phpunit/phpunit": "~4.0",
1045
                "symfony/yaml": "~2.3|~3.0|~4.0"
1046
            },
1047
            "suggest": {
1048
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1049
            },
1050
            "bin": [
1051
                "bin/doctrine",
1052
                "bin/doctrine.php"
1053
            ],
1054
            "type": "library",
1055
            "extra": {
1056
                "branch-alias": {
1057
                    "dev-master": "2.6.x-dev"
1058
                }
1059
            },
1060
            "autoload": {
1061
                "psr-0": {
1062
                    "Doctrine\\ORM\\": "lib/"
1063
                }
1064
            },
1065
            "notification-url": "https://packagist.org/downloads/",
1066
            "license": [
1067
                "MIT"
1068
            ],
1069
            "authors": [
1070
                {
1071
                    "name": "Roman Borschel",
1072
                    "email": "[email protected]"
1073
                },
1074
                {
1075
                    "name": "Benjamin Eberlei",
1076
                    "email": "[email protected]"
1077
                },
1078
                {
1079
                    "name": "Guilherme Blanco",
1080
                    "email": "[email protected]"
1081
                },
1082
                {
1083
                    "name": "Jonathan Wage",
1084
                    "email": "[email protected]"
1085
                }
1086
            ],
1087
            "description": "Object-Relational-Mapper for PHP",
1088
            "homepage": "http://www.doctrine-project.org",
1089
            "keywords": [
1090
                "database",
1091
                "orm"
1092
            ],
1093
            "time": "2017-11-27 23:25:55"
1094
        },
1095
        {
1096
            "name": "egulias/email-validator",
1097
            "version": "1.2.14",
1098
            "source": {
1099
                "type": "git",
1100
                "url": "https://github.com/egulias/EmailValidator.git",
1101
                "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9"
1102
            },
1103
            "dist": {
1104
                "type": "zip",
1105
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/5642614492f0ca2064c01d60cc33284cc2f731a9",
1106
                "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9",
1107
                "shasum": ""
1108
            },
1109
            "require": {
1110
                "doctrine/lexer": "^1.0.1",
1111
                "php": ">= 5.3.3"
1112
            },
1113
            "require-dev": {
1114
                "phpunit/phpunit": "^4.8.24"
1115
            },
1116
            "type": "library",
1117
            "extra": {
1118
                "branch-alias": {
1119
                    "dev-master": "2.0.x-dev"
1120
                }
1121
            },
1122
            "autoload": {
1123
                "psr-0": {
1124
                    "Egulias\\": "src/"
1125
                }
1126
            },
1127
            "notification-url": "https://packagist.org/downloads/",
1128
            "license": [
1129
                "MIT"
1130
            ],
1131
            "authors": [
1132
                {
1133
                    "name": "Eduardo Gulias Davis"
1134
                }
1135
            ],
1136
            "description": "A library for validating emails",
1137
            "homepage": "https://github.com/egulias/EmailValidator",
1138
            "keywords": [
1139
                "email",
1140
                "emailvalidation",
1141
                "emailvalidator",
1142
                "validation",
1143
                "validator"
1144
            ],
1145
            "time": "2017-02-03 22:48:59"
1146
        },
1147
        {
1148
            "name": "friendsofsymfony/oauth-server-bundle",
1149
            "version": "1.5.2",
1150
            "source": {
1151
                "type": "git",
1152
                "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
1153
                "reference": "0b25cdaae8983c630bb62d14b6993219b1dadb8d"
1154
            },
1155
            "dist": {
1156
                "type": "zip",
1157
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/0b25cdaae8983c630bb62d14b6993219b1dadb8d",
1158
                "reference": "0b25cdaae8983c630bb62d14b6993219b1dadb8d",
1159
                "shasum": ""
1160
            },
1161
            "require": {
1162
                "friendsofsymfony/oauth2-php": "~1.1",
1163
                "php": "^5.3.3|^7.0",
1164
                "symfony/framework-bundle": "~2.2|~3.0",
1165
                "symfony/security-bundle": "~2.1|~3.0"
1166
            },
1167
            "require-dev": {
1168
                "doctrine/doctrine-bundle": "~1.0",
1169
                "doctrine/mongodb-odm": "~1.0",
1170
                "doctrine/orm": "~2.2",
1171
                "phing/phing": "~2.4",
1172
                "propel/propel1": "^1.6.5",
1173
                "symfony/class-loader": "~2.1|~3.0",
1174
                "symfony/form": "~2.3|~3.0",
1175
                "symfony/yaml": "~2.1|~3.0",
1176
                "willdurand/propel-typehintable-behavior": "^1.0.4"
1177
            },
1178
            "suggest": {
1179
                "doctrine/doctrine-bundle": "*",
1180
                "doctrine/mongodb-odm-bundle": "*",
1181
                "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
1182
                "symfony/form": "Needed to be able to use the AuthorizeFormType",
1183
                "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
1184
            },
1185
            "type": "symfony-bundle",
1186
            "extra": {
1187
                "branch-alias": {
1188
                    "dev-master": "1.5-dev"
1189
                }
1190
            },
1191
            "autoload": {
1192
                "psr-4": {
1193
                    "FOS\\OAuthServerBundle\\": ""
1194
                }
1195
            },
1196
            "notification-url": "https://packagist.org/downloads/",
1197
            "license": [
1198
                "MIT"
1199
            ],
1200
            "authors": [
1201
                {
1202
                    "name": "Arnaud Le Blanc",
1203
                    "email": "[email protected]"
1204
                },
1205
                {
1206
                    "name": "FriendsOfSymfony Community",
1207
                    "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
1208
                }
1209
            ],
1210
            "description": "Symfony2 OAuth Server Bundle",
1211
            "homepage": "http://friendsofsymfony.github.com",
1212
            "keywords": [
1213
                "oauth",
1214
                "oauth2",
1215
                "server"
1216
            ],
1217
            "time": "2016-02-22 13:57:55"
1218
        },
1219
        {
1220
            "name": "friendsofsymfony/oauth2-php",
1221
            "version": "1.2.1",
1222
            "source": {
1223
                "type": "git",
1224
                "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
1225
                "reference": "fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c"
1226
            },
1227
            "dist": {
1228
                "type": "zip",
1229
                "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c",
1230
                "reference": "fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c",
1231
                "shasum": ""
1232
            },
1233
            "require": {
1234
                "php": ">=5.3.2",
1235
                "symfony/http-foundation": "~2.0|~3.0"
1236
            },
1237
            "require-dev": {
1238
                "phpunit/phpunit": "~4.0"
1239
            },
1240
            "type": "library",
1241
            "extra": {
1242
                "branch-alias": {
1243
                    "dev-master": "1.2.x-dev"
1244
                }
1245
            },
1246
            "autoload": {
1247
                "psr-4": {
1248
                    "OAuth2\\": "lib/"
1249
                }
1250
            },
1251
            "notification-url": "https://packagist.org/downloads/",
1252
            "license": [
1253
                "MIT"
1254
            ],
1255
            "authors": [
1256
                {
1257
                    "name": "Arnaud Le Blanc",
1258
                    "email": "[email protected]"
1259
                },
1260
                {
1261
                    "name": "FriendsOfSymfony Community",
1262
                    "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
1263
                }
1264
            ],
1265
            "description": "OAuth2 library",
1266
            "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
1267
            "keywords": [
1268
                "oauth",
1269
                "oauth2"
1270
            ],
1271
            "time": "2016-03-31 14:24:17"
1272
        },
1273
        {
1274
            "name": "friendsofsymfony/rest-bundle",
1275
            "version": "1.7.9",
1276
            "target-dir": "FOS/RestBundle",
1277
            "source": {
1278
                "type": "git",
1279
                "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
1280
                "reference": "9449e451074e98ee6fdc45c18fa857c71baf1dfe"
1281
            },
1282
            "dist": {
1283
                "type": "zip",
1284
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/9449e451074e98ee6fdc45c18fa857c71baf1dfe",
1285
                "reference": "9449e451074e98ee6fdc45c18fa857c71baf1dfe",
1286
                "shasum": ""
1287
            },
1288
            "require": {
1289
                "doctrine/inflector": "~1.0",
1290
                "php": "^5.3.9|~7.0",
1291
                "psr/log": "~1.0",
1292
                "symfony/framework-bundle": "~2.3|~3.0",
1293
                "symfony/http-kernel": "^2.3.24|~3.0",
1294
                "willdurand/jsonp-callback-validator": "~1.0",
1295
                "willdurand/negotiation": "~1.2"
1296
            },
1297
            "conflict": {
1298
                "jms/serializer": "<0.13",
1299
                "jms/serializer-bundle": "<0.11",
1300
                "sensio/framework-extra-bundle": ">=3.0.13",
1301
                "symfony/validator": ">=2.5.0,<2.5.5"
1302
            },
1303
            "require-dev": {
1304
                "jms/serializer": "~0.13|~1.0",
1305
                "jms/serializer-bundle": "~0.11|~1.0",
1306
                "phpoption/phpoption": "~1.1.0",
1307
                "sensio/framework-extra-bundle": "~2.0|~3.0,<3.0.13",
1308
                "sllh/php-cs-fixer-styleci-bridge": "^1.3",
1309
                "symfony/browser-kit": "~2.3|~3.0",
1310
                "symfony/dependency-injection": "~2.3|~3.0",
1311
                "symfony/form": "~2.3|~3.0",
1312
                "symfony/phpunit-bridge": "~2.7|~3.0",
1313
                "symfony/security": "~2.3|~3.0",
1314
                "symfony/serializer": "~2.3|~3.0",
1315
                "symfony/validator": "~2.3|~3.0",
1316
                "symfony/yaml": "~2.3|~3.0"
1317
            },
1318
            "suggest": {
1319
                "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12|~1.0",
1320
                "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener, requires ~2.0|~3.0",
1321
                "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.3",
1322
                "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ~2.3"
1323
            },
1324
            "type": "symfony-bundle",
1325
            "extra": {
1326
                "branch-alias": {
1327
                    "dev-master": "1.7-dev"
1328
                }
1329
            },
1330
            "autoload": {
1331
                "psr-0": {
1332
                    "FOS\\RestBundle": ""
1333
                }
1334
            },
1335
            "notification-url": "https://packagist.org/downloads/",
1336
            "license": [
1337
                "MIT"
1338
            ],
1339
            "authors": [
1340
                {
1341
                    "name": "Lukas Kahwe Smith",
1342
                    "email": "[email protected]"
1343
                },
1344
                {
1345
                    "name": "FriendsOfSymfony Community",
1346
                    "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
1347
                },
1348
                {
1349
                    "name": "Konstantin Kudryashov",
1350
                    "email": "[email protected]"
1351
                }
1352
            ],
1353
            "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
1354
            "homepage": "http://friendsofsymfony.github.com",
1355
            "keywords": [
1356
                "rest"
1357
            ],
1358
            "time": "2016-05-15 23:18:24"
1359
        },
1360
        {
1361
            "name": "friendsofsymfony/user-bundle",
1362
            "version": "v2.0.0-alpha3.1",
1363
            "source": {
1364
                "type": "git",
1365
                "url": "https://github.com/PROCERGS/FOSUserBundle.git",
1366
                "reference": "7abb0ff366c404f2c2b34fd264693071148351a2"
1367
            },
1368
            "dist": {
1369
                "type": "zip",
1370
                "url": "https://api.github.com/repos/PROCERGS/FOSUserBundle/zipball/7abb0ff366c404f2c2b34fd264693071148351a2",
1371
                "reference": "7abb0ff366c404f2c2b34fd264693071148351a2",
1372
                "shasum": ""
1373
            },
1374
            "require": {
1375
                "php": ">=5.3.9",
1376
                "symfony/form": "~2.3|~3.0",
1377
                "symfony/framework-bundle": "~2.3|~3.0",
1378
                "symfony/security-bundle": "~2.3|~3.0",
1379
                "symfony/twig-bundle": "~2.3|~3.0"
1380
            },
1381
            "conflict": {
1382
                "symfony/doctrine-bridge": "<2.3"
1383
            },
1384
            "require-dev": {
1385
                "doctrine/doctrine-bundle": "~1.3",
1386
                "swiftmailer/swiftmailer": "~4.3|~5",
1387
                "symfony/console": "~2.3|~3.0",
1388
                "symfony/phpunit-bridge": "~2.7|~3.0",
1389
                "symfony/validator": "~2.3|~3.0",
1390
                "symfony/yaml": "~2.3|~3.0",
1391
                "willdurand/propel-typehintable-behavior": "~1.0"
1392
            },
1393
            "suggest": {
1394
                "willdurand/propel-typehintable-behavior": "Needed when using the propel implementation"
1395
            },
1396
            "type": "symfony-bundle",
1397
            "extra": {
1398
                "branch-alias": {
1399
                    "dev-master": "2.0.x-dev"
1400
                }
1401
            },
1402
            "autoload": {
1403
                "psr-4": {
1404
                    "FOS\\UserBundle\\": ""
1405
                },
1406
                "exclude-from-classmap": [
1407
                    "/Tests/"
1408
                ]
1409
            },
1410
            "autoload-dev": {
1411
                "psr-4": {
1412
                    "FOS\\UserBundle\\Tests\\": "Tests/"
1413
                }
1414
            },
1415
            "license": [
1416
                "MIT"
1417
            ],
1418
            "authors": [
1419
                {
1420
                    "name": "Christophe Coevoet",
1421
                    "email": "[email protected]"
1422
                },
1423
                {
1424
                    "name": "Thibault Duplessis",
1425
                    "email": "[email protected]"
1426
                },
1427
                {
1428
                    "name": "FriendsOfSymfony Community",
1429
                    "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
1430
                }
1431
            ],
1432
            "description": "Symfony FOSUserBundle",
1433
            "homepage": "http://friendsofsymfony.github.com",
1434
            "keywords": [
1435
                "User management"
1436
            ],
1437
            "support": {
1438
                "docs": "https://symfony.com/doc/master/bundles/FOSUserBundle/index.html",
1439
                "source": "https://github.com/PROCERGS/FOSUserBundle/tree/php54"
1440
            },
1441
            "time": "2016-09-26 07:23:44"
1442
        },
1443
        {
1444
            "name": "giggsey/libphonenumber-for-php",
1445
            "version": "8.8.8",
1446
            "source": {
1447
                "type": "git",
1448
                "url": "https://github.com/giggsey/libphonenumber-for-php.git",
1449
                "reference": "502d5e5e2fea5f5c58782558d04e664607a3dffd"
1450
            },
1451
            "dist": {
1452
                "type": "zip",
1453
                "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/502d5e5e2fea5f5c58782558d04e664607a3dffd",
1454
                "reference": "502d5e5e2fea5f5c58782558d04e664607a3dffd",
1455
                "shasum": ""
1456
            },
1457
            "require": {
1458
                "ext-mbstring": "*",
1459
                "giggsey/locale": "^1.2",
1460
                "php": ">=5.3.2"
1461
            },
1462
            "require-dev": {
1463
                "pear/pear-core-minimal": "^1.9",
1464
                "pear/pear_exception": "^1.0",
1465
                "pear/versioncontrol_git": "^0.5",
1466
                "phing/phing": "^2.7",
1467
                "phpunit/phpunit": "^4.8|^5.0",
1468
                "satooshi/php-coveralls": "^1.0",
1469
                "symfony/console": "^2.8|^3.0"
1470
            },
1471
            "type": "library",
1472
            "extra": {
1473
                "branch-alias": {
1474
                    "dev-master": "8.x-dev"
1475
                }
1476
            },
1477
            "autoload": {
1478
                "psr-4": {
1479
                    "libphonenumber\\": "src/"
1480
                },
1481
                "exclude-from-classmap": [
1482
                    "/src/data/",
1483
                    "/src/carrier/data/",
1484
                    "/src/geocoding/data/",
1485
                    "/src/timezone/data/"
1486
                ]
1487
            },
1488
            "notification-url": "https://packagist.org/downloads/",
1489
            "license": [
1490
                "Apache-2.0"
1491
            ],
1492
            "authors": [
1493
                {
1494
                    "name": "Joshua Gigg",
1495
                    "email": "[email protected]",
1496
                    "homepage": "https://giggsey.com/"
1497
                }
1498
            ],
1499
            "description": "PHP Port of Google's libphonenumber",
1500
            "homepage": "https://github.com/giggsey/libphonenumber-for-php",
1501
            "keywords": [
1502
                "geocoding",
1503
                "geolocation",
1504
                "libphonenumber",
1505
                "mobile",
1506
                "phonenumber",
1507
                "validation"
1508
            ],
1509
            "time": "2017-12-06 20:11:38"
1510
        },
1511
        {
1512
            "name": "giggsey/locale",
1513
            "version": "1.4",
1514
            "source": {
1515
                "type": "git",
1516
                "url": "https://github.com/giggsey/Locale.git",
1517
                "reference": "e351a72ad6af6b41b690efdeffe1138fe5cc8b9c"
1518
            },
1519
            "dist": {
1520
                "type": "zip",
1521
                "url": "https://api.github.com/repos/giggsey/Locale/zipball/e351a72ad6af6b41b690efdeffe1138fe5cc8b9c",
1522
                "reference": "e351a72ad6af6b41b690efdeffe1138fe5cc8b9c",
1523
                "shasum": ""
1524
            },
1525
            "require": {
1526
                "php": ">=5.3.2"
1527
            },
1528
            "require-dev": {
1529
                "pear/pear-core-minimal": "^1.9",
1530
                "pear/pear_exception": "^1.0",
1531
                "pear/versioncontrol_git": "^0.5",
1532
                "phing/phing": "~2.7",
1533
                "phpunit/phpunit": "^4.8|^5.0",
1534
                "satooshi/php-coveralls": "^1.0",
1535
                "symfony/console": "^2.8|^3.0",
1536
                "symfony/filesystem": "^2.8|^3.0",
1537
                "symfony/finder": "^2.8|^3.0",
1538
                "symfony/process": "^2.8|^3.0"
1539
            },
1540
            "type": "library",
1541
            "autoload": {
1542
                "psr-4": {
1543
                    "Giggsey\\Locale\\": "src/"
1544
                }
1545
            },
1546
            "notification-url": "https://packagist.org/downloads/",
1547
            "license": [
1548
                "MIT"
1549
            ],
1550
            "authors": [
1551
                {
1552
                    "name": "Joshua Gigg",
1553
                    "email": "[email protected]",
1554
                    "homepage": "http://giggsey.com/"
1555
                }
1556
            ],
1557
            "description": "Locale functions required by libphonenumber-for-php",
1558
            "time": "2017-11-01 21:34:27"
1559
        },
1560
        {
1561
            "name": "google/recaptcha",
1562
            "version": "1.1.2",
1563
            "source": {
1564
                "type": "git",
1565
                "url": "https://github.com/google/recaptcha.git",
1566
                "reference": "2b7e00566afca82a38a1d3adb8e42c118006296e"
1567
            },
1568
            "dist": {
1569
                "type": "zip",
1570
                "url": "https://api.github.com/repos/google/recaptcha/zipball/2b7e00566afca82a38a1d3adb8e42c118006296e",
1571
                "reference": "2b7e00566afca82a38a1d3adb8e42c118006296e",
1572
                "shasum": ""
1573
            },
1574
            "require": {
1575
                "php": ">=5.3.2"
1576
            },
1577
            "require-dev": {
1578
                "phpunit/phpunit": "4.5.*"
1579
            },
1580
            "type": "library",
1581
            "extra": {
1582
                "branch-alias": {
1583
                    "dev-master": "1.1.x-dev"
1584
                }
1585
            },
1586
            "autoload": {
1587
                "psr-4": {
1588
                    "ReCaptcha\\": "src/ReCaptcha"
1589
                }
1590
            },
1591
            "notification-url": "https://packagist.org/downloads/",
1592
            "license": [
1593
                "BSD-3-Clause"
1594
            ],
1595
            "description": "Client library for reCAPTCHA, a free service that protect websites from spam and abuse.",
1596
            "homepage": "http://www.google.com/recaptcha/",
1597
            "keywords": [
1598
                "Abuse",
1599
                "captcha",
1600
                "recaptcha",
1601
                "spam"
1602
            ],
1603
            "time": "2015-09-02 17:23:59"
1604
        },
1605
        {
1606
            "name": "gree/jose",
1 ignored issue
show
There is a security advisory for your installed version of gree/jose:

Critical vulnerabilities in JSON Web Token libraries
Loading history...
1607
            "version": "2.2.0",
1608
            "source": {
1609
                "type": "git",
1610
                "url": "https://github.com/nov/jose-php.git",
1611
                "reference": "a7fa2b3a02ce62f1edc1804dd93bc81e7cb59f8c"
1612
            },
1613
            "dist": {
1614
                "type": "zip",
1615
                "url": "https://api.github.com/repos/nov/jose-php/zipball/a7fa2b3a02ce62f1edc1804dd93bc81e7cb59f8c",
1616
                "reference": "a7fa2b3a02ce62f1edc1804dd93bc81e7cb59f8c",
1617
                "shasum": ""
1618
            },
1619
            "require": {
1620
                "phpseclib/phpseclib": ">=2.0.0"
1621
            },
1622
            "require-dev": {
1623
                "phpunit/phpunit": "4.8.*"
1624
            },
1625
            "type": "library",
1626
            "autoload": {
1627
                "psr-0": {
1628
                    "JOSE": "src/"
1629
                }
1630
            },
1631
            "notification-url": "https://packagist.org/downloads/",
1632
            "include-path": [
1633
                "src/"
1634
            ],
1635
            "license": [
1636
                "MIT"
1637
            ],
1638
            "authors": [
1639
                {
1640
                    "name": "Nov Matake",
1641
                    "email": "[email protected]",
1642
                    "homepage": "http://matake.jp"
1643
                }
1644
            ],
1645
            "description": "JWT, JWS and JWS implementation in PHP",
1646
            "homepage": "https://github.com/gree/jose",
1647
            "keywords": [
1648
                "ID Token",
1649
                "JOSE",
1650
                "JSON Web Encryption",
1651
                "JSON Web Signature",
1652
                "JSON Web Token",
1653
                "JWE",
1654
                "JWS",
1655
                "OpenID Connect",
1656
                "jwt"
1657
            ],
1658
            "time": "2016-08-05 04:25:18"
1659
        },
1660
        {
1661
            "name": "guilhermednt/pathwell-bundle",
1662
            "version": "v0.1.2",
1663
            "source": {
1664
                "type": "git",
1665
                "url": "https://github.com/guilhermednt/pathwell-bundle.git",
1666
                "reference": "e43a53e68ec4136326ce50acd4961a35da681e2a"
1667
            },
1668
            "dist": {
1669
                "type": "zip",
1670
                "url": "https://api.github.com/repos/guilhermednt/pathwell-bundle/zipball/e43a53e68ec4136326ce50acd4961a35da681e2a",
1671
                "reference": "e43a53e68ec4136326ce50acd4961a35da681e2a",
1672
                "shasum": ""
1673
            },
1674
            "require": {
1675
                "php": ">=5.4.16",
1676
                "symfony/framework-bundle": ">=2.8",
1677
                "symfony/validator": ">=2.8"
1678
            },
1679
            "type": "symfony-bundle",
1680
            "autoload": {
1681
                "psr-4": {
1682
                    "Donato\\PathWellBundle\\": ""
1683
                }
1684
            },
1685
            "notification-url": "https://packagist.org/downloads/",
1686
            "license": [
1687
                "GPL-3.0"
1688
            ],
1689
            "authors": [
1690
                {
1691
                    "name": "Guilherme Donato",
1692
                    "email": "[email protected]"
1693
                }
1694
            ],
1695
            "description": "Symfony Bundle implementing PathWell Topology password policy",
1696
            "time": "2016-07-04 18:48:36"
1697
        },
1698
        {
1699
            "name": "guzzlehttp/guzzle",
1700
            "version": "5.3.1",
1701
            "source": {
1702
                "type": "git",
1703
                "url": "https://github.com/guzzle/guzzle.git",
1704
                "reference": "70f1fa53b71c4647bf2762c09068a95f77e12fb8"
1705
            },
1706
            "dist": {
1707
                "type": "zip",
1708
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/70f1fa53b71c4647bf2762c09068a95f77e12fb8",
1709
                "reference": "70f1fa53b71c4647bf2762c09068a95f77e12fb8",
1710
                "shasum": ""
1711
            },
1712
            "require": {
1713
                "guzzlehttp/ringphp": "^1.1",
1714
                "php": ">=5.4.0"
1715
            },
1716
            "require-dev": {
1717
                "ext-curl": "*",
1718
                "phpunit/phpunit": "^4.0"
1719
            },
1720
            "type": "library",
1721
            "autoload": {
1722
                "psr-4": {
1723
                    "GuzzleHttp\\": "src/"
1724
                }
1725
            },
1726
            "notification-url": "https://packagist.org/downloads/",
1727
            "license": [
1728
                "MIT"
1729
            ],
1730
            "authors": [
1731
                {
1732
                    "name": "Michael Dowling",
1733
                    "email": "[email protected]",
1734
                    "homepage": "https://github.com/mtdowling"
1735
                }
1736
            ],
1737
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
1738
            "homepage": "http://guzzlephp.org/",
1739
            "keywords": [
1740
                "client",
1741
                "curl",
1742
                "framework",
1743
                "http",
1744
                "http client",
1745
                "rest",
1746
                "web service"
1747
            ],
1748
            "time": "2016-07-15 19:28:39"
1749
        },
1750
        {
1751
            "name": "guzzlehttp/ringphp",
1752
            "version": "1.1.0",
1753
            "source": {
1754
                "type": "git",
1755
                "url": "https://github.com/guzzle/RingPHP.git",
1756
                "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b"
1757
            },
1758
            "dist": {
1759
                "type": "zip",
1760
                "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
1761
                "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
1762
                "shasum": ""
1763
            },
1764
            "require": {
1765
                "guzzlehttp/streams": "~3.0",
1766
                "php": ">=5.4.0",
1767
                "react/promise": "~2.0"
1768
            },
1769
            "require-dev": {
1770
                "ext-curl": "*",
1771
                "phpunit/phpunit": "~4.0"
1772
            },
1773
            "suggest": {
1774
                "ext-curl": "Guzzle will use specific adapters if cURL is present"
1775
            },
1776
            "type": "library",
1777
            "extra": {
1778
                "branch-alias": {
1779
                    "dev-master": "1.1-dev"
1780
                }
1781
            },
1782
            "autoload": {
1783
                "psr-4": {
1784
                    "GuzzleHttp\\Ring\\": "src/"
1785
                }
1786
            },
1787
            "notification-url": "https://packagist.org/downloads/",
1788
            "license": [
1789
                "MIT"
1790
            ],
1791
            "authors": [
1792
                {
1793
                    "name": "Michael Dowling",
1794
                    "email": "[email protected]",
1795
                    "homepage": "https://github.com/mtdowling"
1796
                }
1797
            ],
1798
            "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
1799
            "time": "2015-05-20 03:37:09"
1800
        },
1801
        {
1802
            "name": "guzzlehttp/streams",
1803
            "version": "3.0.0",
1804
            "source": {
1805
                "type": "git",
1806
                "url": "https://github.com/guzzle/streams.git",
1807
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
1808
            },
1809
            "dist": {
1810
                "type": "zip",
1811
                "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
1812
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
1813
                "shasum": ""
1814
            },
1815
            "require": {
1816
                "php": ">=5.4.0"
1817
            },
1818
            "require-dev": {
1819
                "phpunit/phpunit": "~4.0"
1820
            },
1821
            "type": "library",
1822
            "extra": {
1823
                "branch-alias": {
1824
                    "dev-master": "3.0-dev"
1825
                }
1826
            },
1827
            "autoload": {
1828
                "psr-4": {
1829
                    "GuzzleHttp\\Stream\\": "src/"
1830
                }
1831
            },
1832
            "notification-url": "https://packagist.org/downloads/",
1833
            "license": [
1834
                "MIT"
1835
            ],
1836
            "authors": [
1837
                {
1838
                    "name": "Michael Dowling",
1839
                    "email": "[email protected]",
1840
                    "homepage": "https://github.com/mtdowling"
1841
                }
1842
            ],
1843
            "description": "Provides a simple abstraction over streams of data",
1844
            "homepage": "http://guzzlephp.org/",
1845
            "keywords": [
1846
                "Guzzle",
1847
                "stream"
1848
            ],
1849
            "time": "2014-10-12 19:18:40"
1850
        },
1851
        {
1852
            "name": "hwi/oauth-bundle",
1853
            "version": "0.4.3",
1854
            "source": {
1855
                "type": "git",
1856
                "url": "https://github.com/hwi/HWIOAuthBundle.git",
1857
                "reference": "8815fa226547471638efa8333bcaa8a80a5d64f3"
1858
            },
1859
            "dist": {
1860
                "type": "zip",
1861
                "url": "https://api.github.com/repos/hwi/HWIOAuthBundle/zipball/8815fa226547471638efa8333bcaa8a80a5d64f3",
1862
                "reference": "8815fa226547471638efa8333bcaa8a80a5d64f3",
1863
                "shasum": ""
1864
            },
1865
            "require": {
1866
                "kriswallsmith/buzz": "~0.13",
1867
                "php": ">=5.3.3",
1868
                "symfony/form": "~2.3",
1869
                "symfony/framework-bundle": "~2.3",
1870
                "symfony/options-resolver": "~2.3",
1871
                "symfony/security-bundle": "~2.3",
1872
                "symfony/yaml": "~2.3"
1873
            },
1874
            "conflict": {
1875
                "twig/twig": "<1.12"
1876
            },
1877
            "require-dev": {
1878
                "doctrine/orm": "~2.3",
1879
                "friendsofsymfony/user-bundle": "~1.3|~2.0",
1880
                "phpunit/phpunit": "~4.8|~5.0",
1881
                "symfony/phpunit-bridge": "~2.7",
1882
                "symfony/property-access": "~2.3",
1883
                "symfony/twig-bundle": "~2.3",
1884
                "symfony/validator": "~2.3"
1885
            },
1886
            "suggest": {
1887
                "doctrine/doctrine-bundle": "to use Doctrine user provider",
1888
                "friendsofsymfony/user-bundle": "to connect FOSUB with this bundle",
1889
                "symfony/property-access": "to use FOSUB integration with this bundle",
1890
                "symfony/twig-bundle": "to use the Twig hwi_oauth_* functions"
1891
            },
1892
            "type": "symfony-bundle",
1893
            "extra": {
1894
                "branch-alias": {
1895
                    "dev-master": "0.4-dev"
1896
                }
1897
            },
1898
            "autoload": {
1899
                "psr-4": {
1900
                    "HWI\\Bundle\\OAuthBundle\\": ""
1901
                }
1902
            },
1903
            "notification-url": "https://packagist.org/downloads/",
1904
            "license": [
1905
                "MIT"
1906
            ],
1907
            "authors": [
1908
                {
1909
                    "name": "Contributors",
1910
                    "homepage": "https://github.com/hwi/HWIOAuthBundle/contributors"
1911
                },
1912
                {
1913
                    "name": "Joseph Bielawski",
1914
                    "email": "[email protected]"
1915
                },
1916
                {
1917
                    "name": "Alexander",
1918
                    "email": "[email protected]"
1919
                },
1920
                {
1921
                    "name": "Geoffrey Bachelet",
1922
                    "email": "[email protected]"
1923
                }
1924
            ],
1925
            "description": "Support for authenticating users using both OAuth1.0a and OAuth2 in Symfony2.",
1926
            "homepage": "http://github.com/hwi/HWIOAuthBundle",
1927
            "keywords": [
1928
                "37signals",
1929
                "Authentication",
1930
                "Deezer",
1931
                "EVE Online",
1932
                "amazon",
1933
                "auth0",
1934
                "azure",
1935
                "bitbucket",
1936
                "bitly",
1937
                "box",
1938
                "bufferapp",
1939
                "dailymotion",
1940
                "deviantart",
1941
                "discogs",
1942
                "disqus",
1943
                "dropbox",
1944
                "eventbrite",
1945
                "facebook",
1946
                "firewall",
1947
                "fiware",
1948
                "flickr",
1949
                "foursquare",
1950
                "github",
1951
                "google",
1952
                "hubic",
1953
                "instagram",
1954
                "jira",
1955
                "linkedin",
1956
                "mail.ru",
1957
                "oauth",
1958
                "oauth1",
1959
                "oauth2",
1960
                "odnoklassniki",
1961
                "paypal",
1962
                "qq",
1963
                "reddit",
1964
                "runkeeper",
1965
                "salesforce",
1966
                "security",
1967
                "sensio connect",
1968
                "sina weibo",
1969
                "slack",
1970
                "sound cloud",
1971
                "spotify",
1972
                "stack exchange",
1973
                "stereomood",
1974
                "strava",
1975
                "toshl",
1976
                "trakt",
1977
                "trello",
1978
                "twitch",
1979
                "twitter",
1980
                "vkontakte",
1981
                "wechat",
1982
                "windows live",
1983
                "wordpress",
1984
                "xing",
1985
                "yahoo",
1986
                "yandex",
1987
                "youtube"
1988
            ],
1989
            "time": "2016-09-11 13:24:27"
1990
        },
1991
        {
1992
            "name": "incenteev/composer-parameter-handler",
1993
            "version": "v2.1.2",
1994
            "source": {
1995
                "type": "git",
1996
                "url": "https://github.com/Incenteev/ParameterHandler.git",
1997
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
1998
            },
1999
            "dist": {
2000
                "type": "zip",
2001
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
2002
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
2003
                "shasum": ""
2004
            },
2005
            "require": {
2006
                "php": ">=5.3.3",
2007
                "symfony/yaml": "~2.3|~3.0"
2008
            },
2009
            "require-dev": {
2010
                "composer/composer": "1.0.*@dev",
2011
                "phpspec/prophecy-phpunit": "~1.0",
2012
                "symfony/filesystem": "~2.2"
2013
            },
2014
            "type": "library",
2015
            "extra": {
2016
                "branch-alias": {
2017
                    "dev-master": "2.1.x-dev"
2018
                }
2019
            },
2020
            "autoload": {
2021
                "psr-4": {
2022
                    "Incenteev\\ParameterHandler\\": ""
2023
                }
2024
            },
2025
            "notification-url": "https://packagist.org/downloads/",
2026
            "license": [
2027
                "MIT"
2028
            ],
2029
            "authors": [
2030
                {
2031
                    "name": "Christophe Coevoet",
2032
                    "email": "[email protected]"
2033
                }
2034
            ],
2035
            "description": "Composer script handling your ignored parameter file",
2036
            "homepage": "https://github.com/Incenteev/ParameterHandler",
2037
            "keywords": [
2038
                "parameters management"
2039
            ],
2040
            "time": "2015-11-10 17:04:01"
2041
        },
2042
        {
2043
            "name": "ircmaxell/password-compat",
2044
            "version": "v1.0.4",
2045
            "source": {
2046
                "type": "git",
2047
                "url": "https://github.com/ircmaxell/password_compat.git",
2048
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
2049
            },
2050
            "dist": {
2051
                "type": "zip",
2052
                "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
2053
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
2054
                "shasum": ""
2055
            },
2056
            "require-dev": {
2057
                "phpunit/phpunit": "4.*"
2058
            },
2059
            "type": "library",
2060
            "autoload": {
2061
                "files": [
2062
                    "lib/password.php"
2063
                ]
2064
            },
2065
            "notification-url": "https://packagist.org/downloads/",
2066
            "license": [
2067
                "MIT"
2068
            ],
2069
            "authors": [
2070
                {
2071
                    "name": "Anthony Ferrara",
2072
                    "email": "[email protected]",
2073
                    "homepage": "http://blog.ircmaxell.com"
2074
                }
2075
            ],
2076
            "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
2077
            "homepage": "https://github.com/ircmaxell/password_compat",
2078
            "keywords": [
2079
                "hashing",
2080
                "password"
2081
            ],
2082
            "time": "2014-11-20 16:49:30"
2083
        },
2084
        {
2085
            "name": "jdorn/sql-formatter",
2086
            "version": "v1.2.17",
2087
            "source": {
2088
                "type": "git",
2089
                "url": "https://github.com/jdorn/sql-formatter.git",
2090
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
2091
            },
2092
            "dist": {
2093
                "type": "zip",
2094
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
2095
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
2096
                "shasum": ""
2097
            },
2098
            "require": {
2099
                "php": ">=5.2.4"
2100
            },
2101
            "require-dev": {
2102
                "phpunit/phpunit": "3.7.*"
2103
            },
2104
            "type": "library",
2105
            "extra": {
2106
                "branch-alias": {
2107
                    "dev-master": "1.3.x-dev"
2108
                }
2109
            },
2110
            "autoload": {
2111
                "classmap": [
2112
                    "lib"
2113
                ]
2114
            },
2115
            "notification-url": "https://packagist.org/downloads/",
2116
            "license": [
2117
                "MIT"
2118
            ],
2119
            "authors": [
2120
                {
2121
                    "name": "Jeremy Dorn",
2122
                    "email": "[email protected]",
2123
                    "homepage": "http://jeremydorn.com/"
2124
                }
2125
            ],
2126
            "description": "a PHP SQL highlighting library",
2127
            "homepage": "https://github.com/jdorn/sql-formatter/",
2128
            "keywords": [
2129
                "highlight",
2130
                "sql"
2131
            ],
2132
            "time": "2014-01-12 16:20:24"
2133
        },
2134
        {
2135
            "name": "jms/aop-bundle",
2136
            "version": "1.2.0",
2137
            "source": {
2138
                "type": "git",
2139
                "url": "https://github.com/schmittjoh/JMSAopBundle.git",
2140
                "reference": "78000d007e74283cc564a58e184d7f62548ad394"
2141
            },
2142
            "dist": {
2143
                "type": "zip",
2144
                "url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/78000d007e74283cc564a58e184d7f62548ad394",
2145
                "reference": "78000d007e74283cc564a58e184d7f62548ad394",
2146
                "shasum": ""
2147
            },
2148
            "require": {
2149
                "jms/cg": "^1.1",
2150
                "php": ">=5.3.9",
2151
                "symfony/framework-bundle": "^2.3|^3.0"
2152
            },
2153
            "require-dev": {
2154
                "symfony/phpunit-bridge": "^2.7"
2155
            },
2156
            "type": "symfony-bundle",
2157
            "extra": {
2158
                "branch-alias": {
2159
                    "dev-master": "1.1.x-dev"
2160
                }
2161
            },
2162
            "autoload": {
2163
                "psr-4": {
2164
                    "JMS\\AopBundle\\": ""
2165
                }
2166
            },
2167
            "notification-url": "https://packagist.org/downloads/",
2168
            "license": [
2169
                "Apache-2.0"
2170
            ],
2171
            "authors": [
2172
                {
2173
                    "name": "Johannes M. Schmitt",
2174
                    "email": "[email protected]"
2175
                }
2176
            ],
2177
            "description": "Adds AOP capabilities to Symfony2",
2178
            "keywords": [
2179
                "annotations",
2180
                "aop"
2181
            ],
2182
            "time": "2015-12-09 16:30:46"
2183
        },
2184
        {
2185
            "name": "jms/cg",
2186
            "version": "1.2.0",
2187
            "source": {
2188
                "type": "git",
2189
                "url": "https://github.com/schmittjoh/cg-library.git",
2190
                "reference": "2152ea2c48f746a676debb841644ae64cae27835"
2191
            },
2192
            "dist": {
2193
                "type": "zip",
2194
                "url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/2152ea2c48f746a676debb841644ae64cae27835",
2195
                "reference": "2152ea2c48f746a676debb841644ae64cae27835",
2196
                "shasum": ""
2197
            },
2198
            "require": {
2199
                "php": ">=5.3.0"
2200
            },
2201
            "require-dev": {
2202
                "phpunit/phpunit": ">=4.5"
2203
            },
2204
            "type": "library",
2205
            "extra": {
2206
                "branch-alias": {
2207
                    "dev-master": "1.1-dev"
2208
                }
2209
            },
2210
            "autoload": {
2211
                "psr-0": {
2212
                    "CG\\": "src/"
2213
                }
2214
            },
2215
            "notification-url": "https://packagist.org/downloads/",
2216
            "license": [
2217
                "Apache2"
2218
            ],
2219
            "authors": [
2220
                {
2221
                    "name": "Johannes M. Schmitt",
2222
                    "email": "[email protected]"
2223
                }
2224
            ],
2225
            "description": "Toolset for generating PHP code",
2226
            "keywords": [
2227
                "code generation"
2228
            ],
2229
            "time": "2016-04-07 10:21:44"
2230
        },
2231
        {
2232
            "name": "jms/di-extra-bundle",
2233
            "version": "1.9.0",
2234
            "source": {
2235
                "type": "git",
2236
                "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git",
2237
                "reference": "1e5edb14dc95d4f94e08764a62b71731d74d1ac0"
2238
            },
2239
            "dist": {
2240
                "type": "zip",
2241
                "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/1e5edb14dc95d4f94e08764a62b71731d74d1ac0",
2242
                "reference": "1e5edb14dc95d4f94e08764a62b71731d74d1ac0",
2243
                "shasum": ""
2244
            },
2245
            "require": {
2246
                "jms/aop-bundle": "~1.1",
2247
                "jms/metadata": "~1.0",
2248
                "php": "~5.3|~7.0",
2249
                "symfony/dependency-injection": "~2.3|~3.0",
2250
                "symfony/finder": "~2.3|~3.0",
2251
                "symfony/framework-bundle": "~2.3|~3.0",
2252
                "symfony/http-kernel": "^2.3.24|~3.0",
2253
                "symfony/process": "~2.3|~3.0",
2254
                "symfony/routing": "~2.3|~3.0"
2255
            },
2256
            "require-dev": {
2257
                "doctrine/doctrine-bundle": "~1.5",
2258
                "doctrine/orm": "~2.3",
2259
                "jms/security-extra-bundle": "~1.0",
2260
                "phpcollection/phpcollection": ">=0.2,<0.3-dev",
2261
                "phpunit/phpunit": "^4.8.35|^5.4.4|^6.0.0",
2262
                "sensio/framework-extra-bundle": "~2.0|~3.0",
2263
                "symfony/asset": "~2.3|^3.3",
2264
                "symfony/browser-kit": "~2.3|~3.0",
2265
                "symfony/class-loader": "~2.3|~3.0",
2266
                "symfony/expression-language": "~2.6|~3.0",
2267
                "symfony/form": "~2.3|~3.0",
2268
                "symfony/phpunit-bridge": "~3.3",
2269
                "symfony/security-bundle": "~2.3|^3.0",
2270
                "symfony/templating": "~2.3|^3.3",
2271
                "symfony/twig-bundle": "~2.3|~3.0",
2272
                "symfony/validator": "~2.3|~3.0",
2273
                "symfony/yaml": "~2.3|~3.0"
2274
            },
2275
            "type": "symfony-bundle",
2276
            "extra": {
2277
                "branch-alias": {
2278
                    "dev-master": "1.8-dev"
2279
                }
2280
            },
2281
            "autoload": {
2282
                "psr-4": {
2283
                    "JMS\\DiExtraBundle\\": ""
2284
                }
2285
            },
2286
            "notification-url": "https://packagist.org/downloads/",
2287
            "license": [
2288
                "Apache-2.0"
2289
            ],
2290
            "authors": [
2291
                {
2292
                    "name": "Johannes M. Schmitt",
2293
                    "email": "[email protected]"
2294
                }
2295
            ],
2296
            "description": "Allows to configure dependency injection using annotations",
2297
            "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle",
2298
            "keywords": [
2299
                "annotations",
2300
                "dependency injection"
2301
            ],
2302
            "time": "2017-10-03 20:25:14"
2303
        },
2304
        {
2305
            "name": "jms/metadata",
2306
            "version": "1.6.0",
2307
            "source": {
2308
                "type": "git",
2309
                "url": "https://github.com/schmittjoh/metadata.git",
2310
                "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab"
2311
            },
2312
            "dist": {
2313
                "type": "zip",
2314
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/6a06970a10e0a532fb52d3959547123b84a3b3ab",
2315
                "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab",
2316
                "shasum": ""
2317
            },
2318
            "require": {
2319
                "php": ">=5.3.0"
2320
            },
2321
            "require-dev": {
2322
                "doctrine/cache": "~1.0",
2323
                "symfony/cache": "~3.1"
2324
            },
2325
            "type": "library",
2326
            "extra": {
2327
                "branch-alias": {
2328
                    "dev-master": "1.5.x-dev"
2329
                }
2330
            },
2331
            "autoload": {
2332
                "psr-0": {
2333
                    "Metadata\\": "src/"
2334
                }
2335
            },
2336
            "notification-url": "https://packagist.org/downloads/",
2337
            "license": [
2338
                "Apache-2.0"
2339
            ],
2340
            "authors": [
2341
                {
2342
                    "name": "Johannes M. Schmitt",
2343
                    "email": "[email protected]"
2344
                }
2345
            ],
2346
            "description": "Class/method/property metadata management in PHP",
2347
            "keywords": [
2348
                "annotations",
2349
                "metadata",
2350
                "xml",
2351
                "yaml"
2352
            ],
2353
            "time": "2016-12-05 10:18:33"
2354
        },
2355
        {
2356
            "name": "jms/parser-lib",
2357
            "version": "1.0.0",
2358
            "source": {
2359
                "type": "git",
2360
                "url": "https://github.com/schmittjoh/parser-lib.git",
2361
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
2362
            },
2363
            "dist": {
2364
                "type": "zip",
2365
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
2366
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
2367
                "shasum": ""
2368
            },
2369
            "require": {
2370
                "phpoption/phpoption": ">=0.9,<2.0-dev"
2371
            },
2372
            "type": "library",
2373
            "extra": {
2374
                "branch-alias": {
2375
                    "dev-master": "1.0-dev"
2376
                }
2377
            },
2378
            "autoload": {
2379
                "psr-0": {
2380
                    "JMS\\": "src/"
2381
                }
2382
            },
2383
            "notification-url": "https://packagist.org/downloads/",
2384
            "license": [
2385
                "Apache2"
2386
            ],
2387
            "description": "A library for easily creating recursive-descent parsers.",
2388
            "time": "2012-11-18 18:08:43"
2389
        },
2390
        {
2391
            "name": "jms/security-extra-bundle",
2392
            "version": "1.6.1",
2393
            "source": {
2394
                "type": "git",
2395
                "url": "https://github.com/schmittjoh/JMSSecurityExtraBundle.git",
2396
                "reference": "8d3b81d62601dcbafafc5e0c2d20f3383e475525"
2397
            },
2398
            "dist": {
2399
                "type": "zip",
2400
                "url": "https://api.github.com/repos/schmittjoh/JMSSecurityExtraBundle/zipball/8d3b81d62601dcbafafc5e0c2d20f3383e475525",
2401
                "reference": "8d3b81d62601dcbafafc5e0c2d20f3383e475525",
2402
                "shasum": ""
2403
            },
2404
            "require": {
2405
                "jms/aop-bundle": "~1.0",
2406
                "jms/di-extra-bundle": "~1.4",
2407
                "jms/metadata": "~1.0",
2408
                "jms/parser-lib": "~1.0",
2409
                "php": "~5.3|~7.0",
2410
                "symfony/dependency-injection": "~2.3|~3.0",
2411
                "symfony/framework-bundle": "~2.3|~3.0",
2412
                "symfony/routing": "~2.3|~3.0",
2413
                "symfony/security-acl": "~2.2|~3.0",
2414
                "symfony/security-bundle": "~2.3|~3.0"
2415
            },
2416
            "require-dev": {
2417
                "doctrine/common": "~2.3",
2418
                "doctrine/doctrine-bundle": "~1.0",
2419
                "doctrine/orm": "~2.3",
2420
                "sensio/framework-extra-bundle": "^2.2.1|~3.0",
2421
                "symfony/browser-kit": "~2.0|~3.0",
2422
                "symfony/class-loader": "~2.1|~3.0",
2423
                "symfony/css-selector": "^2.0.5|~3.0",
2424
                "symfony/finder": "^2.0.5|~3.0",
2425
                "symfony/form": "~2.2|~3.0",
2426
                "symfony/phpunit-bridge": "~2.7|~3.0",
2427
                "symfony/process": "^2.0.5|~3.0",
2428
                "symfony/twig-bridge": "^2.2.6|~3.0",
2429
                "symfony/twig-bundle": "~2.2|~3.0",
2430
                "symfony/validator": "~2.2|~3.0",
2431
                "symfony/yaml": "^2.2.11|~3.0",
2432
                "twig/twig": "^1.23.1"
2433
            },
2434
            "type": "symfony-bundle",
2435
            "extra": {
2436
                "branch-alias": {
2437
                    "dev-master": "1.6-dev"
2438
                }
2439
            },
2440
            "autoload": {
2441
                "psr-4": {
2442
                    "JMS\\SecurityExtraBundle\\": ""
2443
                }
2444
            },
2445
            "notification-url": "https://packagist.org/downloads/",
2446
            "license": [
2447
                "Apache2"
2448
            ],
2449
            "authors": [
2450
                {
2451
                    "name": "Johannes M. Schmitt",
2452
                    "email": "[email protected]"
2453
                }
2454
            ],
2455
            "description": "Enhances the Symfony2 Security Component by adding several new features",
2456
            "homepage": "http://jmsyst.com/bundles/JMSSecurityExtraBundle",
2457
            "keywords": [
2458
                "annotations",
2459
                "authorization",
2460
                "expression",
2461
                "secure",
2462
                "security"
2463
            ],
2464
            "time": "2016-08-04 14:40:55"
2465
        },
2466
        {
2467
            "name": "jms/serializer",
2468
            "version": "1.1.0",
2469
            "source": {
2470
                "type": "git",
2471
                "url": "https://github.com/schmittjoh/serializer.git",
2472
                "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48"
2473
            },
2474
            "dist": {
2475
                "type": "zip",
2476
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
2477
                "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
2478
                "shasum": ""
2479
            },
2480
            "require": {
2481
                "doctrine/annotations": "1.*",
2482
                "doctrine/instantiator": "~1.0.3",
2483
                "jms/metadata": "~1.1",
2484
                "jms/parser-lib": "1.*",
2485
                "php": ">=5.4.0",
2486
                "phpcollection/phpcollection": "~0.1"
2487
            },
2488
            "conflict": {
2489
                "twig/twig": "<1.12"
2490
            },
2491
            "require-dev": {
2492
                "doctrine/orm": "~2.1",
2493
                "doctrine/phpcr-odm": "~1.0.1",
2494
                "jackalope/jackalope-doctrine-dbal": "1.0.*",
2495
                "phpunit/phpunit": "~4.0",
2496
                "propel/propel1": "~1.7",
2497
                "symfony/filesystem": "2.*",
2498
                "symfony/form": "~2.1",
2499
                "symfony/translation": "~2.0",
2500
                "symfony/validator": "~2.0",
2501
                "symfony/yaml": "2.*",
2502
                "twig/twig": "~1.12|~2.0"
2503
            },
2504
            "suggest": {
2505
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
2506
            },
2507
            "type": "library",
2508
            "extra": {
2509
                "branch-alias": {
2510
                    "dev-master": "1.1-dev"
2511
                }
2512
            },
2513
            "autoload": {
2514
                "psr-0": {
2515
                    "JMS\\Serializer": "src/"
2516
                }
2517
            },
2518
            "notification-url": "https://packagist.org/downloads/",
2519
            "license": [
2520
                "Apache2"
2521
            ],
2522
            "authors": [
2523
                {
2524
                    "name": "Johannes M. Schmitt",
2525
                    "email": "[email protected]"
2526
                }
2527
            ],
2528
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
2529
            "homepage": "http://jmsyst.com/libs/serializer",
2530
            "keywords": [
2531
                "deserialization",
2532
                "jaxb",
2533
                "json",
2534
                "serialization",
2535
                "xml"
2536
            ],
2537
            "time": "2015-10-27 09:24:41"
2538
        },
2539
        {
2540
            "name": "jms/serializer-bundle",
2541
            "version": "1.1.0",
2542
            "target-dir": "JMS/SerializerBundle",
2543
            "source": {
2544
                "type": "git",
2545
                "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
2546
                "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e"
2547
            },
2548
            "dist": {
2549
                "type": "zip",
2550
                "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/3e396c980545350c2efb65a50041d2a9f9d6562e",
2551
                "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e",
2552
                "shasum": ""
2553
            },
2554
            "require": {
2555
                "jms/serializer": "^1.0.0",
2556
                "php": ">=5.4.0",
2557
                "phpoption/phpoption": "^1.1.0",
2558
                "symfony/framework-bundle": "~2.3|~3.0"
2559
            },
2560
            "require-dev": {
2561
                "doctrine/doctrine-bundle": "*",
2562
                "doctrine/orm": "*",
2563
                "symfony/browser-kit": "*",
2564
                "symfony/class-loader": "*",
2565
                "symfony/css-selector": "*",
2566
                "symfony/finder": "*",
2567
                "symfony/form": "*",
2568
                "symfony/process": "*",
2569
                "symfony/stopwatch": "*",
2570
                "symfony/twig-bundle": "*",
2571
                "symfony/validator": "*",
2572
                "symfony/yaml": "*"
2573
            },
2574
            "suggest": {
2575
                "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
2576
            },
2577
            "type": "symfony-bundle",
2578
            "extra": {
2579
                "branch-alias": {
2580
                    "dev-master": "1.1-dev"
2581
                }
2582
            },
2583
            "autoload": {
2584
                "psr-0": {
2585
                    "JMS\\SerializerBundle": ""
2586
                }
2587
            },
2588
            "notification-url": "https://packagist.org/downloads/",
2589
            "license": [
2590
                "Apache2"
2591
            ],
2592
            "authors": [
2593
                {
2594
                    "name": "Johannes M. Schmitt",
2595
                    "email": "[email protected]"
2596
                }
2597
            ],
2598
            "description": "Allows you to easily serialize, and deserialize data of any complexity",
2599
            "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
2600
            "keywords": [
2601
                "deserialization",
2602
                "jaxb",
2603
                "json",
2604
                "serialization",
2605
                "xml"
2606
            ],
2607
            "time": "2015-11-10 12:26:42"
2608
        },
2609
        {
2610
            "name": "knplabs/gaufrette",
2611
            "version": "v0.3.1",
2612
            "source": {
2613
                "type": "git",
2614
                "url": "https://github.com/KnpLabs/Gaufrette.git",
2615
                "reference": "771ad16f4b2e7f9d35f44b201956e83c6fbf5dde"
2616
            },
2617
            "dist": {
2618
                "type": "zip",
2619
                "url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/771ad16f4b2e7f9d35f44b201956e83c6fbf5dde",
2620
                "reference": "771ad16f4b2e7f9d35f44b201956e83c6fbf5dde",
2621
                "shasum": ""
2622
            },
2623
            "require": {
2624
                "php": ">=5.4"
2625
            },
2626
            "conflict": {
2627
                "microsoft/windowsazure": "<0.4.3"
2628
            },
2629
            "require-dev": {
2630
                "amazonwebservices/aws-sdk-for-php": "1.5.*",
2631
                "aws/aws-sdk-php": "^2.4.12",
2632
                "doctrine/dbal": ">=2.3",
2633
                "dropbox-php/dropbox-php": "*",
2634
                "google/apiclient": "~1.1.3",
2635
                "herzult/php-ssh": "*",
2636
                "league/flysystem": "~1.0",
2637
                "mikey179/vfsstream": "~1.2.0",
2638
                "phpseclib/phpseclib": "^2.0",
2639
                "phpspec/phpspec": "~2.4",
2640
                "phpunit/phpunit": "3.7.*",
2641
                "rackspace/php-opencloud": "^1.9.2"
2642
            },
2643
            "suggest": {
2644
                "amazonwebservices/aws-sdk-for-php": "to use the legacy Amazon S3 adapters",
2645
                "aws/aws-sdk-php": "to use the Amazon S3 adapter",
2646
                "doctrine/dbal": "to use the Doctrine DBAL adapter",
2647
                "dropbox-php/dropbox-php": "to use the Dropbox adapter",
2648
                "ext-apc": "to use the APC adapter",
2649
                "ext-curl": "*",
2650
                "ext-fileinfo": "This extension is used to automatically detect the content-type of a file in the AwsS3, OpenCloud, AzureBlogStorage and GoogleCloudStorage adapters",
2651
                "ext-mbstring": "*",
2652
                "ext-mongo": "*",
2653
                "ext-zip": "to use the Zip adapter",
2654
                "google/apiclient": "to use GoogleCloudStorage adapter",
2655
                "herzult/php-ssh": "to use SFtp adapter",
2656
                "knplabs/knp-gaufrette-bundle": "to use with Symfony2",
2657
                "league/flysystem": "to use Flysystem adapters",
2658
                "microsoft/windowsazure": "to use Microsoft Azure Blob Storage adapter",
2659
                "phpseclib/phpseclib": "to use PhpseclibSftp adapter",
2660
                "rackspace/php-opencloud": "to use Opencloud adapter"
2661
            },
2662
            "type": "library",
2663
            "extra": {
2664
                "branch-alias": {
2665
                    "dev-master": "0.4.x-dev"
2666
                }
2667
            },
2668
            "autoload": {
2669
                "psr-0": {
2670
                    "Gaufrette": "src/"
2671
                }
2672
            },
2673
            "notification-url": "https://packagist.org/downloads/",
2674
            "license": [
2675
                "MIT"
2676
            ],
2677
            "authors": [
2678
                {
2679
                    "name": "The contributors",
2680
                    "homepage": "http://github.com/knplabs/Gaufrette/contributors"
2681
                },
2682
                {
2683
                    "name": "KnpLabs Team",
2684
                    "homepage": "http://knplabs.com"
2685
                }
2686
            ],
2687
            "description": "PHP5 library that provides a filesystem abstraction layer",
2688
            "homepage": "http://knplabs.com",
2689
            "keywords": [
2690
                "abstraction",
2691
                "file",
2692
                "filesystem",
2693
                "media"
2694
            ],
2695
            "time": "2017-03-20 01:23:34"
2696
        },
2697
        {
2698
            "name": "knplabs/knp-gaufrette-bundle",
2699
            "version": "v0.4.0",
2700
            "source": {
2701
                "type": "git",
2702
                "url": "https://github.com/KnpLabs/KnpGaufretteBundle.git",
2703
                "reference": "06d91a8a575773cd0361c1246c9c499b6bdd5d68"
2704
            },
2705
            "dist": {
2706
                "type": "zip",
2707
                "url": "https://api.github.com/repos/KnpLabs/KnpGaufretteBundle/zipball/06d91a8a575773cd0361c1246c9c499b6bdd5d68",
2708
                "reference": "06d91a8a575773cd0361c1246c9c499b6bdd5d68",
2709
                "shasum": ""
2710
            },
2711
            "require": {
2712
                "knplabs/gaufrette": "~0.1.7|~0.2|~0.3",
2713
                "symfony/framework-bundle": "~2.0|~3.0"
2714
            },
2715
            "require-dev": {
2716
                "phpunit/phpunit": "~4.2",
2717
                "symfony/console": "~2.0|~3.0",
2718
                "symfony/yaml": "~2.0|~3.0"
2719
            },
2720
            "type": "symfony-bundle",
2721
            "extra": {
2722
                "branch-alias": {
2723
                    "dev-master": "0.4.x-dev"
2724
                }
2725
            },
2726
            "autoload": {
2727
                "psr-4": {
2728
                    "Knp\\Bundle\\GaufretteBundle\\": ""
2729
                }
2730
            },
2731
            "notification-url": "https://packagist.org/downloads/",
2732
            "license": [
2733
                "MIT"
2734
            ],
2735
            "authors": [
2736
                {
2737
                    "name": "The contributors",
2738
                    "homepage": "https://github.com/knplabs/KnpGaufretteBundle/contributors"
2739
                },
2740
                {
2741
                    "name": "Antoine Hérault",
2742
                    "email": "[email protected]"
2743
                }
2744
            ],
2745
            "description": "Allows to easily use the Gaufrette library in a Symfony project",
2746
            "homepage": "http://knplabs.com",
2747
            "keywords": [
2748
                "abstraction",
2749
                "file",
2750
                "filesystem",
2751
                "media"
2752
            ],
2753
            "time": "2017-03-16 21:01:25"
2754
        },
2755
        {
2756
            "name": "kriswallsmith/assetic",
2757
            "version": "v1.4.0",
2758
            "source": {
2759
                "type": "git",
2760
                "url": "https://github.com/kriswallsmith/assetic.git",
2761
                "reference": "e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1"
2762
            },
2763
            "dist": {
2764
                "type": "zip",
2765
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1",
2766
                "reference": "e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1",
2767
                "shasum": ""
2768
            },
2769
            "require": {
2770
                "php": ">=5.3.1",
2771
                "symfony/process": "~2.1|~3.0"
2772
            },
2773
            "conflict": {
2774
                "twig/twig": "<1.27"
2775
            },
2776
            "require-dev": {
2777
                "leafo/lessphp": "^0.3.7",
2778
                "leafo/scssphp": "~0.1",
2779
                "meenie/javascript-packer": "^1.1",
2780
                "mrclay/minify": "<2.3",
2781
                "natxet/cssmin": "3.0.4",
2782
                "patchwork/jsqueeze": "~1.0|~2.0",
2783
                "phpunit/phpunit": "~4.8 || ^5.6",
2784
                "psr/log": "~1.0",
2785
                "ptachoire/cssembed": "~1.0",
2786
                "symfony/phpunit-bridge": "~2.7|~3.0",
2787
                "twig/twig": "~1.23|~2.0",
2788
                "yfix/packager": "dev-master"
2789
            },
2790
            "suggest": {
2791
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
2792
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
2793
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
2794
                "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
2795
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
2796
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
2797
            },
2798
            "type": "library",
2799
            "extra": {
2800
                "branch-alias": {
2801
                    "dev-master": "1.4-dev"
2802
                }
2803
            },
2804
            "autoload": {
2805
                "psr-0": {
2806
                    "Assetic": "src/"
2807
                },
2808
                "files": [
2809
                    "src/functions.php"
2810
                ]
2811
            },
2812
            "notification-url": "https://packagist.org/downloads/",
2813
            "license": [
2814
                "MIT"
2815
            ],
2816
            "authors": [
2817
                {
2818
                    "name": "Kris Wallsmith",
2819
                    "email": "[email protected]",
2820
                    "homepage": "http://kriswallsmith.net/"
2821
                }
2822
            ],
2823
            "description": "Asset Management for PHP",
2824
            "homepage": "https://github.com/kriswallsmith/assetic",
2825
            "keywords": [
2826
                "assets",
2827
                "compression",
2828
                "minification"
2829
            ],
2830
            "time": "2016-11-11 18:43:20"
2831
        },
2832
        {
2833
            "name": "kriswallsmith/buzz",
2834
            "version": "v0.15.2",
2835
            "source": {
2836
                "type": "git",
2837
                "url": "https://github.com/kriswallsmith/Buzz.git",
2838
                "reference": "d0b82d8a6169276f91f445c26792ff4a2b11e831"
2839
            },
2840
            "dist": {
2841
                "type": "zip",
2842
                "url": "https://api.github.com/repos/kriswallsmith/Buzz/zipball/d0b82d8a6169276f91f445c26792ff4a2b11e831",
2843
                "reference": "d0b82d8a6169276f91f445c26792ff4a2b11e831",
2844
                "shasum": ""
2845
            },
2846
            "require": {
2847
                "php": "^5.3.3 || ^7.0"
2848
            },
2849
            "require-dev": {
2850
                "symfony/phpunit-bridge": "^3.3"
2851
            },
2852
            "suggest": {
2853
                "ext-curl": "*"
2854
            },
2855
            "type": "library",
2856
            "autoload": {
2857
                "psr-4": {
2858
                    "Buzz\\": "lib/Buzz"
2859
                }
2860
            },
2861
            "notification-url": "https://packagist.org/downloads/",
2862
            "license": [
2863
                "MIT"
2864
            ],
2865
            "authors": [
2866
                {
2867
                    "name": "Kris Wallsmith",
2868
                    "email": "[email protected]",
2869
                    "homepage": "http://kriswallsmith.net/"
2870
                }
2871
            ],
2872
            "description": "Lightweight HTTP client",
2873
            "homepage": "https://github.com/kriswallsmith/Buzz",
2874
            "keywords": [
2875
                "curl",
2876
                "http client"
2877
            ],
2878
            "time": "2017-11-24 19:18:50"
2879
        },
2880
        {
2881
            "name": "liip/monitor-bundle",
2882
            "version": "2.6.1",
2883
            "source": {
2884
                "type": "git",
2885
                "url": "https://github.com/liip/LiipMonitorBundle.git",
2886
                "reference": "0d816a8c87620a4775b85fabf7fe2face59844aa"
2887
            },
2888
            "dist": {
2889
                "type": "zip",
2890
                "url": "https://api.github.com/repos/liip/LiipMonitorBundle/zipball/0d816a8c87620a4775b85fabf7fe2face59844aa",
2891
                "reference": "0d816a8c87620a4775b85fabf7fe2face59844aa",
2892
                "shasum": ""
2893
            },
2894
            "require": {
2895
                "php": "^5.4|^7.0",
2896
                "symfony/framework-bundle": "~2.7|~3.0|^4.0",
2897
                "zendframework/zenddiagnostics": "^1.0.2"
2898
            },
2899
            "require-dev": {
2900
                "doctrine/doctrine-migrations-bundle": "~1.0",
2901
                "doctrine/migrations": "~1.0",
2902
                "guzzlehttp/guzzle": "~3.8|~4.0|~5.0|~6.0",
2903
                "matthiasnoback/symfony-dependency-injection-test": "^1.0|^2.0",
2904
                "phpunit/phpunit": "^4.8.35|^6.0",
2905
                "sensiolabs/security-checker": "~1.3|~2.0|~3.0|~4.0",
2906
                "swiftmailer/swiftmailer": "~5.4",
2907
                "symfony/asset": "^2.0|^3.0|^4.0",
2908
                "symfony/browser-kit": "^2.0|^3.0|^4.0",
2909
                "symfony/expression-language": "~2.3|~3.0|^4.0",
2910
                "symfony/finder": "^2.0|^3.0|^4.0",
2911
                "symfony/templating": "^2.0|^3.0|^4.0",
2912
                "symfony/twig-bundle": "^2.0|^3.0|^4.0"
2913
            },
2914
            "suggest": {
2915
                "sensio/distribution-bundle": "To be able to use the composer ScriptHandler",
2916
                "symfony/expression-language": "To use the Expression check"
2917
            },
2918
            "type": "symfony-bundle",
2919
            "extra": {
2920
                "branch-alias": {
2921
                    "dev-master": "2.3-dev"
2922
                }
2923
            },
2924
            "autoload": {
2925
                "psr-4": {
2926
                    "Liip\\MonitorBundle\\": ""
2927
                }
2928
            },
2929
            "notification-url": "https://packagist.org/downloads/",
2930
            "license": [
2931
                "MIT"
2932
            ],
2933
            "authors": [
2934
                {
2935
                    "name": "Liip AG",
2936
                    "homepage": "http://www.liip.ch/"
2937
                },
2938
                {
2939
                    "name": "Alvaro Videla",
2940
                    "email": "[email protected]"
2941
                },
2942
                {
2943
                    "name": "Symfony Community",
2944
                    "homepage": "https://github.com/liip/LiipMonitorBundle/contributors"
2945
                },
2946
                {
2947
                    "name": "Kevin Bond",
2948
                    "homepage": "http://zenstruck.com/"
2949
                }
2950
            ],
2951
            "description": "Liip Monitor Bundle",
2952
            "keywords": [
2953
                "check",
2954
                "health",
2955
                "monitor",
2956
                "monitoring"
2957
            ],
2958
            "time": "2017-12-06 09:39:43"
2959
        },
2960
        {
2961
            "name": "michelf/php-markdown",
2962
            "version": "1.4.1",
2963
            "source": {
2964
                "type": "git",
2965
                "url": "https://github.com/michelf/php-markdown.git",
2966
                "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6"
2967
            },
2968
            "dist": {
2969
                "type": "zip",
2970
                "url": "https://api.github.com/repos/michelf/php-markdown/zipball/de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
2971
                "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
2972
                "shasum": ""
2973
            },
2974
            "require": {
2975
                "php": ">=5.3.0"
2976
            },
2977
            "type": "library",
2978
            "extra": {
2979
                "branch-alias": {
2980
                    "dev-lib": "1.4.x-dev"
2981
                }
2982
            },
2983
            "autoload": {
2984
                "psr-0": {
2985
                    "Michelf": ""
2986
                }
2987
            },
2988
            "notification-url": "https://packagist.org/downloads/",
2989
            "license": [
2990
                "BSD-3-Clause"
2991
            ],
2992
            "authors": [
2993
                {
2994
                    "name": "Michel Fortin",
2995
                    "email": "[email protected]",
2996
                    "homepage": "http://michelf.ca/",
2997
                    "role": "Developer"
2998
                },
2999
                {
3000
                    "name": "John Gruber",
3001
                    "homepage": "http://daringfireball.net/"
3002
                }
3003
            ],
3004
            "description": "PHP Markdown",
3005
            "homepage": "http://michelf.ca/projects/php-markdown/",
3006
            "keywords": [
3007
                "markdown"
3008
            ],
3009
            "time": "2014-05-05 02:43:50"
3010
        },
3011
        {
3012
            "name": "misd/phone-number-bundle",
3013
            "version": "v1.2.0",
3014
            "source": {
3015
                "type": "git",
3016
                "url": "https://github.com/misd-service-development/phone-number-bundle.git",
3017
                "reference": "44888e72dc9bf6f22949a6659be45330580ea84e"
3018
            },
3019
            "dist": {
3020
                "type": "zip",
3021
                "url": "https://api.github.com/repos/misd-service-development/phone-number-bundle/zipball/44888e72dc9bf6f22949a6659be45330580ea84e",
3022
                "reference": "44888e72dc9bf6f22949a6659be45330580ea84e",
3023
                "shasum": ""
3024
            },
3025
            "require": {
3026
                "giggsey/libphonenumber-for-php": "~5.7|~6.0|~7.0|~8.0",
3027
                "php": ">=5.3.3",
3028
                "symfony/framework-bundle": "~2.1|~3.0"
3029
            },
3030
            "conflict": {
3031
                "twig/twig": "<1.12.0"
3032
            },
3033
            "require-dev": {
3034
                "doctrine/doctrine-bundle": "~1.0",
3035
                "jms/serializer-bundle": "~0.11|~1.0",
3036
                "phpunit/phpunit": "~4.0",
3037
                "symfony/form": "~2.3|~3.0",
3038
                "symfony/serializer": "~2.7|~3.1",
3039
                "symfony/templating": "~2.1|~3.0",
3040
                "symfony/twig-bundle": "~2.1|~3.0",
3041
                "symfony/validator": "~2.1|~3.0"
3042
            },
3043
            "suggest": {
3044
                "doctrine/doctrine-bundle": "Add a DBAL mapping type",
3045
                "jms/serializer-bundle": "Serialize/deserialize phone numbers using JSM library",
3046
                "symfony/form": "Add a data transformer",
3047
                "symfony/serializer": "Serialize/deserialize phone numbers using Symfony library",
3048
                "symfony/templating": "Format phone numbers in templates",
3049
                "symfony/twig-bundle": "Format phone numbers in Twig templates",
3050
                "symfony/validator": "Add a validation constraint"
3051
            },
3052
            "type": "symfony-bundle",
3053
            "extra": {
3054
                "branch-alias": {
3055
                    "dev-master": "1.1.x-dev"
3056
                }
3057
            },
3058
            "autoload": {
3059
                "psr-4": {
3060
                    "Misd\\PhoneNumberBundle\\": ""
3061
                }
3062
            },
3063
            "notification-url": "https://packagist.org/downloads/",
3064
            "license": [
3065
                "MIT"
3066
            ],
3067
            "description": "Integrates libphonenumber into your Symfony2 application",
3068
            "homepage": "https://github.com/misd-service-development/phone-number-bundle",
3069
            "keywords": [
3070
                "bundle",
3071
                "libphonenumber",
3072
                "phone-number",
3073
                "phonenumber",
3074
                "telephone number"
3075
            ],
3076
            "time": "2016-12-17 17:15:49"
3077
        },
3078
        {
3079
            "name": "monolog/monolog",
3080
            "version": "1.23.0",
3081
            "source": {
3082
                "type": "git",
3083
                "url": "https://github.com/Seldaek/monolog.git",
3084
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
3085
            },
3086
            "dist": {
3087
                "type": "zip",
3088
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
3089
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
3090
                "shasum": ""
3091
            },
3092
            "require": {
3093
                "php": ">=5.3.0",
3094
                "psr/log": "~1.0"
3095
            },
3096
            "provide": {
3097
                "psr/log-implementation": "1.0.0"
3098
            },
3099
            "require-dev": {
3100
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
3101
                "doctrine/couchdb": "~1.0@dev",
3102
                "graylog2/gelf-php": "~1.0",
3103
                "jakub-onderka/php-parallel-lint": "0.9",
3104
                "php-amqplib/php-amqplib": "~2.4",
3105
                "php-console/php-console": "^3.1.3",
3106
                "phpunit/phpunit": "~4.5",
3107
                "phpunit/phpunit-mock-objects": "2.3.0",
3108
                "ruflin/elastica": ">=0.90 <3.0",
3109
                "sentry/sentry": "^0.13",
3110
                "swiftmailer/swiftmailer": "^5.3|^6.0"
3111
            },
3112
            "suggest": {
3113
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
3114
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
3115
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
3116
                "ext-mongo": "Allow sending log messages to a MongoDB server",
3117
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
3118
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
3119
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
3120
                "php-console/php-console": "Allow sending log messages to Google Chrome",
3121
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
3122
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
3123
                "sentry/sentry": "Allow sending log messages to a Sentry server"
3124
            },
3125
            "type": "library",
3126
            "extra": {
3127
                "branch-alias": {
3128
                    "dev-master": "2.0.x-dev"
3129
                }
3130
            },
3131
            "autoload": {
3132
                "psr-4": {
3133
                    "Monolog\\": "src/Monolog"
3134
                }
3135
            },
3136
            "notification-url": "https://packagist.org/downloads/",
3137
            "license": [
3138
                "MIT"
3139
            ],
3140
            "authors": [
3141
                {
3142
                    "name": "Jordi Boggiano",
3143
                    "email": "[email protected]",
3144
                    "homepage": "http://seld.be"
3145
                }
3146
            ],
3147
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
3148
            "homepage": "http://github.com/Seldaek/monolog",
3149
            "keywords": [
3150
                "log",
3151
                "logging",
3152
                "psr-3"
3153
            ],
3154
            "time": "2017-06-19 01:22:40"
3155
        },
3156
        {
3157
            "name": "nelmio/api-doc-bundle",
3158
            "version": "2.13.3",
3159
            "target-dir": "Nelmio/ApiDocBundle",
3160
            "source": {
3161
                "type": "git",
3162
                "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
3163
                "reference": "f0a606b6362c363043e01aa079bee2b0b5eb47a2"
3164
            },
3165
            "dist": {
3166
                "type": "zip",
3167
                "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/f0a606b6362c363043e01aa079bee2b0b5eb47a2",
3168
                "reference": "f0a606b6362c363043e01aa079bee2b0b5eb47a2",
3169
                "shasum": ""
3170
            },
3171
            "require": {
3172
                "michelf/php-markdown": "~1.4",
3173
                "php": ">=5.4",
3174
                "symfony/console": "~2.3|~3.0|~4.0",
3175
                "symfony/framework-bundle": "~2.3|~3.0|~4.0",
3176
                "symfony/twig-bundle": "~2.3|~3.0|~4.0"
3177
            },
3178
            "conflict": {
3179
                "jms/serializer": "<0.12",
3180
                "jms/serializer-bundle": "<0.11",
3181
                "symfony/symfony": "~2.7.8",
3182
                "twig/twig": "<1.12"
3183
            },
3184
            "require-dev": {
3185
                "doctrine/doctrine-bundle": "~1.5",
3186
                "doctrine/orm": "~2.3",
3187
                "dunglas/api-bundle": "~1.0",
3188
                "friendsofsymfony/rest-bundle": "~1.0|~2.0",
3189
                "jms/serializer-bundle": ">=0.11",
3190
                "sensio/framework-extra-bundle": "~3.0",
3191
                "symfony/browser-kit": "~2.3|~3.0|~4.0",
3192
                "symfony/css-selector": "~2.3|~3.0|~4.0",
3193
                "symfony/finder": "~2.3|~3.0|~4.0",
3194
                "symfony/form": "~2.3|~3.0|~4.0",
3195
                "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
3196
                "symfony/serializer": "~2.7|~3.0|~4.0",
3197
                "symfony/validator": "~2.3|~3.0|~4.0",
3198
                "symfony/yaml": "~2.3|~3.0|~4.0"
3199
            },
3200
            "suggest": {
3201
                "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
3202
                "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
3203
                "jms/serializer": "For making use of serializer information in the doc.",
3204
                "symfony/form": "For using form definitions as input.",
3205
                "symfony/validator": "For making use of validator information in the doc."
3206
            },
3207
            "type": "symfony-bundle",
3208
            "extra": {
3209
                "branch-alias": {
3210
                    "dev-2.x": "2.13-dev"
3211
                }
3212
            },
3213
            "autoload": {
3214
                "psr-0": {
3215
                    "Nelmio\\ApiDocBundle": ""
3216
                }
3217
            },
3218
            "notification-url": "https://packagist.org/downloads/",
3219
            "license": [
3220
                "MIT"
3221
            ],
3222
            "authors": [
3223
                {
3224
                    "name": "Nelmio",
3225
                    "homepage": "http://nelm.io"
3226
                },
3227
                {
3228
                    "name": "Symfony Community",
3229
                    "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
3230
                }
3231
            ],
3232
            "description": "Generates documentation for your REST API from annotations",
3233
            "keywords": [
3234
                "api",
3235
                "doc",
3236
                "documentation",
3237
                "rest"
3238
            ],
3239
            "time": "2017-12-05 06:14:09"
3240
        },
3241
        {
3242
            "name": "nelmio/cors-bundle",
3243
            "version": "1.5.4",
3244
            "source": {
3245
                "type": "git",
3246
                "url": "https://github.com/nelmio/NelmioCorsBundle.git",
3247
                "reference": "548dc8ebd3984acd2f6d8787ab1dac2e9aa14254"
3248
            },
3249
            "dist": {
3250
                "type": "zip",
3251
                "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/548dc8ebd3984acd2f6d8787ab1dac2e9aa14254",
3252
                "reference": "548dc8ebd3984acd2f6d8787ab1dac2e9aa14254",
3253
                "shasum": ""
3254
            },
3255
            "require": {
3256
                "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0"
3257
            },
3258
            "require-dev": {
3259
                "matthiasnoback/symfony-dependency-injection-test": "^1.0 || ^2.0",
3260
                "mockery/mockery": "^0.9 || ^1.0",
3261
                "symfony/phpunit-bridge": "^2.7 || ^3.0 || ^4.0"
3262
            },
3263
            "type": "symfony-bundle",
3264
            "extra": {
3265
                "branch-alias": {
3266
                    "dev-master": "1.5.x-dev"
3267
                }
3268
            },
3269
            "autoload": {
3270
                "psr-4": {
3271
                    "Nelmio\\CorsBundle\\": ""
3272
                },
3273
                "exclude-from-classmap": [
3274
                    "/Tests/"
3275
                ]
3276
            },
3277
            "notification-url": "https://packagist.org/downloads/",
3278
            "license": [
3279
                "MIT"
3280
            ],
3281
            "authors": [
3282
                {
3283
                    "name": "Nelmio",
3284
                    "homepage": "http://nelm.io"
3285
                },
3286
                {
3287
                    "name": "Symfony Community",
3288
                    "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
3289
                }
3290
            ],
3291
            "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
3292
            "keywords": [
3293
                "api",
3294
                "cors",
3295
                "crossdomain"
3296
            ],
3297
            "time": "2017-12-11 18:41:54"
3298
        },
3299
        {
3300
            "name": "nelmio/security-bundle",
3301
            "version": "1.10.0",
3302
            "source": {
3303
                "type": "git",
3304
                "url": "https://github.com/nelmio/NelmioSecurityBundle.git",
3305
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9"
3306
            },
3307
            "dist": {
3308
                "type": "zip",
3309
                "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
3310
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
3311
                "shasum": ""
3312
            },
3313
            "require": {
3314
                "symfony/framework-bundle": "~2.3|~3.0",
3315
                "symfony/security": "~2.3|~3.0"
3316
            },
3317
            "require-dev": {
3318
                "phpunit/phpunit": "^5.2"
3319
            },
3320
            "type": "symfony-bundle",
3321
            "extra": {
3322
                "branch-alias": {
3323
                    "dev-master": "1.10.x-dev"
3324
                }
3325
            },
3326
            "autoload": {
3327
                "psr-4": {
3328
                    "Nelmio\\SecurityBundle\\": ""
3329
                }
3330
            },
3331
            "notification-url": "https://packagist.org/downloads/",
3332
            "license": [
3333
                "MIT"
3334
            ],
3335
            "authors": [
3336
                {
3337
                    "name": "Nelmio",
3338
                    "homepage": "http://nelm.io"
3339
                },
3340
                {
3341
                    "name": "Symfony Community",
3342
                    "homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors"
3343
                }
3344
            ],
3345
            "description": "Extra security-related features for Symfony: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...",
3346
            "keywords": [
3347
                "security"
3348
            ],
3349
            "time": "2016-02-23 10:42:13"
3350
        },
3351
        {
3352
            "name": "ocramius/proxy-manager",
3353
            "version": "1.0.2",
3354
            "source": {
3355
                "type": "git",
3356
                "url": "https://github.com/Ocramius/ProxyManager.git",
3357
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11"
3358
            },
3359
            "dist": {
3360
                "type": "zip",
3361
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11",
3362
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11",
3363
                "shasum": ""
3364
            },
3365
            "require": {
3366
                "php": ">=5.3.3",
3367
                "zendframework/zend-code": ">2.2.5,<3.0"
3368
            },
3369
            "require-dev": {
3370
                "ext-phar": "*",
3371
                "phpunit/phpunit": "~4.0",
3372
                "squizlabs/php_codesniffer": "1.5.*"
3373
            },
3374
            "suggest": {
3375
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
3376
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
3377
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
3378
                "zendframework/zend-stdlib": "To use the hydrator proxy",
3379
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
3380
            },
3381
            "type": "library",
3382
            "extra": {
3383
                "branch-alias": {
3384
                    "dev-master": "2.0.x-dev"
3385
                }
3386
            },
3387
            "autoload": {
3388
                "psr-0": {
3389
                    "ProxyManager\\": "src"
3390
                }
3391
            },
3392
            "notification-url": "https://packagist.org/downloads/",
3393
            "license": [
3394
                "MIT"
3395
            ],
3396
            "authors": [
3397
                {
3398
                    "name": "Marco Pivetta",
3399
                    "email": "[email protected]",
3400
                    "homepage": "http://ocramius.github.com/"
3401
                }
3402
            ],
3403
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
3404
            "homepage": "https://github.com/Ocramius/ProxyManager",
3405
            "keywords": [
3406
                "aop",
3407
                "lazy loading",
3408
                "proxy",
3409
                "proxy pattern",
3410
                "service proxies"
3411
            ],
3412
            "time": "2015-08-09 04:28:19"
3413
        },
3414
        {
3415
            "name": "oro/doctrine-extensions",
3416
            "version": "1.2.0",
3417
            "source": {
3418
                "type": "git",
3419
                "url": "https://github.com/orocrm/doctrine-extensions.git",
3420
                "reference": "26f38a2065d36d308331ccecb0b5ef31d61541d2"
3421
            },
3422
            "dist": {
3423
                "type": "zip",
3424
                "url": "https://api.github.com/repos/orocrm/doctrine-extensions/zipball/26f38a2065d36d308331ccecb0b5ef31d61541d2",
3425
                "reference": "26f38a2065d36d308331ccecb0b5ef31d61541d2",
3426
                "shasum": ""
3427
            },
3428
            "require": {
3429
                "doctrine/orm": ">=2.2.3",
3430
                "php": ">=5.3.0"
3431
            },
3432
            "require-dev": {
3433
                "doctrine/data-fixtures": "^1.0",
3434
                "doctrine/orm": "<2.5.0",
3435
                "phpunit/phpunit": "4.*",
3436
                "squizlabs/php_codesniffer": "2.8.*",
3437
                "symfony/yaml": "2.*"
3438
            },
3439
            "type": "library",
3440
            "autoload": {
3441
                "psr-0": {
3442
                    "Oro\\DBAL": "src/",
3443
                    "Oro\\ORM": "src/"
3444
                }
3445
            },
3446
            "notification-url": "https://packagist.org/downloads/",
3447
            "license": [
3448
                "MIT"
3449
            ],
3450
            "authors": [
3451
                {
3452
                    "name": "Oro, Inc",
3453
                    "homepage": "http://www.orocrm.com"
3454
                }
3455
            ],
3456
            "description": "Doctrine Extensions for MySQL and PostgreSQL.",
3457
            "homepage": "https://github.com/orocrm/doctrine-extensions/",
3458
            "keywords": [
3459
                "database",
3460
                "doctrine",
3461
                "dql",
3462
                "function",
3463
                "mysql",
3464
                "postgresql",
3465
                "type"
3466
            ],
3467
            "time": "2017-07-17 10:33:16"
3468
        },
3469
        {
3470
            "name": "paragonie/random_compat",
3471
            "version": "v2.0.11",
3472
            "source": {
3473
                "type": "git",
3474
                "url": "https://github.com/paragonie/random_compat.git",
3475
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
3476
            },
3477
            "dist": {
3478
                "type": "zip",
3479
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
3480
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
3481
                "shasum": ""
3482
            },
3483
            "require": {
3484
                "php": ">=5.2.0"
3485
            },
3486
            "require-dev": {
3487
                "phpunit/phpunit": "4.*|5.*"
3488
            },
3489
            "suggest": {
3490
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
3491
            },
3492
            "type": "library",
3493
            "autoload": {
3494
                "files": [
3495
                    "lib/random.php"
3496
                ]
3497
            },
3498
            "notification-url": "https://packagist.org/downloads/",
3499
            "license": [
3500
                "MIT"
3501
            ],
3502
            "authors": [
3503
                {
3504
                    "name": "Paragon Initiative Enterprises",
3505
                    "email": "[email protected]",
3506
                    "homepage": "https://paragonie.com"
3507
                }
3508
            ],
3509
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
3510
            "keywords": [
3511
                "csprng",
3512
                "pseudorandom",
3513
                "random"
3514
            ],
3515
            "time": "2017-09-27 21:40:39"
3516
        },
3517
        {
3518
            "name": "phpcollection/phpcollection",
3519
            "version": "0.5.0",
3520
            "source": {
3521
                "type": "git",
3522
                "url": "https://github.com/schmittjoh/php-collection.git",
3523
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
3524
            },
3525
            "dist": {
3526
                "type": "zip",
3527
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
3528
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
3529
                "shasum": ""
3530
            },
3531
            "require": {
3532
                "phpoption/phpoption": "1.*"
3533
            },
3534
            "type": "library",
3535
            "extra": {
3536
                "branch-alias": {
3537
                    "dev-master": "0.4-dev"
3538
                }
3539
            },
3540
            "autoload": {
3541
                "psr-0": {
3542
                    "PhpCollection": "src/"
3543
                }
3544
            },
3545
            "notification-url": "https://packagist.org/downloads/",
3546
            "license": [
3547
                "Apache2"
3548
            ],
3549
            "authors": [
3550
                {
3551
                    "name": "Johannes M. Schmitt",
3552
                    "email": "[email protected]"
3553
                }
3554
            ],
3555
            "description": "General-Purpose Collection Library for PHP",
3556
            "keywords": [
3557
                "collection",
3558
                "list",
3559
                "map",
3560
                "sequence",
3561
                "set"
3562
            ],
3563
            "time": "2015-05-17 12:39:23"
3564
        },
3565
        {
3566
            "name": "phpoption/phpoption",
3567
            "version": "1.5.0",
3568
            "source": {
3569
                "type": "git",
3570
                "url": "https://github.com/schmittjoh/php-option.git",
3571
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
3572
            },
3573
            "dist": {
3574
                "type": "zip",
3575
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
3576
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
3577
                "shasum": ""
3578
            },
3579
            "require": {
3580
                "php": ">=5.3.0"
3581
            },
3582
            "require-dev": {
3583
                "phpunit/phpunit": "4.7.*"
3584
            },
3585
            "type": "library",
3586
            "extra": {
3587
                "branch-alias": {
3588
                    "dev-master": "1.3-dev"
3589
                }
3590
            },
3591
            "autoload": {
3592
                "psr-0": {
3593
                    "PhpOption\\": "src/"
3594
                }
3595
            },
3596
            "notification-url": "https://packagist.org/downloads/",
3597
            "license": [
3598
                "Apache2"
3599
            ],
3600
            "authors": [
3601
                {
3602
                    "name": "Johannes M. Schmitt",
3603
                    "email": "[email protected]"
3604
                }
3605
            ],
3606
            "description": "Option Type for PHP",
3607
            "keywords": [
3608
                "language",
3609
                "option",
3610
                "php",
3611
                "type"
3612
            ],
3613
            "time": "2015-07-25 16:39:46"
3614
        },
3615
        {
3616
            "name": "phpseclib/phpseclib",
3617
            "version": "2.0.9",
3618
            "source": {
3619
                "type": "git",
3620
                "url": "https://github.com/phpseclib/phpseclib.git",
3621
                "reference": "c9a3fe35e20eb6eeaca716d6a23cde03f52d1558"
3622
            },
3623
            "dist": {
3624
                "type": "zip",
3625
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/c9a3fe35e20eb6eeaca716d6a23cde03f52d1558",
3626
                "reference": "c9a3fe35e20eb6eeaca716d6a23cde03f52d1558",
3627
                "shasum": ""
3628
            },
3629
            "require": {
3630
                "php": ">=5.3.3"
3631
            },
3632
            "require-dev": {
3633
                "phing/phing": "~2.7",
3634
                "phpunit/phpunit": "~4.0",
3635
                "sami/sami": "~2.0",
3636
                "squizlabs/php_codesniffer": "~2.0"
3637
            },
3638
            "suggest": {
3639
                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
3640
                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
3641
                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
3642
                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
3643
            },
3644
            "type": "library",
3645
            "autoload": {
3646
                "files": [
3647
                    "phpseclib/bootstrap.php"
3648
                ],
3649
                "psr-4": {
3650
                    "phpseclib\\": "phpseclib/"
3651
                }
3652
            },
3653
            "notification-url": "https://packagist.org/downloads/",
3654
            "license": [
3655
                "MIT"
3656
            ],
3657
            "authors": [
3658
                {
3659
                    "name": "Jim Wigginton",
3660
                    "email": "[email protected]",
3661
                    "role": "Lead Developer"
3662
                },
3663
                {
3664
                    "name": "Patrick Monnerat",
3665
                    "email": "[email protected]",
3666
                    "role": "Developer"
3667
                },
3668
                {
3669
                    "name": "Andreas Fischer",
3670
                    "email": "[email protected]",
3671
                    "role": "Developer"
3672
                },
3673
                {
3674
                    "name": "Hans-Jürgen Petrich",
3675
                    "email": "[email protected]",
3676
                    "role": "Developer"
3677
                },
3678
                {
3679
                    "name": "Graham Campbell",
3680
                    "email": "[email protected]",
3681
                    "role": "Developer"
3682
                }
3683
            ],
3684
            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
3685
            "homepage": "http://phpseclib.sourceforge.net",
3686
            "keywords": [
3687
                "BigInteger",
3688
                "aes",
3689
                "asn.1",
3690
                "asn1",
3691
                "blowfish",
3692
                "crypto",
3693
                "cryptography",
3694
                "encryption",
3695
                "rsa",
3696
                "security",
3697
                "sftp",
3698
                "signature",
3699
                "signing",
3700
                "ssh",
3701
                "twofish",
3702
                "x.509",
3703
                "x509"
3704
            ],
3705
            "time": "2017-11-29 06:38:08"
3706
        },
3707
        {
3708
            "name": "procergs/login-cidadao-badges-bundle",
3709
            "version": "2.0.2",
3710
            "target-dir": "LoginCidadao/BadgesBundle",
3711
            "source": {
3712
                "type": "git",
3713
                "url": "https://github.com/PROCERGS/login-cidadao-badges-bundle.git",
3714
                "reference": "9621652344d60c6587bb82de028fbe576ea4e470"
3715
            },
3716
            "dist": {
3717
                "type": "zip",
3718
                "url": "https://api.github.com/repos/PROCERGS/login-cidadao-badges-bundle/zipball/9621652344d60c6587bb82de028fbe576ea4e470",
3719
                "reference": "9621652344d60c6587bb82de028fbe576ea4e470",
3720
                "shasum": ""
3721
            },
3722
            "require": {
3723
                "php": ">=5.3.0"
3724
            },
3725
            "type": "symfony-bundle",
3726
            "autoload": {
3727
                "psr-0": {
3728
                    "LoginCidadao\\BadgesBundle": ""
3729
                }
3730
            },
3731
            "license": [
3732
                "MIT"
3733
            ],
3734
            "authors": [
3735
                {
3736
                    "name": "Guilherme Donato",
3737
                    "email": "[email protected]"
3738
                }
3739
            ],
3740
            "description": "Login Cidadão's Badge Bundle",
3741
            "homepage": "https://github.com/PROCERGS/login-cidadao-badges-bundle",
3742
            "keywords": [
3743
                "badges",
3744
                "login-cidadao"
3745
            ],
3746
            "support": {
3747
                "source": "https://github.com/PROCERGS/login-cidadao-badges-bundle/tree/2.0.2",
3748
                "issues": "https://github.com/PROCERGS/login-cidadao-badges-bundle/issues"
3749
            },
3750
            "time": "2017-05-16 21:00:51"
3751
        },
3752
        {
3753
            "name": "procergs/tos-bundle",
3754
            "version": "1.5.0",
3755
            "source": {
3756
                "type": "git",
3757
                "url": "https://github.com/PROCERGS/tos-bundle.git",
3758
                "reference": "6e40217fbbf58bfe70386b05058e1dd3817735fb"
3759
            },
3760
            "dist": {
3761
                "type": "zip",
3762
                "url": "https://api.github.com/repos/PROCERGS/tos-bundle/zipball/6e40217fbbf58bfe70386b05058e1dd3817735fb",
3763
                "reference": "6e40217fbbf58bfe70386b05058e1dd3817735fb",
3764
                "shasum": ""
3765
            },
3766
            "require": {
3767
                "cebe/markdown": "^1.1",
3768
                "doctrine/doctrine-bundle": ">=1.2",
3769
                "doctrine/orm": "^2.2|^2.5",
3770
                "friendsofsymfony/user-bundle": ">=1.3",
3771
                "php": ">=5.3.3",
3772
                "symfony/symfony": ">=2.3.0|^3"
3773
            },
3774
            "type": "symfony-bundle",
3775
            "autoload": {
3776
                "psr-4": {
3777
                    "LoginCidadao\\TOSBundle\\": ""
3778
                }
3779
            },
3780
            "notification-url": "https://packagist.org/downloads/",
3781
            "license": [
3782
                "AGPLv3"
3783
            ],
3784
            "authors": [
3785
                {
3786
                    "name": "Guilherme Donato",
3787
                    "email": "[email protected]"
3788
                }
3789
            ],
3790
            "description": "Terms of Service Bundle",
3791
            "time": "2017-09-15 14:23:32"
3792
        },
3793
        {
3794
            "name": "psr/log",
3795
            "version": "1.0.2",
3796
            "source": {
3797
                "type": "git",
3798
                "url": "https://github.com/php-fig/log.git",
3799
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
3800
            },
3801
            "dist": {
3802
                "type": "zip",
3803
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
3804
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
3805
                "shasum": ""
3806
            },
3807
            "require": {
3808
                "php": ">=5.3.0"
3809
            },
3810
            "type": "library",
3811
            "extra": {
3812
                "branch-alias": {
3813
                    "dev-master": "1.0.x-dev"
3814
                }
3815
            },
3816
            "autoload": {
3817
                "psr-4": {
3818
                    "Psr\\Log\\": "Psr/Log/"
3819
                }
3820
            },
3821
            "notification-url": "https://packagist.org/downloads/",
3822
            "license": [
3823
                "MIT"
3824
            ],
3825
            "authors": [
3826
                {
3827
                    "name": "PHP-FIG",
3828
                    "homepage": "http://www.php-fig.org/"
3829
                }
3830
            ],
3831
            "description": "Common interface for logging libraries",
3832
            "homepage": "https://github.com/php-fig/log",
3833
            "keywords": [
3834
                "log",
3835
                "psr",
3836
                "psr-3"
3837
            ],
3838
            "time": "2016-10-10 12:19:37"
3839
        },
3840
        {
3841
            "name": "qandidate/stack-request-id",
3842
            "version": "dev-ramsey-uuid-v3",
3843
            "source": {
3844
                "type": "git",
3845
                "url": "https://github.com/PROCERGS/stack-request-id.git",
3846
                "reference": "f3079f784bd1059e6182905516fc7659b7350443"
3847
            },
3848
            "dist": {
3849
                "type": "zip",
3850
                "url": "https://api.github.com/repos/PROCERGS/stack-request-id/zipball/f3079f784bd1059e6182905516fc7659b7350443",
3851
                "reference": "f3079f784bd1059e6182905516fc7659b7350443",
3852
                "shasum": ""
3853
            },
3854
            "require": {
3855
                "ramsey/uuid": "~2.0|~3.0",
3856
                "symfony/http-foundation": "~2.1|~3.0",
3857
                "symfony/http-kernel": "~2.1|~3.0"
3858
            },
3859
            "suggest": {
3860
                "symfony/monolog-bundle": "For registering the MonologProcessor"
3861
            },
3862
            "type": "library",
3863
            "autoload": {
3864
                "psr-0": {
3865
                    "Qandidate\\Stack": "src/"
3866
                }
3867
            },
3868
            "license": [
3869
                "MIT"
3870
            ],
3871
            "authors": [
3872
                {
3873
                    "name": "Alexander",
3874
                    "email": "[email protected]"
3875
                },
3876
                {
3877
                    "name": "Fritsjan",
3878
                    "email": "[email protected]"
3879
                },
3880
                {
3881
                    "name": "Qandidate.com",
3882
                    "homepage": "http://labs.qandidate.com/"
3883
                }
3884
            ],
3885
            "description": "Middleware for adding request id to Symfony Request.",
3886
            "support": {
3887
                "source": "https://github.com/PROCERGS/stack-request-id/tree/ramsey-uuid-v3"
3888
            },
3889
            "time": "2016-09-05 18:20:15"
3890
        },
3891
        {
3892
            "name": "ramsey/uuid",
3893
            "version": "3.7.1",
3894
            "source": {
3895
                "type": "git",
3896
                "url": "https://github.com/ramsey/uuid.git",
3897
                "reference": "45cffe822057a09e05f7bd09ec5fb88eeecd2334"
3898
            },
3899
            "dist": {
3900
                "type": "zip",
3901
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/45cffe822057a09e05f7bd09ec5fb88eeecd2334",
3902
                "reference": "45cffe822057a09e05f7bd09ec5fb88eeecd2334",
3903
                "shasum": ""
3904
            },
3905
            "require": {
3906
                "paragonie/random_compat": "^1.0|^2.0",
3907
                "php": "^5.4 || ^7.0"
3908
            },
3909
            "replace": {
3910
                "rhumsaa/uuid": "self.version"
3911
            },
3912
            "require-dev": {
3913
                "apigen/apigen": "^4.1",
3914
                "codeception/aspect-mock": "^1.0 | ^2.0",
3915
                "doctrine/annotations": "~1.2.0",
3916
                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
3917
                "ircmaxell/random-lib": "^1.1",
3918
                "jakub-onderka/php-parallel-lint": "^0.9.0",
3919
                "mockery/mockery": "^0.9.4",
3920
                "moontoast/math": "^1.1",
3921
                "php-mock/php-mock-phpunit": "^0.3|^1.1",
3922
                "phpunit/phpunit": "^4.7|>=5.0 <5.4",
3923
                "satooshi/php-coveralls": "^0.6.1",
3924
                "squizlabs/php_codesniffer": "^2.3"
3925
            },
3926
            "suggest": {
3927
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
3928
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
3929
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
3930
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
3931
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
3932
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
3933
            },
3934
            "type": "library",
3935
            "extra": {
3936
                "branch-alias": {
3937
                    "dev-master": "3.x-dev"
3938
                }
3939
            },
3940
            "autoload": {
3941
                "psr-4": {
3942
                    "Ramsey\\Uuid\\": "src/"
3943
                }
3944
            },
3945
            "notification-url": "https://packagist.org/downloads/",
3946
            "license": [
3947
                "MIT"
3948
            ],
3949
            "authors": [
3950
                {
3951
                    "name": "Marijn Huizendveld",
3952
                    "email": "[email protected]"
3953
                },
3954
                {
3955
                    "name": "Thibaud Fabre",
3956
                    "email": "[email protected]"
3957
                },
3958
                {
3959
                    "name": "Ben Ramsey",
3960
                    "email": "[email protected]",
3961
                    "homepage": "https://benramsey.com"
3962
                }
3963
            ],
3964
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
3965
            "homepage": "https://github.com/ramsey/uuid",
3966
            "keywords": [
3967
                "guid",
3968
                "identifier",
3969
                "uuid"
3970
            ],
3971
            "time": "2017-09-22 20:46:04"
3972
        },
3973
        {
3974
            "name": "react/promise",
3975
            "version": "v2.5.1",
3976
            "source": {
3977
                "type": "git",
3978
                "url": "https://github.com/reactphp/promise.git",
3979
                "reference": "62785ae604c8d69725d693eb370e1d67e94c4053"
3980
            },
3981
            "dist": {
3982
                "type": "zip",
3983
                "url": "https://api.github.com/repos/reactphp/promise/zipball/62785ae604c8d69725d693eb370e1d67e94c4053",
3984
                "reference": "62785ae604c8d69725d693eb370e1d67e94c4053",
3985
                "shasum": ""
3986
            },
3987
            "require": {
3988
                "php": ">=5.4.0"
3989
            },
3990
            "require-dev": {
3991
                "phpunit/phpunit": "~4.8"
3992
            },
3993
            "type": "library",
3994
            "autoload": {
3995
                "psr-4": {
3996
                    "React\\Promise\\": "src/"
3997
                },
3998
                "files": [
3999
                    "src/functions_include.php"
4000
                ]
4001
            },
4002
            "notification-url": "https://packagist.org/downloads/",
4003
            "license": [
4004
                "MIT"
4005
            ],
4006
            "authors": [
4007
                {
4008
                    "name": "Jan Sorgalla",
4009
                    "email": "[email protected]"
4010
                }
4011
            ],
4012
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
4013
            "keywords": [
4014
                "promise",
4015
                "promises"
4016
            ],
4017
            "time": "2017-03-25 12:08:31"
4018
        },
4019
        {
4020
            "name": "rollerworks/password-strength-bundle",
4021
            "version": "v1.6.1",
4022
            "source": {
4023
                "type": "git",
4024
                "url": "https://github.com/rollerworks/PasswordStrengthBundle.git",
4025
                "reference": "13e472f904822997786962d69c866f625d1aafce"
4026
            },
4027
            "dist": {
4028
                "type": "zip",
4029
                "url": "https://api.github.com/repos/rollerworks/PasswordStrengthBundle/zipball/13e472f904822997786962d69c866f625d1aafce",
4030
                "reference": "13e472f904822997786962d69c866f625d1aafce",
4031
                "shasum": ""
4032
            },
4033
            "require": {
4034
                "php": ">=5.3.3",
4035
                "symfony/console": "^2.3.3|^3.0",
4036
                "symfony/framework-bundle": "^2.3.3|^3.0",
4037
                "symfony/polyfill-mbstring": "^1.3.0",
4038
                "symfony/validator": "^2.3.20|^3.0"
4039
            },
4040
            "require-dev": {
4041
                "matthiasnoback/symfony-dependency-injection-test": "^1.1.0",
4042
                "matthiasnoback/symfony-service-definition-validator": "^1.2.2",
4043
                "symfony/phpunit-bridge": "^3.2.6"
4044
            },
4045
            "type": "symfony-bundle",
4046
            "extra": {
4047
                "branch-alias": {
4048
                    "dev-master": "1.6-dev"
4049
                }
4050
            },
4051
            "autoload": {
4052
                "psr-4": {
4053
                    "Rollerworks\\Bundle\\PasswordStrengthBundle\\": "src/"
4054
                },
4055
                "exclude-from-classmap": [
4056
                    "test/"
4057
                ]
4058
            },
4059
            "notification-url": "https://packagist.org/downloads/",
4060
            "license": [
4061
                "MIT"
4062
            ],
4063
            "authors": [
4064
                {
4065
                    "name": "Sebastiaan Stok",
4066
                    "email": "[email protected]"
4067
                },
4068
                {
4069
                    "name": "Luis Cordova",
4070
                    "email": "[email protected]"
4071
                },
4072
                {
4073
                    "name": "Community contributions",
4074
                    "homepage": "https://github.com/rollerworks/PasswordStrengthBundle/contributors"
4075
                }
4076
            ],
4077
            "description": "Password-strength validator bundle for Symfony",
4078
            "keywords": [
4079
                "bundle",
4080
                "password",
4081
                "symfony",
4082
                "validator"
4083
            ],
4084
            "time": "2017-08-15 07:11:34"
4085
        },
4086
        {
4087
            "name": "scheb/two-factor-bundle",
4088
            "version": "v2.14.0",
4089
            "source": {
4090
                "type": "git",
4091
                "url": "https://github.com/scheb/two-factor-bundle.git",
4092
                "reference": "6ba7afc0e79fd3321e7c4f9974ff9b6d2f751222"
4093
            },
4094
            "dist": {
4095
                "type": "zip",
4096
                "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/6ba7afc0e79fd3321e7c4f9974ff9b6d2f751222",
4097
                "reference": "6ba7afc0e79fd3321e7c4f9974ff9b6d2f751222",
4098
                "shasum": ""
4099
            },
4100
            "require": {
4101
                "paragonie/random_compat": "~1.0|~2.0",
4102
                "sonata-project/google-authenticator": "~1.0",
4103
                "symfony/config": "~2.6|~3.0|^4.0",
4104
                "symfony/console": "~2.6|~3.0|^4.0",
4105
                "symfony/dependency-injection": "~2.6|~3.0|^4.0",
4106
                "symfony/event-dispatcher": "~2.6|~3.0|^4.0",
4107
                "symfony/framework-bundle": "~2.6|~3.0|^4.0",
4108
                "symfony/http-foundation": "~2.6|~3.0|^4.0",
4109
                "symfony/http-kernel": "~2.6|~3.0|^4.0",
4110
                "symfony/security-core": "~2.6|~3.0|^4.0",
4111
                "symfony/security-http": "~2.6|~3.0|^4.0"
4112
            },
4113
            "require-dev": {
4114
                "doctrine/orm": "~2.4,>=2.4.5",
4115
                "phpunit/phpunit": ">=4.8,<6.0",
4116
                "satooshi/php-coveralls": "~0.6",
4117
                "swiftmailer/swiftmailer": ">=4.3,<6.0",
4118
                "symfony/phpunit-bridge": "~2.7|~3.0|^4.0",
4119
                "symfony/templating": "~2.6|~3.0|^4.0"
4120
            },
4121
            "suggest": {
4122
                "ocramius/proxy-manager": "For performance improvements",
4123
                "r/u2f-two-factor-bundle": "Two-factor provider for U2F Yuibkey"
4124
            },
4125
            "type": "symfony-bundle",
4126
            "autoload": {
4127
                "psr-4": {
4128
                    "Scheb\\TwoFactorBundle\\": ""
4129
                }
4130
            },
4131
            "notification-url": "https://packagist.org/downloads/",
4132
            "license": [
4133
                "MIT"
4134
            ],
4135
            "authors": [
4136
                {
4137
                    "name": "Christian Scheb",
4138
                    "email": "[email protected]"
4139
                }
4140
            ],
4141
            "description": "Provides two-factor authentication for Symfony applications",
4142
            "homepage": "https://github.com/scheb/two-factor-bundle",
4143
            "keywords": [
4144
                "Authentication",
4145
                "security",
4146
                "symfony",
4147
                "two-factor",
4148
                "two-step"
4149
            ],
4150
            "time": "2017-11-18 10:48:13"
4151
        },
4152
        {
4153
            "name": "sensio/distribution-bundle",
4154
            "version": "v3.0.36",
4155
            "target-dir": "Sensio/Bundle/DistributionBundle",
4156
            "source": {
4157
                "type": "git",
4158
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
4159
                "reference": "964a56e855acac38d4a81920b3a86543f7e8492f"
4160
            },
4161
            "dist": {
4162
                "type": "zip",
4163
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/964a56e855acac38d4a81920b3a86543f7e8492f",
4164
                "reference": "964a56e855acac38d4a81920b3a86543f7e8492f",
4165
                "shasum": ""
4166
            },
4167
            "require": {
4168
                "php": ">=5.3.3",
4169
                "sensiolabs/security-checker": "~3.0",
4170
                "symfony/class-loader": "~2.2",
4171
                "symfony/framework-bundle": "~2.3",
4172
                "symfony/process": "~2.2"
4173
            },
4174
            "require-dev": {
4175
                "symfony/form": "~2.2",
4176
                "symfony/validator": "~2.2",
4177
                "symfony/yaml": "~2.2"
4178
            },
4179
            "suggest": {
4180
                "symfony/form": "If you want to use the configurator",
4181
                "symfony/validator": "If you want to use the configurator",
4182
                "symfony/yaml": "If you want to use  the configurator"
4183
            },
4184
            "type": "symfony-bundle",
4185
            "extra": {
4186
                "branch-alias": {
4187
                    "dev-master": "3.0.x-dev"
4188
                }
4189
            },
4190
            "autoload": {
4191
                "psr-0": {
4192
                    "Sensio\\Bundle\\DistributionBundle": ""
4193
                }
4194
            },
4195
            "notification-url": "https://packagist.org/downloads/",
4196
            "license": [
4197
                "MIT"
4198
            ],
4199
            "authors": [
4200
                {
4201
                    "name": "Fabien Potencier",
4202
                    "email": "[email protected]"
4203
                }
4204
            ],
4205
            "description": "Base bundle for Symfony Distributions",
4206
            "keywords": [
4207
                "configuration",
4208
                "distribution"
4209
            ],
4210
            "time": "2016-04-25 20:46:43"
4211
        },
4212
        {
4213
            "name": "sensio/framework-extra-bundle",
4214
            "version": "v3.0.12",
4215
            "source": {
4216
                "type": "git",
4217
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
4218
                "reference": "3e8936fe13aa4086644977d334d8fcd275f50357"
4219
            },
4220
            "dist": {
4221
                "type": "zip",
4222
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/3e8936fe13aa4086644977d334d8fcd275f50357",
4223
                "reference": "3e8936fe13aa4086644977d334d8fcd275f50357",
4224
                "shasum": ""
4225
            },
4226
            "require": {
4227
                "doctrine/common": "~2.2",
4228
                "symfony/framework-bundle": "~2.3|~3.0"
4229
            },
4230
            "require-dev": {
4231
                "symfony/expression-language": "~2.4|~3.0",
4232
                "symfony/security-bundle": "~2.4|~3.0"
4233
            },
4234
            "suggest": {
4235
                "symfony/expression-language": "",
4236
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
4237
                "symfony/security-bundle": ""
4238
            },
4239
            "type": "symfony-bundle",
4240
            "extra": {
4241
                "branch-alias": {
4242
                    "dev-master": "3.0.x-dev"
4243
                }
4244
            },
4245
            "autoload": {
4246
                "psr-4": {
4247
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
4248
                }
4249
            },
4250
            "notification-url": "https://packagist.org/downloads/",
4251
            "license": [
4252
                "MIT"
4253
            ],
4254
            "authors": [
4255
                {
4256
                    "name": "Fabien Potencier",
4257
                    "email": "[email protected]"
4258
                }
4259
            ],
4260
            "description": "This bundle provides a way to configure your controllers with annotations",
4261
            "keywords": [
4262
                "annotations",
4263
                "controllers"
4264
            ],
4265
            "time": "2015-12-18 17:39:27"
4266
        },
4267
        {
4268
            "name": "sensiolabs/security-checker",
4269
            "version": "v3.0.7",
4270
            "source": {
4271
                "type": "git",
4272
                "url": "https://github.com/sensiolabs/security-checker.git",
4273
                "reference": "59a6a299e2f5612dc8692d40e84373703a5df1b5"
4274
            },
4275
            "dist": {
4276
                "type": "zip",
4277
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/59a6a299e2f5612dc8692d40e84373703a5df1b5",
4278
                "reference": "59a6a299e2f5612dc8692d40e84373703a5df1b5",
4279
                "shasum": ""
4280
            },
4281
            "require": {
4282
                "symfony/console": "~2.0|~3.0"
4283
            },
4284
            "bin": [
4285
                "security-checker"
4286
            ],
4287
            "type": "library",
4288
            "extra": {
4289
                "branch-alias": {
4290
                    "dev-master": "3.0-dev"
4291
                }
4292
            },
4293
            "autoload": {
4294
                "psr-0": {
4295
                    "SensioLabs\\Security": ""
4296
                }
4297
            },
4298
            "notification-url": "https://packagist.org/downloads/",
4299
            "license": [
4300
                "MIT"
4301
            ],
4302
            "authors": [
4303
                {
4304
                    "name": "Fabien Potencier",
4305
                    "email": "[email protected]"
4306
                }
4307
            ],
4308
            "description": "A security checker for your composer.lock",
4309
            "time": "2017-03-29 09:29:53"
4310
        },
4311
        {
4312
            "name": "simplethings/entity-audit-bundle",
4313
            "version": "v1.0.6",
4314
            "source": {
4315
                "type": "git",
4316
                "url": "https://github.com/simplethings/EntityAuditBundle.git",
4317
                "reference": "ee71ea62735797f5b6562590e15cd237edce6489"
4318
            },
4319
            "dist": {
4320
                "type": "zip",
4321
                "url": "https://api.github.com/repos/simplethings/EntityAuditBundle/zipball/ee71ea62735797f5b6562590e15cd237edce6489",
4322
                "reference": "ee71ea62735797f5b6562590e15cd237edce6489",
4323
                "shasum": ""
4324
            },
4325
            "require": {
4326
                "doctrine/dbal": "~2.5",
4327
                "doctrine/orm": "~2.4",
4328
                "php": "^5.3.9|~7.0"
4329
            },
4330
            "conflict": {
4331
                "doctrine/doctrine-bundle": "<1.4",
4332
                "gedmo/doctrine-extensions": "<2.3.1",
4333
                "symfony/framework-bundle": "<2.7"
4334
            },
4335
            "require-dev": {
4336
                "doctrine/doctrine-bundle": "~1.4",
4337
                "fabpot/php-cs-fixer": "^1.11",
4338
                "gedmo/doctrine-extensions": "^2.3.1",
4339
                "matthiasnoback/symfony-dependency-injection-test": "^1.0",
4340
                "phpunit/phpunit": "^4.8",
4341
                "symfony/framework-bundle": "~2.7|~3.0",
4342
                "symfony/var-dumper": "^2.7"
4343
            },
4344
            "type": "library",
4345
            "autoload": {
4346
                "psr-4": {
4347
                    "SimpleThings\\EntityAudit\\": "src/SimpleThings/EntityAudit"
4348
                }
4349
            },
4350
            "notification-url": "https://packagist.org/downloads/",
4351
            "license": [
4352
                "LGPL-2.1"
4353
            ],
4354
            "description": "Audit for Doctrine Entities",
4355
            "keywords": [
4356
                "Audit",
4357
                "database",
4358
                "persistence"
4359
            ],
4360
            "time": "2017-07-24 15:38:35"
4361
        },
4362
        {
4363
            "name": "sonata-project/google-authenticator",
4364
            "version": "1.1.0",
4365
            "source": {
4366
                "type": "git",
4367
                "url": "https://github.com/sonata-project/GoogleAuthenticator.git",
4368
                "reference": "ccf7ecb68e875562c70b28a470fe0daf48625b39"
4369
            },
4370
            "dist": {
4371
                "type": "zip",
4372
                "url": "https://api.github.com/repos/sonata-project/GoogleAuthenticator/zipball/ccf7ecb68e875562c70b28a470fe0daf48625b39",
4373
                "reference": "ccf7ecb68e875562c70b28a470fe0daf48625b39",
4374
                "shasum": ""
4375
            },
4376
            "require": {
4377
                "paragonie/random_compat": "^2.0",
4378
                "php": "^5.3 || ^7.0"
4379
            },
4380
            "require-dev": {
4381
                "sllh/php-cs-fixer-styleci-bridge": "^2.0",
4382
                "symfony/phpunit-bridge": "~2.7|~3.0"
4383
            },
4384
            "type": "library",
4385
            "extra": {
4386
                "branch-alias": {
4387
                    "dev-master": "1.x-dev"
4388
                }
4389
            },
4390
            "autoload": {
4391
                "psr-4": {
4392
                    "Google\\Authenticator\\": "src/"
4393
                }
4394
            },
4395
            "notification-url": "https://packagist.org/downloads/",
4396
            "license": [
4397
                "MIT"
4398
            ],
4399
            "authors": [
4400
                {
4401
                    "name": "Christian Stocker",
4402
                    "email": "[email protected]"
4403
                },
4404
                {
4405
                    "name": "Andre DeMarre",
4406
                    "homepage": "http://www.devnetwork.net/viewtopic.php?f=50&t=94989"
4407
                },
4408
                {
4409
                    "name": "Thomas Rabaix",
4410
                    "email": "[email protected]"
4411
                }
4412
            ],
4413
            "description": "Library to integrate Google Authenticator into a PHP project",
4414
            "homepage": "https://github.com/sonata-project/GoogleAuthenticator",
4415
            "keywords": [
4416
                "google authenticator"
4417
            ],
4418
            "time": "2017-04-19 14:00:07"
4419
        },
4420
        {
4421
            "name": "swiftmailer/swiftmailer",
4422
            "version": "v5.4.8",
4423
            "source": {
4424
                "type": "git",
4425
                "url": "https://github.com/swiftmailer/swiftmailer.git",
4426
                "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517"
4427
            },
4428
            "dist": {
4429
                "type": "zip",
4430
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517",
4431
                "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517",
4432
                "shasum": ""
4433
            },
4434
            "require": {
4435
                "php": ">=5.3.3"
4436
            },
4437
            "require-dev": {
4438
                "mockery/mockery": "~0.9.1",
4439
                "symfony/phpunit-bridge": "~3.2"
4440
            },
4441
            "type": "library",
4442
            "extra": {
4443
                "branch-alias": {
4444
                    "dev-master": "5.4-dev"
4445
                }
4446
            },
4447
            "autoload": {
4448
                "files": [
4449
                    "lib/swift_required.php"
4450
                ]
4451
            },
4452
            "notification-url": "https://packagist.org/downloads/",
4453
            "license": [
4454
                "MIT"
4455
            ],
4456
            "authors": [
4457
                {
4458
                    "name": "Chris Corbyn"
4459
                },
4460
                {
4461
                    "name": "Fabien Potencier",
4462
                    "email": "[email protected]"
4463
                }
4464
            ],
4465
            "description": "Swiftmailer, free feature-rich PHP mailer",
4466
            "homepage": "http://swiftmailer.org",
4467
            "keywords": [
4468
                "email",
4469
                "mail",
4470
                "mailer"
4471
            ],
4472
            "time": "2017-05-01 15:54:03"
4473
        },
4474
        {
4475
            "name": "symfony/assetic-bundle",
4476
            "version": "v2.8.2",
4477
            "source": {
4478
                "type": "git",
4479
                "url": "https://github.com/symfony/assetic-bundle.git",
4480
                "reference": "2e0a23a4874838e26de6f025e02fc63328921a4c"
4481
            },
4482
            "dist": {
4483
                "type": "zip",
4484
                "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/2e0a23a4874838e26de6f025e02fc63328921a4c",
4485
                "reference": "2e0a23a4874838e26de6f025e02fc63328921a4c",
4486
                "shasum": ""
4487
            },
4488
            "require": {
4489
                "kriswallsmith/assetic": "~1.4",
4490
                "php": ">=5.3.0",
4491
                "symfony/console": "~2.3|~3.0",
4492
                "symfony/dependency-injection": "~2.3|~3.0",
4493
                "symfony/framework-bundle": "~2.3|~3.0",
4494
                "symfony/yaml": "~2.3|~3.0"
4495
            },
4496
            "conflict": {
4497
                "kriswallsmith/spork": "<=0.2",
4498
                "twig/twig": "<1.27"
4499
            },
4500
            "require-dev": {
4501
                "kriswallsmith/spork": "~0.3",
4502
                "patchwork/jsqueeze": "~1.0",
4503
                "symfony/class-loader": "~2.3|~3.0",
4504
                "symfony/css-selector": "~2.3|~3.0",
4505
                "symfony/dom-crawler": "~2.3|~3.0",
4506
                "symfony/phpunit-bridge": "~2.7|~3.0",
4507
                "symfony/twig-bundle": "~2.3|~3.0"
4508
            },
4509
            "suggest": {
4510
                "kriswallsmith/spork": "to be able to dump assets in parallel",
4511
                "symfony/twig-bundle": "to use the Twig integration"
4512
            },
4513
            "type": "symfony-bundle",
4514
            "extra": {
4515
                "branch-alias": {
4516
                    "dev-master": "2.8-dev"
4517
                }
4518
            },
4519
            "autoload": {
4520
                "psr-4": {
4521
                    "Symfony\\Bundle\\AsseticBundle\\": ""
4522
                }
4523
            },
4524
            "notification-url": "https://packagist.org/downloads/",
4525
            "license": [
4526
                "MIT"
4527
            ],
4528
            "authors": [
4529
                {
4530
                    "name": "Kris Wallsmith",
4531
                    "email": "[email protected]",
4532
                    "homepage": "http://kriswallsmith.net/"
4533
                }
4534
            ],
4535
            "description": "Integrates Assetic into Symfony2",
4536
            "homepage": "https://github.com/symfony/AsseticBundle",
4537
            "keywords": [
4538
                "assets",
4539
                "compression",
4540
                "minification"
4541
            ],
4542
            "time": "2017-07-14 07:26:46"
4543
        },
4544
        {
4545
            "name": "symfony/monolog-bundle",
4546
            "version": "v2.12.1",
4547
            "source": {
4548
                "type": "git",
4549
                "url": "https://github.com/symfony/monolog-bundle.git",
4550
                "reference": "b0146bdca7ba2a65f3bbe7010423c7393b29ec3f"
4551
            },
4552
            "dist": {
4553
                "type": "zip",
4554
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/b0146bdca7ba2a65f3bbe7010423c7393b29ec3f",
4555
                "reference": "b0146bdca7ba2a65f3bbe7010423c7393b29ec3f",
4556
                "shasum": ""
4557
            },
4558
            "require": {
4559
                "monolog/monolog": "~1.18",
4560
                "php": ">=5.3.2",
4561
                "symfony/config": "~2.3|~3.0",
4562
                "symfony/dependency-injection": "~2.3|~3.0",
4563
                "symfony/http-kernel": "~2.3|~3.0",
4564
                "symfony/monolog-bridge": "~2.3|~3.0"
4565
            },
4566
            "require-dev": {
4567
                "phpunit/phpunit": "^4.8",
4568
                "symfony/console": "~2.3|~3.0",
4569
                "symfony/yaml": "~2.3|~3.0"
4570
            },
4571
            "type": "symfony-bundle",
4572
            "extra": {
4573
                "branch-alias": {
4574
                    "dev-master": "2.x-dev"
4575
                }
4576
            },
4577
            "autoload": {
4578
                "psr-4": {
4579
                    "Symfony\\Bundle\\MonologBundle\\": ""
4580
                }
4581
            },
4582
            "notification-url": "https://packagist.org/downloads/",
4583
            "license": [
4584
                "MIT"
4585
            ],
4586
            "authors": [
4587
                {
4588
                    "name": "Symfony Community",
4589
                    "homepage": "http://symfony.com/contributors"
4590
                },
4591
                {
4592
                    "name": "Fabien Potencier",
4593
                    "email": "[email protected]"
4594
                }
4595
            ],
4596
            "description": "Symfony MonologBundle",
4597
            "homepage": "http://symfony.com",
4598
            "keywords": [
4599
                "log",
4600
                "logging"
4601
            ],
4602
            "time": "2017-01-02 19:04:26"
4603
        },
4604
        {
4605
            "name": "symfony/polyfill-apcu",
4606
            "version": "v1.6.0",
4607
            "source": {
4608
                "type": "git",
4609
                "url": "https://github.com/symfony/polyfill-apcu.git",
4610
                "reference": "04f62674339602def515bff4bc6901fc1d4951e8"
4611
            },
4612
            "dist": {
4613
                "type": "zip",
4614
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/04f62674339602def515bff4bc6901fc1d4951e8",
4615
                "reference": "04f62674339602def515bff4bc6901fc1d4951e8",
4616
                "shasum": ""
4617
            },
4618
            "require": {
4619
                "php": ">=5.3.3"
4620
            },
4621
            "type": "library",
4622
            "extra": {
4623
                "branch-alias": {
4624
                    "dev-master": "1.6-dev"
4625
                }
4626
            },
4627
            "autoload": {
4628
                "psr-4": {
4629
                    "Symfony\\Polyfill\\Apcu\\": ""
4630
                },
4631
                "files": [
4632
                    "bootstrap.php"
4633
                ]
4634
            },
4635
            "notification-url": "https://packagist.org/downloads/",
4636
            "license": [
4637
                "MIT"
4638
            ],
4639
            "authors": [
4640
                {
4641
                    "name": "Nicolas Grekas",
4642
                    "email": "[email protected]"
4643
                },
4644
                {
4645
                    "name": "Symfony Community",
4646
                    "homepage": "https://symfony.com/contributors"
4647
                }
4648
            ],
4649
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
4650
            "homepage": "https://symfony.com",
4651
            "keywords": [
4652
                "apcu",
4653
                "compatibility",
4654
                "polyfill",
4655
                "portable",
4656
                "shim"
4657
            ],
4658
            "time": "2017-10-11 12:05:26"
4659
        },
4660
        {
4661
            "name": "symfony/polyfill-intl-icu",
4662
            "version": "v1.6.0",
4663
            "source": {
4664
                "type": "git",
4665
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
4666
                "reference": "d2bb2ef00dd8605d6fbd4db53ed4af1395953497"
4667
            },
4668
            "dist": {
4669
                "type": "zip",
4670
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/d2bb2ef00dd8605d6fbd4db53ed4af1395953497",
4671
                "reference": "d2bb2ef00dd8605d6fbd4db53ed4af1395953497",
4672
                "shasum": ""
4673
            },
4674
            "require": {
4675
                "php": ">=5.3.3",
4676
                "symfony/intl": "~2.3|~3.0|~4.0"
4677
            },
4678
            "suggest": {
4679
                "ext-intl": "For best performance"
4680
            },
4681
            "type": "library",
4682
            "extra": {
4683
                "branch-alias": {
4684
                    "dev-master": "1.6-dev"
4685
                }
4686
            },
4687
            "autoload": {
4688
                "files": [
4689
                    "bootstrap.php"
4690
                ]
4691
            },
4692
            "notification-url": "https://packagist.org/downloads/",
4693
            "license": [
4694
                "MIT"
4695
            ],
4696
            "authors": [
4697
                {
4698
                    "name": "Nicolas Grekas",
4699
                    "email": "[email protected]"
4700
                },
4701
                {
4702
                    "name": "Symfony Community",
4703
                    "homepage": "https://symfony.com/contributors"
4704
                }
4705
            ],
4706
            "description": "Symfony polyfill for intl's ICU-related data and classes",
4707
            "homepage": "https://symfony.com",
4708
            "keywords": [
4709
                "compatibility",
4710
                "icu",
4711
                "intl",
4712
                "polyfill",
4713
                "portable",
4714
                "shim"
4715
            ],
4716
            "time": "2017-10-11 12:05:26"
4717
        },
4718
        {
4719
            "name": "symfony/polyfill-mbstring",
4720
            "version": "v1.6.0",
4721
            "source": {
4722
                "type": "git",
4723
                "url": "https://github.com/symfony/polyfill-mbstring.git",
4724
                "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296"
4725
            },
4726
            "dist": {
4727
                "type": "zip",
4728
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
4729
                "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
4730
                "shasum": ""
4731
            },
4732
            "require": {
4733
                "php": ">=5.3.3"
4734
            },
4735
            "suggest": {
4736
                "ext-mbstring": "For best performance"
4737
            },
4738
            "type": "library",
4739
            "extra": {
4740
                "branch-alias": {
4741
                    "dev-master": "1.6-dev"
4742
                }
4743
            },
4744
            "autoload": {
4745
                "psr-4": {
4746
                    "Symfony\\Polyfill\\Mbstring\\": ""
4747
                },
4748
                "files": [
4749
                    "bootstrap.php"
4750
                ]
4751
            },
4752
            "notification-url": "https://packagist.org/downloads/",
4753
            "license": [
4754
                "MIT"
4755
            ],
4756
            "authors": [
4757
                {
4758
                    "name": "Nicolas Grekas",
4759
                    "email": "[email protected]"
4760
                },
4761
                {
4762
                    "name": "Symfony Community",
4763
                    "homepage": "https://symfony.com/contributors"
4764
                }
4765
            ],
4766
            "description": "Symfony polyfill for the Mbstring extension",
4767
            "homepage": "https://symfony.com",
4768
            "keywords": [
4769
                "compatibility",
4770
                "mbstring",
4771
                "polyfill",
4772
                "portable",
4773
                "shim"
4774
            ],
4775
            "time": "2017-10-11 12:05:26"
4776
        },
4777
        {
4778
            "name": "symfony/polyfill-php54",
4779
            "version": "v1.6.0",
4780
            "source": {
4781
                "type": "git",
4782
                "url": "https://github.com/symfony/polyfill-php54.git",
4783
                "reference": "d7810a14b2c6c1aff415e1bb755f611b3d5327bc"
4784
            },
4785
            "dist": {
4786
                "type": "zip",
4787
                "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/d7810a14b2c6c1aff415e1bb755f611b3d5327bc",
4788
                "reference": "d7810a14b2c6c1aff415e1bb755f611b3d5327bc",
4789
                "shasum": ""
4790
            },
4791
            "require": {
4792
                "php": ">=5.3.3"
4793
            },
4794
            "type": "library",
4795
            "extra": {
4796
                "branch-alias": {
4797
                    "dev-master": "1.6-dev"
4798
                }
4799
            },
4800
            "autoload": {
4801
                "psr-4": {
4802
                    "Symfony\\Polyfill\\Php54\\": ""
4803
                },
4804
                "files": [
4805
                    "bootstrap.php"
4806
                ],
4807
                "classmap": [
4808
                    "Resources/stubs"
4809
                ]
4810
            },
4811
            "notification-url": "https://packagist.org/downloads/",
4812
            "license": [
4813
                "MIT"
4814
            ],
4815
            "authors": [
4816
                {
4817
                    "name": "Nicolas Grekas",
4818
                    "email": "[email protected]"
4819
                },
4820
                {
4821
                    "name": "Symfony Community",
4822
                    "homepage": "https://symfony.com/contributors"
4823
                }
4824
            ],
4825
            "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
4826
            "homepage": "https://symfony.com",
4827
            "keywords": [
4828
                "compatibility",
4829
                "polyfill",
4830
                "portable",
4831
                "shim"
4832
            ],
4833
            "time": "2017-10-11 12:05:26"
4834
        },
4835
        {
4836
            "name": "symfony/polyfill-php55",
4837
            "version": "v1.6.0",
4838
            "source": {
4839
                "type": "git",
4840
                "url": "https://github.com/symfony/polyfill-php55.git",
4841
                "reference": "b64e7f0c37ecf144ecc16668936eef94e628fbfd"
4842
            },
4843
            "dist": {
4844
                "type": "zip",
4845
                "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/b64e7f0c37ecf144ecc16668936eef94e628fbfd",
4846
                "reference": "b64e7f0c37ecf144ecc16668936eef94e628fbfd",
4847
                "shasum": ""
4848
            },
4849
            "require": {
4850
                "ircmaxell/password-compat": "~1.0",
4851
                "php": ">=5.3.3"
4852
            },
4853
            "type": "library",
4854
            "extra": {
4855
                "branch-alias": {
4856
                    "dev-master": "1.6-dev"
4857
                }
4858
            },
4859
            "autoload": {
4860
                "psr-4": {
4861
                    "Symfony\\Polyfill\\Php55\\": ""
4862
                },
4863
                "files": [
4864
                    "bootstrap.php"
4865
                ]
4866
            },
4867
            "notification-url": "https://packagist.org/downloads/",
4868
            "license": [
4869
                "MIT"
4870
            ],
4871
            "authors": [
4872
                {
4873
                    "name": "Nicolas Grekas",
4874
                    "email": "[email protected]"
4875
                },
4876
                {
4877
                    "name": "Symfony Community",
4878
                    "homepage": "https://symfony.com/contributors"
4879
                }
4880
            ],
4881
            "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
4882
            "homepage": "https://symfony.com",
4883
            "keywords": [
4884
                "compatibility",
4885
                "polyfill",
4886
                "portable",
4887
                "shim"
4888
            ],
4889
            "time": "2017-10-11 12:05:26"
4890
        },
4891
        {
4892
            "name": "symfony/polyfill-php56",
4893
            "version": "v1.6.0",
4894
            "source": {
4895
                "type": "git",
4896
                "url": "https://github.com/symfony/polyfill-php56.git",
4897
                "reference": "265fc96795492430762c29be291a371494ba3a5b"
4898
            },
4899
            "dist": {
4900
                "type": "zip",
4901
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/265fc96795492430762c29be291a371494ba3a5b",
4902
                "reference": "265fc96795492430762c29be291a371494ba3a5b",
4903
                "shasum": ""
4904
            },
4905
            "require": {
4906
                "php": ">=5.3.3",
4907
                "symfony/polyfill-util": "~1.0"
4908
            },
4909
            "type": "library",
4910
            "extra": {
4911
                "branch-alias": {
4912
                    "dev-master": "1.6-dev"
4913
                }
4914
            },
4915
            "autoload": {
4916
                "psr-4": {
4917
                    "Symfony\\Polyfill\\Php56\\": ""
4918
                },
4919
                "files": [
4920
                    "bootstrap.php"
4921
                ]
4922
            },
4923
            "notification-url": "https://packagist.org/downloads/",
4924
            "license": [
4925
                "MIT"
4926
            ],
4927
            "authors": [
4928
                {
4929
                    "name": "Nicolas Grekas",
4930
                    "email": "[email protected]"
4931
                },
4932
                {
4933
                    "name": "Symfony Community",
4934
                    "homepage": "https://symfony.com/contributors"
4935
                }
4936
            ],
4937
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
4938
            "homepage": "https://symfony.com",
4939
            "keywords": [
4940
                "compatibility",
4941
                "polyfill",
4942
                "portable",
4943
                "shim"
4944
            ],
4945
            "time": "2017-10-11 12:05:26"
4946
        },
4947
        {
4948
            "name": "symfony/polyfill-php70",
4949
            "version": "v1.6.0",
4950
            "source": {
4951
                "type": "git",
4952
                "url": "https://github.com/symfony/polyfill-php70.git",
4953
                "reference": "0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff"
4954
            },
4955
            "dist": {
4956
                "type": "zip",
4957
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff",
4958
                "reference": "0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff",
4959
                "shasum": ""
4960
            },
4961
            "require": {
4962
                "paragonie/random_compat": "~1.0|~2.0",
4963
                "php": ">=5.3.3"
4964
            },
4965
            "type": "library",
4966
            "extra": {
4967
                "branch-alias": {
4968
                    "dev-master": "1.6-dev"
4969
                }
4970
            },
4971
            "autoload": {
4972
                "psr-4": {
4973
                    "Symfony\\Polyfill\\Php70\\": ""
4974
                },
4975
                "files": [
4976
                    "bootstrap.php"
4977
                ],
4978
                "classmap": [
4979
                    "Resources/stubs"
4980
                ]
4981
            },
4982
            "notification-url": "https://packagist.org/downloads/",
4983
            "license": [
4984
                "MIT"
4985
            ],
4986
            "authors": [
4987
                {
4988
                    "name": "Nicolas Grekas",
4989
                    "email": "[email protected]"
4990
                },
4991
                {
4992
                    "name": "Symfony Community",
4993
                    "homepage": "https://symfony.com/contributors"
4994
                }
4995
            ],
4996
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
4997
            "homepage": "https://symfony.com",
4998
            "keywords": [
4999
                "compatibility",
5000
                "polyfill",
5001
                "portable",
5002
                "shim"
5003
            ],
5004
            "time": "2017-10-11 12:05:26"
5005
        },
5006
        {
5007
            "name": "symfony/polyfill-util",
5008
            "version": "v1.6.0",
5009
            "source": {
5010
                "type": "git",
5011
                "url": "https://github.com/symfony/polyfill-util.git",
5012
                "reference": "6e719200c8e540e0c0effeb31f96bdb344b94176"
5013
            },
5014
            "dist": {
5015
                "type": "zip",
5016
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/6e719200c8e540e0c0effeb31f96bdb344b94176",
5017
                "reference": "6e719200c8e540e0c0effeb31f96bdb344b94176",
5018
                "shasum": ""
5019
            },
5020
            "require": {
5021
                "php": ">=5.3.3"
5022
            },
5023
            "type": "library",
5024
            "extra": {
5025
                "branch-alias": {
5026
                    "dev-master": "1.6-dev"
5027
                }
5028
            },
5029
            "autoload": {
5030
                "psr-4": {
5031
                    "Symfony\\Polyfill\\Util\\": ""
5032
                }
5033
            },
5034
            "notification-url": "https://packagist.org/downloads/",
5035
            "license": [
5036
                "MIT"
5037
            ],
5038
            "authors": [
5039
                {
5040
                    "name": "Nicolas Grekas",
5041
                    "email": "[email protected]"
5042
                },
5043
                {
5044
                    "name": "Symfony Community",
5045
                    "homepage": "https://symfony.com/contributors"
5046
                }
5047
            ],
5048
            "description": "Symfony utilities for portability of PHP codes",
5049
            "homepage": "https://symfony.com",
5050
            "keywords": [
5051
                "compat",
5052
                "compatibility",
5053
                "polyfill",
5054
                "shim"
5055
            ],
5056
            "time": "2017-10-11 12:05:26"
5057
        },
5058
        {
5059
            "name": "symfony/security-acl",
5060
            "version": "v2.8.0",
5061
            "source": {
5062
                "type": "git",
5063
                "url": "https://github.com/symfony/security-acl.git",
5064
                "reference": "4a3f7327ad215242c78f6564ad4ea6d2db1b8347"
5065
            },
5066
            "dist": {
5067
                "type": "zip",
5068
                "url": "https://api.github.com/repos/symfony/security-acl/zipball/4a3f7327ad215242c78f6564ad4ea6d2db1b8347",
5069
                "reference": "4a3f7327ad215242c78f6564ad4ea6d2db1b8347",
5070
                "shasum": ""
5071
            },
5072
            "require": {
5073
                "php": ">=5.3.9",
5074
                "symfony/security-core": "~2.4|~3.0.0"
5075
            },
5076
            "require-dev": {
5077
                "doctrine/common": "~2.2",
5078
                "doctrine/dbal": "~2.2",
5079
                "psr/log": "~1.0",
5080
                "symfony/phpunit-bridge": "~2.7|~3.0.0"
5081
            },
5082
            "suggest": {
5083
                "doctrine/dbal": "For using the built-in ACL implementation",
5084
                "symfony/class-loader": "For using the ACL generateSql script",
5085
                "symfony/finder": "For using the ACL generateSql script"
5086
            },
5087
            "type": "library",
5088
            "extra": {
5089
                "branch-alias": {
5090
                    "dev-master": "2.8-dev"
5091
                }
5092
            },
5093
            "autoload": {
5094
                "psr-4": {
5095
                    "Symfony\\Component\\Security\\Acl\\": ""
5096
                },
5097
                "exclude-from-classmap": [
5098
                    "/Tests/"
5099
                ]
5100
            },
5101
            "notification-url": "https://packagist.org/downloads/",
5102
            "license": [
5103
                "MIT"
5104
            ],
5105
            "authors": [
5106
                {
5107
                    "name": "Fabien Potencier",
5108
                    "email": "[email protected]"
5109
                },
5110
                {
5111
                    "name": "Symfony Community",
5112
                    "homepage": "https://symfony.com/contributors"
5113
                }
5114
            ],
5115
            "description": "Symfony Security Component - ACL (Access Control List)",
5116
            "homepage": "https://symfony.com",
5117
            "time": "2015-12-28 09:39:09"
5118
        },
5119
        {
5120
            "name": "symfony/swiftmailer-bundle",
5121
            "version": "v2.6.7",
5122
            "source": {
5123
                "type": "git",
5124
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
5125
                "reference": "c4808f5169efc05567be983909d00f00521c53ec"
5126
            },
5127
            "dist": {
5128
                "type": "zip",
5129
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/c4808f5169efc05567be983909d00f00521c53ec",
5130
                "reference": "c4808f5169efc05567be983909d00f00521c53ec",
5131
                "shasum": ""
5132
            },
5133
            "require": {
5134
                "php": ">=5.3.2",
5135
                "swiftmailer/swiftmailer": "~4.2|~5.0",
5136
                "symfony/config": "~2.7|~3.0",
5137
                "symfony/dependency-injection": "~2.7|~3.0",
5138
                "symfony/http-kernel": "~2.7|~3.0"
5139
            },
5140
            "require-dev": {
5141
                "symfony/console": "~2.7|~3.0",
5142
                "symfony/framework-bundle": "~2.7|~3.0",
5143
                "symfony/phpunit-bridge": "~3.3@dev",
5144
                "symfony/yaml": "~2.7|~3.0"
5145
            },
5146
            "suggest": {
5147
                "psr/log": "Allows logging"
5148
            },
5149
            "type": "symfony-bundle",
5150
            "extra": {
5151
                "branch-alias": {
5152
                    "dev-master": "2.6-dev"
5153
                }
5154
            },
5155
            "autoload": {
5156
                "psr-4": {
5157
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
5158
                }
5159
            },
5160
            "notification-url": "https://packagist.org/downloads/",
5161
            "license": [
5162
                "MIT"
5163
            ],
5164
            "authors": [
5165
                {
5166
                    "name": "Symfony Community",
5167
                    "homepage": "http://symfony.com/contributors"
5168
                },
5169
                {
5170
                    "name": "Fabien Potencier",
5171
                    "email": "[email protected]"
5172
                }
5173
            ],
5174
            "description": "Symfony SwiftmailerBundle",
5175
            "homepage": "http://symfony.com",
5176
            "time": "2017-10-19 01:06:41"
5177
        },
5178
        {
5179
            "name": "symfony/symfony",
5180
            "version": "v2.8.32",
5181
            "source": {
5182
                "type": "git",
5183
                "url": "https://github.com/symfony/symfony.git",
5184
                "reference": "0efa80d0a01f60e28ae5800c94d6288239cefefe"
5185
            },
5186
            "dist": {
5187
                "type": "zip",
5188
                "url": "https://api.github.com/repos/symfony/symfony/zipball/0efa80d0a01f60e28ae5800c94d6288239cefefe",
5189
                "reference": "0efa80d0a01f60e28ae5800c94d6288239cefefe",
5190
                "shasum": ""
5191
            },
5192
            "require": {
5193
                "doctrine/common": "~2.4",
5194
                "ext-xml": "*",
5195
                "php": ">=5.3.9",
5196
                "psr/log": "~1.0",
5197
                "symfony/polyfill-apcu": "~1.1",
5198
                "symfony/polyfill-intl-icu": "~1.0",
5199
                "symfony/polyfill-mbstring": "~1.0",
5200
                "symfony/polyfill-php54": "~1.0",
5201
                "symfony/polyfill-php55": "~1.0",
5202
                "symfony/polyfill-php56": "~1.0",
5203
                "symfony/polyfill-php70": "~1.0",
5204
                "symfony/polyfill-util": "~1.0",
5205
                "symfony/security-acl": "~2.7|~3.0.0",
5206
                "twig/twig": "~1.34|~2.4"
5207
            },
5208
            "conflict": {
5209
                "phpdocumentor/reflection": "<1.0.7",
5210
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
5211
            },
5212
            "replace": {
5213
                "symfony/asset": "self.version",
5214
                "symfony/browser-kit": "self.version",
5215
                "symfony/class-loader": "self.version",
5216
                "symfony/config": "self.version",
5217
                "symfony/console": "self.version",
5218
                "symfony/css-selector": "self.version",
5219
                "symfony/debug": "self.version",
5220
                "symfony/debug-bundle": "self.version",
5221
                "symfony/dependency-injection": "self.version",
5222
                "symfony/doctrine-bridge": "self.version",
5223
                "symfony/dom-crawler": "self.version",
5224
                "symfony/event-dispatcher": "self.version",
5225
                "symfony/expression-language": "self.version",
5226
                "symfony/filesystem": "self.version",
5227
                "symfony/finder": "self.version",
5228
                "symfony/form": "self.version",
5229
                "symfony/framework-bundle": "self.version",
5230
                "symfony/http-foundation": "self.version",
5231
                "symfony/http-kernel": "self.version",
5232
                "symfony/intl": "self.version",
5233
                "symfony/ldap": "self.version",
5234
                "symfony/locale": "self.version",
5235
                "symfony/monolog-bridge": "self.version",
5236
                "symfony/options-resolver": "self.version",
5237
                "symfony/process": "self.version",
5238
                "symfony/property-access": "self.version",
5239
                "symfony/property-info": "self.version",
5240
                "symfony/proxy-manager-bridge": "self.version",
5241
                "symfony/routing": "self.version",
5242
                "symfony/security": "self.version",
5243
                "symfony/security-bundle": "self.version",
5244
                "symfony/security-core": "self.version",
5245
                "symfony/security-csrf": "self.version",
5246
                "symfony/security-guard": "self.version",
5247
                "symfony/security-http": "self.version",
5248
                "symfony/serializer": "self.version",
5249
                "symfony/stopwatch": "self.version",
5250
                "symfony/swiftmailer-bridge": "self.version",
5251
                "symfony/templating": "self.version",
5252
                "symfony/translation": "self.version",
5253
                "symfony/twig-bridge": "self.version",
5254
                "symfony/twig-bundle": "self.version",
5255
                "symfony/validator": "self.version",
5256
                "symfony/var-dumper": "self.version",
5257
                "symfony/web-profiler-bundle": "self.version",
5258
                "symfony/yaml": "self.version"
5259
            },
5260
            "require-dev": {
5261
                "doctrine/annotations": "~1.0",
5262
                "doctrine/data-fixtures": "1.0.*",
5263
                "doctrine/dbal": "~2.4",
5264
                "doctrine/doctrine-bundle": "~1.2",
5265
                "doctrine/orm": "~2.4,>=2.4.5",
5266
                "egulias/email-validator": "~1.2,>=1.2.1",
5267
                "monolog/monolog": "~1.11",
5268
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
5269
                "phpdocumentor/reflection": "^1.0.7",
5270
                "sensio/framework-extra-bundle": "^3.0.2",
5271
                "symfony/phpunit-bridge": "~3.4|~4.0"
5272
            },
5273
            "type": "library",
5274
            "extra": {
5275
                "branch-alias": {
5276
                    "dev-master": "2.8-dev"
5277
                }
5278
            },
5279
            "autoload": {
5280
                "psr-4": {
5281
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
5282
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
5283
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
5284
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
5285
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
5286
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
5287
                    "Symfony\\Component\\": "src/Symfony/Component/"
5288
                },
5289
                "classmap": [
5290
                    "src/Symfony/Component/Intl/Resources/stubs"
5291
                ],
5292
                "exclude-from-classmap": [
5293
                    "**/Tests/"
5294
                ]
5295
            },
5296
            "notification-url": "https://packagist.org/downloads/",
5297
            "license": [
5298
                "MIT"
5299
            ],
5300
            "authors": [
5301
                {
5302
                    "name": "Fabien Potencier",
5303
                    "email": "[email protected]"
5304
                },
5305
                {
5306
                    "name": "Symfony Community",
5307
                    "homepage": "https://symfony.com/contributors"
5308
                }
5309
            ],
5310
            "description": "The Symfony PHP framework",
5311
            "homepage": "https://symfony.com",
5312
            "keywords": [
5313
                "framework"
5314
            ],
5315
            "time": "2017-12-04 22:02:29"
5316
        },
5317
        {
5318
            "name": "twig/twig",
5319
            "version": "v1.35.0",
5320
            "source": {
5321
                "type": "git",
5322
                "url": "https://github.com/twigphp/Twig.git",
5323
                "reference": "daa657073e55b0a78cce8fdd22682fddecc6385f"
5324
            },
5325
            "dist": {
5326
                "type": "zip",
5327
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/daa657073e55b0a78cce8fdd22682fddecc6385f",
5328
                "reference": "daa657073e55b0a78cce8fdd22682fddecc6385f",
5329
                "shasum": ""
5330
            },
5331
            "require": {
5332
                "php": ">=5.3.3"
5333
            },
5334
            "require-dev": {
5335
                "psr/container": "^1.0",
5336
                "symfony/debug": "~2.7",
5337
                "symfony/phpunit-bridge": "~3.3@dev"
5338
            },
5339
            "type": "library",
5340
            "extra": {
5341
                "branch-alias": {
5342
                    "dev-master": "1.35-dev"
5343
                }
5344
            },
5345
            "autoload": {
5346
                "psr-0": {
5347
                    "Twig_": "lib/"
5348
                },
5349
                "psr-4": {
5350
                    "Twig\\": "src/"
5351
                }
5352
            },
5353
            "notification-url": "https://packagist.org/downloads/",
5354
            "license": [
5355
                "BSD-3-Clause"
5356
            ],
5357
            "authors": [
5358
                {
5359
                    "name": "Fabien Potencier",
5360
                    "email": "[email protected]",
5361
                    "homepage": "http://fabien.potencier.org",
5362
                    "role": "Lead Developer"
5363
                },
5364
                {
5365
                    "name": "Armin Ronacher",
5366
                    "email": "[email protected]",
5367
                    "role": "Project Founder"
5368
                },
5369
                {
5370
                    "name": "Twig Team",
5371
                    "homepage": "http://twig.sensiolabs.org/contributors",
5372
                    "role": "Contributors"
5373
                }
5374
            ],
5375
            "description": "Twig, the flexible, fast, and secure template language for PHP",
5376
            "homepage": "http://twig.sensiolabs.org",
5377
            "keywords": [
5378
                "templating"
5379
            ],
5380
            "time": "2017-09-27 18:06:46"
5381
        },
5382
        {
5383
            "name": "vich/uploader-bundle",
5384
            "version": "v0.14.0",
5385
            "source": {
5386
                "type": "git",
5387
                "url": "https://github.com/dustin10/VichUploaderBundle.git",
5388
                "reference": "65d244d5e6ef62b4978585cdeb283b6cdab05f6b"
5389
            },
5390
            "dist": {
5391
                "type": "zip",
5392
                "url": "https://api.github.com/repos/dustin10/VichUploaderBundle/zipball/65d244d5e6ef62b4978585cdeb283b6cdab05f6b",
5393
                "reference": "65d244d5e6ef62b4978585cdeb283b6cdab05f6b",
5394
                "shasum": ""
5395
            },
5396
            "require": {
5397
                "jms/metadata": "~1.5",
5398
                "php": ">=5.3.2",
5399
                "symfony/finder": ">=2.0",
5400
                "symfony/framework-bundle": "~2.3",
5401
                "symfony/property-access": "~2.3"
5402
            },
5403
            "require-dev": {
5404
                "doctrine/doctrine-bundle": "*",
5405
                "doctrine/mongodb-odm": "@dev",
5406
                "doctrine/orm": "*",
5407
                "knplabs/knp-gaufrette-bundle": "*",
5408
                "matthiasnoback/symfony-dependency-injection-test": "0.*",
5409
                "mikey179/vfsstream": "~1.0",
5410
                "oneup/flysystem-bundle": "dev-master",
5411
                "phpunit/phpunit": "~4.0",
5412
                "symfony/symfony": "*"
5413
            },
5414
            "suggest": {
5415
                "doctrine/doctrine-bundle": "*",
5416
                "doctrine/mongodb-odm-bundle": "*",
5417
                "doctrine/orm": ">=2.2.3",
5418
                "doctrine/phpcr-odm": "~1.0",
5419
                "knplabs/knp-gaufrette-bundle": "*",
5420
                "symfony/yaml": "@stable",
5421
                "willdurand/propel-eventdispatcher-bundle": ">=1.2"
5422
            },
5423
            "type": "symfony-bundle",
5424
            "extra": {
5425
                "branch-alias": {
5426
                    "dev-master": "1.0.x-dev"
5427
                }
5428
            },
5429
            "autoload": {
5430
                "psr-4": {
5431
                    "Vich\\UploaderBundle\\": "",
5432
                    "Vich\\TestBundle\\": "Tests/Fixtures/App/src/TestBundle/"
5433
                }
5434
            },
5435
            "notification-url": "https://packagist.org/downloads/",
5436
            "license": [
5437
                "MIT"
5438
            ],
5439
            "authors": [
5440
                {
5441
                    "name": "Dustin Dobervich",
5442
                    "email": "[email protected]"
5443
                }
5444
            ],
5445
            "description": "Ease file uploads attached to entities",
5446
            "homepage": "https://github.com/dustin10/VichUploaderBundle",
5447
            "keywords": [
5448
                "file uploads",
5449
                "upload"
5450
            ],
5451
            "time": "2014-12-12 10:26:46"
5452
        },
5453
        {
5454
            "name": "willdurand/jsonp-callback-validator",
5455
            "version": "v1.1.0",
5456
            "source": {
5457
                "type": "git",
5458
                "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
5459
                "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
5460
            },
5461
            "dist": {
5462
                "type": "zip",
5463
                "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
5464
                "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
5465
                "shasum": ""
5466
            },
5467
            "require": {
5468
                "php": ">=5.3.0"
5469
            },
5470
            "require-dev": {
5471
                "phpunit/phpunit": "~3.7"
5472
            },
5473
            "type": "library",
5474
            "autoload": {
5475
                "psr-0": {
5476
                    "JsonpCallbackValidator": "src/"
5477
                }
5478
            },
5479
            "notification-url": "https://packagist.org/downloads/",
5480
            "license": [
5481
                "MIT"
5482
            ],
5483
            "authors": [
5484
                {
5485
                    "name": "William Durand",
5486
                    "email": "[email protected]",
5487
                    "homepage": "http://www.willdurand.fr"
5488
                }
5489
            ],
5490
            "description": "JSONP callback validator.",
5491
            "time": "2014-01-20 22:35:06"
5492
        },
5493
        {
5494
            "name": "willdurand/negotiation",
5495
            "version": "1.5.0",
5496
            "source": {
5497
                "type": "git",
5498
                "url": "https://github.com/willdurand/Negotiation.git",
5499
                "reference": "2a59f2376557303e3fa91465ab691abb82945edf"
5500
            },
5501
            "dist": {
5502
                "type": "zip",
5503
                "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/2a59f2376557303e3fa91465ab691abb82945edf",
5504
                "reference": "2a59f2376557303e3fa91465ab691abb82945edf",
5505
                "shasum": ""
5506
            },
5507
            "require": {
5508
                "php": ">=5.3.0"
5509
            },
5510
            "type": "library",
5511
            "extra": {
5512
                "branch-alias": {
5513
                    "dev-master": "1.5-dev"
5514
                }
5515
            },
5516
            "autoload": {
5517
                "psr-4": {
5518
                    "Negotiation\\": "src/Negotiation"
5519
                }
5520
            },
5521
            "notification-url": "https://packagist.org/downloads/",
5522
            "license": [
5523
                "MIT"
5524
            ],
5525
            "authors": [
5526
                {
5527
                    "name": "William Durand",
5528
                    "email": "[email protected]"
5529
                }
5530
            ],
5531
            "description": "Content Negotiation tools for PHP provided as a standalone library.",
5532
            "homepage": "http://williamdurand.fr/Negotiation/",
5533
            "keywords": [
5534
                "accept",
5535
                "content",
5536
                "format",
5537
                "header",
5538
                "negotiation"
5539
            ],
5540
            "time": "2015-10-01 07:42:40"
5541
        },
5542
        {
5543
            "name": "zendframework/zend-code",
5544
            "version": "2.5.1",
5545
            "source": {
5546
                "type": "git",
5547
                "url": "https://github.com/zendframework/zend-code.git",
5548
                "reference": "5d998f261ec2a55171c71da57a11622745680153"
5549
            },
5550
            "dist": {
5551
                "type": "zip",
5552
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/5d998f261ec2a55171c71da57a11622745680153",
5553
                "reference": "5d998f261ec2a55171c71da57a11622745680153",
5554
                "shasum": ""
5555
            },
5556
            "require": {
5557
                "php": ">=5.3.23",
5558
                "zendframework/zend-eventmanager": "~2.5"
5559
            },
5560
            "require-dev": {
5561
                "doctrine/common": ">=2.1",
5562
                "fabpot/php-cs-fixer": "1.7.*",
5563
                "phpunit/phpunit": "~4.0",
5564
                "zendframework/zend-stdlib": "~2.5",
5565
                "zendframework/zend-version": "~2.5"
5566
            },
5567
            "suggest": {
5568
                "doctrine/common": "Doctrine\\Common >=2.1 for annotation features",
5569
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
5570
            },
5571
            "type": "library",
5572
            "extra": {
5573
                "branch-alias": {
5574
                    "dev-master": "2.5-dev",
5575
                    "dev-develop": "2.6-dev"
5576
                }
5577
            },
5578
            "autoload": {
5579
                "psr-4": {
5580
                    "Zend\\Code\\": "src/"
5581
                }
5582
            },
5583
            "notification-url": "https://packagist.org/downloads/",
5584
            "license": [
5585
                "BSD-3-Clause"
5586
            ],
5587
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
5588
            "homepage": "https://github.com/zendframework/zend-code",
5589
            "keywords": [
5590
                "code",
5591
                "zf2"
5592
            ],
5593
            "time": "2015-06-03 15:31:59"
5594
        },
5595
        {
5596
            "name": "zendframework/zend-eventmanager",
5597
            "version": "2.5.1",
5598
            "source": {
5599
                "type": "git",
5600
                "url": "https://github.com/zendframework/zend-eventmanager.git",
5601
                "reference": "d94a16039144936f107f906896349900fd634443"
5602
            },
5603
            "dist": {
5604
                "type": "zip",
5605
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/d94a16039144936f107f906896349900fd634443",
5606
                "reference": "d94a16039144936f107f906896349900fd634443",
5607
                "shasum": ""
5608
            },
5609
            "require": {
5610
                "php": ">=5.3.23",
5611
                "zendframework/zend-stdlib": "~2.5"
5612
            },
5613
            "require-dev": {
5614
                "fabpot/php-cs-fixer": "1.7.*",
5615
                "phpunit/phpunit": "~4.0"
5616
            },
5617
            "type": "library",
5618
            "extra": {
5619
                "branch-alias": {
5620
                    "dev-master": "2.5-dev",
5621
                    "dev-develop": "2.6-dev"
5622
                }
5623
            },
5624
            "autoload": {
5625
                "psr-4": {
5626
                    "Zend\\EventManager\\": "src/"
5627
                }
5628
            },
5629
            "notification-url": "https://packagist.org/downloads/",
5630
            "license": [
5631
                "BSD-3-Clause"
5632
            ],
5633
            "homepage": "https://github.com/zendframework/zend-eventmanager",
5634
            "keywords": [
5635
                "eventmanager",
5636
                "zf2"
5637
            ],
5638
            "time": "2015-06-03 15:32:01"
5639
        },
5640
        {
5641
            "name": "zendframework/zend-stdlib",
5642
            "version": "2.5.1",
5643
            "source": {
5644
                "type": "git",
5645
                "url": "https://github.com/zendframework/zend-stdlib.git",
5646
                "reference": "cc8e90a60dd5d44b9730b77d07b97550091da1ae"
5647
            },
5648
            "dist": {
5649
                "type": "zip",
5650
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/cc8e90a60dd5d44b9730b77d07b97550091da1ae",
5651
                "reference": "cc8e90a60dd5d44b9730b77d07b97550091da1ae",
5652
                "shasum": ""
5653
            },
5654
            "require": {
5655
                "php": ">=5.3.23"
5656
            },
5657
            "require-dev": {
5658
                "fabpot/php-cs-fixer": "1.7.*",
5659
                "phpunit/phpunit": "~4.0",
5660
                "zendframework/zend-config": "~2.5",
5661
                "zendframework/zend-eventmanager": "~2.5",
5662
                "zendframework/zend-filter": "~2.5",
5663
                "zendframework/zend-inputfilter": "~2.5",
5664
                "zendframework/zend-serializer": "~2.5",
5665
                "zendframework/zend-servicemanager": "~2.5"
5666
            },
5667
            "suggest": {
5668
                "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
5669
                "zendframework/zend-filter": "To support naming strategy hydrator usage",
5670
                "zendframework/zend-serializer": "Zend\\Serializer component",
5671
                "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
5672
            },
5673
            "type": "library",
5674
            "extra": {
5675
                "branch-alias": {
5676
                    "dev-master": "2.5-dev",
5677
                    "dev-develop": "2.6-dev"
5678
                }
5679
            },
5680
            "autoload": {
5681
                "psr-4": {
5682
                    "Zend\\Stdlib\\": "src/"
5683
                }
5684
            },
5685
            "notification-url": "https://packagist.org/downloads/",
5686
            "license": [
5687
                "BSD-3-Clause"
5688
            ],
5689
            "homepage": "https://github.com/zendframework/zend-stdlib",
5690
            "keywords": [
5691
                "stdlib",
5692
                "zf2"
5693
            ],
5694
            "time": "2015-06-03 15:32:03"
5695
        },
5696
        {
5697
            "name": "zendframework/zenddiagnostics",
5698
            "version": "v1.0.9",
5699
            "source": {
5700
                "type": "git",
5701
                "url": "https://github.com/zendframework/ZendDiagnostics.git",
5702
                "reference": "292653c287a9e9d811417d4cb8a0025a4c1894cf"
5703
            },
5704
            "dist": {
5705
                "type": "zip",
5706
                "url": "https://api.github.com/repos/zendframework/ZendDiagnostics/zipball/292653c287a9e9d811417d4cb8a0025a4c1894cf",
5707
                "reference": "292653c287a9e9d811417d4cb8a0025a4c1894cf",
5708
                "shasum": ""
5709
            },
5710
            "require": {
5711
                "php": ">=5.3.3"
5712
            },
5713
            "require-dev": {
5714
                "doctrine/migrations": "~1.0@dev",
5715
                "guzzle/http": "3.*",
5716
                "guzzle/plugin-mock": "3.*",
5717
                "mikey179/vfsstream": "1.6.*",
5718
                "phpunit/phpunit": "4.7.*",
5719
                "predis/predis": "0.8.*",
5720
                "sensiolabs/security-checker": "1.3.*@dev",
5721
                "symfony/yaml": "v2.3.11",
5722
                "videlalvaro/php-amqplib": "2.*",
5723
                "zendframework/zend-loader": "2.*"
5724
            },
5725
            "suggest": {
5726
                "doctrine/migrations": "Required by Check\\DoctrineMigration",
5727
                "ext-bcmath": "Required by Check\\CpuPerformance",
5728
                "guzzle/http": "Required by Check\\GuzzleHttpService",
5729
                "predis/predis": "Required by Check\\Redis",
5730
                "sensiolabs/security-checker": "Required by Check\\SecurityAdvisory",
5731
                "symfony/yaml": "Required by Check\\YamlFile",
5732
                "videlalvaro/php-amqplib": "Required by Check\\RabbitMQ"
5733
            },
5734
            "type": "library",
5735
            "extra": {
5736
                "branch-alias": {
5737
                    "dev-master": "1.0.x-dev"
5738
                }
5739
            },
5740
            "autoload": {
5741
                "psr-0": {
5742
                    "ZendDiagnostics\\": "src/",
5743
                    "ZendDiagnosticsTest\\": "tests/"
5744
                }
5745
            },
5746
            "notification-url": "https://packagist.org/downloads/",
5747
            "license": [
5748
                "BSD-3-Clause"
5749
            ],
5750
            "description": "A set of components for performing diagnostic tests in PHP applications",
5751
            "homepage": "https://github.com/zendframework/ZendDiagnostics",
5752
            "keywords": [
5753
                "diagnostics",
5754
                "php",
5755
                "test"
5756
            ],
5757
            "time": "2016-04-01 10:39:00"
5758
        }
5759
    ],
5760
    "packages-dev": [
5761
        {
5762
            "name": "phpdocumentor/reflection-docblock",
5763
            "version": "2.0.5",
5764
            "source": {
5765
                "type": "git",
5766
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
5767
                "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
5768
            },
5769
            "dist": {
5770
                "type": "zip",
5771
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
5772
                "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
5773
                "shasum": ""
5774
            },
5775
            "require": {
5776
                "php": ">=5.3.3"
5777
            },
5778
            "require-dev": {
5779
                "phpunit/phpunit": "~4.0"
5780
            },
5781
            "suggest": {
5782
                "dflydev/markdown": "~1.0",
5783
                "erusev/parsedown": "~1.0"
5784
            },
5785
            "type": "library",
5786
            "extra": {
5787
                "branch-alias": {
5788
                    "dev-master": "2.0.x-dev"
5789
                }
5790
            },
5791
            "autoload": {
5792
                "psr-0": {
5793
                    "phpDocumentor": [
5794
                        "src/"
5795
                    ]
5796
                }
5797
            },
5798
            "notification-url": "https://packagist.org/downloads/",
5799
            "license": [
5800
                "MIT"
5801
            ],
5802
            "authors": [
5803
                {
5804
                    "name": "Mike van Riel",
5805
                    "email": "[email protected]"
5806
                }
5807
            ],
5808
            "time": "2016-01-25 08:17:30"
5809
        },
5810
        {
5811
            "name": "phpspec/prophecy",
5812
            "version": "1.7.3",
5813
            "source": {
5814
                "type": "git",
5815
                "url": "https://github.com/phpspec/prophecy.git",
5816
                "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf"
5817
            },
5818
            "dist": {
5819
                "type": "zip",
5820
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf",
5821
                "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf",
5822
                "shasum": ""
5823
            },
5824
            "require": {
5825
                "doctrine/instantiator": "^1.0.2",
5826
                "php": "^5.3|^7.0",
5827
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
5828
                "sebastian/comparator": "^1.1|^2.0",
5829
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
5830
            },
5831
            "require-dev": {
5832
                "phpspec/phpspec": "^2.5|^3.2",
5833
                "phpunit/phpunit": "^4.8.35 || ^5.7"
5834
            },
5835
            "type": "library",
5836
            "extra": {
5837
                "branch-alias": {
5838
                    "dev-master": "1.7.x-dev"
5839
                }
5840
            },
5841
            "autoload": {
5842
                "psr-0": {
5843
                    "Prophecy\\": "src/"
5844
                }
5845
            },
5846
            "notification-url": "https://packagist.org/downloads/",
5847
            "license": [
5848
                "MIT"
5849
            ],
5850
            "authors": [
5851
                {
5852
                    "name": "Konstantin Kudryashov",
5853
                    "email": "[email protected]",
5854
                    "homepage": "http://everzet.com"
5855
                },
5856
                {
5857
                    "name": "Marcello Duarte",
5858
                    "email": "[email protected]"
5859
                }
5860
            ],
5861
            "description": "Highly opinionated mocking framework for PHP 5.3+",
5862
            "homepage": "https://github.com/phpspec/prophecy",
5863
            "keywords": [
5864
                "Double",
5865
                "Dummy",
5866
                "fake",
5867
                "mock",
5868
                "spy",
5869
                "stub"
5870
            ],
5871
            "time": "2017-11-24 13:59:53"
5872
        },
5873
        {
5874
            "name": "phpunit/php-code-coverage",
5875
            "version": "2.2.4",
5876
            "source": {
5877
                "type": "git",
5878
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
5879
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
5880
            },
5881
            "dist": {
5882
                "type": "zip",
5883
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
5884
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
5885
                "shasum": ""
5886
            },
5887
            "require": {
5888
                "php": ">=5.3.3",
5889
                "phpunit/php-file-iterator": "~1.3",
5890
                "phpunit/php-text-template": "~1.2",
5891
                "phpunit/php-token-stream": "~1.3",
5892
                "sebastian/environment": "^1.3.2",
5893
                "sebastian/version": "~1.0"
5894
            },
5895
            "require-dev": {
5896
                "ext-xdebug": ">=2.1.4",
5897
                "phpunit/phpunit": "~4"
5898
            },
5899
            "suggest": {
5900
                "ext-dom": "*",
5901
                "ext-xdebug": ">=2.2.1",
5902
                "ext-xmlwriter": "*"
5903
            },
5904
            "type": "library",
5905
            "extra": {
5906
                "branch-alias": {
5907
                    "dev-master": "2.2.x-dev"
5908
                }
5909
            },
5910
            "autoload": {
5911
                "classmap": [
5912
                    "src/"
5913
                ]
5914
            },
5915
            "notification-url": "https://packagist.org/downloads/",
5916
            "license": [
5917
                "BSD-3-Clause"
5918
            ],
5919
            "authors": [
5920
                {
5921
                    "name": "Sebastian Bergmann",
5922
                    "email": "[email protected]",
5923
                    "role": "lead"
5924
                }
5925
            ],
5926
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
5927
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
5928
            "keywords": [
5929
                "coverage",
5930
                "testing",
5931
                "xunit"
5932
            ],
5933
            "time": "2015-10-06 15:47:00"
5934
        },
5935
        {
5936
            "name": "phpunit/php-file-iterator",
5937
            "version": "1.4.5",
5938
            "source": {
5939
                "type": "git",
5940
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
5941
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
5942
            },
5943
            "dist": {
5944
                "type": "zip",
5945
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
5946
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
5947
                "shasum": ""
5948
            },
5949
            "require": {
5950
                "php": ">=5.3.3"
5951
            },
5952
            "type": "library",
5953
            "extra": {
5954
                "branch-alias": {
5955
                    "dev-master": "1.4.x-dev"
5956
                }
5957
            },
5958
            "autoload": {
5959
                "classmap": [
5960
                    "src/"
5961
                ]
5962
            },
5963
            "notification-url": "https://packagist.org/downloads/",
5964
            "license": [
5965
                "BSD-3-Clause"
5966
            ],
5967
            "authors": [
5968
                {
5969
                    "name": "Sebastian Bergmann",
5970
                    "email": "[email protected]",
5971
                    "role": "lead"
5972
                }
5973
            ],
5974
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
5975
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
5976
            "keywords": [
5977
                "filesystem",
5978
                "iterator"
5979
            ],
5980
            "time": "2017-11-27 13:52:08"
5981
        },
5982
        {
5983
            "name": "phpunit/php-text-template",
5984
            "version": "1.2.1",
5985
            "source": {
5986
                "type": "git",
5987
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
5988
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
5989
            },
5990
            "dist": {
5991
                "type": "zip",
5992
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
5993
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
5994
                "shasum": ""
5995
            },
5996
            "require": {
5997
                "php": ">=5.3.3"
5998
            },
5999
            "type": "library",
6000
            "autoload": {
6001
                "classmap": [
6002
                    "src/"
6003
                ]
6004
            },
6005
            "notification-url": "https://packagist.org/downloads/",
6006
            "license": [
6007
                "BSD-3-Clause"
6008
            ],
6009
            "authors": [
6010
                {
6011
                    "name": "Sebastian Bergmann",
6012
                    "email": "[email protected]",
6013
                    "role": "lead"
6014
                }
6015
            ],
6016
            "description": "Simple template engine.",
6017
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
6018
            "keywords": [
6019
                "template"
6020
            ],
6021
            "time": "2015-06-21 13:50:34"
6022
        },
6023
        {
6024
            "name": "phpunit/php-timer",
6025
            "version": "1.0.9",
6026
            "source": {
6027
                "type": "git",
6028
                "url": "https://github.com/sebastianbergmann/php-timer.git",
6029
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
6030
            },
6031
            "dist": {
6032
                "type": "zip",
6033
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
6034
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
6035
                "shasum": ""
6036
            },
6037
            "require": {
6038
                "php": "^5.3.3 || ^7.0"
6039
            },
6040
            "require-dev": {
6041
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
6042
            },
6043
            "type": "library",
6044
            "extra": {
6045
                "branch-alias": {
6046
                    "dev-master": "1.0-dev"
6047
                }
6048
            },
6049
            "autoload": {
6050
                "classmap": [
6051
                    "src/"
6052
                ]
6053
            },
6054
            "notification-url": "https://packagist.org/downloads/",
6055
            "license": [
6056
                "BSD-3-Clause"
6057
            ],
6058
            "authors": [
6059
                {
6060
                    "name": "Sebastian Bergmann",
6061
                    "email": "[email protected]",
6062
                    "role": "lead"
6063
                }
6064
            ],
6065
            "description": "Utility class for timing",
6066
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
6067
            "keywords": [
6068
                "timer"
6069
            ],
6070
            "time": "2017-02-26 11:10:40"
6071
        },
6072
        {
6073
            "name": "phpunit/php-token-stream",
6074
            "version": "1.4.12",
6075
            "source": {
6076
                "type": "git",
6077
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
6078
                "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
6079
            },
6080
            "dist": {
6081
                "type": "zip",
6082
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
6083
                "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
6084
                "shasum": ""
6085
            },
6086
            "require": {
6087
                "ext-tokenizer": "*",
6088
                "php": ">=5.3.3"
6089
            },
6090
            "require-dev": {
6091
                "phpunit/phpunit": "~4.2"
6092
            },
6093
            "type": "library",
6094
            "extra": {
6095
                "branch-alias": {
6096
                    "dev-master": "1.4-dev"
6097
                }
6098
            },
6099
            "autoload": {
6100
                "classmap": [
6101
                    "src/"
6102
                ]
6103
            },
6104
            "notification-url": "https://packagist.org/downloads/",
6105
            "license": [
6106
                "BSD-3-Clause"
6107
            ],
6108
            "authors": [
6109
                {
6110
                    "name": "Sebastian Bergmann",
6111
                    "email": "[email protected]"
6112
                }
6113
            ],
6114
            "description": "Wrapper around PHP's tokenizer extension.",
6115
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
6116
            "keywords": [
6117
                "tokenizer"
6118
            ],
6119
            "time": "2017-12-04 08:55:13"
6120
        },
6121
        {
6122
            "name": "phpunit/phpunit",
6123
            "version": "4.8.36",
6124
            "source": {
6125
                "type": "git",
6126
                "url": "https://github.com/sebastianbergmann/phpunit.git",
6127
                "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
6128
            },
6129
            "dist": {
6130
                "type": "zip",
6131
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
6132
                "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
6133
                "shasum": ""
6134
            },
6135
            "require": {
6136
                "ext-dom": "*",
6137
                "ext-json": "*",
6138
                "ext-pcre": "*",
6139
                "ext-reflection": "*",
6140
                "ext-spl": "*",
6141
                "php": ">=5.3.3",
6142
                "phpspec/prophecy": "^1.3.1",
6143
                "phpunit/php-code-coverage": "~2.1",
6144
                "phpunit/php-file-iterator": "~1.4",
6145
                "phpunit/php-text-template": "~1.2",
6146
                "phpunit/php-timer": "^1.0.6",
6147
                "phpunit/phpunit-mock-objects": "~2.3",
6148
                "sebastian/comparator": "~1.2.2",
6149
                "sebastian/diff": "~1.2",
6150
                "sebastian/environment": "~1.3",
6151
                "sebastian/exporter": "~1.2",
6152
                "sebastian/global-state": "~1.0",
6153
                "sebastian/version": "~1.0",
6154
                "symfony/yaml": "~2.1|~3.0"
6155
            },
6156
            "suggest": {
6157
                "phpunit/php-invoker": "~1.1"
6158
            },
6159
            "bin": [
6160
                "phpunit"
6161
            ],
6162
            "type": "library",
6163
            "extra": {
6164
                "branch-alias": {
6165
                    "dev-master": "4.8.x-dev"
6166
                }
6167
            },
6168
            "autoload": {
6169
                "classmap": [
6170
                    "src/"
6171
                ]
6172
            },
6173
            "notification-url": "https://packagist.org/downloads/",
6174
            "license": [
6175
                "BSD-3-Clause"
6176
            ],
6177
            "authors": [
6178
                {
6179
                    "name": "Sebastian Bergmann",
6180
                    "email": "[email protected]",
6181
                    "role": "lead"
6182
                }
6183
            ],
6184
            "description": "The PHP Unit Testing framework.",
6185
            "homepage": "https://phpunit.de/",
6186
            "keywords": [
6187
                "phpunit",
6188
                "testing",
6189
                "xunit"
6190
            ],
6191
            "time": "2017-06-21 08:07:12"
6192
        },
6193
        {
6194
            "name": "phpunit/phpunit-mock-objects",
6195
            "version": "2.3.8",
6196
            "source": {
6197
                "type": "git",
6198
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
6199
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
6200
            },
6201
            "dist": {
6202
                "type": "zip",
6203
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
6204
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
6205
                "shasum": ""
6206
            },
6207
            "require": {
6208
                "doctrine/instantiator": "^1.0.2",
6209
                "php": ">=5.3.3",
6210
                "phpunit/php-text-template": "~1.2",
6211
                "sebastian/exporter": "~1.2"
6212
            },
6213
            "require-dev": {
6214
                "phpunit/phpunit": "~4.4"
6215
            },
6216
            "suggest": {
6217
                "ext-soap": "*"
6218
            },
6219
            "type": "library",
6220
            "extra": {
6221
                "branch-alias": {
6222
                    "dev-master": "2.3.x-dev"
6223
                }
6224
            },
6225
            "autoload": {
6226
                "classmap": [
6227
                    "src/"
6228
                ]
6229
            },
6230
            "notification-url": "https://packagist.org/downloads/",
6231
            "license": [
6232
                "BSD-3-Clause"
6233
            ],
6234
            "authors": [
6235
                {
6236
                    "name": "Sebastian Bergmann",
6237
                    "email": "[email protected]",
6238
                    "role": "lead"
6239
                }
6240
            ],
6241
            "description": "Mock Object library for PHPUnit",
6242
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
6243
            "keywords": [
6244
                "mock",
6245
                "xunit"
6246
            ],
6247
            "time": "2015-10-02 06:51:40"
6248
        },
6249
        {
6250
            "name": "sebastian/comparator",
6251
            "version": "1.2.4",
6252
            "source": {
6253
                "type": "git",
6254
                "url": "https://github.com/sebastianbergmann/comparator.git",
6255
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
6256
            },
6257
            "dist": {
6258
                "type": "zip",
6259
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
6260
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
6261
                "shasum": ""
6262
            },
6263
            "require": {
6264
                "php": ">=5.3.3",
6265
                "sebastian/diff": "~1.2",
6266
                "sebastian/exporter": "~1.2 || ~2.0"
6267
            },
6268
            "require-dev": {
6269
                "phpunit/phpunit": "~4.4"
6270
            },
6271
            "type": "library",
6272
            "extra": {
6273
                "branch-alias": {
6274
                    "dev-master": "1.2.x-dev"
6275
                }
6276
            },
6277
            "autoload": {
6278
                "classmap": [
6279
                    "src/"
6280
                ]
6281
            },
6282
            "notification-url": "https://packagist.org/downloads/",
6283
            "license": [
6284
                "BSD-3-Clause"
6285
            ],
6286
            "authors": [
6287
                {
6288
                    "name": "Jeff Welch",
6289
                    "email": "[email protected]"
6290
                },
6291
                {
6292
                    "name": "Volker Dusch",
6293
                    "email": "[email protected]"
6294
                },
6295
                {
6296
                    "name": "Bernhard Schussek",
6297
                    "email": "[email protected]"
6298
                },
6299
                {
6300
                    "name": "Sebastian Bergmann",
6301
                    "email": "[email protected]"
6302
                }
6303
            ],
6304
            "description": "Provides the functionality to compare PHP values for equality",
6305
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
6306
            "keywords": [
6307
                "comparator",
6308
                "compare",
6309
                "equality"
6310
            ],
6311
            "time": "2017-01-29 09:50:25"
6312
        },
6313
        {
6314
            "name": "sebastian/diff",
6315
            "version": "1.4.3",
6316
            "source": {
6317
                "type": "git",
6318
                "url": "https://github.com/sebastianbergmann/diff.git",
6319
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
6320
            },
6321
            "dist": {
6322
                "type": "zip",
6323
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
6324
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
6325
                "shasum": ""
6326
            },
6327
            "require": {
6328
                "php": "^5.3.3 || ^7.0"
6329
            },
6330
            "require-dev": {
6331
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
6332
            },
6333
            "type": "library",
6334
            "extra": {
6335
                "branch-alias": {
6336
                    "dev-master": "1.4-dev"
6337
                }
6338
            },
6339
            "autoload": {
6340
                "classmap": [
6341
                    "src/"
6342
                ]
6343
            },
6344
            "notification-url": "https://packagist.org/downloads/",
6345
            "license": [
6346
                "BSD-3-Clause"
6347
            ],
6348
            "authors": [
6349
                {
6350
                    "name": "Kore Nordmann",
6351
                    "email": "[email protected]"
6352
                },
6353
                {
6354
                    "name": "Sebastian Bergmann",
6355
                    "email": "[email protected]"
6356
                }
6357
            ],
6358
            "description": "Diff implementation",
6359
            "homepage": "https://github.com/sebastianbergmann/diff",
6360
            "keywords": [
6361
                "diff"
6362
            ],
6363
            "time": "2017-05-22 07:24:03"
6364
        },
6365
        {
6366
            "name": "sebastian/environment",
6367
            "version": "1.3.8",
6368
            "source": {
6369
                "type": "git",
6370
                "url": "https://github.com/sebastianbergmann/environment.git",
6371
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
6372
            },
6373
            "dist": {
6374
                "type": "zip",
6375
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
6376
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
6377
                "shasum": ""
6378
            },
6379
            "require": {
6380
                "php": "^5.3.3 || ^7.0"
6381
            },
6382
            "require-dev": {
6383
                "phpunit/phpunit": "^4.8 || ^5.0"
6384
            },
6385
            "type": "library",
6386
            "extra": {
6387
                "branch-alias": {
6388
                    "dev-master": "1.3.x-dev"
6389
                }
6390
            },
6391
            "autoload": {
6392
                "classmap": [
6393
                    "src/"
6394
                ]
6395
            },
6396
            "notification-url": "https://packagist.org/downloads/",
6397
            "license": [
6398
                "BSD-3-Clause"
6399
            ],
6400
            "authors": [
6401
                {
6402
                    "name": "Sebastian Bergmann",
6403
                    "email": "[email protected]"
6404
                }
6405
            ],
6406
            "description": "Provides functionality to handle HHVM/PHP environments",
6407
            "homepage": "http://www.github.com/sebastianbergmann/environment",
6408
            "keywords": [
6409
                "Xdebug",
6410
                "environment",
6411
                "hhvm"
6412
            ],
6413
            "time": "2016-08-18 05:49:44"
6414
        },
6415
        {
6416
            "name": "sebastian/exporter",
6417
            "version": "1.2.2",
6418
            "source": {
6419
                "type": "git",
6420
                "url": "https://github.com/sebastianbergmann/exporter.git",
6421
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
6422
            },
6423
            "dist": {
6424
                "type": "zip",
6425
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
6426
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
6427
                "shasum": ""
6428
            },
6429
            "require": {
6430
                "php": ">=5.3.3",
6431
                "sebastian/recursion-context": "~1.0"
6432
            },
6433
            "require-dev": {
6434
                "ext-mbstring": "*",
6435
                "phpunit/phpunit": "~4.4"
6436
            },
6437
            "type": "library",
6438
            "extra": {
6439
                "branch-alias": {
6440
                    "dev-master": "1.3.x-dev"
6441
                }
6442
            },
6443
            "autoload": {
6444
                "classmap": [
6445
                    "src/"
6446
                ]
6447
            },
6448
            "notification-url": "https://packagist.org/downloads/",
6449
            "license": [
6450
                "BSD-3-Clause"
6451
            ],
6452
            "authors": [
6453
                {
6454
                    "name": "Jeff Welch",
6455
                    "email": "[email protected]"
6456
                },
6457
                {
6458
                    "name": "Volker Dusch",
6459
                    "email": "[email protected]"
6460
                },
6461
                {
6462
                    "name": "Bernhard Schussek",
6463
                    "email": "[email protected]"
6464
                },
6465
                {
6466
                    "name": "Sebastian Bergmann",
6467
                    "email": "[email protected]"
6468
                },
6469
                {
6470
                    "name": "Adam Harvey",
6471
                    "email": "[email protected]"
6472
                }
6473
            ],
6474
            "description": "Provides the functionality to export PHP variables for visualization",
6475
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
6476
            "keywords": [
6477
                "export",
6478
                "exporter"
6479
            ],
6480
            "time": "2016-06-17 09:04:28"
6481
        },
6482
        {
6483
            "name": "sebastian/global-state",
6484
            "version": "1.1.1",
6485
            "source": {
6486
                "type": "git",
6487
                "url": "https://github.com/sebastianbergmann/global-state.git",
6488
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
6489
            },
6490
            "dist": {
6491
                "type": "zip",
6492
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
6493
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
6494
                "shasum": ""
6495
            },
6496
            "require": {
6497
                "php": ">=5.3.3"
6498
            },
6499
            "require-dev": {
6500
                "phpunit/phpunit": "~4.2"
6501
            },
6502
            "suggest": {
6503
                "ext-uopz": "*"
6504
            },
6505
            "type": "library",
6506
            "extra": {
6507
                "branch-alias": {
6508
                    "dev-master": "1.0-dev"
6509
                }
6510
            },
6511
            "autoload": {
6512
                "classmap": [
6513
                    "src/"
6514
                ]
6515
            },
6516
            "notification-url": "https://packagist.org/downloads/",
6517
            "license": [
6518
                "BSD-3-Clause"
6519
            ],
6520
            "authors": [
6521
                {
6522
                    "name": "Sebastian Bergmann",
6523
                    "email": "[email protected]"
6524
                }
6525
            ],
6526
            "description": "Snapshotting of global state",
6527
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
6528
            "keywords": [
6529
                "global state"
6530
            ],
6531
            "time": "2015-10-12 03:26:01"
6532
        },
6533
        {
6534
            "name": "sebastian/recursion-context",
6535
            "version": "1.0.5",
6536
            "source": {
6537
                "type": "git",
6538
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
6539
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
6540
            },
6541
            "dist": {
6542
                "type": "zip",
6543
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
6544
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
6545
                "shasum": ""
6546
            },
6547
            "require": {
6548
                "php": ">=5.3.3"
6549
            },
6550
            "require-dev": {
6551
                "phpunit/phpunit": "~4.4"
6552
            },
6553
            "type": "library",
6554
            "extra": {
6555
                "branch-alias": {
6556
                    "dev-master": "1.0.x-dev"
6557
                }
6558
            },
6559
            "autoload": {
6560
                "classmap": [
6561
                    "src/"
6562
                ]
6563
            },
6564
            "notification-url": "https://packagist.org/downloads/",
6565
            "license": [
6566
                "BSD-3-Clause"
6567
            ],
6568
            "authors": [
6569
                {
6570
                    "name": "Jeff Welch",
6571
                    "email": "[email protected]"
6572
                },
6573
                {
6574
                    "name": "Sebastian Bergmann",
6575
                    "email": "[email protected]"
6576
                },
6577
                {
6578
                    "name": "Adam Harvey",
6579
                    "email": "[email protected]"
6580
                }
6581
            ],
6582
            "description": "Provides functionality to recursively process PHP variables",
6583
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
6584
            "time": "2016-10-03 07:41:43"
6585
        },
6586
        {
6587
            "name": "sebastian/version",
6588
            "version": "1.0.6",
6589
            "source": {
6590
                "type": "git",
6591
                "url": "https://github.com/sebastianbergmann/version.git",
6592
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
6593
            },
6594
            "dist": {
6595
                "type": "zip",
6596
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
6597
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
6598
                "shasum": ""
6599
            },
6600
            "type": "library",
6601
            "autoload": {
6602
                "classmap": [
6603
                    "src/"
6604
                ]
6605
            },
6606
            "notification-url": "https://packagist.org/downloads/",
6607
            "license": [
6608
                "BSD-3-Clause"
6609
            ],
6610
            "authors": [
6611
                {
6612
                    "name": "Sebastian Bergmann",
6613
                    "email": "[email protected]",
6614
                    "role": "lead"
6615
                }
6616
            ],
6617
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
6618
            "homepage": "https://github.com/sebastianbergmann/version",
6619
            "time": "2015-06-21 13:59:46"
6620
        },
6621
        {
6622
            "name": "sensio/generator-bundle",
6623
            "version": "v2.5.3",
6624
            "target-dir": "Sensio/Bundle/GeneratorBundle",
6625
            "source": {
6626
                "type": "git",
6627
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
6628
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
6629
            },
6630
            "dist": {
6631
                "type": "zip",
6632
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
6633
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
6634
                "shasum": ""
6635
            },
6636
            "require": {
6637
                "symfony/console": "~2.5",
6638
                "symfony/framework-bundle": "~2.2"
6639
            },
6640
            "require-dev": {
6641
                "doctrine/orm": "~2.2,>=2.2.3",
6642
                "symfony/doctrine-bridge": "~2.2",
6643
                "twig/twig": "~1.11"
6644
            },
6645
            "type": "symfony-bundle",
6646
            "extra": {
6647
                "branch-alias": {
6648
                    "dev-master": "2.5.x-dev"
6649
                }
6650
            },
6651
            "autoload": {
6652
                "psr-0": {
6653
                    "Sensio\\Bundle\\GeneratorBundle": ""
6654
                }
6655
            },
6656
            "notification-url": "https://packagist.org/downloads/",
6657
            "license": [
6658
                "MIT"
6659
            ],
6660
            "authors": [
6661
                {
6662
                    "name": "Fabien Potencier",
6663
                    "email": "[email protected]"
6664
                }
6665
            ],
6666
            "description": "This bundle generates code for you",
6667
            "time": "2015-03-17 06:36:52"
6668
        },
6669
        {
6670
            "name": "symfony/phpunit-bridge",
6671
            "version": "v3.4.2",
6672
            "source": {
6673
                "type": "git",
6674
                "url": "https://github.com/symfony/phpunit-bridge.git",
6675
                "reference": "074c2e205c849a5fb37b1c24ade03cc975ac8079"
6676
            },
6677
            "dist": {
6678
                "type": "zip",
6679
                "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/074c2e205c849a5fb37b1c24ade03cc975ac8079",
6680
                "reference": "074c2e205c849a5fb37b1c24ade03cc975ac8079",
6681
                "shasum": ""
6682
            },
6683
            "require": {
6684
                "php": ">=5.3.3"
6685
            },
6686
            "conflict": {
6687
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
6688
            },
6689
            "suggest": {
6690
                "ext-zip": "Zip support is required when using bin/simple-phpunit",
6691
                "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
6692
            },
6693
            "bin": [
6694
                "bin/simple-phpunit"
6695
            ],
6696
            "type": "symfony-bridge",
6697
            "extra": {
6698
                "branch-alias": {
6699
                    "dev-master": "3.4-dev"
6700
                }
6701
            },
6702
            "autoload": {
6703
                "files": [
6704
                    "bootstrap.php"
6705
                ],
6706
                "psr-4": {
6707
                    "Symfony\\Bridge\\PhpUnit\\": ""
6708
                },
6709
                "exclude-from-classmap": [
6710
                    "/Tests/"
6711
                ]
6712
            },
6713
            "notification-url": "https://packagist.org/downloads/",
6714
            "license": [
6715
                "MIT"
6716
            ],
6717
            "authors": [
6718
                {
6719
                    "name": "Nicolas Grekas",
6720
                    "email": "[email protected]"
6721
                },
6722
                {
6723
                    "name": "Symfony Community",
6724
                    "homepage": "https://symfony.com/contributors"
6725
                }
6726
            ],
6727
            "description": "Symfony PHPUnit Bridge",
6728
            "homepage": "https://symfony.com",
6729
            "time": "2017-12-14 19:40:10"
6730
        }
6731
    ],
6732
    "aliases": [],
6733
    "minimum-stability": "stable",
6734
    "stability-flags": {
6735
        "friendsofsymfony/user-bundle": 20,
6736
        "qandidate/stack-request-id": 20
6737
    },
6738
    "prefer-stable": false,
6739
    "prefer-lowest": false,
6740
    "platform": {
6741
        "php": ">=5.4.16",
6742
        "ext-curl": "*"
6743
    },
6744
    "platform-dev": [],
6745
    "platform-overrides": {
6746
        "php": "5.4.16"
6747
    }
6748
}
6749