Completed
Push — issue#666 ( 928a8e...2654e9 )
by Guilherme
04:24
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": "4ebbd85c4cb579bc1680ad186c4a88fc",
8
    "content-hash": "c6c8003b922ade50df314133bb2109de",
9
    "packages": [
10
        {
11
            "name": "beelab/recaptcha2-bundle",
12
            "version": "v1.0.1",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/Bee-Lab/BeelabRecaptcha2Bundle.git",
16
                "reference": "68a3bba6ff1a23d05d9d6598d2f662f960046718"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/Bee-Lab/BeelabRecaptcha2Bundle/zipball/68a3bba6ff1a23d05d9d6598d2f662f960046718",
21
                "reference": "68a3bba6ff1a23d05d9d6598d2f662f960046718",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "google/recaptcha": "^1.1",
26
                "php": ">=5.3.8",
27
                "symfony/dependency-injection": "~2.4|~3.0",
28
                "symfony/form": "~2.4|~3.0",
29
                "symfony/framework-bundle": "~2.4|~3.0",
30
                "symfony/validator": "~2.4|~3.0"
31
            },
32
            "require-dev": {
33
                "phpunit/phpunit": "4.*",
34
                "symfony/expression-language": "~2.4|~3.0",
35
                "symfony/phpunit-bridge": "~2.7|~3.0"
36
            },
37
            "type": "symfony-bundle",
38
            "extra": {
39
                "branch-alias": {
40
                    "dev-master": "1.1.x-dev"
41
                }
42
            },
43
            "autoload": {
44
                "psr-4": {
45
                    "Beelab\\Recaptcha2Bundle\\": ""
46
                }
47
            },
48
            "notification-url": "https://packagist.org/downloads/",
49
            "license": [
50
                "LGPL-3.0"
51
            ],
52
            "authors": [
53
                {
54
                    "name": "Massimiliano Arione",
55
                    "email": "[email protected]"
56
                }
57
            ],
58
            "description": "Provide Google Recaptch2 form type ",
59
            "homepage": "https://bee-lab.net",
60
            "keywords": [
61
                "form",
62
                "recaptcha",
63
                "symfony"
64
            ],
65
            "time": "2016-01-26 10:13:49"
66
        },
67
        {
68
            "name": "bmatzner/fontawesome-bundle",
69
            "version": "4.7.0",
70
            "target-dir": "Bmatzner/FontAwesomeBundle",
71
            "source": {
72
                "type": "git",
73
                "url": "https://github.com/bmatzner/BmatznerFontAwesomeBundle.git",
74
                "reference": "647e00b9a59596901920aab5edf8f4179f0caa46"
75
            },
76
            "dist": {
77
                "type": "zip",
78
                "url": "https://api.github.com/repos/bmatzner/BmatznerFontAwesomeBundle/zipball/647e00b9a59596901920aab5edf8f4179f0caa46",
79
                "reference": "647e00b9a59596901920aab5edf8f4179f0caa46",
80
                "shasum": ""
81
            },
82
            "require": {
83
                "symfony/framework-bundle": ">=2.1|~3.0"
84
            },
85
            "type": "symfony-bundle",
86
            "autoload": {
87
                "psr-0": {
88
                    "Bmatzner\\FontAwesomeBundle": ""
89
                }
90
            },
91
            "notification-url": "https://packagist.org/downloads/",
92
            "license": [
93
                "MIT",
94
                "CC BY 3.0"
95
            ],
96
            "authors": [
97
                {
98
                    "name": "Bernd Matzner",
99
                    "email": "[email protected]",
100
                    "homepage": "http://berndmatzner.de"
101
                }
102
            ],
103
            "description": "FontAwesome Bundle for Symfony2",
104
            "homepage": "http://fortawesome.github.com/Font-Awesome/",
105
            "keywords": [
106
                "css",
107
                "graphics",
108
                "symfony",
109
                "typography",
110
                "webfonts"
111
            ],
112
            "time": "2016-11-02 15:34:33"
113
        },
114
        {
115
            "name": "bshaffer/oauth2-server-bundle",
116
            "version": "v0.4",
117
            "target-dir": "OAuth2/ServerBundle",
118
            "source": {
119
                "type": "git",
120
                "url": "https://github.com/bshaffer/oauth2-server-bundle.git",
121
                "reference": "bb951b7606a44afbb29d0123a72e1f8bb54efc74"
122
            },
123
            "dist": {
124
                "type": "zip",
125
                "url": "https://api.github.com/repos/bshaffer/oauth2-server-bundle/zipball/bb951b7606a44afbb29d0123a72e1f8bb54efc74",
126
                "reference": "bb951b7606a44afbb29d0123a72e1f8bb54efc74",
127
                "shasum": ""
128
            },
129
            "require": {
130
                "bshaffer/oauth2-server-httpfoundation-bridge": "^1.2",
131
                "bshaffer/oauth2-server-php": ">=1.0",
132
                "php": ">=5.3"
133
            },
134
            "require-dev": {
135
                "doctrine/orm": "~2.4,>=2.4.5",
136
                "symfony/symfony": "^2.8|^3"
137
            },
138
            "type": "symfony-bundle",
139
            "autoload": {
140
                "psr-0": {
141
                    "OAuth2\\ServerBundle": ""
142
                }
143
            },
144
            "notification-url": "https://packagist.org/downloads/",
145
            "license": [
146
                "MIT"
147
            ],
148
            "authors": [
149
                {
150
                    "name": "Brent Shaffer",
151
                    "email": "[email protected]"
152
                }
153
            ],
154
            "description": "Symfony OAuth2ServerBundle",
155
            "homepage": "http://github.com/bshaffer/oauth2-server-bundle",
156
            "keywords": [
157
                "oauth",
158
                "oauth2",
159
                "security"
160
            ],
161
            "time": "2017-01-09 19:38:50"
162
        },
163
        {
164
            "name": "bshaffer/oauth2-server-httpfoundation-bridge",
165
            "version": "V1.3",
166
            "source": {
167
                "type": "git",
168
                "url": "https://github.com/bshaffer/oauth2-server-httpfoundation-bridge.git",
169
                "reference": "7113bfeaf863cc3e7f5a8a047123b354e5eea14a"
170
            },
171
            "dist": {
172
                "type": "zip",
173
                "url": "https://api.github.com/repos/bshaffer/oauth2-server-httpfoundation-bridge/zipball/7113bfeaf863cc3e7f5a8a047123b354e5eea14a",
174
                "reference": "7113bfeaf863cc3e7f5a8a047123b354e5eea14a",
175
                "shasum": ""
176
            },
177
            "require": {
178
                "bshaffer/oauth2-server-php": ">=0.9",
179
                "php": ">=5.3.0",
180
                "symfony/http-foundation": ">=2.1"
181
            },
182
            "type": "library",
183
            "autoload": {
184
                "psr-0": {
185
                    "OAuth2\\HttpFoundationBridge": "src/"
186
                }
187
            },
188
            "notification-url": "https://packagist.org/downloads/",
189
            "license": [
190
                "MIT"
191
            ],
192
            "authors": [
193
                {
194
                    "name": "Brent Shaffer",
195
                    "email": "[email protected]",
196
                    "homepage": "http://brentertainment.com"
197
                }
198
            ],
199
            "description": "A bridge to HttpFoundation for oauth2-server-php",
200
            "homepage": "http://github.com/bshaffer/oauth2-server-httpfoundation-bridge",
201
            "keywords": [
202
                "auth",
203
                "httpfoundation",
204
                "oauth",
205
                "oauth2"
206
            ],
207
            "time": "2016-12-27 20:03:09"
208
        },
209
        {
210
            "name": "bshaffer/oauth2-server-php",
211
            "version": "v1.9.0",
212
            "source": {
213
                "type": "git",
214
                "url": "https://github.com/bshaffer/oauth2-server-php.git",
215
                "reference": "8856aed1a98d6da596ae3f9b8095b5c7a1581697"
216
            },
217
            "dist": {
218
                "type": "zip",
219
                "url": "https://api.github.com/repos/bshaffer/oauth2-server-php/zipball/8856aed1a98d6da596ae3f9b8095b5c7a1581697",
220
                "reference": "8856aed1a98d6da596ae3f9b8095b5c7a1581697",
221
                "shasum": ""
222
            },
223
            "require": {
224
                "php": ">=5.3.9"
225
            },
226
            "require-dev": {
227
                "aws/aws-sdk-php": "~2.8",
228
                "firebase/php-jwt": "~2.2",
229
                "mongodb/mongodb": "^1.1",
230
                "predis/predis": "dev-master",
231
                "thobbs/phpcassa": "dev-master"
232
            },
233
            "suggest": {
234
                "aws/aws-sdk-php": "~2.8 is required to use DynamoDB storage",
235
                "firebase/php-jwt": "~1.1 is required to use MondoDB storage",
236
                "predis/predis": "Required to use Redis storage",
237
                "thobbs/phpcassa": "Required to use Cassandra storage"
238
            },
239
            "type": "library",
240
            "autoload": {
241
                "psr-0": {
242
                    "OAuth2": "src/"
243
                }
244
            },
245
            "notification-url": "https://packagist.org/downloads/",
246
            "license": [
247
                "MIT"
248
            ],
249
            "authors": [
250
                {
251
                    "name": "Brent Shaffer",
252
                    "email": "[email protected]",
253
                    "homepage": "http://brentertainment.com"
254
                }
255
            ],
256
            "description": "OAuth2 Server for PHP",
257
            "homepage": "http://github.com/bshaffer/oauth2-server-php",
258
            "keywords": [
259
                "auth",
260
                "oauth",
261
                "oauth2"
262
            ],
263
            "time": "2017-01-06 23:20:00"
264
        },
265
        {
266
            "name": "cebe/markdown",
267
            "version": "1.1.2",
268
            "source": {
269
                "type": "git",
270
                "url": "https://github.com/cebe/markdown.git",
271
                "reference": "25b28bae8a6f185b5030673af77b32e1163d5c6e"
272
            },
273
            "dist": {
274
                "type": "zip",
275
                "url": "https://api.github.com/repos/cebe/markdown/zipball/25b28bae8a6f185b5030673af77b32e1163d5c6e",
276
                "reference": "25b28bae8a6f185b5030673af77b32e1163d5c6e",
277
                "shasum": ""
278
            },
279
            "require": {
280
                "lib-pcre": "*",
281
                "php": ">=5.4.0"
282
            },
283
            "require-dev": {
284
                "cebe/indent": "*",
285
                "facebook/xhprof": "*@dev",
286
                "phpunit/phpunit": "4.1.*"
287
            },
288
            "bin": [
289
                "bin/markdown"
290
            ],
291
            "type": "library",
292
            "extra": {
293
                "branch-alias": {
294
                    "dev-master": "1.1.x-dev"
295
                }
296
            },
297
            "autoload": {
298
                "psr-4": {
299
                    "cebe\\markdown\\": ""
300
                }
301
            },
302
            "notification-url": "https://packagist.org/downloads/",
303
            "license": [
304
                "MIT"
305
            ],
306
            "authors": [
307
                {
308
                    "name": "Carsten Brandt",
309
                    "email": "[email protected]",
310
                    "homepage": "http://cebe.cc/",
311
                    "role": "Creator"
312
                }
313
            ],
314
            "description": "A super fast, highly extensible markdown parser for PHP",
315
            "homepage": "https://github.com/cebe/markdown#readme",
316
            "keywords": [
317
                "extensible",
318
                "fast",
319
                "gfm",
320
                "markdown",
321
                "markdown-extra"
322
            ],
323
            "time": "2017-07-16 21:13:23"
324
        },
325
        {
326
            "name": "doctrine/annotations",
327
            "version": "v1.2.7",
328
            "source": {
329
                "type": "git",
330
                "url": "https://github.com/doctrine/annotations.git",
331
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
332
            },
333
            "dist": {
334
                "type": "zip",
335
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
336
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
337
                "shasum": ""
338
            },
339
            "require": {
340
                "doctrine/lexer": "1.*",
341
                "php": ">=5.3.2"
342
            },
343
            "require-dev": {
344
                "doctrine/cache": "1.*",
345
                "phpunit/phpunit": "4.*"
346
            },
347
            "type": "library",
348
            "extra": {
349
                "branch-alias": {
350
                    "dev-master": "1.3.x-dev"
351
                }
352
            },
353
            "autoload": {
354
                "psr-0": {
355
                    "Doctrine\\Common\\Annotations\\": "lib/"
356
                }
357
            },
358
            "notification-url": "https://packagist.org/downloads/",
359
            "license": [
360
                "MIT"
361
            ],
362
            "authors": [
363
                {
364
                    "name": "Roman Borschel",
365
                    "email": "[email protected]"
366
                },
367
                {
368
                    "name": "Benjamin Eberlei",
369
                    "email": "[email protected]"
370
                },
371
                {
372
                    "name": "Guilherme Blanco",
373
                    "email": "[email protected]"
374
                },
375
                {
376
                    "name": "Jonathan Wage",
377
                    "email": "[email protected]"
378
                },
379
                {
380
                    "name": "Johannes Schmitt",
381
                    "email": "[email protected]"
382
                }
383
            ],
384
            "description": "Docblock Annotations Parser",
385
            "homepage": "http://www.doctrine-project.org",
386
            "keywords": [
387
                "annotations",
388
                "docblock",
389
                "parser"
390
            ],
391
            "time": "2015-08-31 12:32:49"
392
        },
393
        {
394
            "name": "doctrine/cache",
395
            "version": "v1.5.4",
396
            "source": {
397
                "type": "git",
398
                "url": "https://github.com/doctrine/cache.git",
399
                "reference": "47cdc76ceb95cc591d9c79a36dc3794975b5d136"
400
            },
401
            "dist": {
402
                "type": "zip",
403
                "url": "https://api.github.com/repos/doctrine/cache/zipball/47cdc76ceb95cc591d9c79a36dc3794975b5d136",
404
                "reference": "47cdc76ceb95cc591d9c79a36dc3794975b5d136",
405
                "shasum": ""
406
            },
407
            "require": {
408
                "php": ">=5.3.2"
409
            },
410
            "conflict": {
411
                "doctrine/common": ">2.2,<2.4"
412
            },
413
            "require-dev": {
414
                "phpunit/phpunit": ">=3.7",
415
                "predis/predis": "~1.0",
416
                "satooshi/php-coveralls": "~0.6"
417
            },
418
            "type": "library",
419
            "extra": {
420
                "branch-alias": {
421
                    "dev-master": "1.5.x-dev"
422
                }
423
            },
424
            "autoload": {
425
                "psr-4": {
426
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
427
                }
428
            },
429
            "notification-url": "https://packagist.org/downloads/",
430
            "license": [
431
                "MIT"
432
            ],
433
            "authors": [
434
                {
435
                    "name": "Roman Borschel",
436
                    "email": "[email protected]"
437
                },
438
                {
439
                    "name": "Benjamin Eberlei",
440
                    "email": "[email protected]"
441
                },
442
                {
443
                    "name": "Guilherme Blanco",
444
                    "email": "[email protected]"
445
                },
446
                {
447
                    "name": "Jonathan Wage",
448
                    "email": "[email protected]"
449
                },
450
                {
451
                    "name": "Johannes Schmitt",
452
                    "email": "[email protected]"
453
                }
454
            ],
455
            "description": "Caching library offering an object-oriented API for many cache backends",
456
            "homepage": "http://www.doctrine-project.org",
457
            "keywords": [
458
                "cache",
459
                "caching"
460
            ],
461
            "time": "2015-12-19 05:03:47"
462
        },
463
        {
464
            "name": "doctrine/collections",
465
            "version": "v1.3.0",
466
            "source": {
467
                "type": "git",
468
                "url": "https://github.com/doctrine/collections.git",
469
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
470
            },
471
            "dist": {
472
                "type": "zip",
473
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
474
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
475
                "shasum": ""
476
            },
477
            "require": {
478
                "php": ">=5.3.2"
479
            },
480
            "require-dev": {
481
                "phpunit/phpunit": "~4.0"
482
            },
483
            "type": "library",
484
            "extra": {
485
                "branch-alias": {
486
                    "dev-master": "1.2.x-dev"
487
                }
488
            },
489
            "autoload": {
490
                "psr-0": {
491
                    "Doctrine\\Common\\Collections\\": "lib/"
492
                }
493
            },
494
            "notification-url": "https://packagist.org/downloads/",
495
            "license": [
496
                "MIT"
497
            ],
498
            "authors": [
499
                {
500
                    "name": "Roman Borschel",
501
                    "email": "[email protected]"
502
                },
503
                {
504
                    "name": "Benjamin Eberlei",
505
                    "email": "[email protected]"
506
                },
507
                {
508
                    "name": "Guilherme Blanco",
509
                    "email": "[email protected]"
510
                },
511
                {
512
                    "name": "Jonathan Wage",
513
                    "email": "[email protected]"
514
                },
515
                {
516
                    "name": "Johannes Schmitt",
517
                    "email": "[email protected]"
518
                }
519
            ],
520
            "description": "Collections Abstraction library",
521
            "homepage": "http://www.doctrine-project.org",
522
            "keywords": [
523
                "array",
524
                "collections",
525
                "iterator"
526
            ],
527
            "time": "2015-04-14 22:21:58"
528
        },
529
        {
530
            "name": "doctrine/common",
531
            "version": "v2.5.3",
532
            "source": {
533
                "type": "git",
534
                "url": "https://github.com/doctrine/common.git",
535
                "reference": "10f1f19651343f87573129ca970aef1a47a6f29e"
536
            },
537
            "dist": {
538
                "type": "zip",
539
                "url": "https://api.github.com/repos/doctrine/common/zipball/10f1f19651343f87573129ca970aef1a47a6f29e",
540
                "reference": "10f1f19651343f87573129ca970aef1a47a6f29e",
541
                "shasum": ""
542
            },
543
            "require": {
544
                "doctrine/annotations": "1.*",
545
                "doctrine/cache": "1.*",
546
                "doctrine/collections": "1.*",
547
                "doctrine/inflector": "1.*",
548
                "doctrine/lexer": "1.*",
549
                "php": ">=5.3.2"
550
            },
551
            "require-dev": {
552
                "phpunit/phpunit": "~3.7"
553
            },
554
            "type": "library",
555
            "extra": {
556
                "branch-alias": {
557
                    "dev-master": "2.5.x-dev"
558
                }
559
            },
560
            "autoload": {
561
                "psr-0": {
562
                    "Doctrine\\Common\\": "lib/"
563
                }
564
            },
565
            "notification-url": "https://packagist.org/downloads/",
566
            "license": [
567
                "MIT"
568
            ],
569
            "authors": [
570
                {
571
                    "name": "Roman Borschel",
572
                    "email": "[email protected]"
573
                },
574
                {
575
                    "name": "Benjamin Eberlei",
576
                    "email": "[email protected]"
577
                },
578
                {
579
                    "name": "Guilherme Blanco",
580
                    "email": "[email protected]"
581
                },
582
                {
583
                    "name": "Jonathan Wage",
584
                    "email": "[email protected]"
585
                },
586
                {
587
                    "name": "Johannes Schmitt",
588
                    "email": "[email protected]"
589
                }
590
            ],
591
            "description": "Common Library for Doctrine projects",
592
            "homepage": "http://www.doctrine-project.org",
593
            "keywords": [
594
                "annotations",
595
                "collections",
596
                "eventmanager",
597
                "persistence",
598
                "spl"
599
            ],
600
            "time": "2015-12-25 13:10:16"
601
        },
602
        {
603
            "name": "doctrine/dbal",
604
            "version": "v2.5.13",
605
            "source": {
606
                "type": "git",
607
                "url": "https://github.com/doctrine/dbal.git",
608
                "reference": "729340d8d1eec8f01bff708e12e449a3415af873"
609
            },
610
            "dist": {
611
                "type": "zip",
612
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/729340d8d1eec8f01bff708e12e449a3415af873",
613
                "reference": "729340d8d1eec8f01bff708e12e449a3415af873",
614
                "shasum": ""
615
            },
616
            "require": {
617
                "doctrine/common": ">=2.4,<2.8-dev",
618
                "php": ">=5.3.2"
619
            },
620
            "require-dev": {
621
                "phpunit/phpunit": "4.*",
622
                "symfony/console": "2.*||^3.0"
623
            },
624
            "suggest": {
625
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
626
            },
627
            "bin": [
628
                "bin/doctrine-dbal"
629
            ],
630
            "type": "library",
631
            "extra": {
632
                "branch-alias": {
633
                    "dev-master": "2.5.x-dev"
634
                }
635
            },
636
            "autoload": {
637
                "psr-0": {
638
                    "Doctrine\\DBAL\\": "lib/"
639
                }
640
            },
641
            "notification-url": "https://packagist.org/downloads/",
642
            "license": [
643
                "MIT"
644
            ],
645
            "authors": [
646
                {
647
                    "name": "Roman Borschel",
648
                    "email": "[email protected]"
649
                },
650
                {
651
                    "name": "Benjamin Eberlei",
652
                    "email": "[email protected]"
653
                },
654
                {
655
                    "name": "Guilherme Blanco",
656
                    "email": "[email protected]"
657
                },
658
                {
659
                    "name": "Jonathan Wage",
660
                    "email": "[email protected]"
661
                }
662
            ],
663
            "description": "Database Abstraction Layer",
664
            "homepage": "http://www.doctrine-project.org",
665
            "keywords": [
666
                "database",
667
                "dbal",
668
                "persistence",
669
                "queryobject"
670
            ],
671
            "time": "2017-07-22 20:44:48"
672
        },
673
        {
674
            "name": "doctrine/doctrine-bundle",
675
            "version": "1.6.4",
676
            "source": {
677
                "type": "git",
678
                "url": "https://github.com/doctrine/DoctrineBundle.git",
679
                "reference": "dd40b0a7fb16658cda9def9786992b8df8a49be7"
680
            },
681
            "dist": {
682
                "type": "zip",
683
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/dd40b0a7fb16658cda9def9786992b8df8a49be7",
684
                "reference": "dd40b0a7fb16658cda9def9786992b8df8a49be7",
685
                "shasum": ""
686
            },
687
            "require": {
688
                "doctrine/dbal": "~2.3",
689
                "doctrine/doctrine-cache-bundle": "~1.0",
690
                "jdorn/sql-formatter": "~1.1",
691
                "php": ">=5.3.2",
692
                "symfony/console": "~2.3|~3.0",
693
                "symfony/dependency-injection": "~2.3|~3.0",
694
                "symfony/doctrine-bridge": "~2.2|~3.0",
695
                "symfony/framework-bundle": "~2.3|~3.0"
696
            },
697
            "require-dev": {
698
                "doctrine/orm": "~2.3",
699
                "phpunit/phpunit": "~4",
700
                "satooshi/php-coveralls": "~0.6.1",
701
                "symfony/phpunit-bridge": "~2.7|~3.0",
702
                "symfony/property-info": "~2.8|~3.0",
703
                "symfony/validator": "~2.2|~3.0",
704
                "symfony/yaml": "~2.2|~3.0",
705
                "twig/twig": "~1.10"
706
            },
707
            "suggest": {
708
                "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
709
                "symfony/web-profiler-bundle": "To use the data collector."
710
            },
711
            "type": "symfony-bundle",
712
            "extra": {
713
                "branch-alias": {
714
                    "dev-master": "1.6.x-dev"
715
                }
716
            },
717
            "autoload": {
718
                "psr-4": {
719
                    "Doctrine\\Bundle\\DoctrineBundle\\": ""
720
                }
721
            },
722
            "notification-url": "https://packagist.org/downloads/",
723
            "license": [
724
                "MIT"
725
            ],
726
            "authors": [
727
                {
728
                    "name": "Symfony Community",
729
                    "homepage": "http://symfony.com/contributors"
730
                },
731
                {
732
                    "name": "Benjamin Eberlei",
733
                    "email": "[email protected]"
734
                },
735
                {
736
                    "name": "Doctrine Project",
737
                    "homepage": "http://www.doctrine-project.org/"
738
                },
739
                {
740
                    "name": "Fabien Potencier",
741
                    "email": "[email protected]"
742
                }
743
            ],
744
            "description": "Symfony DoctrineBundle",
745
            "homepage": "http://www.doctrine-project.org",
746
            "keywords": [
747
                "database",
748
                "dbal",
749
                "orm",
750
                "persistence"
751
            ],
752
            "time": "2016-08-10 15:35:22"
753
        },
754
        {
755
            "name": "doctrine/doctrine-cache-bundle",
756
            "version": "1.3.0",
757
            "source": {
758
                "type": "git",
759
                "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
760
                "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504"
761
            },
762
            "dist": {
763
                "type": "zip",
764
                "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
765
                "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
766
                "shasum": ""
767
            },
768
            "require": {
769
                "doctrine/cache": "^1.4.2",
770
                "doctrine/inflector": "~1.0",
771
                "php": ">=5.3.2",
772
                "symfony/doctrine-bridge": "~2.2|~3.0"
773
            },
774
            "require-dev": {
775
                "instaclick/coding-standard": "~1.1",
776
                "instaclick/object-calisthenics-sniffs": "dev-master",
777
                "instaclick/symfony2-coding-standard": "dev-remaster",
778
                "phpunit/phpunit": "~4",
779
                "predis/predis": "~0.8",
780
                "satooshi/php-coveralls": "~0.6.1",
781
                "squizlabs/php_codesniffer": "~1.5",
782
                "symfony/console": "~2.2|~3.0",
783
                "symfony/finder": "~2.2|~3.0",
784
                "symfony/framework-bundle": "~2.2|~3.0",
785
                "symfony/phpunit-bridge": "~2.7|~3.0",
786
                "symfony/security-acl": "~2.3|~3.0",
787
                "symfony/validator": "~2.2|~3.0",
788
                "symfony/yaml": "~2.2|~3.0"
789
            },
790
            "suggest": {
791
                "symfony/security-acl": "For using this bundle to cache ACLs"
792
            },
793
            "type": "symfony-bundle",
794
            "extra": {
795
                "branch-alias": {
796
                    "dev-master": "1.2.x-dev"
797
                }
798
            },
799
            "autoload": {
800
                "psr-4": {
801
                    "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
802
                }
803
            },
804
            "notification-url": "https://packagist.org/downloads/",
805
            "license": [
806
                "MIT"
807
            ],
808
            "authors": [
809
                {
810
                    "name": "Symfony Community",
811
                    "homepage": "http://symfony.com/contributors"
812
                },
813
                {
814
                    "name": "Benjamin Eberlei",
815
                    "email": "[email protected]"
816
                },
817
                {
818
                    "name": "Fabio B. Silva",
819
                    "email": "[email protected]"
820
                },
821
                {
822
                    "name": "Guilherme Blanco",
823
                    "email": "[email protected]"
824
                },
825
                {
826
                    "name": "Doctrine Project",
827
                    "homepage": "http://www.doctrine-project.org/"
828
                },
829
                {
830
                    "name": "Fabien Potencier",
831
                    "email": "[email protected]"
832
                }
833
            ],
834
            "description": "Symfony Bundle for Doctrine Cache",
835
            "homepage": "http://www.doctrine-project.org",
836
            "keywords": [
837
                "cache",
838
                "caching"
839
            ],
840
            "time": "2016-01-26 17:28:51"
841
        },
842
        {
843
            "name": "doctrine/inflector",
844
            "version": "v1.1.0",
845
            "source": {
846
                "type": "git",
847
                "url": "https://github.com/doctrine/inflector.git",
848
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
849
            },
850
            "dist": {
851
                "type": "zip",
852
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
853
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
854
                "shasum": ""
855
            },
856
            "require": {
857
                "php": ">=5.3.2"
858
            },
859
            "require-dev": {
860
                "phpunit/phpunit": "4.*"
861
            },
862
            "type": "library",
863
            "extra": {
864
                "branch-alias": {
865
                    "dev-master": "1.1.x-dev"
866
                }
867
            },
868
            "autoload": {
869
                "psr-0": {
870
                    "Doctrine\\Common\\Inflector\\": "lib/"
871
                }
872
            },
873
            "notification-url": "https://packagist.org/downloads/",
874
            "license": [
875
                "MIT"
876
            ],
877
            "authors": [
878
                {
879
                    "name": "Roman Borschel",
880
                    "email": "[email protected]"
881
                },
882
                {
883
                    "name": "Benjamin Eberlei",
884
                    "email": "[email protected]"
885
                },
886
                {
887
                    "name": "Guilherme Blanco",
888
                    "email": "[email protected]"
889
                },
890
                {
891
                    "name": "Jonathan Wage",
892
                    "email": "[email protected]"
893
                },
894
                {
895
                    "name": "Johannes Schmitt",
896
                    "email": "[email protected]"
897
                }
898
            ],
899
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
900
            "homepage": "http://www.doctrine-project.org",
901
            "keywords": [
902
                "inflection",
903
                "pluralize",
904
                "singularize",
905
                "string"
906
            ],
907
            "time": "2015-11-06 14:35:42"
908
        },
