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