Completed
Pull Request — master (#11)
by Lucas
37:59 queued 26:54
created

composer.lock (1 issue)

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": "e49f897fda3de8384f274427638eca64",
8
    "content-hash": "a0a85d2959616f2c0551cc9df1316ff9",
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": "f341ce44fba436c429c2e0261e4428952a523328"
18
            },
19
            "dist": {
20
                "type": "zip",
21
                "url": "https://api.github.com/repos/bshaffer/oauth2-server-bundle/zipball/f341ce44fba436c429c2e0261e4428952a523328",
22
                "reference": "f341ce44fba436c429c2e0261e4428952a523328",
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": "2015-09-22 20:25:05"
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.5.2",
285
            "source": {
286
                "type": "git",
287
                "url": "https://github.com/doctrine/cache.git",
288
                "reference": "47c7128262da274f590ae6f86eb137a7a64e82af"
289
            },
290
            "dist": {
291
                "type": "zip",
292
                "url": "https://api.github.com/repos/doctrine/cache/zipball/47c7128262da274f590ae6f86eb137a7a64e82af",
293
                "reference": "47c7128262da274f590ae6f86eb137a7a64e82af",
294
                "shasum": ""
295
            },
296
            "require": {
297
                "php": ">=5.3.2"
298
            },
299
            "conflict": {
300
                "doctrine/common": ">2.2,<2.4"
301
            },
302
            "require-dev": {
303
                "phpunit/phpunit": ">=3.7",
304
                "predis/predis": "~1.0",
305
                "satooshi/php-coveralls": "~0.6"
306
            },
307
            "type": "library",
308
            "extra": {
309
                "branch-alias": {
310
                    "dev-master": "1.5.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-03 10:50:37"
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",
420
            "version": "v2.6.0",
421
            "source": {
422
                "type": "git",
423
                "url": "https://github.com/doctrine/common.git",
424
                "reference": "3cb33d19beb3c62f76c55e7e9683fff12e242bc8"
425
            },
426
            "dist": {
427
                "type": "zip",
428
                "url": "https://api.github.com/repos/doctrine/common/zipball/3cb33d19beb3c62f76c55e7e9683fff12e242bc8",
429
                "reference": "3cb33d19beb3c62f76c55e7e9683fff12e242bc8",
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.5|~7.0"
439
            },
440
            "require-dev": {
441
                "phpunit/phpunit": "~4.8|~5.0"
442
            },
443
            "type": "library",
444
            "extra": {
445
                "branch-alias": {
446
                    "dev-master": "2.7.x-dev"
447
                }
448
            },
449
            "autoload": {
450
                "psr-4": {
451
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
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-12-04 13:06:46"
490
        },
491
        {
492
            "name": "doctrine/dbal",
493
            "version": "v2.4.4",
494
            "source": {
495
                "type": "git",
496
                "url": "https://github.com/doctrine/dbal.git",
497
                "reference": "a370e5b95e509a7809d11f3d280acfc9310d464b"
498
            },
499
            "dist": {
500
                "type": "zip",
501
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/a370e5b95e509a7809d11f3d280acfc9310d464b",
502
                "reference": "a370e5b95e509a7809d11f3d280acfc9310d464b",
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": "2015-01-12 21:57:01"
553
        },
554
        {
555
            "name": "doctrine/doctrine-bundle",
556
            "version": "1.6.1",
557
            "source": {
558
                "type": "git",
559
                "url": "https://github.com/doctrine/DoctrineBundle.git",
560
                "reference": "c4ffef2b2296e9d0179eb0b5248e5ae25c9bba3b"
561
            },
562
            "dist": {
563
                "type": "zip",
564
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/c4ffef2b2296e9d0179eb0b5248e5ae25c9bba3b",
565
                "reference": "c4ffef2b2296e9d0179eb0b5248e5ae25c9bba3b",
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/console": "~2.3|~3.0",
574
                "symfony/doctrine-bridge": "~2.2|~3.0",
575
                "symfony/framework-bundle": "~2.3|~3.0"
576
            },
577
            "require-dev": {
578
                "doctrine/orm": "~2.3",
579
                "phpunit/phpunit": "~4",
580
                "satooshi/php-coveralls": "~0.6.1",
581
                "symfony/validator": "~2.2|~3.0",
582
                "symfony/yaml": "~2.2|~3.0",
583
                "twig/twig": "~1.10"
584
            },
585
            "suggest": {
586
                "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
587
                "symfony/web-profiler-bundle": "to use the data collector"
588
            },
589
            "type": "symfony-bundle",
590
            "extra": {
591
                "branch-alias": {
592
                    "dev-master": "1.6.x-dev"
593
                }
594
            },
595
            "autoload": {
596
                "psr-4": {
597
                    "Doctrine\\Bundle\\DoctrineBundle\\": ""
598
                }
599
            },
600
            "notification-url": "https://packagist.org/downloads/",
601
            "license": [
602
                "MIT"
603
            ],
604
            "authors": [
605
                {
606
                    "name": "Symfony Community",
607
                    "homepage": "http://symfony.com/contributors"
608
                },
609
                {
610
                    "name": "Benjamin Eberlei",
611
                    "email": "[email protected]"
612
                },
613
                {
614
                    "name": "Doctrine Project",
615
                    "homepage": "http://www.doctrine-project.org/"
616
                },
617
                {
618
                    "name": "Fabien Potencier",
619
                    "email": "[email protected]"
620
                }
621
            ],
622
            "description": "Symfony DoctrineBundle",
623
            "homepage": "http://www.doctrine-project.org",
624
            "keywords": [
625
                "database",
626
                "dbal",
627
                "orm",
628
                "persistence"
629
            ],
630
            "time": "2015-11-16 17:11:46"
631
        },
632
        {
633
            "name": "doctrine/doctrine-cache-bundle",
634
            "version": "1.2.2",
635
            "source": {
636
                "type": "git",
637
                "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
638
                "reference": "030ff41ef1db66370b36467086bfb817a661fe6a"
639
            },
640
            "dist": {
641
                "type": "zip",
642
                "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/030ff41ef1db66370b36467086bfb817a661fe6a",
643
                "reference": "030ff41ef1db66370b36467086bfb817a661fe6a",
644
                "shasum": ""
645
            },
646
            "require": {
647
                "doctrine/cache": "^1.4.2",
648
                "doctrine/inflector": "~1.0",
649
                "php": ">=5.3.2",
650
                "symfony/doctrine-bridge": "~2.2|~3.0"
651
            },
652
            "require-dev": {
653
                "instaclick/coding-standard": "~1.1",
654
                "instaclick/object-calisthenics-sniffs": "dev-master",
655
                "instaclick/symfony2-coding-standard": "dev-remaster",
656
                "phpunit/phpunit": "~4",
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": "2015-11-27 04:59:07"
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
            "target-dir": "FOS/OAuthServerBundle",
1118
            "source": {
1119
                "type": "git",
1120
                "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
1121
                "reference": "0c72d8baf707dce59c59a4daa1549c06e510bbed"
1122
            },
1123
            "dist": {
1124
                "type": "zip",
1125
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/0c72d8baf707dce59c59a4daa1549c06e510bbed",
1126
                "reference": "0c72d8baf707dce59c59a4daa1549c06e510bbed",
1127
                "shasum": ""
1128
            },
1129
            "require": {
1130
                "friendsofsymfony/oauth2-php": "~1.1.0",
1131
                "php": ">=5.3.3",
1132
                "symfony/framework-bundle": "~2.2",
1133
                "symfony/security-bundle": "~2.1"
1134
            },
1135
            "require-dev": {
1136
                "doctrine/doctrine-bundle": "~1.0",
1137
                "doctrine/mongodb-odm": "1.0.*@dev",
1138
                "doctrine/orm": ">=2.2,<2.5-dev",
1139
                "symfony/class-loader": "~2.1",
1140
                "symfony/yaml": "~2.1",
1141
                "willdurand/propel-typehintable-behavior": "~1.0,>1.0.4"
1142
            },
1143
            "suggest": {
1144
                "doctrine/doctrine-bundle": "*",
1145
                "doctrine/mongodb-odm-bundle": "*",
1146
                "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
1147
                "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
1148
            },
1149
            "type": "symfony-bundle",
1150
            "extra": {
1151
                "branch-alias": {
1152
                    "dev-master": "1.4-dev"
1153
                }
1154
            },
1155
            "autoload": {
1156
                "psr-0": {
1157
                    "FOS\\OAuthServerBundle": ""
1158
                }
1159
            },
1160
            "notification-url": "https://packagist.org/downloads/",
1161
            "license": [
1162
                "MIT"
1163
            ],
1164
            "authors": [
1165
                {
1166
                    "name": "Arnaud Le Blanc",
1167
                    "email": "[email protected]"
1168
                },
1169
                {
1170
                    "name": "FriendsOfSymfony Community",
1171
                    "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
1172
                }
1173
            ],
1174
            "description": "Symfony2 OAuth Server Bundle",
1175
            "homepage": "http://friendsofsymfony.github.com",
1176
            "keywords": [
1177
                "oauth",
1178
                "oauth2",
1179
                "server"
1180
            ],
1181
            "time": "2015-05-01 22:00:52"
1182
        },
1183
        {
1184
            "name": "friendsofsymfony/oauth2-php",
1185
            "version": "1.1.1",
1186
            "source": {
1187
                "type": "git",
1188
                "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
1189
                "reference": "23e76537c4a02e666ab4ba5abe67a69a886a0310"
1190
            },
1191
            "dist": {
1192
                "type": "zip",
1193
                "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/23e76537c4a02e666ab4ba5abe67a69a886a0310",
1194
                "reference": "23e76537c4a02e666ab4ba5abe67a69a886a0310",
1195
                "shasum": ""
1196
            },
1197
            "require": {
1198
                "php": ">=5.3.2",
1199
                "symfony/http-foundation": "~2.0"
1200
            },
1201
            "require-dev": {
1202
                "phpunit/phpunit": "~4.0"
1203
            },
1204
            "type": "library",
1205
            "extra": {
1206
                "branch-alias": {
1207
                    "dev-master": "1.1.x-dev"
1208
                }
1209
            },
1210
            "autoload": {
1211
                "psr-4": {
1212
                    "OAuth2\\": "lib/"
1213
                }
1214
            },
1215
            "notification-url": "https://packagist.org/downloads/",
1216
            "license": [
1217
                "MIT"
1218
            ],
1219
            "authors": [
1220
                {
1221
                    "name": "Arnaud Le Blanc",
1222
                    "email": "[email protected]"
1223
                },
1224
                {
1225
                    "name": "FriendsOfSymfony Community",
1226
                    "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
1227
                }
1228
            ],
1229
            "description": "OAuth2 library",
1230
            "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
1231
            "keywords": [
1232
                "oauth",
1233
                "oauth2"
1234
            ],
1235
            "time": "2014-11-03 10:21:20"
1236
        },
1237
        {
1238
            "name": "friendsofsymfony/rest-bundle",
1239
            "version": "1.7.4",
1240
            "target-dir": "FOS/RestBundle",
1241
            "source": {
1242
                "type": "git",
1243
                "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
1244
                "reference": "64ba918b1eb47acb5aa7fef1ce95623235b53775"
1245
            },
1246
            "dist": {
1247
                "type": "zip",
1248
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/64ba918b1eb47acb5aa7fef1ce95623235b53775",
1249
                "reference": "64ba918b1eb47acb5aa7fef1ce95623235b53775",
1250
                "shasum": ""
1251
            },
1252
            "require": {
1253
                "doctrine/inflector": "~1.0",
1254
                "php": "^5.3.9|~7.0",
1255
                "psr/log": "~1.0",
1256
                "symfony/framework-bundle": "~2.3|~3.0",
1257
                "symfony/http-kernel": "^2.3.24|~3.0",
1258
                "willdurand/jsonp-callback-validator": "~1.0",
1259
                "willdurand/negotiation": "~1.2"
1260
            },
1261
            "conflict": {
1262
                "jms/serializer": "<0.12",
1263
                "jms/serializer-bundle": "<0.11",
1264
                "symfony/validator": ">=2.5.0,<2.5.5"
1265
            },
1266
            "require-dev": {
1267
                "jms/serializer": "~0.13|~1.0",
1268
                "jms/serializer-bundle": "~0.12|~1.0",
1269
                "phpoption/phpoption": "~1.1.0",
1270
                "sensio/framework-extra-bundle": "~2.0|~3.0",
1271
                "sllh/php-cs-fixer-styleci-bridge": "^1.3",
1272
                "symfony/browser-kit": "~2.3|~3.0",
1273
                "symfony/dependency-injection": "~2.3|~3.0",
1274
                "symfony/form": "~2.3|~3.0",
1275
                "symfony/phpunit-bridge": "~2.7|~3.0",
1276
                "symfony/security": "~2.3|~3.0",
1277
                "symfony/serializer": "~2.3|~3.0",
1278
                "symfony/validator": "~2.3|~3.0",
1279
                "symfony/yaml": "~2.3|~3.0"
1280
            },
1281
            "suggest": {
1282
                "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12||~1.0",
1283
                "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener, requires ~3.0",
1284
                "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.3",
1285
                "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ~2.3"
1286
            },
1287
            "type": "symfony-bundle",
1288
            "extra": {
1289
                "branch-alias": {
1290
                    "dev-master": "1.7-dev"
1291
                }
1292
            },
1293
            "autoload": {
1294
                "psr-0": {
1295
                    "FOS\\RestBundle": ""
1296
                }
1297
            },
1298
            "notification-url": "https://packagist.org/downloads/",
1299
            "license": [
1300
                "MIT"
1301
            ],
1302
            "authors": [
1303
                {
1304
                    "name": "Lukas Kahwe Smith",
1305
                    "email": "[email protected]"
1306
                },
1307
                {
1308
                    "name": "FriendsOfSymfony Community",
1309
                    "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
1310
                },
1311
                {
1312
                    "name": "Konstantin Kudryashov",
1313
                    "email": "[email protected]"
1314
                }
1315
            ],
1316
            "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony2",
1317
            "homepage": "http://friendsofsymfony.github.com",
1318
            "keywords": [
1319
                "rest"
1320
            ],
1321
            "time": "2015-12-05 14:55:07"
1322
        },
1323
        {
1324
            "name": "friendsofsymfony/user-bundle",
1325
            "version": "dev-master",
1326
            "source": {
1327
                "type": "git",
1328
                "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
1329
                "reference": "e39b040e272c72f0a090c67d802e1d3b2d0b0313"
1330
            },
1331
            "dist": {
1332
                "type": "zip",
1333
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/e5e7a2b8984da8dfedaf44adc7e5f60a62ad280c",
1334
                "reference": "e39b040e272c72f0a090c67d802e1d3b2d0b0313",
1335
                "shasum": ""
1336
            },
1337
            "require": {
1338
                "php": ">=5.3.9",
1339
                "symfony/form": "~2.3|~3.0",
1340
                "symfony/framework-bundle": "~2.3|~3.0",
1341
                "symfony/security-bundle": "~2.3|~3.0",
1342
                "symfony/twig-bundle": "~2.3|~3.0"
1343
            },
1344
            "require-dev": {
1345
                "doctrine/doctrine-bundle": "~1.3",
1346
                "swiftmailer/swiftmailer": "~4.3|~5",
1347
                "symfony/console": "~2.3|~3.0",
1348
                "symfony/phpunit-bridge": "~2.7|~3.0",
1349
                "symfony/validator": "~2.3|~3.0",
1350
                "symfony/yaml": "~2.3|~3.0",
1351
                "willdurand/propel-typehintable-behavior": "~1.0"
1352
            },
1353
            "suggest": {
1354
                "willdurand/propel-typehintable-behavior": "Needed when using the propel implementation"
1355
            },
1356
            "type": "symfony-bundle",
1357
            "extra": {
1358
                "branch-alias": {
1359
                    "dev-master": "2.0.x-dev"
1360
                }
1361
            },
1362
            "autoload": {
1363
                "psr-4": {
1364
                    "FOS\\UserBundle\\": ""
1365
                }
1366
            },
1367
            "notification-url": "https://packagist.org/downloads/",
1368
            "license": [
1369
                "MIT"
1370
            ],
1371
            "authors": [
1372
                {
1373
                    "name": "Christophe Coevoet",
1374
                    "email": "[email protected]"
1375
                },
1376
                {
1377
                    "name": "FriendsOfSymfony Community",
1378
                    "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
1379
                },
1380
                {
1381
                    "name": "Thibault Duplessis",
1382
                    "email": "[email protected]"
1383
                }
1384
            ],
1385
            "description": "Symfony FOSUserBundle",
1386
            "homepage": "http://friendsofsymfony.github.com",
1387
            "keywords": [
1388
                "User management"
1389
            ],
1390
            "time": "2015-12-05 09:38:57"
1391
        },
1392
        {
1393
            "name": "gree/jose",
1394
            "version": "2.1.0",
1395
            "source": {
1396
                "type": "git",
1397
                "url": "https://github.com/nov/jose-php.git",
1398
                "reference": "012799c5108a2dd0cbc6bf6695e9e8ffd92ae692"
1399
            },
1400
            "dist": {
1401
                "type": "zip",
1402
                "url": "https://api.github.com/repos/nov/jose-php/zipball/012799c5108a2dd0cbc6bf6695e9e8ffd92ae692",
1403
                "reference": "012799c5108a2dd0cbc6bf6695e9e8ffd92ae692",
1404
                "shasum": ""
1405
            },
1406
            "require": {
1407
                "phpseclib/phpseclib": ">=2.0.0"
1408
            },
1409
            "require-dev": {
1410
                "phpunit/phpunit": "4.8.*"
1411
            },
1412
            "type": "library",
1413
            "autoload": {
1414
                "psr-0": {
1415
                    "JOSE": "src/"
1416
                }
1417
            },
1418
            "notification-url": "https://packagist.org/downloads/",
1419
            "include-path": [
1420
                "src/"
1421
            ],
1422
            "license": [
1423
                "MIT"
1424
            ],
1425
            "authors": [
1426
                {
1427
                    "name": "Nov Matake",
1428
                    "email": "[email protected]",
1429
                    "homepage": "http://matake.jp"
1430
                }
1431
            ],
1432
            "description": "JWT, JWS and JWS implementation in PHP",
1433
            "homepage": "https://github.com/gree/jose",
1434
            "keywords": [
1435
                "ID Token",
1436
                "JOSE",
1437
                "JSON Web Encryption",
1438
                "JSON Web Signature",
1439
                "JSON Web Token",
1440
                "JWE",
1441
                "JWS",
1442
                "OpenID Connect",
1443
                "jwt"
1444
            ],
1445
            "time": "2015-12-04 04:06:17"
1446
        },
1447
        {
1448
            "name": "guilhermednt/hwi-oauth-proxy-bundle",
1449
            "version": "dev-master",
1450
            "target-dir": "Donato/Generic/HWIOAuthProxyBundle",
1451
            "source": {
1452
                "type": "git",
1453
                "url": "https://github.com/guilhermednt/hwi-oauth-proxy-bundle.git",
1454
                "reference": "a0b97b0b880cc1649c68070ae4c4bd51cc50ecb3"
1455
            },
1456
            "dist": {
1457
                "type": "zip",
1458
                "url": "https://api.github.com/repos/guilhermednt/hwi-oauth-proxy-bundle/zipball/a0b97b0b880cc1649c68070ae4c4bd51cc50ecb3",
1459
                "reference": "a0b97b0b880cc1649c68070ae4c4bd51cc50ecb3",
1460
                "shasum": ""
1461
            },
1462
            "require": {
1463
                "php": ">=5.3.0"
1464
            },
1465
            "type": "symfony-bundle",
1466
            "autoload": {
1467
                "psr-0": {
1468
                    "Donato\\Generic\\HWIOAuthProxyBundle": ""
1469
                }
1470
            },
1471
            "notification-url": "https://packagist.org/downloads/",
1472
            "license": [
1473
                "MIT"
1474
            ],
1475
            "authors": [
1476
                {
1477
                    "name": "Guilherme Donato",
1478
                    "email": "[email protected]"
1479
                }
1480
            ],
1481
            "description": "Bundle to enable proxy for HWIOAuthBundle",
1482
            "homepage": "http://github.com/guilhermednt/hwi-oauth-proxy-bundle",
1483
            "keywords": [
1484
                "HWIOAuthBundle",
1485
                "http",
1486
                "proxy",
1487
                "service"
1488
            ],
1489
            "time": "2014-03-12 17:47:59"
1490
        },
1491
        {
1492
            "name": "hwi/oauth-bundle",
1493
            "version": "0.3.x-dev",
1494
            "target-dir": "HWI/Bundle/OAuthBundle",
1495
            "source": {
1496
                "type": "git",
1497
                "url": "https://github.com/hwi/HWIOAuthBundle.git",
1498
                "reference": "1239889d504b151e120625d744aa6fbbcf6b6d16"
1499
            },
1500
            "dist": {
1501
                "type": "zip",
1502
                "url": "https://api.github.com/repos/hwi/HWIOAuthBundle/zipball/1239889d504b151e120625d744aa6fbbcf6b6d16",
1503
                "reference": "1239889d504b151e120625d744aa6fbbcf6b6d16",
1504
                "shasum": ""
1505
            },
1506
            "require": {
1507
                "kriswallsmith/buzz": "~0.7",
1508
                "php": ">=5.3.3",
1509
                "symfony/framework-bundle": "~2.1",
1510
                "symfony/options-resolver": "~2.1",
1511
                "symfony/security-bundle": "~2.1"
1512
            },
1513
            "conflict": {
1514
                "twig/twig": "<1.12"
1515
            },
1516
            "require-dev": {
1517
                "doctrine/orm": "~2.2",
1518
                "symfony/property-access": "~2.3",
1519
                "symfony/twig-bundle": "~2.1",
1520
                "symfony/validator": "~2.1"
1521
            },
1522
            "suggest": {
1523
                "doctrine/doctrine-bundle": "to use Doctrine user provider",
1524
                "friendsofsymfony/user-bundle": "to connect FOSUB with this bundle",
1525
                "symfony/property-access": "to use FOSUB integration with this bundle",
1526
                "symfony/twig-bundle": "to use the Twig hwi_oauth_* functions"
1527
            },
1528
            "type": "symfony-bundle",
1529
            "extra": {
1530
                "branch-alias": {
1531
                    "dev-master": "0.3-dev"
1532
                }
1533
            },
1534
            "autoload": {
1535
                "psr-0": {
1536
                    "HWI\\Bundle\\OAuthBundle": ""
1537
                }
1538
            },
1539
            "notification-url": "https://packagist.org/downloads/",
1540
            "license": [
1541
                "MIT"
1542
            ],
1543
            "authors": [
1544
                {
1545
                    "name": "Contributors",
1546
                    "homepage": "https://github.com/hwi/HWIOAuthBundle/contributors"
1547
                },
1548
                {
1549
                    "name": "Joseph Bielawski",
1550
                    "email": "[email protected]"
1551
                },
1552
                {
1553
                    "name": "Alexander",
1554
                    "email": "[email protected]"
1555
                },
1556
                {
1557
                    "name": "Geoffrey Bachelet",
1558
                    "email": "[email protected]"
1559
                }
1560
            ],
1561
            "description": "Support for authenticating users using both OAuth1.0a and OAuth2 in Symfony2.",
1562
            "homepage": "http://github.com/hwi/HWIOAuthBundle",
1563
            "keywords": [
1564
                "37signals",
1565
                "Authentication",
1566
                "amazon",
1567
                "bitbucket",
1568
                "bitly",
1569
                "box",
1570
                "dailymotion",
1571
                "deviantart",
1572
                "disqus",
1573
                "dropbox",
1574
                "eventbrite",
1575
                "facebook",
1576
                "firewall",
1577
                "flickr",
1578
                "foursquare",
1579
                "github",
1580
                "google",
1581
                "instagram",
1582
                "jira",
1583
                "linkedin",
1584
                "mail.ru",
1585
                "oauth",
1586
                "oauth1",
1587
                "oauth2",
1588
                "odnoklassniki",
1589
                "qq",
1590
                "salesforce",
1591
                "security",
1592
                "sensio connect",
1593
                "sina weibo",
1594
                "stack exchange",
1595
                "stereomood",
1596
                "trello",
1597
                "twitch",
1598
                "twitter",
1599
                "vkontakte",
1600
                "windows live",
1601
                "wordpress",
1602
                "yahoo",
1603
                "yandex"
1604
            ],
1605
            "time": "2015-11-22 17:50:20"
1606
        },
1607
        {
1608
            "name": "incenteev/composer-parameter-handler",
1609
            "version": "v2.1.2",
1610
            "source": {
1611
                "type": "git",
1612
                "url": "https://github.com/Incenteev/ParameterHandler.git",
1613
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
1614
            },
1615
            "dist": {
1616
                "type": "zip",
1617
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
1618
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
1619
                "shasum": ""
1620
            },
1621
            "require": {
1622
                "php": ">=5.3.3",
1623
                "symfony/yaml": "~2.3|~3.0"
1624
            },
1625
            "require-dev": {
1626
                "composer/composer": "1.0.*@dev",
1627
                "phpspec/prophecy-phpunit": "~1.0",
1628
                "symfony/filesystem": "~2.2"
1629
            },
1630
            "type": "library",
1631
            "extra": {
1632
                "branch-alias": {
1633
                    "dev-master": "2.1.x-dev"
1634
                }
1635
            },
1636
            "autoload": {
1637
                "psr-4": {
1638
                    "Incenteev\\ParameterHandler\\": ""
1639
                }
1640
            },
1641
            "notification-url": "https://packagist.org/downloads/",
1642
            "license": [
1643
                "MIT"
1644
            ],
1645
            "authors": [
1646
                {
1647
                    "name": "Christophe Coevoet",
1648
                    "email": "[email protected]"
1649
                }
1650
            ],
1651
            "description": "Composer script handling your ignored parameter file",
1652
            "homepage": "https://github.com/Incenteev/ParameterHandler",
1653
            "keywords": [
1654
                "parameters management"
1655
            ],
1656
            "time": "2015-11-10 17:04:01"
1657
        },
1658
        {
1659
            "name": "jdorn/sql-formatter",
1660
            "version": "v1.2.17",
1661
            "source": {
1662
                "type": "git",
1663
                "url": "https://github.com/jdorn/sql-formatter.git",
1664
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
1665
            },
1666
            "dist": {
1667
                "type": "zip",
1668
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
1669
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
1670
                "shasum": ""
1671
            },
1672
            "require": {
1673
                "php": ">=5.2.4"
1674
            },
1675
            "require-dev": {
1676
                "phpunit/phpunit": "3.7.*"
1677
            },
1678
            "type": "library",
1679
            "extra": {
1680
                "branch-alias": {
1681
                    "dev-master": "1.3.x-dev"
1682
                }
1683
            },
1684
            "autoload": {
1685
                "classmap": [
1686
                    "lib"
1687
                ]
1688
            },
1689
            "notification-url": "https://packagist.org/downloads/",
1690
            "license": [
1691
                "MIT"
1692
            ],
1693
            "authors": [
1694
                {
1695
                    "name": "Jeremy Dorn",
1696
                    "email": "[email protected]",
1697
                    "homepage": "http://jeremydorn.com/"
1698
                }
1699
            ],
1700
            "description": "a PHP SQL highlighting library",
1701
            "homepage": "https://github.com/jdorn/sql-formatter/",
1702
            "keywords": [
1703
                "highlight",
1704
                "sql"
1705
            ],
1706
            "time": "2014-01-12 16:20:24"
1707
        },
1708
        {
1709
            "name": "jeremykendall/php-domain-parser",
1710
            "version": "3.0.0",
1711
            "source": {
1712
                "type": "git",
1713
                "url": "https://github.com/jeremykendall/php-domain-parser.git",
1714
                "reference": "896e7e70f02bd4fd77190052799bc61e4d779672"
1715
            },
1716
            "dist": {
1717
                "type": "zip",
1718
                "url": "https://api.github.com/repos/jeremykendall/php-domain-parser/zipball/896e7e70f02bd4fd77190052799bc61e4d779672",
1719
                "reference": "896e7e70f02bd4fd77190052799bc61e4d779672",
1720
                "shasum": ""
1721
            },
1722
            "require": {
1723
                "ext-curl": "*",
1724
                "ext-intl": "*",
1725
                "ext-mbstring": "*",
1726
                "php": ">=5.3.0"
1727
            },
1728
            "require-dev": {
1729
                "jeremykendall/debug-die": "0.0.1.*",
1730
                "mikey179/vfsstream": "~1.4",
1731
                "phpunit/phpunit": "~4.4"
1732
            },
1733
            "bin": [
1734
                "bin/parse",
1735
                "bin/update-psl"
1736
            ],
1737
            "type": "library",
1738
            "autoload": {
1739
                "psr-0": {
1740
                    "Pdp\\": "src/"
1741
                },
1742
                "files": [
1743
                    "src/pdp-parse-url.php"
1744
                ]
1745
            },
1746
            "notification-url": "https://packagist.org/downloads/",
1747
            "license": [
1748
                "MIT"
1749
            ],
1750
            "authors": [
1751
                {
1752
                    "name": "Jeremy Kendall",
1753
                    "homepage": "http://about.me/jeremykendall",
1754
                    "role": "Developer"
1755
                },
1756
                {
1757
                    "name": "Contributors",
1758
                    "homepage": "https://github.com/jeremykendall/php-domain-parser/graphs/contributors"
1759
                }
1760
            ],
1761
            "description": "Public Suffix List based URL parsing implemented in PHP.",
1762
            "homepage": "https://github.com/jeremykendall/php-domain-parser",
1763
            "keywords": [
1764
                "Public Suffix List",
1765
                "domain parsing",
1766
                "url parsing"
1767
            ],
1768
            "time": "2015-03-30 12:49:45"
1769
        },
1770
        {
1771
            "name": "jms/aop-bundle",
1772
            "version": "1.2.0",
1773
            "source": {
1774
                "type": "git",
1775
                "url": "https://github.com/schmittjoh/JMSAopBundle.git",
1776
                "reference": "78000d007e74283cc564a58e184d7f62548ad394"
1777
            },
1778
            "dist": {
1779
                "type": "zip",
1780
                "url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/78000d007e74283cc564a58e184d7f62548ad394",
1781
                "reference": "78000d007e74283cc564a58e184d7f62548ad394",
1782
                "shasum": ""
1783
            },
1784
            "require": {
1785
                "jms/cg": "^1.1",
1786
                "php": ">=5.3.9",
1787
                "symfony/framework-bundle": "^2.3|^3.0"
1788
            },
1789
            "require-dev": {
1790
                "symfony/phpunit-bridge": "^2.7"
1791
            },
1792
            "type": "symfony-bundle",
1793
            "extra": {
1794
                "branch-alias": {
1795
                    "dev-master": "1.1.x-dev"
1796
                }
1797
            },
1798
            "autoload": {
1799
                "psr-4": {
1800
                    "JMS\\AopBundle\\": ""
1801
                }
1802
            },
1803
            "notification-url": "https://packagist.org/downloads/",
1804
            "license": [
1805
                "Apache-2.0"
1806
            ],
1807
            "authors": [
1808
                {
1809
                    "name": "Johannes M. Schmitt",
1810
                    "email": "[email protected]"
1811
                }
1812
            ],
1813
            "description": "Adds AOP capabilities to Symfony2",
1814
            "keywords": [
1815
                "annotations",
1816
                "aop"
1817
            ],
1818
            "time": "2015-12-09 16:30:46"
1819
        },
1820
        {
1821
            "name": "jms/cg",
1822
            "version": "1.1.0",
1823
            "source": {
1824
                "type": "git",
1825
                "url": "https://github.com/schmittjoh/cg-library.git",
1826
                "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c"
1827
            },
1828
            "dist": {
1829
                "type": "zip",
1830
                "url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/0af1113c7409b8636c5244bbae10b2e0ff792e9c",
1831
                "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c",
1832
                "shasum": ""
1833
            },
1834
            "require": {
1835
                "php": ">=5.3.0"
1836
            },
1837
            "type": "library",
1838
            "extra": {
1839
                "branch-alias": {
1840
                    "dev-master": "1.1-dev"
1841
                }
1842
            },
1843
            "autoload": {
1844
                "psr-0": {
1845
                    "CG\\": "src/"
1846
                }
1847
            },
1848
            "notification-url": "https://packagist.org/downloads/",
1849
            "license": [
1850
                "Apache2"
1851
            ],
1852
            "authors": [
1853
                {
1854
                    "name": "Johannes M. Schmitt",
1855
                    "email": "[email protected]"
1856
                }
1857
            ],
1858
            "description": "Toolset for generating PHP code",
1859
            "keywords": [
1860
                "code generation"
1861
            ],
1862
            "time": "2015-09-13 08:54:43"
1863
        },
1864
        {
1865
            "name": "jms/di-extra-bundle",
1866
            "version": "1.6.0",
1867
            "target-dir": "JMS/DiExtraBundle",
1868
            "source": {
1869
                "type": "git",
1870
                "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git",
1871
                "reference": "c9e36dce4014db1f6abf02e94eac225344a5147d"
1872
            },
1873
            "dist": {
1874
                "type": "zip",
1875
                "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/c9e36dce4014db1f6abf02e94eac225344a5147d",
1876
                "reference": "c9e36dce4014db1f6abf02e94eac225344a5147d",
1877
                "shasum": ""
1878
            },
1879
            "require": {
1880
                "jms/aop-bundle": "^1.1.0",
1881
                "jms/metadata": "1.*",
1882
                "symfony/finder": "~2.1",
1883
                "symfony/framework-bundle": "~2.1",
1884
                "symfony/process": "~2.1"
1885
            },
1886
            "require-dev": {
1887
                "doctrine/doctrine-bundle": "*",
1888
                "doctrine/orm": "*",
1889
                "jms/security-extra-bundle": "1.*",
1890
                "phpcollection/phpcollection": ">=0.1,<0.3-dev",
1891
                "sensio/framework-extra-bundle": "*",
1892
                "symfony/browser-kit": "*",
1893
                "symfony/class-loader": "*",
1894
                "symfony/form": "*",
1895
                "symfony/security-bundle": "*",
1896
                "symfony/twig-bundle": "*",
1897
                "symfony/validator": "*",
1898
                "symfony/yaml": "*"
1899
            },
1900
            "type": "symfony-bundle",
1901
            "extra": {
1902
                "branch-alias": {
1903
                    "dev-master": "1.5-dev"
1904
                }
1905
            },
1906
            "autoload": {
1907
                "psr-0": {
1908
                    "JMS\\DiExtraBundle": ""
1909
                }
1910
            },
1911
            "notification-url": "https://packagist.org/downloads/",
1912
            "license": [
1913
                "Apache"
1914
            ],
1915
            "authors": [
1916
                {
1917
                    "name": "Johannes M. Schmitt",
1918
                    "email": "[email protected]"
1919
                }
1920
            ],
1921
            "description": "Allows to configure dependency injection using annotations",
1922
            "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle",
1923
            "keywords": [
1924
                "annotations",
1925
                "dependency injection"
1926
            ],
1927
            "time": "2015-09-13 09:03:50"
1928
        },
1929
        {
1930
            "name": "jms/metadata",
1931
            "version": "1.5.1",
1932
            "source": {
1933
                "type": "git",
1934
                "url": "https://github.com/schmittjoh/metadata.git",
1935
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
1936
            },
1937
            "dist": {
1938
                "type": "zip",
1939
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
1940
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
1941
                "shasum": ""
1942
            },
1943
            "require": {
1944
                "php": ">=5.3.0"
1945
            },
1946
            "require-dev": {
1947
                "doctrine/cache": "~1.0"
1948
            },
1949
            "type": "library",
1950
            "extra": {
1951
                "branch-alias": {
1952
                    "dev-master": "1.5.x-dev"
1953
                }
1954
            },
1955
            "autoload": {
1956
                "psr-0": {
1957
                    "Metadata\\": "src/"
1958
                }
1959
            },
1960
            "notification-url": "https://packagist.org/downloads/",
1961
            "license": [
1962
                "Apache"
1963
            ],
1964
            "authors": [
1965
                {
1966
                    "name": "Johannes Schmitt",
1967
                    "email": "[email protected]",
1968
                    "homepage": "https://github.com/schmittjoh",
1969
                    "role": "Developer of wrapped JMSSerializerBundle"
1970
                }
1971
            ],
1972
            "description": "Class/method/property metadata management in PHP",
1973
            "keywords": [
1974
                "annotations",
1975
                "metadata",
1976
                "xml",
1977
                "yaml"
1978
            ],
1979
            "time": "2014-07-12 07:13:19"
1980
        },
1981
        {
1982
            "name": "jms/parser-lib",
1983
            "version": "1.0.0",
1984
            "source": {
1985
                "type": "git",
1986
                "url": "https://github.com/schmittjoh/parser-lib.git",
1987
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
1988
            },
1989
            "dist": {
1990
                "type": "zip",
1991
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1992
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1993
                "shasum": ""
1994
            },
1995
            "require": {
1996
                "phpoption/phpoption": ">=0.9,<2.0-dev"
1997
            },
1998
            "type": "library",
1999
            "extra": {
2000
                "branch-alias": {
2001
                    "dev-master": "1.0-dev"
2002
                }
2003
            },
2004
            "autoload": {
2005
                "psr-0": {
2006
                    "JMS\\": "src/"
2007
                }
2008
            },
2009
            "notification-url": "https://packagist.org/downloads/",
2010
            "license": [
2011
                "Apache2"
2012
            ],
2013
            "description": "A library for easily creating recursive-descent parsers.",
2014
            "time": "2012-11-18 18:08:43"
2015
        },
2016
        {
2017
            "name": "jms/security-extra-bundle",
2018
            "version": "dev-master",
2019
            "target-dir": "JMS/SecurityExtraBundle",
2020
            "source": {
2021
                "type": "git",
2022
                "url": "https://github.com/schmittjoh/JMSSecurityExtraBundle.git",
2023
                "reference": "75bd0f773b1c645d70eb6174fff67ba5779a291e"
2024
            },
2025
            "dist": {
2026
                "type": "zip",
2027
                "url": "https://api.github.com/repos/schmittjoh/JMSSecurityExtraBundle/zipball/bbd5eb78da4d510478f1bb60959feefac083d474",
2028
                "reference": "75bd0f773b1c645d70eb6174fff67ba5779a291e",
2029
                "shasum": ""
2030
            },
2031
            "require": {
2032
                "jms/aop-bundle": "~1.0",
2033
                "jms/di-extra-bundle": "~1.3",
2034
                "jms/metadata": "~1.0",
2035
                "jms/parser-lib": "~1.0",
2036
                "symfony/framework-bundle": "~2.1",
2037
                "symfony/security-bundle": "*"
2038
            },
2039
            "require-dev": {
2040
                "doctrine/doctrine-bundle": "*",
2041
                "doctrine/orm": "*",
2042
                "sensio/framework-extra-bundle": "*",
2043
                "symfony/browser-kit": "*",
2044
                "symfony/class-loader": "*",
2045
                "symfony/css-selector": "*",
2046
                "symfony/finder": "*",
2047
                "symfony/form": "*",
2048
                "symfony/process": "*",
2049
                "symfony/twig-bundle": "*",
2050
                "symfony/validator": "*",
2051
                "symfony/yaml": "*"
2052
            },
2053
            "type": "symfony-bundle",
2054
            "extra": {
2055
                "branch-alias": {
2056
                    "dev-master": "1.5-dev"
2057
                }
2058
            },
2059
            "autoload": {
2060
                "psr-0": {
2061
                    "JMS\\SecurityExtraBundle": ""
2062
                }
2063
            },
2064
            "notification-url": "https://packagist.org/downloads/",
2065
            "license": [
2066
                "Apache2"
2067
            ],
2068
            "authors": [
2069
                {
2070
                    "name": "Johannes M. Schmitt",
2071
                    "email": "[email protected]"
2072
                }
2073
            ],
2074
            "description": "Enhances the Symfony2 Security Component by adding several new features",
2075
            "homepage": "http://jmsyst.com/bundles/JMSSecurityExtraBundle",
2076
            "keywords": [
2077
                "annotations",
2078
                "authorization",
2079
                "expression",
2080
                "secure",
2081
                "security"
2082
            ],
2083
            "time": "2015-06-25 13:44:57"
2084
        },
2085
        {
2086
            "name": "jms/serializer",
2087
            "version": "1.1.0",
2088
            "source": {
2089
                "type": "git",
2090
                "url": "https://github.com/schmittjoh/serializer.git",
2091
                "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48"
2092
            },
2093
            "dist": {
2094
                "type": "zip",
2095
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
2096
                "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
2097
                "shasum": ""
2098
            },
2099
            "require": {
2100
                "doctrine/annotations": "1.*",
2101
                "doctrine/instantiator": "~1.0.3",
2102
                "jms/metadata": "~1.1",
2103
                "jms/parser-lib": "1.*",
2104
                "php": ">=5.4.0",
2105
                "phpcollection/phpcollection": "~0.1"
2106
            },
2107
            "conflict": {
2108
                "twig/twig": "<1.12"
2109
            },
2110
            "require-dev": {
2111
                "doctrine/orm": "~2.1",
2112
                "doctrine/phpcr-odm": "~1.0.1",
2113
                "jackalope/jackalope-doctrine-dbal": "1.0.*",
2114
                "phpunit/phpunit": "~4.0",
2115
                "propel/propel1": "~1.7",
2116
                "symfony/filesystem": "2.*",
2117
                "symfony/form": "~2.1",
2118
                "symfony/translation": "~2.0",
2119
                "symfony/validator": "~2.0",
2120
                "symfony/yaml": "2.*",
2121
                "twig/twig": "~1.12|~2.0"
2122
            },
2123
            "suggest": {
2124
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
2125
            },
2126
            "type": "library",
2127
            "extra": {
2128
                "branch-alias": {
2129
                    "dev-master": "1.1-dev"
2130
                }
2131
            },
2132
            "autoload": {
2133
                "psr-0": {
2134
                    "JMS\\Serializer": "src/"
2135
                }
2136
            },
2137
            "notification-url": "https://packagist.org/downloads/",
2138
            "license": [
2139
                "Apache2"
2140
            ],
2141
            "authors": [
2142
                {
2143
                    "name": "Johannes M. Schmitt",
2144
                    "email": "[email protected]"
2145
                }
2146
            ],
2147
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
2148
            "homepage": "http://jmsyst.com/libs/serializer",
2149
            "keywords": [
2150
                "deserialization",
2151
                "jaxb",
2152
                "json",
2153
                "serialization",
2154
                "xml"
2155
            ],
2156
            "time": "2015-10-27 09:24:41"
2157
        },
2158
        {
2159
            "name": "jms/serializer-bundle",
2160
            "version": "1.1.0",
2161
            "target-dir": "JMS/SerializerBundle",
2162
            "source": {
2163
                "type": "git",
2164
                "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
2165
                "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e"
2166
            },
2167
            "dist": {
2168
                "type": "zip",
2169
                "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/3e396c980545350c2efb65a50041d2a9f9d6562e",
2170
                "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e",
2171
                "shasum": ""
2172
            },
2173
            "require": {
2174
                "jms/serializer": "^1.0.0",
2175
                "php": ">=5.4.0",
2176
                "phpoption/phpoption": "^1.1.0",
2177
                "symfony/framework-bundle": "~2.3|~3.0"
2178
            },
2179
            "require-dev": {
2180
                "doctrine/doctrine-bundle": "*",
2181
                "doctrine/orm": "*",
2182
                "symfony/browser-kit": "*",
2183
                "symfony/class-loader": "*",
2184
                "symfony/css-selector": "*",
2185
                "symfony/finder": "*",
2186
                "symfony/form": "*",
2187
                "symfony/process": "*",
2188
                "symfony/stopwatch": "*",
2189
                "symfony/twig-bundle": "*",
2190
                "symfony/validator": "*",
2191
                "symfony/yaml": "*"
2192
            },
2193
            "suggest": {
2194
                "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
2195
            },
2196
            "type": "symfony-bundle",
2197
            "extra": {
2198
                "branch-alias": {
2199
                    "dev-master": "1.1-dev"
2200
                }
2201
            },
2202
            "autoload": {
2203
                "psr-0": {
2204
                    "JMS\\SerializerBundle": ""
2205
                }
2206
            },
2207
            "notification-url": "https://packagist.org/downloads/",
2208
            "license": [
2209
                "Apache2"
2210
            ],
2211
            "authors": [
2212
                {
2213
                    "name": "Johannes M. Schmitt",
2214
                    "email": "[email protected]"
2215
                }
2216
            ],
2217
            "description": "Allows you to easily serialize, and deserialize data of any complexity",
2218
            "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
2219
            "keywords": [
2220
                "deserialization",
2221
                "jaxb",
2222
                "json",
2223
                "serialization",
2224
                "xml"
2225
            ],
2226
            "time": "2015-11-10 12:26:42"
2227
        },
2228
        {
2229
            "name": "knplabs/gaufrette",
2230
            "version": "dev-master",
2231
            "source": {
2232
                "type": "git",
2233
                "url": "https://github.com/KnpLabs/Gaufrette.git",
2234
                "reference": "434dddb4319bde3ebb3421b77f321440bada8e42"
2235
            },
2236
            "dist": {
2237
                "type": "zip",
2238
                "url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/f160ce4da034008696bcffb69cb8e889c500cbd1",
2239
                "reference": "434dddb4319bde3ebb3421b77f321440bada8e42",
2240
                "shasum": ""
2241
            },
2242
            "require": {
2243
                "php": ">=5.3.2"
2244
            },
2245
            "require-dev": {
2246
                "amazonwebservices/aws-sdk-for-php": "1.5.*",
2247
                "aws/aws-sdk-php": "~2",
2248
                "doctrine/dbal": ">=2.3",
2249
                "dropbox-php/dropbox-php": "*",
2250
                "google/apiclient": "~1.1",
2251
                "herzult/php-ssh": "*",
2252
                "microsoft/windowsazure": "dev-master",
2253
                "mikey179/vfsstream": "~1.2.0",
2254
                "phpseclib/phpseclib": "dev-master",
2255
                "phpspec/phpspec": "2.0.*",
2256
                "phpunit/phpunit": "3.7.*",
2257
                "rackspace/php-opencloud": "1.9.*"
2258
            },
2259
            "suggest": {
2260
                "amazonwebservices/aws-sdk-for-php": "to use the legacy Amazon S3 adapters",
2261
                "aws/aws-sdk-php": "to use the Amazon S3 adapter",
2262
                "doctrine/dbal": "to use the Doctrine DBAL adapter",
2263
                "dropbox-php/dropbox-php": "to use the Dropbox adapter",
2264
                "ext-apc": "to use the APC adapter",
2265
                "ext-curl": "*",
2266
                "ext-fileinfo": "This extension is used to automatically detect the content-type of a file in the AwsS3, OpenCloud, AzureBlogStorage and GoogleCloudStorage adapters",
2267
                "ext-mbstring": "*",
2268
                "ext-mongo": "*",
2269
                "ext-zip": "to use the Zip adapter",
2270
                "google/apiclient": "to use GoogleCloudStorage adapter",
2271
                "herzult/php-ssh": "to use SFtp adapter",
2272
                "knplabs/knp-gaufrette-bundle": "to use with Symfony2",
2273
                "microsoft/windowsazure": "to use Microsoft Azure Blob Storage adapter",
2274
                "phpseclib/phpseclib": "to use PhpseclibSftp adapter",
2275
                "rackspace/php-opencloud": "to use Opencloud adapter"
2276
            },
2277
            "type": "library",
2278
            "extra": {
2279
                "branch-alias": {
2280
                    "dev-master": "0.2.x-dev"
2281
                }
2282
            },
2283
            "autoload": {
2284
                "psr-0": {
2285
                    "Gaufrette": "src/"
2286
                }
2287
            },
2288
            "notification-url": "https://packagist.org/downloads/",
2289
            "license": [
2290
                "MIT"
2291
            ],
2292
            "authors": [
2293
                {
2294
                    "name": "The contributors",
2295
                    "homepage": "http://github.com/knplabs/Gaufrette/contributors"
2296
                },
2297
                {
2298
                    "name": "KnpLabs Team",
2299
                    "homepage": "http://knplabs.com"
2300
                }
2301
            ],
2302
            "description": "PHP5 library that provides a filesystem abstraction layer",
2303
            "homepage": "http://knplabs.com",
2304
            "keywords": [
2305
                "abstraction",
2306
                "file",
2307
                "filesystem",
2308
                "media"
2309
            ],
2310
            "time": "2015-09-18 08:32:02"
2311
        },
2312
        {
2313
            "name": "knplabs/knp-gaufrette-bundle",
2314
            "version": "dev-master",
2315
            "source": {
2316
                "type": "git",
2317
                "url": "https://github.com/KnpLabs/KnpGaufretteBundle.git",
2318
                "reference": "45dc19248b1c919a44082aab161b36e9f4f6715d"
2319
            },
2320
            "dist": {
2321
                "type": "zip",
2322
                "url": "https://api.github.com/repos/KnpLabs/KnpGaufretteBundle/zipball/45dc19248b1c919a44082aab161b36e9f4f6715d",
2323
                "reference": "45dc19248b1c919a44082aab161b36e9f4f6715d",
2324
                "shasum": ""
2325
            },
2326
            "require": {
2327
                "knplabs/gaufrette": "~0.1.7|~0.2",
2328
                "symfony/framework-bundle": "~2.0|~3.0"
2329
            },
2330
            "require-dev": {
2331
                "phpunit/phpunit": "~4.2",
2332
                "symfony/console": "~2.0|~3.0",
2333
                "symfony/yaml": "~2.0|~3.0"
2334
            },
2335
            "type": "symfony-bundle",
2336
            "extra": {
2337
                "branch-alias": {
2338
                    "dev-master": "0.2.x-dev"
2339
                }
2340
            },
2341
            "autoload": {
2342
                "psr-4": {
2343
                    "Knp\\Bundle\\GaufretteBundle\\": ""
2344
                }
2345
            },
2346
            "notification-url": "https://packagist.org/downloads/",
2347
            "license": [
2348
                "MIT"
2349
            ],
2350
            "authors": [
2351
                {
2352
                    "name": "The contributors",
2353
                    "homepage": "https://github.com/knplabs/KnpGaufretteBundle/contributors"
2354
                },
2355
                {
2356
                    "name": "Antoine Hérault",
2357
                    "email": "[email protected]"
2358
                }
2359
            ],
2360
            "description": "Allows to easily use the Gaufrette library in a Symfony project",
2361
            "homepage": "http://knplabs.com",
2362
            "keywords": [
2363
                "abstraction",
2364
                "file",
2365
                "filesystem",
2366
                "media"
2367
            ],
2368
            "time": "2015-12-07 10:14:48"
2369
        },
2370
        {
2371
            "name": "kriswallsmith/assetic",
2372
            "version": "v1.3.2",
2373
            "source": {
2374
                "type": "git",
2375
                "url": "https://github.com/kriswallsmith/assetic.git",
2376
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5"
2377
            },
2378
            "dist": {
2379
                "type": "zip",
2380
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/9928f7c4ad98b234e3559d1049abd13387f86db5",
2381
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5",
2382
                "shasum": ""
2383
            },
2384
            "require": {
2385
                "php": ">=5.3.1",
2386
                "symfony/process": "~2.1|~3.0"
2387
            },
2388
            "conflict": {
2389
                "twig/twig": "<1.23"
2390
            },
2391
            "require-dev": {
2392
                "cssmin/cssmin": "3.0.1",
2393
                "joliclic/javascript-packer": "1.1",
2394
                "kamicane/packager": "1.0",
2395
                "leafo/lessphp": "^0.3.7",
2396
                "leafo/scssphp": "~0.1",
2397
                "mrclay/minify": "~2.2",
2398
                "patchwork/jsqueeze": "~1.0|~2.0",
2399
                "phpunit/phpunit": "~4.8",
2400
                "psr/log": "~1.0",
2401
                "ptachoire/cssembed": "~1.0",
2402
                "symfony/phpunit-bridge": "~2.7|~3.0",
2403
                "twig/twig": "~1.8|~2.0"
2404
            },
2405
            "suggest": {
2406
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
2407
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
2408
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
2409
                "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
2410
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
2411
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
2412
            },
2413
            "type": "library",
2414
            "extra": {
2415
                "branch-alias": {
2416
                    "dev-master": "1.4-dev"
2417
                }
2418
            },
2419
            "autoload": {
2420
                "psr-0": {
2421
                    "Assetic": "src/"
2422
                },
2423
                "files": [
2424
                    "src/functions.php"
2425
                ]
2426
            },
2427
            "notification-url": "https://packagist.org/downloads/",
2428
            "license": [
2429
                "MIT"
2430
            ],
2431
            "authors": [
2432
                {
2433
                    "name": "Kris Wallsmith",
2434
                    "email": "[email protected]",
2435
                    "homepage": "http://kriswallsmith.net/"
2436
                }
2437
            ],
2438
            "description": "Asset Management for PHP",
2439
            "homepage": "https://github.com/kriswallsmith/assetic",
2440
            "keywords": [
2441
                "assets",
2442
                "compression",
2443
                "minification"
2444
            ],
2445
            "time": "2015-11-12 13:51:40"
2446
        },
2447
        {
2448
            "name": "kriswallsmith/buzz",
2449
            "version": "v0.15",
2450
            "source": {
2451
                "type": "git",
2452
                "url": "https://github.com/kriswallsmith/Buzz.git",
2453
                "reference": "d4041666c3ffb379af02a92dabe81c904b35fab8"
2454
            },
2455
            "dist": {
2456
                "type": "zip",
2457
                "url": "https://api.github.com/repos/kriswallsmith/Buzz/zipball/d4041666c3ffb379af02a92dabe81c904b35fab8",
2458
                "reference": "d4041666c3ffb379af02a92dabe81c904b35fab8",
2459
                "shasum": ""
2460
            },
2461
            "require": {
2462
                "php": ">=5.3.0"
2463
            },
2464
            "require-dev": {
2465
                "phpunit/phpunit": "3.7.*"
2466
            },
2467
            "suggest": {
2468
                "ext-curl": "*"
2469
            },
2470
            "type": "library",
2471
            "autoload": {
2472
                "psr-0": {
2473
                    "Buzz": "lib/"
2474
                }
2475
            },
2476
            "notification-url": "https://packagist.org/downloads/",
2477
            "license": [
2478
                "MIT"
2479
            ],
2480
            "authors": [
2481
                {
2482
                    "name": "Kris Wallsmith",
2483
                    "email": "[email protected]",
2484
                    "homepage": "http://kriswallsmith.net/"
2485
                }
2486
            ],
2487
            "description": "Lightweight HTTP client",
2488
            "homepage": "https://github.com/kriswallsmith/Buzz",
2489
            "keywords": [
2490
                "curl",
2491
                "http client"
2492
            ],
2493
            "time": "2015-06-25 17:26:56"
2494
        },
2495
        {
2496
            "name": "league/uri",
2497
            "version": "4.0.1",
2498
            "source": {
2499
                "type": "git",
2500
                "url": "https://github.com/thephpleague/uri.git",
2501
                "reference": "671150fbd1d4120746195d6bec1aa78b95b14104"
2502
            },
2503
            "dist": {
2504
                "type": "zip",
2505
                "url": "https://api.github.com/repos/thephpleague/uri/zipball/671150fbd1d4120746195d6bec1aa78b95b14104",
2506
                "reference": "671150fbd1d4120746195d6bec1aa78b95b14104",
2507
                "shasum": ""
2508
            },
2509
            "require": {
2510
                "ext-fileinfo": "*",
2511
                "ext-intl": "*",
2512
                "ext-mbstring": "*",
2513
                "jeremykendall/php-domain-parser": "^3.0",
2514
                "php": ">=5.5.9",
2515
                "psr/http-message": "^1.0"
2516
            },
2517
            "require-dev": {
2518
                "fabpot/php-cs-fixer": "^1.9",
2519
                "phpunit/phpunit": "^4.0"
2520
            },
2521
            "type": "library",
2522
            "extra": {
2523
                "branch-alias": {
2524
                    "dev-master": "4.0-dev"
2525
                }
2526
            },
2527
            "autoload": {
2528
                "psr-4": {
2529
                    "League\\Uri\\": "src"
2530
                }
2531
            },
2532
            "notification-url": "https://packagist.org/downloads/",
2533
            "license": [
2534
                "MIT"
2535
            ],
2536
            "authors": [
2537
                {
2538
                    "name": "Ignace Nyamagana Butera",
2539
                    "email": "[email protected]",
2540
                    "homepage": "https://github.com/nyamsprod/",
2541
                    "role": "Developer"
2542
                }
2543
            ],
2544
            "description": "URI manipulation library",
2545
            "homepage": "http://url.thephpleague.com",
2546
            "keywords": [
2547
                "data",
2548
                "data-uri",
2549
                "ftp",
2550
                "http",
2551
                "parse_url",
2552
                "psr-7",
2553
                "rfc3986",
2554
                "uri",
2555
                "url",
2556
                "ws"
2557
            ],
2558
            "time": "2015-11-03 07:54:30"
2559
        },
2560
        {
2561
            "name": "liip/monitor-bundle",
2562
            "version": "2.2.0",
2563
            "source": {
2564
                "type": "git",
2565
                "url": "https://github.com/liip/LiipMonitorBundle.git",
2566
                "reference": "2bc3ac894ac892773e41328c742b7b3ba0b29138"
2567
            },
2568
            "dist": {
2569
                "type": "zip",
2570
                "url": "https://api.github.com/repos/liip/LiipMonitorBundle/zipball/2bc3ac894ac892773e41328c742b7b3ba0b29138",
2571
                "reference": "2bc3ac894ac892773e41328c742b7b3ba0b29138",
2572
                "shasum": ""
2573
            },
2574
            "require": {
2575
                "php": "^5.3.9|^7.0",
2576
                "symfony/framework-bundle": "~2.3|~3.0",
2577
                "zendframework/zenddiagnostics": "^1.0.2"
2578
            },
2579
            "require-dev": {
2580
                "guzzle/guzzle": "~3.8",
2581
                "matthiasnoback/symfony-dependency-injection-test": "^0.7.4",
2582
                "sensiolabs/security-checker": "~1.3|~2.0|~3.0",
2583
                "swiftmailer/swiftmailer": "~5.4",
2584
                "symfony/expression-language": "~2.3|~3.0"
2585
            },
2586
            "suggest": {
2587
                "sensio/distribution-bundle": "To be able to use the composer ScriptHandler",
2588
                "symfony/expression-language": "To use the Expression check"
2589
            },
2590
            "type": "symfony-bundle",
2591
            "extra": {
2592
                "branch-alias": {
2593
                    "dev-master": "2.1-dev"
2594
                }
2595
            },
2596
            "autoload": {
2597
                "psr-4": {
2598
                    "Liip\\MonitorBundle\\": ""
2599
                }
2600
            },
2601
            "notification-url": "https://packagist.org/downloads/",
2602
            "license": [
2603
                "MIT"
2604
            ],
2605
            "authors": [
2606
                {
2607
                    "name": "Liip AG",
2608
                    "homepage": "http://www.liip.ch/"
2609
                },
2610
                {
2611
                    "name": "Alvaro Videla",
2612
                    "email": "[email protected]"
2613
                },
2614
                {
2615
                    "name": "Symfony Community",
2616
                    "homepage": "https://github.com/liip/LiipMonitorBundle/contributors"
2617
                },
2618
                {
2619
                    "name": "Kevin Bond",
2620
                    "homepage": "http://zenstruck.com/"
2621
                }
2622
            ],
2623
            "description": "Liip Monitor Bundle",
2624
            "keywords": [
2625
                "check",
2626
                "health",
2627
                "monitor",
2628
                "monitoring"
2629
            ],
2630
            "time": "2015-12-11 12:54:40"
2631
        },
2632
        {
2633
            "name": "michelf/php-markdown",
2634
            "version": "1.4.1",
2635
            "source": {
2636
                "type": "git",
2637
                "url": "https://github.com/michelf/php-markdown.git",
2638
                "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6"
2639
            },
2640
            "dist": {
2641
                "type": "zip",
2642
                "url": "https://api.github.com/repos/michelf/php-markdown/zipball/de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
2643
                "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
2644
                "shasum": ""
2645
            },
2646
            "require": {
2647
                "php": ">=5.3.0"
2648
            },
2649
            "type": "library",
2650
            "extra": {
2651
                "branch-alias": {
2652
                    "dev-lib": "1.4.x-dev"
2653
                }
2654
            },
2655
            "autoload": {
2656
                "psr-0": {
2657
                    "Michelf": ""
2658
                }
2659
            },
2660
            "notification-url": "https://packagist.org/downloads/",
2661
            "license": [
2662
                "BSD-3-Clause"
2663
            ],
2664
            "authors": [
2665
                {
2666
                    "name": "Michel Fortin",
2667
                    "email": "[email protected]",
2668
                    "homepage": "http://michelf.ca/",
2669
                    "role": "Developer"
2670
                },
2671
                {
2672
                    "name": "John Gruber",
2673
                    "homepage": "http://daringfireball.net/"
2674
                }
2675
            ],
2676
            "description": "PHP Markdown",
2677
            "homepage": "http://michelf.ca/projects/php-markdown/",
2678
            "keywords": [
2679
                "markdown"
2680
            ],
2681
            "time": "2014-05-05 02:43:50"
2682
        },
2683
        {
2684
            "name": "monolog/monolog",
2685
            "version": "1.17.2",
2686
            "source": {
2687
                "type": "git",
2688
                "url": "https://github.com/Seldaek/monolog.git",
2689
                "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24"
2690
            },
2691
            "dist": {
2692
                "type": "zip",
2693
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
2694
                "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
2695
                "shasum": ""
2696
            },
2697
            "require": {
2698
                "php": ">=5.3.0",
2699
                "psr/log": "~1.0"
2700
            },
2701
            "provide": {
2702
                "psr/log-implementation": "1.0.0"
2703
            },
2704
            "require-dev": {
2705
                "aws/aws-sdk-php": "^2.4.9",
2706
                "doctrine/couchdb": "~1.0@dev",
2707
                "graylog2/gelf-php": "~1.0",
2708
                "jakub-onderka/php-parallel-lint": "0.9",
2709
                "php-console/php-console": "^3.1.3",
2710
                "phpunit/phpunit": "~4.5",
2711
                "phpunit/phpunit-mock-objects": "2.3.0",
2712
                "raven/raven": "^0.13",
2713
                "ruflin/elastica": ">=0.90 <3.0",
2714
                "swiftmailer/swiftmailer": "~5.3",
2715
                "videlalvaro/php-amqplib": "~2.4"
2716
            },
2717
            "suggest": {
2718
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
2719
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
2720
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
2721
                "ext-mongo": "Allow sending log messages to a MongoDB server",
2722
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2723
                "php-console/php-console": "Allow sending log messages to Google Chrome",
2724
                "raven/raven": "Allow sending log messages to a Sentry server",
2725
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
2726
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
2727
                "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
2728
            },
2729
            "type": "library",
2730
            "extra": {
2731
                "branch-alias": {
2732
                    "dev-master": "1.16.x-dev"
2733
                }
2734
            },
2735
            "autoload": {
2736
                "psr-4": {
2737
                    "Monolog\\": "src/Monolog"
2738
                }
2739
            },
2740
            "notification-url": "https://packagist.org/downloads/",
2741
            "license": [
2742
                "MIT"
2743
            ],
2744
            "authors": [
2745
                {
2746
                    "name": "Jordi Boggiano",
2747
                    "email": "[email protected]",
2748
                    "homepage": "http://seld.be"
2749
                }
2750
            ],
2751
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
2752
            "homepage": "http://github.com/Seldaek/monolog",
2753
            "keywords": [
2754
                "log",
2755
                "logging",
2756
                "psr-3"
2757
            ],
2758
            "time": "2015-10-14 12:51:02"
2759
        },
2760
        {
2761
            "name": "nelmio/api-doc-bundle",
2762
            "version": "dev-master",
2763
            "target-dir": "Nelmio/ApiDocBundle",
2764
            "source": {
2765
                "type": "git",
2766
                "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
2767
                "reference": "1ae2cfa9a50279d722d6b6e7b02322cef948d55d"
2768
            },
2769
            "dist": {
2770
                "type": "zip",
2771
                "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/1ae2cfa9a50279d722d6b6e7b02322cef948d55d",
2772
                "reference": "1ae2cfa9a50279d722d6b6e7b02322cef948d55d",
2773
                "shasum": ""
2774
            },
2775
            "require": {
2776
                "michelf/php-markdown": "~1.4",
2777
                "php": ">=5.3",
2778
                "symfony/console": "~2.3|~3.0",
2779
                "symfony/framework-bundle": "~2.3|~3.0",
2780
                "symfony/twig-bundle": "~2.3|~3.0"
2781
            },
2782
            "conflict": {
2783
                "jms/serializer": "<0.12",
2784
                "jms/serializer-bundle": "<0.11",
2785
                "twig/twig": "<1.12"
2786
            },
2787
            "require-dev": {
2788
                "doctrine/doctrine-bundle": "~1.5",
2789
                "doctrine/orm": "~2.3",
2790
                "dunglas/api-bundle": "~1.0@dev",
2791
                "friendsofsymfony/rest-bundle": "~1.0|~2.0",
2792
                "jms/serializer-bundle": ">=0.11",
2793
                "sensio/framework-extra-bundle": "~3.0",
2794
                "symfony/browser-kit": "~2.3|~3.0",
2795
                "symfony/css-selector": "~2.3|~3.0",
2796
                "symfony/finder": "~2.3|~3.0",
2797
                "symfony/form": "~2.3|~3.0",
2798
                "symfony/phpunit-bridge": "~2.7|~3.0",
2799
                "symfony/serializer": "~2.7|~3.0",
2800
                "symfony/validator": "~2.3|~3.0",
2801
                "symfony/yaml": "~2.3|~3.0"
2802
            },
2803
            "suggest": {
2804
                "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
2805
                "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
2806
                "jms/serializer": "For making use of serializer information in the doc.",
2807
                "symfony/form": "For using form definitions as input.",
2808
                "symfony/validator": "For making use of validator information in the doc."
2809
            },
2810
            "type": "symfony-bundle",
2811
            "extra": {
2812
                "branch-alias": {
2813
                    "dev-master": "2.11-dev"
2814
                }
2815
            },
2816
            "autoload": {
2817
                "psr-0": {
2818
                    "Nelmio\\ApiDocBundle": ""
2819
                }
2820
            },
2821
            "notification-url": "https://packagist.org/downloads/",
2822
            "license": [
2823
                "MIT"
2824
            ],
2825
            "authors": [
2826
                {
2827
                    "name": "Nelmio",
2828
                    "homepage": "http://nelm.io"
2829
                },
2830
                {
2831
                    "name": "Symfony Community",
2832
                    "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
2833
                }
2834
            ],
2835
            "description": "Generates documentation for your REST API from annotations",
2836
            "keywords": [
2837
                "api",
2838
                "doc",
2839
                "documentation",
2840
                "rest"
2841
            ],
2842
            "time": "2015-12-16 15:17:51"
2843
        },
2844
        {
2845
            "name": "nelmio/cors-bundle",
2846
            "version": "1.4.1",
2847
            "source": {
2848
                "type": "git",
2849
                "url": "https://github.com/nelmio/NelmioCorsBundle.git",
2850
                "reference": "fa14a81737c605bf4766054cdcb72a16a433d537"
2851
            },
2852
            "dist": {
2853
                "type": "zip",
2854
                "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/fa14a81737c605bf4766054cdcb72a16a433d537",
2855
                "reference": "fa14a81737c605bf4766054cdcb72a16a433d537",
2856
                "shasum": ""
2857
            },
2858
            "require": {
2859
                "symfony/framework-bundle": "^2.2 || ^3.0"
2860
            },
2861
            "require-dev": {
2862
                "matthiasnoback/symfony-dependency-injection-test": "^0.7.6",
2863
                "mockery/mockery": "0.9.*"
2864
            },
2865
            "type": "symfony-bundle",
2866
            "extra": {
2867
                "branch-alias": {
2868
                    "dev-master": "1.4.x-dev"
2869
                }
2870
            },
2871
            "autoload": {
2872
                "psr-4": {
2873
                    "Nelmio\\CorsBundle\\": ""
2874
                },
2875
                "exclude-from-classmap": [
2876
                    "/Tests/"
2877
                ]
2878
            },
2879
            "notification-url": "https://packagist.org/downloads/",
2880
            "license": [
2881
                "MIT"
2882
            ],
2883
            "authors": [
2884
                {
2885
                    "name": "Nelmio",
2886
                    "homepage": "http://nelm.io"
2887
                },
2888
                {
2889
                    "name": "Symfony Community",
2890
                    "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
2891
                }
2892
            ],
2893
            "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
2894
            "keywords": [
2895
                "api",
2896
                "cors",
2897
                "crossdomain"
2898
            ],
2899
            "time": "2015-12-09 17:26:34"
2900
        },
2901
        {
2902
            "name": "nelmio/security-bundle",
2903
            "version": "1.8.0",
2904
            "source": {
2905
                "type": "git",
2906
                "url": "https://github.com/nelmio/NelmioSecurityBundle.git",
2907
                "reference": "b45f81f90d95b7c994db675930e9b1623b66ed03"
2908
            },
2909
            "dist": {
2910
                "type": "zip",
2911
                "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/b45f81f90d95b7c994db675930e9b1623b66ed03",
2912
                "reference": "b45f81f90d95b7c994db675930e9b1623b66ed03",
2913
                "shasum": ""
2914
            },
2915
            "require": {
2916
                "symfony/framework-bundle": "~2.3",
2917
                "symfony/security": "~2.3"
2918
            },
2919
            "type": "symfony-bundle",
2920
            "extra": {
2921
                "branch-alias": {
2922
                    "dev-master": "1.8.x-dev"
2923
                }
2924
            },
2925
            "autoload": {
2926
                "psr-4": {
2927
                    "Nelmio\\SecurityBundle\\": ""
2928
                }
2929
            },
2930
            "notification-url": "https://packagist.org/downloads/",
2931
            "license": [
2932
                "MIT"
2933
            ],
2934
            "authors": [
2935
                {
2936
                    "name": "Nelmio",
2937
                    "homepage": "http://nelm.io"
2938
                },
2939
                {
2940
                    "name": "Symfony Community",
2941
                    "homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors"
2942
                }
2943
            ],
2944
            "description": "Extra security-related features for Symfony2: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...",
2945
            "keywords": [
2946
                "security"
2947
            ],
2948
            "time": "2015-09-12 20:40:16"
2949
        },
2950
        {
2951
            "name": "oro/doctrine-extensions",
2952
            "version": "1.0.10",
2953
            "source": {
2954
                "type": "git",
2955
                "url": "https://github.com/orocrm/doctrine-extensions.git",
2956
                "reference": "0abf1f4e3b612a9e6f82a7207f10545719f2d64e"
2957
            },
2958
            "dist": {
2959
                "type": "zip",
2960
                "url": "https://api.github.com/repos/orocrm/doctrine-extensions/zipball/0abf1f4e3b612a9e6f82a7207f10545719f2d64e",
2961
                "reference": "0abf1f4e3b612a9e6f82a7207f10545719f2d64e",
2962
                "shasum": ""
2963
            },
2964
            "require": {
2965
                "doctrine/orm": ">=2.2.3",
2966
                "php": ">=5.3.0"
2967
            },
2968
            "require-dev": {
2969
                "doctrine/data-fixtures": "dev-master",
2970
                "doctrine/orm": "<2.5.0",
2971
                "phpunit/phpunit": "4.*",
2972
                "symfony/yaml": ">=2.0.4"
2973
            },
2974
            "type": "library",
2975
            "autoload": {
2976
                "psr-0": {
2977
                    "Oro\\DBAL": "src/",
2978
                    "Oro\\ORM": "src/"
2979
                }
2980
            },
2981
            "notification-url": "https://packagist.org/downloads/",
2982
            "license": [
2983
                "MIT"
2984
            ],
2985
            "authors": [
2986
                {
2987
                    "name": "Oro, Inc",
2988
                    "homepage": "http://www.orocrm.com"
2989
                }
2990
            ],
2991
            "description": "Doctrine Extensions for MySQL and PostgreSQL.",
2992
            "homepage": "https://github.com/orocrm/doctrine-extensions/",
2993
            "keywords": [
2994
                "database",
2995
                "doctrine",
2996
                "dql",
2997
                "function",
2998
                "mysql",
2999
                "postgresql",
3000
                "type"
3001
            ],
3002
            "time": "2015-10-08 13:56:38"
3003
        },
3004
        {
3005
            "name": "phpcollection/phpcollection",
3006
            "version": "0.4.0",
3007
            "source": {
3008
                "type": "git",
3009
                "url": "https://github.com/schmittjoh/php-collection.git",
3010
                "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
3011
            },
3012
            "dist": {
3013
                "type": "zip",
3014
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
3015
                "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
3016
                "shasum": ""
3017
            },
3018
            "require": {
3019
                "phpoption/phpoption": "1.*"
3020
            },
3021
            "type": "library",
3022
            "extra": {
3023
                "branch-alias": {
3024
                    "dev-master": "0.3-dev"
3025
                }
3026
            },
3027
            "autoload": {
3028
                "psr-0": {
3029
                    "PhpCollection": "src/"
3030
                }
3031
            },
3032
            "notification-url": "https://packagist.org/downloads/",
3033
            "license": [
3034
                "Apache2"
3035
            ],
3036
            "authors": [
3037
                {
3038
                    "name": "Johannes Schmitt",
3039
                    "email": "[email protected]",
3040
                    "homepage": "https://github.com/schmittjoh",
3041
                    "role": "Developer of wrapped JMSSerializerBundle"
3042
                }
3043
            ],
3044
            "description": "General-Purpose Collection Library for PHP",
3045
            "keywords": [
3046
                "collection",
3047
                "list",
3048
                "map",
3049
                "sequence",
3050
                "set"
3051
            ],
3052
            "time": "2014-03-11 13:46:42"
3053
        },
3054
        {
3055
            "name": "phpoption/phpoption",
3056
            "version": "1.5.0",
3057
            "source": {
3058
                "type": "git",
3059
                "url": "https://github.com/schmittjoh/php-option.git",
3060
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
3061
            },
3062
            "dist": {
3063
                "type": "zip",
3064
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
3065
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
3066
                "shasum": ""
3067
            },
3068
            "require": {
3069
                "php": ">=5.3.0"
3070
            },
3071
            "require-dev": {
3072
                "phpunit/phpunit": "4.7.*"
3073
            },
3074
            "type": "library",
3075
            "extra": {
3076
                "branch-alias": {
3077
                    "dev-master": "1.3-dev"
3078
                }
3079
            },
3080
            "autoload": {
3081
                "psr-0": {
3082
                    "PhpOption\\": "src/"
3083
                }
3084
            },
3085
            "notification-url": "https://packagist.org/downloads/",
3086
            "license": [
3087
                "Apache2"
3088
            ],
3089
            "authors": [
3090
                {
3091
                    "name": "Johannes M. Schmitt",
3092
                    "email": "[email protected]"
3093
                }
3094
            ],
3095
            "description": "Option Type for PHP",
3096
            "keywords": [
3097
                "language",
3098
                "option",
3099
                "php",
3100
                "type"
3101
            ],
3102
            "time": "2015-07-25 16:39:46"
3103
        },
3104
        {
3105
            "name": "phpseclib/phpseclib",
3106
            "version": "2.0.0",
3107
            "source": {
3108
                "type": "git",
3109
                "url": "https://github.com/phpseclib/phpseclib.git",
3110
                "reference": "a74aa9efbe61430fcb60157c8e025a48ec8ff604"
3111
            },
3112
            "dist": {
3113
                "type": "zip",
3114
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/a74aa9efbe61430fcb60157c8e025a48ec8ff604",
3115
                "reference": "a74aa9efbe61430fcb60157c8e025a48ec8ff604",
3116
                "shasum": ""
3117
            },
3118
            "require": {
3119
                "php": ">=5.3.3"
3120
            },
3121
            "require-dev": {
3122
                "phing/phing": "~2.7",
3123
                "phpunit/phpunit": "~4.0",
3124
                "sami/sami": "~2.0",
3125
                "squizlabs/php_codesniffer": "~2.0"
3126
            },
3127
            "suggest": {
3128
                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
3129
                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
3130
                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
3131
                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations.",
3132
                "pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 5.0.0."
3133
            },
3134
            "type": "library",
3135
            "autoload": {
3136
                "psr-4": {
3137
                    "phpseclib\\": "phpseclib/"
3138
                }
3139
            },
3140
            "notification-url": "https://packagist.org/downloads/",
3141
            "include-path": [
3142
                "phpseclib/"
3143
            ],
3144
            "license": [
3145
                "MIT"
3146
            ],
3147
            "authors": [
3148
                {
3149
                    "name": "Jim Wigginton",
3150
                    "email": "[email protected]",
3151
                    "role": "Lead Developer"
3152
                },
3153
                {
3154
                    "name": "Patrick Monnerat",
3155
                    "email": "[email protected]",
3156
                    "role": "Developer"
3157
                },
3158
                {
3159
                    "name": "Andreas Fischer",
3160
                    "email": "[email protected]",
3161
                    "role": "Developer"
3162
                },
3163
                {
3164
                    "name": "Hans-Jürgen Petrich",
3165
                    "email": "[email protected]",
3166
                    "role": "Developer"
3167
                }
3168
            ],
3169
            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
3170
            "homepage": "http://phpseclib.sourceforge.net",
3171
            "keywords": [
3172
                "BigInteger",
3173
                "aes",
3174
                "asn.1",
3175
                "asn1",
3176
                "blowfish",
3177
                "crypto",
3178
                "cryptography",
3179
                "encryption",
3180
                "rsa",
3181
                "security",
3182
                "sftp",
3183
                "signature",
3184
                "signing",
3185
                "ssh",
3186
                "twofish",
3187
                "x.509",
3188
                "x509"
3189
            ],
3190
            "time": "2015-08-04 04:48:03"
3191
        },
3192
        {
3193
            "name": "procergs/login-cidadao-badges-bundle",
3194
            "version": "dev-refactoring",
3195
            "target-dir": "LoginCidadao/BadgesBundle",
3196
            "source": {
3197
                "type": "git",
3198
                "url": "https://github.com/PROCERGS/login-cidadao-badges-bundle.git",
3199
                "reference": "cd8e2742f00d254853c01a1d319d99aa729c014a"
3200
            },
3201
            "dist": {
3202
                "type": "zip",
3203
                "url": "https://api.github.com/repos/PROCERGS/login-cidadao-badges-bundle/zipball/cd8e2742f00d254853c01a1d319d99aa729c014a",
3204
                "reference": "cd8e2742f00d254853c01a1d319d99aa729c014a",
3205
                "shasum": ""
3206
            },
3207
            "require": {
3208
                "php": ">=5.3.0"
3209
            },
3210
            "type": "symfony-bundle",
3211
            "autoload": {
3212
                "psr-0": {
3213
                    "LoginCidadao\\BadgesBundle": ""
3214
                }
3215
            },
3216
            "license": [
3217
                "MIT"
3218
            ],
3219
            "authors": [
3220
                {
3221
                    "name": "Guilherme Donato",
3222
                    "email": "[email protected]"
3223
                }
3224
            ],
3225
            "description": "Login Cidadão's Badge Bundle",
3226
            "homepage": "https://github.com/PROCERGS/login-cidadao-badges-bundle",
3227
            "keywords": [
3228
                "badges",
3229
                "login-cidadao"
3230
            ],
3231
            "support": {
3232
                "source": "https://github.com/PROCERGS/login-cidadao-badges-bundle/tree/refactoring",
3233
                "issues": "https://github.com/PROCERGS/login-cidadao-badges-bundle/issues"
3234
            },
3235
            "time": "2015-12-15 18:48:02"
3236
        },
3237
        {
3238
            "name": "procergs/tos-bundle",
3239
            "version": "1.1.0",
3240
            "source": {
3241
                "type": "git",
3242
                "url": "https://github.com/PROCERGS/tos-bundle.git",
3243
                "reference": "bb4872bcc8fd8be8f8754412c9e7574eb4292557"
3244
            },
3245
            "dist": {
3246
                "type": "zip",
3247
                "url": "https://api.github.com/repos/PROCERGS/tos-bundle/zipball/bb4872bcc8fd8be8f8754412c9e7574eb4292557",
3248
                "reference": "bb4872bcc8fd8be8f8754412c9e7574eb4292557",
3249
                "shasum": ""
3250
            },
3251
            "require": {
3252
                "cebe/markdown": "^1.1",
3253
                "doctrine/doctrine-bundle": ">=1.2",
3254
                "doctrine/orm": ">=2.2.3,<2.5",
3255
                "friendsofsymfony/user-bundle": ">=1.3",
3256
                "php": ">=5.3.3",
3257
                "symfony/symfony": ">=2.3.0"
3258
            },
3259
            "type": "symfony-bundle",
3260
            "autoload": {
3261
                "psr-4": {
3262
                    "LoginCidadao\\TOSBundle\\": ""
3263
                }
3264
            },
3265
            "notification-url": "https://packagist.org/downloads/",
3266
            "license": [
3267
                "AGPLv3"
3268
            ],
3269
            "authors": [
3270
                {
3271
                    "name": "Guilherme Donato",
3272
                    "email": "[email protected]"
3273
                }
3274
            ],
3275
            "description": "Terms of Service Bundle",
3276
            "time": "2015-12-14 20:59:16"
3277
        },
3278
        {
3279
            "name": "psr/http-message",
3280
            "version": "1.0",
3281
            "source": {
3282
                "type": "git",
3283
                "url": "https://github.com/php-fig/http-message.git",
3284
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
3285
            },
3286
            "dist": {
3287
                "type": "zip",
3288
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
3289
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
3290
                "shasum": ""
3291
            },
3292
            "require": {
3293
                "php": ">=5.3.0"
3294
            },
3295
            "type": "library",
3296
            "extra": {
3297
                "branch-alias": {
3298
                    "dev-master": "1.0.x-dev"
3299
                }
3300
            },
3301
            "autoload": {
3302
                "psr-4": {
3303
                    "Psr\\Http\\Message\\": "src/"
3304
                }
3305
            },
3306
            "notification-url": "https://packagist.org/downloads/",
3307
            "license": [
3308
                "MIT"
3309
            ],
3310
            "authors": [
3311
                {
3312
                    "name": "PHP-FIG",
3313
                    "homepage": "http://www.php-fig.org/"
3314
                }
3315
            ],
3316
            "description": "Common interface for HTTP messages",
3317
            "keywords": [
3318
                "http",
3319
                "http-message",
3320
                "psr",
3321
                "psr-7",
3322
                "request",
3323
                "response"
3324
            ],
3325
            "time": "2015-05-04 20:22:00"
3326
        },
3327
        {
3328
            "name": "psr/log",
3329
            "version": "1.0.0",
3330
            "source": {
3331
                "type": "git",
3332
                "url": "https://github.com/php-fig/log.git",
3333
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
3334
            },
3335
            "dist": {
3336
                "type": "zip",
3337
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
3338
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
3339
                "shasum": ""
3340
            },
3341
            "type": "library",
3342
            "autoload": {
3343
                "psr-0": {
3344
                    "Psr\\Log\\": ""
3345
                }
3346
            },
3347
            "notification-url": "https://packagist.org/downloads/",
3348
            "license": [
3349
                "MIT"
3350
            ],
3351
            "authors": [
3352
                {
3353
                    "name": "PHP-FIG",
3354
                    "homepage": "http://www.php-fig.org/"
3355
                }
3356
            ],
3357
            "description": "Common interface for logging libraries",
3358
            "keywords": [
3359
                "log",
3360
                "psr",
3361
                "psr-3"
3362
            ],
3363
            "time": "2012-12-21 11:40:51"
3364
        },
3365
        {
3366
            "name": "scheb/two-factor-bundle",
3367
            "version": "v1.4.7",
3368
            "source": {
3369
                "type": "git",
3370
                "url": "https://github.com/scheb/two-factor-bundle.git",
3371
                "reference": "ef6830dbbf62b22efd335db8f64bf0f51d4284a2"
3372
            },
3373
            "dist": {
3374
                "type": "zip",
3375
                "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/ef6830dbbf62b22efd335db8f64bf0f51d4284a2",
3376
                "reference": "ef6830dbbf62b22efd335db8f64bf0f51d4284a2",
3377
                "shasum": ""
3378
            },
3379
            "require": {
3380
                "sonata-project/google-authenticator": "~1.0",
3381
                "symfony/symfony": "~2.1"
3382
            },
3383
            "require-dev": {
3384
                "satooshi/php-coveralls": "~0.6",
3385
                "swiftmailer/swiftmailer": ">=4.3, <6.0",
3386
                "symfony/phpunit-bridge": "~2.7"
3387
            },
3388
            "type": "symfony-bundle",
3389
            "autoload": {
3390
                "psr-4": {
3391
                    "Scheb\\TwoFactorBundle\\": ""
3392
                }
3393
            },
3394
            "notification-url": "https://packagist.org/downloads/",
3395
            "license": [
3396
                "MIT"
3397
            ],
3398
            "authors": [
3399
                {
3400
                    "name": "Christian Scheb",
3401
                    "email": "[email protected]"
3402
                }
3403
            ],
3404
            "description": "Provides two-factor authenticaton for Symfony2",
3405
            "homepage": "https://github.com/scheb/two-factor-bundle",
3406
            "keywords": [
3407
                "Authentication",
3408
                "Symfony2",
3409
                "two-factor",
3410
                "two-step"
3411
            ],
3412
            "time": "2015-08-25 19:58:00"
3413
        },
3414
        {
3415
            "name": "sensio/distribution-bundle",
3416
            "version": "v3.0.34",
3417
            "target-dir": "Sensio/Bundle/DistributionBundle",
3418
            "source": {
3419
                "type": "git",
3420
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
3421
                "reference": "587f3cd08bf8856cfc888b255f34f18b85930657"
3422
            },
3423
            "dist": {
3424
                "type": "zip",
3425
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/587f3cd08bf8856cfc888b255f34f18b85930657",
3426
                "reference": "587f3cd08bf8856cfc888b255f34f18b85930657",
3427
                "shasum": ""
3428
            },
3429
            "require": {
3430
                "php": ">=5.3.3",
3431
                "sensiolabs/security-checker": "~3.0",
3432
                "symfony/class-loader": "~2.2",
3433
                "symfony/framework-bundle": "~2.3",
3434
                "symfony/process": "~2.2"
3435
            },
3436
            "require-dev": {
3437
                "symfony/form": "~2.2",
3438
                "symfony/validator": "~2.2",
3439
                "symfony/yaml": "~2.2"
3440
            },
3441
            "suggest": {
3442
                "symfony/form": "If you want to use the configurator",
3443
                "symfony/validator": "If you want to use the configurator",
3444
                "symfony/yaml": "If you want to use  the configurator"
3445
            },
3446
            "type": "symfony-bundle",
3447
            "extra": {
3448
                "branch-alias": {
3449
                    "dev-master": "3.0.x-dev"
3450
                }
3451
            },
3452
            "autoload": {
3453
                "psr-0": {
3454
                    "Sensio\\Bundle\\DistributionBundle": ""
3455
                }
3456
            },
3457
            "notification-url": "https://packagist.org/downloads/",
3458
            "license": [
3459
                "MIT"
3460
            ],
3461
            "authors": [
3462
                {
3463
                    "name": "Fabien Potencier",
3464
                    "email": "[email protected]"
3465
                }
3466
            ],
3467
            "description": "Base bundle for Symfony Distributions",
3468
            "keywords": [
3469
                "configuration",
3470
                "distribution"
3471
            ],
3472
            "time": "2015-11-26 18:10:17"
3473
        },
3474
        {
3475
            "name": "sensio/framework-extra-bundle",
3476
            "version": "v3.0.11",
3477
            "source": {
3478
                "type": "git",
3479
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
3480
                "reference": "a79e205737b58d557c05caef6dfa8f94d8084bca"
3481
            },
3482
            "dist": {
3483
                "type": "zip",
3484
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/a79e205737b58d557c05caef6dfa8f94d8084bca",
3485
                "reference": "a79e205737b58d557c05caef6dfa8f94d8084bca",
3486
                "shasum": ""
3487
            },
3488
            "require": {
3489
                "doctrine/common": "~2.2",
3490
                "symfony/framework-bundle": "~2.3|~3.0"
3491
            },
3492
            "require-dev": {
3493
                "symfony/expression-language": "~2.4|~3.0",
3494
                "symfony/security-bundle": "~2.4|~3.0"
3495
            },
3496
            "suggest": {
3497
                "symfony/expression-language": "",
3498
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
3499
                "symfony/security-bundle": ""
3500
            },
3501
            "type": "symfony-bundle",
3502
            "extra": {
3503
                "branch-alias": {
3504
                    "dev-master": "3.0.x-dev"
3505
                }
3506
            },
3507
            "autoload": {
3508
                "psr-4": {
3509
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
3510
                }
3511
            },
3512
            "notification-url": "https://packagist.org/downloads/",
3513
            "license": [
3514
                "MIT"
3515
            ],
3516
            "authors": [
3517
                {
3518
                    "name": "Fabien Potencier",
3519
                    "email": "[email protected]"
3520
                }
3521
            ],
3522
            "description": "This bundle provides a way to configure your controllers with annotations",
3523
            "keywords": [
3524
                "annotations",
3525
                "controllers"
3526
            ],
3527
            "time": "2015-10-28 15:47:04"
3528
        },
3529
        {
3530
            "name": "sensiolabs/security-checker",
3531
            "version": "v3.0.2",
3532
            "source": {
3533
                "type": "git",
3534
                "url": "https://github.com/sensiolabs/security-checker.git",
3535
                "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93"
3536
            },
3537
            "dist": {
3538
                "type": "zip",
3539
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/21696b0daa731064c23cfb694c60a2584a7b6e93",
3540
                "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93",
3541
                "shasum": ""
3542
            },
3543
            "require": {
3544
                "symfony/console": "~2.0|~3.0"
3545
            },
3546
            "bin": [
3547
                "security-checker"
3548
            ],
3549
            "type": "library",
3550
            "extra": {
3551
                "branch-alias": {
3552
                    "dev-master": "3.0-dev"
3553
                }
3554
            },
3555
            "autoload": {
3556
                "psr-0": {
3557
                    "SensioLabs\\Security": ""
3558
                }
3559
            },
3560
            "notification-url": "https://packagist.org/downloads/",
3561
            "license": [
3562
                "MIT"
3563
            ],
3564
            "authors": [
3565
                {
3566
                    "name": "Fabien Potencier",
3567
                    "email": "[email protected]"
3568
                }
3569
            ],
3570
            "description": "A security checker for your composer.lock",
3571
            "time": "2015-11-07 08:07:40"
3572
        },
3573
        {
3574
            "name": "simplethings/entity-audit-bundle",
3575
            "version": "v0.7",
3576
            "source": {
3577
                "type": "git",
3578
                "url": "https://github.com/simplethings/EntityAudit.git",
3579
                "reference": "37f8aeaea4cb7e4b7fba07db4109843080a22d0a"
3580
            },
3581
            "dist": {
3582
                "type": "zip",
3583
                "url": "https://api.github.com/repos/simplethings/EntityAudit/zipball/37f8aeaea4cb7e4b7fba07db4109843080a22d0a",
3584
                "reference": "37f8aeaea4cb7e4b7fba07db4109843080a22d0a",
3585
                "shasum": ""
3586
            },
3587
            "require": {
3588
                "doctrine/orm": "~2.1"
3589
            },
3590
            "require-dev": {
3591
                "symfony/framework-bundle": "~2.0"
3592
            },
3593
            "type": "library",
3594
            "extra": {
3595
                "branch-alias": {
3596
                    "dev-master": "0.x-dev"
3597
                }
3598
            },
3599
            "autoload": {
3600
                "psr-0": {
3601
                    "SimpleThings\\EntityAudit": "src/"
3602
                }
3603
            },
3604
            "notification-url": "https://packagist.org/downloads/",
3605
            "license": [
3606
                "New BSD"
3607
            ],
3608
            "description": "Audit for Doctrine Entities",
3609
            "keywords": [
3610
                "Audit",
3611
                "database",
3612
                "persistence"
3613
            ],
3614
            "time": "2014-11-10 16:07:56"
3615
        },
3616
        {
3617
            "name": "sonata-project/google-authenticator",
3618
            "version": "1.0.2",
3619
            "source": {
3620
                "type": "git",
3621
                "url": "https://github.com/sonata-project/GoogleAuthenticator.git",
3622
                "reference": "72f47caddd09d09c0d3c3e046f6b435e0c004cd4"
3623
            },
3624
            "dist": {
3625
                "type": "zip",
3626
                "url": "https://api.github.com/repos/sonata-project/GoogleAuthenticator/zipball/72f47caddd09d09c0d3c3e046f6b435e0c004cd4",
3627
                "reference": "72f47caddd09d09c0d3c3e046f6b435e0c004cd4",
3628
                "shasum": ""
3629
            },
3630
            "require": {
3631
                "php": ">=5.3.0"
3632
            },
3633
            "type": "library",
3634
            "autoload": {
3635
                "psr-4": {
3636
                    "Google\\Authenticator\\": "lib/",
3637
                    "Google\\Authenticator\\Tests\\": "tests/"
3638
                }
3639
            },
3640
            "notification-url": "https://packagist.org/downloads/",
3641
            "license": [
3642
                "MIT"
3643
            ],
3644
            "authors": [
3645
                {
3646
                    "name": "Thomas Rabaix",
3647
                    "email": "[email protected]",
3648
                    "homepage": "http://sonata-project.org/"
3649
                },
3650
                {
3651
                    "name": "Christian Stocker",
3652
                    "email": "[email protected]"
3653
                },
3654
                {
3655
                    "name": "Andre DeMarre",
3656
                    "homepage": "http://www.devnetwork.net/viewtopic.php?f=50&t=94989"
3657
                }
3658
            ],
3659
            "description": "Library to integrate Google Authenticator into a PHP project",
3660
            "homepage": "https://github.com/sonata-project/GoogleAuthenticator",
3661
            "keywords": [
3662
                "google authenticator"
3663
            ],
3664
            "time": "2014-03-31 09:18:53"
3665
        },
3666
        {
3667
            "name": "swiftmailer/swiftmailer",
3668
            "version": "v5.4.1",
3669
            "source": {
3670
                "type": "git",
3671
                "url": "https://github.com/swiftmailer/swiftmailer.git",
3672
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
3673
            },
3674
            "dist": {
3675
                "type": "zip",
3676
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
3677
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
3678
                "shasum": ""
3679
            },
3680
            "require": {
3681
                "php": ">=5.3.3"
3682
            },
3683
            "require-dev": {
3684
                "mockery/mockery": "~0.9.1,<0.9.4"
3685
            },
3686
            "type": "library",
3687
            "extra": {
3688
                "branch-alias": {
3689
                    "dev-master": "5.4-dev"
3690
                }
3691
            },
3692
            "autoload": {
3693
                "files": [
3694
                    "lib/swift_required.php"
3695
                ]
3696
            },
3697
            "notification-url": "https://packagist.org/downloads/",
3698
            "license": [
3699
                "MIT"
3700
            ],
3701
            "authors": [
3702
                {
3703
                    "name": "Chris Corbyn"
3704
                },
3705
                {
3706
                    "name": "Fabien Potencier",
3707
                    "email": "[email protected]"
3708
                }
3709
            ],
3710
            "description": "Swiftmailer, free feature-rich PHP mailer",
3711
            "homepage": "http://swiftmailer.org",
3712
            "keywords": [
3713
                "email",
3714
                "mail",
3715
                "mailer"
3716
            ],
3717
            "time": "2015-06-06 14:19:39"
3718
        },
3719
        {
3720
            "name": "symfony/assetic-bundle",
3721
            "version": "v2.7.1",
3722
            "source": {
3723
                "type": "git",
3724
                "url": "https://github.com/symfony/assetic-bundle.git",
3725
                "reference": "d885ec8451d5a7b077bda81bb19ac9fbff9cdc76"
3726
            },
3727
            "dist": {
3728
                "type": "zip",
3729
                "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/d885ec8451d5a7b077bda81bb19ac9fbff9cdc76",
3730
                "reference": "d885ec8451d5a7b077bda81bb19ac9fbff9cdc76",
3731
                "shasum": ""
3732
            },
3733
            "require": {
3734
                "kriswallsmith/assetic": "~1.3",
3735
                "php": ">=5.3.0",
3736
                "symfony/console": "~2.3|~3.0",
3737
                "symfony/dependency-injection": "~2.3|~3.0",
3738
                "symfony/framework-bundle": "~2.3|~3.0",
3739
                "symfony/yaml": "~2.3|~3.0"
3740
            },
3741
            "conflict": {
3742
                "kriswallsmith/spork": "<=0.2",
3743
                "twig/twig": "<1.20"
3744
            },
3745
            "require-dev": {
3746
                "kriswallsmith/spork": "~0.3",
3747
                "patchwork/jsqueeze": "~1.0",
3748
                "symfony/class-loader": "~2.3|~3.0",
3749
                "symfony/css-selector": "~2.3|~3.0",
3750
                "symfony/dom-crawler": "~2.3|~3.0",
3751
                "symfony/phpunit-bridge": "~2.7|~3.0",
3752
                "symfony/twig-bundle": "~2.3|~3.0"
3753
            },
3754
            "suggest": {
3755
                "kriswallsmith/spork": "to be able to dump assets in parallel",
3756
                "symfony/twig-bundle": "to use the Twig integration"
3757
            },
3758
            "type": "symfony-bundle",
3759
            "extra": {
3760
                "branch-alias": {
3761
                    "dev-master": "2.7-dev"
3762
                }
3763
            },
3764
            "autoload": {
3765
                "psr-4": {
3766
                    "Symfony\\Bundle\\AsseticBundle\\": ""
3767
                }
3768
            },
3769
            "notification-url": "https://packagist.org/downloads/",
3770
            "license": [
3771
                "MIT"
3772
            ],
3773
            "authors": [
3774
                {
3775
                    "name": "Kris Wallsmith",
3776
                    "email": "[email protected]",
3777
                    "homepage": "http://kriswallsmith.net/"
3778
                }
3779
            ],
3780
            "description": "Integrates Assetic into Symfony2",
3781
            "homepage": "https://github.com/symfony/AsseticBundle",
3782
            "keywords": [
3783
                "assets",
3784
                "compression",
3785
                "minification"
3786
            ],
3787
            "time": "2015-11-17 09:45:47"
3788
        },
3789
        {
3790
            "name": "symfony/monolog-bundle",
3791
            "version": "v2.8.2",
3792
            "source": {
3793
                "type": "git",
3794
                "url": "https://github.com/symfony/monolog-bundle.git",
3795
                "reference": "84785c4d44801c4dd82829fa2e1820cacfe2c46f"
3796
            },
3797
            "dist": {
3798
                "type": "zip",
3799
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/84785c4d44801c4dd82829fa2e1820cacfe2c46f",
3800
                "reference": "84785c4d44801c4dd82829fa2e1820cacfe2c46f",
3801
                "shasum": ""
3802
            },
3803
            "require": {
3804
                "monolog/monolog": "~1.8",
3805
                "php": ">=5.3.2",
3806
                "symfony/config": "~2.3|~3.0",
3807
                "symfony/dependency-injection": "~2.3|~3.0",
3808
                "symfony/http-kernel": "~2.3|~3.0",
3809
                "symfony/monolog-bridge": "~2.3|~3.0"
3810
            },
3811
            "require-dev": {
3812
                "symfony/console": "~2.3|~3.0",
3813
                "symfony/yaml": "~2.3|~3.0"
3814
            },
3815
            "type": "symfony-bundle",
3816
            "extra": {
3817
                "branch-alias": {
3818
                    "dev-master": "2.8.x-dev"
3819
                }
3820
            },
3821
            "autoload": {
3822
                "psr-4": {
3823
                    "Symfony\\Bundle\\MonologBundle\\": ""
3824
                }
3825
            },
3826
            "notification-url": "https://packagist.org/downloads/",
3827
            "license": [
3828
                "MIT"
3829
            ],
3830
            "authors": [
3831
                {
3832
                    "name": "Symfony Community",
3833
                    "homepage": "http://symfony.com/contributors"
3834
                },
3835
                {
3836
                    "name": "Fabien Potencier",
3837
                    "email": "[email protected]"
3838
                }
3839
            ],
3840
            "description": "Symfony MonologBundle",
3841
            "homepage": "http://symfony.com",
3842
            "keywords": [
3843
                "log",
3844
                "logging"
3845
            ],
3846
            "time": "2015-11-17 10:02:29"
3847
        },
3848
        {
3849
            "name": "symfony/phpunit-bridge",
3850
            "version": "v2.8.0",
3851
            "source": {
3852
                "type": "git",
3853
                "url": "https://github.com/symfony/phpunit-bridge.git",
3854
                "reference": "fb79ac646c342fdff19864619943a6c58bb28893"
3855
            },
3856
            "dist": {
3857
                "type": "zip",
3858
                "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/fb79ac646c342fdff19864619943a6c58bb28893",
3859
                "reference": "fb79ac646c342fdff19864619943a6c58bb28893",
3860
                "shasum": ""
3861
            },
3862
            "require": {
3863
                "php": ">=5.3.3"
3864
            },
3865
            "suggest": {
3866
                "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
3867
            },
3868
            "type": "symfony-bridge",
3869
            "extra": {
3870
                "branch-alias": {
3871
                    "dev-master": "2.8-dev"
3872
                }
3873
            },
3874
            "autoload": {
3875
                "files": [
3876
                    "bootstrap.php"
3877
                ],
3878
                "psr-4": {
3879
                    "Symfony\\Bridge\\PhpUnit\\": ""
3880
                },
3881
                "exclude-from-classmap": [
3882
                    "/Tests/"
3883
                ]
3884
            },
3885
            "notification-url": "https://packagist.org/downloads/",
3886
            "license": [
3887
                "MIT"
3888
            ],
3889
            "authors": [
3890
                {
3891
                    "name": "Nicolas Grekas",
3892
                    "email": "[email protected]"
3893
                },
3894
                {
3895
                    "name": "Symfony Community",
3896
                    "homepage": "https://symfony.com/contributors"
3897
                }
3898
            ],
3899
            "description": "Symfony PHPUnit Bridge",
3900
            "homepage": "https://symfony.com",
3901
            "time": "2015-11-27 22:51:43"
3902
        },
3903
        {
3904
            "name": "symfony/swiftmailer-bundle",
3905
            "version": "v2.3.9",
3906
            "source": {
3907
                "type": "git",
3908
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
3909
                "reference": "3d21ada19f23631f558ad6df653b168e35362e78"
3910
            },
3911
            "dist": {
3912
                "type": "zip",
3913
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/3d21ada19f23631f558ad6df653b168e35362e78",
3914
                "reference": "3d21ada19f23631f558ad6df653b168e35362e78",
3915
                "shasum": ""
3916
            },
3917
            "require": {
3918
                "php": ">=5.3.2",
3919
                "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
3920
                "symfony/config": "~2.3|~3.0",
3921
                "symfony/dependency-injection": "~2.3|~3.0",
3922
                "symfony/http-kernel": "~2.3|~3.0",
3923
                "symfony/yaml": "~2.3|~3.0"
3924
            },
3925
            "require-dev": {
3926
                "symfony/phpunit-bridge": "~2.7|~3.0"
3927
            },
3928
            "suggest": {
3929
                "psr/log": "Allows logging"
3930
            },
3931
            "type": "symfony-bundle",
3932
            "extra": {
3933
                "branch-alias": {
3934
                    "dev-master": "2.3-dev"
3935
                }
3936
            },
3937
            "autoload": {
3938
                "psr-4": {
3939
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
3940
                }
3941
            },
3942
            "notification-url": "https://packagist.org/downloads/",
3943
            "license": [
3944
                "MIT"
3945
            ],
3946
            "authors": [
3947
                {
3948
                    "name": "Symfony Community",
3949
                    "homepage": "http://symfony.com/contributors"
3950
                },
3951
                {
3952
                    "name": "Fabien Potencier",
3953
                    "email": "[email protected]"
3954
                }
3955
            ],
3956
            "description": "Symfony SwiftmailerBundle",
3957
            "homepage": "http://symfony.com",
3958
            "time": "2015-11-28 10:59:29"
3959
        },
3960
        {
3961
            "name": "symfony/symfony",
0 ignored issues
show
There is a security advisory for your installed version of symfony/symfony:

CVE-2016-1902: SecureRandom's fallback not secure when OpenSSL fails
Loading history...
3962
            "version": "v2.7.7",
3963
            "source": {
3964
                "type": "git",
3965
                "url": "https://github.com/symfony/symfony.git",
3966
                "reference": "cc69dbd24b4b2e6de60b2414ef95da2794f459a2"
3967
            },
3968
            "dist": {
3969
                "type": "zip",
3970
                "url": "https://api.github.com/repos/symfony/symfony/zipball/cc69dbd24b4b2e6de60b2414ef95da2794f459a2",
3971
                "reference": "cc69dbd24b4b2e6de60b2414ef95da2794f459a2",
3972
                "shasum": ""
3973
            },
3974
            "require": {
3975
                "doctrine/common": "~2.4",
3976
                "php": ">=5.3.9",
3977
                "psr/log": "~1.0",
3978
                "twig/twig": "~1.23|~2.0"
3979
            },
3980
            "replace": {
3981
                "symfony/asset": "self.version",
3982
                "symfony/browser-kit": "self.version",
3983
                "symfony/class-loader": "self.version",
3984
                "symfony/config": "self.version",
3985
                "symfony/console": "self.version",
3986
                "symfony/css-selector": "self.version",
3987
                "symfony/debug": "self.version",
3988
                "symfony/debug-bundle": "self.version",
3989
                "symfony/dependency-injection": "self.version",
3990
                "symfony/doctrine-bridge": "self.version",
3991
                "symfony/dom-crawler": "self.version",
3992
                "symfony/event-dispatcher": "self.version",
3993
                "symfony/expression-language": "self.version",
3994
                "symfony/filesystem": "self.version",
3995
                "symfony/finder": "self.version",
3996
                "symfony/form": "self.version",
3997
                "symfony/framework-bundle": "self.version",
3998
                "symfony/http-foundation": "self.version",
3999
                "symfony/http-kernel": "self.version",
4000
                "symfony/intl": "self.version",
4001
                "symfony/locale": "self.version",
4002
                "symfony/monolog-bridge": "self.version",
4003
                "symfony/options-resolver": "self.version",
4004
                "symfony/process": "self.version",
4005
                "symfony/property-access": "self.version",
4006
                "symfony/proxy-manager-bridge": "self.version",
4007
                "symfony/routing": "self.version",
4008
                "symfony/security": "self.version",
4009
                "symfony/security-acl": "self.version",
4010
                "symfony/security-bundle": "self.version",
4011
                "symfony/security-core": "self.version",
4012
                "symfony/security-csrf": "self.version",
4013
                "symfony/security-http": "self.version",
4014
                "symfony/serializer": "self.version",
4015
                "symfony/stopwatch": "self.version",
4016
                "symfony/swiftmailer-bridge": "self.version",
4017
                "symfony/templating": "self.version",
4018
                "symfony/translation": "self.version",
4019
                "symfony/twig-bridge": "self.version",
4020
                "symfony/twig-bundle": "self.version",
4021
                "symfony/validator": "self.version",
4022
                "symfony/var-dumper": "self.version",
4023
                "symfony/web-profiler-bundle": "self.version",
4024
                "symfony/yaml": "self.version"
4025
            },
4026
            "require-dev": {
4027
                "doctrine/data-fixtures": "1.0.*",
4028
                "doctrine/dbal": "~2.4",
4029
                "doctrine/doctrine-bundle": "~1.2",
4030
                "doctrine/orm": "~2.4,>=2.4.5",
4031
                "egulias/email-validator": "~1.2",
4032
                "ircmaxell/password-compat": "~1.0",
4033
                "monolog/monolog": "~1.11",
4034
                "ocramius/proxy-manager": "~0.4|~1.0"
4035
            },
4036
            "type": "library",
4037
            "extra": {
4038
                "branch-alias": {
4039
                    "dev-master": "2.7-dev"
4040
                }
4041
            },
4042
            "autoload": {
4043
                "psr-4": {
4044
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
4045
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
4046
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
4047
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
4048
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
4049
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
4050
                    "Symfony\\Component\\": "src/Symfony/Component/"
4051
                },
4052
                "classmap": [
4053
                    "src/Symfony/Component/HttpFoundation/Resources/stubs",
4054
                    "src/Symfony/Component/Intl/Resources/stubs"
4055
                ],
4056
                "files": [
4057
                    "src/Symfony/Component/Intl/Resources/stubs/functions.php"
4058
                ],
4059
                "exclude-from-classmap": [
4060
                    "**/Tests/"
4061
                ]
4062
            },
4063
            "notification-url": "https://packagist.org/downloads/",
4064
            "license": [
4065
                "MIT"
4066
            ],
4067
            "authors": [
4068
                {
4069
                    "name": "Fabien Potencier",
4070
                    "email": "[email protected]"
4071
                },
4072
                {
4073
                    "name": "Symfony Community",
4074
                    "homepage": "https://symfony.com/contributors"
4075
                }
4076
            ],
4077
            "description": "The Symfony PHP framework",
4078
            "homepage": "https://symfony.com",
4079
            "keywords": [
4080
                "framework"
4081
            ],
4082
            "time": "2015-11-23 11:58:08"
4083
        },
4084
        {
4085
            "name": "twig/twig",
4086
            "version": "v1.23.1",
4087
            "source": {
4088
                "type": "git",
4089
                "url": "https://github.com/twigphp/Twig.git",
4090
                "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6"
4091
            },
4092
            "dist": {
4093
                "type": "zip",
4094
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
4095
                "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
4096
                "shasum": ""
4097
            },
4098
            "require": {
4099
                "php": ">=5.2.7"
4100
            },
4101
            "require-dev": {
4102
                "symfony/debug": "~2.7",
4103
                "symfony/phpunit-bridge": "~2.7"
4104
            },
4105
            "type": "library",
4106
            "extra": {
4107
                "branch-alias": {
4108
                    "dev-master": "1.23-dev"
4109
                }
4110
            },
4111
            "autoload": {
4112
                "psr-0": {
4113
                    "Twig_": "lib/"
4114
                }
4115
            },
4116
            "notification-url": "https://packagist.org/downloads/",
4117
            "license": [
4118
                "BSD-3-Clause"
4119
            ],
4120
            "authors": [
4121
                {
4122
                    "name": "Fabien Potencier",
4123
                    "email": "[email protected]",
4124
                    "homepage": "http://fabien.potencier.org",
4125
                    "role": "Lead Developer"
4126
                },
4127
                {
4128
                    "name": "Armin Ronacher",
4129
                    "email": "[email protected]",
4130
                    "role": "Project Founder"
4131
                },
4132
                {
4133
                    "name": "Twig Team",
4134
                    "homepage": "http://twig.sensiolabs.org/contributors",
4135
                    "role": "Contributors"
4136
                }
4137
            ],
4138
            "description": "Twig, the flexible, fast, and secure template language for PHP",
4139
            "homepage": "http://twig.sensiolabs.org",
4140
            "keywords": [
4141
                "templating"
4142
            ],
4143
            "time": "2015-11-05 12:49:06"
4144
        },
4145
        {
4146
            "name": "vich/uploader-bundle",
4147
            "version": "v0.14.0",
4148
            "source": {
4149
                "type": "git",
4150
                "url": "https://github.com/dustin10/VichUploaderBundle.git",
4151
                "reference": "65d244d5e6ef62b4978585cdeb283b6cdab05f6b"
4152
            },
4153
            "dist": {
4154
                "type": "zip",
4155
                "url": "https://api.github.com/repos/dustin10/VichUploaderBundle/zipball/65d244d5e6ef62b4978585cdeb283b6cdab05f6b",
4156
                "reference": "65d244d5e6ef62b4978585cdeb283b6cdab05f6b",
4157
                "shasum": ""
4158
            },
4159
            "require": {
4160
                "jms/metadata": "~1.5",
4161
                "php": ">=5.3.2",
4162
                "symfony/finder": ">=2.0",
4163
                "symfony/framework-bundle": "~2.3",
4164
                "symfony/property-access": "~2.3"
4165
            },
4166
            "require-dev": {
4167
                "doctrine/doctrine-bundle": "*",
4168
                "doctrine/mongodb-odm": "@dev",
4169
                "doctrine/orm": "*",
4170
                "knplabs/knp-gaufrette-bundle": "*",
4171
                "matthiasnoback/symfony-dependency-injection-test": "0.*",
4172
                "mikey179/vfsstream": "~1.0",
4173
                "oneup/flysystem-bundle": "dev-master",
4174
                "phpunit/phpunit": "~4.0",
4175
                "symfony/symfony": "*"
4176
            },
4177
            "suggest": {
4178
                "doctrine/doctrine-bundle": "*",
4179
                "doctrine/mongodb-odm-bundle": "*",
4180
                "doctrine/orm": ">=2.2.3",
4181
                "doctrine/phpcr-odm": "~1.0",
4182
                "knplabs/knp-gaufrette-bundle": "*",
4183
                "symfony/yaml": "@stable",
4184
                "willdurand/propel-eventdispatcher-bundle": ">=1.2"
4185
            },
4186
            "type": "symfony-bundle",
4187
            "extra": {
4188
                "branch-alias": {
4189
                    "dev-master": "1.0.x-dev"
4190
                }
4191
            },
4192
            "autoload": {
4193
                "psr-4": {
4194
                    "Vich\\UploaderBundle\\": "",
4195
                    "Vich\\TestBundle\\": "Tests/Fixtures/App/src/TestBundle/"
4196
                }
4197
            },
4198
            "notification-url": "https://packagist.org/downloads/",
4199
            "license": [
4200
                "MIT"
4201
            ],
4202
            "authors": [
4203
                {
4204
                    "name": "Dustin Dobervich",
4205
                    "email": "[email protected]"
4206
                }
4207
            ],
4208
            "description": "Ease file uploads attached to entities",
4209
            "homepage": "https://github.com/dustin10/VichUploaderBundle",
4210
            "keywords": [
4211
                "file uploads",
4212
                "upload"
4213
            ],
4214
            "time": "2014-12-12 10:26:46"
4215
        },
4216
        {
4217
            "name": "willdurand/jsonp-callback-validator",
4218
            "version": "v1.1.0",
4219
            "source": {
4220
                "type": "git",
4221
                "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
4222
                "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
4223
            },
4224
            "dist": {
4225
                "type": "zip",
4226
                "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
4227
                "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
4228
                "shasum": ""
4229
            },
4230
            "require": {
4231
                "php": ">=5.3.0"
4232
            },
4233
            "require-dev": {
4234
                "phpunit/phpunit": "~3.7"
4235
            },
4236
            "type": "library",
4237
            "autoload": {
4238
                "psr-0": {
4239
                    "JsonpCallbackValidator": "src/"
4240
                }
4241
            },
4242
            "notification-url": "https://packagist.org/downloads/",
4243
            "license": [
4244
                "MIT"
4245
            ],
4246
            "authors": [
4247
                {
4248
                    "name": "William Durand",
4249
                    "email": "[email protected]",
4250
                    "homepage": "http://www.willdurand.fr"
4251
                }
4252
            ],
4253
            "description": "JSONP callback validator.",
4254
            "time": "2014-01-20 22:35:06"
4255
        },
4256
        {
4257
            "name": "willdurand/negotiation",
4258
            "version": "1.5.0",
4259
            "source": {
4260
                "type": "git",
4261
                "url": "https://github.com/willdurand/Negotiation.git",
4262
                "reference": "2a59f2376557303e3fa91465ab691abb82945edf"
4263
            },
4264
            "dist": {
4265
                "type": "zip",
4266
                "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/2a59f2376557303e3fa91465ab691abb82945edf",
4267
                "reference": "2a59f2376557303e3fa91465ab691abb82945edf",
4268
                "shasum": ""
4269
            },
4270
            "require": {
4271
                "php": ">=5.3.0"
4272
            },
4273
            "type": "library",
4274
            "extra": {
4275
                "branch-alias": {
4276
                    "dev-master": "1.5-dev"
4277
                }
4278
            },
4279
            "autoload": {
4280
                "psr-4": {
4281
                    "Negotiation\\": "src/Negotiation"
4282
                }
4283
            },
4284
            "notification-url": "https://packagist.org/downloads/",
4285
            "license": [
4286
                "MIT"
4287
            ],
4288
            "authors": [
4289
                {
4290
                    "name": "William Durand",
4291
                    "email": "[email protected]"
4292
                }
4293
            ],
4294
            "description": "Content Negotiation tools for PHP provided as a standalone library.",
4295
            "homepage": "http://williamdurand.fr/Negotiation/",
4296
            "keywords": [
4297
                "accept",
4298
                "content",
4299
                "format",
4300
                "header",
4301
                "negotiation"
4302
            ],
4303
            "time": "2015-10-01 07:42:40"
4304
        },
4305
        {
4306
            "name": "zendframework/zenddiagnostics",
4307
            "version": "v1.0.8",
4308
            "source": {
4309
                "type": "git",
4310
                "url": "https://github.com/zendframework/ZendDiagnostics.git",
4311
                "reference": "6ffffbeec9a9d69aad394a9ceee55cf4bcdd4b2d"
4312
            },
4313
            "dist": {
4314
                "type": "zip",
4315
                "url": "https://api.github.com/repos/zendframework/ZendDiagnostics/zipball/6ffffbeec9a9d69aad394a9ceee55cf4bcdd4b2d",
4316
                "reference": "6ffffbeec9a9d69aad394a9ceee55cf4bcdd4b2d",
4317
                "shasum": ""
4318
            },
4319
            "require": {
4320
                "php": ">=5.3.3"
4321
            },
4322
            "require-dev": {
4323
                "doctrine/migrations": "~1.0@dev",
4324
                "guzzle/http": "3.*",
4325
                "guzzle/plugin-mock": "3.*",
4326
                "phpunit/phpunit": "4.7.*",
4327
                "predis/predis": "0.8.*",
4328
                "sensiolabs/security-checker": "1.3.*@dev",
4329
                "symfony/yaml": "v2.3.11",
4330
                "videlalvaro/php-amqplib": "2.*",
4331
                "zendframework/zend-loader": "2.*"
4332
            },
4333
            "suggest": {
4334
                "doctrine/migrations": "Required by Check\\DoctrineMigration",
4335
                "ext-bcmath": "Required by Check\\CpuPerformance",
4336
                "guzzle/http": "Required by Check\\GuzzleHttpService",
4337
                "predis/predis": "Required by Check\\Redis",
4338
                "sensiolabs/security-checker": "Required by Check\\SecurityAdvisory",
4339
                "symfony/yaml": "Required by Check\\YamlFile",
4340
                "videlalvaro/php-amqplib": "Required by Check\\RabbitMQ"
4341
            },
4342
            "type": "library",
4343
            "extra": {
4344
                "branch-alias": {
4345
                    "dev-master": "1.0.x-dev"
4346
                }
4347
            },
4348
            "autoload": {
4349
                "psr-0": {
4350
                    "ZendDiagnostics\\": "src/",
4351
                    "ZendDiagnosticsTest\\": "tests/"
4352
                }
4353
            },
4354
            "notification-url": "https://packagist.org/downloads/",
4355
            "license": [
4356
                "BSD-3-Clause"
4357
            ],
4358
            "description": "A set of components for performing diagnostic tests in PHP applications",
4359
            "homepage": "https://github.com/zendframework/ZendDiagnostics",
4360
            "keywords": [
4361
                "diagnostics",
4362
                "php",
4363
                "test"
4364
            ],
4365
            "time": "2015-10-01 15:37:41"
4366
        }
4367
    ],
4368
    "packages-dev": [
4369
        {
4370
            "name": "sensio/generator-bundle",
4371
            "version": "v2.5.3",
4372
            "target-dir": "Sensio/Bundle/GeneratorBundle",
4373
            "source": {
4374
                "type": "git",
4375
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
4376
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
4377
            },
4378
            "dist": {
4379
                "type": "zip",
4380
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
4381
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
4382
                "shasum": ""
4383
            },
4384
            "require": {
4385
                "symfony/console": "~2.5",
4386
                "symfony/framework-bundle": "~2.2"
4387
            },
4388
            "require-dev": {
4389
                "doctrine/orm": "~2.2,>=2.2.3",
4390
                "symfony/doctrine-bridge": "~2.2",
4391
                "twig/twig": "~1.11"
4392
            },
4393
            "type": "symfony-bundle",
4394
            "extra": {
4395
                "branch-alias": {
4396
                    "dev-master": "2.5.x-dev"
4397
                }
4398
            },
4399
            "autoload": {
4400
                "psr-0": {
4401
                    "Sensio\\Bundle\\GeneratorBundle": ""
4402
                }
4403
            },
4404
            "notification-url": "https://packagist.org/downloads/",
4405
            "license": [
4406
                "MIT"
4407
            ],
4408
            "authors": [
4409
                {
4410
                    "name": "Fabien Potencier",
4411
                    "email": "[email protected]"
4412
                }
4413
            ],
4414
            "description": "This bundle generates code for you",
4415
            "time": "2015-03-17 06:36:52"
4416
        }
4417
    ],
4418
    "aliases": [],
4419
    "minimum-stability": "stable",
4420
    "stability-flags": {
4421
        "friendsofsymfony/user-bundle": 20,
4422
        "friendsofsymfony/oauth-server-bundle": 20,
4423
        "hwi/oauth-bundle": 20,
4424
        "excelwebzone/recaptcha-bundle": 20,
4425
        "guilhermednt/hwi-oauth-proxy-bundle": 20,
4426
        "knplabs/knp-gaufrette-bundle": 20,
4427
        "knplabs/gaufrette": 20,
4428
        "nelmio/api-doc-bundle": 20,
4429
        "jms/security-extra-bundle": 20,
4430
        "procergs/login-cidadao-badges-bundle": 20,
4431
        "bshaffer/oauth2-server-bundle": 20
4432
    },
4433
    "prefer-stable": false,
4434
    "prefer-lowest": false,
4435
    "platform": {
4436
        "php": ">=5.3.9"
4437
    },
4438
    "platform-dev": []
4439
}
4440