909
        {
910
            "name": "doctrine/instantiator",
911
            "version": "1.0.5",
912
            "source": {
913
                "type": "git",
914
                "url": "https://github.com/doctrine/instantiator.git",
915
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
916
            },
917
            "dist": {
918
                "type": "zip",
919
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
920
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
921
                "shasum": ""
922
            },
923
            "require": {
924
                "php": ">=5.3,<8.0-DEV"
925
            },
926
            "require-dev": {
927
                "athletic/athletic": "~0.1.8",
928
                "ext-pdo": "*",
929
                "ext-phar": "*",
930
                "phpunit/phpunit": "~4.0",
931
                "squizlabs/php_codesniffer": "~2.0"
932
            },
933
            "type": "library",
934
            "extra": {
935
                "branch-alias": {
936
                    "dev-master": "1.0.x-dev"
937
                }
938
            },
939
            "autoload": {
940
                "psr-4": {
941
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
942
                }
943
            },
944
            "notification-url": "https://packagist.org/downloads/",
945
            "license": [
946
                "MIT"
947
            ],
948
            "authors": [
949
                {
950
                    "name": "Marco Pivetta",
951
                    "email": "[email protected]",
952
                    "homepage": "http://ocramius.github.com/"
953
                }
954
            ],
955
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
956
            "homepage": "https://github.com/doctrine/instantiator",
957
            "keywords": [
958
                "constructor",
959
                "instantiate"
960
            ],
961
            "time": "2015-06-14 21:17:01"
962
        },
963
        {
964
            "name": "doctrine/lexer",
965
            "version": "v1.0.1",
966
            "source": {
967
                "type": "git",
968
                "url": "https://github.com/doctrine/lexer.git",
969
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
970
            },
971
            "dist": {
972
                "type": "zip",
973
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
974
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
975
                "shasum": ""
976
            },
977
            "require": {
978
                "php": ">=5.3.2"
979
            },
980
            "type": "library",
981
            "extra": {
982
                "branch-alias": {
983
                    "dev-master": "1.0.x-dev"
984
                }
985
            },
986
            "autoload": {
987
                "psr-0": {
988
                    "Doctrine\\Common\\Lexer\\": "lib/"
989
                }
990
            },
991
            "notification-url": "https://packagist.org/downloads/",
992
            "license": [
993
                "MIT"
994
            ],
995
            "authors": [
996
                {
997
                    "name": "Roman Borschel",
998
                    "email": "[email protected]"
999
                },
1000
                {
1001
                    "name": "Guilherme Blanco",
1002
                    "email": "[email protected]"
1003
                },
1004
                {
1005
                    "name": "Johannes Schmitt",
1006
                    "email": "[email protected]"
1007
                }
1008
            ],
1009
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
1010
            "homepage": "http://www.doctrine-project.org",
1011
            "keywords": [
1012
                "lexer",
1013
                "parser"
1014
            ],
1015
            "time": "2014-09-09 13:34:57"
1016
        },
1017
        {
1018
            "name": "doctrine/orm",
1019
            "version": "v2.4.8",
1020
            "source": {
1021
                "type": "git",
1022
                "url": "https://github.com/doctrine/doctrine2.git",
1023
                "reference": "5aedac1e5c5caaeac14798822c70325dc242d467"
1024
            },
1025
            "dist": {
1026
                "type": "zip",
1027
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/5aedac1e5c5caaeac14798822c70325dc242d467",
1028
                "reference": "5aedac1e5c5caaeac14798822c70325dc242d467",
1029
                "shasum": ""
1030
            },
1031
            "require": {
1032
                "doctrine/collections": "~1.1",
1033
                "doctrine/dbal": "~2.4",
1034
                "ext-pdo": "*",
1035
                "php": ">=5.3.2",
1036
                "symfony/console": "~2.0"
1037
            },
1038
            "require-dev": {
1039
                "satooshi/php-coveralls": "dev-master",
1040
                "symfony/yaml": "~2.1"
1041
            },
1042
            "suggest": {
1043
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1044
            },
1045
            "bin": [
1046
                "bin/doctrine",
1047
                "bin/doctrine.php"
1048
            ],
1049
            "type": "library",
1050
            "extra": {
1051
                "branch-alias": {
1052
                    "dev-master": "2.4.x-dev"
1053
                }
1054
            },
1055
            "autoload": {
1056
                "psr-0": {
1057
                    "Doctrine\\ORM\\": "lib/"
1058
                }
1059
            },
1060
            "notification-url": "https://packagist.org/downloads/",
1061
            "license": [
1062
                "MIT"
1063
            ],
1064
            "authors": [
1065
                {
1066
                    "name": "Roman Borschel",
1067
                    "email": "[email protected]"
1068
                },
1069
                {
1070
                    "name": "Benjamin Eberlei",
1071
                    "email": "[email protected]"
1072
                },
1073
                {
1074
                    "name": "Guilherme Blanco",
1075
                    "email": "[email protected]"
1076
                },
1077
                {
1078
                    "name": "Jonathan Wage",
1079
                    "email": "[email protected]"
1080
                }
1081
            ],
1082
            "description": "Object-Relational-Mapper for PHP",
1083
            "homepage": "http://www.doctrine-project.org",
1084
            "keywords": [
1085
                "database",
1086
                "orm"
1087
            ],
1088
            "time": "2015-08-31 13:19:01"
1089
        },
1090
        {
1091
            "name": "egulias/email-validator",
1092
            "version": "1.2.14",
1093
            "source": {
1094
                "type": "git",
1095
                "url": "https://github.com/egulias/EmailValidator.git",
1096
                "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9"
1097
            },
1098
            "dist": {
1099
                "type": "zip",
1100
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/5642614492f0ca2064c01d60cc33284cc2f731a9",
1101
                "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9",
1102
                "shasum": ""
1103
            },
1104
            "require": {
1105
                "doctrine/lexer": "^1.0.1",
1106
                "php": ">= 5.3.3"
1107
            },
1108
            "require-dev": {
1109
                "phpunit/phpunit": "^4.8.24"
1110
            },
1111
            "type": "library",
1112
            "extra": {
1113
                "branch-alias": {
1114
                    "dev-master": "2.0.x-dev"
1115
                }
1116
            },
1117
            "autoload": {
1118
                "psr-0": {
1119
                    "Egulias\\": "src/"
1120
                }
1121
            },
1122
            "notification-url": "https://packagist.org/downloads/",
1123
            "license": [
1124
                "MIT"
1125
            ],
1126
            "authors": [
1127
                {
1128
                    "name": "Eduardo Gulias Davis"
1129
                }
1130
            ],
1131
            "description": "A library for validating emails",
1132
            "homepage": "https://github.com/egulias/EmailValidator",
1133
            "keywords": [
1134
                "email",
1135
                "emailvalidation",
1136
                "emailvalidator",
1137
                "validation",
1138
                "validator"
1139
            ],
1140
            "time": "2017-02-03 22:48:59"
1141
        },
1142
        {
1143
            "name": "emarref/jwt",
1144
            "version": "1.0.3",
1145
            "source": {
1146
                "type": "git",
1147
                "url": "https://github.com/emarref/jwt.git",
1148
                "reference": "79f563750ff90dabd4fa677c4b4e5ec9ed52d9b4"
1149
            },
1150
            "dist": {
1151
                "type": "zip",
1152
                "url": "https://api.github.com/repos/emarref/jwt/zipball/79f563750ff90dabd4fa677c4b4e5ec9ed52d9b4",
1153
                "reference": "79f563750ff90dabd4fa677c4b4e5ec9ed52d9b4",
1154
                "shasum": ""
1155
            },
1156
            "require": {
1157
                "php": ">=5.4"
1158
            },
1159
            "require-dev": {
1160
                "phpunit/phpunit": "*"
1161
            },
1162
            "suggest": {
1163
                "ext-openssl": "Enables more token encryption options"
1164
            },
1165
            "type": "library",
1166
            "autoload": {
1167
                "psr-4": {
1168
                    "Emarref\\Jwt\\": "src/"
1169
                }
1170
            },
1171
            "notification-url": "https://packagist.org/downloads/",
1172
            "license": [
1173
                "MIT"
1174
            ],
1175
            "authors": [
1176
                {
1177
                    "name": "Malcolm Fell",
1178
                    "email": "[email protected]"
1179
                }
1180
            ],
1181
            "description": "A JWT implementation",
1182
            "time": "2016-09-05 20:33:06"
1183
        },
1184
        {
1185
            "name": "friendsofsymfony/oauth-server-bundle",
1186
            "version": "1.5.2",
1187
            "source": {
1188
                "type": "git",
1189
                "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
1190
                "reference": "0b25cdaae8983c630bb62d14b6993219b1dadb8d"
1191
            },
1192
            "dist": {
1193
                "type": "zip",
1194
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/0b25cdaae8983c630bb62d14b6993219b1dadb8d",
1195
                "reference": "0b25cdaae8983c630bb62d14b6993219b1dadb8d",
1196
                "shasum": ""
1197
            },
1198
            "require": {
1199
                "friendsofsymfony/oauth2-php": "~1.1",
1200
                "php": "^5.3.3|^7.0",
1201
                "symfony/framework-bundle": "~2.2|~3.0",
1202
                "symfony/security-bundle": "~2.1|~3.0"
1203
            },
1204
            "require-dev": {
1205
                "doctrine/doctrine-bundle": "~1.0",
1206
                "doctrine/mongodb-odm": "~1.0",
1207
                "doctrine/orm": "~2.2",
1208
                "phing/phing": "~2.4",
1209
                "propel/propel1": "^1.6.5",
1210
                "symfony/class-loader": "~2.1|~3.0",
1211
                "symfony/form": "~2.3|~3.0",
1212
                "symfony/yaml": "~2.1|~3.0",
1213
                "willdurand/propel-typehintable-behavior": "^1.0.4"
1214
            },
1215
            "suggest": {
1216
                "doctrine/doctrine-bundle": "*",
1217
                "doctrine/mongodb-odm-bundle": "*",
1218
                "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
1219
                "symfony/form": "Needed to be able to use the AuthorizeFormType",
1220
                "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
1221
            },
1222
            "type": "symfony-bundle",
1223
            "extra": {
1224
                "branch-alias": {
1225
                    "dev-master": "1.5-dev"
1226
                }
1227
            },
1228
            "autoload": {
1229
                "psr-4": {
1230
                    "FOS\\OAuthServerBundle\\": ""
1231
                }
1232
            },
1233
            "notification-url": "https://packagist.org/downloads/",
1234
            "license": [
1235
                "MIT"
1236
            ],
1237
            "authors": [
1238
                {
1239
                    "name": "Arnaud Le Blanc",
1240
                    "email": "[email protected]"
1241
                },
1242
                {
1243
                    "name": "FriendsOfSymfony Community",
1244
                    "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
1245
                }
1246
            ],
1247
            "description": "Symfony2 OAuth Server Bundle",
1248
            "homepage": "http://friendsofsymfony.github.com",
1249
            "keywords": [
1250
                "oauth",
1251
                "oauth2",
1252
                "server"
1253
            ],
1254
            "time": "2016-02-22 13:57:55"
1255
        },
1256
        {
1257
            "name": "friendsofsymfony/oauth2-php",
1258
            "version": "1.2.1",
1259
            "source": {
1260
                "type": "git",
1261
                "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
1262
                "reference": "fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c"
1263
            },
1264
            "dist": {
1265
                "type": "zip",
1266
                "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c",
1267
                "reference": "fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c",
1268
                "shasum": ""
1269
            },
1270
            "require": {
1271
                "php": ">=5.3.2",
1272
                "symfony/http-foundation": "~2.0|~3.0"
1273
            },
1274
            "require-dev": {
1275
                "phpunit/phpunit": "~4.0"
1276
            },
1277
            "type": "library",
1278
            "extra": {
1279
                "branch-alias": {
1280
                    "dev-master": "1.2.x-dev"
1281
                }
1282
            },
1283
            "autoload": {
1284
                "psr-4": {
1285
                    "OAuth2\\": "lib/"
1286
                }
1287
            },
1288
            "notification-url": "https://packagist.org/downloads/",
1289
            "license": [
1290
                "MIT"
1291
            ],
1292
            "authors": [
1293
                {
1294
                    "name": "Arnaud Le Blanc",
1295
                    "email": "[email protected]"
1296
                },
1297
                {
1298
                    "name": "FriendsOfSymfony Community",
1299
                    "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
1300
                }
1301
            ],
1302
            "description": "OAuth2 library",
1303
            "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
1304
            "keywords": [
1305
                "oauth",
1306
                "oauth2"
1307
            ],
1308
            "time": "2016-03-31 14:24:17"
1309
        },
1310
        {
1311
            "name": "friendsofsymfony/rest-bundle",
1312
            "version": "1.7.9",
1313
            "target-dir": "FOS/RestBundle",
1314
            "source": {
1315
                "type": "git",
1316
                "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
1317
                "reference": "9449e451074e98ee6fdc45c18fa857c71baf1dfe"
1318
            },
1319
            "dist": {
1320
                "type": "zip",
1321
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/9449e451074e98ee6fdc45c18fa857c71baf1dfe",
1322
                "reference": "9449e451074e98ee6fdc45c18fa857c71baf1dfe",
1323
                "shasum": ""
1324
            },
1325
            "require": {
1326
                "doctrine/inflector": "~1.0",
1327
                "php": "^5.3.9|~7.0",
1328
                "psr/log": "~1.0",
1329
                "symfony/framework-bundle": "~2.3|~3.0",
1330
                "symfony/http-kernel": "^2.3.24|~3.0",
1331
                "willdurand/jsonp-callback-validator": "~1.0",
1332
                "willdurand/negotiation": "~1.2"
1333
            },
1334
            "conflict": {
1335
                "jms/serializer": "<0.13",
1336
                "jms/serializer-bundle": "<0.11",
1337
                "sensio/framework-extra-bundle": ">=3.0.13",
1338
                "symfony/validator": ">=2.5.0,<2.5.5"
1339
            },
1340
            "require-dev": {
1341
                "jms/serializer": "~0.13|~1.0",
1342
                "jms/serializer-bundle": "~0.11|~1.0",
1343
                "phpoption/phpoption": "~1.1.0",
1344
                "sensio/framework-extra-bundle": "~2.0|~3.0,<3.0.13",
1345
                "sllh/php-cs-fixer-styleci-bridge": "^1.3",
1346
                "symfony/browser-kit": "~2.3|~3.0",
1347
                "symfony/dependency-injection": "~2.3|~3.0",
1348
                "symfony/form": "~2.3|~3.0",
1349
                "symfony/phpunit-bridge": "~2.7|~3.0",
1350
                "symfony/security": "~2.3|~3.0",
1351
                "symfony/serializer": "~2.3|~3.0",
1352
                "symfony/validator": "~2.3|~3.0",
1353
                "symfony/yaml": "~2.3|~3.0"
1354
            },
1355
            "suggest": {
1356
                "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12|~1.0",
1357
                "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener, requires ~2.0|~3.0",
1358
                "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.3",
1359
                "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ~2.3"
1360
            },
1361
            "type": "symfony-bundle",
1362
            "extra": {
1363
                "branch-alias": {
1364
                    "dev-master": "1.7-dev"
1365
                }
1366
            },
1367
            "autoload": {
1368
                "psr-0": {
1369
                    "FOS\\RestBundle": ""
1370
                }
1371
            },
1372
            "notification-url": "https://packagist.org/downloads/",
1373
            "license": [
1374
                "MIT"
1375
            ],
1376
            "authors": [
1377
                {
1378
                    "name": "Lukas Kahwe Smith",
1379
                    "email": "[email protected]"
1380
                },
1381
                {
1382
                    "name": "FriendsOfSymfony Community",
1383
                    "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
1384
                },
1385
                {
1386
                    "name": "Konstantin Kudryashov",
1387
                    "email": "[email protected]"
1388
                }
1389
            ],
1390
            "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
1391
            "homepage": "http://friendsofsymfony.github.com",
1392
            "keywords": [
1393
                "rest"
1394
            ],
1395
            "time": "2016-05-15 23:18:24"
1396
        },
1397
        {
1398
            "name": "friendsofsymfony/user-bundle",
1399
            "version": "v2.0.0-alpha3",
1400
            "source": {
1401
                "type": "git",
1402
                "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
1403
                "reference": "d5b28c367d393f9d9fbc48c4138b2a74d51c0c83"
1404
            },
1405
            "dist": {
1406
                "type": "zip",
1407
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/d5b28c367d393f9d9fbc48c4138b2a74d51c0c83",
1408
                "reference": "d5b28c367d393f9d9fbc48c4138b2a74d51c0c83",
1409
                "shasum": ""
1410
            },
1411
            "require": {
1412
                "php": ">=5.3.9",
1413
                "symfony/form": "~2.3",
1414
                "symfony/framework-bundle": "~2.3",
1415
                "symfony/security-bundle": "~2.3",
1416
                "symfony/twig-bundle": "~2.3"
1417
            },
1418
            "require-dev": {
1419
                "doctrine/doctrine-bundle": "~1.3",
1420
                "swiftmailer/swiftmailer": "~4.3|~5",
1421
                "symfony/validator": "~2.3",
1422
                "symfony/yaml": "~2.3",
1423
                "willdurand/propel-typehintable-behavior": "~1.0"
1424
            },
1425
            "suggest": {
1426
                "willdurand/propel-typehintable-behavior": "Needed when using the propel implementation"
1427
            },
1428
            "type": "symfony-bundle",
1429
            "extra": {
1430
                "branch-alias": {
1431
                    "dev-master": "2.0.x-dev"
1432
                }
1433
            },
1434
            "autoload": {
1435
                "psr-4": {
1436
                    "FOS\\UserBundle\\": ""
1437
                }
1438
            },
1439
            "notification-url": "https://packagist.org/downloads/",
1440
            "license": [
1441
                "MIT"
1442
            ],
1443
            "authors": [
1444
                {
1445
                    "name": "Christophe Coevoet",
1446
                    "email": "[email protected]"
1447
                },
1448
                {
1449
                    "name": "FriendsOfSymfony Community",
1450
                    "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
1451
                },
1452
                {
1453
                    "name": "Thibault Duplessis",
1454
                    "email": "[email protected]"
1455
                }
1456
            ],
1457
            "description": "Symfony FOSUserBundle",
1458
            "homepage": "http://friendsofsymfony.github.com",
1459
            "keywords": [
1460
                "User management"
1461
            ],
1462
            "time": "2015-09-15 13:15:07"
1463
        },
1464
        {
1465
            "name": "giggsey/libphonenumber-for-php",
1466
            "version": "8.8.4",
1467
            "source": {
1468
                "type": "git",
1469
                "url": "https://github.com/giggsey/libphonenumber-for-php.git",
1470
                "reference": "73b86c897c30a590e1958c003e7225fffdfd48ca"
1471
            },
1472
            "dist": {
1473
                "type": "zip",
1474
                "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/73b86c897c30a590e1958c003e7225fffdfd48ca",
1475
                "reference": "73b86c897c30a590e1958c003e7225fffdfd48ca",
1476
                "shasum": ""
1477
            },
1478
            "require": {
1479
                "ext-mbstring": "*",
1480
                "giggsey/locale": "^1.2",
1481
                "php": ">=5.3.2"
1482
            },
1483
            "require-dev": {
1484
                "pear/pear-core-minimal": "^1.9",
1485
                "pear/pear_exception": "^1.0",
1486
                "pear/versioncontrol_git": "^0.5",
1487
                "phing/phing": "^2.7",
1488
                "phpunit/phpunit": "^4.8|^5.0",
1489
                "satooshi/php-coveralls": "^1.0",
1490
                "symfony/console": "^2.8|^3.0"
1491
            },
1492
            "type": "library",
1493
            "extra": {
1494
                "branch-alias": {
1495
                    "dev-master": "8.x-dev"
1496
                }
1497
            },
1498
            "autoload": {
1499
                "psr-4": {
1500
                    "libphonenumber\\": "src/"
1501
                },
1502
                "exclude-from-classmap": [
1503
                    "/src/data/",
1504
                    "/src/carrier/data/",
1505
                    "/src/geocoding/data/",
1506
                    "/src/timezone/data/"
1507
                ]
1508
            },
1509
            "notification-url": "https://packagist.org/downloads/",
1510
            "license": [
1511
                "Apache-2.0"
1512
            ],
1513
            "authors": [
1514
                {
1515
                    "name": "Joshua Gigg",
1516
                    "email": "[email protected]",
1517
                    "homepage": "https://giggsey.com/"
1518
                }
1519
            ],
1520
            "description": "PHP Port of Google's libphonenumber",
1521
            "homepage": "https://github.com/giggsey/libphonenumber-for-php",
1522
            "keywords": [
1523
                "geocoding",
1524
                "geolocation",
1525
                "libphonenumber",
1526
                "mobile",
1527
                "phonenumber",
1528
                "validation"
1529
            ],
1530
            "time": "2017-10-16 14:06:44"
1531
        },
1532
        {
1533
            "name": "giggsey/locale",
1534
            "version": "1.3",
1535
            "source": {
1536
                "type": "git",
1537
                "url": "https://github.com/giggsey/Locale.git",
1538
                "reference": "e6eb1883c1452df7734a03fb183a2ec5175c16f2"
1539
            },
1540
            "dist": {
1541
                "type": "zip",
1542
                "url": "https://api.github.com/repos/giggsey/Locale/zipball/e6eb1883c1452df7734a03fb183a2ec5175c16f2",
1543
                "reference": "e6eb1883c1452df7734a03fb183a2ec5175c16f2",
1544
                "shasum": ""
1545
            },
1546
            "require": {
1547
                "php": ">=5.3.2"
1548
            },
1549
            "require-dev": {
1550
                "pear/pear-core-minimal": "^1.9",
1551
                "pear/pear_exception": "^1.0",
1552
                "pear/versioncontrol_git": "dev-master",
1553
                "phing/phing": "~2.7",
1554
                "phpunit/phpunit": "^4.8|^5.0",
1555
                "satooshi/php-coveralls": "^1.0",
1556
                "symfony/console": "^2.8|^3.0",
1557
                "symfony/filesystem": "^2.8|^3.0",
1558
                "symfony/finder": "^2.8|^3.0",
1559
                "symfony/process": "^2.8|^3.0"
1560
            },
1561
            "type": "library",
1562
            "autoload": {
1563
                "psr-4": {
1564
                    "Giggsey\\Locale\\": "src/"
1565
                }
1566
            },
1567
            "notification-url": "https://packagist.org/downloads/",
1568
            "license": [
1569
                "MIT"
1570
            ],
1571
            "authors": [
1572
                {
1573
                    "name": "Joshua Gigg",
1574
                    "email": "[email protected]",
1575
                    "homepage": "http://giggsey.com/"
1576
                }
1577
            ],
1578
            "description": "Locale functions required by libphonenumber-for-php",
1579
            "time": "2017-04-07 18:45:42"
1580
        },
1581
        {
1582
            "name": "google/recaptcha",
1583
            "version": "1.1.2",
1584
            "source": {
1585
                "type": "git",
1586
                "url": "https://github.com/google/recaptcha.git",
1587
                "reference": "2b7e00566afca82a38a1d3adb8e42c118006296e"
1588
            },
1589
            "dist": {
1590
                "type": "zip",
1591
                "url": "https://api.github.com/repos/google/recaptcha/zipball/2b7e00566afca82a38a1d3adb8e42c118006296e",
1592
                "reference": "2b7e00566afca82a38a1d3adb8e42c118006296e",
1593
                "shasum": ""
1594
            },
1595
            "require": {
1596
                "php": ">=5.3.2"
1597
            },
1598
            "require-dev": {
1599
                "phpunit/phpunit": "4.5.*"
1600
            },
1601
            "type": "library",
1602
            "extra": {
1603
                "branch-alias": {
1604
                    "dev-master": "1.1.x-dev"
1605
                }
1606
            },
1607
            "autoload": {
1608
                "psr-4": {
1609
                    "ReCaptcha\\": "src/ReCaptcha"
1610
                }
1611
            },
1612
            "notification-url": "https://packagist.org/downloads/",
1613
            "license": [
1614
                "BSD-3-Clause"
1615
            ],
1616
            "description": "Client library for reCAPTCHA, a free service that protect websites from spam and abuse.",
1617
            "homepage": "http://www.google.com/recaptcha/",
1618
            "keywords": [
1619
                "Abuse",
1620
                "captcha",
1621
                "recaptcha",
1622
                "spam"
1623
            ],
1624
            "time": "2015-09-02 17:23:59"
1625
        },
1626
        {
1627
            "name": "gree/jose",
1628
            "version": "2.2.0",
1629
            "source": {
1630
                "type": "git",
1631
                "url": "https://github.com/nov/jose-php.git",
1632
                "reference": "a7fa2b3a02ce62f1edc1804dd93bc81e7cb59f8c"
1633
            },
1634
            "dist": {
1635
                "type": "zip",
1636
                "url": "https://api.github.com/repos/nov/jose-php/zipball/a7fa2b3a02ce62f1edc1804dd93bc81e7cb59f8c",
1637
                "reference": "a7fa2b3a02ce62f1edc1804dd93bc81e7cb59f8c",
1638
                "shasum": ""
1639
            },
1640
            "require": {
1641
                "phpseclib/phpseclib": ">=2.0.0"
1642
            },
1643
            "require-dev": {
1644
                "phpunit/phpunit": "4.8.*"
1645
            },
1646
            "type": "library",
1647
            "autoload": {
1648
                "psr-0": {
1649
                    "JOSE": "src/"
1650
                }
1651
            },
1652
            "notification-url": "https://packagist.org/downloads/",
1653
            "include-path": [
1654
                "src/"
1655
            ],
1656
            "license": [
1657
                "MIT"
1658
            ],
1659
            "authors": [
1660
                {
1661
                    "name": "Nov Matake",
1662
                    "email": "[email protected]",
1663
                    "homepage": "http://matake.jp"
1664
                }
1665
            ],
1666
            "description": "JWT, JWS and JWS implementation in PHP",
1667
            "homepage": "https://github.com/gree/jose",
1668
            "keywords": [
1669
                "ID Token",
1670
                "JOSE",
1671
                "JSON Web Encryption",
1672
                "JSON Web Signature",
1673
                "JSON Web Token",
1674
                "JWE",
1675
                "JWS",
1676
                "OpenID Connect",
1677
                "jwt"
1678
            ],
1679
            "time": "2016-08-05 04:25:18"
1680
        },
1681
        {
1682
            "name": "guilhermednt/pathwell-bundle",
1683
            "version": "v0.1.2",
1684
            "source": {
1685
                "type": "git",
1686
                "url": "https://github.com/guilhermednt/pathwell-bundle.git",
1687
                "reference": "e43a53e68ec4136326ce50acd4961a35da681e2a"
1688
            },
1689
            "dist": {
1690
                "type": "zip",
1691
                "url": "https://api.github.com/repos/guilhermednt/pathwell-bundle/zipball/e43a53e68ec4136326ce50acd4961a35da681e2a",
1692
                "reference": "e43a53e68ec4136326ce50acd4961a35da681e2a",
1693
                "shasum": ""
1694
            },
1695
            "require": {
1696
                "php": ">=5.4.16",
1697
                "symfony/framework-bundle": ">=2.8",
1698
                "symfony/validator": ">=2.8"
1699
            },
1700
            "type": "symfony-bundle",
1701
            "autoload": {
1702
                "psr-4": {
1703
                    "Donato\\PathWellBundle\\": ""
1704
                }
1705
            },
1706
            "notification-url": "https://packagist.org/downloads/",
1707
            "license": [
1708
                "GPL-3.0"
1709
            ],
1710
            "authors": [
1711
                {
1712
                    "name": "Guilherme Donato",
1713
                    "email": "[email protected]"
1714
                }
1715
            ],
1716
            "description": "Symfony Bundle implementing PathWell Topology password policy",
1717
            "time": "2016-07-04 18:48:36"
1718
        },
