Completed
Pull Request — preview-1.18.0 (#747)
by Guilherme
23:25 queued 06:56
created

composer.lock (1 issue)

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