Completed
Push — issue#741 ( f16fcd...e1fe44 )
by Guilherme
06:11 queued 02:20
created

composer.lock (2 issues)

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": "e03d7c191ce2044390693a032bc35461",
8
    "content-hash": "db618265f1259f8b4be18f69c55b0b19",
9
    "packages": [
10
        {
11
            "name": "beelab/recaptcha2-bundle",
12
            "version": "v0.3.0",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/Bee-Lab/BeelabRecaptcha2Bundle.git",
16
                "reference": "68faa7ad55d57f02548f6bc1128e8d8153264f86"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/Bee-Lab/BeelabRecaptcha2Bundle/zipball/68faa7ad55d57f02548f6bc1128e8d8153264f86",
21
                "reference": "68faa7ad55d57f02548f6bc1128e8d8153264f86",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "google/recaptcha": "^1.1",
26
                "php": ">=5.4",
27
                "symfony/dependency-injection": "~2.7|~3.0",
28
                "symfony/form": "~2.7|~3.0",
29
                "symfony/framework-bundle": "~2.7|~3.0",
30
                "symfony/validator": "~2.7|~3.0"
31
            },
32
            "require-dev": {
33
                "phpunit/phpunit": "^4.8",
34
                "symfony/expression-language": "~2.7|~3.0",
35
                "symfony/phpunit-bridge": "~2.7|~3.0"
36
            },
37
            "type": "symfony-bundle",
38
            "extra": {
39
                "branch-alias": {
40
                    "dev-master": "1.2.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-10-11 13:05:54"
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": "ci/restclientbundle",
327
            "version": "2.0.2",
328
            "target-dir": "Circle/RestClientBundle",
329
            "source": {
330
                "type": "git",
331
                "url": "https://github.com/CircleOfNice/CiRestClientBundle.git",
332
                "reference": "196c09582b31dd1e7953ba4825b441ad09f4853c"
333
            },
334
            "dist": {
335
                "type": "zip",
336
                "url": "https://api.github.com/repos/CircleOfNice/CiRestClientBundle/zipball/196c09582b31dd1e7953ba4825b441ad09f4853c",
337
                "reference": "196c09582b31dd1e7953ba4825b441ad09f4853c",
338
                "shasum": ""
339
            },
340
            "require-dev": {
341
                "ext-curl": "*",
342
                "php": ">=5.4",
343
                "symfony/config": ">=2.1",
344
                "symfony/dependency-injection": ">=2.1",
345
                "symfony/http-kernel": ">=2.1",
346
                "symfony/yaml": ">=2.1"
347
            },
348
            "type": "symfony-bundle",
349
            "extra": {
350
                "branch-alias": {
351
                    "dev-master": "1.0-dev"
352
                }
353
            },
354
            "autoload": {
355
                "psr-0": {
356
                    "Circle\\RestClientBundle": ""
357
                }
358
            },
359
            "notification-url": "https://packagist.org/downloads/",
360
            "license": [
361
                "GPL"
362
            ],
363
            "authors": [
364
                {
365
                    "name": "Circle.ai",
366
                    "email": "[email protected]"
367
                }
368
            ],
369
            "description": "Provides REST request methods. Mapper bundle for php internal curl library",
370
            "keywords": [
371
                "REST client curl POST GET PUT DELETE OPTIONS CONNECT PATCH TRACE HEAD content-type payload library plugin"
372
            ],
373
            "time": "2016-08-28 09:01:46"
374
        },
375
        {
376
            "name": "doctrine/annotations",
377
            "version": "v1.2.7",
378
            "source": {
379
                "type": "git",
380
                "url": "https://github.com/doctrine/annotations.git",
381
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
382
            },
383
            "dist": {
384
                "type": "zip",
385
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
386
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
387
                "shasum": ""
388
            },
389
            "require": {
390
                "doctrine/lexer": "1.*",
391
                "php": ">=5.3.2"
392
            },
393
            "require-dev": {
394
                "doctrine/cache": "1.*",
395
                "phpunit/phpunit": "4.*"
396
            },
397
            "type": "library",
398
            "extra": {
399
                "branch-alias": {
400
                    "dev-master": "1.3.x-dev"
401
                }
402
            },
403
            "autoload": {
404
                "psr-0": {
405
                    "Doctrine\\Common\\Annotations\\": "lib/"
406
                }
407
            },
408
            "notification-url": "https://packagist.org/downloads/",
409
            "license": [
410
                "MIT"
411
            ],
412
            "authors": [
413
                {
414
                    "name": "Roman Borschel",
415
                    "email": "[email protected]"
416
                },
417
                {
418
                    "name": "Benjamin Eberlei",
419
                    "email": "[email protected]"
420
                },
421
                {
422
                    "name": "Guilherme Blanco",
423
                    "email": "[email protected]"
424
                },
425
                {
426
                    "name": "Jonathan Wage",
427
                    "email": "[email protected]"
428
                },
429
                {
430
                    "name": "Johannes Schmitt",
431
                    "email": "[email protected]"
432
                }
433
            ],
434
            "description": "Docblock Annotations Parser",
435
            "homepage": "http://www.doctrine-project.org",
436
            "keywords": [
437
                "annotations",
438
                "docblock",
439
                "parser"
440
            ],
441
            "time": "2015-08-31 12:32:49"
442
        },
443
        {
444
            "name": "doctrine/cache",
445
            "version": "v1.5.4",
446
            "source": {
447
                "type": "git",
448
                "url": "https://github.com/doctrine/cache.git",
449
                "reference": "47cdc76ceb95cc591d9c79a36dc3794975b5d136"
450
            },
451
            "dist": {
452
                "type": "zip",
453
                "url": "https://api.github.com/repos/doctrine/cache/zipball/47cdc76ceb95cc591d9c79a36dc3794975b5d136",
454
                "reference": "47cdc76ceb95cc591d9c79a36dc3794975b5d136",
455
                "shasum": ""
456
            },
457
            "require": {
458
                "php": ">=5.3.2"
459
            },
460
            "conflict": {
461
                "doctrine/common": ">2.2,<2.4"
462
            },
463
            "require-dev": {
464
                "phpunit/phpunit": ">=3.7",
465
                "predis/predis": "~1.0",
466
                "satooshi/php-coveralls": "~0.6"
467
            },
468
            "type": "library",
469
            "extra": {
470
                "branch-alias": {
471
                    "dev-master": "1.5.x-dev"
472
                }
473
            },
474
            "autoload": {
475
                "psr-4": {
476
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
477
                }
478
            },
479
            "notification-url": "https://packagist.org/downloads/",
480
            "license": [
481
                "MIT"
482
            ],
483
            "authors": [
484
                {
485
                    "name": "Roman Borschel",
486
                    "email": "[email protected]"
487
                },
488
                {
489
                    "name": "Benjamin Eberlei",
490
                    "email": "[email protected]"
491
                },
492
                {
493
                    "name": "Guilherme Blanco",
494
                    "email": "[email protected]"
495
                },
496
                {
497
                    "name": "Jonathan Wage",
498
                    "email": "[email protected]"
499
                },
500
                {
501
                    "name": "Johannes Schmitt",
502
                    "email": "[email protected]"
503
                }
504
            ],
505
            "description": "Caching library offering an object-oriented API for many cache backends",
506
            "homepage": "http://www.doctrine-project.org",
507
            "keywords": [
508
                "cache",
509
                "caching"
510
            ],
511
            "time": "2015-12-19 05:03:47"
512
        },
513
        {
514
            "name": "doctrine/collections",
515
            "version": "v1.3.0",
516
            "source": {
517
                "type": "git",
518
                "url": "https://github.com/doctrine/collections.git",
519
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
520
            },
521
            "dist": {
522
                "type": "zip",
523
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
524
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
525
                "shasum": ""
526
            },
527
            "require": {
528
                "php": ">=5.3.2"
529
            },
530
            "require-dev": {
531
                "phpunit/phpunit": "~4.0"
532
            },
533
            "type": "library",
534
            "extra": {
535
                "branch-alias": {
536
                    "dev-master": "1.2.x-dev"
537
                }
538
            },
539
            "autoload": {
540
                "psr-0": {
541
                    "Doctrine\\Common\\Collections\\": "lib/"
542
                }
543
            },
544
            "notification-url": "https://packagist.org/downloads/",
545
            "license": [
546
                "MIT"
547
            ],
548
            "authors": [
549
                {
550
                    "name": "Roman Borschel",
551
                    "email": "[email protected]"
552
                },
553
                {
554
                    "name": "Benjamin Eberlei",
555
                    "email": "[email protected]"
556
                },
557
                {
558
                    "name": "Guilherme Blanco",
559
                    "email": "[email protected]"
560
                },
561
                {
562
                    "name": "Jonathan Wage",
563
                    "email": "[email protected]"
564
                },
565
                {
566
                    "name": "Johannes Schmitt",
567
                    "email": "[email protected]"
568
                }
569
            ],
570
            "description": "Collections Abstraction library",
571
            "homepage": "http://www.doctrine-project.org",
572
            "keywords": [
573
                "array",
574
                "collections",
575
                "iterator"
576
            ],
577
            "time": "2015-04-14 22:21:58"
578
        },
579
        {
580
            "name": "doctrine/common",
581
            "version": "v2.5.3",
582
            "source": {
583
                "type": "git",
584
                "url": "https://github.com/doctrine/common.git",
585
                "reference": "10f1f19651343f87573129ca970aef1a47a6f29e"
586
            },
587
            "dist": {
588
                "type": "zip",
589
                "url": "https://api.github.com/repos/doctrine/common/zipball/10f1f19651343f87573129ca970aef1a47a6f29e",
590
                "reference": "10f1f19651343f87573129ca970aef1a47a6f29e",
591
                "shasum": ""
592
            },
593
            "require": {
594
                "doctrine/annotations": "1.*",
595
                "doctrine/cache": "1.*",
596
                "doctrine/collections": "1.*",
597
                "doctrine/inflector": "1.*",
598
                "doctrine/lexer": "1.*",
599
                "php": ">=5.3.2"
600
            },
601
            "require-dev": {
602
                "phpunit/phpunit": "~3.7"
603
            },
604
            "type": "library",
605
            "extra": {
606
                "branch-alias": {
607
                    "dev-master": "2.5.x-dev"
608
                }
609
            },
610
            "autoload": {
611
                "psr-0": {
612
                    "Doctrine\\Common\\": "lib/"
613
                }
614
            },
615
            "notification-url": "https://packagist.org/downloads/",
616
            "license": [
617
                "MIT"
618
            ],
619
            "authors": [
620
                {
621
                    "name": "Roman Borschel",
622
                    "email": "[email protected]"
623
                },
624
                {
625
                    "name": "Benjamin Eberlei",
626
                    "email": "[email protected]"
627
                },
628
                {
629
                    "name": "Guilherme Blanco",
630
                    "email": "[email protected]"
631
                },
632
                {
633
                    "name": "Jonathan Wage",
634
                    "email": "[email protected]"
635
                },
636
                {
637
                    "name": "Johannes Schmitt",
638
                    "email": "[email protected]"
639
                }
640
            ],
641
            "description": "Common Library for Doctrine projects",
642
            "homepage": "http://www.doctrine-project.org",
643
            "keywords": [
644
                "annotations",
645
                "collections",
646
                "eventmanager",
647
                "persistence",
648
                "spl"
649
            ],
650
            "time": "2015-12-25 13:10:16"
651
        },
652
        {
653
            "name": "doctrine/dbal",
654
            "version": "v2.5.13",
655
            "source": {
656
                "type": "git",
657
                "url": "https://github.com/doctrine/dbal.git",
658
                "reference": "729340d8d1eec8f01bff708e12e449a3415af873"
659
            },
660
            "dist": {
661
                "type": "zip",
662
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/729340d8d1eec8f01bff708e12e449a3415af873",
663
                "reference": "729340d8d1eec8f01bff708e12e449a3415af873",
664
                "shasum": ""
665
            },
666
            "require": {
667
                "doctrine/common": ">=2.4,<2.8-dev",
668
                "php": ">=5.3.2"
669
            },
670
            "require-dev": {
671
                "phpunit/phpunit": "4.*",
672
                "symfony/console": "2.*||^3.0"
673
            },
674
            "suggest": {
675
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
676
            },
677
            "bin": [
678
                "bin/doctrine-dbal"
679
            ],
680
            "type": "library",
681
            "extra": {
682
                "branch-alias": {
683
                    "dev-master": "2.5.x-dev"
684
                }
685
            },
686
            "autoload": {
687
                "psr-0": {
688
                    "Doctrine\\DBAL\\": "lib/"
689
                }
690
            },
691
            "notification-url": "https://packagist.org/downloads/",
692
            "license": [
693
                "MIT"
694
            ],
695
            "authors": [
696
                {
697
                    "name": "Roman Borschel",
698
                    "email": "[email protected]"
699
                },
700
                {
701
                    "name": "Benjamin Eberlei",
702
                    "email": "[email protected]"
703
                },
704
                {
705
                    "name": "Guilherme Blanco",
706
                    "email": "[email protected]"
707
                },
708
                {
709
                    "name": "Jonathan Wage",
710
                    "email": "[email protected]"
711
                }
712
            ],
713
            "description": "Database Abstraction Layer",
714
            "homepage": "http://www.doctrine-project.org",
715
            "keywords": [
716
                "database",
717
                "dbal",
718
                "persistence",
719
                "queryobject"
720
            ],
721
            "time": "2017-07-22 20:44:48"
722
        },
723
        {
724
            "name": "doctrine/doctrine-bundle",
725
            "version": "1.6.4",
726
            "source": {
727
                "type": "git",
728
                "url": "https://github.com/doctrine/DoctrineBundle.git",
729
                "reference": "dd40b0a7fb16658cda9def9786992b8df8a49be7"
730
            },
731
            "dist": {
732
                "type": "zip",
733
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/dd40b0a7fb16658cda9def9786992b8df8a49be7",
734
                "reference": "dd40b0a7fb16658cda9def9786992b8df8a49be7",
735
                "shasum": ""
736
            },
737
            "require": {
738
                "doctrine/dbal": "~2.3",
739
                "doctrine/doctrine-cache-bundle": "~1.0",
740
                "jdorn/sql-formatter": "~1.1",
741
                "php": ">=5.3.2",
742
                "symfony/console": "~2.3|~3.0",
743
                "symfony/dependency-injection": "~2.3|~3.0",
744
                "symfony/doctrine-bridge": "~2.2|~3.0",
745
                "symfony/framework-bundle": "~2.3|~3.0"
746
            },
747
            "require-dev": {
748
                "doctrine/orm": "~2.3",
749
                "phpunit/phpunit": "~4",
750
                "satooshi/php-coveralls": "~0.6.1",
751
                "symfony/phpunit-bridge": "~2.7|~3.0",
752
                "symfony/property-info": "~2.8|~3.0",
753
                "symfony/validator": "~2.2|~3.0",
754
                "symfony/yaml": "~2.2|~3.0",
755
                "twig/twig": "~1.10"
756
            },
757
            "suggest": {
758
                "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
759
                "symfony/web-profiler-bundle": "To use the data collector."
760
            },
761
            "type": "symfony-bundle",
762
            "extra": {
763
                "branch-alias": {
764
                    "dev-master": "1.6.x-dev"
765
                }
766
            },
767
            "autoload": {
768
                "psr-4": {
769
                    "Doctrine\\Bundle\\DoctrineBundle\\": ""
770
                }
771
            },
772
            "notification-url": "https://packagist.org/downloads/",
773
            "license": [
774
                "MIT"
775
            ],
776
            "authors": [
777
                {
778
                    "name": "Symfony Community",
779
                    "homepage": "http://symfony.com/contributors"
780
                },
781
                {
782
                    "name": "Benjamin Eberlei",
783
                    "email": "[email protected]"
784
                },
785
                {
786
                    "name": "Doctrine Project",
787
                    "homepage": "http://www.doctrine-project.org/"
788
                },
789
                {
790
                    "name": "Fabien Potencier",
791
                    "email": "[email protected]"
792
                }
793
            ],
794
            "description": "Symfony DoctrineBundle",
795
            "homepage": "http://www.doctrine-project.org",
796
            "keywords": [
797
                "database",
798
                "dbal",
799
                "orm",
800
                "persistence"
801
            ],
802
            "time": "2016-08-10 15:35:22"
803
        },
804
        {
805
            "name": "doctrine/doctrine-cache-bundle",
806
            "version": "1.3.2",
807
            "source": {
808
                "type": "git",
809
                "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
810
                "reference": "9baecbd6bfdd1123b0cf8c1b88fee0170a84ddd1"
811
            },
812
            "dist": {
813
                "type": "zip",
814
                "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/9baecbd6bfdd1123b0cf8c1b88fee0170a84ddd1",
815
                "reference": "9baecbd6bfdd1123b0cf8c1b88fee0170a84ddd1",
816
                "shasum": ""
817
            },
818
            "require": {
819
                "doctrine/cache": "^1.4.2",
820
                "doctrine/inflector": "~1.0",
821
                "php": ">=5.3.2",
822
                "symfony/doctrine-bridge": "~2.2|~3.0|~4.0"
823
            },
824
            "require-dev": {
825
                "instaclick/coding-standard": "~1.1",
826
                "instaclick/object-calisthenics-sniffs": "dev-master",
827
                "instaclick/symfony2-coding-standard": "dev-remaster",
828
                "phpunit/phpunit": "~4",
829
                "predis/predis": "~0.8",
830
                "satooshi/php-coveralls": "^1.0",
831
                "squizlabs/php_codesniffer": "~1.5",
832
                "symfony/console": "~2.2|~3.0|~4.0",
833
                "symfony/finder": "~2.2|~3.0|~4.0",
834
                "symfony/framework-bundle": "~2.2|~3.0|~4.0",
835
                "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
836
                "symfony/security-acl": "~2.3|~3.0",
837
                "symfony/validator": "~2.2|~3.0|~4.0",
838
                "symfony/yaml": "~2.2|~3.0|~4.0"
839
            },
840
            "suggest": {
841
                "symfony/security-acl": "For using this bundle to cache ACLs"
842
            },
843
            "type": "symfony-bundle",
844
            "extra": {
845
                "branch-alias": {
846
                    "dev-master": "1.3.x-dev"
847
                }
848
            },
849
            "autoload": {
850
                "psr-4": {
851
                    "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
852
                }
853
            },
854
            "notification-url": "https://packagist.org/downloads/",
855
            "license": [
856
                "MIT"
857
            ],
858
            "authors": [
859
                {
860
                    "name": "Symfony Community",
861
                    "homepage": "http://symfony.com/contributors"
862
                },
863
                {
864
                    "name": "Benjamin Eberlei",
865
                    "email": "[email protected]"
866
                },
867
                {
868
                    "name": "Fabio B. Silva",
869
                    "email": "[email protected]"
870
                },
871
                {
872
                    "name": "Guilherme Blanco",
873
                    "email": "[email protected]"
874
                },
875
                {
876
                    "name": "Doctrine Project",
877
                    "homepage": "http://www.doctrine-project.org/"
878
                },
879
                {
880
                    "name": "Fabien Potencier",
881
                    "email": "[email protected]"
882
                }
883
            ],
884
            "description": "Symfony Bundle for Doctrine Cache",
885
            "homepage": "http://www.doctrine-project.org",
886
            "keywords": [
887
                "cache",
888
                "caching"
889
            ],
890
            "time": "2017-10-12 17:23:29"
891
        },
892
        {
893
            "name": "doctrine/inflector",
894
            "version": "v1.1.0",
895
            "source": {
896
                "type": "git",
897
                "url": "https://github.com/doctrine/inflector.git",
898
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
899
            },
900
            "dist": {
901
                "type": "zip",
902
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
903
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
904
                "shasum": ""
905
            },
906
            "require": {
907
                "php": ">=5.3.2"
908
            },
909
            "require-dev": {
910
                "phpunit/phpunit": "4.*"
911
            },
912
            "type": "library",
913
            "extra": {
914
                "branch-alias": {
915
                    "dev-master": "1.1.x-dev"
916
                }
917
            },
918
            "autoload": {
919
                "psr-0": {
920
                    "Doctrine\\Common\\Inflector\\": "lib/"
921
                }
922
            },
923
            "notification-url": "https://packagist.org/downloads/",
924
            "license": [
925
                "MIT"
926
            ],
927
            "authors": [
928
                {
929
                    "name": "Roman Borschel",
930
                    "email": "[email protected]"
931
                },
932
                {
933
                    "name": "Benjamin Eberlei",
934
                    "email": "[email protected]"
935
                },
936
                {
937
                    "name": "Guilherme Blanco",
938
                    "email": "[email protected]"
939
                },
940
                {
941
                    "name": "Jonathan Wage",
942
                    "email": "[email protected]"
943
                },
944
                {
945
                    "name": "Johannes Schmitt",
946
                    "email": "[email protected]"
947
                }
948
            ],
949
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
950
            "homepage": "http://www.doctrine-project.org",
951
            "keywords": [
952
                "inflection",
953
                "pluralize",
954
                "singularize",
955
                "string"
956
            ],
957
            "time": "2015-11-06 14:35:42"
958
        },
959
        {
960
            "name": "doctrine/instantiator",
961
            "version": "1.0.5",
962
            "source": {
963
                "type": "git",
964
                "url": "https://github.com/doctrine/instantiator.git",
965
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
966
            },
967
            "dist": {
968
                "type": "zip",
969
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
970
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
971
                "shasum": ""
972
            },
973
            "require": {
974
                "php": ">=5.3,<8.0-DEV"
975
            },
976
            "require-dev": {
977
                "athletic/athletic": "~0.1.8",
978
                "ext-pdo": "*",
979
                "ext-phar": "*",
980
                "phpunit/phpunit": "~4.0",
981
                "squizlabs/php_codesniffer": "~2.0"
982
            },
983
            "type": "library",
984
            "extra": {
985
                "branch-alias": {
986
                    "dev-master": "1.0.x-dev"
987
                }
988
            },
989
            "autoload": {
990
                "psr-4": {
991
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
992
                }
993
            },
994
            "notification-url": "https://packagist.org/downloads/",
995
            "license": [
996
                "MIT"
997
            ],
998
            "authors": [
999
                {
1000
                    "name": "Marco Pivetta",
1001
                    "email": "[email protected]",
1002
                    "homepage": "http://ocramius.github.com/"
1003
                }
1004
            ],
1005
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1006
            "homepage": "https://github.com/doctrine/instantiator",
1007
            "keywords": [
1008
                "constructor",
1009
                "instantiate"
1010
            ],
1011
            "time": "2015-06-14 21:17:01"
1012
        },
1013
        {
1014
            "name": "doctrine/lexer",
1015
            "version": "v1.0.1",
1016
            "source": {
1017
                "type": "git",
1018
                "url": "https://github.com/doctrine/lexer.git",
1019
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
1020
            },
1021
            "dist": {
1022
                "type": "zip",
1023
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
1024
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
1025
                "shasum": ""
1026
            },
1027
            "require": {
1028
                "php": ">=5.3.2"
1029
            },
1030
            "type": "library",
1031
            "extra": {
1032
                "branch-alias": {
1033
                    "dev-master": "1.0.x-dev"
1034
                }
1035
            },
1036
            "autoload": {
1037
                "psr-0": {
1038
                    "Doctrine\\Common\\Lexer\\": "lib/"
1039
                }
1040
            },
1041
            "notification-url": "https://packagist.org/downloads/",
1042
            "license": [
1043
                "MIT"
1044
            ],
1045
            "authors": [
1046
                {
1047
                    "name": "Roman Borschel",
1048
                    "email": "[email protected]"
1049
                },
1050
                {
1051
                    "name": "Guilherme Blanco",
1052
                    "email": "[email protected]"
1053
                },
1054
                {
1055
                    "name": "Johannes Schmitt",
1056
                    "email": "[email protected]"
1057
                }
1058
            ],
1059
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
1060
            "homepage": "http://www.doctrine-project.org",
1061
            "keywords": [
1062
                "lexer",
1063
                "parser"
1064
            ],
1065
            "time": "2014-09-09 13:34:57"
1066
        },
1067
        {
1068
            "name": "doctrine/orm",
1069
            "version": "v2.5.12",
1070
            "source": {
1071
                "type": "git",
1072
                "url": "https://github.com/doctrine/doctrine2.git",
1073
                "reference": "984535cadc609e9eef8c89414aa3568ee97aa79f"
1074
            },
1075
            "dist": {
1076
                "type": "zip",
1077
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/984535cadc609e9eef8c89414aa3568ee97aa79f",
1078
                "reference": "984535cadc609e9eef8c89414aa3568ee97aa79f",
1079
                "shasum": ""
1080
            },
1081
            "require": {
1082
                "doctrine/cache": "~1.4",
1083
                "doctrine/collections": "~1.2",
1084
                "doctrine/common": ">=2.5-dev,<2.9-dev",
1085
                "doctrine/dbal": ">=2.5-dev,<2.7-dev",
1086
                "doctrine/instantiator": "^1.0.1",
1087
                "ext-pdo": "*",
1088
                "php": ">=5.4",
1089
                "symfony/console": "~2.5|~3.0|~4.0"
1090
            },
1091
            "require-dev": {
1092
                "phpunit/phpunit": "~4.0",
1093
                "symfony/yaml": "~2.3|~3.0|~4.0"
1094
            },
1095
            "suggest": {
1096
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1097
            },
1098
            "bin": [
1099
                "bin/doctrine",
1100
                "bin/doctrine.php"
1101
            ],
1102
            "type": "library",
1103
            "extra": {
1104
                "branch-alias": {
1105
                    "dev-master": "2.6.x-dev"
1106
                }
1107
            },
1108
            "autoload": {
1109
                "psr-0": {
1110
                    "Doctrine\\ORM\\": "lib/"
1111
                }
1112
            },
1113
            "notification-url": "https://packagist.org/downloads/",
1114
            "license": [
1115
                "MIT"
1116
            ],
1117
            "authors": [
1118
                {
1119
                    "name": "Roman Borschel",
1120
                    "email": "[email protected]"
1121
                },
1122
                {
1123
                    "name": "Benjamin Eberlei",
1124
                    "email": "[email protected]"
1125
                },
1126
                {
1127
                    "name": "Guilherme Blanco",
1128
                    "email": "[email protected]"
1129
                },
1130
                {
1131
                    "name": "Jonathan Wage",
1132
                    "email": "[email protected]"
1133
                }
1134
            ],
1135
            "description": "Object-Relational-Mapper for PHP",
1136
            "homepage": "http://www.doctrine-project.org",
1137
            "keywords": [
1138
                "database",
1139
                "orm"
1140
            ],
1141
            "time": "2017-10-23 18:21:04"
1142
        },
1143
        {
1144
            "name": "egulias/email-validator",
1145
            "version": "1.2.14",
1146
            "source": {
1147
                "type": "git",
1148
                "url": "https://github.com/egulias/EmailValidator.git",
1149
                "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9"
1150
            },
1151
            "dist": {
1152
                "type": "zip",
1153
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/5642614492f0ca2064c01d60cc33284cc2f731a9",
1154
                "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9",
1155
                "shasum": ""
1156
            },
1157
            "require": {
1158
                "doctrine/lexer": "^1.0.1",
1159
                "php": ">= 5.3.3"
1160
            },
1161
            "require-dev": {
1162
                "phpunit/phpunit": "^4.8.24"
1163
            },
1164
            "type": "library",
1165
            "extra": {
1166
                "branch-alias": {
1167
                    "dev-master": "2.0.x-dev"
1168
                }
1169
            },
1170
            "autoload": {
1171
                "psr-0": {
1172
                    "Egulias\\": "src/"
1173
                }
1174
            },
1175
            "notification-url": "https://packagist.org/downloads/",
1176
            "license": [
1177
                "MIT"
1178
            ],
1179
            "authors": [
1180
                {
1181
                    "name": "Eduardo Gulias Davis"
1182
                }
1183
            ],
1184
            "description": "A library for validating emails",
1185
            "homepage": "https://github.com/egulias/EmailValidator",
1186
            "keywords": [
1187
                "email",
1188
                "emailvalidation",
1189
                "emailvalidator",
1190
                "validation",
1191
                "validator"
1192
            ],
1193
            "time": "2017-02-03 22:48:59"
1194
        },
1195
        {
1196
            "name": "eljam/circuit-breaker",
1197
            "version": "v0.1.3",
1198
            "source": {
1199
                "type": "git",
1200
                "url": "https://github.com/eljam/circuit-breaker.git",
1201
                "reference": "ec60bae9c29b441e078b7a4635afc62d63ab5c66"
1202
            },
1203
            "dist": {
1204
                "type": "zip",
1205
                "url": "https://api.github.com/repos/eljam/circuit-breaker/zipball/ec60bae9c29b441e078b7a4635afc62d63ab5c66",
1206
                "reference": "ec60bae9c29b441e078b7a4635afc62d63ab5c66",
1207
                "shasum": ""
1208
            },
1209
            "require": {
1210
                "doctrine/cache": "^1.5|^1.6",
1211
                "php": ">=5.4.0",
1212
                "symfony/event-dispatcher": "^2.8|^3.1",
1213
                "symfony/options-resolver": "^2.8|^3.1"
1214
            },
1215
            "require-dev": {
1216
                "mmoreram/php-formatter": "^1.1",
1217
                "phpunit/phpunit": "^4.8",
1218
                "satooshi/php-coveralls": "^1.0"
1219
            },
1220
            "type": "library",
1221
            "autoload": {
1222
                "psr-4": {
1223
                    "Eljam\\CircuitBreaker\\": "src/"
1224
                }
1225
            },
1226
            "notification-url": "https://packagist.org/downloads/",
1227
            "license": [
1228
                "MIT"
1229
            ],
1230
            "authors": [
1231
                {
1232
                    "name": "eljam",
1233
                    "email": "[email protected]"
1234
                }
1235
            ],
1236
            "description": "A php Circuit Breaker",
1237
            "time": "2017-07-26 19:17:22"
1238
        },
1239
        {
1240
            "name": "friendsofsymfony/oauth-server-bundle",
1241
            "version": "1.5.2",
1242
            "source": {
1243
                "type": "git",
1244
                "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
1245
                "reference": "0b25cdaae8983c630bb62d14b6993219b1dadb8d"
1246
            },
1247
            "dist": {
1248
                "type": "zip",
1249
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/0b25cdaae8983c630bb62d14b6993219b1dadb8d",
1250
                "reference": "0b25cdaae8983c630bb62d14b6993219b1dadb8d",
1251
                "shasum": ""
1252
            },
1253
            "require": {
1254
                "friendsofsymfony/oauth2-php": "~1.1",
1255
                "php": "^5.3.3|^7.0",
1256
                "symfony/framework-bundle": "~2.2|~3.0",
1257
                "symfony/security-bundle": "~2.1|~3.0"
1258
            },
1259
            "require-dev": {
1260
                "doctrine/doctrine-bundle": "~1.0",
1261
                "doctrine/mongodb-odm": "~1.0",
1262
                "doctrine/orm": "~2.2",
1263
                "phing/phing": "~2.4",
1264
                "propel/propel1": "^1.6.5",
1265
                "symfony/class-loader": "~2.1|~3.0",
1266
                "symfony/form": "~2.3|~3.0",
1267
                "symfony/yaml": "~2.1|~3.0",
1268
                "willdurand/propel-typehintable-behavior": "^1.0.4"
1269
            },
1270
            "suggest": {
1271
                "doctrine/doctrine-bundle": "*",
1272
                "doctrine/mongodb-odm-bundle": "*",
1273
                "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
1274
                "symfony/form": "Needed to be able to use the AuthorizeFormType",
1275
                "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
1276
            },
1277
            "type": "symfony-bundle",
1278
            "extra": {
1279
                "branch-alias": {
1280
                    "dev-master": "1.5-dev"
1281
                }
1282
            },
1283
            "autoload": {
1284
                "psr-4": {
1285
                    "FOS\\OAuthServerBundle\\": ""
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/FOSOAuthServerBundle/contributors"
1300
                }
1301
            ],
1302
            "description": "Symfony2 OAuth Server Bundle",
1303
            "homepage": "http://friendsofsymfony.github.com",
1304
            "keywords": [
1305
                "oauth",
1306
                "oauth2",
1307
                "server"
1308
            ],
1309
            "time": "2016-02-22 13:57:55"
1310
        },
1311
        {
1312
            "name": "friendsofsymfony/oauth2-php",
1313
            "version": "1.2.1",
1314
            "source": {
1315
                "type": "git",
1316
                "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
1317
                "reference": "fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c"
1318
            },
1319
            "dist": {
1320
                "type": "zip",
1321
                "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c",
1322
                "reference": "fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c",
1323
                "shasum": ""
1324
            },
1325
            "require": {
1326
                "php": ">=5.3.2",
1327
                "symfony/http-foundation": "~2.0|~3.0"
1328
            },
1329
            "require-dev": {
1330
                "phpunit/phpunit": "~4.0"
1331
            },
1332
            "type": "library",
1333
            "extra": {
1334
                "branch-alias": {
1335
                    "dev-master": "1.2.x-dev"
1336
                }
1337
            },
1338
            "autoload": {
1339
                "psr-4": {
1340
                    "OAuth2\\": "lib/"
1341
                }
1342
            },
1343
            "notification-url": "https://packagist.org/downloads/",
1344
            "license": [
1345
                "MIT"
1346
            ],
1347
            "authors": [
1348
                {
1349
                    "name": "Arnaud Le Blanc",
1350
                    "email": "[email protected]"
1351
                },
1352
                {
1353
                    "name": "FriendsOfSymfony Community",
1354
                    "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
1355
                }
1356
            ],
1357
            "description": "OAuth2 library",
1358
            "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
1359
            "keywords": [
1360
                "oauth",
1361
                "oauth2"
1362
            ],
1363
            "time": "2016-03-31 14:24:17"
1364
        },
1365
        {
1366
            "name": "friendsofsymfony/rest-bundle",
1367
            "version": "1.7.9",
1368
            "target-dir": "FOS/RestBundle",
1369
            "source": {
1370
                "type": "git",
1371
                "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
1372
                "reference": "9449e451074e98ee6fdc45c18fa857c71baf1dfe"
1373
            },
1374
            "dist": {
1375
                "type": "zip",
1376
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/9449e451074e98ee6fdc45c18fa857c71baf1dfe",
1377
                "reference": "9449e451074e98ee6fdc45c18fa857c71baf1dfe",
1378
                "shasum": ""
1379
            },
1380
            "require": {
1381
                "doctrine/inflector": "~1.0",
1382
                "php": "^5.3.9|~7.0",
1383
                "psr/log": "~1.0",
1384
                "symfony/framework-bundle": "~2.3|~3.0",
1385
                "symfony/http-kernel": "^2.3.24|~3.0",
1386
                "willdurand/jsonp-callback-validator": "~1.0",
1387
                "willdurand/negotiation": "~1.2"
1388
            },
1389
            "conflict": {
1390
                "jms/serializer": "<0.13",
1391
                "jms/serializer-bundle": "<0.11",
1392
                "sensio/framework-extra-bundle": ">=3.0.13",
1393
                "symfony/validator": ">=2.5.0,<2.5.5"
1394
            },
1395
            "require-dev": {
1396
                "jms/serializer": "~0.13|~1.0",
1397
                "jms/serializer-bundle": "~0.11|~1.0",
1398
                "phpoption/phpoption": "~1.1.0",
1399
                "sensio/framework-extra-bundle": "~2.0|~3.0,<3.0.13",
1400
                "sllh/php-cs-fixer-styleci-bridge": "^1.3",
1401
                "symfony/browser-kit": "~2.3|~3.0",
1402
                "symfony/dependency-injection": "~2.3|~3.0",
1403
                "symfony/form": "~2.3|~3.0",
1404
                "symfony/phpunit-bridge": "~2.7|~3.0",
1405
                "symfony/security": "~2.3|~3.0",
1406
                "symfony/serializer": "~2.3|~3.0",
1407
                "symfony/validator": "~2.3|~3.0",
1408
                "symfony/yaml": "~2.3|~3.0"
1409
            },
1410
            "suggest": {
1411
                "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12|~1.0",
1412
                "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener, requires ~2.0|~3.0",
1413
                "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.3",
1414
                "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ~2.3"
1415
            },
1416
            "type": "symfony-bundle",
1417
            "extra": {
1418
                "branch-alias": {
1419
                    "dev-master": "1.7-dev"
1420
                }
1421
            },
1422
            "autoload": {
1423
                "psr-0": {
1424
                    "FOS\\RestBundle": ""
1425
                }
1426
            },
1427
            "notification-url": "https://packagist.org/downloads/",
1428
            "license": [
1429
                "MIT"
1430
            ],
1431
            "authors": [
1432
                {
1433
                    "name": "Lukas Kahwe Smith",
1434
                    "email": "[email protected]"
1435
                },
1436
                {
1437
                    "name": "FriendsOfSymfony Community",
1438
                    "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
1439
                },
1440
                {
1441
                    "name": "Konstantin Kudryashov",
1442
                    "email": "[email protected]"
1443
                }
1444
            ],
1445
            "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
1446
            "homepage": "http://friendsofsymfony.github.com",
1447
            "keywords": [
1448
                "rest"
1449
            ],
1450
            "time": "2016-05-15 23:18:24"
1451
        },
1452
        {
1453
            "name": "friendsofsymfony/user-bundle",
1454
            "version": "v2.0.0-alpha3.1",
1455
            "source": {
1456
                "type": "git",
1457
                "url": "https://github.com/PROCERGS/FOSUserBundle.git",
1458
                "reference": "7abb0ff366c404f2c2b34fd264693071148351a2"
1459
            },
1460
            "dist": {
1461
                "type": "zip",
1462
                "url": "https://api.github.com/repos/PROCERGS/FOSUserBundle/zipball/7abb0ff366c404f2c2b34fd264693071148351a2",
1463
                "reference": "7abb0ff366c404f2c2b34fd264693071148351a2",
1464
                "shasum": ""
1465
            },
1466
            "require": {
1467
                "php": ">=5.3.9",
1468
                "symfony/form": "~2.3|~3.0",
1469
                "symfony/framework-bundle": "~2.3|~3.0",
1470
                "symfony/security-bundle": "~2.3|~3.0",
1471
                "symfony/twig-bundle": "~2.3|~3.0"
1472
            },
1473
            "conflict": {
1474
                "symfony/doctrine-bridge": "<2.3"
1475
            },
1476
            "require-dev": {
1477
                "doctrine/doctrine-bundle": "~1.3",
1478
                "swiftmailer/swiftmailer": "~4.3|~5",
1479
                "symfony/console": "~2.3|~3.0",
1480
                "symfony/phpunit-bridge": "~2.7|~3.0",
1481
                "symfony/validator": "~2.3|~3.0",
1482
                "symfony/yaml": "~2.3|~3.0",
1483
                "willdurand/propel-typehintable-behavior": "~1.0"
1484
            },
1485
            "suggest": {
1486
                "willdurand/propel-typehintable-behavior": "Needed when using the propel implementation"
1487
            },
1488
            "type": "symfony-bundle",
1489
            "extra": {
1490
                "branch-alias": {
1491
                    "dev-master": "2.0.x-dev"
1492
                }
1493
            },
1494
            "autoload": {
1495
                "psr-4": {
1496
                    "FOS\\UserBundle\\": ""
1497
                },
1498
                "exclude-from-classmap": [
1499
                    "/Tests/"
1500
                ]
1501
            },
1502
            "autoload-dev": {
1503
                "psr-4": {
1504
                    "FOS\\UserBundle\\Tests\\": "Tests/"
1505
                }
1506
            },
1507
            "license": [
1508
                "MIT"
1509
            ],
1510
            "authors": [
1511
                {
1512
                    "name": "Christophe Coevoet",
1513
                    "email": "[email protected]"
1514
                },
1515
                {
1516
                    "name": "Thibault Duplessis",
1517
                    "email": "[email protected]"
1518
                },
1519
                {
1520
                    "name": "FriendsOfSymfony Community",
1521
                    "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
1522
                }
1523
            ],
1524
            "description": "Symfony FOSUserBundle",
1525
            "homepage": "http://friendsofsymfony.github.com",
1526
            "keywords": [
1527
                "User management"
1528
            ],
1529
            "support": {
1530
                "docs": "https://symfony.com/doc/master/bundles/FOSUserBundle/index.html",
1531
                "source": "https://github.com/PROCERGS/FOSUserBundle/tree/php54"
1532
            },
1533
            "time": "2016-09-26 07:23:44"
1534
        },
1535
        {
1536
            "name": "giggsey/libphonenumber-for-php",
1537
            "version": "8.8.4",
1538
            "source": {
1539
                "type": "git",
1540
                "url": "https://github.com/giggsey/libphonenumber-for-php.git",
1541
                "reference": "73b86c897c30a590e1958c003e7225fffdfd48ca"
1542
            },
1543
            "dist": {
1544
                "type": "zip",
1545
                "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/73b86c897c30a590e1958c003e7225fffdfd48ca",
1546
                "reference": "73b86c897c30a590e1958c003e7225fffdfd48ca",
1547
                "shasum": ""
1548
            },
1549
            "require": {
1550
                "ext-mbstring": "*",
1551
                "giggsey/locale": "^1.2",
1552
                "php": ">=5.3.2"
1553
            },
1554
            "require-dev": {
1555
                "pear/pear-core-minimal": "^1.9",
1556
                "pear/pear_exception": "^1.0",
1557
                "pear/versioncontrol_git": "^0.5",
1558
                "phing/phing": "^2.7",
1559
                "phpunit/phpunit": "^4.8|^5.0",
1560
                "satooshi/php-coveralls": "^1.0",
1561
                "symfony/console": "^2.8|^3.0"
1562
            },
1563
            "type": "library",
1564
            "extra": {
1565
                "branch-alias": {
1566
                    "dev-master": "8.x-dev"
1567
                }
1568
            },
1569
            "autoload": {
1570
                "psr-4": {
1571
                    "libphonenumber\\": "src/"
1572
                },
1573
                "exclude-from-classmap": [
1574
                    "/src/data/",
1575
                    "/src/carrier/data/",
1576
                    "/src/geocoding/data/",
1577
                    "/src/timezone/data/"
1578
                ]
1579
            },
1580
            "notification-url": "https://packagist.org/downloads/",
1581
            "license": [
1582
                "Apache-2.0"
1583
            ],
1584
            "authors": [
1585
                {
1586
                    "name": "Joshua Gigg",
1587
                    "email": "[email protected]",
1588
                    "homepage": "https://giggsey.com/"
1589
                }
1590
            ],
1591
            "description": "PHP Port of Google's libphonenumber",
1592
            "homepage": "https://github.com/giggsey/libphonenumber-for-php",
1593
            "keywords": [
1594
                "geocoding",
1595
                "geolocation",
1596
                "libphonenumber",
1597
                "mobile",
1598
                "phonenumber",
1599
                "validation"
1600
            ],
1601
            "time": "2017-10-16 14:06:44"
1602
        },
1603
        {
1604
            "name": "giggsey/locale",
1605
            "version": "1.3",
1606
            "source": {
1607
                "type": "git",
1608
                "url": "https://github.com/giggsey/Locale.git",
1609
                "reference": "e6eb1883c1452df7734a03fb183a2ec5175c16f2"
1610
            },
1611
            "dist": {
1612
                "type": "zip",
1613
                "url": "https://api.github.com/repos/giggsey/Locale/zipball/e6eb1883c1452df7734a03fb183a2ec5175c16f2",
1614
                "reference": "e6eb1883c1452df7734a03fb183a2ec5175c16f2",
1615
                "shasum": ""
1616
            },
1617
            "require": {
1618
                "php": ">=5.3.2"
1619
            },
1620
            "require-dev": {
1621
                "pear/pear-core-minimal": "^1.9",
1622
                "pear/pear_exception": "^1.0",
1623
                "pear/versioncontrol_git": "dev-master",
1624
                "phing/phing": "~2.7",
1625
                "phpunit/phpunit": "^4.8|^5.0",
1626
                "satooshi/php-coveralls": "^1.0",
1627
                "symfony/console": "^2.8|^3.0",
1628
                "symfony/filesystem": "^2.8|^3.0",
1629
                "symfony/finder": "^2.8|^3.0",
1630
                "symfony/process": "^2.8|^3.0"
1631
            },
1632
            "type": "library",
1633
            "autoload": {
1634
                "psr-4": {
1635
                    "Giggsey\\Locale\\": "src/"
1636
                }
1637
            },
1638
            "notification-url": "https://packagist.org/downloads/",
1639
            "license": [
1640
                "MIT"
1641
            ],
1642
            "authors": [
1643
                {
1644
                    "name": "Joshua Gigg",
1645
                    "email": "[email protected]",
1646
                    "homepage": "http://giggsey.com/"
1647
                }
1648
            ],
1649
            "description": "Locale functions required by libphonenumber-for-php",
1650
            "time": "2017-04-07 18:45:42"
1651
        },
1652
        {
1653
            "name": "google/recaptcha",
1654
            "version": "1.1.2",
1655
            "source": {
1656
                "type": "git",
1657
                "url": "https://github.com/google/recaptcha.git",
1658
                "reference": "2b7e00566afca82a38a1d3adb8e42c118006296e"
1659
            },
1660
            "dist": {
1661
                "type": "zip",
1662
                "url": "https://api.github.com/repos/google/recaptcha/zipball/2b7e00566afca82a38a1d3adb8e42c118006296e",
1663
                "reference": "2b7e00566afca82a38a1d3adb8e42c118006296e",
1664
                "shasum": ""
1665
            },
1666
            "require": {
1667
                "php": ">=5.3.2"
1668
            },
1669
            "require-dev": {
1670
                "phpunit/phpunit": "4.5.*"
1671
            },
1672
            "type": "library",
1673
            "extra": {
1674
                "branch-alias": {
1675
                    "dev-master": "1.1.x-dev"
1676
                }
1677
            },
1678
            "autoload": {
1679
                "psr-4": {
1680
                    "ReCaptcha\\": "src/ReCaptcha"
1681
                }
1682
            },
1683
            "notification-url": "https://packagist.org/downloads/",
1684
            "license": [
1685
                "BSD-3-Clause"
1686
            ],
1687
            "description": "Client library for reCAPTCHA, a free service that protect websites from spam and abuse.",
1688
            "homepage": "http://www.google.com/recaptcha/",
1689
            "keywords": [
1690
                "Abuse",
1691
                "captcha",
1692
                "recaptcha",
1693
                "spam"
1694
            ],
1695
            "time": "2015-09-02 17:23:59"
1696
        },
1697
        {
1698
            "name": "gree/jose",
1 ignored issue
show
There is a security advisory for your installed version of gree/jose:

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