1719
        {
1720
            "name": "guzzlehttp/guzzle",
1721
            "version": "5.3.1",
1722
            "source": {
1723
                "type": "git",
1724
                "url": "https://github.com/guzzle/guzzle.git",
1725
                "reference": "70f1fa53b71c4647bf2762c09068a95f77e12fb8"
1726
            },
1727
            "dist": {
1728
                "type": "zip",
1729
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/70f1fa53b71c4647bf2762c09068a95f77e12fb8",
1730
                "reference": "70f1fa53b71c4647bf2762c09068a95f77e12fb8",
1731
                "shasum": ""
1732
            },
1733
            "require": {
1734
                "guzzlehttp/ringphp": "^1.1",
1735
                "php": ">=5.4.0"
1736
            },
1737
            "require-dev": {
1738
                "ext-curl": "*",
1739
                "phpunit/phpunit": "^4.0"
1740
            },
1741
            "type": "library",
1742
            "autoload": {
1743
                "psr-4": {
1744
                    "GuzzleHttp\\": "src/"
1745
                }
1746
            },
1747
            "notification-url": "https://packagist.org/downloads/",
1748
            "license": [
1749
                "MIT"
1750
            ],
1751
            "authors": [
1752
                {
1753
                    "name": "Michael Dowling",
1754
                    "email": "[email protected]",
1755
                    "homepage": "https://github.com/mtdowling"
1756
                }
1757
            ],
1758
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
1759
            "homepage": "http://guzzlephp.org/",
1760
            "keywords": [
1761
                "client",
1762
                "curl",
1763
                "framework",
1764
                "http",
1765
                "http client",
1766
                "rest",
1767
                "web service"
1768
            ],
1769
            "time": "2016-07-15 19:28:39"
1770
        },
1771
        {
1772
            "name": "guzzlehttp/ringphp",
1773
            "version": "1.1.0",
1774
            "source": {
1775
                "type": "git",
1776
                "url": "https://github.com/guzzle/RingPHP.git",
1777
                "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b"
1778
            },
1779
            "dist": {
1780
                "type": "zip",
1781
                "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
1782
                "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
1783
                "shasum": ""
1784
            },
1785
            "require": {
1786
                "guzzlehttp/streams": "~3.0",
1787
                "php": ">=5.4.0",
1788
                "react/promise": "~2.0"
1789
            },
1790
            "require-dev": {
1791
                "ext-curl": "*",
1792
                "phpunit/phpunit": "~4.0"
1793
            },
1794
            "suggest": {
1795
                "ext-curl": "Guzzle will use specific adapters if cURL is present"
1796
            },
1797
            "type": "library",
1798
            "extra": {
1799
                "branch-alias": {
1800
                    "dev-master": "1.1-dev"
1801
                }
1802
            },
1803
            "autoload": {
1804
                "psr-4": {
1805
                    "GuzzleHttp\\Ring\\": "src/"
1806
                }
1807
            },
1808
            "notification-url": "https://packagist.org/downloads/",
1809
            "license": [
1810
                "MIT"
1811
            ],
1812
            "authors": [
1813
                {
1814
                    "name": "Michael Dowling",
1815
                    "email": "[email protected]",
1816
                    "homepage": "https://github.com/mtdowling"
1817
                }
1818
            ],
1819
            "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
1820
            "time": "2015-05-20 03:37:09"
1821
        },
1822
        {
1823
            "name": "guzzlehttp/streams",
1824
            "version": "3.0.0",
1825
            "source": {
1826
                "type": "git",
1827
                "url": "https://github.com/guzzle/streams.git",
1828
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
1829
            },
1830
            "dist": {
1831
                "type": "zip",
1832
                "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
1833
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
1834
                "shasum": ""
1835
            },
1836
            "require": {
1837
                "php": ">=5.4.0"
1838
            },
1839
            "require-dev": {
1840
                "phpunit/phpunit": "~4.0"
1841
            },
1842
            "type": "library",
1843
            "extra": {
1844
                "branch-alias": {
1845
                    "dev-master": "3.0-dev"
1846
                }
1847
            },
1848
            "autoload": {
1849
                "psr-4": {
1850
                    "GuzzleHttp\\Stream\\": "src/"
1851
                }
1852
            },
1853
            "notification-url": "https://packagist.org/downloads/",
1854
            "license": [
1855
                "MIT"
1856
            ],
1857
            "authors": [
1858
                {
1859
                    "name": "Michael Dowling",
1860
                    "email": "[email protected]",
1861
                    "homepage": "https://github.com/mtdowling"
1862
                }
1863
            ],
1864
            "description": "Provides a simple abstraction over streams of data",
1865
            "homepage": "http://guzzlephp.org/",
1866
            "keywords": [
1867
                "Guzzle",
1868
                "stream"
1869
            ],
1870
            "time": "2014-10-12 19:18:40"
1871
        },
1872
        {
1873
            "name": "hwi/oauth-bundle",
1874
            "version": "0.4.3",
1875
            "source": {
1876
                "type": "git",
1877
                "url": "https://github.com/hwi/HWIOAuthBundle.git",
1878
                "reference": "8815fa226547471638efa8333bcaa8a80a5d64f3"
1879
            },
1880
            "dist": {
1881
                "type": "zip",
1882
                "url": "https://api.github.com/repos/hwi/HWIOAuthBundle/zipball/8815fa226547471638efa8333bcaa8a80a5d64f3",
1883
                "reference": "8815fa226547471638efa8333bcaa8a80a5d64f3",
1884
                "shasum": ""
1885
            },
1886
            "require": {
1887
                "kriswallsmith/buzz": "~0.13",
1888
                "php": ">=5.3.3",
1889
                "symfony/form": "~2.3",
1890
                "symfony/framework-bundle": "~2.3",
1891
                "symfony/options-resolver": "~2.3",
1892
                "symfony/security-bundle": "~2.3",
1893
                "symfony/yaml": "~2.3"
1894
            },
1895
            "conflict": {
1896
                "twig/twig": "<1.12"
1897
            },
1898
            "require-dev": {
1899
                "doctrine/orm": "~2.3",
1900
                "friendsofsymfony/user-bundle": "~1.3|~2.0",
1901
                "phpunit/phpunit": "~4.8|~5.0",
1902
                "symfony/phpunit-bridge": "~2.7",
1903
                "symfony/property-access": "~2.3",
1904
                "symfony/twig-bundle": "~2.3",
1905
                "symfony/validator": "~2.3"
1906
            },
1907
            "suggest": {
1908
                "doctrine/doctrine-bundle": "to use Doctrine user provider",
1909
                "friendsofsymfony/user-bundle": "to connect FOSUB with this bundle",
1910
                "symfony/property-access": "to use FOSUB integration with this bundle",
1911
                "symfony/twig-bundle": "to use the Twig hwi_oauth_* functions"
1912
            },
1913
            "type": "symfony-bundle",
1914
            "extra": {
1915
                "branch-alias": {
1916
                    "dev-master": "0.4-dev"
1917
                }
1918
            },
1919
            "autoload": {
1920
                "psr-4": {
1921
                    "HWI\\Bundle\\OAuthBundle\\": ""
1922
                }
1923
            },
1924
            "notification-url": "https://packagist.org/downloads/",
1925
            "license": [
1926
                "MIT"
1927
            ],
1928
            "authors": [
1929
                {
1930
                    "name": "Contributors",
1931
                    "homepage": "https://github.com/hwi/HWIOAuthBundle/contributors"
1932
                },
1933
                {
1934
                    "name": "Joseph Bielawski",
1935
                    "email": "[email protected]"
1936
                },
1937
                {
1938
                    "name": "Alexander",
1939
                    "email": "[email protected]"
1940
                },
1941
                {
1942
                    "name": "Geoffrey Bachelet",
1943
                    "email": "[email protected]"
1944
                }
1945
            ],
1946
            "description": "Support for authenticating users using both OAuth1.0a and OAuth2 in Symfony2.",
1947
            "homepage": "http://github.com/hwi/HWIOAuthBundle",
1948
            "keywords": [
1949
                "37signals",
1950
                "Authentication",
1951
                "Deezer",
1952
                "EVE Online",
1953
                "amazon",
1954
                "auth0",
1955
                "azure",
1956
                "bitbucket",
1957
                "bitly",
1958
                "box",
1959
                "bufferapp",
1960
                "dailymotion",
1961
                "deviantart",
1962
                "discogs",
1963
                "disqus",
1964
                "dropbox",
1965
                "eventbrite",
1966
                "facebook",
1967
                "firewall",
1968
                "fiware",
1969
                "flickr",
1970
                "foursquare",
1971
                "github",
1972
                "google",
1973
                "hubic",
1974
                "instagram",
1975
                "jira",
1976
                "linkedin",
1977
                "mail.ru",
1978
                "oauth",
1979
                "oauth1",
1980
                "oauth2",
1981
                "odnoklassniki",
1982
                "paypal",
1983
                "qq",
1984
                "reddit",
1985
                "runkeeper",
1986
                "salesforce",
1987
                "security",
1988
                "sensio connect",
1989
                "sina weibo",
1990
                "slack",
1991
                "sound cloud",
1992
                "spotify",
1993
                "stack exchange",
1994
                "stereomood",
1995
                "strava",
1996
                "toshl",
1997
                "trakt",
1998
                "trello",
1999
                "twitch",
2000
                "twitter",
2001
                "vkontakte",
2002
                "wechat",
2003
                "windows live",
2004
                "wordpress",
2005
                "xing",
2006
                "yahoo",
2007
                "yandex",
2008
                "youtube"
2009
            ],
2010
            "time": "2016-09-11 13:24:27"
2011
        },
2012
        {
2013
            "name": "incenteev/composer-parameter-handler",
2014
            "version": "v2.1.2",
2015
            "source": {
2016
                "type": "git",
2017
                "url": "https://github.com/Incenteev/ParameterHandler.git",
2018
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
2019
            },
2020
            "dist": {
2021
                "type": "zip",
2022
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
2023
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
2024
                "shasum": ""
2025
            },
2026
            "require": {
2027
                "php": ">=5.3.3",
2028
                "symfony/yaml": "~2.3|~3.0"
2029
            },
2030
            "require-dev": {
2031
                "composer/composer": "1.0.*@dev",
2032
                "phpspec/prophecy-phpunit": "~1.0",
2033
                "symfony/filesystem": "~2.2"
2034
            },
2035
            "type": "library",
2036
            "extra": {
2037
                "branch-alias": {
2038
                    "dev-master": "2.1.x-dev"
2039
                }
2040
            },
2041
            "autoload": {
2042
                "psr-4": {
2043
                    "Incenteev\\ParameterHandler\\": ""
2044
                }
2045
            },
2046
            "notification-url": "https://packagist.org/downloads/",
2047
            "license": [
2048
                "MIT"
2049
            ],
2050
            "authors": [
2051
                {
2052
                    "name": "Christophe Coevoet",
2053
                    "email": "[email protected]"
2054
                }
2055
            ],
2056
            "description": "Composer script handling your ignored parameter file",
2057
            "homepage": "https://github.com/Incenteev/ParameterHandler",
2058
            "keywords": [
2059
                "parameters management"
2060
            ],
2061
            "time": "2015-11-10 17:04:01"
2062
        },
2063
        {
2064
            "name": "ircmaxell/password-compat",
2065
            "version": "v1.0.4",
2066
            "source": {
2067
                "type": "git",
2068
                "url": "https://github.com/ircmaxell/password_compat.git",
2069
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
2070
            },
2071
            "dist": {
2072
                "type": "zip",
2073
                "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
2074
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
2075
                "shasum": ""
2076
            },
2077
            "require-dev": {
2078
                "phpunit/phpunit": "4.*"
2079
            },
2080
            "type": "library",
2081
            "autoload": {
2082
                "files": [
2083
                    "lib/password.php"
2084
                ]
2085
            },
2086
            "notification-url": "https://packagist.org/downloads/",
2087
            "license": [
2088
                "MIT"
2089
            ],
2090
            "authors": [
2091
                {
2092
                    "name": "Anthony Ferrara",
2093
                    "email": "[email protected]",
2094
                    "homepage": "http://blog.ircmaxell.com"
2095
                }
2096
            ],
2097
            "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
2098
            "homepage": "https://github.com/ircmaxell/password_compat",
2099
            "keywords": [
2100
                "hashing",
2101
                "password"
2102
            ],
2103
            "time": "2014-11-20 16:49:30"
2104
        },
2105
        {
2106
            "name": "jdorn/sql-formatter",
2107
            "version": "v1.2.17",
2108
            "source": {
2109
                "type": "git",
2110
                "url": "https://github.com/jdorn/sql-formatter.git",
2111
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
2112
            },
2113
            "dist": {
2114
                "type": "zip",
2115
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
2116
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
2117
                "shasum": ""
2118
            },
2119
            "require": {
2120
                "php": ">=5.2.4"
2121
            },
2122
            "require-dev": {
2123
                "phpunit/phpunit": "3.7.*"
2124
            },
2125
            "type": "library",
2126
            "extra": {
2127
                "branch-alias": {
2128
                    "dev-master": "1.3.x-dev"
2129
                }
2130
            },
2131
            "autoload": {
2132
                "classmap": [
2133
                    "lib"
2134
                ]
2135
            },
2136
            "notification-url": "https://packagist.org/downloads/",
2137
            "license": [
2138
                "MIT"
2139
            ],
2140
            "authors": [
2141
                {
2142
                    "name": "Jeremy Dorn",
2143
                    "email": "[email protected]",
2144
                    "homepage": "http://jeremydorn.com/"
2145
                }
2146
            ],
2147
            "description": "a PHP SQL highlighting library",
2148
            "homepage": "https://github.com/jdorn/sql-formatter/",
2149
            "keywords": [
2150
                "highlight",
2151
                "sql"
2152
            ],
2153
            "time": "2014-01-12 16:20:24"
2154
        },
2155
        {
2156
            "name": "jms/aop-bundle",
2157
            "version": "1.2.0",
2158
            "source": {
2159
                "type": "git",
2160
                "url": "https://github.com/schmittjoh/JMSAopBundle.git",
2161
                "reference": "78000d007e74283cc564a58e184d7f62548ad394"
2162
            },
2163
            "dist": {
2164
                "type": "zip",
2165
                "url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/78000d007e74283cc564a58e184d7f62548ad394",
2166
                "reference": "78000d007e74283cc564a58e184d7f62548ad394",
2167
                "shasum": ""
2168
            },
2169
            "require": {
2170
                "jms/cg": "^1.1",
2171
                "php": ">=5.3.9",
2172
                "symfony/framework-bundle": "^2.3|^3.0"
2173
            },
2174
            "require-dev": {
2175
                "symfony/phpunit-bridge": "^2.7"
2176
            },
2177
            "type": "symfony-bundle",
2178
            "extra": {
2179
                "branch-alias": {
2180
                    "dev-master": "1.1.x-dev"
2181
                }
2182
            },
2183
            "autoload": {
2184
                "psr-4": {
2185
                    "JMS\\AopBundle\\": ""
2186
                }
2187
            },
2188
            "notification-url": "https://packagist.org/downloads/",
2189
            "license": [
2190
                "Apache-2.0"
2191
            ],
2192
            "authors": [
2193
                {
2194
                    "name": "Johannes M. Schmitt",
2195
                    "email": "[email protected]"
2196
                }
2197
            ],
2198
            "description": "Adds AOP capabilities to Symfony2",
2199
            "keywords": [
2200
                "annotations",
2201
                "aop"
2202
            ],
2203
            "time": "2015-12-09 16:30:46"
2204
        },
2205
        {
2206
            "name": "jms/cg",
2207
            "version": "1.2.0",
2208
            "source": {
2209
                "type": "git",
2210
                "url": "https://github.com/schmittjoh/cg-library.git",
2211
                "reference": "2152ea2c48f746a676debb841644ae64cae27835"
2212
            },
2213
            "dist": {
2214
                "type": "zip",
2215
                "url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/2152ea2c48f746a676debb841644ae64cae27835",
2216
                "reference": "2152ea2c48f746a676debb841644ae64cae27835",
2217
                "shasum": ""
2218
            },
2219
            "require": {
2220
                "php": ">=5.3.0"
2221
            },
2222
            "require-dev": {
2223
                "phpunit/phpunit": ">=4.5"
2224
            },
2225
            "type": "library",
2226
            "extra": {
2227
                "branch-alias": {
2228
                    "dev-master": "1.1-dev"
2229
                }
2230
            },
2231
            "autoload": {
2232
                "psr-0": {
2233
                    "CG\\": "src/"
2234
                }
2235
            },
2236
            "notification-url": "https://packagist.org/downloads/",
2237
            "license": [
2238
                "Apache2"
2239
            ],
2240
            "authors": [
2241
                {
2242
                    "name": "Johannes M. Schmitt",
2243
                    "email": "[email protected]"
2244
                }
2245
            ],
2246
            "description": "Toolset for generating PHP code",
2247
            "keywords": [
2248
                "code generation"
2249
            ],
2250
            "time": "2016-04-07 10:21:44"
2251
        },
2252
        {
2253
            "name": "jms/di-extra-bundle",
2254
            "version": "1.8.2",
2255
            "source": {
2256
                "type": "git",
2257
                "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git",
2258
                "reference": "bd261ce117608be02533b901b07c5366997c5846"
2259
            },
2260
            "dist": {
2261
                "type": "zip",
2262
                "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/bd261ce117608be02533b901b07c5366997c5846",
2263
                "reference": "bd261ce117608be02533b901b07c5366997c5846",
2264
                "shasum": ""
2265
            },
2266
            "require": {
2267
                "jms/aop-bundle": "~1.1",
2268
                "jms/metadata": "~1.0",
2269
                "php": "~5.3|~7.0",
2270
                "symfony/dependency-injection": "~2.3|~3.0",
2271
                "symfony/finder": "~2.3|~3.0",
2272
                "symfony/framework-bundle": "~2.3|~3.0",
2273
                "symfony/http-kernel": "^2.3.24|~3.0",
2274
                "symfony/process": "~2.3|~3.0",
2275
                "symfony/routing": "~2.3|~3.0"
2276
            },
2277
            "require-dev": {
2278
                "doctrine/doctrine-bundle": "~1.5",
2279
                "doctrine/orm": "~2.3",
2280
                "jms/security-extra-bundle": "~1.0",
2281
                "phpcollection/phpcollection": ">=0.2,<0.3-dev",
2282
                "sensio/framework-extra-bundle": "~2.0|~3.0",
2283
                "symfony/browser-kit": "~2.3|~3.0",
2284
                "symfony/class-loader": "~2.3|~3.0",
2285
                "symfony/expression-language": "~2.6|~3.0",
2286
                "symfony/form": "~2.3|~3.0",
2287
                "symfony/phpunit-bridge": "~2.7",
2288
                "symfony/security-bundle": "~2.3",
2289
                "symfony/twig-bundle": "~2.3|~3.0",
2290
                "symfony/validator": "~2.3|~3.0",
2291
                "symfony/yaml": "~2.3|~3.0"
2292
            },
2293
            "type": "symfony-bundle",
2294
            "extra": {
2295
                "branch-alias": {
2296
                    "dev-master": "1.8-dev"
2297
                }
2298
            },
2299
            "autoload": {
2300
                "psr-4": {
2301
                    "JMS\\DiExtraBundle\\": ""
2302
                }
2303
            },
2304
            "notification-url": "https://packagist.org/downloads/",
2305
            "license": [
2306
                "Apache-2.0"
2307
            ],
2308
            "authors": [
2309
                {
2310
                    "name": "Johannes M. Schmitt",
2311
                    "email": "[email protected]"
2312
                }
2313
            ],
2314
            "description": "Allows to configure dependency injection using annotations",
2315
            "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle",
2316
            "keywords": [
2317
                "annotations",
2318
                "dependency injection"
2319
            ],
2320
            "time": "2017-05-31 11:52:22"
2321
        },
2322
        {
2323
            "name": "jms/metadata",
2324
            "version": "1.6.0",
2325
            "source": {
2326
                "type": "git",
2327
                "url": "https://github.com/schmittjoh/metadata.git",
2328
                "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab"
2329
            },
2330
            "dist": {
2331
                "type": "zip",
2332
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/6a06970a10e0a532fb52d3959547123b84a3b3ab",
2333
                "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab",
2334
                "shasum": ""
2335
            },
2336
            "require": {
2337
                "php": ">=5.3.0"
2338
            },
2339
            "require-dev": {
2340
                "doctrine/cache": "~1.0",
2341
                "symfony/cache": "~3.1"
2342
            },
2343
            "type": "library",
2344
            "extra": {
2345
                "branch-alias": {
2346
                    "dev-master": "1.5.x-dev"
2347
                }
2348
            },
2349
            "autoload": {
2350
                "psr-0": {
2351
                    "Metadata\\": "src/"
2352
                }
2353
            },
2354
            "notification-url": "https://packagist.org/downloads/",
2355
            "license": [
2356
                "Apache-2.0"
2357
            ],
2358
            "authors": [
2359
                {
2360
                    "name": "Johannes M. Schmitt",
2361
                    "email": "[email protected]"
2362
                }
2363
            ],
2364
            "description": "Class/method/property metadata management in PHP",
2365
            "keywords": [
2366
                "annotations",
2367
                "metadata",
2368
                "xml",
2369
                "yaml"
2370
            ],
2371
            "time": "2016-12-05 10:18:33"
2372
        },
2373
        {
2374
            "name": "jms/parser-lib",
2375
            "version": "1.0.0",
2376
            "source": {
2377
                "type": "git",
2378
                "url": "https://github.com/schmittjoh/parser-lib.git",
2379
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
2380
            },
2381
            "dist": {
2382
                "type": "zip",
2383
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
2384
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
2385
                "shasum": ""
2386
            },
2387
            "require": {
2388
                "phpoption/phpoption": ">=0.9,<2.0-dev"
2389
            },
2390
            "type": "library",
2391
            "extra": {
2392
                "branch-alias": {
2393
                    "dev-master": "1.0-dev"
2394
                }
2395
            },
2396
            "autoload": {
2397
                "psr-0": {
2398
                    "JMS\\": "src/"
2399
                }
2400
            },
2401
            "notification-url": "https://packagist.org/downloads/",
2402
            "license": [
2403
                "Apache2"
2404
            ],
2405
            "description": "A library for easily creating recursive-descent parsers.",
2406
            "time": "2012-11-18 18:08:43"
2407
        },
2408
        {
2409
            "name": "jms/security-extra-bundle",
2410
            "version": "1.6.1",
2411
            "source": {
2412
                "type": "git",
2413
                "url": "https://github.com/schmittjoh/JMSSecurityExtraBundle.git",
2414
                "reference": "8d3b81d62601dcbafafc5e0c2d20f3383e475525"
2415
            },
2416
            "dist": {
2417
                "type": "zip",
2418
                "url": "https://api.github.com/repos/schmittjoh/JMSSecurityExtraBundle/zipball/8d3b81d62601dcbafafc5e0c2d20f3383e475525",
2419
                "reference": "8d3b81d62601dcbafafc5e0c2d20f3383e475525",
2420
                "shasum": ""
2421
            },
2422
            "require": {
2423
                "jms/aop-bundle": "~1.0",
2424
                "jms/di-extra-bundle": "~1.4",
2425
                "jms/metadata": "~1.0",
2426
                "jms/parser-lib": "~1.0",
2427
                "php": "~5.3|~7.0",
2428
                "symfony/dependency-injection": "~2.3|~3.0",
2429
                "symfony/framework-bundle": "~2.3|~3.0",
2430
                "symfony/routing": "~2.3|~3.0",
2431
                "symfony/security-acl": "~2.2|~3.0",
2432
                "symfony/security-bundle": "~2.3|~3.0"
2433
            },
2434
            "require-dev": {
2435
                "doctrine/common": "~2.3",
2436
                "doctrine/doctrine-bundle": "~1.0",
2437
                "doctrine/orm": "~2.3",
2438
                "sensio/framework-extra-bundle": "^2.2.1|~3.0",
2439
                "symfony/browser-kit": "~2.0|~3.0",
2440
                "symfony/class-loader": "~2.1|~3.0",
2441
                "symfony/css-selector": "^2.0.5|~3.0",
2442
                "symfony/finder": "^2.0.5|~3.0",
2443
                "symfony/form": "~2.2|~3.0",
2444
                "symfony/phpunit-bridge": "~2.7|~3.0",
2445
                "symfony/process": "^2.0.5|~3.0",
2446
                "symfony/twig-bridge": "^2.2.6|~3.0",
2447
                "symfony/twig-bundle": "~2.2|~3.0",
2448
                "symfony/validator": "~2.2|~3.0",
2449
                "symfony/yaml": "^2.2.11|~3.0",
2450
                "twig/twig": "^1.23.1"
2451
            },
2452
            "type": "symfony-bundle",
2453
            "extra": {
2454
                "branch-alias": {
2455
                    "dev-master": "1.6-dev"
2456
                }
2457
            },
2458
            "autoload": {
2459
                "psr-4": {
2460
                    "JMS\\SecurityExtraBundle\\": ""
2461
                }
2462
            },
2463
            "notification-url": "https://packagist.org/downloads/",
2464
            "license": [
2465
                "Apache2"
2466
            ],
2467
            "authors": [
2468
                {
2469
                    "name": "Johannes M. Schmitt",
2470
                    "email": "[email protected]"
2471
                }
2472
            ],
2473
            "description": "Enhances the Symfony2 Security Component by adding several new features",
2474
            "homepage": "http://jmsyst.com/bundles/JMSSecurityExtraBundle",
2475
            "keywords": [
2476
                "annotations",
2477
                "authorization",
2478
                "expression",
2479
                "secure",
2480
                "security"
2481
            ],
2482
            "time": "2016-08-04 14:40:55"
2483
        },
2484
        {
2485
            "name": "jms/serializer",
2486
            "version": "1.1.0",
2487
            "source": {
2488
                "type": "git",
2489
                "url": "https://github.com/schmittjoh/serializer.git",
2490
                "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48"
2491
            },
2492
            "dist": {
2493
                "type": "zip",
2494
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
2495
                "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
2496
                "shasum": ""
2497
            },
2498
            "require": {
2499
                "doctrine/annotations": "1.*",
2500
                "doctrine/instantiator": "~1.0.3",
2501
                "jms/metadata": "~1.1",
2502
                "jms/parser-lib": "1.*",
2503
                "php": ">=5.4.0",
2504
                "phpcollection/phpcollection": "~0.1"
2505
            },
2506
            "conflict": {
2507
                "twig/twig": "<1.12"
2508
            },
2509
            "require-dev": {
2510
                "doctrine/orm": "~2.1",
2511
                "doctrine/phpcr-odm": "~1.0.1",
2512
                "jackalope/jackalope-doctrine-dbal": "1.0.*",
2513
                "phpunit/phpunit": "~4.0",
2514
                "propel/propel1": "~1.7",
2515
                "symfony/filesystem": "2.*",
2516
                "symfony/form": "~2.1",
2517
                "symfony/translation": "~2.0",
2518
                "symfony/validator": "~2.0",
2519
                "symfony/yaml": "2.*",
2520
                "twig/twig": "~1.12|~2.0"
2521
            },
2522
            "suggest": {
2523
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
2524
            },
2525
            "type": "library",
2526
            "extra": {
2527
                "branch-alias": {
2528
                    "dev-master": "1.1-dev"
2529
                }
2530
            },
2531
            "autoload": {
2532
                "psr-0": {
2533
                    "JMS\\Serializer": "src/"
2534
                }
2535
            },
2536
            "notification-url": "https://packagist.org/downloads/",
2537
            "license": [
2538
                "Apache2"
2539
            ],
2540
            "authors": [
2541
                {
2542
                    "name": "Johannes M. Schmitt",
2543
                    "email": "[email protected]"
2544
                }
2545
            ],
2546
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
2547
            "homepage": "http://jmsyst.com/libs/serializer",
2548
            "keywords": [
2549
                "deserialization",
2550
                "jaxb",
2551
                "json",
2552
                "serialization",
2553
                "xml"
2554
            ],
2555
            "time": "2015-10-27 09:24:41"
2556
        },
