Completed
Pull Request — master (#11)
by Lucas
29:42
created

composer.lock (2 issues)

Severity

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": "a57474ac65c61ce3d91077d45b3829e3",
8
    "content-hash": "431de96bed1597156a06385f9a05dd8d",
9
    "packages": [
10
        {
11
            "name": "bshaffer/oauth2-server-bundle",
12
            "version": "dev-develop",
13
            "target-dir": "OAuth2/ServerBundle",
14
            "source": {
15
                "type": "git",
16
                "url": "https://github.com/bshaffer/oauth2-server-bundle.git",
17
                "reference": "141bc7c3d8a94fe523fe6e31e71a626572a6e01f"
18
            },
19
            "dist": {
20
                "type": "zip",
21
                "url": "https://api.github.com/repos/bshaffer/oauth2-server-bundle/zipball/141bc7c3d8a94fe523fe6e31e71a626572a6e01f",
22
                "reference": "141bc7c3d8a94fe523fe6e31e71a626572a6e01f",
23
                "shasum": ""
24
            },
25
            "require": {
26
                "bshaffer/oauth2-server-httpfoundation-bridge": ">=1.0",
27
                "bshaffer/oauth2-server-php": ">=1.0",
28
                "php": ">=5.3.0"
29
            },
30
            "require-dev": {
31
                "doctrine/orm": "2.4.*",
32
                "symfony/symfony": "2.5.*"
33
            },
34
            "type": "symfony-bundle",
35
            "autoload": {
36
                "psr-0": {
37
                    "OAuth2\\ServerBundle": ""
38
                }
39
            },
40
            "notification-url": "https://packagist.org/downloads/",
41
            "license": [
42
                "MIT"
43
            ],
44
            "authors": [
45
                {
46
                    "name": "Brent Shaffer",
47
                    "email": "[email protected]"
48
                }
49
            ],
50
            "description": "Symfony OAuth2ServerBundle",
51
            "homepage": "http://github.com/bshaffer/oauth2-server-bundle",
52
            "keywords": [
53
                "oauth",
54
                "oauth2",
55
                "security"
56
            ],
57
            "time": "2016-01-12 19:14:16"
58
        },
59
        {
60
            "name": "bshaffer/oauth2-server-httpfoundation-bridge",
61
            "version": "v1.1",
62
            "source": {
63
                "type": "git",
64
                "url": "https://github.com/bshaffer/oauth2-server-httpfoundation-bridge.git",
65
                "reference": "d9c4b6e30443a688df810db641d8433150bf71af"
66
            },
67
            "dist": {
68
                "type": "zip",
69
                "url": "https://api.github.com/repos/bshaffer/oauth2-server-httpfoundation-bridge/zipball/d9c4b6e30443a688df810db641d8433150bf71af",
70
                "reference": "d9c4b6e30443a688df810db641d8433150bf71af",
71
                "shasum": ""
72
            },
73
            "require": {
74
                "bshaffer/oauth2-server-php": ">=0.9",
75
                "php": ">=5.3.0",
76
                "symfony/http-foundation": ">=2.1"
77
            },
78
            "type": "library",
79
            "autoload": {
80
                "psr-0": {
81
                    "OAuth2\\HttpFoundationBridge": "src/"
82
                }
83
            },
84
            "notification-url": "https://packagist.org/downloads/",
85
            "license": [
86
                "MIT"
87
            ],
88
            "authors": [
89
                {
90
                    "name": "Brent Shaffer",
91
                    "email": "[email protected]",
92
                    "homepage": "http://brentertainment.com"
93
                }
94
            ],
95
            "description": "A bridge to HttpFoundation for oauth2-server-php",
96
            "homepage": "http://github.com/bshaffer/oauth2-server-httpfoundation-bridge",
97
            "keywords": [
98
                "auth",
99
                "httpfoundation",
100
                "oauth",
101
                "oauth2"
102
            ],
103
            "time": "2014-08-27 15:40:29"
104
        },
105
        {
106
            "name": "bshaffer/oauth2-server-php",
107
            "version": "v1.8.0",
108
            "source": {
109
                "type": "git",
110
                "url": "https://github.com/bshaffer/oauth2-server-php.git",
111
                "reference": "058c98f73209f9c49495e1799d32c035196fe8b8"
112
            },
113
            "dist": {
114
                "type": "zip",
115
                "url": "https://api.github.com/repos/bshaffer/oauth2-server-php/zipball/058c98f73209f9c49495e1799d32c035196fe8b8",
116
                "reference": "058c98f73209f9c49495e1799d32c035196fe8b8",
117
                "shasum": ""
118
            },
119
            "require": {
120
                "php": ">=5.3.9"
121
            },
122
            "suggest": {
123
                "aws/aws-sdk-php": "~2.8 is required to use the DynamoDB storage engine",
124
                "firebase/php-jwt": "~2.2 is required to use JWT features",
125
                "predis/predis": "Required to use the Redis storage engine",
126
                "thobbs/phpcassa": "Required to use the Cassandra storage engine"
127
            },
128
            "type": "library",
129
            "autoload": {
130
                "psr-0": {
131
                    "OAuth2": "src/"
132
                }
133
            },
134
            "notification-url": "https://packagist.org/downloads/",
135
            "license": [
136
                "MIT"
137
            ],
138
            "authors": [
139
                {
140
                    "name": "Brent Shaffer",
141
                    "email": "[email protected]",
142
                    "homepage": "http://brentertainment.com"
143
                }
144
            ],
145
            "description": "OAuth2 Server for PHP",
146
            "homepage": "http://github.com/bshaffer/oauth2-server-php",
147
            "keywords": [
148
                "auth",
149
                "oauth",
150
                "oauth2"
151
            ],
152
            "time": "2015-09-18 18:05:10"
153
        },
154
        {
155
            "name": "cebe/markdown",
156
            "version": "1.1.0",
157
            "source": {
158
                "type": "git",
159
                "url": "https://github.com/cebe/markdown.git",
160
                "reference": "54a2c49de31cc44e864ebf0500a35ef21d0010b2"
161
            },
162
            "dist": {
163
                "type": "zip",
164
                "url": "https://api.github.com/repos/cebe/markdown/zipball/54a2c49de31cc44e864ebf0500a35ef21d0010b2",
165
                "reference": "54a2c49de31cc44e864ebf0500a35ef21d0010b2",
166
                "shasum": ""
167
            },
168
            "require": {
169
                "lib-pcre": "*",
170
                "php": ">=5.4.0"
171
            },
172
            "require-dev": {
173
                "cebe/indent": "*",
174
                "facebook/xhprof": "*@dev",
175
                "phpunit/phpunit": "4.1.*"
176
            },
177
            "bin": [
178
                "bin/markdown"
179
            ],
180
            "type": "library",
181
            "extra": {
182
                "branch-alias": {
183
                    "dev-master": "1.1.x-dev"
184
                }
185
            },
186
            "autoload": {
187
                "psr-4": {
188
                    "cebe\\markdown\\": ""
189
                }
190
            },
191
            "notification-url": "https://packagist.org/downloads/",
192
            "license": [
193
                "MIT"
194
            ],
195
            "authors": [
196
                {
197
                    "name": "Carsten Brandt",
198
                    "email": "[email protected]",
199
                    "homepage": "http://cebe.cc/",
200
                    "role": "Creator"
201
                }
202
            ],
203
            "description": "A super fast, highly extensible markdown parser for PHP",
204
            "homepage": "https://github.com/cebe/markdown#readme",
205
            "keywords": [
206
                "extensible",
207
                "fast",
208
                "gfm",
209
                "markdown",
210
                "markdown-extra"
211
            ],
212
            "time": "2015-03-06 05:28:07"
213
        },
214
        {
215
            "name": "doctrine/annotations",
216
            "version": "v1.2.7",
217
            "source": {
218
                "type": "git",
219
                "url": "https://github.com/doctrine/annotations.git",
220
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
221
            },
222
            "dist": {
223
                "type": "zip",
224
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
225
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
226
                "shasum": ""
227
            },
228
            "require": {
229
                "doctrine/lexer": "1.*",
230
                "php": ">=5.3.2"
231
            },
232
            "require-dev": {
233
                "doctrine/cache": "1.*",
234
                "phpunit/phpunit": "4.*"
235
            },
236
            "type": "library",
237
            "extra": {
238
                "branch-alias": {
239
                    "dev-master": "1.3.x-dev"
240
                }
241
            },
242
            "autoload": {
243
                "psr-0": {
244
                    "Doctrine\\Common\\Annotations\\": "lib/"
245
                }
246
            },
247
            "notification-url": "https://packagist.org/downloads/",
248
            "license": [
249
                "MIT"
250
            ],
251
            "authors": [
252
                {
253
                    "name": "Roman Borschel",
254
                    "email": "[email protected]"
255
                },
256
                {
257
                    "name": "Benjamin Eberlei",
258
                    "email": "[email protected]"
259
                },
260
                {
261
                    "name": "Guilherme Blanco",
262
                    "email": "[email protected]"
263
                },
264
                {
265
                    "name": "Jonathan Wage",
266
                    "email": "[email protected]"
267
                },
268
                {
269
                    "name": "Johannes Schmitt",
270
                    "email": "[email protected]"
271
                }
272
            ],
273
            "description": "Docblock Annotations Parser",
274
            "homepage": "http://www.doctrine-project.org",
275
            "keywords": [
276
                "annotations",
277
                "docblock",
278
                "parser"
279
            ],
280
            "time": "2015-08-31 12:32:49"
281
        },
282
        {
283
            "name": "doctrine/cache",
284
            "version": "v1.6.0",
285
            "source": {
286
                "type": "git",
287
                "url": "https://github.com/doctrine/cache.git",
288
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
289
            },
290
            "dist": {
291
                "type": "zip",
292
                "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
293
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
294
                "shasum": ""
295
            },
296
            "require": {
297
                "php": "~5.5|~7.0"
298
            },
299
            "conflict": {
300
                "doctrine/common": ">2.2,<2.4"
301
            },
302
            "require-dev": {
303
                "phpunit/phpunit": "~4.8|~5.0",
304
                "predis/predis": "~1.0",
305
                "satooshi/php-coveralls": "~0.6"
306
            },
307
            "type": "library",
308
            "extra": {
309
                "branch-alias": {
310
                    "dev-master": "1.6.x-dev"
311
                }
312
            },
313
            "autoload": {
314
                "psr-4": {
315
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
316
                }
317
            },
318
            "notification-url": "https://packagist.org/downloads/",
319
            "license": [
320
                "MIT"
321
            ],
322
            "authors": [
323
                {
324
                    "name": "Roman Borschel",
325
                    "email": "[email protected]"
326
                },
327
                {
328
                    "name": "Benjamin Eberlei",
329
                    "email": "[email protected]"
330
                },
331
                {
332
                    "name": "Guilherme Blanco",
333
                    "email": "[email protected]"
334
                },
335
                {
336
                    "name": "Jonathan Wage",
337
                    "email": "[email protected]"
338
                },
339
                {
340
                    "name": "Johannes Schmitt",
341
                    "email": "[email protected]"
342
                }
343
            ],
344
            "description": "Caching library offering an object-oriented API for many cache backends",
345
            "homepage": "http://www.doctrine-project.org",
346
            "keywords": [
347
                "cache",
348
                "caching"
349
            ],
350
            "time": "2015-12-31 16:37:02"
351
        },
352
        {
353
            "name": "doctrine/collections",
354
            "version": "v1.3.0",
355
            "source": {
356
                "type": "git",
357
                "url": "https://github.com/doctrine/collections.git",
358
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
359
            },
360
            "dist": {
361
                "type": "zip",
362
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
363
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
364
                "shasum": ""
365
            },
366
            "require": {
367
                "php": ">=5.3.2"
368
            },
369
            "require-dev": {
370
                "phpunit/phpunit": "~4.0"
371
            },
372
            "type": "library",
373
            "extra": {
374
                "branch-alias": {
375
                    "dev-master": "1.2.x-dev"
376
                }
377
            },
378
            "autoload": {
379
                "psr-0": {
380
                    "Doctrine\\Common\\Collections\\": "lib/"
381
                }
382
            },
383
            "notification-url": "https://packagist.org/downloads/",
384
            "license": [
385
                "MIT"
386
            ],
387
            "authors": [
388
                {
389
                    "name": "Roman Borschel",
390
                    "email": "[email protected]"
391
                },
392
                {
393
                    "name": "Benjamin Eberlei",
394
                    "email": "[email protected]"
395
                },
396
                {
397
                    "name": "Guilherme Blanco",
398
                    "email": "[email protected]"
399
                },
400
                {
401
                    "name": "Jonathan Wage",
402
                    "email": "[email protected]"
403
                },
404
                {
405
                    "name": "Johannes Schmitt",
406
                    "email": "[email protected]"
407
                }
408
            ],
409
            "description": "Collections Abstraction library",
410
            "homepage": "http://www.doctrine-project.org",
411
            "keywords": [
412
                "array",
413
                "collections",
414
                "iterator"
415
            ],
416
            "time": "2015-04-14 22:21:58"
417
        },
418
        {
419
            "name": "doctrine/common",
0 ignored issues
show
There is a security advisory for your installed version of doctrine/common:

Security Misconfiguration Vulnerability in various Doctrine projects
Loading history...
420
            "version": "v2.5.0",
421
            "source": {
422
                "type": "git",
423
                "url": "https://github.com/doctrine/common.git",
424
                "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3"
425
            },
426
            "dist": {
427
                "type": "zip",
428
                "url": "https://api.github.com/repos/doctrine/common/zipball/cd8daf2501e10c63dced7b8b9b905844316ae9d3",
429
                "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3",
430
                "shasum": ""
431
            },
432
            "require": {
433
                "doctrine/annotations": "1.*",
434
                "doctrine/cache": "1.*",
435
                "doctrine/collections": "1.*",
436
                "doctrine/inflector": "1.*",
437
                "doctrine/lexer": "1.*",
438
                "php": ">=5.3.2"
439
            },
440
            "require-dev": {
441
                "phpunit/phpunit": "~3.7"
442
            },
443
            "type": "library",
444
            "extra": {
445
                "branch-alias": {
446
                    "dev-master": "2.6.x-dev"
447
                }
448
            },
449
            "autoload": {
450
                "psr-0": {
451
                    "Doctrine\\Common\\": "lib/"
452
                }
453
            },
454
            "notification-url": "https://packagist.org/downloads/",
455
            "license": [
456
                "MIT"
457
            ],
458
            "authors": [
459
                {
460
                    "name": "Roman Borschel",
461
                    "email": "[email protected]"
462
                },
463
                {
464
                    "name": "Benjamin Eberlei",
465
                    "email": "[email protected]"
466
                },
467
                {
468
                    "name": "Guilherme Blanco",
469
                    "email": "[email protected]"
470
                },
471
                {
472
                    "name": "Jonathan Wage",
473
                    "email": "[email protected]"
474
                },
475
                {
476
                    "name": "Johannes Schmitt",
477
                    "email": "[email protected]"
478
                }
479
            ],
480
            "description": "Common Library for Doctrine projects",
481
            "homepage": "http://www.doctrine-project.org",
482
            "keywords": [
483
                "annotations",
484
                "collections",
485
                "eventmanager",
486
                "persistence",
487
                "spl"
488
            ],
489
            "time": "2015-04-02 19:55:44"
490
        },
491
        {
492
            "name": "doctrine/dbal",
493
            "version": "v2.4.5",
494
            "source": {
495
                "type": "git",
496
                "url": "https://github.com/doctrine/dbal.git",
497
                "reference": "5a1f4bf34d61d997ccd9f0539fbc14c7a772aa16"
498
            },
499
            "dist": {
500
                "type": "zip",
501
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/5a1f4bf34d61d997ccd9f0539fbc14c7a772aa16",
502
                "reference": "5a1f4bf34d61d997ccd9f0539fbc14c7a772aa16",
503
                "shasum": ""
504
            },
505
            "require": {
506
                "doctrine/common": "~2.4",
507
                "php": ">=5.3.2"
508
            },
509
            "require-dev": {
510
                "phpunit/phpunit": "3.7.*",
511
                "symfony/console": "~2.0"
512
            },
513
            "suggest": {
514
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
515
            },
516
            "type": "library",
517
            "autoload": {
518
                "psr-0": {
519
                    "Doctrine\\DBAL\\": "lib/"
520
                }
521
            },
522
            "notification-url": "https://packagist.org/downloads/",
523
            "license": [
524
                "MIT"
525
            ],
526
            "authors": [
527
                {
528
                    "name": "Roman Borschel",
529
                    "email": "[email protected]"
530
                },
531
                {
532
                    "name": "Benjamin Eberlei",
533
                    "email": "[email protected]"
534
                },
535
                {
536
                    "name": "Guilherme Blanco",
537
                    "email": "[email protected]"
538
                },
539
                {
540
                    "name": "Jonathan Wage",
541
                    "email": "[email protected]"
542
                }
543
            ],
544
            "description": "Database Abstraction Layer",
545
            "homepage": "http://www.doctrine-project.org",
546
            "keywords": [
547
                "database",
548
                "dbal",
549
                "persistence",
550
                "queryobject"
551
            ],
552
            "time": "2016-01-05 22:18:20"
553
        },
554
        {
555
            "name": "doctrine/doctrine-bundle",
0 ignored issues
show
There is a security advisory for your installed version of doctrine/doctrine-bundle:

Security Misconfiguration Vulnerability in various Doctrine projects
Loading history...
556
            "version": "v1.4.0",
557
            "source": {
558
                "type": "git",
559
                "url": "https://github.com/doctrine/DoctrineBundle.git",
560
                "reference": "1986ff3a945b584c6505d07eae92d77e41131078"
561
            },
562
            "dist": {
563
                "type": "zip",
564
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/1986ff3a945b584c6505d07eae92d77e41131078",
565
                "reference": "1986ff3a945b584c6505d07eae92d77e41131078",
566
                "shasum": ""
567
            },
568
            "require": {
569
                "doctrine/dbal": "~2.3",
570
                "doctrine/doctrine-cache-bundle": "~1.0",
571
                "jdorn/sql-formatter": "~1.1",
572
                "php": ">=5.3.2",
573
                "symfony/doctrine-bridge": "~2.2",
574
                "symfony/framework-bundle": "~2.3"
575
            },
576
            "require-dev": {
577
                "doctrine/orm": "~2.3",
578
                "phpunit/phpunit": "~4",
579
                "satooshi/php-coveralls": "~0.6.1",
580
                "symfony/validator": "~2.2",
581
                "symfony/yaml": "~2.2",
582
                "twig/twig": "~1.10"
583
            },
584
            "suggest": {
585
                "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
586
                "symfony/web-profiler-bundle": "to use the data collector"
587
            },
588
            "type": "symfony-bundle",
589
            "extra": {
590
                "branch-alias": {
591
                    "dev-master": "1.4.x-dev"
592
                }
593
            },
594
            "autoload": {
595
                "psr-4": {
596
                    "Doctrine\\Bundle\\DoctrineBundle\\": ""
597
                }
598
            },
599
            "notification-url": "https://packagist.org/downloads/",
600
            "license": [
601
                "MIT"
602
            ],
603
            "authors": [
604
                {
605
                    "name": "Symfony Community",
606
                    "homepage": "http://symfony.com/contributors"
607
                },
608
                {
609
                    "name": "Benjamin Eberlei",
610
                    "email": "[email protected]"
611
                },
612
                {
613
                    "name": "Doctrine Project",
614
                    "homepage": "http://www.doctrine-project.org/"
615
                },
616
                {
617
                    "name": "Fabien Potencier",
618
                    "email": "[email protected]"
619
                }
620
            ],
621
            "description": "Symfony DoctrineBundle",
622
            "homepage": "http://www.doctrine-project.org",
623
            "keywords": [
624
                "database",
625
                "dbal",
626
                "orm",
627
                "persistence"
628
            ],
629
            "time": "2015-02-28 11:04:45"
630
        },
631
        {
632
            "name": "doctrine/doctrine-cache-bundle",
633
            "version": "1.3.0",
634
            "source": {
635
                "type": "git",
636
                "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
637
                "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504"
638
            },
639
            "dist": {
640
                "type": "zip",
641
                "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
642
                "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
643
                "shasum": ""
644
            },
645
            "require": {
646
                "doctrine/cache": "^1.4.2",
647
                "doctrine/inflector": "~1.0",
648
                "php": ">=5.3.2",
649
                "symfony/doctrine-bridge": "~2.2|~3.0"
650
            },
651
            "require-dev": {
652
                "instaclick/coding-standard": "~1.1",
653
                "instaclick/object-calisthenics-sniffs": "dev-master",
654
                "instaclick/symfony2-coding-standard": "dev-remaster",
655
                "phpunit/phpunit": "~4",
656
                "predis/predis": "~0.8",
657
                "satooshi/php-coveralls": "~0.6.1",
658
                "squizlabs/php_codesniffer": "~1.5",
659
                "symfony/console": "~2.2|~3.0",
660
                "symfony/finder": "~2.2|~3.0",
661
                "symfony/framework-bundle": "~2.2|~3.0",
662
                "symfony/phpunit-bridge": "~2.7|~3.0",
663
                "symfony/security-acl": "~2.3|~3.0",
664
                "symfony/validator": "~2.2|~3.0",
665
                "symfony/yaml": "~2.2|~3.0"
666
            },
667
            "suggest": {
668
                "symfony/security-acl": "For using this bundle to cache ACLs"
669
            },
670
            "type": "symfony-bundle",
671
            "extra": {
672
                "branch-alias": {
673
                    "dev-master": "1.2.x-dev"
674
                }
675
            },
676
            "autoload": {
677
                "psr-4": {
678
                    "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
679
                }
680
            },
681
            "notification-url": "https://packagist.org/downloads/",
682
            "license": [
683
                "MIT"
684
            ],
685
            "authors": [
686
                {
687
                    "name": "Symfony Community",
688
                    "homepage": "http://symfony.com/contributors"
689
                },
690
                {
691
                    "name": "Benjamin Eberlei",
692
                    "email": "[email protected]"
693
                },
694
                {
695
                    "name": "Fabio B. Silva",
696
                    "email": "[email protected]"
697
                },
698
                {
699
                    "name": "Guilherme Blanco",
700
                    "email": "[email protected]"
701
                },
702
                {
703
                    "name": "Doctrine Project",
704
                    "homepage": "http://www.doctrine-project.org/"
705
                },
706
                {
707
                    "name": "Fabien Potencier",
708
                    "email": "[email protected]"
709
                }
710
            ],
711
            "description": "Symfony Bundle for Doctrine Cache",
712
            "homepage": "http://www.doctrine-project.org",
713
            "keywords": [
714
                "cache",
715
                "caching"
716
            ],
717
            "time": "2016-01-26 17:28:51"
718
        },
719
        {
720
            "name": "doctrine/inflector",
721
            "version": "v1.1.0",
722
            "source": {
723
                "type": "git",
724
                "url": "https://github.com/doctrine/inflector.git",
725
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
726
            },
727
            "dist": {
728
                "type": "zip",
729
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
730
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
731
                "shasum": ""
732
            },
733
            "require": {
734
                "php": ">=5.3.2"
735
            },
736
            "require-dev": {
737
                "phpunit/phpunit": "4.*"
738
            },
739
            "type": "library",
740
            "extra": {
741
                "branch-alias": {
742
                    "dev-master": "1.1.x-dev"
743
                }
744
            },
745
            "autoload": {
746
                "psr-0": {
747
                    "Doctrine\\Common\\Inflector\\": "lib/"
748
                }
749
            },
750
            "notification-url": "https://packagist.org/downloads/",
751
            "license": [
752
                "MIT"
753
            ],
754
            "authors": [
755
                {
756
                    "name": "Roman Borschel",
757
                    "email": "[email protected]"
758
                },
759
                {
760
                    "name": "Benjamin Eberlei",
761
                    "email": "[email protected]"
762
                },
763
                {
764
                    "name": "Guilherme Blanco",
765
                    "email": "[email protected]"
766
                },
767
                {
768
                    "name": "Jonathan Wage",
769
                    "email": "[email protected]"
770
                },
771
                {
772
                    "name": "Johannes Schmitt",
773
                    "email": "[email protected]"
774
                }
775
            ],
776
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
777
            "homepage": "http://www.doctrine-project.org",
778
            "keywords": [
779
                "inflection",
780
                "pluralize",
781
                "singularize",
782
                "string"
783
            ],
784
            "time": "2015-11-06 14:35:42"
785
        },
786
        {
787
            "name": "doctrine/instantiator",
788
            "version": "1.0.5",
789
            "source": {
790
                "type": "git",
791
                "url": "https://github.com/doctrine/instantiator.git",
792
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
793
            },
794
            "dist": {
795
                "type": "zip",
796
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
797
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
798
                "shasum": ""
799
            },
800
            "require": {
801
                "php": ">=5.3,<8.0-DEV"
802
            },
803
            "require-dev": {
804
                "athletic/athletic": "~0.1.8",
805
                "ext-pdo": "*",
806
                "ext-phar": "*",
807
                "phpunit/phpunit": "~4.0",
808
                "squizlabs/php_codesniffer": "~2.0"
809
            },
810
            "type": "library",
811
            "extra": {
812
                "branch-alias": {
813
                    "dev-master": "1.0.x-dev"
814
                }
815
            },
816
            "autoload": {
817
                "psr-4": {
818
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
819
                }
820
            },
821
            "notification-url": "https://packagist.org/downloads/",
822
            "license": [
823
                "MIT"
824
            ],
825
            "authors": [
826
                {
827
                    "name": "Marco Pivetta",
828
                    "email": "[email protected]",
829
                    "homepage": "http://ocramius.github.com/"
830
                }
831
            ],
832
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
833
            "homepage": "https://github.com/doctrine/instantiator",
834
            "keywords": [
835
                "constructor",
836
                "instantiate"
837
            ],
838
            "time": "2015-06-14 21:17:01"
839
        },
840
        {
841
            "name": "doctrine/lexer",
842
            "version": "v1.0.1",
843
            "source": {
844
                "type": "git",
845
                "url": "https://github.com/doctrine/lexer.git",
846
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
847
            },
848
            "dist": {
849
                "type": "zip",
850
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
851
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
852
                "shasum": ""
853
            },
854
            "require": {
855
                "php": ">=5.3.2"
856
            },
857
            "type": "library",
858
            "extra": {
859
                "branch-alias": {
860
                    "dev-master": "1.0.x-dev"
861
                }
862
            },
863
            "autoload": {
864
                "psr-0": {
865
                    "Doctrine\\Common\\Lexer\\": "lib/"
866
                }
867
            },
868
            "notification-url": "https://packagist.org/downloads/",
869
            "license": [
870
                "MIT"
871
            ],
872
            "authors": [
873
                {
874
                    "name": "Roman Borschel",
875
                    "email": "[email protected]"
876
                },
877
                {
878
                    "name": "Guilherme Blanco",
879
                    "email": "[email protected]"
880
                },
881
                {
882
                    "name": "Johannes Schmitt",
883
                    "email": "[email protected]"
884
                }
885
            ],
886
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
887
            "homepage": "http://www.doctrine-project.org",
888
            "keywords": [
889
                "lexer",
890
                "parser"
891
            ],
892
            "time": "2014-09-09 13:34:57"
893
        },
894
        {
895
            "name": "doctrine/orm",
896
            "version": "v2.4.8",
897
            "source": {
898
                "type": "git",
899
                "url": "https://github.com/doctrine/doctrine2.git",
900
                "reference": "5aedac1e5c5caaeac14798822c70325dc242d467"
901
            },
902
            "dist": {
903
                "type": "zip",
904
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/5aedac1e5c5caaeac14798822c70325dc242d467",
905
                "reference": "5aedac1e5c5caaeac14798822c70325dc242d467",
906
                "shasum": ""
907
            },
908
            "require": {
909
                "doctrine/collections": "~1.1",
910
                "doctrine/dbal": "~2.4",
911
                "ext-pdo": "*",
912
                "php": ">=5.3.2",
913
                "symfony/console": "~2.0"
914
            },
915
            "require-dev": {
916
                "satooshi/php-coveralls": "dev-master",
917
                "symfony/yaml": "~2.1"
918
            },
919
            "suggest": {
920
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
921
            },
922
            "bin": [
923
                "bin/doctrine",
924
                "bin/doctrine.php"
925
            ],
926
            "type": "library",
927
            "extra": {
928
                "branch-alias": {
929
                    "dev-master": "2.4.x-dev"
930
                }
931
            },
932
            "autoload": {
933
                "psr-0": {
934
                    "Doctrine\\ORM\\": "lib/"
935
                }
936
            },
937
            "notification-url": "https://packagist.org/downloads/",
938
            "license": [
939
                "MIT"
940
            ],
941
            "authors": [
942
                {
943
                    "name": "Roman Borschel",
944
                    "email": "[email protected]"
945
                },
946
                {
947
                    "name": "Benjamin Eberlei",
948
                    "email": "[email protected]"
949
                },
950
                {
951
                    "name": "Guilherme Blanco",
952
                    "email": "[email protected]"
953
                },
954
                {
955
                    "name": "Jonathan Wage",
956
                    "email": "[email protected]"
957
                }
958
            ],
959
            "description": "Object-Relational-Mapper for PHP",
960
            "homepage": "http://www.doctrine-project.org",
961
            "keywords": [
962
                "database",
963
                "orm"
964
            ],
965
            "time": "2015-08-31 13:19:01"
966
        },
967
        {
968
            "name": "excelwebzone/recaptcha-bundle",
969
            "version": "dev-test-proxy",
970
            "target-dir": "EWZ/Bundle/RecaptchaBundle",
971
            "source": {
972
                "type": "git",
973
                "url": "https://github.com/PROCERGS/EWZRecaptchaBundle.git",
974
                "reference": "a5eb4d6fb86a66a073db382b7d83dfdfa9648dda"
975
            },
976
            "dist": {
977
                "type": "zip",
978
                "url": "https://api.github.com/repos/PROCERGS/EWZRecaptchaBundle/zipball/a5eb4d6fb86a66a073db382b7d83dfdfa9648dda",
979
                "reference": "a5eb4d6fb86a66a073db382b7d83dfdfa9648dda",
980
                "shasum": ""
981
            },
982
            "require": {
983
                "symfony/framework-bundle": "2.*"
984
            },
985
            "type": "symfony-bundle",
986
            "autoload": {
987
                "psr-0": {
988
                    "EWZ\\Bundle\\RecaptchaBundle\\": ""
989
                }
990
            },
991
            "license": [
992
                "MIT"
993
            ],
994
            "authors": [
995
                {
996
                    "name": "Michael H. Arieli",
997
                    "email": "[email protected]",
998
                    "homepage": "http://excelwebzone.com/"
999
                }
1000
            ],
1001
            "description": "This bundle provides easy reCAPTCHA form field integration",
1002
            "homepage": "https://github.com/excelwebzone/EWZRecaptchaBundle",
1003
            "keywords": [
1004
                "recaptcha"
1005
            ],
1006
            "support": {
1007
                "source": "https://github.com/PROCERGS/EWZRecaptchaBundle/tree/test-proxy"
1008
            },
1009
            "time": "2014-04-28 11:56:26"
1010
        },
1011
        {
1012
            "name": "facebook/php-sdk",
1013
            "version": "v3.2.0",
1014
            "source": {
1015
                "type": "git",
1016
                "url": "https://github.com/facebookarchive/facebook-php-sdk.git",
1017
                "reference": "98f2be163c96a51166354e467b95dd38aa4b0a19"
1018
            },
1019
            "dist": {
1020
                "type": "zip",
1021
                "url": "https://api.github.com/repos/facebookarchive/facebook-php-sdk/zipball/98f2be163c96a51166354e467b95dd38aa4b0a19",
1022
                "reference": "98f2be163c96a51166354e467b95dd38aa4b0a19",
1023
                "shasum": ""
1024
            },
1025
            "require": {
1026
                "ext-curl": "*",
1027
                "ext-json": "*",
1028
                "php": ">=5.2.0"
1029
            },
1030
            "type": "library",
1031
            "autoload": {
1032
                "classmap": [
1033
                    "src"
1034
                ]
1035
            },
1036
            "notification-url": "https://packagist.org/downloads/",
1037
            "license": [
1038
                "Apache2"
1039
            ],
1040
            "authors": [
1041
                {
1042
                    "name": "Facebook",
1043
                    "homepage": "https://github.com/facebook/facebook-php-sdk/contributors"
1044
                }
1045
            ],
1046
            "description": "Facebook PHP SDK",
1047
            "homepage": "https://github.com/facebook/facebook-php-sdk",
1048
            "keywords": [
1049
                "facebook",
1050
                "sdk"
1051
            ],
1052
            "time": "2012-08-14 17:28:20"
1053
        },
1054
        {
1055
            "name": "friendsofsymfony/facebook-bundle",
1056
            "version": "1.3.0",
1057
            "target-dir": "FOS/FacebookBundle",
1058
            "source": {
1059
                "type": "git",
1060
                "url": "https://github.com/FriendsOfSymfony/FOSFacebookBundle.git",
1061
                "reference": "593a4ced83a7c2f96c563a54eb6a3261bbab2e14"
1062
            },
1063
            "dist": {
1064
                "type": "zip",
1065
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSFacebookBundle/zipball/593a4ced83a7c2f96c563a54eb6a3261bbab2e14",
1066
                "reference": "593a4ced83a7c2f96c563a54eb6a3261bbab2e14",
1067
                "shasum": ""
1068
            },
1069
            "require": {
1070
                "facebook/php-sdk": "3.2.*",
1071
                "php": ">=5.3.2",
1072
                "symfony/http-foundation": "~2.2",
1073
                "symfony/security": "~2.2"
1074
            },
1075
            "require-dev": {
1076
                "phpunit/phpunit": "3.7.*",
1077
                "symfony/framework-bundle": "~2.2",
1078
                "symfony/security-bundle": "~2.2",
1079
                "symfony/twig-bundle": "~2.2"
1080
            },
1081
            "type": "symfony-bundle",
1082
            "extra": {
1083
                "branch-alias": {
1084
                    "dev-master": "1.3.x-dev"
1085
                }
1086
            },
1087
            "autoload": {
1088
                "psr-0": {
1089
                    "FOS\\FacebookBundle": ""
1090
                }
1091
            },
1092
            "notification-url": "https://packagist.org/downloads/",
1093
            "license": [
1094
                "MIT"
1095
            ],
1096
            "authors": [
1097
                {
1098
                    "name": "Kris Wallsmith",
1099
                    "email": "[email protected]",
1100
                    "homepage": "http://kriswallsmith.net/"
1101
                },
1102
                {
1103
                    "name": "FriendsOfSymfony Community",
1104
                    "homepage": "https://github.com/friendsofsymfony/FOSFacebookBundle/contributors"
1105
                }
1106
            ],
1107
            "description": "Integrate the Facebook Platform into your Symfony2 application.",
1108
            "homepage": "http://friendsofsymfony.github.com",
1109
            "keywords": [
1110
                "facebook"
1111
            ],
1112
            "time": "2013-12-11 20:21:13"
1113
        },
1114
        {
1115
            "name": "friendsofsymfony/oauth-server-bundle",
1116
            "version": "dev-master",
1117
            "source": {
1118
                "type": "git",
1119
                "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
1120
                "reference": "0b25cdaae8983c630bb62d14b6993219b1dadb8d"
1121
            },
1122
            "dist": {
1123
                "type": "zip",
1124
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/0b25cdaae8983c630bb62d14b6993219b1dadb8d",
1125
                "reference": "0b25cdaae8983c630bb62d14b6993219b1dadb8d",
1126
                "shasum": ""
1127
            },
1128
            "require": {
1129
                "friendsofsymfony/oauth2-php": "~1.1",
1130
                "php": "^5.3.3|^7.0",
1131
                "symfony/framework-bundle": "~2.2|~3.0",
1132
                "symfony/security-bundle": "~2.1|~3.0"
1133
            },
1134
            "require-dev": {
1135
                "doctrine/doctrine-bundle": "~1.0",
1136
                "doctrine/mongodb-odm": "~1.0",
1137
                "doctrine/orm": "~2.2",
1138
                "phing/phing": "~2.4",
1139
                "propel/propel1": "^1.6.5",
1140
                "symfony/class-loader": "~2.1|~3.0",
1141
                "symfony/form": "~2.3|~3.0",
1142
                "symfony/yaml": "~2.1|~3.0",
1143
                "willdurand/propel-typehintable-behavior": "^1.0.4"
1144
            },
1145
            "suggest": {
1146
                "doctrine/doctrine-bundle": "*",
1147
                "doctrine/mongodb-odm-bundle": "*",
1148
                "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
1149
                "symfony/form": "Needed to be able to use the AuthorizeFormType",
1150
                "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
1151
            },
1152
            "type": "symfony-bundle",
1153
            "extra": {
1154
                "branch-alias": {
1155
                    "dev-master": "1.5-dev"
1156
                }
1157
            },
1158
            "autoload": {
1159
                "psr-4": {
1160
                    "FOS\\OAuthServerBundle\\": ""
1161
                }
1162
            },
1163
            "notification-url": "https://packagist.org/downloads/",
1164
            "license": [
1165
                "MIT"
1166
            ],
1167
            "authors": [
1168
                {
1169
                    "name": "Arnaud Le Blanc",
1170
                    "email": "[email protected]"
1171
                },
1172
                {
1173
                    "name": "FriendsOfSymfony Community",
1174
                    "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
1175
                }
1176
            ],
1177
            "description": "Symfony2 OAuth Server Bundle",
1178
            "homepage": "http://friendsofsymfony.github.com",
1179
            "keywords": [
1180
                "oauth",
1181
                "oauth2",
1182
                "server"
1183
            ],
1184
            "time": "2016-02-22 13:57:55"
1185
        },
1186
        {
1187
            "name": "friendsofsymfony/oauth2-php",
1188
            "version": "1.2.0",
1189
            "source": {
1190
                "type": "git",
1191
                "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
1192
                "reference": "4ae0a2aa85566146ef6f0f7169854c49e0c9243a"
1193
            },
1194
            "dist": {
1195
                "type": "zip",
1196
                "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/4ae0a2aa85566146ef6f0f7169854c49e0c9243a",
1197
                "reference": "4ae0a2aa85566146ef6f0f7169854c49e0c9243a",
1198
                "shasum": ""
1199
            },
1200
            "require": {
1201
                "php": ">=5.3.2",
1202
                "symfony/http-foundation": "~2.0|~3.0"
1203
            },
1204
            "require-dev": {
1205
                "phpunit/phpunit": "~4.0"
1206
            },
1207
            "type": "library",
1208
            "extra": {
1209
                "branch-alias": {
1210
                    "dev-master": "1.1.x-dev"
1211
                }
1212
            },
1213
            "autoload": {
1214
                "psr-4": {
1215
                    "OAuth2\\": "lib/"
1216
                }
1217
            },
1218
            "notification-url": "https://packagist.org/downloads/",
1219
            "license": [
1220
                "MIT"
1221
            ],
1222
            "authors": [
1223
                {
1224
                    "name": "Arnaud Le Blanc",
1225
                    "email": "[email protected]"
1226
                },
1227
                {
1228
                    "name": "FriendsOfSymfony Community",
1229
                    "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
1230
                }
1231
            ],
1232
            "description": "OAuth2 library",
1233
            "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
1234
            "keywords": [
1235
                "oauth",
1236
                "oauth2"
1237
            ],
1238
            "time": "2015-12-21 11:32:17"
1239
        },
1240
        {
1241
            "name": "friendsofsymfony/rest-bundle",
1242
            "version": "1.7.7",
1243
            "target-dir": "FOS/RestBundle",
1244
            "source": {
1245
                "type": "git",
1246
                "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
1247
                "reference": "c79b7e5df96e5581591ceb6a026bd4e5f9346de0"
1248
            },
1249
            "dist": {
1250
                "type": "zip",
1251
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/c79b7e5df96e5581591ceb6a026bd4e5f9346de0",
1252
                "reference": "c79b7e5df96e5581591ceb6a026bd4e5f9346de0",
1253
                "shasum": ""
1254
            },
1255
            "require": {
1256
                "doctrine/inflector": "~1.0",
1257
                "php": "^5.3.9|~7.0",
1258
                "psr/log": "~1.0",
1259
                "symfony/framework-bundle": "~2.3|~3.0",
1260
                "symfony/http-kernel": "^2.3.24|~3.0",
1261
                "willdurand/jsonp-callback-validator": "~1.0",
1262
                "willdurand/negotiation": "~1.2"
1263
            },
1264
            "conflict": {
1265
                "jms/serializer": "<0.12",
1266
                "jms/serializer-bundle": "<0.11",
1267
                "symfony/validator": ">=2.5.0,<2.5.5"
1268
            },
1269
            "require-dev": {
1270
                "jms/serializer": "~0.13|~1.0",
1271
                "jms/serializer-bundle": "~0.12|~1.0",
1272
                "phpoption/phpoption": "~1.1.0",
1273
                "sensio/framework-extra-bundle": "~2.0|~3.0",
1274
                "sllh/php-cs-fixer-styleci-bridge": "^1.3",
1275
                "symfony/browser-kit": "~2.3|~3.0",
1276
                "symfony/dependency-injection": "~2.3|~3.0",
1277
                "symfony/form": "~2.3|~3.0",
1278
                "symfony/phpunit-bridge": "~2.7|~3.0",
1279
                "symfony/security": "~2.3|~3.0",
1280
                "symfony/serializer": "~2.3|~3.0",
1281
                "symfony/validator": "~2.3|~3.0",
1282
                "symfony/yaml": "~2.3|~3.0"
1283
            },
1284
            "suggest": {
1285
                "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12||~1.0",
1286
                "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener, requires ~3.0",
1287
                "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.3",
1288
                "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ~2.3"
1289
            },
1290
            "type": "symfony-bundle",
1291
            "extra": {
1292
                "branch-alias": {
1293
                    "dev-master": "1.7-dev"
1294
                }
1295
            },
1296
            "autoload": {
1297
                "psr-0": {
1298
                    "FOS\\RestBundle": ""
1299
                }
1300
            },
1301
            "notification-url": "https://packagist.org/downloads/",
1302
            "license": [
1303
                "MIT"
1304
            ],
1305
            "authors": [
1306
                {
1307
                    "name": "Lukas Kahwe Smith",
1308
                    "email": "[email protected]"
1309
                },
1310
                {
1311
                    "name": "FriendsOfSymfony Community",
1312
                    "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
1313
                },
1314
                {
1315
                    "name": "Konstantin Kudryashov",
1316
                    "email": "[email protected]"
1317
                }
1318
            ],
1319
            "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
1320
            "homepage": "http://friendsofsymfony.github.com",
1321
            "keywords": [
1322
                "rest"
1323
            ],
1324
            "time": "2015-12-29 16:02:50"
1325
        },
1326
        {
1327
            "name": "friendsofsymfony/user-bundle",
1328
            "version": "dev-master",
1329
            "source": {
1330
                "type": "git",
1331
                "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
1332
                "reference": "e770bfa2fd0fc665f55cd7cfeb34bddeffb892f4"
1333
            },
1334
            "dist": {
1335
                "type": "zip",
1336
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/e770bfa2fd0fc665f55cd7cfeb34bddeffb892f4",
1337
                "reference": "e770bfa2fd0fc665f55cd7cfeb34bddeffb892f4",
1338
                "shasum": ""
1339
            },
1340
            "require": {
1341
                "php": ">=5.3.9",
1342
                "symfony/form": "~2.3|~3.0",
1343
                "symfony/framework-bundle": "~2.3|~3.0",
1344
                "symfony/security-bundle": "~2.3|~3.0",
1345
                "symfony/twig-bundle": "~2.3|~3.0"
1346
            },
1347
            "require-dev": {
1348
                "doctrine/doctrine-bundle": "~1.3",
1349
                "swiftmailer/swiftmailer": "~4.3|~5",
1350
                "symfony/console": "~2.3|~3.0",
1351
                "symfony/phpunit-bridge": "~2.7|~3.0",
1352
                "symfony/validator": "~2.3|~3.0",
1353
                "symfony/yaml": "~2.3|~3.0",
1354
                "willdurand/propel-typehintable-behavior": "~1.0"
1355
            },
1356
            "suggest": {
1357
                "willdurand/propel-typehintable-behavior": "Needed when using the propel implementation"
1358
            },
1359
            "type": "symfony-bundle",
1360
            "extra": {
1361
                "branch-alias": {
1362
                    "dev-master": "2.0.x-dev"
1363
                }
1364
            },
1365
            "autoload": {
1366
                "psr-4": {
1367
                    "FOS\\UserBundle\\": ""
1368
                }
1369
            },
1370
            "notification-url": "https://packagist.org/downloads/",
1371
            "license": [
1372
                "MIT"
1373
            ],
1374
            "authors": [
1375
                {
1376
                    "name": "Christophe Coevoet",
1377
                    "email": "[email protected]"
1378
                },
1379
                {
1380
                    "name": "FriendsOfSymfony Community",
1381
                    "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
1382
                },
1383
                {
1384
                    "name": "Thibault Duplessis",
1385
                    "email": "[email protected]"
1386
                }
1387
            ],
1388
            "description": "Symfony FOSUserBundle",
1389
            "homepage": "http://friendsofsymfony.github.com",
1390
            "keywords": [
1391
                "User management"
1392
            ],
1393
            "time": "2016-02-11 16:30:08"
1394
        },
1395
        {
1396
            "name": "gree/jose",
1397
            "version": "2.1.0",
1398
            "source": {
1399
                "type": "git",
1400
                "url": "https://github.com/nov/jose-php.git",
1401
                "reference": "012799c5108a2dd0cbc6bf6695e9e8ffd92ae692"
1402
            },
1403
            "dist": {
1404
                "type": "zip",
1405
                "url": "https://api.github.com/repos/nov/jose-php/zipball/012799c5108a2dd0cbc6bf6695e9e8ffd92ae692",
1406
                "reference": "012799c5108a2dd0cbc6bf6695e9e8ffd92ae692",
1407
                "shasum": ""
1408
            },
1409
            "require": {
1410
                "phpseclib/phpseclib": ">=2.0.0"
1411
            },
1412
            "require-dev": {
1413
                "phpunit/phpunit": "4.8.*"
1414
            },
1415
            "type": "library",
1416
            "autoload": {
1417
                "psr-0": {
1418
                    "JOSE": "src/"
1419
                }
1420
            },
1421
            "notification-url": "https://packagist.org/downloads/",
1422
            "include-path": [
1423
                "src/"
1424
            ],
1425
            "license": [
1426
                "MIT"
1427
            ],
1428
            "authors": [
1429
                {
1430
                    "name": "Nov Matake",
1431
                    "email": "[email protected]",
1432
                    "homepage": "http://matake.jp"
1433
                }
1434
            ],
1435
            "description": "JWT, JWS and JWS implementation in PHP",
1436
            "homepage": "https://github.com/gree/jose",
1437
            "keywords": [
1438
                "ID Token",
1439
                "JOSE",
1440
                "JSON Web Encryption",
1441
                "JSON Web Signature",
1442
                "JSON Web Token",
1443
                "JWE",
1444
                "JWS",
1445
                "OpenID Connect",
1446
                "jwt"
1447
            ],
1448
            "time": "2015-12-04 04:06:17"
1449
        },
1450
        {
1451
            "name": "guilhermednt/hwi-oauth-proxy-bundle",
1452
            "version": "dev-master",
1453
            "target-dir": "Donato/Generic/HWIOAuthProxyBundle",
1454
            "source": {
1455
                "type": "git",
1456
                "url": "https://github.com/guilhermednt/hwi-oauth-proxy-bundle.git",
1457
                "reference": "a0b97b0b880cc1649c68070ae4c4bd51cc50ecb3"
1458
            },
1459
            "dist": {
1460
                "type": "zip",
1461
                "url": "https://api.github.com/repos/guilhermednt/hwi-oauth-proxy-bundle/zipball/a0b97b0b880cc1649c68070ae4c4bd51cc50ecb3",
1462
                "reference": "a0b97b0b880cc1649c68070ae4c4bd51cc50ecb3",
1463
                "shasum": ""
1464
            },
1465
            "require": {
1466
                "php": ">=5.3.0"
1467
            },
1468
            "type": "symfony-bundle",
1469
            "autoload": {
1470
                "psr-0": {
1471
                    "Donato\\Generic\\HWIOAuthProxyBundle": ""
1472
                }
1473
            },
1474
            "notification-url": "https://packagist.org/downloads/",
1475
            "license": [
1476
                "MIT"
1477
            ],
1478
            "authors": [
1479
                {
1480
                    "name": "Guilherme Donato",
1481
                    "email": "[email protected]"
1482
                }
1483
            ],
1484
            "description": "Bundle to enable proxy for HWIOAuthBundle",
1485
            "homepage": "http://github.com/guilhermednt/hwi-oauth-proxy-bundle",
1486
            "keywords": [
1487
                "HWIOAuthBundle",
1488
                "http",
1489
                "proxy",
1490
                "service"
1491
            ],
1492
            "time": "2014-03-12 17:47:59"
1493
        },
1494
        {
1495
            "name": "hwi/oauth-bundle",
1496
            "version": "0.3.x-dev",
1497
            "target-dir": "HWI/Bundle/OAuthBundle",
1498
            "source": {
1499
                "type": "git",
1500
                "url": "https://github.com/hwi/HWIOAuthBundle.git",
1501
                "reference": "1239889d504b151e120625d744aa6fbbcf6b6d16"
1502
            },
1503
            "dist": {
1504
                "type": "zip",
1505
                "url": "https://api.github.com/repos/hwi/HWIOAuthBundle/zipball/1239889d504b151e120625d744aa6fbbcf6b6d16",
1506
                "reference": "1239889d504b151e120625d744aa6fbbcf6b6d16",
1507
                "shasum": ""
1508
            },
1509
            "require": {
1510
                "kriswallsmith/buzz": "~0.7",
1511
                "php": ">=5.3.3",
1512
                "symfony/framework-bundle": "~2.1",
1513
                "symfony/options-resolver": "~2.1",
1514
                "symfony/security-bundle": "~2.1"
1515
            },
1516
            "conflict": {
1517
                "twig/twig": "<1.12"
1518
            },
1519
            "require-dev": {
1520
                "doctrine/orm": "~2.2",
1521
                "symfony/property-access": "~2.3",
1522
                "symfony/twig-bundle": "~2.1",
1523
                "symfony/validator": "~2.1"
1524
            },
1525
            "suggest": {
1526
                "doctrine/doctrine-bundle": "to use Doctrine user provider",
1527
                "friendsofsymfony/user-bundle": "to connect FOSUB with this bundle",
1528
                "symfony/property-access": "to use FOSUB integration with this bundle",
1529
                "symfony/twig-bundle": "to use the Twig hwi_oauth_* functions"
1530
            },
1531
            "type": "symfony-bundle",
1532
            "extra": {
1533
                "branch-alias": {
1534
                    "dev-master": "0.3-dev"
1535
                }
1536
            },
1537
            "autoload": {
1538
                "psr-0": {
1539
                    "HWI\\Bundle\\OAuthBundle": ""
1540
                }
1541
            },
1542
            "notification-url": "https://packagist.org/downloads/",
1543
            "license": [
1544
                "MIT"
1545
            ],
1546
            "authors": [
1547
                {
1548
                    "name": "Contributors",
1549
                    "homepage": "https://github.com/hwi/HWIOAuthBundle/contributors"
1550
                },
1551
                {
1552
                    "name": "Joseph Bielawski",
1553
                    "email": "[email protected]"
1554
                },
1555
                {
1556
                    "name": "Alexander",
1557
                    "email": "[email protected]"
1558
                },
1559
                {
1560
                    "name": "Geoffrey Bachelet",
1561
                    "email": "[email protected]"
1562
                }
1563
            ],
1564
            "description": "Support for authenticating users using both OAuth1.0a and OAuth2 in Symfony2.",
1565
            "homepage": "http://github.com/hwi/HWIOAuthBundle",
1566
            "keywords": [
1567
                "37signals",
1568
                "Authentication",
1569
                "amazon",
1570
                "bitbucket",
1571
                "bitly",
1572
                "box",
1573
                "dailymotion",
1574
                "deviantart",
1575
                "disqus",
1576
                "dropbox",
1577
                "eventbrite",
1578
                "facebook",
1579
                "firewall",
1580
                "flickr",
1581
                "foursquare",
1582
                "github",
1583
                "google",
1584
                "instagram",
1585
                "jira",
1586
                "linkedin",
1587
                "mail.ru",
1588
                "oauth",
1589
                "oauth1",
1590
                "oauth2",
1591
                "odnoklassniki",
1592
                "qq",
1593
                "salesforce",
1594
                "security",
1595
                "sensio connect",
1596
                "sina weibo",
1597
                "stack exchange",
1598
                "stereomood",
1599
                "trello",
1600
                "twitch",
1601
                "twitter",
1602
                "vkontakte",
1603
                "windows live",
1604
                "wordpress",
1605
                "yahoo",
1606
                "yandex"
1607
            ],
1608
            "time": "2015-11-22 17:50:20"
1609
        },
1610
        {
1611
            "name": "incenteev/composer-parameter-handler",
1612
            "version": "v2.1.2",
1613
            "source": {
1614
                "type": "git",
1615
                "url": "https://github.com/Incenteev/ParameterHandler.git",
1616
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
1617
            },
1618
            "dist": {
1619
                "type": "zip",
1620
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
1621
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
1622
                "shasum": ""
1623
            },
1624
            "require": {
1625
                "php": ">=5.3.3",
1626
                "symfony/yaml": "~2.3|~3.0"
1627
            },
1628
            "require-dev": {
1629
                "composer/composer": "1.0.*@dev",
1630
                "phpspec/prophecy-phpunit": "~1.0",
1631
                "symfony/filesystem": "~2.2"
1632
            },
1633
            "type": "library",
1634
            "extra": {
1635
                "branch-alias": {
1636
                    "dev-master": "2.1.x-dev"
1637
                }
1638
            },
1639
            "autoload": {
1640
                "psr-4": {
1641
                    "Incenteev\\ParameterHandler\\": ""
1642
                }
1643
            },
1644
            "notification-url": "https://packagist.org/downloads/",
1645
            "license": [
1646
                "MIT"
1647
            ],
1648
            "authors": [
1649
                {
1650
                    "name": "Christophe Coevoet",
1651
                    "email": "[email protected]"
1652
                }
1653
            ],
1654
            "description": "Composer script handling your ignored parameter file",
1655
            "homepage": "https://github.com/Incenteev/ParameterHandler",
1656
            "keywords": [
1657
                "parameters management"
1658
            ],
1659
            "time": "2015-11-10 17:04:01"
1660
        },
1661
        {
1662
            "name": "jdorn/sql-formatter",
1663
            "version": "v1.2.17",
1664
            "source": {
1665
                "type": "git",
1666
                "url": "https://github.com/jdorn/sql-formatter.git",
1667
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
1668
            },
1669
            "dist": {
1670
                "type": "zip",
1671
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
1672
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
1673
                "shasum": ""
1674
            },
1675
            "require": {
1676
                "php": ">=5.2.4"
1677
            },
1678
            "require-dev": {
1679
                "phpunit/phpunit": "3.7.*"
1680
            },
1681
            "type": "library",
1682
            "extra": {
1683
                "branch-alias": {
1684
                    "dev-master": "1.3.x-dev"
1685
                }
1686
            },
1687
            "autoload": {
1688
                "classmap": [
1689
                    "lib"
1690
                ]
1691
            },
1692
            "notification-url": "https://packagist.org/downloads/",
1693
            "license": [
1694
                "MIT"
1695
            ],
1696
            "authors": [
1697
                {
1698
                    "name": "Jeremy Dorn",
1699
                    "email": "[email protected]",
1700
                    "homepage": "http://jeremydorn.com/"
1701
                }
1702
            ],
1703
            "description": "a PHP SQL highlighting library",
1704
            "homepage": "https://github.com/jdorn/sql-formatter/",
1705
            "keywords": [
1706
                "highlight",
1707
                "sql"
1708
            ],
1709
            "time": "2014-01-12 16:20:24"
1710
        },
1711
        {
1712
            "name": "jeremykendall/php-domain-parser",
1713
            "version": "3.0.0",
1714
            "source": {
1715
                "type": "git",
1716
                "url": "https://github.com/jeremykendall/php-domain-parser.git",
1717
                "reference": "896e7e70f02bd4fd77190052799bc61e4d779672"
1718
            },
1719
            "dist": {
1720
                "type": "zip",
1721
                "url": "https://api.github.com/repos/jeremykendall/php-domain-parser/zipball/896e7e70f02bd4fd77190052799bc61e4d779672",
1722
                "reference": "896e7e70f02bd4fd77190052799bc61e4d779672",
1723
                "shasum": ""
1724
            },
1725
            "require": {
1726
                "ext-curl": "*",
1727
                "ext-intl": "*",
1728
                "ext-mbstring": "*",
1729
                "php": ">=5.3.0"
1730
            },
1731
            "require-dev": {
1732
                "jeremykendall/debug-die": "0.0.1.*",
1733
                "mikey179/vfsstream": "~1.4",
1734
                "phpunit/phpunit": "~4.4"
1735
            },
1736
            "bin": [
1737
                "bin/parse",
1738
                "bin/update-psl"
1739
            ],
1740
            "type": "library",
1741
            "autoload": {
1742
                "psr-0": {
1743
                    "Pdp\\": "src/"
1744
                },
1745
                "files": [
1746
                    "src/pdp-parse-url.php"
1747
                ]
1748
            },
1749
            "notification-url": "https://packagist.org/downloads/",
1750
            "license": [
1751
                "MIT"
1752
            ],
1753
            "authors": [
1754
                {
1755
                    "name": "Jeremy Kendall",
1756
                    "homepage": "http://about.me/jeremykendall",
1757
                    "role": "Developer"
1758
                },
1759
                {
1760
                    "name": "Contributors",
1761
                    "homepage": "https://github.com/jeremykendall/php-domain-parser/graphs/contributors"
1762
                }
1763
            ],
1764
            "description": "Public Suffix List based URL parsing implemented in PHP.",
1765
            "homepage": "https://github.com/jeremykendall/php-domain-parser",
1766
            "keywords": [
1767
                "Public Suffix List",
1768
                "domain parsing",
1769
                "url parsing"
1770
            ],
1771
            "time": "2015-03-30 12:49:45"
1772
        },
1773
        {
1774
            "name": "jms/aop-bundle",
1775
            "version": "1.2.0",
1776
            "source": {
1777
                "type": "git",
1778
                "url": "https://github.com/schmittjoh/JMSAopBundle.git",
1779
                "reference": "78000d007e74283cc564a58e184d7f62548ad394"
1780
            },
1781
            "dist": {
1782
                "type": "zip",
1783
                "url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/78000d007e74283cc564a58e184d7f62548ad394",
1784
                "reference": "78000d007e74283cc564a58e184d7f62548ad394",
1785
                "shasum": ""
1786
            },
1787
            "require": {
1788
                "jms/cg": "^1.1",
1789
                "php": ">=5.3.9",
1790
                "symfony/framework-bundle": "^2.3|^3.0"
1791
            },
1792
            "require-dev": {
1793
                "symfony/phpunit-bridge": "^2.7"
1794
            },
1795
            "type": "symfony-bundle",
1796
            "extra": {
1797
                "branch-alias": {
1798
                    "dev-master": "1.1.x-dev"
1799
                }
1800
            },
1801
            "autoload": {
1802
                "psr-4": {
1803
                    "JMS\\AopBundle\\": ""
1804
                }
1805
            },
1806
            "notification-url": "https://packagist.org/downloads/",
1807
            "license": [
1808
                "Apache-2.0"
1809
            ],
1810
            "authors": [
1811
                {
1812
                    "name": "Johannes M. Schmitt",
1813
                    "email": "[email protected]"
1814
                }
1815
            ],
1816
            "description": "Adds AOP capabilities to Symfony2",
1817
            "keywords": [
1818
                "annotations",
1819
                "aop"
1820
            ],
1821
            "time": "2015-12-09 16:30:46"
1822
        },
1823
        {
1824
            "name": "jms/cg",
1825
            "version": "1.1.0",
1826
            "source": {
1827
                "type": "git",
1828
                "url": "https://github.com/schmittjoh/cg-library.git",
1829
                "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c"
1830
            },
1831
            "dist": {
1832
                "type": "zip",
1833
                "url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/0af1113c7409b8636c5244bbae10b2e0ff792e9c",
1834
                "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c",
1835
                "shasum": ""
1836
            },
1837
            "require": {
1838
                "php": ">=5.3.0"
1839
            },
1840
            "type": "library",
1841
            "extra": {
1842
                "branch-alias": {
1843
                    "dev-master": "1.1-dev"
1844
                }
1845
            },
1846
            "autoload": {
1847
                "psr-0": {
1848
                    "CG\\": "src/"
1849
                }
1850
            },
1851
            "notification-url": "https://packagist.org/downloads/",
1852
            "license": [
1853
                "Apache2"
1854
            ],
1855
            "authors": [
1856
                {
1857
                    "name": "Johannes M. Schmitt",
1858
                    "email": "[email protected]"
1859
                }
1860
            ],
1861
            "description": "Toolset for generating PHP code",
1862
            "keywords": [
1863
                "code generation"
1864
            ],
1865
            "time": "2015-09-13 08:54:43"
1866
        },
1867
        {
1868
            "name": "jms/di-extra-bundle",
1869
            "version": "1.7.0",
1870
            "source": {
1871
                "type": "git",
1872
                "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git",
1873
                "reference": "85a989bedcf22495c03bf94339ddc5e856bd9b46"
1874
            },
1875
            "dist": {
1876
                "type": "zip",
1877
                "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/85a989bedcf22495c03bf94339ddc5e856bd9b46",
1878
                "reference": "85a989bedcf22495c03bf94339ddc5e856bd9b46",
1879
                "shasum": ""
1880
            },
1881
            "require": {
1882
                "jms/aop-bundle": "~1.1",
1883
                "jms/metadata": "~1.0",
1884
                "symfony/dependency-injection": "~2.3|~3.0",
1885
                "symfony/finder": "~2.3|~3.0",
1886
                "symfony/framework-bundle": "~2.3|~3.0",
1887
                "symfony/http-kernel": "^2.3.24|~3.0",
1888
                "symfony/process": "~2.3|~3.0",
1889
                "symfony/routing": "~2.3|~3.0"
1890
            },
1891
            "require-dev": {
1892
                "doctrine/doctrine-bundle": "~1.5",
1893
                "doctrine/orm": "~2.3",
1894
                "jms/security-extra-bundle": "~1.0@dev",
1895
                "phpcollection/phpcollection": ">=0.2,<0.3-dev",
1896
                "sensio/framework-extra-bundle": "~2.0|~3.0",
1897
                "symfony/browser-kit": "~2.3|~3.0",
1898
                "symfony/class-loader": "~2.3|~3.0",
1899
                "symfony/form": "~2.3|~3.0",
1900
                "symfony/phpunit-bridge": "~2.7",
1901
                "symfony/security-bundle": "~2.3",
1902
                "symfony/twig-bundle": "~2.3|~3.0",
1903
                "symfony/validator": "~2.3|~3.0",
1904
                "symfony/yaml": "~2.3|~3.0"
1905
            },
1906
            "type": "symfony-bundle",
1907
            "extra": {
1908
                "branch-alias": {
1909
                    "dev-master": "1.7-dev"
1910
                }
1911
            },
1912
            "autoload": {
1913
                "psr-4": {
1914
                    "JMS\\DiExtraBundle\\": ""
1915
                }
1916
            },
1917
            "notification-url": "https://packagist.org/downloads/",
1918
            "license": [
1919
                "Apache-2.0"
1920
            ],
1921
            "authors": [
1922
                {
1923
                    "name": "Johannes M. Schmitt",
1924
                    "email": "[email protected]"
1925
                }
1926
            ],
1927
            "description": "Allows to configure dependency injection using annotations",
1928
            "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle",
1929
            "keywords": [
1930
                "annotations",
1931
                "dependency injection"
1932
            ],
1933
            "time": "2016-02-21 22:14:09"
1934
        },
1935
        {
1936
            "name": "jms/metadata",
1937
            "version": "1.5.1",
1938
            "source": {
1939
                "type": "git",
1940
                "url": "https://github.com/schmittjoh/metadata.git",
1941
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
1942
            },
1943
            "dist": {
1944
                "type": "zip",
1945
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
1946
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
1947
                "shasum": ""
1948
            },
1949
            "require": {
1950
                "php": ">=5.3.0"
1951
            },
1952
            "require-dev": {
1953
                "doctrine/cache": "~1.0"
1954
            },
1955
            "type": "library",
1956
            "extra": {
1957
                "branch-alias": {
1958
                    "dev-master": "1.5.x-dev"
1959
                }
1960
            },
1961
            "autoload": {
1962
                "psr-0": {
1963
                    "Metadata\\": "src/"
1964
                }
1965
            },
1966
            "notification-url": "https://packagist.org/downloads/",
1967
            "license": [
1968
                "Apache"
1969
            ],
1970
            "authors": [
1971
                {
1972
                    "name": "Johannes Schmitt",
1973
                    "email": "[email protected]",
1974
                    "homepage": "https://github.com/schmittjoh",
1975
                    "role": "Developer of wrapped JMSSerializerBundle"
1976
                }
1977
            ],
1978
            "description": "Class/method/property metadata management in PHP",
1979
            "keywords": [
1980
                "annotations",
1981
                "metadata",
1982
                "xml",
1983
                "yaml"
1984
            ],
1985
            "time": "2014-07-12 07:13:19"
1986
        },
1987
        {
1988
            "name": "jms/parser-lib",
1989
            "version": "1.0.0",
1990
            "source": {
1991
                "type": "git",
1992
                "url": "https://github.com/schmittjoh/parser-lib.git",
1993
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
1994
            },
1995
            "dist": {
1996
                "type": "zip",
1997
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1998
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1999
                "shasum": ""
2000
            },
2001
            "require": {
2002
                "phpoption/phpoption": ">=0.9,<2.0-dev"
2003
            },
2004
            "type": "library",
2005
            "extra": {
2006
                "branch-alias": {
2007
                    "dev-master": "1.0-dev"
2008
                }
2009
            },
2010
            "autoload": {
2011
                "psr-0": {
2012
                    "JMS\\": "src/"
2013
                }
2014
            },
2015
            "notification-url": "https://packagist.org/downloads/",
2016
            "license": [
2017
                "Apache2"
2018
            ],
2019
            "description": "A library for easily creating recursive-descent parsers.",
2020
            "time": "2012-11-18 18:08:43"
2021
        },
2022
        {
2023
            "name": "jms/security-extra-bundle",
2024
            "version": "dev-master",
2025
            "source": {
2026
                "type": "git",
2027
                "url": "https://github.com/schmittjoh/JMSSecurityExtraBundle.git",
2028
                "reference": "f04ab951e35087e7d9a6cbbc4b3e8f4e5593f8b4"
2029
            },
2030
            "dist": {
2031
                "type": "zip",
2032
                "url": "https://api.github.com/repos/schmittjoh/JMSSecurityExtraBundle/zipball/f04ab951e35087e7d9a6cbbc4b3e8f4e5593f8b4",
2033
                "reference": "f04ab951e35087e7d9a6cbbc4b3e8f4e5593f8b4",
2034
                "shasum": ""
2035
            },
2036
            "require": {
2037
                "jms/aop-bundle": "~1.0",
2038
                "jms/di-extra-bundle": "~1.4",
2039
                "jms/metadata": "~1.0",
2040
                "jms/parser-lib": "~1.0",
2041
                "php": "~5.3|~7.0",
2042
                "symfony/dependency-injection": "~2.3|~3.0",
2043
                "symfony/framework-bundle": "~2.3|~3.0",
2044
                "symfony/routing": "~2.3|~3.0",
2045
                "symfony/security-acl": "~2.2|~3.0",
2046
                "symfony/security-bundle": "~2.3|~3.0"
2047
            },
2048
            "require-dev": {
2049
                "doctrine/common": "~2.3",
2050
                "doctrine/doctrine-bundle": "~1.0",
2051
                "doctrine/orm": "~2.3",
2052
                "sensio/framework-extra-bundle": "^2.2.1|~3.0",
2053
                "symfony/browser-kit": "~2.0|~3.0",
2054
                "symfony/class-loader": "~2.1|~3.0",
2055
                "symfony/css-selector": "^2.0.5|~3.0",
2056
                "symfony/finder": "^2.0.5|~3.0",
2057
                "symfony/form": "~2.2|~3.0",
2058
                "symfony/phpunit-bridge": "~2.7|~3.0",
2059
                "symfony/process": "^2.0.5|~3.0",
2060
                "symfony/twig-bridge": "^2.2.6|~3.0",
2061
                "symfony/twig-bundle": "~2.2|~3.0",
2062
                "symfony/validator": "~2.2|~3.0",
2063
                "symfony/yaml": "^2.2.11|~3.0",
2064
                "twig/twig": "^1.23.1"
2065
            },
2066
            "type": "symfony-bundle",
2067
            "extra": {
2068
                "branch-alias": {
2069
                    "dev-master": "1.6-dev"
2070
                }
2071
            },
2072
            "autoload": {
2073
                "psr-4": {
2074
                    "JMS\\SecurityExtraBundle\\": ""
2075
                }
2076
            },
2077
            "notification-url": "https://packagist.org/downloads/",
2078
            "license": [
2079
                "Apache2"
2080
            ],
2081
            "authors": [
2082
                {
2083
                    "name": "Johannes M. Schmitt",
2084
                    "email": "[email protected]"
2085
                }
2086
            ],
2087
            "description": "Enhances the Symfony2 Security Component by adding several new features",
2088
            "homepage": "http://jmsyst.com/bundles/JMSSecurityExtraBundle",
2089
            "keywords": [
2090
                "annotations",
2091
                "authorization",
2092
                "expression",
2093
                "secure",
2094
                "security"
2095
            ],
2096
            "time": "2016-02-21 23:30:55"
2097
        },
2098
        {
2099
            "name": "jms/serializer",
2100
            "version": "1.1.0",
2101
            "source": {
2102
                "type": "git",
2103
                "url": "https://github.com/schmittjoh/serializer.git",
2104
                "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48"
2105
            },
2106
            "dist": {
2107
                "type": "zip",
2108
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
2109
                "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
2110
                "shasum": ""
2111
            },
2112
            "require": {
2113
                "doctrine/annotations": "1.*",
2114
                "doctrine/instantiator": "~1.0.3",
2115
                "jms/metadata": "~1.1",
2116
                "jms/parser-lib": "1.*",
2117
                "php": ">=5.4.0",
2118
                "phpcollection/phpcollection": "~0.1"
2119
            },
2120
            "conflict": {
2121
                "twig/twig": "<1.12"
2122
            },
2123
            "require-dev": {
2124
                "doctrine/orm": "~2.1",
2125
                "doctrine/phpcr-odm": "~1.0.1",
2126
                "jackalope/jackalope-doctrine-dbal": "1.0.*",
2127
                "phpunit/phpunit": "~4.0",
2128
                "propel/propel1": "~1.7",
2129
                "symfony/filesystem": "2.*",
2130
                "symfony/form": "~2.1",
2131
                "symfony/translation": "~2.0",
2132
                "symfony/validator": "~2.0",
2133
                "symfony/yaml": "2.*",
2134
                "twig/twig": "~1.12|~2.0"
2135
            },
2136
            "suggest": {
2137
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
2138
            },
2139
            "type": "library",
2140
            "extra": {
2141
                "branch-alias": {
2142
                    "dev-master": "1.1-dev"
2143
                }
2144
            },
2145
            "autoload": {
2146
                "psr-0": {
2147
                    "JMS\\Serializer": "src/"
2148
                }
2149
            },
2150
            "notification-url": "https://packagist.org/downloads/",
2151
            "license": [
2152
                "Apache2"
2153
            ],
2154
            "authors": [
2155
                {
2156
                    "name": "Johannes M. Schmitt",
2157
                    "email": "[email protected]"
2158
                }
2159
            ],
2160
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
2161
            "homepage": "http://jmsyst.com/libs/serializer",
2162
            "keywords": [
2163
                "deserialization",
2164
                "jaxb",
2165
                "json",
2166
                "serialization",
2167
                "xml"
2168
            ],
2169
            "time": "2015-10-27 09:24:41"
2170
        },
2171
        {
2172
            "name": "jms/serializer-bundle",
2173
            "version": "1.1.0",
2174
            "target-dir": "JMS/SerializerBundle",
2175
            "source": {
2176
                "type": "git",
2177
                "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
2178
                "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e"
2179
            },
2180
            "dist": {
2181
                "type": "zip",
2182
                "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/3e396c980545350c2efb65a50041d2a9f9d6562e",
2183
                "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e",
2184
                "shasum": ""
2185
            },
2186
            "require": {
2187
                "jms/serializer": "^1.0.0",
2188
                "php": ">=5.4.0",
2189
                "phpoption/phpoption": "^1.1.0",
2190
                "symfony/framework-bundle": "~2.3|~3.0"
2191
            },
2192
            "require-dev": {
2193
                "doctrine/doctrine-bundle": "*",
2194
                "doctrine/orm": "*",
2195
                "symfony/browser-kit": "*",
2196
                "symfony/class-loader": "*",
2197
                "symfony/css-selector": "*",
2198
                "symfony/finder": "*",
2199
                "symfony/form": "*",
2200
                "symfony/process": "*",
2201
                "symfony/stopwatch": "*",
2202
                "symfony/twig-bundle": "*",
2203
                "symfony/validator": "*",
2204
                "symfony/yaml": "*"
2205
            },
2206
            "suggest": {
2207
                "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
2208
            },
2209
            "type": "symfony-bundle",
2210
            "extra": {
2211
                "branch-alias": {
2212
                    "dev-master": "1.1-dev"
2213
                }
2214
            },
2215
            "autoload": {
2216
                "psr-0": {
2217
                    "JMS\\SerializerBundle": ""
2218
                }
2219
            },
2220
            "notification-url": "https://packagist.org/downloads/",
2221
            "license": [
2222
                "Apache2"
2223
            ],
2224
            "authors": [
2225
                {
2226
                    "name": "Johannes M. Schmitt",
2227
                    "email": "[email protected]"
2228
                }
2229
            ],
2230
            "description": "Allows you to easily serialize, and deserialize data of any complexity",
2231
            "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
2232
            "keywords": [
2233
                "deserialization",
2234
                "jaxb",
2235
                "json",
2236
                "serialization",
2237
                "xml"
2238
            ],
2239
            "time": "2015-11-10 12:26:42"
2240
        },
2241
        {
2242
            "name": "knplabs/gaufrette",
2243
            "version": "dev-master",
2244
            "source": {
2245
                "type": "git",
2246
                "url": "https://github.com/KnpLabs/Gaufrette.git",
2247
                "reference": "93ba4672b012c74bfe419c033eae1c0a48b1b493"
2248
            },
2249
            "dist": {
2250
                "type": "zip",
2251
                "url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/93ba4672b012c74bfe419c033eae1c0a48b1b493",
2252
                "reference": "93ba4672b012c74bfe419c033eae1c0a48b1b493",
2253
                "shasum": ""
2254
            },
2255
            "require": {
2256
                "php": ">=5.3.2"
2257
            },
2258
            "require-dev": {
2259
                "amazonwebservices/aws-sdk-for-php": "1.5.*",
2260
                "aws/aws-sdk-php": "~2",
2261
                "doctrine/dbal": ">=2.3",
2262
                "dropbox-php/dropbox-php": "*",
2263
                "google/apiclient": "~1.1.3",
2264
                "herzult/php-ssh": "*",
2265
                "microsoft/windowsazure": "dev-master",
2266
                "mikey179/vfsstream": "~1.2.0",
2267
                "phpseclib/phpseclib": "dev-master",
2268
                "phpspec/phpspec": "2.0.*",
2269
                "phpunit/phpunit": "3.7.*",
2270
                "rackspace/php-opencloud": "1.9.*"
2271
            },
2272
            "suggest": {
2273
                "amazonwebservices/aws-sdk-for-php": "to use the legacy Amazon S3 adapters",
2274
                "aws/aws-sdk-php": "to use the Amazon S3 adapter",
2275
                "doctrine/dbal": "to use the Doctrine DBAL adapter",
2276
                "dropbox-php/dropbox-php": "to use the Dropbox adapter",
2277
                "ext-apc": "to use the APC adapter",
2278
                "ext-curl": "*",
2279
                "ext-fileinfo": "This extension is used to automatically detect the content-type of a file in the AwsS3, OpenCloud, AzureBlogStorage and GoogleCloudStorage adapters",
2280
                "ext-mbstring": "*",
2281
                "ext-mongo": "*",
2282
                "ext-zip": "to use the Zip adapter",
2283
                "google/apiclient": "to use GoogleCloudStorage adapter",
2284
                "herzult/php-ssh": "to use SFtp adapter",
2285
                "knplabs/knp-gaufrette-bundle": "to use with Symfony2",
2286
                "microsoft/windowsazure": "to use Microsoft Azure Blob Storage adapter",
2287
                "phpseclib/phpseclib": "to use PhpseclibSftp adapter",
2288
                "rackspace/php-opencloud": "to use Opencloud adapter"
2289
            },
2290
            "type": "library",
2291
            "extra": {
2292
                "branch-alias": {
2293
                    "dev-master": "0.4.x-dev"
2294
                }
2295
            },
2296
            "autoload": {
2297
                "psr-0": {
2298
                    "Gaufrette": "src/"
2299
                }
2300
            },
2301
            "notification-url": "https://packagist.org/downloads/",
2302
            "license": [
2303
                "MIT"
2304
            ],
2305
            "authors": [
2306
                {
2307
                    "name": "The contributors",
2308
                    "homepage": "http://github.com/knplabs/Gaufrette/contributors"
2309
                },
2310
                {
2311
                    "name": "KnpLabs Team",
2312
                    "homepage": "http://knplabs.com"
2313
                }
2314
            ],
2315
            "description": "PHP5 library that provides a filesystem abstraction layer",
2316
            "homepage": "http://knplabs.com",
2317
            "keywords": [
2318
                "abstraction",
2319
                "file",
2320
                "filesystem",
2321
                "media"
2322
            ],
2323
            "time": "2016-02-08 12:46:40"
2324
        },
2325
        {
2326
            "name": "knplabs/knp-gaufrette-bundle",
2327
            "version": "dev-master",
2328
            "source": {
2329
                "type": "git",
2330
                "url": "https://github.com/KnpLabs/KnpGaufretteBundle.git",
2331
                "reference": "45dc19248b1c919a44082aab161b36e9f4f6715d"
2332
            },
2333
            "dist": {
2334
                "type": "zip",
2335
                "url": "https://api.github.com/repos/KnpLabs/KnpGaufretteBundle/zipball/45dc19248b1c919a44082aab161b36e9f4f6715d",
2336
                "reference": "45dc19248b1c919a44082aab161b36e9f4f6715d",
2337
                "shasum": ""
2338
            },
2339
            "require": {
2340
                "knplabs/gaufrette": "~0.1.7|~0.2",
2341
                "symfony/framework-bundle": "~2.0|~3.0"
2342
            },
2343
            "require-dev": {
2344
                "phpunit/phpunit": "~4.2",
2345
                "symfony/console": "~2.0|~3.0",
2346
                "symfony/yaml": "~2.0|~3.0"
2347
            },
2348
            "type": "symfony-bundle",
2349
            "extra": {
2350
                "branch-alias": {
2351
                    "dev-master": "0.2.x-dev"
2352
                }
2353
            },
2354
            "autoload": {
2355
                "psr-4": {
2356
                    "Knp\\Bundle\\GaufretteBundle\\": ""
2357
                }
2358
            },
2359
            "notification-url": "https://packagist.org/downloads/",
2360
            "license": [
2361
                "MIT"
2362
            ],
2363
            "authors": [
2364
                {
2365
                    "name": "The contributors",
2366
                    "homepage": "https://github.com/knplabs/KnpGaufretteBundle/contributors"
2367
                },
2368
                {
2369
                    "name": "Antoine Hérault",
2370
                    "email": "[email protected]"
2371
                }
2372
            ],
2373
            "description": "Allows to easily use the Gaufrette library in a Symfony project",
2374
            "homepage": "http://knplabs.com",
2375
            "keywords": [
2376
                "abstraction",
2377
                "file",
2378
                "filesystem",
2379
                "media"
2380
            ],
2381
            "time": "2015-12-07 10:14:48"
2382
        },
2383
        {
2384
            "name": "kriswallsmith/assetic",
2385
            "version": "v1.3.2",
2386
            "source": {
2387
                "type": "git",
2388
                "url": "https://github.com/kriswallsmith/assetic.git",
2389
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5"
2390
            },
2391
            "dist": {
2392
                "type": "zip",
2393
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/9928f7c4ad98b234e3559d1049abd13387f86db5",
2394
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5",
2395
                "shasum": ""
2396
            },
2397
            "require": {
2398
                "php": ">=5.3.1",
2399
                "symfony/process": "~2.1|~3.0"
2400
            },
2401
            "conflict": {
2402
                "twig/twig": "<1.23"
2403
            },
2404
            "require-dev": {
2405
                "cssmin/cssmin": "3.0.1",
2406
                "joliclic/javascript-packer": "1.1",
2407
                "kamicane/packager": "1.0",
2408
                "leafo/lessphp": "^0.3.7",
2409
                "leafo/scssphp": "~0.1",
2410
                "mrclay/minify": "~2.2",
2411
                "patchwork/jsqueeze": "~1.0|~2.0",
2412
                "phpunit/phpunit": "~4.8",
2413
                "psr/log": "~1.0",
2414
                "ptachoire/cssembed": "~1.0",
2415
                "symfony/phpunit-bridge": "~2.7|~3.0",
2416
                "twig/twig": "~1.8|~2.0"
2417
            },
2418
            "suggest": {
2419
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
2420
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
2421
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
2422
                "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
2423
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
2424
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
2425
            },
2426
            "type": "library",
2427
            "extra": {
2428
                "branch-alias": {
2429
                    "dev-master": "1.4-dev"
2430
                }
2431
            },
2432
            "autoload": {
2433
                "psr-0": {
2434
                    "Assetic": "src/"
2435
                },
2436
                "files": [
2437
                    "src/functions.php"
2438
                ]
2439
            },
2440
            "notification-url": "https://packagist.org/downloads/",
2441
            "license": [
2442
                "MIT"
2443
            ],
2444
            "authors": [
2445
                {
2446
                    "name": "Kris Wallsmith",
2447
                    "email": "[email protected]",
2448
                    "homepage": "http://kriswallsmith.net/"
2449
                }
2450
            ],
2451
            "description": "Asset Management for PHP",
2452
            "homepage": "https://github.com/kriswallsmith/assetic",
2453
            "keywords": [
2454
                "assets",
2455
                "compression",
2456
                "minification"
2457
            ],
2458
            "time": "2015-11-12 13:51:40"
2459
        },
2460
        {
2461
            "name": "kriswallsmith/buzz",
2462
            "version": "v0.15",
2463
            "source": {
2464
                "type": "git",
2465
                "url": "https://github.com/kriswallsmith/Buzz.git",
2466
                "reference": "d4041666c3ffb379af02a92dabe81c904b35fab8"
2467
            },
2468
            "dist": {
2469
                "type": "zip",
2470
                "url": "https://api.github.com/repos/kriswallsmith/Buzz/zipball/d4041666c3ffb379af02a92dabe81c904b35fab8",
2471
                "reference": "d4041666c3ffb379af02a92dabe81c904b35fab8",
2472
                "shasum": ""
2473
            },
2474
            "require": {
2475
                "php": ">=5.3.0"
2476
            },
2477
            "require-dev": {
2478
                "phpunit/phpunit": "3.7.*"
2479
            },
2480
            "suggest": {
2481
                "ext-curl": "*"
2482
            },
2483
            "type": "library",
2484
            "autoload": {
2485
                "psr-0": {
2486
                    "Buzz": "lib/"
2487
                }
2488
            },
2489
            "notification-url": "https://packagist.org/downloads/",
2490
            "license": [
2491
                "MIT"
2492
            ],
2493
            "authors": [
2494
                {
2495
                    "name": "Kris Wallsmith",
2496
                    "email": "[email protected]",
2497
                    "homepage": "http://kriswallsmith.net/"
2498
                }
2499
            ],
2500
            "description": "Lightweight HTTP client",
2501
            "homepage": "https://github.com/kriswallsmith/Buzz",
2502
            "keywords": [
2503
                "curl",
2504
                "http client"
2505
            ],
2506
            "time": "2015-06-25 17:26:56"
2507
        },
2508
        {
2509
            "name": "league/uri",
2510
            "version": "dev-master",
2511
            "source": {
2512
                "type": "git",
2513
                "url": "https://github.com/thephpleague/uri.git",
2514
                "reference": "2b55324e69044b0df6eb27a26a28fd9616d001ea"
2515
            },
2516
            "dist": {
2517
                "type": "zip",
2518
                "url": "https://api.github.com/repos/thephpleague/uri/zipball/977c560ed6522bb7ccfa5d3dccb0a1ffec23dfec",
2519
                "reference": "2b55324e69044b0df6eb27a26a28fd9616d001ea",
2520
                "shasum": ""
2521
            },
2522
            "require": {
2523
                "ext-fileinfo": "*",
2524
                "ext-intl": "*",
2525
                "ext-mbstring": "*",
2526
                "jeremykendall/php-domain-parser": "^3.0",
2527
                "php": ">=5.5.9",
2528
                "psr/http-message": "^1.0"
2529
            },
2530
            "require-dev": {
2531
                "fabpot/php-cs-fixer": "^1.9",
2532
                "phpunit/phpunit": "^4.0"
2533
            },
2534
            "type": "library",
2535
            "extra": {
2536
                "branch-alias": {
2537
                    "dev-master": "4.1-dev"
2538
                }
2539
            },
2540
            "autoload": {
2541
                "psr-4": {
2542
                    "League\\Uri\\": "src"
2543
                }
2544
            },
2545
            "notification-url": "https://packagist.org/downloads/",
2546
            "license": [
2547
                "MIT"
2548
            ],
2549
            "authors": [
2550
                {
2551
                    "name": "Ignace Nyamagana Butera",
2552
                    "email": "[email protected]",
2553
                    "homepage": "https://nyamsprod.com"
2554
                }
2555
            ],
2556
            "description": "URI manipulation library",
2557
            "homepage": "http://url.thephpleague.com",
2558
            "keywords": [
2559
                "data",
2560
                "data-uri",
2561
                "ftp",
2562
                "http",
2563
                "parse_url",
2564
                "psr-7",
2565
                "rfc3986",
2566
                "uri",
2567
                "url",
2568
                "ws"
2569
            ],
2570
            "time": "2015-06-22 09:41:06"
2571
        },
2572
        {
2573
            "name": "liip/monitor-bundle",
2574
            "version": "2.3.1",
2575
            "source": {
2576
                "type": "git",
2577
                "url": "https://github.com/liip/LiipMonitorBundle.git",
2578
                "reference": "71179b1a26346e452379e039bceba08d19e81880"
2579
            },
2580
            "dist": {
2581
                "type": "zip",
2582
                "url": "https://api.github.com/repos/liip/LiipMonitorBundle/zipball/71179b1a26346e452379e039bceba08d19e81880",
2583
                "reference": "71179b1a26346e452379e039bceba08d19e81880",
2584
                "shasum": ""
2585
            },
2586
            "require": {
2587
                "php": "^5.3.9|^7.0",
2588
                "symfony/framework-bundle": "~2.3|~3.0",
2589
                "zendframework/zenddiagnostics": "^1.0.2"
2590
            },
2591
            "require-dev": {
2592
                "guzzle/guzzle": "~3.8",
2593
                "matthiasnoback/symfony-dependency-injection-test": "^0.7.4",
2594
                "sensiolabs/security-checker": "~1.3|~2.0|~3.0",
2595
                "swiftmailer/swiftmailer": "~5.4",
2596
                "symfony/expression-language": "~2.3|~3.0"
2597
            },
2598
            "suggest": {
2599
                "sensio/distribution-bundle": "To be able to use the composer ScriptHandler",
2600
                "symfony/expression-language": "To use the Expression check"
2601
            },
2602
            "type": "symfony-bundle",
2603
            "extra": {
2604
                "branch-alias": {
2605
                    "dev-master": "2.3-dev"
2606
                }
2607
            },
2608
            "autoload": {
2609
                "psr-4": {
2610
                    "Liip\\MonitorBundle\\": ""
2611
                }
2612
            },
2613
            "notification-url": "https://packagist.org/downloads/",
2614
            "license": [
2615
                "MIT"
2616
            ],
2617
            "authors": [
2618
                {
2619
                    "name": "Liip AG",
2620
                    "homepage": "http://www.liip.ch/"
2621
                },
2622
                {
2623
                    "name": "Alvaro Videla",
2624
                    "email": "[email protected]"
2625
                },
2626
                {
2627
                    "name": "Symfony Community",
2628
                    "homepage": "https://github.com/liip/LiipMonitorBundle/contributors"
2629
                },
2630
                {
2631
                    "name": "Kevin Bond",
2632
                    "homepage": "http://zenstruck.com/"
2633
                }
2634
            ],
2635
            "description": "Liip Monitor Bundle",
2636
            "keywords": [
2637
                "check",
2638
                "health",
2639
                "monitor",
2640
                "monitoring"
2641
            ],
2642
            "time": "2016-01-12 10:55:23"
2643
        },
2644
        {
2645
            "name": "michelf/php-markdown",
2646
            "version": "1.4.1",
2647
            "source": {
2648
                "type": "git",
2649
                "url": "https://github.com/michelf/php-markdown.git",
2650
                "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6"
2651
            },
2652
            "dist": {
2653
                "type": "zip",
2654
                "url": "https://api.github.com/repos/michelf/php-markdown/zipball/de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
2655
                "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
2656
                "shasum": ""
2657
            },
2658
            "require": {
2659
                "php": ">=5.3.0"
2660
            },
2661
            "type": "library",
2662
            "extra": {
2663
                "branch-alias": {
2664
                    "dev-lib": "1.4.x-dev"
2665
                }
2666
            },
2667
            "autoload": {
2668
                "psr-0": {
2669
                    "Michelf": ""
2670
                }
2671
            },
2672
            "notification-url": "https://packagist.org/downloads/",
2673
            "license": [
2674
                "BSD-3-Clause"
2675
            ],
2676
            "authors": [
2677
                {
2678
                    "name": "Michel Fortin",
2679
                    "email": "[email protected]",
2680
                    "homepage": "http://michelf.ca/",
2681
                    "role": "Developer"
2682
                },
2683
                {
2684
                    "name": "John Gruber",
2685
                    "homepage": "http://daringfireball.net/"
2686
                }
2687
            ],
2688
            "description": "PHP Markdown",
2689
            "homepage": "http://michelf.ca/projects/php-markdown/",
2690
            "keywords": [
2691
                "markdown"
2692
            ],
2693
            "time": "2014-05-05 02:43:50"
2694
        },
2695
        {
2696
            "name": "monolog/monolog",
2697
            "version": "1.17.2",
2698
            "source": {
2699
                "type": "git",
2700
                "url": "https://github.com/Seldaek/monolog.git",
2701
                "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24"
2702
            },
2703
            "dist": {
2704
                "type": "zip",
2705
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
2706
                "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
2707
                "shasum": ""
2708
            },
2709
            "require": {
2710
                "php": ">=5.3.0",
2711
                "psr/log": "~1.0"
2712
            },
2713
            "provide": {
2714
                "psr/log-implementation": "1.0.0"
2715
            },
2716
            "require-dev": {
2717
                "aws/aws-sdk-php": "^2.4.9",
2718
                "doctrine/couchdb": "~1.0@dev",
2719
                "graylog2/gelf-php": "~1.0",
2720
                "jakub-onderka/php-parallel-lint": "0.9",
2721
                "php-console/php-console": "^3.1.3",
2722
                "phpunit/phpunit": "~4.5",
2723
                "phpunit/phpunit-mock-objects": "2.3.0",
2724
                "raven/raven": "^0.13",
2725
                "ruflin/elastica": ">=0.90 <3.0",
2726
                "swiftmailer/swiftmailer": "~5.3",
2727
                "videlalvaro/php-amqplib": "~2.4"
2728
            },
2729
            "suggest": {
2730
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
2731
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
2732
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
2733
                "ext-mongo": "Allow sending log messages to a MongoDB server",
2734
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2735
                "php-console/php-console": "Allow sending log messages to Google Chrome",
2736
                "raven/raven": "Allow sending log messages to a Sentry server",
2737
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
2738
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
2739
                "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
2740
            },
2741
            "type": "library",
2742
            "extra": {
2743
                "branch-alias": {
2744
                    "dev-master": "1.16.x-dev"
2745
                }
2746
            },
2747
            "autoload": {
2748
                "psr-4": {
2749
                    "Monolog\\": "src/Monolog"
2750
                }
2751
            },
2752
            "notification-url": "https://packagist.org/downloads/",
2753
            "license": [
2754
                "MIT"
2755
            ],
2756
            "authors": [
2757
                {
2758
                    "name": "Jordi Boggiano",
2759
                    "email": "[email protected]",
2760
                    "homepage": "http://seld.be"
2761
                }
2762
            ],
2763
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
2764
            "homepage": "http://github.com/Seldaek/monolog",
2765
            "keywords": [
2766
                "log",
2767
                "logging",
2768
                "psr-3"
2769
            ],
2770
            "time": "2015-10-14 12:51:02"
2771
        },
2772
        {
2773
            "name": "nelmio/api-doc-bundle",
2774
            "version": "dev-master",
2775
            "target-dir": "Nelmio/ApiDocBundle",
2776
            "source": {
2777
                "type": "git",
2778
                "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
2779
                "reference": "2a0f95eac0ab2aa466545d0b21d15739636811b7"
2780
            },
2781
            "dist": {
2782
                "type": "zip",
2783
                "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/2a0f95eac0ab2aa466545d0b21d15739636811b7",
2784
                "reference": "2a0f95eac0ab2aa466545d0b21d15739636811b7",
2785
                "shasum": ""
2786
            },
2787
            "require": {
2788
                "michelf/php-markdown": "~1.4",
2789
                "php": ">=5.3",
2790
                "symfony/console": "~2.3|~3.0",
2791
                "symfony/framework-bundle": "~2.3|~3.0",
2792
                "symfony/twig-bundle": "~2.3|~3.0"
2793
            },
2794
            "conflict": {
2795
                "jms/serializer": "<0.12",
2796
                "jms/serializer-bundle": "<0.11",
2797
                "twig/twig": "<1.12"
2798
            },
2799
            "require-dev": {
2800
                "doctrine/doctrine-bundle": "~1.5",
2801
                "doctrine/orm": "~2.3",
2802
                "dunglas/api-bundle": "~1.0@dev",
2803
                "friendsofsymfony/rest-bundle": "~1.0|~2.0",
2804
                "jms/serializer-bundle": ">=0.11",
2805
                "sensio/framework-extra-bundle": "~3.0",
2806
                "symfony/browser-kit": "~2.3|~3.0",
2807
                "symfony/css-selector": "~2.3|~3.0",
2808
                "symfony/finder": "~2.3|~3.0",
2809
                "symfony/form": "~2.3|~3.0",
2810
                "symfony/phpunit-bridge": "~2.7|~3.0",
2811
                "symfony/serializer": "~2.7|~3.0",
2812
                "symfony/validator": "~2.3|~3.0",
2813
                "symfony/yaml": "~2.3|~3.0"
2814
            },
2815
            "suggest": {
2816
                "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
2817
                "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
2818
                "jms/serializer": "For making use of serializer information in the doc.",
2819
                "symfony/form": "For using form definitions as input.",
2820
                "symfony/validator": "For making use of validator information in the doc."
2821
            },
2822
            "type": "symfony-bundle",
2823
            "extra": {
2824
                "branch-alias": {
2825
                    "dev-master": "2.11-dev"
2826
                }
2827
            },
2828
            "autoload": {
2829
                "psr-0": {
2830
                    "Nelmio\\ApiDocBundle": ""
2831
                }
2832
            },
2833
            "notification-url": "https://packagist.org/downloads/",
2834
            "license": [
2835
                "MIT"
2836
            ],
2837
            "authors": [
2838
                {
2839
                    "name": "Nelmio",
2840
                    "homepage": "http://nelm.io"
2841
                },
2842
                {
2843
                    "name": "Symfony Community",
2844
                    "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
2845
                }
2846
            ],
2847
            "description": "Generates documentation for your REST API from annotations",
2848
            "keywords": [
2849
                "api",
2850
                "doc",
2851
                "documentation",
2852
                "rest"
2853
            ],
2854
            "time": "2016-02-24 18:00:28"
2855
        },
2856
        {
2857
            "name": "nelmio/cors-bundle",
2858
            "version": "1.4.1",
2859
            "source": {
2860
                "type": "git",
2861
                "url": "https://github.com/nelmio/NelmioCorsBundle.git",
2862
                "reference": "fa14a81737c605bf4766054cdcb72a16a433d537"
2863
            },
2864
            "dist": {
2865
                "type": "zip",
2866
                "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/fa14a81737c605bf4766054cdcb72a16a433d537",
2867
                "reference": "fa14a81737c605bf4766054cdcb72a16a433d537",
2868
                "shasum": ""
2869
            },
2870
            "require": {
2871
                "symfony/framework-bundle": "^2.2 || ^3.0"
2872
            },
2873
            "require-dev": {
2874
                "matthiasnoback/symfony-dependency-injection-test": "^0.7.6",
2875
                "mockery/mockery": "0.9.*"
2876
            },
2877
            "type": "symfony-bundle",
2878
            "extra": {
2879
                "branch-alias": {
2880
                    "dev-master": "1.4.x-dev"
2881
                }
2882
            },
2883
            "autoload": {
2884
                "psr-4": {
2885
                    "Nelmio\\CorsBundle\\": ""
2886
                },
2887
                "exclude-from-classmap": [
2888
                    "/Tests/"
2889
                ]
2890
            },
2891
            "notification-url": "https://packagist.org/downloads/",
2892
            "license": [
2893
                "MIT"
2894
            ],
2895
            "authors": [
2896
                {
2897
                    "name": "Nelmio",
2898
                    "homepage": "http://nelm.io"
2899
                },
2900
                {
2901
                    "name": "Symfony Community",
2902
                    "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
2903
                }
2904
            ],
2905
            "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
2906
            "keywords": [
2907
                "api",
2908
                "cors",
2909
                "crossdomain"
2910
            ],
2911
            "time": "2015-12-09 17:26:34"
2912
        },
2913
        {
2914
            "name": "nelmio/security-bundle",
2915
            "version": "1.10.0",
2916
            "source": {
2917
                "type": "git",
2918
                "url": "https://github.com/nelmio/NelmioSecurityBundle.git",
2919
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9"
2920
            },
2921
            "dist": {
2922
                "type": "zip",
2923
                "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
2924
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
2925
                "shasum": ""
2926
            },
2927
            "require": {
2928
                "symfony/framework-bundle": "~2.3|~3.0",
2929
                "symfony/security": "~2.3|~3.0"
2930
            },
2931
            "require-dev": {
2932
                "phpunit/phpunit": "^5.2"
2933
            },
2934
            "type": "symfony-bundle",
2935
            "extra": {
2936
                "branch-alias": {
2937
                    "dev-master": "1.10.x-dev"
2938
                }
2939
            },
2940
            "autoload": {
2941
                "psr-4": {
2942
                    "Nelmio\\SecurityBundle\\": ""
2943
                }
2944
            },
2945
            "notification-url": "https://packagist.org/downloads/",
2946
            "license": [
2947
                "MIT"
2948
            ],
2949
            "authors": [
2950
                {
2951
                    "name": "Nelmio",
2952
                    "homepage": "http://nelm.io"
2953
                },
2954
                {
2955
                    "name": "Symfony Community",
2956
                    "homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors"
2957
                }
2958
            ],
2959
            "description": "Extra security-related features for Symfony: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...",
2960
            "keywords": [
2961
                "security"
2962
            ],
2963
            "time": "2016-02-23 10:42:13"
2964
        },
2965
        {
2966
            "name": "oro/doctrine-extensions",
2967
            "version": "1.0.11",
2968
            "source": {
2969
                "type": "git",
2970
                "url": "https://github.com/orocrm/doctrine-extensions.git",
2971
                "reference": "068102e896c8739355b99b794d59d321dff655d7"
2972
            },
2973
            "dist": {
2974
                "type": "zip",
2975
                "url": "https://api.github.com/repos/orocrm/doctrine-extensions/zipball/068102e896c8739355b99b794d59d321dff655d7",
2976
                "reference": "068102e896c8739355b99b794d59d321dff655d7",
2977
                "shasum": ""
2978
            },
2979
            "require": {
2980
                "doctrine/orm": ">=2.2.3",
2981
                "php": ">=5.3.0"
2982
            },
2983
            "require-dev": {
2984
                "doctrine/data-fixtures": "dev-master",
2985
                "doctrine/orm": "<2.5.0",
2986
                "phpunit/phpunit": "4.*",
2987
                "symfony/yaml": "2.*"
2988
            },
2989
            "type": "library",
2990
            "autoload": {
2991
                "psr-0": {
2992
                    "Oro\\DBAL": "src/",
2993
                    "Oro\\ORM": "src/"
2994
                }
2995
            },
2996
            "notification-url": "https://packagist.org/downloads/",
2997
            "license": [
2998
                "MIT"
2999
            ],
3000
            "authors": [
3001
                {
3002
                    "name": "Oro, Inc",
3003
                    "homepage": "http://www.orocrm.com"
3004
                }
3005
            ],
3006
            "description": "Doctrine Extensions for MySQL and PostgreSQL.",
3007
            "homepage": "https://github.com/orocrm/doctrine-extensions/",
3008
            "keywords": [
3009
                "database",
3010
                "doctrine",
3011
                "dql",
3012
                "function",
3013
                "mysql",
3014
                "postgresql",
3015
                "type"
3016
            ],
3017
            "time": "2016-01-05 20:17:20"
3018
        },
3019
        {
3020
            "name": "paragonie/random_compat",
3021
            "version": "v1.2.0",
3022
            "source": {
3023
                "type": "git",
3024
                "url": "https://github.com/paragonie/random_compat.git",
3025
                "reference": "b0e69d10852716b2ccbdff69c75c477637220790"
3026
            },
3027
            "dist": {
3028
                "type": "zip",
3029
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/b0e69d10852716b2ccbdff69c75c477637220790",
3030
                "reference": "b0e69d10852716b2ccbdff69c75c477637220790",
3031
                "shasum": ""
3032
            },
3033
            "require": {
3034
                "php": ">=5.2.0"
3035
            },
3036
            "require-dev": {
3037
                "phpunit/phpunit": "4.*|5.*"
3038
            },
3039
            "suggest": {
3040
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
3041
            },
3042
            "type": "library",
3043
            "autoload": {
3044
                "files": [
3045
                    "lib/random.php"
3046
                ]
3047
            },
3048
            "notification-url": "https://packagist.org/downloads/",
3049
            "license": [
3050
                "MIT"
3051
            ],
3052
            "authors": [
3053
                {
3054
                    "name": "Paragon Initiative Enterprises",
3055
                    "email": "[email protected]",
3056
                    "homepage": "https://paragonie.com"
3057
                }
3058
            ],
3059
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
3060
            "keywords": [
3061
                "csprng",
3062
                "pseudorandom",
3063
                "random"
3064
            ],
3065
            "time": "2016-02-06 03:52:05"
3066
        },
3067
        {
3068
            "name": "phpcollection/phpcollection",
3069
            "version": "0.4.0",
3070
            "source": {
3071
                "type": "git",
3072
                "url": "https://github.com/schmittjoh/php-collection.git",
3073
                "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
3074
            },
3075
            "dist": {
3076
                "type": "zip",
3077
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
3078
                "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
3079
                "shasum": ""
3080
            },
3081
            "require": {
3082
                "phpoption/phpoption": "1.*"
3083
            },
3084
            "type": "library",
3085
            "extra": {
3086
                "branch-alias": {
3087
                    "dev-master": "0.3-dev"
3088
                }
3089
            },
3090
            "autoload": {
3091
                "psr-0": {
3092
                    "PhpCollection": "src/"
3093
                }
3094
            },
3095
            "notification-url": "https://packagist.org/downloads/",
3096
            "license": [
3097
                "Apache2"
3098
            ],
3099
            "authors": [
3100
                {
3101
                    "name": "Johannes Schmitt",
3102
                    "email": "[email protected]",
3103
                    "homepage": "https://github.com/schmittjoh",
3104
                    "role": "Developer of wrapped JMSSerializerBundle"
3105
                }
3106
            ],
3107
            "description": "General-Purpose Collection Library for PHP",
3108
            "keywords": [
3109
                "collection",
3110
                "list",
3111
                "map",
3112
                "sequence",
3113
                "set"
3114
            ],
3115
            "time": "2014-03-11 13:46:42"
3116
        },
3117
        {
3118
            "name": "phpoption/phpoption",
3119
            "version": "1.5.0",
3120
            "source": {
3121
                "type": "git",
3122
                "url": "https://github.com/schmittjoh/php-option.git",
3123
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
3124
            },
3125
            "dist": {
3126
                "type": "zip",
3127
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
3128
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
3129
                "shasum": ""
3130
            },
3131
            "require": {
3132
                "php": ">=5.3.0"
3133
            },
3134
            "require-dev": {
3135
                "phpunit/phpunit": "4.7.*"
3136
            },
3137
            "type": "library",
3138
            "extra": {
3139
                "branch-alias": {
3140
                    "dev-master": "1.3-dev"
3141
                }
3142
            },
3143
            "autoload": {
3144
                "psr-0": {
3145
                    "PhpOption\\": "src/"
3146
                }
3147
            },
3148
            "notification-url": "https://packagist.org/downloads/",
3149
            "license": [
3150
                "Apache2"
3151
            ],
3152
            "authors": [
3153
                {
3154
                    "name": "Johannes M. Schmitt",
3155
                    "email": "[email protected]"
3156
                }
3157
            ],
3158
            "description": "Option Type for PHP",
3159
            "keywords": [
3160
                "language",
3161
                "option",
3162
                "php",
3163
                "type"
3164
            ],
3165
            "time": "2015-07-25 16:39:46"
3166
        },
3167
        {
3168
            "name": "phpseclib/phpseclib",
3169
            "version": "2.0.0",
3170
            "source": {
3171
                "type": "git",
3172
                "url": "https://github.com/phpseclib/phpseclib.git",
3173
                "reference": "a74aa9efbe61430fcb60157c8e025a48ec8ff604"
3174
            },
3175
            "dist": {
3176
                "type": "zip",
3177
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/a74aa9efbe61430fcb60157c8e025a48ec8ff604",
3178
                "reference": "a74aa9efbe61430fcb60157c8e025a48ec8ff604",
3179
                "shasum": ""
3180
            },
3181
            "require": {
3182
                "php": ">=5.3.3"
3183
            },
3184
            "require-dev": {
3185
                "phing/phing": "~2.7",
3186
                "phpunit/phpunit": "~4.0",
3187
                "sami/sami": "~2.0",
3188
                "squizlabs/php_codesniffer": "~2.0"
3189
            },
3190
            "suggest": {
3191
                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
3192
                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
3193
                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
3194
                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations.",
3195
                "pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 5.0.0."
3196
            },
3197
            "type": "library",
3198
            "autoload": {
3199
                "psr-4": {
3200
                    "phpseclib\\": "phpseclib/"
3201
                }
3202
            },
3203
            "notification-url": "https://packagist.org/downloads/",
3204
            "include-path": [
3205
                "phpseclib/"
3206
            ],
3207
            "license": [
3208
                "MIT"
3209
            ],
3210
            "authors": [
3211
                {
3212
                    "name": "Jim Wigginton",
3213
                    "email": "[email protected]",
3214
                    "role": "Lead Developer"
3215
                },
3216
                {
3217
                    "name": "Patrick Monnerat",
3218
                    "email": "[email protected]",
3219
                    "role": "Developer"
3220
                },
3221
                {
3222
                    "name": "Andreas Fischer",
3223
                    "email": "[email protected]",
3224
                    "role": "Developer"
3225
                },
3226
                {
3227
                    "name": "Hans-Jürgen Petrich",
3228
                    "email": "[email protected]",
3229
                    "role": "Developer"
3230
                }
3231
            ],
3232
            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
3233
            "homepage": "http://phpseclib.sourceforge.net",
3234
            "keywords": [
3235
                "BigInteger",
3236
                "aes",
3237
                "asn.1",
3238
                "asn1",
3239
                "blowfish",
3240
                "crypto",
3241
                "cryptography",
3242
                "encryption",
3243
                "rsa",
3244
                "security",
3245
                "sftp",
3246
                "signature",
3247
                "signing",
3248
                "ssh",
3249
                "twofish",
3250
                "x.509",
3251
                "x509"
3252
            ],
3253
            "time": "2015-08-04 04:48:03"
3254
        },
3255
        {
3256
            "name": "procergs/login-cidadao-badges-bundle",
3257
            "version": "dev-refactoring",
3258
            "target-dir": "LoginCidadao/BadgesBundle",
3259
            "source": {
3260
                "type": "git",
3261
                "url": "https://github.com/PROCERGS/login-cidadao-badges-bundle.git",
3262
                "reference": "cd8e2742f00d254853c01a1d319d99aa729c014a"
3263
            },
3264
            "dist": {
3265
                "type": "zip",
3266
                "url": "https://api.github.com/repos/PROCERGS/login-cidadao-badges-bundle/zipball/cd8e2742f00d254853c01a1d319d99aa729c014a",
3267
                "reference": "cd8e2742f00d254853c01a1d319d99aa729c014a",
3268
                "shasum": ""
3269
            },
3270
            "require": {
3271
                "php": ">=5.3.0"
3272
            },
3273
            "type": "symfony-bundle",
3274
            "autoload": {
3275
                "psr-0": {
3276
                    "LoginCidadao\\BadgesBundle": ""
3277
                }
3278
            },
3279
            "license": [
3280
                "MIT"
3281
            ],
3282
            "authors": [
3283
                {
3284
                    "name": "Guilherme Donato",
3285
                    "email": "[email protected]"
3286
                }
3287
            ],
3288
            "description": "Login Cidadão's Badge Bundle",
3289
            "homepage": "https://github.com/PROCERGS/login-cidadao-badges-bundle",
3290
            "keywords": [
3291
                "badges",
3292
                "login-cidadao"
3293
            ],
3294
            "support": {
3295
                "source": "https://github.com/PROCERGS/login-cidadao-badges-bundle/tree/refactoring",
3296
                "issues": "https://github.com/PROCERGS/login-cidadao-badges-bundle/issues"
3297
            },
3298
            "time": "2015-12-15 18:48:02"
3299
        },
3300
        {
3301
            "name": "procergs/tos-bundle",
3302
            "version": "1.2.3",
3303
            "source": {
3304
                "type": "git",
3305
                "url": "https://github.com/PROCERGS/tos-bundle.git",
3306
                "reference": "e090bf8eb7151cac7056f6aa5090eb93d1ed2c82"
3307
            },
3308
            "dist": {
3309
                "type": "zip",
3310
                "url": "https://api.github.com/repos/PROCERGS/tos-bundle/zipball/e090bf8eb7151cac7056f6aa5090eb93d1ed2c82",
3311
                "reference": "e090bf8eb7151cac7056f6aa5090eb93d1ed2c82",
3312
                "shasum": ""
3313
            },
3314
            "require": {
3315
                "cebe/markdown": "^1.1",
3316
                "doctrine/doctrine-bundle": ">=1.2",
3317
                "doctrine/orm": ">=2.2.3,<2.5",
3318
                "friendsofsymfony/user-bundle": ">=1.3",
3319
                "php": ">=5.3.3",
3320
                "symfony/symfony": ">=2.3.0"
3321
            },
3322
            "type": "symfony-bundle",
3323
            "autoload": {
3324
                "psr-4": {
3325
                    "LoginCidadao\\TOSBundle\\": ""
3326
                }
3327
            },
3328
            "notification-url": "https://packagist.org/downloads/",
3329
            "license": [
3330
                "AGPLv3"
3331
            ],
3332
            "authors": [
3333
                {
3334
                    "name": "Guilherme Donato",
3335
                    "email": "[email protected]"
3336
                }
3337
            ],
3338
            "description": "Terms of Service Bundle",
3339
            "time": "2016-02-21 12:54:49"
3340
        },
3341
        {
3342
            "name": "psr/http-message",
3343
            "version": "1.0",
3344
            "source": {
3345
                "type": "git",
3346
                "url": "https://github.com/php-fig/http-message.git",
3347
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
3348
            },
3349
            "dist": {
3350
                "type": "zip",
3351
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
3352
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
3353
                "shasum": ""
3354
            },
3355
            "require": {
3356
                "php": ">=5.3.0"
3357
            },
3358
            "type": "library",
3359
            "extra": {
3360
                "branch-alias": {
3361
                    "dev-master": "1.0.x-dev"
3362
                }
3363
            },
3364
            "autoload": {
3365
                "psr-4": {
3366
                    "Psr\\Http\\Message\\": "src/"
3367
                }
3368
            },
3369
            "notification-url": "https://packagist.org/downloads/",
3370
            "license": [
3371
                "MIT"
3372
            ],
3373
            "authors": [
3374
                {
3375
                    "name": "PHP-FIG",
3376
                    "homepage": "http://www.php-fig.org/"
3377
                }
3378
            ],
3379
            "description": "Common interface for HTTP messages",
3380
            "keywords": [
3381
                "http",
3382
                "http-message",
3383
                "psr",
3384
                "psr-7",
3385
                "request",
3386
                "response"
3387
            ],
3388
            "time": "2015-05-04 20:22:00"
3389
        },
3390
        {
3391
            "name": "psr/log",
3392
            "version": "1.0.0",
3393
            "source": {
3394
                "type": "git",
3395
                "url": "https://github.com/php-fig/log.git",
3396
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
3397
            },
3398
            "dist": {
3399
                "type": "zip",
3400
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
3401
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
3402
                "shasum": ""
3403
            },
3404
            "type": "library",
3405
            "autoload": {
3406
                "psr-0": {
3407
                    "Psr\\Log\\": ""
3408
                }
3409
            },
3410
            "notification-url": "https://packagist.org/downloads/",
3411
            "license": [
3412
                "MIT"
3413
            ],
3414
            "authors": [
3415
                {
3416
                    "name": "PHP-FIG",
3417
                    "homepage": "http://www.php-fig.org/"
3418
                }
3419
            ],
3420
            "description": "Common interface for logging libraries",
3421
            "keywords": [
3422
                "log",
3423
                "psr",
3424
                "psr-3"
3425
            ],
3426
            "time": "2012-12-21 11:40:51"
3427
        },
3428
        {
3429
            "name": "scheb/two-factor-bundle",
3430
            "version": "v1.4.7",
3431
            "source": {
3432
                "type": "git",
3433
                "url": "https://github.com/scheb/two-factor-bundle.git",
3434
                "reference": "ef6830dbbf62b22efd335db8f64bf0f51d4284a2"
3435
            },
3436
            "dist": {
3437
                "type": "zip",
3438
                "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/ef6830dbbf62b22efd335db8f64bf0f51d4284a2",
3439
                "reference": "ef6830dbbf62b22efd335db8f64bf0f51d4284a2",
3440
                "shasum": ""
3441
            },
3442
            "require": {
3443
                "sonata-project/google-authenticator": "~1.0",
3444
                "symfony/symfony": "~2.1"
3445
            },
3446
            "require-dev": {
3447
                "satooshi/php-coveralls": "~0.6",
3448
                "swiftmailer/swiftmailer": ">=4.3, <6.0",
3449
                "symfony/phpunit-bridge": "~2.7"
3450
            },
3451
            "type": "symfony-bundle",
3452
            "autoload": {
3453
                "psr-4": {
3454
                    "Scheb\\TwoFactorBundle\\": ""
3455
                }
3456
            },
3457
            "notification-url": "https://packagist.org/downloads/",
3458
            "license": [
3459
                "MIT"
3460
            ],
3461
            "authors": [
3462
                {
3463
                    "name": "Christian Scheb",
3464
                    "email": "[email protected]"
3465
                }
3466
            ],
3467
            "description": "Provides two-factor authenticaton for Symfony2",
3468
            "homepage": "https://github.com/scheb/two-factor-bundle",
3469
            "keywords": [
3470
                "Authentication",
3471
                "Symfony2",
3472
                "two-factor",
3473
                "two-step"
3474
            ],
3475
            "time": "2015-08-25 19:58:00"
3476
        },
3477
        {
3478
            "name": "sensio/distribution-bundle",
3479
            "version": "v3.0.35",
3480
            "target-dir": "Sensio/Bundle/DistributionBundle",
3481
            "source": {
3482
                "type": "git",
3483
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
3484
                "reference": "abc5b0ce28f72f838922aa0e0a107ba270dbabb5"
3485
            },
3486
            "dist": {
3487
                "type": "zip",
3488
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/abc5b0ce28f72f838922aa0e0a107ba270dbabb5",
3489
                "reference": "abc5b0ce28f72f838922aa0e0a107ba270dbabb5",
3490
                "shasum": ""
3491
            },
3492
            "require": {
3493
                "php": ">=5.3.3",
3494
                "sensiolabs/security-checker": "~3.0",
3495
                "symfony/class-loader": "~2.2",
3496
                "symfony/framework-bundle": "~2.3",
3497
                "symfony/process": "~2.2"
3498
            },
3499
            "require-dev": {
3500
                "symfony/form": "~2.2",
3501
                "symfony/validator": "~2.2",
3502
                "symfony/yaml": "~2.2"
3503
            },
3504
            "suggest": {
3505
                "symfony/form": "If you want to use the configurator",
3506
                "symfony/validator": "If you want to use the configurator",
3507
                "symfony/yaml": "If you want to use  the configurator"
3508
            },
3509
            "type": "symfony-bundle",
3510
            "extra": {
3511
                "branch-alias": {
3512
                    "dev-master": "3.0.x-dev"
3513
                }
3514
            },
3515
            "autoload": {
3516
                "psr-0": {
3517
                    "Sensio\\Bundle\\DistributionBundle": ""
3518
                }
3519
            },
3520
            "notification-url": "https://packagist.org/downloads/",
3521
            "license": [
3522
                "MIT"
3523
            ],
3524
            "authors": [
3525
                {
3526
                    "name": "Fabien Potencier",
3527
                    "email": "[email protected]"
3528
                }
3529
            ],
3530
            "description": "Base bundle for Symfony Distributions",
3531
            "keywords": [
3532
                "configuration",
3533
                "distribution"
3534
            ],
3535
            "time": "2015-12-08 17:53:19"
3536
        },
3537
        {
3538
            "name": "sensio/framework-extra-bundle",
3539
            "version": "v3.0.13",
3540
            "source": {
3541
                "type": "git",
3542
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
3543
                "reference": "bf6be511f4f66d368baeb2cab617203d73cccf4e"
3544
            },
3545
            "dist": {
3546
                "type": "zip",
3547
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/bf6be511f4f66d368baeb2cab617203d73cccf4e",
3548
                "reference": "bf6be511f4f66d368baeb2cab617203d73cccf4e",
3549
                "shasum": ""
3550
            },
3551
            "require": {
3552
                "doctrine/common": "~2.2",
3553
                "symfony/dependency-injection": "~2.3|~3.0",
3554
                "symfony/framework-bundle": "~2.3|~3.0"
3555
            },
3556
            "require-dev": {
3557
                "symfony/browser-kit": "~2.3|~3.0",
3558
                "symfony/dom-crawler": "~2.3|~3.0",
3559
                "symfony/expression-language": "~2.4|~3.0",
3560
                "symfony/finder": "~2.3|~3.0",
3561
                "symfony/phpunit-bridge": "~2.7|~3.0",
3562
                "symfony/security-bundle": "~2.4|~3.0",
3563
                "symfony/twig-bundle": "~2.3|~3.0",
3564
                "twig/twig": "~1.11|~2.0"
3565
            },
3566
            "suggest": {
3567
                "symfony/expression-language": "",
3568
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
3569
                "symfony/security-bundle": ""
3570
            },
3571
            "type": "symfony-bundle",
3572
            "extra": {
3573
                "branch-alias": {
3574
                    "dev-master": "3.0.x-dev"
3575
                }
3576
            },
3577
            "autoload": {
3578
                "psr-4": {
3579
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
3580
                }
3581
            },
3582
            "notification-url": "https://packagist.org/downloads/",
3583
            "license": [
3584
                "MIT"
3585
            ],
3586
            "authors": [
3587
                {
3588
                    "name": "Fabien Potencier",
3589
                    "email": "[email protected]"
3590
                }
3591
            ],
3592
            "description": "This bundle provides a way to configure your controllers with annotations",
3593
            "keywords": [
3594
                "annotations",
3595
                "controllers"
3596
            ],
3597
            "time": "2016-02-12 08:17:23"
3598
        },
3599
        {
3600
            "name": "sensiolabs/security-checker",
3601
            "version": "v3.0.2",
3602
            "source": {
3603
                "type": "git",
3604
                "url": "https://github.com/sensiolabs/security-checker.git",
3605
                "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93"
3606
            },
3607
            "dist": {
3608
                "type": "zip",
3609
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/21696b0daa731064c23cfb694c60a2584a7b6e93",
3610
                "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93",
3611
                "shasum": ""
3612
            },
3613
            "require": {
3614
                "symfony/console": "~2.0|~3.0"
3615
            },
3616
            "bin": [
3617
                "security-checker"
3618
            ],
3619
            "type": "library",
3620
            "extra": {
3621
                "branch-alias": {
3622
                    "dev-master": "3.0-dev"
3623
                }
3624
            },
3625
            "autoload": {
3626
                "psr-0": {
3627
                    "SensioLabs\\Security": ""
3628
                }
3629
            },
3630
            "notification-url": "https://packagist.org/downloads/",
3631
            "license": [
3632
                "MIT"
3633
            ],
3634
            "authors": [
3635
                {
3636
                    "name": "Fabien Potencier",
3637
                    "email": "[email protected]"
3638
                }
3639
            ],
3640
            "description": "A security checker for your composer.lock",
3641
            "time": "2015-11-07 08:07:40"
3642
        },
3643
        {
3644
            "name": "simplethings/entity-audit-bundle",
3645
            "version": "v0.7",
3646
            "source": {
3647
                "type": "git",
3648
                "url": "https://github.com/simplethings/EntityAudit.git",
3649
                "reference": "37f8aeaea4cb7e4b7fba07db4109843080a22d0a"
3650
            },
3651
            "dist": {
3652
                "type": "zip",
3653
                "url": "https://api.github.com/repos/simplethings/EntityAudit/zipball/37f8aeaea4cb7e4b7fba07db4109843080a22d0a",
3654
                "reference": "37f8aeaea4cb7e4b7fba07db4109843080a22d0a",
3655
                "shasum": ""
3656
            },
3657
            "require": {
3658
                "doctrine/orm": "~2.1"
3659
            },
3660
            "require-dev": {
3661
                "symfony/framework-bundle": "~2.0"
3662
            },
3663
            "type": "library",
3664
            "extra": {
3665
                "branch-alias": {
3666
                    "dev-master": "0.x-dev"
3667
                }
3668
            },
3669
            "autoload": {
3670
                "psr-0": {
3671
                    "SimpleThings\\EntityAudit": "src/"
3672
                }
3673
            },
3674
            "notification-url": "https://packagist.org/downloads/",
3675
            "license": [
3676
                "New BSD"
3677
            ],
3678
            "description": "Audit for Doctrine Entities",
3679
            "keywords": [
3680
                "Audit",
3681
                "database",
3682
                "persistence"
3683
            ],
3684
            "time": "2014-11-10 16:07:56"
3685
        },
3686
        {
3687
            "name": "sonata-project/google-authenticator",
3688
            "version": "1.0.2",
3689
            "source": {
3690
                "type": "git",
3691
                "url": "https://github.com/sonata-project/GoogleAuthenticator.git",
3692
                "reference": "72f47caddd09d09c0d3c3e046f6b435e0c004cd4"
3693
            },
3694
            "dist": {
3695
                "type": "zip",
3696
                "url": "https://api.github.com/repos/sonata-project/GoogleAuthenticator/zipball/72f47caddd09d09c0d3c3e046f6b435e0c004cd4",
3697
                "reference": "72f47caddd09d09c0d3c3e046f6b435e0c004cd4",
3698
                "shasum": ""
3699
            },
3700
            "require": {
3701
                "php": ">=5.3.0"
3702
            },
3703
            "type": "library",
3704
            "autoload": {
3705
                "psr-4": {
3706
                    "Google\\Authenticator\\": "lib/",
3707
                    "Google\\Authenticator\\Tests\\": "tests/"
3708
                }
3709
            },
3710
            "notification-url": "https://packagist.org/downloads/",
3711
            "license": [
3712
                "MIT"
3713
            ],
3714
            "authors": [
3715
                {
3716
                    "name": "Thomas Rabaix",
3717
                    "email": "[email protected]",
3718
                    "homepage": "http://sonata-project.org/"
3719
                },
3720
                {
3721
                    "name": "Christian Stocker",
3722
                    "email": "[email protected]"
3723
                },
3724
                {
3725
                    "name": "Andre DeMarre",
3726
                    "homepage": "http://www.devnetwork.net/viewtopic.php?f=50&t=94989"
3727
                }
3728
            ],
3729
            "description": "Library to integrate Google Authenticator into a PHP project",
3730
            "homepage": "https://github.com/sonata-project/GoogleAuthenticator",
3731
            "keywords": [
3732
                "google authenticator"
3733
            ],
3734
            "time": "2014-03-31 09:18:53"
3735
        },
3736
        {
3737
            "name": "swiftmailer/swiftmailer",
3738
            "version": "v5.4.1",
3739
            "source": {
3740
                "type": "git",
3741
                "url": "https://github.com/swiftmailer/swiftmailer.git",
3742
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
3743
            },
3744
            "dist": {
3745
                "type": "zip",
3746
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
3747
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
3748
                "shasum": ""
3749
            },
3750
            "require": {
3751
                "php": ">=5.3.3"
3752
            },
3753
            "require-dev": {
3754
                "mockery/mockery": "~0.9.1,<0.9.4"
3755
            },
3756
            "type": "library",
3757
            "extra": {
3758
                "branch-alias": {
3759
                    "dev-master": "5.4-dev"
3760
                }
3761
            },
3762
            "autoload": {
3763
                "files": [
3764
                    "lib/swift_required.php"
3765
                ]
3766
            },
3767
            "notification-url": "https://packagist.org/downloads/",
3768
            "license": [
3769
                "MIT"
3770
            ],
3771
            "authors": [
3772
                {
3773
                    "name": "Chris Corbyn"
3774
                },
3775
                {
3776
                    "name": "Fabien Potencier",
3777
                    "email": "[email protected]"
3778
                }
3779
            ],
3780
            "description": "Swiftmailer, free feature-rich PHP mailer",
3781
            "homepage": "http://swiftmailer.org",
3782
            "keywords": [
3783
                "email",
3784
                "mail",
3785
                "mailer"
3786
            ],
3787
            "time": "2015-06-06 14:19:39"
3788
        },
3789
        {
3790
            "name": "symfony/assetic-bundle",
3791
            "version": "v2.7.1",
3792
            "source": {
3793
                "type": "git",
3794
                "url": "https://github.com/symfony/assetic-bundle.git",
3795
                "reference": "d885ec8451d5a7b077bda81bb19ac9fbff9cdc76"
3796
            },
3797
            "dist": {
3798
                "type": "zip",
3799
                "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/d885ec8451d5a7b077bda81bb19ac9fbff9cdc76",
3800
                "reference": "d885ec8451d5a7b077bda81bb19ac9fbff9cdc76",
3801
                "shasum": ""
3802
            },
3803
            "require": {
3804
                "kriswallsmith/assetic": "~1.3",
3805
                "php": ">=5.3.0",
3806
                "symfony/console": "~2.3|~3.0",
3807
                "symfony/dependency-injection": "~2.3|~3.0",
3808
                "symfony/framework-bundle": "~2.3|~3.0",
3809
                "symfony/yaml": "~2.3|~3.0"
3810
            },
3811
            "conflict": {
3812
                "kriswallsmith/spork": "<=0.2",
3813
                "twig/twig": "<1.20"
3814
            },
3815
            "require-dev": {
3816
                "kriswallsmith/spork": "~0.3",
3817
                "patchwork/jsqueeze": "~1.0",
3818
                "symfony/class-loader": "~2.3|~3.0",
3819
                "symfony/css-selector": "~2.3|~3.0",
3820
                "symfony/dom-crawler": "~2.3|~3.0",
3821
                "symfony/phpunit-bridge": "~2.7|~3.0",
3822
                "symfony/twig-bundle": "~2.3|~3.0"
3823
            },
3824
            "suggest": {
3825
                "kriswallsmith/spork": "to be able to dump assets in parallel",
3826
                "symfony/twig-bundle": "to use the Twig integration"
3827
            },
3828
            "type": "symfony-bundle",
3829
            "extra": {
3830
                "branch-alias": {
3831
                    "dev-master": "2.7-dev"
3832
                }
3833
            },
3834
            "autoload": {
3835
                "psr-4": {
3836
                    "Symfony\\Bundle\\AsseticBundle\\": ""
3837
                }
3838
            },
3839
            "notification-url": "https://packagist.org/downloads/",
3840
            "license": [
3841
                "MIT"
3842
            ],
3843
            "authors": [
3844
                {
3845
                    "name": "Kris Wallsmith",
3846
                    "email": "[email protected]",
3847
                    "homepage": "http://kriswallsmith.net/"
3848
                }
3849
            ],
3850
            "description": "Integrates Assetic into Symfony2",
3851
            "homepage": "https://github.com/symfony/AsseticBundle",
3852
            "keywords": [
3853
                "assets",
3854
                "compression",
3855
                "minification"
3856
            ],
3857
            "time": "2015-11-17 09:45:47"
3858
        },
3859
        {
3860
            "name": "symfony/monolog-bundle",
3861
            "version": "v2.8.2",
3862
            "source": {
3863
                "type": "git",
3864
                "url": "https://github.com/symfony/monolog-bundle.git",
3865
                "reference": "84785c4d44801c4dd82829fa2e1820cacfe2c46f"
3866
            },
3867
            "dist": {
3868
                "type": "zip",
3869
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/84785c4d44801c4dd82829fa2e1820cacfe2c46f",
3870
                "reference": "84785c4d44801c4dd82829fa2e1820cacfe2c46f",
3871
                "shasum": ""
3872
            },
3873
            "require": {
3874
                "monolog/monolog": "~1.8",
3875
                "php": ">=5.3.2",
3876
                "symfony/config": "~2.3|~3.0",
3877
                "symfony/dependency-injection": "~2.3|~3.0",
3878
                "symfony/http-kernel": "~2.3|~3.0",
3879
                "symfony/monolog-bridge": "~2.3|~3.0"
3880
            },
3881
            "require-dev": {
3882
                "symfony/console": "~2.3|~3.0",
3883
                "symfony/yaml": "~2.3|~3.0"
3884
            },
3885
            "type": "symfony-bundle",
3886
            "extra": {
3887
                "branch-alias": {
3888
                    "dev-master": "2.8.x-dev"
3889
                }
3890
            },
3891
            "autoload": {
3892
                "psr-4": {
3893
                    "Symfony\\Bundle\\MonologBundle\\": ""
3894
                }
3895
            },
3896
            "notification-url": "https://packagist.org/downloads/",
3897
            "license": [
3898
                "MIT"
3899
            ],
3900
            "authors": [
3901
                {
3902
                    "name": "Symfony Community",
3903
                    "homepage": "http://symfony.com/contributors"
3904
                },
3905
                {
3906
                    "name": "Fabien Potencier",
3907
                    "email": "[email protected]"
3908
                }
3909
            ],
3910
            "description": "Symfony MonologBundle",
3911
            "homepage": "http://symfony.com",
3912
            "keywords": [
3913
                "log",
3914
                "logging"
3915
            ],
3916
            "time": "2015-11-17 10:02:29"
3917
        },
3918
        {
3919
            "name": "symfony/phpunit-bridge",
3920
            "version": "v2.8.2",
3921
            "source": {
3922
                "type": "git",
3923
                "url": "https://github.com/symfony/phpunit-bridge.git",
3924
                "reference": "855dc0e829fad123966347612b4183e307338c11"
3925
            },
3926
            "dist": {
3927
                "type": "zip",
3928
                "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/855dc0e829fad123966347612b4183e307338c11",
3929
                "reference": "855dc0e829fad123966347612b4183e307338c11",
3930
                "shasum": ""
3931
            },
3932
            "require": {
3933
                "php": ">=5.3.3"
3934
            },
3935
            "suggest": {
3936
                "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
3937
            },
3938
            "type": "symfony-bridge",
3939
            "extra": {
3940
                "branch-alias": {
3941
                    "dev-master": "2.8-dev"
3942
                }
3943
            },
3944
            "autoload": {
3945
                "files": [
3946
                    "bootstrap.php"
3947
                ],
3948
                "psr-4": {
3949
                    "Symfony\\Bridge\\PhpUnit\\": ""
3950
                },
3951
                "exclude-from-classmap": [
3952
                    "/Tests/"
3953
                ]
3954
            },
3955
            "notification-url": "https://packagist.org/downloads/",
3956
            "license": [
3957
                "MIT"
3958
            ],
3959
            "authors": [
3960
                {
3961
                    "name": "Nicolas Grekas",
3962
                    "email": "[email protected]"
3963
                },
3964
                {
3965
                    "name": "Symfony Community",
3966
                    "homepage": "https://symfony.com/contributors"
3967
                }
3968
            ],
3969
            "description": "Symfony PHPUnit Bridge",
3970
            "homepage": "https://symfony.com",
3971
            "time": "2016-01-06 09:59:23"
3972
        },
3973
        {
3974
            "name": "symfony/swiftmailer-bundle",
3975
            "version": "v2.3.11",
3976
            "source": {
3977
                "type": "git",
3978
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
3979
                "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690"
3980
            },
3981
            "dist": {
3982
                "type": "zip",
3983
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/5e1a90f28213231ceee19c953bbebc5b5b95c690",
3984
                "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690",
3985
                "shasum": ""
3986
            },
3987
            "require": {
3988
                "php": ">=5.3.2",
3989
                "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
3990
                "symfony/config": "~2.3|~3.0",
3991
                "symfony/dependency-injection": "~2.3|~3.0",
3992
                "symfony/http-kernel": "~2.3|~3.0",
3993
                "symfony/yaml": "~2.3|~3.0"
3994
            },
3995
            "require-dev": {
3996
                "symfony/phpunit-bridge": "~2.7|~3.0"
3997
            },
3998
            "suggest": {
3999
                "psr/log": "Allows logging"
4000
            },
4001
            "type": "symfony-bundle",
4002
            "extra": {
4003
                "branch-alias": {
4004
                    "dev-master": "2.3-dev"
4005
                }
4006
            },
4007
            "autoload": {
4008
                "psr-4": {
4009
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
4010
                }
4011
            },
4012
            "notification-url": "https://packagist.org/downloads/",
4013
            "license": [
4014
                "MIT"
4015
            ],
4016
            "authors": [
4017
                {
4018
                    "name": "Symfony Community",
4019
                    "homepage": "http://symfony.com/contributors"
4020
                },
4021
                {
4022
                    "name": "Fabien Potencier",
4023
                    "email": "[email protected]"
4024
                }
4025
            ],
4026
            "description": "Symfony SwiftmailerBundle",
4027
            "homepage": "http://symfony.com",
4028
            "time": "2016-01-15 16:41:20"
4029
        },
4030
        {
4031
            "name": "symfony/symfony",
4032
            "version": "v2.7.9",
4033
            "source": {
4034
                "type": "git",
4035
                "url": "https://github.com/symfony/symfony.git",
4036
                "reference": "d3646cc6875c214d211001e0673ec9e91b5f2da7"
4037
            },
4038
            "dist": {
4039
                "type": "zip",
4040
                "url": "https://api.github.com/repos/symfony/symfony/zipball/d3646cc6875c214d211001e0673ec9e91b5f2da7",
4041
                "reference": "d3646cc6875c214d211001e0673ec9e91b5f2da7",
4042
                "shasum": ""
4043
            },
4044
            "require": {
4045
                "doctrine/common": "~2.4",
4046
                "paragonie/random_compat": "~1.0",
4047
                "php": ">=5.3.9",
4048
                "psr/log": "~1.0",
4049
                "twig/twig": "~1.23|~2.0"
4050
            },
4051
            "replace": {
4052
                "symfony/asset": "self.version",
4053
                "symfony/browser-kit": "self.version",
4054
                "symfony/class-loader": "self.version",
4055
                "symfony/config": "self.version",
4056
                "symfony/console": "self.version",
4057
                "symfony/css-selector": "self.version",
4058
                "symfony/debug": "self.version",
4059
                "symfony/debug-bundle": "self.version",
4060
                "symfony/dependency-injection": "self.version",
4061
                "symfony/doctrine-bridge": "self.version",
4062
                "symfony/dom-crawler": "self.version",
4063
                "symfony/event-dispatcher": "self.version",
4064
                "symfony/expression-language": "self.version",
4065
                "symfony/filesystem": "self.version",
4066
                "symfony/finder": "self.version",
4067
                "symfony/form": "self.version",
4068
                "symfony/framework-bundle": "self.version",
4069
                "symfony/http-foundation": "self.version",
4070
                "symfony/http-kernel": "self.version",
4071
                "symfony/intl": "self.version",
4072
                "symfony/locale": "self.version",
4073
                "symfony/monolog-bridge": "self.version",
4074
                "symfony/options-resolver": "self.version",
4075
                "symfony/process": "self.version",
4076
                "symfony/property-access": "self.version",
4077
                "symfony/proxy-manager-bridge": "self.version",
4078
                "symfony/routing": "self.version",
4079
                "symfony/security": "self.version",
4080
                "symfony/security-acl": "self.version",
4081
                "symfony/security-bundle": "self.version",
4082
                "symfony/security-core": "self.version",
4083
                "symfony/security-csrf": "self.version",
4084
                "symfony/security-http": "self.version",
4085
                "symfony/serializer": "self.version",
4086
                "symfony/stopwatch": "self.version",
4087
                "symfony/swiftmailer-bridge": "self.version",
4088
                "symfony/templating": "self.version",
4089
                "symfony/translation": "self.version",
4090
                "symfony/twig-bridge": "self.version",
4091
                "symfony/twig-bundle": "self.version",
4092
                "symfony/validator": "self.version",
4093
                "symfony/var-dumper": "self.version",
4094
                "symfony/web-profiler-bundle": "self.version",
4095
                "symfony/yaml": "self.version"
4096
            },
4097
            "require-dev": {
4098
                "doctrine/data-fixtures": "1.0.*",
4099
                "doctrine/dbal": "~2.4",
4100
                "doctrine/doctrine-bundle": "~1.2",
4101
                "doctrine/orm": "~2.4,>=2.4.5",
4102
                "egulias/email-validator": "~1.2",
4103
                "ircmaxell/password-compat": "~1.0",
4104
                "monolog/monolog": "~1.11",
4105
                "ocramius/proxy-manager": "~0.4|~1.0"
4106
            },
4107
            "type": "library",
4108
            "extra": {
4109
                "branch-alias": {
4110
                    "dev-master": "2.7-dev"
4111
                }
4112
            },
4113
            "autoload": {
4114
                "psr-4": {
4115
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
4116
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
4117
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
4118
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
4119
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
4120
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
4121
                    "Symfony\\Component\\": "src/Symfony/Component/"
4122
                },
4123
                "classmap": [
4124
                    "src/Symfony/Component/HttpFoundation/Resources/stubs",
4125
                    "src/Symfony/Component/Intl/Resources/stubs"
4126
                ],
4127
                "files": [
4128
                    "src/Symfony/Component/Intl/Resources/stubs/functions.php"
4129
                ],
4130
                "exclude-from-classmap": [
4131
                    "**/Tests/"
4132
                ]
4133
            },
4134
            "notification-url": "https://packagist.org/downloads/",
4135
            "license": [
4136
                "MIT"
4137
            ],
4138
            "authors": [
4139
                {
4140
                    "name": "Fabien Potencier",
4141
                    "email": "[email protected]"
4142
                },
4143
                {
4144
                    "name": "Symfony Community",
4145
                    "homepage": "https://symfony.com/contributors"
4146
                }
4147
            ],
4148
            "description": "The Symfony PHP framework",
4149
            "homepage": "https://symfony.com",
4150
            "keywords": [
4151
                "framework"
4152
            ],
4153
            "time": "2016-01-14 10:41:56"
4154
        },
4155
        {
4156
            "name": "twig/twig",
4157
            "version": "v1.24.0",
4158
            "source": {
4159
                "type": "git",
4160
                "url": "https://github.com/twigphp/Twig.git",
4161
                "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8"
4162
            },
4163
            "dist": {
4164
                "type": "zip",
4165
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
4166
                "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
4167
                "shasum": ""
4168
            },
4169
            "require": {
4170
                "php": ">=5.2.7"
4171
            },
4172
            "require-dev": {
4173
                "symfony/debug": "~2.7",
4174
                "symfony/phpunit-bridge": "~2.7"
4175
            },
4176
            "type": "library",
4177
            "extra": {
4178
                "branch-alias": {
4179
                    "dev-master": "1.24-dev"
4180
                }
4181
            },
4182
            "autoload": {
4183
                "psr-0": {
4184
                    "Twig_": "lib/"
4185
                }
4186
            },
4187
            "notification-url": "https://packagist.org/downloads/",
4188
            "license": [
4189
                "BSD-3-Clause"
4190
            ],
4191
            "authors": [
4192
                {
4193
                    "name": "Fabien Potencier",
4194
                    "email": "[email protected]",
4195
                    "homepage": "http://fabien.potencier.org",
4196
                    "role": "Lead Developer"
4197
                },
4198
                {
4199
                    "name": "Armin Ronacher",
4200
                    "email": "[email protected]",
4201
                    "role": "Project Founder"
4202
                },
4203
                {
4204
                    "name": "Twig Team",
4205
                    "homepage": "http://twig.sensiolabs.org/contributors",
4206
                    "role": "Contributors"
4207
                }
4208
            ],
4209
            "description": "Twig, the flexible, fast, and secure template language for PHP",
4210
            "homepage": "http://twig.sensiolabs.org",
4211
            "keywords": [
4212
                "templating"
4213
            ],
4214
            "time": "2016-01-25 21:22:18"
4215
        },
4216
        {
4217
            "name": "vich/uploader-bundle",
4218
            "version": "v0.14.0",
4219
            "source": {
4220
                "type": "git",
4221
                "url": "https://github.com/dustin10/VichUploaderBundle.git",
4222
                "reference": "65d244d5e6ef62b4978585cdeb283b6cdab05f6b"
4223
            },
4224
            "dist": {
4225
                "type": "zip",
4226
                "url": "https://api.github.com/repos/dustin10/VichUploaderBundle/zipball/65d244d5e6ef62b4978585cdeb283b6cdab05f6b",
4227
                "reference": "65d244d5e6ef62b4978585cdeb283b6cdab05f6b",
4228
                "shasum": ""
4229
            },
4230
            "require": {
4231
                "jms/metadata": "~1.5",
4232
                "php": ">=5.3.2",
4233
                "symfony/finder": ">=2.0",
4234
                "symfony/framework-bundle": "~2.3",
4235
                "symfony/property-access": "~2.3"
4236
            },
4237
            "require-dev": {
4238
                "doctrine/doctrine-bundle": "*",
4239
                "doctrine/mongodb-odm": "@dev",
4240
                "doctrine/orm": "*",
4241
                "knplabs/knp-gaufrette-bundle": "*",
4242
                "matthiasnoback/symfony-dependency-injection-test": "0.*",
4243
                "mikey179/vfsstream": "~1.0",
4244
                "oneup/flysystem-bundle": "dev-master",
4245
                "phpunit/phpunit": "~4.0",
4246
                "symfony/symfony": "*"
4247
            },
4248
            "suggest": {
4249
                "doctrine/doctrine-bundle": "*",
4250
                "doctrine/mongodb-odm-bundle": "*",
4251
                "doctrine/orm": ">=2.2.3",
4252
                "doctrine/phpcr-odm": "~1.0",
4253
                "knplabs/knp-gaufrette-bundle": "*",
4254
                "symfony/yaml": "@stable",
4255
                "willdurand/propel-eventdispatcher-bundle": ">=1.2"
4256
            },
4257
            "type": "symfony-bundle",
4258
            "extra": {
4259
                "branch-alias": {
4260
                    "dev-master": "1.0.x-dev"
4261
                }
4262
            },
4263
            "autoload": {
4264
                "psr-4": {
4265
                    "Vich\\UploaderBundle\\": "",
4266
                    "Vich\\TestBundle\\": "Tests/Fixtures/App/src/TestBundle/"
4267
                }
4268
            },
4269
            "notification-url": "https://packagist.org/downloads/",
4270
            "license": [
4271
                "MIT"
4272
            ],
4273
            "authors": [
4274
                {
4275
                    "name": "Dustin Dobervich",
4276
                    "email": "[email protected]"
4277
                }
4278
            ],
4279
            "description": "Ease file uploads attached to entities",
4280
            "homepage": "https://github.com/dustin10/VichUploaderBundle",
4281
            "keywords": [
4282
                "file uploads",
4283
                "upload"
4284
            ],
4285
            "time": "2014-12-12 10:26:46"
4286
        },
4287
        {
4288
            "name": "willdurand/jsonp-callback-validator",
4289
            "version": "v1.1.0",
4290
            "source": {
4291
                "type": "git",
4292
                "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
4293
                "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
4294
            },
4295
            "dist": {
4296
                "type": "zip",
4297
                "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
4298
                "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
4299
                "shasum": ""
4300
            },
4301
            "require": {
4302
                "php": ">=5.3.0"
4303
            },
4304
            "require-dev": {
4305
                "phpunit/phpunit": "~3.7"
4306
            },
4307
            "type": "library",
4308
            "autoload": {
4309
                "psr-0": {
4310
                    "JsonpCallbackValidator": "src/"
4311
                }
4312
            },
4313
            "notification-url": "https://packagist.org/downloads/",
4314
            "license": [
4315
                "MIT"
4316
            ],
4317
            "authors": [
4318
                {
4319
                    "name": "William Durand",
4320
                    "email": "[email protected]",
4321
                    "homepage": "http://www.willdurand.fr"
4322
                }
4323
            ],
4324
            "description": "JSONP callback validator.",
4325
            "time": "2014-01-20 22:35:06"
4326
        },
4327
        {
4328
            "name": "willdurand/negotiation",
4329
            "version": "1.5.0",
4330
            "source": {
4331
                "type": "git",
4332
                "url": "https://github.com/willdurand/Negotiation.git",
4333
                "reference": "2a59f2376557303e3fa91465ab691abb82945edf"
4334
            },
4335
            "dist": {
4336
                "type": "zip",
4337
                "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/2a59f2376557303e3fa91465ab691abb82945edf",
4338
                "reference": "2a59f2376557303e3fa91465ab691abb82945edf",
4339
                "shasum": ""
4340
            },
4341
            "require": {
4342
                "php": ">=5.3.0"
4343
            },
4344
            "type": "library",
4345
            "extra": {
4346
                "branch-alias": {
4347
                    "dev-master": "1.5-dev"
4348
                }
4349
            },
4350
            "autoload": {
4351
                "psr-4": {
4352
                    "Negotiation\\": "src/Negotiation"
4353
                }
4354
            },
4355
            "notification-url": "https://packagist.org/downloads/",
4356
            "license": [
4357
                "MIT"
4358
            ],
4359
            "authors": [
4360
                {
4361
                    "name": "William Durand",
4362
                    "email": "[email protected]"
4363
                }
4364
            ],
4365
            "description": "Content Negotiation tools for PHP provided as a standalone library.",
4366
            "homepage": "http://williamdurand.fr/Negotiation/",
4367
            "keywords": [
4368
                "accept",
4369
                "content",
4370
                "format",
4371
                "header",
4372
                "negotiation"
4373
            ],
4374
            "time": "2015-10-01 07:42:40"
4375
        },
4376
        {
4377
            "name": "zendframework/zenddiagnostics",
4378
            "version": "v1.0.8",
4379
            "source": {
4380
                "type": "git",
4381
                "url": "https://github.com/zendframework/ZendDiagnostics.git",
4382
                "reference": "6ffffbeec9a9d69aad394a9ceee55cf4bcdd4b2d"
4383
            },
4384
            "dist": {
4385
                "type": "zip",
4386
                "url": "https://api.github.com/repos/zendframework/ZendDiagnostics/zipball/6ffffbeec9a9d69aad394a9ceee55cf4bcdd4b2d",
4387
                "reference": "6ffffbeec9a9d69aad394a9ceee55cf4bcdd4b2d",
4388
                "shasum": ""
4389
            },
4390
            "require": {
4391
                "php": ">=5.3.3"
4392
            },
4393
            "require-dev": {
4394
                "doctrine/migrations": "~1.0@dev",
4395
                "guzzle/http": "3.*",
4396
                "guzzle/plugin-mock": "3.*",
4397
                "phpunit/phpunit": "4.7.*",
4398
                "predis/predis": "0.8.*",
4399
                "sensiolabs/security-checker": "1.3.*@dev",
4400
                "symfony/yaml": "v2.3.11",
4401
                "videlalvaro/php-amqplib": "2.*",
4402
                "zendframework/zend-loader": "2.*"
4403
            },
4404
            "suggest": {
4405
                "doctrine/migrations": "Required by Check\\DoctrineMigration",
4406
                "ext-bcmath": "Required by Check\\CpuPerformance",
4407
                "guzzle/http": "Required by Check\\GuzzleHttpService",
4408
                "predis/predis": "Required by Check\\Redis",
4409
                "sensiolabs/security-checker": "Required by Check\\SecurityAdvisory",
4410
                "symfony/yaml": "Required by Check\\YamlFile",
4411
                "videlalvaro/php-amqplib": "Required by Check\\RabbitMQ"
4412
            },
4413
            "type": "library",
4414
            "extra": {
4415
                "branch-alias": {
4416
                    "dev-master": "1.0.x-dev"
4417
                }
4418
            },
4419
            "autoload": {
4420
                "psr-0": {
4421
                    "ZendDiagnostics\\": "src/",
4422
                    "ZendDiagnosticsTest\\": "tests/"
4423
                }
4424
            },
4425
            "notification-url": "https://packagist.org/downloads/",
4426
            "license": [
4427
                "BSD-3-Clause"
4428
            ],
4429
            "description": "A set of components for performing diagnostic tests in PHP applications",
4430
            "homepage": "https://github.com/zendframework/ZendDiagnostics",
4431
            "keywords": [
4432
                "diagnostics",
4433
                "php",
4434
                "test"
4435
            ],
4436
            "time": "2015-10-01 15:37:41"
4437
        }
4438
    ],
4439
    "packages-dev": [
4440
        {
4441
            "name": "sensio/generator-bundle",
4442
            "version": "v2.5.3",
4443
            "target-dir": "Sensio/Bundle/GeneratorBundle",
4444
            "source": {
4445
                "type": "git",
4446
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
4447
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
4448
            },
4449
            "dist": {
4450
                "type": "zip",
4451
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
4452
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
4453
                "shasum": ""
4454
            },
4455
            "require": {
4456
                "symfony/console": "~2.5",
4457
                "symfony/framework-bundle": "~2.2"
4458
            },
4459
            "require-dev": {
4460
                "doctrine/orm": "~2.2,>=2.2.3",
4461
                "symfony/doctrine-bridge": "~2.2",
4462
                "twig/twig": "~1.11"
4463
            },
4464
            "type": "symfony-bundle",
4465
            "extra": {
4466
                "branch-alias": {
4467
                    "dev-master": "2.5.x-dev"
4468
                }
4469
            },
4470
            "autoload": {
4471
                "psr-0": {
4472
                    "Sensio\\Bundle\\GeneratorBundle": ""
4473
                }
4474
            },
4475
            "notification-url": "https://packagist.org/downloads/",
4476
            "license": [
4477
                "MIT"
4478
            ],
4479
            "authors": [
4480
                {
4481
                    "name": "Fabien Potencier",
4482
                    "email": "[email protected]"
4483
                }
4484
            ],
4485
            "description": "This bundle generates code for you",
4486
            "time": "2015-03-17 06:36:52"
4487
        }
4488
    ],
4489
    "aliases": [],
4490
    "minimum-stability": "stable",
4491
    "stability-flags": {
4492
        "friendsofsymfony/user-bundle": 20,
4493
        "friendsofsymfony/oauth-server-bundle": 20,
4494
        "hwi/oauth-bundle": 20,
4495
        "excelwebzone/recaptcha-bundle": 20,
4496
        "guilhermednt/hwi-oauth-proxy-bundle": 20,
4497
        "knplabs/knp-gaufrette-bundle": 20,
4498
        "knplabs/gaufrette": 20,
4499
        "nelmio/api-doc-bundle": 20,
4500
        "jms/security-extra-bundle": 20,
4501
        "procergs/login-cidadao-badges-bundle": 20,
4502
        "bshaffer/oauth2-server-bundle": 20,
4503
        "league/uri": 20
4504
    },
4505
    "prefer-stable": false,
4506
    "prefer-lowest": false,
4507
    "platform": {
4508
        "php": ">=5.3.9"
4509
    },
4510
    "platform-dev": []
4511
}
4512