2557
        {
2558
            "name": "jms/serializer-bundle",
2559
            "version": "1.1.0",
2560
            "target-dir": "JMS/SerializerBundle",
2561
            "source": {
2562
                "type": "git",
2563
                "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
2564
                "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e"
2565
            },
2566
            "dist": {
2567
                "type": "zip",
2568
                "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/3e396c980545350c2efb65a50041d2a9f9d6562e",
2569
                "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e",
2570
                "shasum": ""
2571
            },
2572
            "require": {
2573
                "jms/serializer": "^1.0.0",
2574
                "php": ">=5.4.0",
2575
                "phpoption/phpoption": "^1.1.0",
2576
                "symfony/framework-bundle": "~2.3|~3.0"
2577
            },
2578
            "require-dev": {
2579
                "doctrine/doctrine-bundle": "*",
2580
                "doctrine/orm": "*",
2581
                "symfony/browser-kit": "*",
2582
                "symfony/class-loader": "*",
2583
                "symfony/css-selector": "*",
2584
                "symfony/finder": "*",
2585
                "symfony/form": "*",
2586
                "symfony/process": "*",
2587
                "symfony/stopwatch": "*",
2588
                "symfony/twig-bundle": "*",
2589
                "symfony/validator": "*",
2590
                "symfony/yaml": "*"
2591
            },
2592
            "suggest": {
2593
                "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
2594
            },
2595
            "type": "symfony-bundle",
2596
            "extra": {
2597
                "branch-alias": {
2598
                    "dev-master": "1.1-dev"
2599
                }
2600
            },
2601
            "autoload": {
2602
                "psr-0": {
2603
                    "JMS\\SerializerBundle": ""
2604
                }
2605
            },
2606
            "notification-url": "https://packagist.org/downloads/",
2607
            "license": [
2608
                "Apache2"
2609
            ],
2610
            "authors": [
2611
                {
2612
                    "name": "Johannes M. Schmitt",
2613
                    "email": "[email protected]"
2614
                }
2615
            ],
2616
            "description": "Allows you to easily serialize, and deserialize data of any complexity",
2617
            "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
2618
            "keywords": [
2619
                "deserialization",
2620
                "jaxb",
2621
                "json",
2622
                "serialization",
2623
                "xml"
2624
            ],
2625
            "time": "2015-11-10 12:26:42"
2626
        },
2627
        {
2628
            "name": "knplabs/gaufrette",
2629
            "version": "v0.3.1",
2630
            "source": {
2631
                "type": "git",
2632
                "url": "https://github.com/KnpLabs/Gaufrette.git",
2633
                "reference": "771ad16f4b2e7f9d35f44b201956e83c6fbf5dde"
2634
            },
2635
            "dist": {
2636
                "type": "zip",
2637
                "url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/771ad16f4b2e7f9d35f44b201956e83c6fbf5dde",
2638
                "reference": "771ad16f4b2e7f9d35f44b201956e83c6fbf5dde",
2639
                "shasum": ""
2640
            },
2641
            "require": {
2642
                "php": ">=5.4"
2643
            },
2644
            "conflict": {
2645
                "microsoft/windowsazure": "<0.4.3"
2646
            },
2647
            "require-dev": {
2648
                "amazonwebservices/aws-sdk-for-php": "1.5.*",
2649
                "aws/aws-sdk-php": "^2.4.12",
2650
                "doctrine/dbal": ">=2.3",
2651
                "dropbox-php/dropbox-php": "*",
2652
                "google/apiclient": "~1.1.3",
2653
                "herzult/php-ssh": "*",
2654
                "league/flysystem": "~1.0",
2655
                "mikey179/vfsstream": "~1.2.0",
2656
                "phpseclib/phpseclib": "^2.0",
2657
                "phpspec/phpspec": "~2.4",
2658
                "phpunit/phpunit": "3.7.*",
2659
                "rackspace/php-opencloud": "^1.9.2"
2660
            },
2661
            "suggest": {
2662
                "amazonwebservices/aws-sdk-for-php": "to use the legacy Amazon S3 adapters",
2663
                "aws/aws-sdk-php": "to use the Amazon S3 adapter",
2664
                "doctrine/dbal": "to use the Doctrine DBAL adapter",
2665
                "dropbox-php/dropbox-php": "to use the Dropbox adapter",
2666
                "ext-apc": "to use the APC adapter",
2667
                "ext-curl": "*",
2668
                "ext-fileinfo": "This extension is used to automatically detect the content-type of a file in the AwsS3, OpenCloud, AzureBlogStorage and GoogleCloudStorage adapters",
2669
                "ext-mbstring": "*",
2670
                "ext-mongo": "*",
2671
                "ext-zip": "to use the Zip adapter",
2672
                "google/apiclient": "to use GoogleCloudStorage adapter",
2673
                "herzult/php-ssh": "to use SFtp adapter",
2674
                "knplabs/knp-gaufrette-bundle": "to use with Symfony2",
2675
                "league/flysystem": "to use Flysystem adapters",
2676
                "microsoft/windowsazure": "to use Microsoft Azure Blob Storage adapter",
2677
                "phpseclib/phpseclib": "to use PhpseclibSftp adapter",
2678
                "rackspace/php-opencloud": "to use Opencloud adapter"
2679
            },
2680
            "type": "library",
2681
            "extra": {
2682
                "branch-alias": {
2683
                    "dev-master": "0.4.x-dev"
2684
                }
2685
            },
2686
            "autoload": {
2687
                "psr-0": {
2688
                    "Gaufrette": "src/"
2689
                }
2690
            },
2691
            "notification-url": "https://packagist.org/downloads/",
2692
            "license": [
2693
                "MIT"
2694
            ],
2695
            "authors": [
2696
                {
2697
                    "name": "The contributors",
2698
                    "homepage": "http://github.com/knplabs/Gaufrette/contributors"
2699
                },
2700
                {
2701
                    "name": "KnpLabs Team",
2702
                    "homepage": "http://knplabs.com"
2703
                }
2704
            ],
2705
            "description": "PHP5 library that provides a filesystem abstraction layer",
2706
            "homepage": "http://knplabs.com",
2707
            "keywords": [
2708
                "abstraction",
2709
                "file",
2710
                "filesystem",
2711
                "media"
2712
            ],
2713
            "time": "2017-03-20 01:23:34"
2714
        },
2715
        {
2716
            "name": "knplabs/knp-gaufrette-bundle",
2717
            "version": "v0.4.0",
2718
            "source": {
2719
                "type": "git",
2720
                "url": "https://github.com/KnpLabs/KnpGaufretteBundle.git",
2721
                "reference": "06d91a8a575773cd0361c1246c9c499b6bdd5d68"
2722
            },
2723
            "dist": {
2724
                "type": "zip",
2725
                "url": "https://api.github.com/repos/KnpLabs/KnpGaufretteBundle/zipball/06d91a8a575773cd0361c1246c9c499b6bdd5d68",
2726
                "reference": "06d91a8a575773cd0361c1246c9c499b6bdd5d68",
2727
                "shasum": ""
2728
            },
2729
            "require": {
2730
                "knplabs/gaufrette": "~0.1.7|~0.2|~0.3",
2731
                "symfony/framework-bundle": "~2.0|~3.0"
2732
            },
2733
            "require-dev": {
2734
                "phpunit/phpunit": "~4.2",
2735
                "symfony/console": "~2.0|~3.0",
2736
                "symfony/yaml": "~2.0|~3.0"
2737
            },
2738
            "type": "symfony-bundle",
2739
            "extra": {
2740
                "branch-alias": {
2741
                    "dev-master": "0.4.x-dev"
2742
                }
2743
            },
2744
            "autoload": {
2745
                "psr-4": {
2746
                    "Knp\\Bundle\\GaufretteBundle\\": ""
2747
                }
2748
            },
2749
            "notification-url": "https://packagist.org/downloads/",
2750
            "license": [
2751
                "MIT"
2752
            ],
2753
            "authors": [
2754
                {
2755
                    "name": "The contributors",
2756
                    "homepage": "https://github.com/knplabs/KnpGaufretteBundle/contributors"
2757
                },
2758
                {
2759
                    "name": "Antoine Hérault",
2760
                    "email": "[email protected]"
2761
                }
2762
            ],
2763
            "description": "Allows to easily use the Gaufrette library in a Symfony project",
2764
            "homepage": "http://knplabs.com",
2765
            "keywords": [
2766
                "abstraction",
2767
                "file",
2768
                "filesystem",
2769
                "media"
2770
            ],
2771
            "time": "2017-03-16 21:01:25"
2772
        },
2773
        {
2774
            "name": "kriswallsmith/assetic",
2775
            "version": "v1.4.0",
2776
            "source": {
2777
                "type": "git",
2778
                "url": "https://github.com/kriswallsmith/assetic.git",
2779
                "reference": "e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1"
2780
            },
2781
            "dist": {
2782
                "type": "zip",
2783
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1",
2784
                "reference": "e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1",
2785
                "shasum": ""
2786
            },
2787
            "require": {
2788
                "php": ">=5.3.1",
2789
                "symfony/process": "~2.1|~3.0"
2790
            },
2791
            "conflict": {
2792
                "twig/twig": "<1.27"
2793
            },
2794
            "require-dev": {
2795
                "leafo/lessphp": "^0.3.7",
2796
                "leafo/scssphp": "~0.1",
2797
                "meenie/javascript-packer": "^1.1",
2798
                "mrclay/minify": "<2.3",
2799
                "natxet/cssmin": "3.0.4",
2800
                "patchwork/jsqueeze": "~1.0|~2.0",
2801
                "phpunit/phpunit": "~4.8 || ^5.6",
2802
                "psr/log": "~1.0",
2803
                "ptachoire/cssembed": "~1.0",
2804
                "symfony/phpunit-bridge": "~2.7|~3.0",
2805
                "twig/twig": "~1.23|~2.0",
2806
                "yfix/packager": "dev-master"
2807
            },
2808
            "suggest": {
2809
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
2810
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
2811
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
2812
                "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
2813
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
2814
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
2815
            },
2816
            "type": "library",
2817
            "extra": {
2818
                "branch-alias": {
2819
                    "dev-master": "1.4-dev"
2820
                }
2821
            },
2822
            "autoload": {
2823
                "psr-0": {
2824
                    "Assetic": "src/"
2825
                },
2826
                "files": [
2827
                    "src/functions.php"
2828
                ]
2829
            },
2830
            "notification-url": "https://packagist.org/downloads/",
2831
            "license": [
2832
                "MIT"
2833
            ],
2834
            "authors": [
2835
                {
2836
                    "name": "Kris Wallsmith",
2837
                    "email": "[email protected]",
2838
                    "homepage": "http://kriswallsmith.net/"
2839
                }
2840
            ],
2841
            "description": "Asset Management for PHP",
2842
            "homepage": "https://github.com/kriswallsmith/assetic",
2843
            "keywords": [
2844
                "assets",
2845
                "compression",
2846
                "minification"
2847
            ],
2848
            "time": "2016-11-11 18:43:20"
2849
        },
2850
        {
2851
            "name": "kriswallsmith/buzz",
2852
            "version": "v0.15.1",
2853
            "source": {
2854
                "type": "git",
2855
                "url": "https://github.com/kriswallsmith/Buzz.git",
2856
                "reference": "d59932b335c2f2f3ec9eee66a37db6bd50d39e13"
2857
            },
2858
            "dist": {
2859
                "type": "zip",
2860
                "url": "https://api.github.com/repos/kriswallsmith/Buzz/zipball/d59932b335c2f2f3ec9eee66a37db6bd50d39e13",
2861
                "reference": "d59932b335c2f2f3ec9eee66a37db6bd50d39e13",
2862
                "shasum": ""
2863
            },
2864
            "require": {
2865
                "php": "^5.3.3 || ^7.0"
2866
            },
2867
            "require-dev": {
2868
                "symfony/phpunit-bridge": "^3.3"
2869
            },
2870
            "suggest": {
2871
                "ext-curl": "*"
2872
            },
2873
            "type": "library",
2874
            "autoload": {
2875
                "psr-4": {
2876
                    "Buzz\\": "lib/Buzz"
2877
                }
2878
            },
2879
            "notification-url": "https://packagist.org/downloads/",
2880
            "license": [
2881
                "MIT"
2882
            ],
2883
            "authors": [
2884
                {
2885
                    "name": "Kris Wallsmith",
2886
                    "email": "[email protected]",
2887
                    "homepage": "http://kriswallsmith.net/"
2888
                }
2889
            ],
2890
            "description": "Lightweight HTTP client",
2891
            "homepage": "https://github.com/kriswallsmith/Buzz",
2892
            "keywords": [
2893
                "curl",
2894
                "http client"
2895
            ],
2896
            "time": "2017-08-19 09:43:47"
2897
        },
2898
        {
2899
            "name": "liip/monitor-bundle",
2900
            "version": "2.5.2",
2901
            "source": {
2902
                "type": "git",
2903
                "url": "https://github.com/liip/LiipMonitorBundle.git",
2904
                "reference": "255f7a523d377d46297d3aeab0d0908ab6786890"
2905
            },
2906
            "dist": {
2907
                "type": "zip",
2908
                "url": "https://api.github.com/repos/liip/LiipMonitorBundle/zipball/255f7a523d377d46297d3aeab0d0908ab6786890",
2909
                "reference": "255f7a523d377d46297d3aeab0d0908ab6786890",
2910
                "shasum": ""
2911
            },
2912
            "require": {
2913
                "php": "^5.4|^7.0",
2914
                "symfony/framework-bundle": "~2.3|~3.0",
2915
                "zendframework/zenddiagnostics": "^1.0.2"
2916
            },
2917
            "require-dev": {
2918
                "doctrine/doctrine-migrations-bundle": "~1.0",
2919
                "doctrine/migrations": "~1.0",
2920
                "guzzlehttp/guzzle": "~3.8|~4.0|~5.0|~6.0",
2921
                "matthiasnoback/symfony-dependency-injection-test": "^0.7.4",
2922
                "phpunit/phpunit": "^4.8|^5.0",
2923
                "sensiolabs/security-checker": "~1.3|~2.0|~3.0|~4.0",
2924
                "swiftmailer/swiftmailer": "~5.4",
2925
                "symfony/asset": "^2.0|^3.0",
2926
                "symfony/browser-kit": "^2.0|^3.0",
2927
                "symfony/expression-language": "~2.3|~3.0",
2928
                "symfony/finder": "^2.0|^3.0",
2929
                "symfony/templating": "^2.0|^3.0",
2930
                "symfony/twig-bundle": "^2.0|^3.0"
2931
            },
2932
            "suggest": {
2933
                "sensio/distribution-bundle": "To be able to use the composer ScriptHandler",
2934
                "symfony/expression-language": "To use the Expression check"
2935
            },
2936
            "type": "symfony-bundle",
2937
            "extra": {
2938
                "branch-alias": {
2939
                    "dev-master": "2.3-dev"
2940
                }
2941
            },
2942
            "autoload": {
2943
                "psr-4": {
2944
                    "Liip\\MonitorBundle\\": ""
2945
                }
2946
            },
2947
            "notification-url": "https://packagist.org/downloads/",
2948
            "license": [
2949
                "MIT"
2950
            ],
2951
            "authors": [
2952
                {
2953
                    "name": "Liip AG",
2954
                    "homepage": "http://www.liip.ch/"
2955
                },
2956
                {
2957
                    "name": "Alvaro Videla",
2958
                    "email": "[email protected]"
2959
                },
2960
                {
2961
                    "name": "Symfony Community",
2962
                    "homepage": "https://github.com/liip/LiipMonitorBundle/contributors"
2963
                },
2964
                {
2965
                    "name": "Kevin Bond",
2966
                    "homepage": "http://zenstruck.com/"
2967
                }
2968
            ],
2969
            "description": "Liip Monitor Bundle",
2970
            "keywords": [
2971
                "check",
2972
                "health",
2973
                "monitor",
2974
                "monitoring"
2975
            ],
2976
            "time": "2017-05-05 14:54:15"
2977
        },
2978
        {
2979
            "name": "michelf/php-markdown",
2980
            "version": "1.4.1",
2981
            "source": {
2982
                "type": "git",
2983
                "url": "https://github.com/michelf/php-markdown.git",
2984
                "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6"
2985
            },
2986
            "dist": {
2987
                "type": "zip",
2988
                "url": "https://api.github.com/repos/michelf/php-markdown/zipball/de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
2989
                "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
2990
                "shasum": ""
2991
            },
2992
            "require": {
2993
                "php": ">=5.3.0"
2994
            },
2995
            "type": "library",
2996
            "extra": {
2997
                "branch-alias": {
2998
                    "dev-lib": "1.4.x-dev"
2999
                }
3000
            },
3001
            "autoload": {
3002
                "psr-0": {
3003
                    "Michelf": ""
3004
                }
3005
            },
3006
            "notification-url": "https://packagist.org/downloads/",
3007
            "license": [
3008
                "BSD-3-Clause"
3009
            ],
3010
            "authors": [
3011
                {
3012
                    "name": "Michel Fortin",
3013
                    "email": "[email protected]",
3014
                    "homepage": "http://michelf.ca/",
3015
                    "role": "Developer"
3016
                },
3017
                {
3018
                    "name": "John Gruber",
3019
                    "homepage": "http://daringfireball.net/"
3020
                }
3021
            ],
3022
            "description": "PHP Markdown",
3023
            "homepage": "http://michelf.ca/projects/php-markdown/",
3024
            "keywords": [
3025
                "markdown"
3026
            ],
3027
            "time": "2014-05-05 02:43:50"
3028
        },
3029
        {
3030
            "name": "misd/phone-number-bundle",
3031
            "version": "v1.2.0",
3032
            "source": {
3033
                "type": "git",
3034
                "url": "https://github.com/misd-service-development/phone-number-bundle.git",
3035
                "reference": "44888e72dc9bf6f22949a6659be45330580ea84e"
3036
            },
3037
            "dist": {
3038
                "type": "zip",
3039
                "url": "https://api.github.com/repos/misd-service-development/phone-number-bundle/zipball/44888e72dc9bf6f22949a6659be45330580ea84e",
3040
                "reference": "44888e72dc9bf6f22949a6659be45330580ea84e",
3041
                "shasum": ""
3042
            },
3043
            "require": {
3044
                "giggsey/libphonenumber-for-php": "~5.7|~6.0|~7.0|~8.0",
3045
                "php": ">=5.3.3",
3046
                "symfony/framework-bundle": "~2.1|~3.0"
3047
            },
3048
            "conflict": {
3049
                "twig/twig": "<1.12.0"
3050
            },
3051
            "require-dev": {
3052
                "doctrine/doctrine-bundle": "~1.0",
3053
                "jms/serializer-bundle": "~0.11|~1.0",
3054
                "phpunit/phpunit": "~4.0",
3055
                "symfony/form": "~2.3|~3.0",
3056
                "symfony/serializer": "~2.7|~3.1",
3057
                "symfony/templating": "~2.1|~3.0",
3058
                "symfony/twig-bundle": "~2.1|~3.0",
3059
                "symfony/validator": "~2.1|~3.0"
3060
            },
3061
            "suggest": {
3062
                "doctrine/doctrine-bundle": "Add a DBAL mapping type",
3063
                "jms/serializer-bundle": "Serialize/deserialize phone numbers using JSM library",
3064
                "symfony/form": "Add a data transformer",
3065
                "symfony/serializer": "Serialize/deserialize phone numbers using Symfony library",
3066
                "symfony/templating": "Format phone numbers in templates",
3067
                "symfony/twig-bundle": "Format phone numbers in Twig templates",
3068
                "symfony/validator": "Add a validation constraint"
3069
            },
3070
            "type": "symfony-bundle",
3071
            "extra": {
3072
                "branch-alias": {
3073
                    "dev-master": "1.1.x-dev"
3074
                }
3075
            },
3076
            "autoload": {
3077
                "psr-4": {
3078
                    "Misd\\PhoneNumberBundle\\": ""
3079
                }
3080
            },
3081
            "notification-url": "https://packagist.org/downloads/",
3082
            "license": [
3083
                "MIT"
3084
            ],
3085
            "description": "Integrates libphonenumber into your Symfony2 application",
3086
            "homepage": "https://github.com/misd-service-development/phone-number-bundle",
3087
            "keywords": [
3088
                "bundle",
3089
                "libphonenumber",
3090
                "phone-number",
3091
                "phonenumber",
3092
                "telephone number"
3093
            ],
3094
            "time": "2016-12-17 17:15:49"
3095
        },
3096
        {
3097
            "name": "monolog/monolog",
3098
            "version": "1.23.0",
3099
            "source": {
3100
                "type": "git",
3101
                "url": "https://github.com/Seldaek/monolog.git",
3102
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
3103
            },
3104
            "dist": {
3105
                "type": "zip",
3106
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
3107
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
3108
                "shasum": ""
3109
            },
3110
            "require": {
3111
                "php": ">=5.3.0",
3112
                "psr/log": "~1.0"
3113
            },
3114
            "provide": {
3115
                "psr/log-implementation": "1.0.0"
3116
            },
3117
            "require-dev": {
3118
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
3119
                "doctrine/couchdb": "~1.0@dev",
3120
                "graylog2/gelf-php": "~1.0",
3121
                "jakub-onderka/php-parallel-lint": "0.9",
3122
                "php-amqplib/php-amqplib": "~2.4",
3123
                "php-console/php-console": "^3.1.3",
3124
                "phpunit/phpunit": "~4.5",
3125
                "phpunit/phpunit-mock-objects": "2.3.0",
3126
                "ruflin/elastica": ">=0.90 <3.0",
3127
                "sentry/sentry": "^0.13",
3128
                "swiftmailer/swiftmailer": "^5.3|^6.0"
3129
            },
3130
            "suggest": {
3131
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
3132
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
3133
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
3134
                "ext-mongo": "Allow sending log messages to a MongoDB server",
3135
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
3136
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
3137
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
3138
                "php-console/php-console": "Allow sending log messages to Google Chrome",
3139
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
3140
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
3141
                "sentry/sentry": "Allow sending log messages to a Sentry server"
3142
            },
3143
            "type": "library",
3144
            "extra": {
3145
                "branch-alias": {
3146
                    "dev-master": "2.0.x-dev"
3147
                }
3148
            },
3149
            "autoload": {
3150
                "psr-4": {
3151
                    "Monolog\\": "src/Monolog"
3152
                }
3153
            },
3154
            "notification-url": "https://packagist.org/downloads/",
3155
            "license": [
3156
                "MIT"
3157
            ],
3158
            "authors": [
3159
                {
3160
                    "name": "Jordi Boggiano",
3161
                    "email": "[email protected]",
3162
                    "homepage": "http://seld.be"
3163
                }
3164
            ],
3165
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
3166
            "homepage": "http://github.com/Seldaek/monolog",
3167
            "keywords": [
3168
                "log",
3169
                "logging",
3170
                "psr-3"
3171
            ],
3172
            "time": "2017-06-19 01:22:40"
3173
        },
3174
        {
3175
            "name": "nelmio/api-doc-bundle",
3176
            "version": "2.13.2",
3177
            "target-dir": "Nelmio/ApiDocBundle",
3178
            "source": {
3179
                "type": "git",
3180
                "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
3181
                "reference": "adcdd91950db72346be4a8af82cc05883b97cef3"
3182
            },
3183
            "dist": {
3184
                "type": "zip",
3185
                "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/adcdd91950db72346be4a8af82cc05883b97cef3",
3186
                "reference": "adcdd91950db72346be4a8af82cc05883b97cef3",
3187
                "shasum": ""
3188
            },
3189
            "require": {
3190
                "michelf/php-markdown": "~1.4",
3191
                "php": ">=5.4",
3192
                "symfony/console": "~2.3|~3.0",
3193
                "symfony/framework-bundle": "~2.3|~3.0",
3194
                "symfony/twig-bundle": "~2.3|~3.0"
3195
            },
3196
            "conflict": {
3197
                "jms/serializer": "<0.12",
3198
                "jms/serializer-bundle": "<0.11",
3199
                "symfony/symfony": "~2.7.8",
3200
                "twig/twig": "<1.12"
3201
            },
3202
            "require-dev": {
3203
                "doctrine/doctrine-bundle": "~1.5",
3204
                "doctrine/orm": "~2.3",
3205
                "dunglas/api-bundle": "~1.0@dev",
3206
                "friendsofsymfony/rest-bundle": "~1.0|~2.0",
3207
                "jms/serializer-bundle": ">=0.11",
3208
                "sensio/framework-extra-bundle": "~3.0",
3209
                "symfony/browser-kit": "~2.3|~3.0",
3210
                "symfony/css-selector": "~2.3|~3.0",
3211
                "symfony/finder": "~2.3|~3.0",
3212
                "symfony/form": "~2.3|~3.0",
3213
                "symfony/phpunit-bridge": "~2.7|~3.0",
3214
                "symfony/serializer": "~2.7|~3.0",
3215
                "symfony/validator": "~2.3|~3.0",
3216
                "symfony/yaml": "~2.3|~3.0"
3217
            },
3218
            "suggest": {
3219
                "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
3220
                "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
3221
                "jms/serializer": "For making use of serializer information in the doc.",
3222
                "symfony/form": "For using form definitions as input.",
3223
                "symfony/validator": "For making use of validator information in the doc."
3224
            },
3225
            "type": "symfony-bundle",
3226
            "extra": {
3227
                "branch-alias": {
3228
                    "dev-master": "2.13-dev"
3229
                }
3230
            },
3231
            "autoload": {
3232
                "psr-0": {
3233
                    "Nelmio\\ApiDocBundle": ""
3234
                }
3235
            },
3236
            "notification-url": "https://packagist.org/downloads/",
3237
            "license": [
3238
                "MIT"
3239
            ],
3240
            "authors": [
3241
                {
3242
                    "name": "Nelmio",
3243
                    "homepage": "http://nelm.io"
3244
                },
3245
                {
3246
                    "name": "Symfony Community",
3247
                    "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
3248
                }
3249
            ],
3250
            "description": "Generates documentation for your REST API from annotations",
3251
            "keywords": [
3252
                "api",
3253
                "doc",
3254
                "documentation",
3255
                "rest"
3256
            ],
3257
            "time": "2017-05-13 14:53:58"
3258
        },
3259
        {
3260
            "name": "nelmio/cors-bundle",
3261
            "version": "1.5.3",
3262
            "source": {
3263
                "type": "git",
3264
                "url": "https://github.com/nelmio/NelmioCorsBundle.git",
3265
                "reference": "ac6576a599d7db9c2c6022602c188a5594216056"
3266
            },
3267
            "dist": {
3268
                "type": "zip",
3269
                "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/ac6576a599d7db9c2c6022602c188a5594216056",
3270
                "reference": "ac6576a599d7db9c2c6022602c188a5594216056",
3271
                "shasum": ""
3272
            },
3273
            "require": {
3274
                "symfony/framework-bundle": "^2.7 || ^3.0"
3275
            },
3276
            "require-dev": {
3277
                "matthiasnoback/symfony-dependency-injection-test": "^0.7.6",
3278
                "mockery/mockery": "0.9.*"
3279
            },
3280
            "type": "symfony-bundle",
3281
            "extra": {
3282
                "branch-alias": {
3283
                    "dev-master": "1.5.x-dev"
3284
                }
3285
            },
3286
            "autoload": {
3287
                "psr-4": {
3288
                    "Nelmio\\CorsBundle\\": ""
3289
                },
3290
                "exclude-from-classmap": [
3291
                    "/Tests/"
3292
                ]
3293
            },
3294
            "notification-url": "https://packagist.org/downloads/",
3295
            "license": [
3296
                "MIT"
3297
            ],
3298
            "authors": [
3299
                {
3300
                    "name": "Nelmio",
3301
                    "homepage": "http://nelm.io"
3302
                },
3303
                {
3304
                    "name": "Symfony Community",
3305
                    "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
3306
                }
3307
            ],
3308
            "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
3309
            "keywords": [
3310
                "api",
3311
                "cors",
3312
                "crossdomain"
3313
            ],
3314
            "time": "2017-04-24 09:12:42"
3315
        },
3316
        {
3317
            "name": "nelmio/security-bundle",
3318
            "version": "1.10.0",
3319
            "source": {
3320
                "type": "git",
3321
                "url": "https://github.com/nelmio/NelmioSecurityBundle.git",
3322
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9"
3323
            },
3324
            "dist": {
3325
                "type": "zip",
3326
                "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
3327
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
3328
                "shasum": ""
3329
            },
3330
            "require": {
3331
                "symfony/framework-bundle": "~2.3|~3.0",
3332
                "symfony/security": "~2.3|~3.0"
3333
            },
3334
            "require-dev": {
3335
                "phpunit/phpunit": "^5.2"
3336
            },
3337
            "type": "symfony-bundle",
3338
            "extra": {
3339
                "branch-alias": {
3340
                    "dev-master": "1.10.x-dev"
3341
                }
3342
            },
3343
            "autoload": {
3344
                "psr-4": {
3345
                    "Nelmio\\SecurityBundle\\": ""
3346
                }
3347
            },
3348
            "notification-url": "https://packagist.org/downloads/",
3349
            "license": [
3350
                "MIT"
3351
            ],
3352
            "authors": [
3353
                {
3354
                    "name": "Nelmio",
3355
                    "homepage": "http://nelm.io"
3356
                },
3357
                {
3358
                    "name": "Symfony Community",
3359
                    "homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors"
3360
                }
3361
            ],
3362
            "description": "Extra security-related features for Symfony: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...",
3363
            "keywords": [
3364
                "security"
3365
            ],
3366
            "time": "2016-02-23 10:42:13"
3367
        },
3368
        {
3369
            "name": "ocramius/proxy-manager",
3370
            "version": "1.0.2",
3371
            "source": {
3372
                "type": "git",
3373
                "url": "https://github.com/Ocramius/ProxyManager.git",
3374
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11"
3375
            },
3376
            "dist": {
3377
                "type": "zip",
3378
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11",
3379
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11",
3380
                "shasum": ""
3381
            },
3382
            "require": {
3383
                "php": ">=5.3.3",
3384
                "zendframework/zend-code": ">2.2.5,<3.0"
3385
            },
3386
            "require-dev": {
3387
                "ext-phar": "*",
3388
                "phpunit/phpunit": "~4.0",
3389
                "squizlabs/php_codesniffer": "1.5.*"
3390
            },
3391
            "suggest": {
3392
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
3393
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
3394
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
3395
                "zendframework/zend-stdlib": "To use the hydrator proxy",
3396
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
3397
            },
3398
            "type": "library",
3399
            "extra": {
3400
                "branch-alias": {
3401
                    "dev-master": "2.0.x-dev"
3402
                }
3403
            },
3404
            "autoload": {
3405
                "psr-0": {
3406
                    "ProxyManager\\": "src"
3407
                }
3408
            },
3409
            "notification-url": "https://packagist.org/downloads/",
3410
            "license": [
3411
                "MIT"
3412
            ],
3413
            "authors": [
3414
                {
3415
                    "name": "Marco Pivetta",
3416
                    "email": "[email protected]",
3417
                    "homepage": "http://ocramius.github.com/"
3418
                }
3419
            ],
3420
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
3421
            "homepage": "https://github.com/Ocramius/ProxyManager",
3422
            "keywords": [
3423
                "aop",
3424
                "lazy loading",
3425
                "proxy",
3426
                "proxy pattern",
3427
                "service proxies"
3428
            ],
3429
            "time": "2015-08-09 04:28:19"
3430
        },
3431
        {
3432
            "name": "oro/doctrine-extensions",
3433
            "version": "1.2.0",
3434
            "source": {
3435
                "type": "git",
3436
                "url": "https://github.com/orocrm/doctrine-extensions.git",
3437
                "reference": "26f38a2065d36d308331ccecb0b5ef31d61541d2"
3438
            },
3439
            "dist": {
3440
                "type": "zip",
3441
                "url": "https://api.github.com/repos/orocrm/doctrine-extensions/zipball/26f38a2065d36d308331ccecb0b5ef31d61541d2",
3442
                "reference": "26f38a2065d36d308331ccecb0b5ef31d61541d2",
3443
                "shasum": ""
3444
            },
3445
            "require": {
3446
                "doctrine/orm": ">=2.2.3",
3447
                "php": ">=5.3.0"
3448
            },
3449
            "require-dev": {
3450
                "doctrine/data-fixtures": "^1.0",
3451
                "doctrine/orm": "<2.5.0",
3452
                "phpunit/phpunit": "4.*",
3453
                "squizlabs/php_codesniffer": "2.8.*",
3454
                "symfony/yaml": "2.*"
3455
            },
3456
            "type": "library",
3457
            "autoload": {
3458
                "psr-0": {
3459
                    "Oro\\DBAL": "src/",
3460
                    "Oro\\ORM": "src/"
3461
                }
3462
            },
3463
            "notification-url": "https://packagist.org/downloads/",
3464
            "license": [
3465
                "MIT"
3466
            ],
3467
            "authors": [
3468
                {
3469
                    "name": "Oro, Inc",
3470
                    "homepage": "http://www.orocrm.com"
3471
                }
3472
            ],
3473
            "description": "Doctrine Extensions for MySQL and PostgreSQL.",
3474
            "homepage": "https://github.com/orocrm/doctrine-extensions/",
3475
            "keywords": [
3476
                "database",
3477
                "doctrine",
3478
                "dql",
3479
                "function",
3480
                "mysql",
3481
                "postgresql",
3482
                "type"
3483
            ],
3484
            "time": "2017-07-17 10:33:16"
3485
        },
3486
        {
3487
            "name": "paragonie/random_compat",
3488
            "version": "v2.0.10",
3489
            "source": {
3490
                "type": "git",
3491
                "url": "https://github.com/paragonie/random_compat.git",
3492
                "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d"
3493
            },
3494
            "dist": {
3495
                "type": "zip",
3496
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d",
3497
                "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d",
3498
                "shasum": ""
3499
            },
3500
            "require": {
3501
                "php": ">=5.2.0"
3502
            },
3503
            "require-dev": {
3504
                "phpunit/phpunit": "4.*|5.*"
3505
            },
3506
            "suggest": {
3507
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
3508
            },
3509
            "type": "library",
3510
            "autoload": {
3511
                "files": [
3512
                    "lib/random.php"
3513
                ]
3514
            },
3515
            "notification-url": "https://packagist.org/downloads/",
3516
            "license": [
3517
                "MIT"
3518
            ],
3519
            "authors": [
3520
                {
3521
                    "name": "Paragon Initiative Enterprises",
3522
                    "email": "[email protected]",
3523
                    "homepage": "https://paragonie.com"
3524
                }
3525
            ],
3526
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
3527
            "keywords": [
3528
                "csprng",
3529
                "pseudorandom",
3530
                "random"
3531
            ],
3532
            "time": "2017-03-13 16:27:32"
3533
        },
3534
        {
3535
            "name": "phpcollection/phpcollection",
3536
            "version": "0.5.0",
3537
            "source": {
3538
                "type": "git",
3539
                "url": "https://github.com/schmittjoh/php-collection.git",
3540
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
3541
            },
3542
            "dist": {
3543
                "type": "zip",
3544
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
3545
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
3546
                "shasum": ""
3547
            },
3548
            "require": {
3549
                "phpoption/phpoption": "1.*"
3550
            },
3551
            "type": "library",
3552
            "extra": {
3553
                "branch-alias": {
3554
                    "dev-master": "0.4-dev"
3555
                }
3556
            },
3557
            "autoload": {
3558
                "psr-0": {
3559
                    "PhpCollection": "src/"
3560
                }
3561
            },
3562
            "notification-url": "https://packagist.org/downloads/",
3563
            "license": [
3564
                "Apache2"
3565
            ],
3566
            "authors": [
3567
                {
3568
                    "name": "Johannes M. Schmitt",
3569
                    "email": "[email protected]"
3570
                }
3571
            ],
3572
            "description": "General-Purpose Collection Library for PHP",
3573
            "keywords": [
3574
                "collection",
3575
                "list",
3576
                "map",
3577
                "sequence",
3578
                "set"
3579
            ],
3580
            "time": "2015-05-17 12:39:23"
3581
        },
3582
        {
3583
            "name": "phpoption/phpoption",
3584
            "version": "1.5.0",
3585
            "source": {
3586
                "type": "git",
3587
                "url": "https://github.com/schmittjoh/php-option.git",
3588
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
3589
            },
3590
            "dist": {
3591
                "type": "zip",
3592
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
3593
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
3594
                "shasum": ""
3595
            },
3596
            "require": {
3597
                "php": ">=5.3.0"
3598
            },
3599
            "require-dev": {
3600
                "phpunit/phpunit": "4.7.*"
3601
            },
3602
            "type": "library",
3603
            "extra": {
3604
                "branch-alias": {
3605
                    "dev-master": "1.3-dev"
3606
                }
3607
            },
3608
            "autoload": {
3609
                "psr-0": {
3610
                    "PhpOption\\": "src/"
3611
                }
3612
            },
3613
            "notification-url": "https://packagist.org/downloads/",
3614
            "license": [
3615
                "Apache2"
3616
            ],
3617
            "authors": [
3618
                {
3619
                    "name": "Johannes M. Schmitt",
3620
                    "email": "[email protected]"
3621
                }
3622
            ],
3623
            "description": "Option Type for PHP",
3624
            "keywords": [
3625
                "language",
3626
                "option",
3627
                "php",
3628
                "type"
3629
            ],
3630
            "time": "2015-07-25 16:39:46"
3631
        },
3632
        {
3633
            "name": "phpseclib/phpseclib",
3634
            "version": "2.0.6",
3635
            "source": {
3636
                "type": "git",
3637
                "url": "https://github.com/phpseclib/phpseclib.git",
3638
                "reference": "34a7699e6f31b1ef4035ee36444407cecf9f56aa"
3639
            },
3640
            "dist": {
3641
                "type": "zip",
3642
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/34a7699e6f31b1ef4035ee36444407cecf9f56aa",
3643
                "reference": "34a7699e6f31b1ef4035ee36444407cecf9f56aa",
3644
                "shasum": ""
3645
            },
3646
            "require": {
3647
                "php": ">=5.3.3"
3648
            },
3649
            "require-dev": {
3650
                "phing/phing": "~2.7",
3651
                "phpunit/phpunit": "~4.0",
3652
                "sami/sami": "~2.0",
3653
                "squizlabs/php_codesniffer": "~2.0"
3654
            },
3655
            "suggest": {
3656
                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
3657
                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
3658
                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
3659
                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
3660
            },
3661
            "type": "library",
3662
            "autoload": {
3663
                "files": [
3664
                    "phpseclib/bootstrap.php"
3665
                ],
3666
                "psr-4": {
3667
                    "phpseclib\\": "phpseclib/"
3668
                }
3669
            },
3670
            "notification-url": "https://packagist.org/downloads/",
3671
            "license": [
3672
                "MIT"
3673
            ],
3674
            "authors": [
3675
                {
3676
                    "name": "Jim Wigginton",
3677
                    "email": "[email protected]",
3678
                    "role": "Lead Developer"
3679
                },
3680
                {
3681
                    "name": "Patrick Monnerat",
3682
                    "email": "[email protected]",
3683
                    "role": "Developer"
3684
                },
3685
                {
3686
                    "name": "Andreas Fischer",
3687
                    "email": "[email protected]",
3688
                    "role": "Developer"
3689
                },
3690
                {
3691
                    "name": "Hans-Jürgen Petrich",
3692
                    "email": "[email protected]",
3693
                    "role": "Developer"
3694
                },
3695
                {
3696
                    "name": "Graham Campbell",
3697
                    "email": "[email protected]",
3698
                    "role": "Developer"
3699
                }
3700
            ],
3701
            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
3702
            "homepage": "http://phpseclib.sourceforge.net",
3703
            "keywords": [
3704
                "BigInteger",
3705
                "aes",
3706
                "asn.1",
3707
                "asn1",
3708
                "blowfish",
3709
                "crypto",
3710
                "cryptography",
3711
                "encryption",
3712
                "rsa",
3713
                "security",
3714
                "sftp",
3715
                "signature",
3716
                "signing",
3717
                "ssh",
3718
                "twofish",
3719
                "x.509",
3720
                "x509"
3721
            ],
3722
            "time": "2017-06-05 06:31:10"
3723
        },
3724
        {
3725
            "name": "procergs/login-cidadao-badges-bundle",
3726
            "version": "2.0.2",
3727
            "target-dir": "LoginCidadao/BadgesBundle",
3728
            "source": {
3729
                "type": "git",
3730
                "url": "https://github.com/PROCERGS/login-cidadao-badges-bundle.git",
3731
                "reference": "9621652344d60c6587bb82de028fbe576ea4e470"
3732
            },
3733
            "dist": {
3734
                "type": "zip",
3735
                "url": "https://api.github.com/repos/PROCERGS/login-cidadao-badges-bundle/zipball/9621652344d60c6587bb82de028fbe576ea4e470",
3736
                "reference": "9621652344d60c6587bb82de028fbe576ea4e470",
3737
                "shasum": ""
3738
            },
3739
            "require": {
3740
                "php": ">=5.3.0"
3741
            },
3742
            "type": "symfony-bundle",
3743
            "autoload": {
3744
                "psr-0": {
3745
                    "LoginCidadao\\BadgesBundle": ""
3746
                }
3747
            },
3748
            "license": [
3749
                "MIT"
3750
            ],
3751
            "authors": [
3752
                {
3753
                    "name": "Guilherme Donato",
3754
                    "email": "[email protected]"
3755
                }
3756
            ],
3757
            "description": "Login Cidadão's Badge Bundle",
3758
            "homepage": "https://github.com/PROCERGS/login-cidadao-badges-bundle",
3759
            "keywords": [
3760
                "badges",
3761
                "login-cidadao"
3762
            ],
3763
            "support": {
3764
                "source": "https://github.com/PROCERGS/login-cidadao-badges-bundle/tree/2.0.2",
3765
                "issues": "https://github.com/PROCERGS/login-cidadao-badges-bundle/issues"
3766
            },
3767
            "time": "2017-05-16 21:00:51"
3768
        },
3769
        {
3770
            "name": "procergs/tos-bundle",
3771
            "version": "1.4.1",
3772
            "source": {
3773
                "type": "git",
3774
                "url": "https://github.com/PROCERGS/tos-bundle.git",
3775
                "reference": "83489cb4343da678310daaa21142e771c955a015"
3776
            },
3777
            "dist": {
3778
                "type": "zip",
3779
                "url": "https://api.github.com/repos/PROCERGS/tos-bundle/zipball/83489cb4343da678310daaa21142e771c955a015",
3780
                "reference": "83489cb4343da678310daaa21142e771c955a015",
3781
                "shasum": ""
3782
            },
3783
            "require": {
3784
                "cebe/markdown": "^1.1",
3785
                "doctrine/doctrine-bundle": ">=1.2",
3786
                "doctrine/orm": ">=2.2.3,<2.5",
3787
                "friendsofsymfony/user-bundle": ">=1.3",
3788
                "php": ">=5.3.3",
3789
                "symfony/symfony": ">=2.3.0"
3790
            },
3791
            "type": "symfony-bundle",
3792
            "autoload": {
3793
                "psr-4": {
3794
                    "LoginCidadao\\TOSBundle\\": ""
3795
                }
3796
            },
3797
            "notification-url": "https://packagist.org/downloads/",
3798
            "license": [
3799
                "AGPLv3"
3800
            ],
3801
            "authors": [
3802
                {
3803
                    "name": "Guilherme Donato",
3804
                    "email": "[email protected]"
3805
                }
3806
            ],
3807
            "description": "Terms of Service Bundle",
3808
            "time": "2017-05-19 17:23:22"
3809
        },
3810
        {
3811
            "name": "psr/http-message",
3812
            "version": "1.0.1",
3813
            "source": {
3814
                "type": "git",
3815
                "url": "https://github.com/php-fig/http-message.git",
3816
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
3817
            },
3818
            "dist": {
3819
                "type": "zip",
3820
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
3821
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
3822
                "shasum": ""
3823
            },
3824
            "require": {
3825
                "php": ">=5.3.0"
3826
            },
3827
            "type": "library",
3828
            "extra": {
3829
                "branch-alias": {
3830
                    "dev-master": "1.0.x-dev"
3831
                }
3832
            },
3833
            "autoload": {
3834
                "psr-4": {
3835
                    "Psr\\Http\\Message\\": "src/"
3836
                }
3837
            },
3838
            "notification-url": "https://packagist.org/downloads/",
3839
            "license": [
3840
                "MIT"
3841
            ],
3842
            "authors": [
3843
                {
3844
                    "name": "PHP-FIG",
3845
                    "homepage": "http://www.php-fig.org/"
3846
                }
3847
            ],
3848
            "description": "Common interface for HTTP messages",
3849
            "homepage": "https://github.com/php-fig/http-message",
3850
            "keywords": [
3851
                "http",
3852
                "http-message",
3853
                "psr",
3854
                "psr-7",
3855
                "request",
3856
                "response"
3857
            ],
3858
            "time": "2016-08-06 14:39:51"
3859
        },
3860
        {
3861
            "name": "psr/log",
3862
            "version": "1.0.2",
3863
            "source": {
3864
                "type": "git",
3865
                "url": "https://github.com/php-fig/log.git",
3866
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
3867
            },
3868
            "dist": {
3869
                "type": "zip",
3870
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
3871
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
3872
                "shasum": ""
3873
            },
3874
            "require": {
3875
                "php": ">=5.3.0"
3876
            },
3877
            "type": "library",
3878
            "extra": {
3879
                "branch-alias": {
3880
                    "dev-master": "1.0.x-dev"
3881
                }
3882
            },
3883
            "autoload": {
3884
                "psr-4": {
3885
                    "Psr\\Log\\": "Psr/Log/"
3886
                }
3887
            },
3888
            "notification-url": "https://packagist.org/downloads/",
3889
            "license": [
3890
                "MIT"
3891
            ],
3892
            "authors": [
3893
                {
3894
                    "name": "PHP-FIG",
3895
                    "homepage": "http://www.php-fig.org/"
3896
                }
3897
            ],
3898
            "description": "Common interface for logging libraries",
3899
            "homepage": "https://github.com/php-fig/log",
3900
            "keywords": [
3901
                "log",
3902
                "psr",
3903
                "psr-3"
3904
            ],
3905
            "time": "2016-10-10 12:19:37"
3906
        },
3907
        {
3908
            "name": "qandidate/stack-request-id",
3909
            "version": "dev-ramsey-uuid-v3",
3910
            "source": {
3911
                "type": "git",
3912
                "url": "https://github.com/PROCERGS/stack-request-id.git",
3913
                "reference": "f3079f784bd1059e6182905516fc7659b7350443"
3914
            },
3915
            "dist": {
3916
                "type": "zip",
3917
                "url": "https://api.github.com/repos/PROCERGS/stack-request-id/zipball/f3079f784bd1059e6182905516fc7659b7350443",
3918
                "reference": "f3079f784bd1059e6182905516fc7659b7350443",
3919
                "shasum": ""
3920
            },
3921
            "require": {
3922
                "ramsey/uuid": "~2.0|~3.0",
3923
                "symfony/http-foundation": "~2.1|~3.0",
3924
                "symfony/http-kernel": "~2.1|~3.0"
3925
            },
3926
            "suggest": {
3927
                "symfony/monolog-bundle": "For registering the MonologProcessor"
3928
            },
3929
            "type": "library",
3930
            "autoload": {
3931
                "psr-0": {
3932
                    "Qandidate\\Stack": "src/"
3933
                }
3934
            },
3935
            "license": [
3936
                "MIT"
3937
            ],
3938
            "authors": [
3939
                {
3940
                    "name": "Alexander",
3941
                    "email": "[email protected]"
3942
                },
3943
                {
3944
                    "name": "Fritsjan",
3945
                    "email": "[email protected]"
3946
                },
3947
                {
3948
                    "name": "Qandidate.com",
3949
                    "homepage": "http://labs.qandidate.com/"
3950
                }
3951
            ],
3952
            "description": "Middleware for adding request id to Symfony Request.",
3953
            "support": {
3954
                "source": "https://github.com/PROCERGS/stack-request-id/tree/ramsey-uuid-v3"
3955
            },
3956
            "time": "2016-09-05 18:20:15"
3957
        },
3958
        {
3959
            "name": "ramsey/uuid",
3960
            "version": "3.7.0",
3961
            "source": {
3962
                "type": "git",
3963
                "url": "https://github.com/ramsey/uuid.git",
3964
                "reference": "0ef23d1b10cf1bc576e9d865a7e9c47982c5715e"
3965
            },
3966
            "dist": {
3967
                "type": "zip",
3968
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/0ef23d1b10cf1bc576e9d865a7e9c47982c5715e",
3969
                "reference": "0ef23d1b10cf1bc576e9d865a7e9c47982c5715e",
3970
                "shasum": ""
3971
            },
3972
            "require": {
3973
                "paragonie/random_compat": "^1.0|^2.0",
3974
                "php": "^5.4 || ^7.0"
3975
            },
3976
            "replace": {
3977
                "rhumsaa/uuid": "self.version"
3978
            },
3979
            "require-dev": {
3980
                "apigen/apigen": "^4.1",
3981
                "codeception/aspect-mock": "^1.0 | ^2.0",
3982
                "doctrine/annotations": "~1.2.0",
3983
                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
3984
                "ircmaxell/random-lib": "^1.1",
3985
                "jakub-onderka/php-parallel-lint": "^0.9.0",
3986
                "mockery/mockery": "^0.9.4",
3987
                "moontoast/math": "^1.1",
3988
                "php-mock/php-mock-phpunit": "^0.3|^1.1",
3989
                "phpunit/phpunit": "^4.7|>=5.0 <5.4",
3990
                "satooshi/php-coveralls": "^0.6.1",
3991
                "squizlabs/php_codesniffer": "^2.3"
3992
            },
3993
            "suggest": {
3994
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
3995
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
3996
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
3997
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
3998
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
3999
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
4000
            },
4001
            "type": "library",
4002
            "extra": {
4003
                "branch-alias": {
4004
                    "dev-master": "3.x-dev"
4005
                }
4006
            },
4007
            "autoload": {
4008
                "psr-4": {
4009
                    "Ramsey\\Uuid\\": "src/"
4010
                }
4011
            },
4012
            "notification-url": "https://packagist.org/downloads/",
4013
            "license": [
4014
                "MIT"
4015
            ],
4016
            "authors": [
4017
                {
4018
                    "name": "Marijn Huizendveld",
4019
                    "email": "[email protected]"
4020
                },
4021
                {
4022
                    "name": "Thibaud Fabre",
4023
                    "email": "[email protected]"
4024
                },
4025
                {
4026
                    "name": "Ben Ramsey",
4027
                    "email": "[email protected]",
4028
                    "homepage": "https://benramsey.com"
4029
                }
4030
            ],
4031
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
4032
            "homepage": "https://github.com/ramsey/uuid",
4033
            "keywords": [
4034
                "guid",
4035
                "identifier",
4036
                "uuid"
4037
            ],
4038
            "time": "2017-08-04 13:39:04"
4039
        },
4040
        {
4041
            "name": "react/promise",
4042
            "version": "v2.5.1",
4043
            "source": {
4044
                "type": "git",
4045
                "url": "https://github.com/reactphp/promise.git",
4046
                "reference": "62785ae604c8d69725d693eb370e1d67e94c4053"
4047
            },
4048
            "dist": {
4049
                "type": "zip",
4050
                "url": "https://api.github.com/repos/reactphp/promise/zipball/62785ae604c8d69725d693eb370e1d67e94c4053",
4051
                "reference": "62785ae604c8d69725d693eb370e1d67e94c4053",
4052
                "shasum": ""
4053
            },
4054
            "require": {
4055
                "php": ">=5.4.0"
4056
            },
4057
            "require-dev": {
4058
                "phpunit/phpunit": "~4.8"
4059
            },
4060
            "type": "library",
4061
            "autoload": {
4062
                "psr-4": {
4063
                    "React\\Promise\\": "src/"
4064
                },
4065
                "files": [
4066
                    "src/functions_include.php"
4067
                ]
4068
            },
4069
            "notification-url": "https://packagist.org/downloads/",
4070
            "license": [
4071
                "MIT"
4072
            ],
4073
            "authors": [
4074
                {
4075
                    "name": "Jan Sorgalla",
4076
                    "email": "[email protected]"
4077
                }
4078
            ],
4079
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
4080
            "keywords": [
4081
                "promise",
4082
                "promises"
4083
            ],
4084
            "time": "2017-03-25 12:08:31"
4085
        },
4086
        {
4087
            "name": "rollerworks/password-strength-bundle",
4088
            "version": "v1.6.1",
4089
            "source": {
4090
                "type": "git",
4091
                "url": "https://github.com/rollerworks/PasswordStrengthBundle.git",
4092
                "reference": "13e472f904822997786962d69c866f625d1aafce"
4093
            },
4094
            "dist": {
4095
                "type": "zip",
4096
                "url": "https://api.github.com/repos/rollerworks/PasswordStrengthBundle/zipball/13e472f904822997786962d69c866f625d1aafce",
4097
                "reference": "13e472f904822997786962d69c866f625d1aafce",
4098
                "shasum": ""
4099
            },
4100
            "require": {
4101
                "php": ">=5.3.3",
4102
                "symfony/console": "^2.3.3|^3.0",
4103
                "symfony/framework-bundle": "^2.3.3|^3.0",
4104
                "symfony/polyfill-mbstring": "^1.3.0",
4105
                "symfony/validator": "^2.3.20|^3.0"
4106
            },
4107
            "require-dev": {
4108
                "matthiasnoback/symfony-dependency-injection-test": "^1.1.0",
4109
                "matthiasnoback/symfony-service-definition-validator": "^1.2.2",
4110
                "symfony/phpunit-bridge": "^3.2.6"
4111
            },
4112
            "type": "symfony-bundle",
4113
            "extra": {
4114
                "branch-alias": {
4115
                    "dev-master": "1.6-dev"
4116
                }
4117
            },
4118
            "autoload": {
4119
                "psr-4": {
4120
                    "Rollerworks\\Bundle\\PasswordStrengthBundle\\": "src/"
4121
                },
4122
                "exclude-from-classmap": [
4123
                    "test/"
4124
                ]
4125
            },
4126
            "notification-url": "https://packagist.org/downloads/",
4127
            "license": [
4128
                "MIT"
4129
            ],
4130
            "authors": [
4131
                {
4132
                    "name": "Sebastiaan Stok",
4133
                    "email": "[email protected]"
4134
                },
4135
                {
4136
                    "name": "Luis Cordova",
4137
                    "email": "[email protected]"
4138
                },
4139
                {
4140
                    "name": "Community contributions",
4141
                    "homepage": "https://github.com/rollerworks/PasswordStrengthBundle/contributors"
4142
                }
4143
            ],
4144
            "description": "Password-strength validator bundle for Symfony",
4145
            "keywords": [
4146
                "bundle",
4147
                "password",
4148
                "symfony",
4149
                "validator"
4150
            ],
4151
            "time": "2017-08-15 07:11:34"
4152
        },
4153
        {
4154
            "name": "scheb/two-factor-bundle",
4155
            "version": "v2.12.0",
4156
            "source": {
4157
                "type": "git",
4158
                "url": "https://github.com/scheb/two-factor-bundle.git",
4159
                "reference": "df3ad5b0619661ca446356bdd78b41dee5038c4b"
4160
            },
4161
            "dist": {
4162
                "type": "zip",
4163
                "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/df3ad5b0619661ca446356bdd78b41dee5038c4b",
4164
                "reference": "df3ad5b0619661ca446356bdd78b41dee5038c4b",
4165
                "shasum": ""
4166
            },
4167
            "require": {
4168
                "paragonie/random_compat": "~1.0|~2.0",
4169
                "sonata-project/google-authenticator": "~1.0",
4170
                "symfony/config": "~2.6|~3.0",
4171
                "symfony/console": "~2.6|~3.0",
4172
                "symfony/dependency-injection": "~2.6|~3.0",
4173
                "symfony/event-dispatcher": "~2.6|~3.0",
4174
                "symfony/framework-bundle": "~2.6|~3.0",
4175
                "symfony/http-foundation": "~2.6|~3.0",
4176
                "symfony/http-kernel": "~2.6|~3.0",
4177
                "symfony/security-core": "~2.6|~3.0",
4178
                "symfony/security-http": "~2.6|~3.0"
4179
            },
4180
            "require-dev": {
4181
                "doctrine/orm": "~2.4,>=2.4.5",
4182
                "phpunit/phpunit": ">=4.8,<6.0",
4183
                "satooshi/php-coveralls": "~0.6",
4184
                "swiftmailer/swiftmailer": ">=4.3,<6.0",
4185
                "symfony/phpunit-bridge": "~2.7|~3.0",
4186
                "symfony/templating": "~2.6|~3.0"
4187
            },
4188
            "suggest": {
4189
                "ocramius/proxy-manager": "For performance improvements",
4190
                "r/u2f-two-factor-bundle": "Two-factor provider for U2F Yuibkey"
4191
            },
4192
            "type": "symfony-bundle",
4193
            "autoload": {
4194
                "psr-4": {
4195
                    "Scheb\\TwoFactorBundle\\": ""
4196
                }
4197
            },
4198
            "notification-url": "https://packagist.org/downloads/",
4199
            "license": [
4200
                "MIT"
4201
            ],
4202
            "authors": [
4203
                {
4204
                    "name": "Christian Scheb",
4205
                    "email": "[email protected]"
4206
                }
4207
            ],
4208
            "description": "Provides two-factor authentication for Symfony applications",
4209
            "homepage": "https://github.com/scheb/two-factor-bundle",
4210
            "keywords": [
4211
                "Authentication",
4212
                "security",
4213
                "symfony",
4214
                "two-factor",
4215
                "two-step"
4216
            ],
4217
            "time": "2017-08-27 16:00:23"
4218
        },
4219
        {
4220
            "name": "sensio/distribution-bundle",
4221
            "version": "v3.0.36",
4222
            "target-dir": "Sensio/Bundle/DistributionBundle",
4223
            "source": {
4224
                "type": "git",
4225
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
4226
                "reference": "964a56e855acac38d4a81920b3a86543f7e8492f"
4227
            },
4228
            "dist": {
4229
                "type": "zip",
4230
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/964a56e855acac38d4a81920b3a86543f7e8492f",
4231
                "reference": "964a56e855acac38d4a81920b3a86543f7e8492f",
4232
                "shasum": ""
4233
            },
4234
            "require": {
4235
                "php": ">=5.3.3",
4236
                "sensiolabs/security-checker": "~3.0",
4237
                "symfony/class-loader": "~2.2",
4238
                "symfony/framework-bundle": "~2.3",
4239
                "symfony/process": "~2.2"
4240
            },
4241
            "require-dev": {
4242
                "symfony/form": "~2.2",
4243
                "symfony/validator": "~2.2",
4244
                "symfony/yaml": "~2.2"
4245
            },
4246
            "suggest": {
4247
                "symfony/form": "If you want to use the configurator",
4248
                "symfony/validator": "If you want to use the configurator",
4249
                "symfony/yaml": "If you want to use  the configurator"
4250
            },
4251
            "type": "symfony-bundle",
4252
            "extra": {
4253
                "branch-alias": {
4254
                    "dev-master": "3.0.x-dev"
4255
                }
4256
            },
4257
            "autoload": {
4258
                "psr-0": {
4259
                    "Sensio\\Bundle\\DistributionBundle": ""
4260
                }
4261
            },
4262
            "notification-url": "https://packagist.org/downloads/",
4263
            "license": [
4264
                "MIT"
4265
            ],
4266
            "authors": [
4267
                {
4268
                    "name": "Fabien Potencier",
4269
                    "email": "[email protected]"
4270
                }
4271
            ],
4272
            "description": "Base bundle for Symfony Distributions",
4273
            "keywords": [
4274
                "configuration",
4275
                "distribution"
4276
            ],
4277
            "time": "2016-04-25 20:46:43"
4278
        },
4279
        {
4280
            "name": "sensio/framework-extra-bundle",
4281
            "version": "v3.0.12",
4282
            "source": {
4283
                "type": "git",
4284
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
4285
                "reference": "3e8936fe13aa4086644977d334d8fcd275f50357"
4286
            },
4287
            "dist": {
4288
                "type": "zip",
4289
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/3e8936fe13aa4086644977d334d8fcd275f50357",
4290
                "reference": "3e8936fe13aa4086644977d334d8fcd275f50357",
4291
                "shasum": ""
4292
            },
4293
            "require": {
4294
                "doctrine/common": "~2.2",
4295
                "symfony/framework-bundle": "~2.3|~3.0"
4296
            },
4297
            "require-dev": {
4298
                "symfony/expression-language": "~2.4|~3.0",
4299
                "symfony/security-bundle": "~2.4|~3.0"
4300
            },
4301
            "suggest": {
4302
                "symfony/expression-language": "",
4303
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
4304
                "symfony/security-bundle": ""
4305
            },
4306
            "type": "symfony-bundle",
4307
            "extra": {
4308
                "branch-alias": {
4309
                    "dev-master": "3.0.x-dev"
4310
                }
4311
            },
4312
            "autoload": {
4313
                "psr-4": {
4314
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
4315
                }
4316
            },
4317
            "notification-url": "https://packagist.org/downloads/",
4318
            "license": [
4319
                "MIT"
4320
            ],
4321
            "authors": [
4322
                {
4323
                    "name": "Fabien Potencier",
4324
                    "email": "[email protected]"
4325
                }
4326
            ],
4327
            "description": "This bundle provides a way to configure your controllers with annotations",
4328
            "keywords": [
4329
                "annotations",
4330
                "controllers"
4331
            ],
4332
            "time": "2015-12-18 17:39:27"
4333
        },
4334
        {
4335
            "name": "sensiolabs/security-checker",
4336
            "version": "v3.0.7",
4337
            "source": {
4338
                "type": "git",
4339
                "url": "https://github.com/sensiolabs/security-checker.git",
4340
                "reference": "59a6a299e2f5612dc8692d40e84373703a5df1b5"
4341
            },
4342
            "dist": {
4343
                "type": "zip",
4344
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/59a6a299e2f5612dc8692d40e84373703a5df1b5",
4345
                "reference": "59a6a299e2f5612dc8692d40e84373703a5df1b5",
4346
                "shasum": ""
4347
            },
4348
            "require": {
4349
                "symfony/console": "~2.0|~3.0"
4350
            },
4351
            "bin": [
4352
                "security-checker"
4353
            ],
4354
            "type": "library",
4355
            "extra": {
4356
                "branch-alias": {
4357
                    "dev-master": "3.0-dev"
4358
                }
4359
            },
4360
            "autoload": {
4361
                "psr-0": {
4362
                    "SensioLabs\\Security": ""
4363
                }
4364
            },
4365
            "notification-url": "https://packagist.org/downloads/",
4366
            "license": [
4367
                "MIT"
4368
            ],
4369
            "authors": [
4370
                {
4371
                    "name": "Fabien Potencier",
4372
                    "email": "[email protected]"
4373
                }
4374
            ],
4375
            "description": "A security checker for your composer.lock",
4376
            "time": "2017-03-29 09:29:53"
4377
        },
4378
        {
4379
            "name": "simplethings/entity-audit-bundle",
4380
            "version": "v1.0.6",
4381
            "source": {
4382
                "type": "git",
4383
                "url": "https://github.com/simplethings/EntityAuditBundle.git",
4384
                "reference": "ee71ea62735797f5b6562590e15cd237edce6489"
4385
            },
4386
            "dist": {
4387
                "type": "zip",
4388
                "url": "https://api.github.com/repos/simplethings/EntityAuditBundle/zipball/ee71ea62735797f5b6562590e15cd237edce6489",
4389
                "reference": "ee71ea62735797f5b6562590e15cd237edce6489",
4390
                "shasum": ""
4391
            },
4392
            "require": {
4393
                "doctrine/dbal": "~2.5",
4394
                "doctrine/orm": "~2.4",
4395
                "php": "^5.3.9|~7.0"
4396
            },
4397
            "conflict": {
4398
                "doctrine/doctrine-bundle": "<1.4",
4399
                "gedmo/doctrine-extensions": "<2.3.1",
4400
                "symfony/framework-bundle": "<2.7"
4401
            },
4402
            "require-dev": {
4403
                "doctrine/doctrine-bundle": "~1.4",
4404
                "fabpot/php-cs-fixer": "^1.11",
4405
                "gedmo/doctrine-extensions": "^2.3.1",
4406
                "matthiasnoback/symfony-dependency-injection-test": "^1.0",
4407
                "phpunit/phpunit": "^4.8",
4408
                "symfony/framework-bundle": "~2.7|~3.0",
4409
                "symfony/var-dumper": "^2.7"
4410
            },
4411
            "type": "library",
4412
            "autoload": {
4413
                "psr-4": {
4414
                    "SimpleThings\\EntityAudit\\": "src/SimpleThings/EntityAudit"
4415
                }
4416
            },
4417
            "notification-url": "https://packagist.org/downloads/",
4418
            "license": [
4419
                "LGPL-2.1"
4420
            ],
4421
            "description": "Audit for Doctrine Entities",
4422
            "keywords": [
4423
                "Audit",
4424
                "database",
4425
                "persistence"
4426
            ],
4427
            "time": "2017-07-24 15:38:35"
4428
        },
4429
        {
4430
            "name": "sonata-project/google-authenticator",
4431
            "version": "1.1.0",
4432
            "source": {
4433
                "type": "git",
4434
                "url": "https://github.com/sonata-project/GoogleAuthenticator.git",
4435
                "reference": "ccf7ecb68e875562c70b28a470fe0daf48625b39"
4436
            },
4437
            "dist": {
4438
                "type": "zip",
4439
                "url": "https://api.github.com/repos/sonata-project/GoogleAuthenticator/zipball/ccf7ecb68e875562c70b28a470fe0daf48625b39",
4440
                "reference": "ccf7ecb68e875562c70b28a470fe0daf48625b39",
4441
                "shasum": ""
4442
            },
4443
            "require": {
4444
                "paragonie/random_compat": "^2.0",
4445
                "php": "^5.3 || ^7.0"
4446
            },
4447
            "require-dev": {
4448
                "sllh/php-cs-fixer-styleci-bridge": "^2.0",
4449
                "symfony/phpunit-bridge": "~2.7|~3.0"
4450
            },
4451
            "type": "library",
4452
            "extra": {
4453
                "branch-alias": {
4454
                    "dev-master": "1.x-dev"
4455
                }
4456
            },
4457
            "autoload": {
4458
                "psr-4": {
4459
                    "Google\\Authenticator\\": "src/"
4460
                }
4461
            },
4462
            "notification-url": "https://packagist.org/downloads/",
4463
            "license": [
4464
                "MIT"
4465
            ],
4466
            "authors": [
4467
                {
4468
                    "name": "Christian Stocker",
4469
                    "email": "[email protected]"
4470
                },
4471
                {
4472
                    "name": "Andre DeMarre",
4473
                    "homepage": "http://www.devnetwork.net/viewtopic.php?f=50&t=94989"
4474
                },
4475
                {
4476
                    "name": "Thomas Rabaix",
4477
                    "email": "[email protected]"
4478
                }
4479
            ],
4480
            "description": "Library to integrate Google Authenticator into a PHP project",
4481
            "homepage": "https://github.com/sonata-project/GoogleAuthenticator",
4482
            "keywords": [
4483
                "google authenticator"
4484
            ],
4485
            "time": "2017-04-19 14:00:07"
4486
        },
4487
        {
4488
            "name": "swiftmailer/swiftmailer",
4489
            "version": "v5.4.8",
4490
            "source": {
4491
                "type": "git",
4492
                "url": "https://github.com/swiftmailer/swiftmailer.git",
4493
                "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517"
4494
            },
4495
            "dist": {
4496
                "type": "zip",
4497
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517",
4498
                "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517",
4499
                "shasum": ""
4500
            },
4501
            "require": {
4502
                "php": ">=5.3.3"
4503
            },
4504
            "require-dev": {
4505
                "mockery/mockery": "~0.9.1",
4506
                "symfony/phpunit-bridge": "~3.2"
4507
            },
4508
            "type": "library",
4509
            "extra": {
4510
                "branch-alias": {
4511
                    "dev-master": "5.4-dev"
4512
                }
4513
            },
4514
            "autoload": {
4515
                "files": [
4516
                    "lib/swift_required.php"
4517
                ]
4518
            },
4519
            "notification-url": "https://packagist.org/downloads/",
4520
            "license": [
4521
                "MIT"
4522
            ],
4523
            "authors": [
4524
                {
4525
                    "name": "Chris Corbyn"
4526
                },
4527
                {
4528
                    "name": "Fabien Potencier",
4529
                    "email": "[email protected]"
4530
                }
4531
            ],
4532
            "description": "Swiftmailer, free feature-rich PHP mailer",
4533
            "homepage": "http://swiftmailer.org",
4534
            "keywords": [
4535
                "email",
4536
                "mail",
4537
                "mailer"
4538
            ],
4539
            "time": "2017-05-01 15:54:03"
4540
        },
4541
        {
4542
            "name": "symfony/assetic-bundle",
4543
            "version": "v2.8.2",
4544
            "source": {
4545
                "type": "git",
4546
                "url": "https://github.com/symfony/assetic-bundle.git",
4547
                "reference": "2e0a23a4874838e26de6f025e02fc63328921a4c"
4548
            },
4549
            "dist": {
4550
                "type": "zip",
4551
                "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/2e0a23a4874838e26de6f025e02fc63328921a4c",
4552
                "reference": "2e0a23a4874838e26de6f025e02fc63328921a4c",
4553
                "shasum": ""
4554
            },
4555
            "require": {
4556
                "kriswallsmith/assetic": "~1.4",
4557
                "php": ">=5.3.0",
4558
                "symfony/console": "~2.3|~3.0",
4559
                "symfony/dependency-injection": "~2.3|~3.0",
4560
                "symfony/framework-bundle": "~2.3|~3.0",
4561
                "symfony/yaml": "~2.3|~3.0"
4562
            },
4563
            "conflict": {
4564
                "kriswallsmith/spork": "<=0.2",
4565
                "twig/twig": "<1.27"
4566
            },
4567
            "require-dev": {
4568
                "kriswallsmith/spork": "~0.3",
4569
                "patchwork/jsqueeze": "~1.0",
4570
                "symfony/class-loader": "~2.3|~3.0",
4571
                "symfony/css-selector": "~2.3|~3.0",
4572
                "symfony/dom-crawler": "~2.3|~3.0",
4573
                "symfony/phpunit-bridge": "~2.7|~3.0",
4574
                "symfony/twig-bundle": "~2.3|~3.0"
4575
            },
4576
            "suggest": {
4577
                "kriswallsmith/spork": "to be able to dump assets in parallel",
4578
                "symfony/twig-bundle": "to use the Twig integration"
4579
            },
4580
            "type": "symfony-bundle",
4581
            "extra": {
4582
                "branch-alias": {
4583
                    "dev-master": "2.8-dev"
4584
                }
4585
            },
4586
            "autoload": {
4587
                "psr-4": {
4588
                    "Symfony\\Bundle\\AsseticBundle\\": ""
4589
                }
4590
            },
4591
            "notification-url": "https://packagist.org/downloads/",
4592
            "license": [
4593
                "MIT"
4594
            ],
4595
            "authors": [
4596
                {
4597
                    "name": "Kris Wallsmith",
4598
                    "email": "[email protected]",
4599
                    "homepage": "http://kriswallsmith.net/"
4600
                }
4601
            ],
4602
            "description": "Integrates Assetic into Symfony2",
4603
            "homepage": "https://github.com/symfony/AsseticBundle",
4604
            "keywords": [
4605
                "assets",
4606
                "compression",
4607
                "minification"
4608
            ],
4609
            "time": "2017-07-14 07:26:46"
4610
        },
4611
        {
4612
            "name": "symfony/monolog-bundle",
4613
            "version": "v2.12.1",
4614
            "source": {
4615
                "type": "git",
4616
                "url": "https://github.com/symfony/monolog-bundle.git",
4617
                "reference": "b0146bdca7ba2a65f3bbe7010423c7393b29ec3f"
4618
            },
4619
            "dist": {
4620
                "type": "zip",
4621
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/b0146bdca7ba2a65f3bbe7010423c7393b29ec3f",
4622
                "reference": "b0146bdca7ba2a65f3bbe7010423c7393b29ec3f",
4623
                "shasum": ""
4624
            },
4625
            "require": {
4626
                "monolog/monolog": "~1.18",
4627
                "php": ">=5.3.2",
4628
                "symfony/config": "~2.3|~3.0",
4629
                "symfony/dependency-injection": "~2.3|~3.0",
4630
                "symfony/http-kernel": "~2.3|~3.0",
4631
                "symfony/monolog-bridge": "~2.3|~3.0"
4632
            },
4633
            "require-dev": {
4634
                "phpunit/phpunit": "^4.8",
4635
                "symfony/console": "~2.3|~3.0",
4636
                "symfony/yaml": "~2.3|~3.0"
4637
            },
4638
            "type": "symfony-bundle",
4639
            "extra": {
4640
                "branch-alias": {
4641
                    "dev-master": "2.x-dev"
4642
                }
4643
            },
4644
            "autoload": {
4645
                "psr-4": {
4646
                    "Symfony\\Bundle\\MonologBundle\\": ""
4647
                }
4648
            },
4649
            "notification-url": "https://packagist.org/downloads/",
4650
            "license": [
4651
                "MIT"
4652
            ],
4653
            "authors": [
4654
                {
4655
                    "name": "Symfony Community",
4656
                    "homepage": "http://symfony.com/contributors"
4657
                },
4658
                {
4659
                    "name": "Fabien Potencier",
4660
                    "email": "[email protected]"
4661
                }
4662
            ],
4663
            "description": "Symfony MonologBundle",
4664
            "homepage": "http://symfony.com",
4665
            "keywords": [
4666
                "log",
4667
                "logging"
4668
            ],
4669
            "time": "2017-01-02 19:04:26"
4670
        },
4671
        {
4672
            "name": "symfony/polyfill-apcu",
4673
            "version": "v1.5.0",
4674
            "source": {
4675
                "type": "git",
4676
                "url": "https://github.com/symfony/polyfill-apcu.git",
4677
                "reference": "cec32398a973a9bfe9d2f94f4b5d5e186b40b698"
4678
            },
4679
            "dist": {
4680
                "type": "zip",
4681
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/cec32398a973a9bfe9d2f94f4b5d5e186b40b698",
4682
                "reference": "cec32398a973a9bfe9d2f94f4b5d5e186b40b698",
4683
                "shasum": ""
4684
            },
4685
            "require": {
4686
                "php": ">=5.3.3"
4687
            },
4688
            "type": "library",
4689
            "extra": {
4690
                "branch-alias": {
4691
                    "dev-master": "1.5-dev"
4692
                }
4693
            },
4694
            "autoload": {
4695
                "files": [
4696
                    "bootstrap.php"
4697
                ]
4698
            },
4699
            "notification-url": "https://packagist.org/downloads/",
4700
            "license": [
4701
                "MIT"
4702
            ],
4703
            "authors": [
4704
                {
4705
                    "name": "Nicolas Grekas",
4706
                    "email": "[email protected]"
4707
                },
4708
                {
4709
                    "name": "Symfony Community",
4710
                    "homepage": "https://symfony.com/contributors"
4711
                }
4712
            ],
4713
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
4714
            "homepage": "https://symfony.com",
4715
            "keywords": [
4716
                "apcu",
4717
                "compatibility",
4718
                "polyfill",
4719
                "portable",
4720
                "shim"
4721
            ],
4722
            "time": "2017-07-05 15:09:33"
4723
        },
4724
        {
4725
            "name": "symfony/polyfill-intl-icu",
4726
            "version": "v1.5.0",
4727
            "source": {
4728
                "type": "git",
4729
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
4730
                "reference": "4aa0b65dc71a7369c1e7e6e2a3ca027d9decdb09"
4731
            },
4732
            "dist": {
4733
                "type": "zip",
4734
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/4aa0b65dc71a7369c1e7e6e2a3ca027d9decdb09",
4735
                "reference": "4aa0b65dc71a7369c1e7e6e2a3ca027d9decdb09",
4736
                "shasum": ""
4737
            },
4738
            "require": {
4739
                "php": ">=5.3.3",
4740
                "symfony/intl": "~2.3|~3.0|~4.0"
4741
            },
4742
            "suggest": {
4743
                "ext-intl": "For best performance"
4744
            },
4745
            "type": "library",
4746
            "extra": {
4747
                "branch-alias": {
4748
                    "dev-master": "1.5-dev"
4749
                }
4750
            },
4751
            "autoload": {
4752
                "files": [
4753
                    "bootstrap.php"
4754
                ]
4755
            },
4756
            "notification-url": "https://packagist.org/downloads/",
4757
            "license": [
4758
                "MIT"
4759
            ],
4760
            "authors": [
4761
                {
4762
                    "name": "Nicolas Grekas",
4763
                    "email": "[email protected]"
4764
                },
4765
                {
4766
                    "name": "Symfony Community",
4767
                    "homepage": "https://symfony.com/contributors"
4768
                }
4769
            ],
4770
            "description": "Symfony polyfill for intl's ICU-related data and classes",
4771
            "homepage": "https://symfony.com",
4772
            "keywords": [
4773
                "compatibility",
4774
                "icu",
4775
                "intl",
4776
                "polyfill",
4777
                "portable",
4778
                "shim"
4779
            ],
4780
            "time": "2017-06-14 15:44:48"
4781
        },
4782
        {
4783
            "name": "symfony/polyfill-mbstring",
4784
            "version": "v1.5.0",
4785
            "source": {
4786
                "type": "git",
4787
                "url": "https://github.com/symfony/polyfill-mbstring.git",
4788
                "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803"
4789
            },
4790
            "dist": {
4791
                "type": "zip",
4792
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
4793
                "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
4794
                "shasum": ""
4795
            },
4796
            "require": {
4797
                "php": ">=5.3.3"
4798
            },
4799
            "suggest": {
4800
                "ext-mbstring": "For best performance"
4801
            },
4802
            "type": "library",
4803
            "extra": {
4804
                "branch-alias": {
4805
                    "dev-master": "1.5-dev"
4806
                }
4807
            },
4808
            "autoload": {
4809
                "psr-4": {
4810
                    "Symfony\\Polyfill\\Mbstring\\": ""
4811
                },
4812
                "files": [
4813
                    "bootstrap.php"
4814
                ]
4815
            },
4816
            "notification-url": "https://packagist.org/downloads/",
4817
            "license": [
4818
                "MIT"
4819
            ],
4820
            "authors": [
4821
                {
4822
                    "name": "Nicolas Grekas",
4823
                    "email": "[email protected]"
4824
                },
4825
                {
4826
                    "name": "Symfony Community",
4827
                    "homepage": "https://symfony.com/contributors"
4828
                }
4829
            ],
4830
            "description": "Symfony polyfill for the Mbstring extension",
4831
            "homepage": "https://symfony.com",
4832
            "keywords": [
4833
                "compatibility",
4834
                "mbstring",
4835
                "polyfill",
4836
                "portable",
4837
                "shim"
4838
            ],
4839
            "time": "2017-06-14 15:44:48"
4840
        },
4841
        {
4842
            "name": "symfony/polyfill-php54",
4843
            "version": "v1.5.0",
4844
            "source": {
4845
                "type": "git",
4846
                "url": "https://github.com/symfony/polyfill-php54.git",
4847
                "reference": "b7763422a5334c914ef0298ed21b253d25913a6e"
4848
            },
4849
            "dist": {
4850
                "type": "zip",
4851
                "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/b7763422a5334c914ef0298ed21b253d25913a6e",
4852
                "reference": "b7763422a5334c914ef0298ed21b253d25913a6e",
4853
                "shasum": ""
4854
            },
4855
            "require": {
4856
                "php": ">=5.3.3"
4857
            },
4858
            "type": "library",
4859
            "extra": {
4860
                "branch-alias": {
4861
                    "dev-master": "1.5-dev"
4862
                }
4863
            },
4864
            "autoload": {
4865
                "psr-4": {
4866
                    "Symfony\\Polyfill\\Php54\\": ""
4867
                },
4868
                "files": [
4869
                    "bootstrap.php"
4870
                ],
4871
                "classmap": [
4872
                    "Resources/stubs"
4873
                ]
4874
            },
4875
            "notification-url": "https://packagist.org/downloads/",
4876
            "license": [
4877
                "MIT"
4878
            ],
4879
            "authors": [
4880
                {
4881
                    "name": "Nicolas Grekas",
4882
                    "email": "[email protected]"
4883
                },
4884
                {
4885
                    "name": "Symfony Community",
4886
                    "homepage": "https://symfony.com/contributors"
4887
                }
4888
            ],
4889
            "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
4890
            "homepage": "https://symfony.com",
4891
            "keywords": [
4892
                "compatibility",
4893
                "polyfill",
4894
                "portable",
4895
                "shim"
4896
            ],
4897
            "time": "2017-06-14 15:44:48"
4898
        },
4899
        {
4900
            "name": "symfony/polyfill-php55",
4901
            "version": "v1.5.0",
4902
            "source": {
4903
                "type": "git",
4904
                "url": "https://github.com/symfony/polyfill-php55.git",
4905
                "reference": "29b1381d66f16e0581aab0b9f678ccf073288f68"
4906
            },
4907
            "dist": {
4908
                "type": "zip",
4909
                "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/29b1381d66f16e0581aab0b9f678ccf073288f68",
4910
                "reference": "29b1381d66f16e0581aab0b9f678ccf073288f68",
4911
                "shasum": ""
4912
            },
4913
            "require": {
4914
                "ircmaxell/password-compat": "~1.0",
4915
                "php": ">=5.3.3"
4916
            },
4917
            "type": "library",
4918
            "extra": {
4919
                "branch-alias": {
4920
                    "dev-master": "1.5-dev"
4921
                }
4922
            },
4923
            "autoload": {
4924
                "psr-4": {
4925
                    "Symfony\\Polyfill\\Php55\\": ""
4926
                },
4927
                "files": [
4928
                    "bootstrap.php"
4929
                ]
4930
            },
4931
            "notification-url": "https://packagist.org/downloads/",
4932
            "license": [
4933
                "MIT"
4934
            ],
4935
            "authors": [
4936
                {
4937
                    "name": "Nicolas Grekas",
4938
                    "email": "[email protected]"
4939
                },
4940
                {
4941
                    "name": "Symfony Community",
4942
                    "homepage": "https://symfony.com/contributors"
4943
                }
4944
            ],
4945
            "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
4946
            "homepage": "https://symfony.com",
4947
            "keywords": [
4948
                "compatibility",
4949
                "polyfill",
4950
                "portable",
4951
                "shim"
4952
            ],
4953
            "time": "2017-06-14 15:44:48"
4954
        },
4955
        {
4956
            "name": "symfony/polyfill-php56",
4957
            "version": "v1.5.0",
4958
            "source": {
4959
                "type": "git",
4960
                "url": "https://github.com/symfony/polyfill-php56.git",
4961
                "reference": "e85ebdef569b84e8709864e1a290c40f156b30ca"
4962
            },
4963
            "dist": {
4964
                "type": "zip",
4965
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/e85ebdef569b84e8709864e1a290c40f156b30ca",
4966
                "reference": "e85ebdef569b84e8709864e1a290c40f156b30ca",
4967
                "shasum": ""
4968
            },
4969
            "require": {
4970
                "php": ">=5.3.3",
4971
                "symfony/polyfill-util": "~1.0"
4972
            },
4973
            "type": "library",
4974
            "extra": {
4975
                "branch-alias": {
4976
                    "dev-master": "1.5-dev"
4977
                }
4978
            },
4979
            "autoload": {
4980
                "psr-4": {
4981
                    "Symfony\\Polyfill\\Php56\\": ""
4982
                },
4983
                "files": [
4984
                    "bootstrap.php"
4985
                ]
4986
            },
4987
            "notification-url": "https://packagist.org/downloads/",
4988
            "license": [
4989
                "MIT"
4990
            ],
4991
            "authors": [
4992
                {
4993
                    "name": "Nicolas Grekas",
4994
                    "email": "[email protected]"
4995
                },
4996
                {
4997
                    "name": "Symfony Community",
4998
                    "homepage": "https://symfony.com/contributors"
4999
                }
5000
            ],
5001
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
5002
            "homepage": "https://symfony.com",
5003
            "keywords": [
5004
                "compatibility",
5005
                "polyfill",
5006
                "portable",
5007
                "shim"
5008
            ],
5009
            "time": "2017-06-14 15:44:48"
5010
        },
5011
        {
5012
            "name": "symfony/polyfill-php70",
5013
            "version": "v1.5.0",
5014
            "source": {
5015
                "type": "git",
5016
                "url": "https://github.com/symfony/polyfill-php70.git",
5017
                "reference": "b6482e68974486984f59449ecea1fbbb22ff840f"
5018
            },
5019
            "dist": {
5020
                "type": "zip",
5021
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/b6482e68974486984f59449ecea1fbbb22ff840f",
5022
                "reference": "b6482e68974486984f59449ecea1fbbb22ff840f",
5023
                "shasum": ""
5024
            },
5025
            "require": {
5026
                "paragonie/random_compat": "~1.0|~2.0",
5027
                "php": ">=5.3.3"
5028
            },
5029
            "type": "library",
5030
            "extra": {
5031
                "branch-alias": {
5032
                    "dev-master": "1.5-dev"
5033
                }
5034
            },
5035
            "autoload": {
5036
                "psr-4": {
5037
                    "Symfony\\Polyfill\\Php70\\": ""
5038
                },
5039
                "files": [
5040
                    "bootstrap.php"
5041
                ],
5042
                "classmap": [
5043
                    "Resources/stubs"
5044
                ]
5045
            },
5046
            "notification-url": "https://packagist.org/downloads/",
5047
            "license": [
5048
                "MIT"
5049
            ],
5050
            "authors": [
5051
                {
5052
                    "name": "Nicolas Grekas",
5053
                    "email": "[email protected]"
5054
                },
5055
                {
5056
                    "name": "Symfony Community",
5057
                    "homepage": "https://symfony.com/contributors"
5058
                }
5059
            ],
5060
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
5061
            "homepage": "https://symfony.com",
5062
            "keywords": [
5063
                "compatibility",
5064
                "polyfill",
5065
                "portable",
5066
                "shim"
5067
            ],
5068
            "time": "2017-06-14 15:44:48"
5069
        },
5070
        {
5071
            "name": "symfony/polyfill-util",
5072
            "version": "v1.5.0",
5073
            "source": {
5074
                "type": "git",
5075
                "url": "https://github.com/symfony/polyfill-util.git",
5076
                "reference": "67925d1cf0b84bd234a83bebf26d4eb281744c6d"
5077
            },
5078
            "dist": {
5079
                "type": "zip",
5080
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/67925d1cf0b84bd234a83bebf26d4eb281744c6d",
5081
                "reference": "67925d1cf0b84bd234a83bebf26d4eb281744c6d",
5082
                "shasum": ""
5083
            },
5084
            "require": {
5085
                "php": ">=5.3.3"
5086
            },
5087
            "type": "library",
5088
            "extra": {
5089
                "branch-alias": {
5090
                    "dev-master": "1.5-dev"
5091
                }
5092
            },
5093
            "autoload": {
5094
                "psr-4": {
5095
                    "Symfony\\Polyfill\\Util\\": ""
5096
                }
5097
            },
5098
            "notification-url": "https://packagist.org/downloads/",
5099
            "license": [
5100
                "MIT"
5101
            ],
5102
            "authors": [
5103
                {
5104
                    "name": "Nicolas Grekas",
5105
                    "email": "[email protected]"
5106
                },
5107
                {
5108
                    "name": "Symfony Community",
5109
                    "homepage": "https://symfony.com/contributors"
5110
                }
5111
            ],
5112
            "description": "Symfony utilities for portability of PHP codes",
5113
            "homepage": "https://symfony.com",
5114
            "keywords": [
5115
                "compat",
5116
                "compatibility",
5117
                "polyfill",
5118
                "shim"
5119
            ],
5120
            "time": "2017-07-05 15:09:33"
5121
        },
5122
        {
5123
            "name": "symfony/security-acl",
5124
            "version": "v2.8.0",
5125
            "source": {
5126
                "type": "git",
5127
                "url": "https://github.com/symfony/security-acl.git",
5128
                "reference": "4a3f7327ad215242c78f6564ad4ea6d2db1b8347"
5129
            },
5130
            "dist": {
5131
                "type": "zip",
5132
                "url": "https://api.github.com/repos/symfony/security-acl/zipball/4a3f7327ad215242c78f6564ad4ea6d2db1b8347",
5133
                "reference": "4a3f7327ad215242c78f6564ad4ea6d2db1b8347",
5134
                "shasum": ""
5135
            },
5136
            "require": {
5137
                "php": ">=5.3.9",
5138
                "symfony/security-core": "~2.4|~3.0.0"
5139
            },
5140
            "require-dev": {
5141
                "doctrine/common": "~2.2",
5142
                "doctrine/dbal": "~2.2",
5143
                "psr/log": "~1.0",
5144
                "symfony/phpunit-bridge": "~2.7|~3.0.0"
5145
            },
5146
            "suggest": {
5147
                "doctrine/dbal": "For using the built-in ACL implementation",
5148
                "symfony/class-loader": "For using the ACL generateSql script",
5149
                "symfony/finder": "For using the ACL generateSql script"
5150
            },
5151
            "type": "library",
5152
            "extra": {
5153
                "branch-alias": {
5154
                    "dev-master": "2.8-dev"
5155
                }
5156
            },
5157
            "autoload": {
5158
                "psr-4": {
5159
                    "Symfony\\Component\\Security\\Acl\\": ""
5160
                },
5161
                "exclude-from-classmap": [
5162
                    "/Tests/"
5163
                ]
5164
            },
5165
            "notification-url": "https://packagist.org/downloads/",
5166
            "license": [
5167
                "MIT"
5168
            ],
5169
            "authors": [
5170
                {
5171
                    "name": "Fabien Potencier",
5172
                    "email": "[email protected]"
5173
                },
5174
                {
5175
                    "name": "Symfony Community",
5176
                    "homepage": "https://symfony.com/contributors"
5177
                }
5178
            ],
5179
            "description": "Symfony Security Component - ACL (Access Control List)",
5180
            "homepage": "https://symfony.com",
5181
            "time": "2015-12-28 09:39:09"
5182
        },
5183
        {
5184
            "name": "symfony/swiftmailer-bundle",
5185
            "version": "v2.6.3",
5186
            "source": {
5187
                "type": "git",
5188
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
5189
                "reference": "11555c338f3c367b0a1bd2f024a53aa813f4ce00"
5190
            },
5191
            "dist": {
5192
                "type": "zip",
5193
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/11555c338f3c367b0a1bd2f024a53aa813f4ce00",
5194
                "reference": "11555c338f3c367b0a1bd2f024a53aa813f4ce00",
5195
                "shasum": ""
5196
            },
5197
            "require": {
5198
                "php": ">=5.3.2",
5199
                "swiftmailer/swiftmailer": "~4.2|~5.0",
5200
                "symfony/config": "~2.7|~3.0",
5201
                "symfony/dependency-injection": "~2.7|~3.0",
5202
                "symfony/http-kernel": "~2.7|~3.0"
5203
            },
5204
            "require-dev": {
5205
                "symfony/console": "~2.7|~3.0",
5206
                "symfony/framework-bundle": "~2.7|~3.0",
5207
                "symfony/phpunit-bridge": "~3.3@dev",
5208
                "symfony/yaml": "~2.7|~3.0"
5209
            },
5210
            "suggest": {
5211
                "psr/log": "Allows logging"
5212
            },
5213
            "type": "symfony-bundle",
5214
            "extra": {
5215
                "branch-alias": {
5216
                    "dev-master": "2.6-dev"
5217
                }
5218
            },
5219
            "autoload": {
5220
                "psr-4": {
5221
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
5222
                }
5223
            },
5224
            "notification-url": "https://packagist.org/downloads/",
5225
            "license": [
5226
                "MIT"
5227
            ],
5228
            "authors": [
5229
                {
5230
                    "name": "Symfony Community",
5231
                    "homepage": "http://symfony.com/contributors"
5232
                },
5233
                {
5234
                    "name": "Fabien Potencier",
5235
                    "email": "[email protected]"
5236
                }
5237
            ],
5238
            "description": "Symfony SwiftmailerBundle",
5239
            "homepage": "http://symfony.com",
5240
            "time": "2017-07-22 07:18:13"
5241
        },
5242
        {
5243
            "name": "symfony/symfony",
0 ignored issues
show
5244
            "version": "v2.8.27",
5245
            "source": {
5246
                "type": "git",
5247
                "url": "https://github.com/symfony/symfony.git",
5248
                "reference": "d512cc1c2c418f42c07b82d8b029e7a487be007f"
5249
            },
5250
            "dist": {
5251
                "type": "zip",
5252
                "url": "https://api.github.com/repos/symfony/symfony/zipball/d512cc1c2c418f42c07b82d8b029e7a487be007f",
5253
                "reference": "d512cc1c2c418f42c07b82d8b029e7a487be007f",
5254
                "shasum": ""
5255
            },
5256
            "require": {
5257
                "doctrine/common": "~2.4",
5258
                "ext-xml": "*",
5259
                "php": ">=5.3.9",
5260
                "psr/log": "~1.0",
5261
                "symfony/polyfill-apcu": "~1.1",
5262
                "symfony/polyfill-intl-icu": "~1.0",
5263
                "symfony/polyfill-mbstring": "~1.0",
5264
                "symfony/polyfill-php54": "~1.0",
5265
                "symfony/polyfill-php55": "~1.0",
5266
                "symfony/polyfill-php56": "~1.0",
5267
                "symfony/polyfill-php70": "~1.0",
5268
                "symfony/polyfill-util": "~1.0",
5269
                "symfony/security-acl": "~2.7|~3.0.0",
5270
                "twig/twig": "~1.34|~2.4"
5271
            },
5272
            "conflict": {
5273
                "phpdocumentor/reflection": "<1.0.7",
5274
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
5275
            },
5276
            "replace": {
5277
                "symfony/asset": "self.version",
5278
                "symfony/browser-kit": "self.version",
5279
                "symfony/class-loader": "self.version",
5280
                "symfony/config": "self.version",
5281
                "symfony/console": "self.version",
5282
                "symfony/css-selector": "self.version",
5283
                "symfony/debug": "self.version",
5284
                "symfony/debug-bundle": "self.version",
5285
                "symfony/dependency-injection": "self.version",
5286
                "symfony/doctrine-bridge": "self.version",
5287
                "symfony/dom-crawler": "self.version",
5288
                "symfony/event-dispatcher": "self.version",
5289
                "symfony/expression-language": "self.version",
5290
                "symfony/filesystem": "self.version",
5291
                "symfony/finder": "self.version",
5292
                "symfony/form": "self.version",
5293
                "symfony/framework-bundle": "self.version",
5294
                "symfony/http-foundation": "self.version",
5295
                "symfony/http-kernel": "self.version",
5296
                "symfony/intl": "self.version",
5297
                "symfony/ldap": "self.version",
5298
                "symfony/locale": "self.version",
5299
                "symfony/monolog-bridge": "self.version",
5300
                "symfony/options-resolver": "self.version",
5301
                "symfony/process": "self.version",
5302
                "symfony/property-access": "self.version",
5303
                "symfony/property-info": "self.version",
5304
                "symfony/proxy-manager-bridge": "self.version",
5305
                "symfony/routing": "self.version",
5306
                "symfony/security": "self.version",
5307
                "symfony/security-bundle": "self.version",
5308
                "symfony/security-core": "self.version",
5309
                "symfony/security-csrf": "self.version",
5310
                "symfony/security-guard": "self.version",
5311
                "symfony/security-http": "self.version",
5312
                "symfony/serializer": "self.version",
5313
                "symfony/stopwatch": "self.version",
5314
                "symfony/swiftmailer-bridge": "self.version",
5315
                "symfony/templating": "self.version",
5316
                "symfony/translation": "self.version",
5317
                "symfony/twig-bridge": "self.version",
5318
                "symfony/twig-bundle": "self.version",
5319
                "symfony/validator": "self.version",
5320
                "symfony/var-dumper": "self.version",
5321
                "symfony/web-profiler-bundle": "self.version",
5322
                "symfony/yaml": "self.version"
5323
            },
5324
            "require-dev": {
5325
                "doctrine/data-fixtures": "1.0.*",
5326
                "doctrine/dbal": "~2.4",
5327
                "doctrine/doctrine-bundle": "~1.2",
5328
                "doctrine/orm": "~2.4,>=2.4.5",
5329
                "egulias/email-validator": "~1.2,>=1.2.1",
5330
                "monolog/monolog": "~1.11",
5331
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
5332
                "phpdocumentor/reflection": "^1.0.7",
5333
                "sensio/framework-extra-bundle": "^3.0.2",
5334
                "symfony/phpunit-bridge": "~3.2"
5335
            },
5336
            "type": "library",
5337
            "extra": {
5338
                "branch-alias": {
5339
                    "dev-master": "2.8-dev"
5340
                }
5341
            },
5342
            "autoload": {
5343
                "psr-4": {
5344
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
5345
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
5346
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
5347
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
5348
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
5349
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
5350
                    "Symfony\\Component\\": "src/Symfony/Component/"
5351
                },
5352
                "classmap": [
5353
                    "src/Symfony/Component/Intl/Resources/stubs"
5354
                ],
5355
                "exclude-from-classmap": [
5356
                    "**/Tests/"
5357
                ]
5358
            },
5359
            "notification-url": "https://packagist.org/downloads/",
5360
            "license": [
5361
                "MIT"
5362
            ],
5363
            "authors": [
5364
                {
5365
                    "name": "Fabien Potencier",
5366
                    "email": "[email protected]"
5367
                },
5368
                {
5369
                    "name": "Symfony Community",
5370
                    "homepage": "https://symfony.com/contributors"
5371
                }
5372
            ],
5373
            "description": "The Symfony PHP framework",
5374
            "homepage": "https://symfony.com",
5375
            "keywords": [
5376
                "framework"
5377
            ],
5378
            "time": "2017-08-28 19:21:56"
5379
        },
5380
        {
5381
            "name": "twig/twig",
5382
            "version": "v1.34.4",
5383
            "source": {
5384
                "type": "git",
5385
                "url": "https://github.com/twigphp/Twig.git",
5386
                "reference": "f878bab48edb66ad9c6ed626bf817f60c6c096ee"
5387
            },
5388
            "dist": {
5389
                "type": "zip",
5390
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/f878bab48edb66ad9c6ed626bf817f60c6c096ee",
5391
                "reference": "f878bab48edb66ad9c6ed626bf817f60c6c096ee",
5392
                "shasum": ""
5393
            },
5394
            "require": {
5395
                "php": ">=5.3.3"
5396
            },
5397
            "require-dev": {
5398
                "psr/container": "^1.0",
5399
                "symfony/debug": "~2.7",
5400
                "symfony/phpunit-bridge": "~3.3@dev"
5401
            },
5402
            "type": "library",
5403
            "extra": {
5404
                "branch-alias": {
5405
                    "dev-master": "1.34-dev"
5406
                }
5407
            },
5408
            "autoload": {
5409
                "psr-0": {
5410
                    "Twig_": "lib/"
5411
                },
5412
                "psr-4": {
5413
                    "Twig\\": "src/"
5414
                }
5415
            },
5416
            "notification-url": "https://packagist.org/downloads/",
5417
            "license": [
5418
                "BSD-3-Clause"
5419
            ],
5420
            "authors": [
5421
                {
5422
                    "name": "Fabien Potencier",
5423
                    "email": "[email protected]",
5424
                    "homepage": "http://fabien.potencier.org",
5425
                    "role": "Lead Developer"
5426
                },
5427
                {
5428
                    "name": "Armin Ronacher",
5429
                    "email": "[email protected]",
5430
                    "role": "Project Founder"
5431
                },
5432
                {
5433
                    "name": "Twig Team",
5434
                    "homepage": "http://twig.sensiolabs.org/contributors",
5435
                    "role": "Contributors"
5436
                }
5437
            ],
5438
            "description": "Twig, the flexible, fast, and secure template language for PHP",
5439
            "homepage": "http://twig.sensiolabs.org",
5440
            "keywords": [
5441
                "templating"
5442
            ],
5443
            "time": "2017-07-04 13:19:31"
5444
        },
5445
        {
5446
            "name": "vich/uploader-bundle",
5447
            "version": "v0.14.0",
5448
            "source": {
5449
                "type": "git",
5450
                "url": "https://github.com/dustin10/VichUploaderBundle.git",
5451
                "reference": "65d244d5e6ef62b4978585cdeb283b6cdab05f6b"
5452
            },
5453
            "dist": {
5454
                "type": "zip",
5455
                "url": "https://api.github.com/repos/dustin10/VichUploaderBundle/zipball/65d244d5e6ef62b4978585cdeb283b6cdab05f6b",
5456
                "reference": "65d244d5e6ef62b4978585cdeb283b6cdab05f6b",
5457
                "shasum": ""
5458
            },
5459
            "require": {
5460
                "jms/metadata": "~1.5",
5461
                "php": ">=5.3.2",
5462
                "symfony/finder": ">=2.0",
5463
                "symfony/framework-bundle": "~2.3",
5464
                "symfony/property-access": "~2.3"
5465
            },
5466
            "require-dev": {
5467
                "doctrine/doctrine-bundle": "*",
5468
                "doctrine/mongodb-odm": "@dev",
5469
                "doctrine/orm": "*",
5470
                "knplabs/knp-gaufrette-bundle": "*",
5471
                "matthiasnoback/symfony-dependency-injection-test": "0.*",
5472
                "mikey179/vfsstream": "~1.0",
5473
                "oneup/flysystem-bundle": "dev-master",
5474
                "phpunit/phpunit": "~4.0",
5475
                "symfony/symfony": "*"
5476
            },
5477
            "suggest": {
5478
                "doctrine/doctrine-bundle": "*",
5479
                "doctrine/mongodb-odm-bundle": "*",
5480
                "doctrine/orm": ">=2.2.3",
5481
                "doctrine/phpcr-odm": "~1.0",
5482
                "knplabs/knp-gaufrette-bundle": "*",
5483
                "symfony/yaml": "@stable",
5484
                "willdurand/propel-eventdispatcher-bundle": ">=1.2"
5485
            },
5486
            "type": "symfony-bundle",
5487
            "extra": {
5488
                "branch-alias": {
5489
                    "dev-master": "1.0.x-dev"
5490
                }
5491
            },
5492
            "autoload": {
5493
                "psr-4": {
5494
                    "Vich\\UploaderBundle\\": "",
5495
                    "Vich\\TestBundle\\": "Tests/Fixtures/App/src/TestBundle/"
5496
                }
5497
            },
5498
            "notification-url": "https://packagist.org/downloads/",
5499
            "license": [
5500
                "MIT"
5501
            ],
5502
            "authors": [
5503
                {
5504
                    "name": "Dustin Dobervich",
5505
                    "email": "[email protected]"
5506
                }
5507
            ],
5508
            "description": "Ease file uploads attached to entities",
5509
            "homepage": "https://github.com/dustin10/VichUploaderBundle",
5510
            "keywords": [
5511
                "file uploads",
5512
                "upload"
5513
            ],
5514
            "time": "2014-12-12 10:26:46"
5515
        },
5516
        {
5517
            "name": "willdurand/jsonp-callback-validator",
5518
            "version": "v1.1.0",
5519
            "source": {
5520
                "type": "git",
5521
                "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
5522
                "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
5523
            },
5524
            "dist": {
5525
                "type": "zip",
5526
                "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
5527
                "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
5528
                "shasum": ""
5529
            },
5530
            "require": {
5531
                "php": ">=5.3.0"
5532
            },
5533
            "require-dev": {
5534
                "phpunit/phpunit": "~3.7"
5535
            },
5536
            "type": "library",
5537
            "autoload": {
5538
                "psr-0": {
5539
                    "JsonpCallbackValidator": "src/"
5540
                }
5541
            },
5542
            "notification-url": "https://packagist.org/downloads/",
5543
            "license": [
5544
                "MIT"
5545
            ],
5546
            "authors": [
5547
                {
5548
                    "name": "William Durand",
5549
                    "email": "[email protected]",
5550
                    "homepage": "http://www.willdurand.fr"
5551
                }
5552
            ],
5553
            "description": "JSONP callback validator.",
5554
            "time": "2014-01-20 22:35:06"
5555
        },
5556
        {
5557
            "name": "willdurand/negotiation",
5558
            "version": "1.5.0",
5559
            "source": {
5560
                "type": "git",
5561
                "url": "https://github.com/willdurand/Negotiation.git",
5562
                "reference": "2a59f2376557303e3fa91465ab691abb82945edf"
5563
            },
5564
            "dist": {
5565
                "type": "zip",
5566
                "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/2a59f2376557303e3fa91465ab691abb82945edf",
5567
                "reference": "2a59f2376557303e3fa91465ab691abb82945edf",
5568
                "shasum": ""
5569
            },
5570
            "require": {
5571
                "php": ">=5.3.0"
5572
            },
5573
            "type": "library",
5574
            "extra": {
5575
                "branch-alias": {
5576
                    "dev-master": "1.5-dev"
5577
                }
5578
            },
5579
            "autoload": {
5580
                "psr-4": {
5581
                    "Negotiation\\": "src/Negotiation"
5582
                }
5583
            },
5584
            "notification-url": "https://packagist.org/downloads/",
5585
            "license": [
5586
                "MIT"
5587
            ],
5588
            "authors": [
5589
                {
5590
                    "name": "William Durand",
5591
                    "email": "[email protected]"
5592
                }
5593
            ],
5594
            "description": "Content Negotiation tools for PHP provided as a standalone library.",
5595
            "homepage": "http://williamdurand.fr/Negotiation/",
5596
            "keywords": [
5597
                "accept",
5598
                "content",
5599
                "format",
5600
                "header",
5601
                "negotiation"
5602
            ],
5603
            "time": "2015-10-01 07:42:40"
5604
        },
5605
        {
5606
            "name": "zendframework/zend-code",
5607
            "version": "2.5.1",
5608
            "source": {
5609
                "type": "git",
5610
                "url": "https://github.com/zendframework/zend-code.git",
5611
                "reference": "5d998f261ec2a55171c71da57a11622745680153"
5612
            },
5613
            "dist": {
5614
                "type": "zip",
5615
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/5d998f261ec2a55171c71da57a11622745680153",
5616
                "reference": "5d998f261ec2a55171c71da57a11622745680153",
5617
                "shasum": ""
5618
            },
5619
            "require": {
5620
                "php": ">=5.3.23",
5621
                "zendframework/zend-eventmanager": "~2.5"
5622
            },
5623
            "require-dev": {
5624
                "doctrine/common": ">=2.1",
5625
                "fabpot/php-cs-fixer": "1.7.*",
5626
                "phpunit/phpunit": "~4.0",
5627
                "zendframework/zend-stdlib": "~2.5",
5628
                "zendframework/zend-version": "~2.5"
5629
            },
5630
            "suggest": {
5631
                "doctrine/common": "Doctrine\\Common >=2.1 for annotation features",
5632
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
5633
            },
5634
            "type": "library",
5635
            "extra": {
5636
                "branch-alias": {
5637
                    "dev-master": "2.5-dev",
5638
                    "dev-develop": "2.6-dev"
5639
                }
5640
            },
5641
            "autoload": {
5642
                "psr-4": {
5643
                    "Zend\\Code\\": "src/"
5644
                }
5645
            },
5646
            "notification-url": "https://packagist.org/downloads/",
5647
            "license": [
5648
                "BSD-3-Clause"
5649
            ],
5650
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
5651
            "homepage": "https://github.com/zendframework/zend-code",
5652
            "keywords": [
5653
                "code",
5654
                "zf2"
5655
            ],
5656
            "time": "2015-06-03 15:31:59"
5657
        },
5658
        {
5659
            "name": "zendframework/zend-eventmanager",
5660
            "version": "2.5.1",
5661
            "source": {
5662
                "type": "git",
5663
                "url": "https://github.com/zendframework/zend-eventmanager.git",
5664
                "reference": "d94a16039144936f107f906896349900fd634443"
5665
            },
5666
            "dist": {
5667
                "type": "zip",
5668
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/d94a16039144936f107f906896349900fd634443",
5669
                "reference": "d94a16039144936f107f906896349900fd634443",
5670
                "shasum": ""
5671
            },
5672
            "require": {
5673
                "php": ">=5.3.23",
5674
                "zendframework/zend-stdlib": "~2.5"
5675
            },
5676
            "require-dev": {
5677
                "fabpot/php-cs-fixer": "1.7.*",
5678
                "phpunit/phpunit": "~4.0"
5679
            },
5680
            "type": "library",
5681
            "extra": {
5682
                "branch-alias": {
5683
                    "dev-master": "2.5-dev",
5684
                    "dev-develop": "2.6-dev"
5685
                }
5686
            },
5687
            "autoload": {
5688
                "psr-4": {
5689
                    "Zend\\EventManager\\": "src/"
5690
                }
5691
            },
5692
            "notification-url": "https://packagist.org/downloads/",
5693
            "license": [
5694
                "BSD-3-Clause"
5695
            ],
5696
            "homepage": "https://github.com/zendframework/zend-eventmanager",
5697
            "keywords": [
5698
                "eventmanager",
5699
                "zf2"
5700
            ],
5701
            "time": "2015-06-03 15:32:01"
5702
        },
5703
        {
5704
            "name": "zendframework/zend-stdlib",
5705
            "version": "2.5.1",
5706
            "source": {
5707
                "type": "git",
5708
                "url": "https://github.com/zendframework/zend-stdlib.git",
5709
                "reference": "cc8e90a60dd5d44b9730b77d07b97550091da1ae"
5710
            },
5711
            "dist": {
5712
                "type": "zip",
5713
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/cc8e90a60dd5d44b9730b77d07b97550091da1ae",
5714
                "reference": "cc8e90a60dd5d44b9730b77d07b97550091da1ae",
5715
                "shasum": ""
5716
            },
5717
            "require": {
5718
                "php": ">=5.3.23"
5719
            },
5720
            "require-dev": {
5721
                "fabpot/php-cs-fixer": "1.7.*",
5722
                "phpunit/phpunit": "~4.0",
5723
                "zendframework/zend-config": "~2.5",
5724
                "zendframework/zend-eventmanager": "~2.5",
5725
                "zendframework/zend-filter": "~2.5",
5726
                "zendframework/zend-inputfilter": "~2.5",
5727
                "zendframework/zend-serializer": "~2.5",
5728
                "zendframework/zend-servicemanager": "~2.5"
5729
            },
5730
            "suggest": {
5731
                "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
5732
                "zendframework/zend-filter": "To support naming strategy hydrator usage",
5733
                "zendframework/zend-serializer": "Zend\\Serializer component",
5734
                "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
5735
            },
5736
            "type": "library",
5737
            "extra": {
5738
                "branch-alias": {
5739
                    "dev-master": "2.5-dev",
5740
                    "dev-develop": "2.6-dev"
5741
                }
5742
            },
5743
            "autoload": {
5744
                "psr-4": {
5745
                    "Zend\\Stdlib\\": "src/"
5746
                }
5747
            },
5748
            "notification-url": "https://packagist.org/downloads/",
5749
            "license": [
5750
                "BSD-3-Clause"
5751
            ],
5752
            "homepage": "https://github.com/zendframework/zend-stdlib",
5753
            "keywords": [
5754
                "stdlib",
5755
                "zf2"
5756
            ],
5757
            "time": "2015-06-03 15:32:03"
5758
        },
5759
        {
5760
            "name": "zendframework/zenddiagnostics",
5761
            "version": "v1.0.9",
5762
            "source": {
5763
                "type": "git",
5764
                "url": "https://github.com/zendframework/ZendDiagnostics.git",
5765
                "reference": "292653c287a9e9d811417d4cb8a0025a4c1894cf"
5766
            },
5767
            "dist": {
5768
                "type": "zip",
5769
                "url": "https://api.github.com/repos/zendframework/ZendDiagnostics/zipball/292653c287a9e9d811417d4cb8a0025a4c1894cf",
5770
                "reference": "292653c287a9e9d811417d4cb8a0025a4c1894cf",
5771
                "shasum": ""
5772
            },
5773
            "require": {
5774
                "php": ">=5.3.3"
5775
            },
5776
            "require-dev": {
5777
                "doctrine/migrations": "~1.0@dev",
5778
                "guzzle/http": "3.*",
5779
                "guzzle/plugin-mock": "3.*",
5780
                "mikey179/vfsstream": "1.6.*",
5781
                "phpunit/phpunit": "4.7.*",
5782
                "predis/predis": "0.8.*",
5783
                "sensiolabs/security-checker": "1.3.*@dev",
5784
                "symfony/yaml": "v2.3.11",
5785
                "videlalvaro/php-amqplib": "2.*",
5786
                "zendframework/zend-loader": "2.*"
5787
            },
5788
            "suggest": {
5789
                "doctrine/migrations": "Required by Check\\DoctrineMigration",
5790
                "ext-bcmath": "Required by Check\\CpuPerformance",
5791
                "guzzle/http": "Required by Check\\GuzzleHttpService",
5792
                "predis/predis": "Required by Check\\Redis",
5793
                "sensiolabs/security-checker": "Required by Check\\SecurityAdvisory",
5794
                "symfony/yaml": "Required by Check\\YamlFile",
5795
                "videlalvaro/php-amqplib": "Required by Check\\RabbitMQ"
5796
            },
5797
            "type": "library",
5798
            "extra": {
5799
                "branch-alias": {
5800
                    "dev-master": "1.0.x-dev"
5801
                }
5802
            },
5803
            "autoload": {
5804
                "psr-0": {
5805
                    "ZendDiagnostics\\": "src/",
5806
                    "ZendDiagnosticsTest\\": "tests/"
5807
                }
5808
            },
5809
            "notification-url": "https://packagist.org/downloads/",
5810
            "license": [
5811
                "BSD-3-Clause"
5812
            ],
5813
            "description": "A set of components for performing diagnostic tests in PHP applications",
5814
            "homepage": "https://github.com/zendframework/ZendDiagnostics",
5815
            "keywords": [
5816
                "diagnostics",
5817
                "php",
5818
                "test"
5819
            ],
5820
            "time": "2016-04-01 10:39:00"
5821
        }
5822
    ],
5823
    "packages-dev": [
5824
        {
5825
            "name": "phpdocumentor/reflection-docblock",
5826
            "version": "2.0.5",
5827
            "source": {
5828
                "type": "git",
5829
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
5830
                "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
5831
            },
5832
            "dist": {
5833
                "type": "zip",
5834
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
5835
                "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
5836
                "shasum": ""
5837
            },
5838
            "require": {
5839
                "php": ">=5.3.3"
5840
            },
5841
            "require-dev": {
5842
                "phpunit/phpunit": "~4.0"
5843
            },
5844
            "suggest": {
5845
                "dflydev/markdown": "~1.0",
5846
                "erusev/parsedown": "~1.0"
5847
            },
5848
            "type": "library",
5849
            "extra": {
5850
                "branch-alias": {
5851
                    "dev-master": "2.0.x-dev"
5852
                }
5853
            },
5854
            "autoload": {
5855
                "psr-0": {
5856
                    "phpDocumentor": [
5857
                        "src/"
5858
                    ]
5859
                }
5860
            },
5861
            "notification-url": "https://packagist.org/downloads/",
5862
            "license": [
5863
                "MIT"
5864
            ],
5865
            "authors": [
5866
                {
5867
                    "name": "Mike van Riel",
5868
                    "email": "[email protected]"
5869
                }
5870
            ],
5871
            "time": "2016-01-25 08:17:30"
5872
        },
5873
        {
5874
            "name": "phpspec/prophecy",
5875
            "version": "v1.7.2",
5876
            "source": {
5877
                "type": "git",
5878
                "url": "https://github.com/phpspec/prophecy.git",
5879
                "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6"
5880
            },
5881
            "dist": {
5882
                "type": "zip",
5883
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
5884
                "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
5885
                "shasum": ""
5886
            },
5887
            "require": {
5888
                "doctrine/instantiator": "^1.0.2",
5889
                "php": "^5.3|^7.0",
5890
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
5891
                "sebastian/comparator": "^1.1|^2.0",
5892
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
5893
            },
5894
            "require-dev": {
5895
                "phpspec/phpspec": "^2.5|^3.2",
5896
                "phpunit/phpunit": "^4.8 || ^5.6.5"
5897
            },
5898
            "type": "library",
5899
            "extra": {
5900
                "branch-alias": {
5901
                    "dev-master": "1.7.x-dev"
5902
                }
5903
            },
5904
            "autoload": {
5905
                "psr-0": {
5906
                    "Prophecy\\": "src/"
5907
                }
5908
            },
5909
            "notification-url": "https://packagist.org/downloads/",
5910
            "license": [
5911
                "MIT"
5912
            ],
5913
            "authors": [
5914
                {
5915
                    "name": "Konstantin Kudryashov",
5916
                    "email": "[email protected]",
5917
                    "homepage": "http://everzet.com"
5918
                },
5919
                {
5920
                    "name": "Marcello Duarte",
5921
                    "email": "[email protected]"
5922
                }
5923
            ],
5924
            "description": "Highly opinionated mocking framework for PHP 5.3+",
5925
            "homepage": "https://github.com/phpspec/prophecy",
5926
            "keywords": [
5927
                "Double",
5928
                "Dummy",
5929
                "fake",
5930
                "mock",
5931
                "spy",
5932
                "stub"
5933
            ],
5934
            "time": "2017-09-04 11:05:03"
5935
        },
5936
        {
5937
            "name": "phpunit/php-code-coverage",
5938
            "version": "2.2.4",
5939
            "source": {
5940
                "type": "git",
5941
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
5942
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
5943
            },
5944
            "dist": {
5945
                "type": "zip",
5946
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
5947
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
5948
                "shasum": ""
5949
            },
5950
            "require": {
5951
                "php": ">=5.3.3",
5952
                "phpunit/php-file-iterator": "~1.3",
5953
                "phpunit/php-text-template": "~1.2",
5954
                "phpunit/php-token-stream": "~1.3",
5955
                "sebastian/environment": "^1.3.2",
5956
                "sebastian/version": "~1.0"
5957
            },
5958
            "require-dev": {
5959
                "ext-xdebug": ">=2.1.4",
5960
                "phpunit/phpunit": "~4"
5961
            },
5962
            "suggest": {
5963
                "ext-dom": "*",
5964
                "ext-xdebug": ">=2.2.1",
5965
                "ext-xmlwriter": "*"
5966
            },
5967
            "type": "library",
5968
            "extra": {
5969
                "branch-alias": {
5970
                    "dev-master": "2.2.x-dev"
5971
                }
5972
            },
5973
            "autoload": {
5974
                "classmap": [
5975
                    "src/"
5976
                ]
5977
            },
5978
            "notification-url": "https://packagist.org/downloads/",
5979
            "license": [
5980
                "BSD-3-Clause"
5981
            ],
5982
            "authors": [
5983
                {
5984
                    "name": "Sebastian Bergmann",
5985
                    "email": "[email protected]",
5986
                    "role": "lead"
5987
                }
5988
            ],
5989
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
5990
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
5991
            "keywords": [
5992
                "coverage",
5993
                "testing",
5994
                "xunit"
5995
            ],
5996
            "time": "2015-10-06 15:47:00"
5997
        },
5998
        {
5999
            "name": "phpunit/php-file-iterator",
6000
            "version": "1.4.2",
6001
            "source": {
6002
                "type": "git",
6003
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
6004
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
6005
            },
6006
            "dist": {
6007
                "type": "zip",
6008
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
6009
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
6010
                "shasum": ""
6011
            },
6012
            "require": {
6013
                "php": ">=5.3.3"
6014
            },
6015
            "type": "library",
6016
            "extra": {
6017
                "branch-alias": {
6018
                    "dev-master": "1.4.x-dev"
6019
                }
6020
            },
6021
            "autoload": {
6022
                "classmap": [
6023
                    "src/"
6024
                ]
6025
            },
6026
            "notification-url": "https://packagist.org/downloads/",
6027
            "license": [
6028
                "BSD-3-Clause"
6029
            ],
6030
            "authors": [
6031
                {
6032
                    "name": "Sebastian Bergmann",
6033
                    "email": "[email protected]",
6034
                    "role": "lead"
6035
                }
6036
            ],
6037
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
6038
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
6039
            "keywords": [
6040
                "filesystem",
6041
                "iterator"
6042
            ],
6043
            "time": "2016-10-03 07:40:28"
6044
        },
6045
        {
6046
            "name": "phpunit/php-text-template",
6047
            "version": "1.2.1",
6048
            "source": {
6049
                "type": "git",
6050
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
6051
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
6052
            },
6053
            "dist": {
6054
                "type": "zip",
6055
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
6056
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
6057
                "shasum": ""
6058
            },
6059
            "require": {
6060
                "php": ">=5.3.3"
6061
            },
6062
            "type": "library",
6063
            "autoload": {
6064
                "classmap": [
6065
                    "src/"
6066
                ]
6067
            },
6068
            "notification-url": "https://packagist.org/downloads/",
6069
            "license": [
6070
                "BSD-3-Clause"
6071
            ],
6072
            "authors": [
6073
                {
6074
                    "name": "Sebastian Bergmann",
6075
                    "email": "[email protected]",
6076
                    "role": "lead"
6077
                }
6078
            ],
6079
            "description": "Simple template engine.",
6080
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
6081
            "keywords": [
6082
                "template"
6083
            ],
6084
            "time": "2015-06-21 13:50:34"
6085
        },
6086
        {
6087
            "name": "phpunit/php-timer",
6088
            "version": "1.0.9",
6089
            "source": {
6090
                "type": "git",
6091
                "url": "https://github.com/sebastianbergmann/php-timer.git",
6092
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
6093
            },
6094
            "dist": {
6095
                "type": "zip",
6096
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
6097
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
6098
                "shasum": ""
6099
            },
6100
            "require": {
6101
                "php": "^5.3.3 || ^7.0"
6102
            },
6103
            "require-dev": {
6104
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
6105
            },
6106
            "type": "library",
6107
            "extra": {
6108
                "branch-alias": {
6109
                    "dev-master": "1.0-dev"
6110
                }
6111
            },
6112
            "autoload": {
6113
                "classmap": [
6114
                    "src/"
6115
                ]
6116
            },
6117
            "notification-url": "https://packagist.org/downloads/",
6118
            "license": [
6119
                "BSD-3-Clause"
6120
            ],
6121
            "authors": [
6122
                {
6123
                    "name": "Sebastian Bergmann",
6124
                    "email": "[email protected]",
6125
                    "role": "lead"
6126
                }
6127
            ],
6128
            "description": "Utility class for timing",
6129
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
6130
            "keywords": [
6131
                "timer"
6132
            ],
6133
            "time": "2017-02-26 11:10:40"
6134
        },
6135
        {
6136
            "name": "phpunit/php-token-stream",
6137
            "version": "1.4.11",
6138
            "source": {
6139
                "type": "git",
6140
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
6141
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
6142
            },
6143
            "dist": {
6144
                "type": "zip",
6145
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
6146
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
6147
                "shasum": ""
6148
            },
6149
            "require": {
6150
                "ext-tokenizer": "*",
6151
                "php": ">=5.3.3"
6152
            },
6153
            "require-dev": {
6154
                "phpunit/phpunit": "~4.2"
6155
            },
6156
            "type": "library",
6157
            "extra": {
6158
                "branch-alias": {
6159
                    "dev-master": "1.4-dev"
6160
                }
6161
            },
6162
            "autoload": {
6163
                "classmap": [
6164
                    "src/"
6165
                ]
6166
            },
6167
            "notification-url": "https://packagist.org/downloads/",
6168
            "license": [
6169
                "BSD-3-Clause"
6170
            ],
6171
            "authors": [
6172
                {
6173
                    "name": "Sebastian Bergmann",
6174
                    "email": "[email protected]"
6175
                }
6176
            ],
6177
            "description": "Wrapper around PHP's tokenizer extension.",
6178
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
6179
            "keywords": [
6180
                "tokenizer"
6181
            ],
6182
            "time": "2017-02-27 10:12:30"
6183
        },
6184
        {
6185
            "name": "phpunit/phpunit",
6186
            "version": "4.8.36",
6187
            "source": {
6188
                "type": "git",
6189
                "url": "https://github.com/sebastianbergmann/phpunit.git",
6190
                "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
6191
            },
6192
            "dist": {
6193
                "type": "zip",
6194
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
6195
                "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
6196
                "shasum": ""
6197
            },
6198
            "require": {
6199
                "ext-dom": "*",
6200
                "ext-json": "*",
6201
                "ext-pcre": "*",
6202
                "ext-reflection": "*",
6203
                "ext-spl": "*",
6204
                "php": ">=5.3.3",
6205
                "phpspec/prophecy": "^1.3.1",
6206
                "phpunit/php-code-coverage": "~2.1",
6207
                "phpunit/php-file-iterator": "~1.4",
6208
                "phpunit/php-text-template": "~1.2",
6209
                "phpunit/php-timer": "^1.0.6",
6210
                "phpunit/phpunit-mock-objects": "~2.3",
6211
                "sebastian/comparator": "~1.2.2",
6212
                "sebastian/diff": "~1.2",
6213
                "sebastian/environment": "~1.3",
6214
                "sebastian/exporter": "~1.2",
6215
                "sebastian/global-state": "~1.0",
6216
                "sebastian/version": "~1.0",
6217
                "symfony/yaml": "~2.1|~3.0"
6218
            },
6219
            "suggest": {
6220
                "phpunit/php-invoker": "~1.1"
6221
            },
6222
            "bin": [
6223
                "phpunit"
6224
            ],
6225
            "type": "library",
6226
            "extra": {
6227
                "branch-alias": {
6228
                    "dev-master": "4.8.x-dev"
6229
                }
6230
            },
6231
            "autoload": {
6232
                "classmap": [
6233
                    "src/"
6234
                ]
6235
            },
6236
            "notification-url": "https://packagist.org/downloads/",
6237
            "license": [
6238
                "BSD-3-Clause"
6239
            ],
6240
            "authors": [
6241
                {
6242
                    "name": "Sebastian Bergmann",
6243
                    "email": "[email protected]",
6244
                    "role": "lead"
6245
                }
6246
            ],
6247
            "description": "The PHP Unit Testing framework.",
6248
            "homepage": "https://phpunit.de/",
6249
            "keywords": [
6250
                "phpunit",
6251
                "testing",
6252
                "xunit"
6253
            ],
6254
            "time": "2017-06-21 08:07:12"
6255
        },
6256
        {
6257
            "name": "phpunit/phpunit-mock-objects",
6258
            "version": "2.3.8",
6259
            "source": {
6260
                "type": "git",
6261
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
6262
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
6263
            },
6264
            "dist": {
6265
                "type": "zip",
6266
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
6267
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
6268
                "shasum": ""
6269
            },
6270
            "require": {
6271
                "doctrine/instantiator": "^1.0.2",
6272
                "php": ">=5.3.3",
6273
                "phpunit/php-text-template": "~1.2",
6274
                "sebastian/exporter": "~1.2"
6275
            },
6276
            "require-dev": {
6277
                "phpunit/phpunit": "~4.4"
6278
            },
6279
            "suggest": {
6280
                "ext-soap": "*"
6281
            },
6282
            "type": "library",
6283
            "extra": {
6284
                "branch-alias": {
6285
                    "dev-master": "2.3.x-dev"
6286
                }
6287
            },
6288
            "autoload": {
6289
                "classmap": [
6290
                    "src/"
6291
                ]
6292
            },
6293
            "notification-url": "https://packagist.org/downloads/",
6294
            "license": [
6295
                "BSD-3-Clause"
6296
            ],
6297
            "authors": [
6298
                {
6299
                    "name": "Sebastian Bergmann",
6300
                    "email": "[email protected]",
6301
                    "role": "lead"
6302
                }
6303
            ],
6304
            "description": "Mock Object library for PHPUnit",
6305
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
6306
            "keywords": [
6307
                "mock",
6308
                "xunit"
6309
            ],
6310
            "time": "2015-10-02 06:51:40"
6311
        },
6312
        {
6313
            "name": "sebastian/comparator",
6314
            "version": "1.2.4",
6315
            "source": {
6316
                "type": "git",
6317
                "url": "https://github.com/sebastianbergmann/comparator.git",
6318
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
6319
            },
6320
            "dist": {
6321
                "type": "zip",
6322
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
6323
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
6324
                "shasum": ""
6325
            },
6326
            "require": {
6327
                "php": ">=5.3.3",
6328
                "sebastian/diff": "~1.2",
6329
                "sebastian/exporter": "~1.2 || ~2.0"
6330
            },
6331
            "require-dev": {
6332
                "phpunit/phpunit": "~4.4"
6333
            },
6334
            "type": "library",
6335
            "extra": {
6336
                "branch-alias": {
6337
                    "dev-master": "1.2.x-dev"
6338
                }
6339
            },
6340
            "autoload": {
6341
                "classmap": [
6342
                    "src/"
6343
                ]
6344
            },
6345
            "notification-url": "https://packagist.org/downloads/",
6346
            "license": [
6347
                "BSD-3-Clause"
6348
            ],
6349
            "authors": [
6350
                {
6351
                    "name": "Jeff Welch",
6352
                    "email": "[email protected]"
6353
                },
6354
                {
6355
                    "name": "Volker Dusch",
6356
                    "email": "[email protected]"
6357
                },
6358
                {
6359
                    "name": "Bernhard Schussek",
6360
                    "email": "[email protected]"
6361
                },
6362
                {
6363
                    "name": "Sebastian Bergmann",
6364
                    "email": "[email protected]"
6365
                }
6366
            ],
6367
            "description": "Provides the functionality to compare PHP values for equality",
6368
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
6369
            "keywords": [
6370
                "comparator",
6371
                "compare",
6372
                "equality"
6373
            ],
6374
            "time": "2017-01-29 09:50:25"
6375
        },
6376
        {
6377
            "name": "sebastian/diff",
6378
            "version": "1.4.3",
6379
            "source": {
6380
                "type": "git",
6381
                "url": "https://github.com/sebastianbergmann/diff.git",
6382
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
6383
            },
6384
            "dist": {
6385
                "type": "zip",
6386
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
6387
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
6388
                "shasum": ""
6389
            },
6390
            "require": {
6391
                "php": "^5.3.3 || ^7.0"
6392
            },
6393
            "require-dev": {
6394
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
6395
            },
6396
            "type": "library",
6397
            "extra": {
6398
                "branch-alias": {
6399
                    "dev-master": "1.4-dev"
6400
                }
6401
            },
6402
            "autoload": {
6403
                "classmap": [
6404
                    "src/"
6405
                ]
6406
            },
6407
            "notification-url": "https://packagist.org/downloads/",
6408
            "license": [
6409
                "BSD-3-Clause"
6410
            ],
6411
            "authors": [
6412
                {
6413
                    "name": "Kore Nordmann",
6414
                    "email": "[email protected]"
6415
                },
6416
                {
6417
                    "name": "Sebastian Bergmann",
6418
                    "email": "[email protected]"
6419
                }
6420
            ],
6421
            "description": "Diff implementation",
6422
            "homepage": "https://github.com/sebastianbergmann/diff",
6423
            "keywords": [
6424
                "diff"
6425
            ],
6426
            "time": "2017-05-22 07:24:03"
6427
        },
6428
        {
6429
            "name": "sebastian/environment",
6430
            "version": "1.3.8",
6431
            "source": {
6432
                "type": "git",
6433
                "url": "https://github.com/sebastianbergmann/environment.git",
6434
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
6435
            },
6436
            "dist": {
6437
                "type": "zip",
6438
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
6439
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
6440
                "shasum": ""
6441
            },
6442
            "require": {
6443
                "php": "^5.3.3 || ^7.0"
6444
            },
6445
            "require-dev": {
6446
                "phpunit/phpunit": "^4.8 || ^5.0"
6447
            },
6448
            "type": "library",
6449
            "extra": {
6450
                "branch-alias": {
6451
                    "dev-master": "1.3.x-dev"
6452
                }
6453
            },
6454
            "autoload": {
6455
                "classmap": [
6456
                    "src/"
6457
                ]
6458
            },
6459
            "notification-url": "https://packagist.org/downloads/",
6460
            "license": [
6461
                "BSD-3-Clause"
6462
            ],
6463
            "authors": [
6464
                {
6465
                    "name": "Sebastian Bergmann",
6466
                    "email": "[email protected]"
6467
                }
6468
            ],
6469
            "description": "Provides functionality to handle HHVM/PHP environments",
6470
            "homepage": "http://www.github.com/sebastianbergmann/environment",
6471
            "keywords": [
6472
                "Xdebug",
6473
                "environment",
6474
                "hhvm"
6475
            ],
6476
            "time": "2016-08-18 05:49:44"
6477
        },
6478
        {
6479
            "name": "sebastian/exporter",
6480
            "version": "1.2.2",
6481
            "source": {
6482
                "type": "git",
6483
                "url": "https://github.com/sebastianbergmann/exporter.git",
6484
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
6485
            },
6486
            "dist": {
6487
                "type": "zip",
6488
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
6489
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
6490
                "shasum": ""
6491
            },
6492
            "require": {
6493
                "php": ">=5.3.3",
6494
                "sebastian/recursion-context": "~1.0"
6495
            },
6496
            "require-dev": {
6497
                "ext-mbstring": "*",
6498
                "phpunit/phpunit": "~4.4"
6499
            },
6500
            "type": "library",
6501
            "extra": {
6502
                "branch-alias": {
6503
                    "dev-master": "1.3.x-dev"
6504
                }
6505
            },
6506
            "autoload": {
6507
                "classmap": [
6508
                    "src/"
6509
                ]
6510
            },
6511
            "notification-url": "https://packagist.org/downloads/",
6512
            "license": [
6513
                "BSD-3-Clause"
6514
            ],
6515
            "authors": [
6516
                {
6517
                    "name": "Jeff Welch",
6518
                    "email": "[email protected]"
6519
                },
6520
                {
6521
                    "name": "Volker Dusch",
6522
                    "email": "[email protected]"
6523
                },
6524
                {
6525
                    "name": "Bernhard Schussek",
6526
                    "email": "[email protected]"
6527
                },
6528
                {
6529
                    "name": "Sebastian Bergmann",
6530
                    "email": "[email protected]"
6531
                },
6532
                {
6533
                    "name": "Adam Harvey",
6534
                    "email": "[email protected]"
6535
                }
6536
            ],
6537
            "description": "Provides the functionality to export PHP variables for visualization",
6538
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
6539
            "keywords": [
6540
                "export",
6541
                "exporter"
6542
            ],
6543
            "time": "2016-06-17 09:04:28"
6544
        },
6545
        {
6546
            "name": "sebastian/global-state",
6547
            "version": "1.1.1",
6548
            "source": {
6549
                "type": "git",
6550
                "url": "https://github.com/sebastianbergmann/global-state.git",
6551
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
6552
            },
6553
            "dist": {
6554
                "type": "zip",
6555
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
6556
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
6557
                "shasum": ""
6558
            },
6559
            "require": {
6560
                "php": ">=5.3.3"
6561
            },
6562
            "require-dev": {
6563
                "phpunit/phpunit": "~4.2"
6564
            },
6565
            "suggest": {
6566
                "ext-uopz": "*"
6567
            },
6568
            "type": "library",
6569
            "extra": {
6570
                "branch-alias": {
6571
                    "dev-master": "1.0-dev"
6572
                }
6573
            },
6574
            "autoload": {
6575
                "classmap": [
6576
                    "src/"
6577
                ]
6578
            },
6579
            "notification-url": "https://packagist.org/downloads/",
6580
            "license": [
6581
                "BSD-3-Clause"
6582
            ],
6583
            "authors": [
6584
                {
6585
                    "name": "Sebastian Bergmann",
6586
                    "email": "[email protected]"
6587
                }
6588
            ],
6589
            "description": "Snapshotting of global state",
6590
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
6591
            "keywords": [
6592
                "global state"
6593
            ],
6594
            "time": "2015-10-12 03:26:01"
6595
        },
6596
        {
6597
            "name": "sebastian/recursion-context",
6598
            "version": "1.0.5",
6599
            "source": {
6600
                "type": "git",
6601
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
6602
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
6603
            },
6604
            "dist": {
6605
                "type": "zip",
6606
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
6607
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
6608
                "shasum": ""
6609
            },
6610
            "require": {
6611
                "php": ">=5.3.3"
6612
            },
6613
            "require-dev": {
6614
                "phpunit/phpunit": "~4.4"
6615
            },
6616
            "type": "library",
6617
            "extra": {
6618
                "branch-alias": {
6619
                    "dev-master": "1.0.x-dev"
6620
                }
6621
            },
6622
            "autoload": {
6623
                "classmap": [
6624
                    "src/"
6625
                ]
6626
            },
6627
            "notification-url": "https://packagist.org/downloads/",
6628
            "license": [
6629
                "BSD-3-Clause"
6630
            ],
6631
            "authors": [
6632
                {
6633
                    "name": "Jeff Welch",
6634
                    "email": "[email protected]"
6635
                },
6636
                {
6637
                    "name": "Sebastian Bergmann",
6638
                    "email": "[email protected]"
6639
                },
6640
                {
6641
                    "name": "Adam Harvey",
6642
                    "email": "[email protected]"
6643
                }
6644
            ],
6645
            "description": "Provides functionality to recursively process PHP variables",
6646
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
6647
            "time": "2016-10-03 07:41:43"
6648
        },
6649
        {
6650
            "name": "sebastian/version",
6651
            "version": "1.0.6",
6652
            "source": {
6653
                "type": "git",
6654
                "url": "https://github.com/sebastianbergmann/version.git",
6655
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
6656
            },
6657
            "dist": {
6658
                "type": "zip",
6659
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
6660
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
6661
                "shasum": ""
6662
            },
6663
            "type": "library",
6664
            "autoload": {
6665
                "classmap": [
6666
                    "src/"
6667
                ]
6668
            },
6669
            "notification-url": "https://packagist.org/downloads/",
6670
            "license": [
6671
                "BSD-3-Clause"
6672
            ],
6673
            "authors": [
6674
                {
6675
                    "name": "Sebastian Bergmann",
6676
                    "email": "[email protected]",
6677
                    "role": "lead"
6678
                }
6679
            ],
6680
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
6681
            "homepage": "https://github.com/sebastianbergmann/version",
6682
            "time": "2015-06-21 13:59:46"
6683
        },
6684
        {
6685
            "name": "sensio/generator-bundle",
6686
            "version": "v2.5.3",
6687
            "target-dir": "Sensio/Bundle/GeneratorBundle",
6688
            "source": {
6689
                "type": "git",
6690
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
6691
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
6692
            },
6693
            "dist": {
6694
                "type": "zip",
6695
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
6696
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
6697
                "shasum": ""
6698
            },
6699
            "require": {
6700
                "symfony/console": "~2.5",
6701
                "symfony/framework-bundle": "~2.2"
6702
            },
6703
            "require-dev": {
6704
                "doctrine/orm": "~2.2,>=2.2.3",
6705
                "symfony/doctrine-bridge": "~2.2",
6706
                "twig/twig": "~1.11"
6707
            },
6708
            "type": "symfony-bundle",
6709
            "extra": {
6710
                "branch-alias": {
6711
                    "dev-master": "2.5.x-dev"
6712
                }
6713
            },
6714
            "autoload": {
6715
                "psr-0": {
6716
                    "Sensio\\Bundle\\GeneratorBundle": ""
6717
                }
6718
            },
6719
            "notification-url": "https://packagist.org/downloads/",
6720
            "license": [
6721
                "MIT"
6722
            ],
6723
            "authors": [
6724
                {
6725
                    "name": "Fabien Potencier",
6726
                    "email": "[email protected]"
6727
                }
6728
            ],
6729
            "description": "This bundle generates code for you",
6730
            "time": "2015-03-17 06:36:52"
6731
        },
6732
        {
6733
            "name": "symfony/phpunit-bridge",
6734
            "version": "v3.3.9",
6735
            "source": {
6736
                "type": "git",
6737
                "url": "https://github.com/symfony/phpunit-bridge.git",
6738
                "reference": "27d159bd9bd14a3bd9d3e136081c321a0d621c03"
6739
            },
6740
            "dist": {
6741
                "type": "zip",
6742
                "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/27d159bd9bd14a3bd9d3e136081c321a0d621c03",
6743
                "reference": "27d159bd9bd14a3bd9d3e136081c321a0d621c03",
6744
                "shasum": ""
6745
            },
6746
            "require": {
6747
                "php": ">=5.3.3"
6748
            },
6749
            "conflict": {
6750
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
6751
            },
6752
            "suggest": {
6753
                "ext-zip": "Zip support is required when using bin/simple-phpunit",
6754
                "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
6755
            },
6756
            "bin": [
6757
                "bin/simple-phpunit"
6758
            ],
6759
            "type": "symfony-bridge",
6760
            "extra": {
6761
                "branch-alias": {
6762
                    "dev-master": "3.3-dev"
6763
                }
6764
            },
6765
            "autoload": {
6766
                "files": [
6767
                    "bootstrap.php"
6768
                ],
6769
                "psr-4": {
6770
                    "Symfony\\Bridge\\PhpUnit\\": ""
6771
                },
6772
                "exclude-from-classmap": [
6773
                    "/Tests/"
6774
                ]
6775
            },
6776
            "notification-url": "https://packagist.org/downloads/",
6777
            "license": [
6778
                "MIT"
6779
            ],
6780
            "authors": [
6781
                {
6782
                    "name": "Nicolas Grekas",
6783
                    "email": "[email protected]"
6784
                },
6785
                {
6786
                    "name": "Symfony Community",
6787
                    "homepage": "https://symfony.com/contributors"
6788
                }
6789
            ],
6790
            "description": "Symfony PHPUnit Bridge",
6791
            "homepage": "https://symfony.com",
6792
            "time": "2017-09-05 11:23:06"
6793
        }
6794
    ],
6795
    "aliases": [],
6796
    "minimum-stability": "stable",
6797
    "stability-flags": {
6798
        "friendsofsymfony/user-bundle": 20,
6799
        "qandidate/stack-request-id": 20
6800
    },
6801
    "prefer-stable": false,
6802
    "prefer-lowest": false,
6803
    "platform": {
6804
        "php": ">=5.4.16",
6805
        "ext-curl": "*"
6806
    },
6807
    "platform-dev": [],
6808
    "platform-overrides": {
6809
        "php": "5.4.16"
6810
    }
6811
}
6812