Completed
Pull Request — 0.9 (#179)
by Vladimir
17:27 queued 14:51
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "f92c0a17a335fc8097d6189f64678e86",
8
    "packages": [
9
        {
10
            "name": "cboden/ratchet",
11
            "version": "v0.2.8",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/ratchetphp/Ratchet.git",
15
                "reference": "ebd17c6675b51044e711a1089b1534fd8c68c9e0"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/ratchetphp/Ratchet/zipball/ebd17c6675b51044e711a1089b1534fd8c68c9e0",
20
                "reference": "ebd17c6675b51044e711a1089b1534fd8c68c9e0",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "guzzle/http": ">=3.6.0,<3.8.0-dev",
25
                "php": ">=5.3.3",
26
                "react/socket": ">=0.2.0,<0.4.0-dev",
27
                "symfony/http-foundation": "~2.1"
28
            },
29
            "type": "library",
30
            "autoload": {
31
                "psr-0": {
32
                    "Ratchet": "src",
33
                    "Ratchet\\Tests": "tests"
34
                }
35
            },
36
            "notification-url": "https://packagist.org/downloads/",
37
            "license": [
38
                "MIT"
39
            ],
40
            "authors": [
41
                {
42
                    "name": "Chris Boden",
43
                    "email": "[email protected]",
44
                    "homepage": "http://res.im",
45
                    "role": "Developer"
46
                }
47
            ],
48
            "description": "PHP WebSocket library",
49
            "homepage": "http://socketo.me",
50
            "keywords": [
51
                "Ratchet",
52
                "WebSockets",
53
                "server",
54
                "sockets"
55
            ],
56
            "time": "2013-09-20T00:55:12+00:00"
57
        },
58
        {
59
            "name": "components/font-awesome",
60
            "version": "4.7.0",
61
            "source": {
62
                "type": "git",
63
                "url": "https://github.com/components/font-awesome.git",
64
                "reference": "885308b939369d147bec93174722786bc2c4eedd"
65
            },
66
            "dist": {
67
                "type": "zip",
68
                "url": "https://api.github.com/repos/components/font-awesome/zipball/885308b939369d147bec93174722786bc2c4eedd",
69
                "reference": "885308b939369d147bec93174722786bc2c4eedd",
70
                "shasum": ""
71
            },
72
            "type": "component",
73
            "extra": {
74
                "component": {
75
                    "styles": [
76
                        "css/font-awesome.css"
77
                    ],
78
                    "files": [
79
                        "css/font-awesome.min.css",
80
                        "css/font-awesome.css.map",
81
                        "fonts/*"
82
                    ]
83
                }
84
            },
85
            "notification-url": "https://packagist.org/downloads/",
86
            "license": [
87
                "MIT",
88
                "OFL-1.1"
89
            ],
90
            "description": "The iconic font designed for use with Twitter Bootstrap.",
91
            "time": "2016-10-25T10:56:23+00:00"
92
        },
93
        {
94
            "name": "components/jquery",
95
            "version": "2.2.4",
96
            "source": {
97
                "type": "git",
98
                "url": "https://github.com/components/jquery.git",
99
                "reference": "981036fcb56668433a7eb0d1e71190324b4574df"
100
            },
101
            "dist": {
102
                "type": "zip",
103
                "url": "https://api.github.com/repos/components/jquery/zipball/981036fcb56668433a7eb0d1e71190324b4574df",
104
                "reference": "981036fcb56668433a7eb0d1e71190324b4574df",
105
                "shasum": ""
106
            },
107
            "type": "component",
108
            "extra": {
109
                "component": {
110
                    "scripts": [
111
                        "jquery.js"
112
                    ],
113
                    "files": [
114
                        "jquery.min.js",
115
                        "jquery.min.map",
116
                        "jquery-migrate.js",
117
                        "jquery-migrate.min.js"
118
                    ]
119
                }
120
            },
121
            "notification-url": "https://packagist.org/downloads/",
122
            "license": [
123
                "MIT"
124
            ],
125
            "authors": [
126
                {
127
                    "name": "John Resig",
128
                    "email": "[email protected]"
129
                }
130
            ],
131
            "description": "jQuery JavaScript Library",
132
            "homepage": "http://jquery.com",
133
            "time": "2016-05-25T06:43:59+00:00"
134
        },
135
        {
136
            "name": "doctrine/annotations",
137
            "version": "v1.3.1",
138
            "source": {
139
                "type": "git",
140
                "url": "https://github.com/doctrine/annotations.git",
141
                "reference": "bd4461328621bde0ae6b1b2675fbc6aca4ceb558"
142
            },
143
            "dist": {
144
                "type": "zip",
145
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/bd4461328621bde0ae6b1b2675fbc6aca4ceb558",
146
                "reference": "bd4461328621bde0ae6b1b2675fbc6aca4ceb558",
147
                "shasum": ""
148
            },
149
            "require": {
150
                "doctrine/lexer": "1.*",
151
                "php": "^5.6 || ^7.0"
152
            },
153
            "require-dev": {
154
                "doctrine/cache": "1.*",
155
                "phpunit/phpunit": "^5.6.1"
156
            },
157
            "type": "library",
158
            "extra": {
159
                "branch-alias": {
160
                    "dev-master": "1.4.x-dev"
161
                }
162
            },
163
            "autoload": {
164
                "psr-4": {
165
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
166
                }
167
            },
168
            "notification-url": "https://packagist.org/downloads/",
169
            "license": [
170
                "MIT"
171
            ],
172
            "authors": [
173
                {
174
                    "name": "Roman Borschel",
175
                    "email": "[email protected]"
176
                },
177
                {
178
                    "name": "Benjamin Eberlei",
179
                    "email": "[email protected]"
180
                },
181
                {
182
                    "name": "Guilherme Blanco",
183
                    "email": "[email protected]"
184
                },
185
                {
186
                    "name": "Jonathan Wage",
187
                    "email": "[email protected]"
188
                },
189
                {
190
                    "name": "Johannes Schmitt",
191
                    "email": "[email protected]"
192
                }
193
            ],
194
            "description": "Docblock Annotations Parser",
195
            "homepage": "http://www.doctrine-project.org",
196
            "keywords": [
197
                "annotations",
198
                "docblock",
199
                "parser"
200
            ],
201
            "time": "2016-12-30T15:59:45+00:00"
202
        },
203
        {
204
            "name": "doctrine/cache",
205
            "version": "v1.6.1",
206
            "source": {
207
                "type": "git",
208
                "url": "https://github.com/doctrine/cache.git",
209
                "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
210
            },
211
            "dist": {
212
                "type": "zip",
213
                "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
214
                "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
215
                "shasum": ""
216
            },
217
            "require": {
218
                "php": "~5.5|~7.0"
219
            },
220
            "conflict": {
221
                "doctrine/common": ">2.2,<2.4"
222
            },
223
            "require-dev": {
224
                "phpunit/phpunit": "~4.8|~5.0",
225
                "predis/predis": "~1.0",
226
                "satooshi/php-coveralls": "~0.6"
227
            },
228
            "type": "library",
229
            "extra": {
230
                "branch-alias": {
231
                    "dev-master": "1.6.x-dev"
232
                }
233
            },
234
            "autoload": {
235
                "psr-4": {
236
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
237
                }
238
            },
239
            "notification-url": "https://packagist.org/downloads/",
240
            "license": [
241
                "MIT"
242
            ],
243
            "authors": [
244
                {
245
                    "name": "Roman Borschel",
246
                    "email": "[email protected]"
247
                },
248
                {
249
                    "name": "Benjamin Eberlei",
250
                    "email": "[email protected]"
251
                },
252
                {
253
                    "name": "Guilherme Blanco",
254
                    "email": "[email protected]"
255
                },
256
                {
257
                    "name": "Jonathan Wage",
258
                    "email": "[email protected]"
259
                },
260
                {
261
                    "name": "Johannes Schmitt",
262
                    "email": "[email protected]"
263
                }
264
            ],
265
            "description": "Caching library offering an object-oriented API for many cache backends",
266
            "homepage": "http://www.doctrine-project.org",
267
            "keywords": [
268
                "cache",
269
                "caching"
270
            ],
271
            "time": "2016-10-29T11:16:17+00:00"
272
        },
273
        {
274
            "name": "doctrine/collections",
275
            "version": "v1.3.0",
276
            "source": {
277
                "type": "git",
278
                "url": "https://github.com/doctrine/collections.git",
279
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
280
            },
281
            "dist": {
282
                "type": "zip",
283
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
284
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
285
                "shasum": ""
286
            },
287
            "require": {
288
                "php": ">=5.3.2"
289
            },
290
            "require-dev": {
291
                "phpunit/phpunit": "~4.0"
292
            },
293
            "type": "library",
294
            "extra": {
295
                "branch-alias": {
296
                    "dev-master": "1.2.x-dev"
297
                }
298
            },
299
            "autoload": {
300
                "psr-0": {
301
                    "Doctrine\\Common\\Collections\\": "lib/"
302
                }
303
            },
304
            "notification-url": "https://packagist.org/downloads/",
305
            "license": [
306
                "MIT"
307
            ],
308
            "authors": [
309
                {
310
                    "name": "Roman Borschel",
311
                    "email": "[email protected]"
312
                },
313
                {
314
                    "name": "Benjamin Eberlei",
315
                    "email": "[email protected]"
316
                },
317
                {
318
                    "name": "Guilherme Blanco",
319
                    "email": "[email protected]"
320
                },
321
                {
322
                    "name": "Jonathan Wage",
323
                    "email": "[email protected]"
324
                },
325
                {
326
                    "name": "Johannes Schmitt",
327
                    "email": "[email protected]"
328
                }
329
            ],
330
            "description": "Collections Abstraction library",
331
            "homepage": "http://www.doctrine-project.org",
332
            "keywords": [
333
                "array",
334
                "collections",
335
                "iterator"
336
            ],
337
            "time": "2015-04-14T22:21:58+00:00"
338
        },
339
        {
340
            "name": "doctrine/common",
341
            "version": "v2.7.1",
342
            "source": {
343
                "type": "git",
344
                "url": "https://github.com/doctrine/common.git",
345
                "reference": "5954c297e9d93ff84554906c2fbbc2a133c43941"
346
            },
347
            "dist": {
348
                "type": "zip",
349
                "url": "https://api.github.com/repos/doctrine/common/zipball/5954c297e9d93ff84554906c2fbbc2a133c43941",
350
                "reference": "5954c297e9d93ff84554906c2fbbc2a133c43941",
351
                "shasum": ""
352
            },
353
            "require": {
354
                "doctrine/annotations": "1.*",
355
                "doctrine/cache": "1.*",
356
                "doctrine/collections": "1.*",
357
                "doctrine/inflector": "1.*",
358
                "doctrine/lexer": "1.*",
359
                "php": "~5.6|~7.0"
360
            },
361
            "require-dev": {
362
                "phpunit/phpunit": "^5.4.6"
363
            },
364
            "type": "library",
365
            "extra": {
366
                "branch-alias": {
367
                    "dev-master": "2.7.x-dev"
368
                }
369
            },
370
            "autoload": {
371
                "psr-4": {
372
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
373
                }
374
            },
375
            "notification-url": "https://packagist.org/downloads/",
376
            "license": [
377
                "MIT"
378
            ],
379
            "authors": [
380
                {
381
                    "name": "Roman Borschel",
382
                    "email": "[email protected]"
383
                },
384
                {
385
                    "name": "Benjamin Eberlei",
386
                    "email": "[email protected]"
387
                },
388
                {
389
                    "name": "Guilherme Blanco",
390
                    "email": "[email protected]"
391
                },
392
                {
393
                    "name": "Jonathan Wage",
394
                    "email": "[email protected]"
395
                },
396
                {
397
                    "name": "Johannes Schmitt",
398
                    "email": "[email protected]"
399
                }
400
            ],
401
            "description": "Common Library for Doctrine projects",
402
            "homepage": "http://www.doctrine-project.org",
403
            "keywords": [
404
                "annotations",
405
                "collections",
406
                "eventmanager",
407
                "persistence",
408
                "spl"
409
            ],
410
            "time": "2016-12-03T08:15:01+00:00"
411
        },
412
        {
413
            "name": "doctrine/inflector",
414
            "version": "v1.1.0",
415
            "source": {
416
                "type": "git",
417
                "url": "https://github.com/doctrine/inflector.git",
418
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
419
            },
420
            "dist": {
421
                "type": "zip",
422
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
423
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
424
                "shasum": ""
425
            },
426
            "require": {
427
                "php": ">=5.3.2"
428
            },
429
            "require-dev": {
430
                "phpunit/phpunit": "4.*"
431
            },
432
            "type": "library",
433
            "extra": {
434
                "branch-alias": {
435
                    "dev-master": "1.1.x-dev"
436
                }
437
            },
438
            "autoload": {
439
                "psr-0": {
440
                    "Doctrine\\Common\\Inflector\\": "lib/"
441
                }
442
            },
443
            "notification-url": "https://packagist.org/downloads/",
444
            "license": [
445
                "MIT"
446
            ],
447
            "authors": [
448
                {
449
                    "name": "Roman Borschel",
450
                    "email": "[email protected]"
451
                },
452
                {
453
                    "name": "Benjamin Eberlei",
454
                    "email": "[email protected]"
455
                },
456
                {
457
                    "name": "Guilherme Blanco",
458
                    "email": "[email protected]"
459
                },
460
                {
461
                    "name": "Jonathan Wage",
462
                    "email": "[email protected]"
463
                },
464
                {
465
                    "name": "Johannes Schmitt",
466
                    "email": "[email protected]"
467
                }
468
            ],
469
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
470
            "homepage": "http://www.doctrine-project.org",
471
            "keywords": [
472
                "inflection",
473
                "pluralize",
474
                "singularize",
475
                "string"
476
            ],
477
            "time": "2015-11-06T14:35:42+00:00"
478
        },
479
        {
480
            "name": "doctrine/lexer",
481
            "version": "v1.0.1",
482
            "source": {
483
                "type": "git",
484
                "url": "https://github.com/doctrine/lexer.git",
485
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
486
            },
487
            "dist": {
488
                "type": "zip",
489
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
490
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
491
                "shasum": ""
492
            },
493
            "require": {
494
                "php": ">=5.3.2"
495
            },
496
            "type": "library",
497
            "extra": {
498
                "branch-alias": {
499
                    "dev-master": "1.0.x-dev"
500
                }
501
            },
502
            "autoload": {
503
                "psr-0": {
504
                    "Doctrine\\Common\\Lexer\\": "lib/"
505
                }
506
            },
507
            "notification-url": "https://packagist.org/downloads/",
508
            "license": [
509
                "MIT"
510
            ],
511
            "authors": [
512
                {
513
                    "name": "Roman Borschel",
514
                    "email": "[email protected]"
515
                },
516
                {
517
                    "name": "Guilherme Blanco",
518
                    "email": "[email protected]"
519
                },
520
                {
521
                    "name": "Johannes Schmitt",
522
                    "email": "[email protected]"
523
                }
524
            ],
525
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
526
            "homepage": "http://www.doctrine-project.org",
527
            "keywords": [
528
                "lexer",
529
                "parser"
530
            ],
531
            "time": "2014-09-09T13:34:57+00:00"
532
        },
533
        {
534
            "name": "erusev/parsedown",
535
            "version": "1.6.1",
536
            "source": {
537
                "type": "git",
538
                "url": "https://github.com/erusev/parsedown.git",
539
                "reference": "20ff8bbb57205368b4b42d094642a3e52dac85fb"
540
            },
541
            "dist": {
542
                "type": "zip",
543
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/20ff8bbb57205368b4b42d094642a3e52dac85fb",
544
                "reference": "20ff8bbb57205368b4b42d094642a3e52dac85fb",
545
                "shasum": ""
546
            },
547
            "require": {
548
                "php": ">=5.3.0"
549
            },
550
            "type": "library",
551
            "autoload": {
552
                "psr-0": {
553
                    "Parsedown": ""
554
                }
555
            },
556
            "notification-url": "https://packagist.org/downloads/",
557
            "license": [
558
                "MIT"
559
            ],
560
            "authors": [
561
                {
562
                    "name": "Emanuil Rusev",
563
                    "email": "[email protected]",
564
                    "homepage": "http://erusev.com"
565
                }
566
            ],
567
            "description": "Parser for Markdown.",
568
            "homepage": "http://parsedown.org",
569
            "keywords": [
570
                "markdown",
571
                "parser"
572
            ],
573
            "time": "2016-11-02T15:56:58+00:00"
574
        },
575
        {
576
            "name": "evenement/evenement",
577
            "version": "v1.0.0",
578
            "source": {
579
                "type": "git",
580
                "url": "https://github.com/igorw/evenement.git",
581
                "reference": "fa966683e7df3e5dd5929d984a44abfbd6bafe8d"
582
            },
583
            "dist": {
584
                "type": "zip",
585
                "url": "https://api.github.com/repos/igorw/evenement/zipball/fa966683e7df3e5dd5929d984a44abfbd6bafe8d",
586
                "reference": "fa966683e7df3e5dd5929d984a44abfbd6bafe8d",
587
                "shasum": ""
588
            },
589
            "require": {
590
                "php": ">=5.3.0"
591
            },
592
            "type": "library",
593
            "autoload": {
594
                "psr-0": {
595
                    "Evenement": "src"
596
                }
597
            },
598
            "notification-url": "https://packagist.org/downloads/",
599
            "license": [
600
                "MIT"
601
            ],
602
            "authors": [
603
                {
604
                    "name": "Igor Wiedler",
605
                    "email": "[email protected]",
606
                    "homepage": "http://wiedler.ch/igor/"
607
                }
608
            ],
609
            "description": "Événement is a very simple event dispatching library for PHP 5.3",
610
            "keywords": [
611
                "event-dispatcher"
612
            ],
613
            "time": "2012-05-30T15:01:08+00:00"
614
        },
615
        {
616
            "name": "guzzle/common",
617
            "version": "v3.7.4",
618
            "target-dir": "Guzzle/Common",
619
            "source": {
620
                "type": "git",
621
                "url": "https://github.com/Guzzle3/common.git",
622
                "reference": "5126e268446c7e7df961b89128d71878e0652432"
623
            },
624
            "dist": {
625
                "type": "zip",
626
                "url": "https://api.github.com/repos/Guzzle3/common/zipball/5126e268446c7e7df961b89128d71878e0652432",
627
                "reference": "5126e268446c7e7df961b89128d71878e0652432",
628
                "shasum": ""
629
            },
630
            "require": {
631
                "php": ">=5.3.2",
632
                "symfony/event-dispatcher": ">=2.1"
633
            },
634
            "type": "library",
635
            "extra": {
636
                "branch-alias": {
637
                    "dev-master": "3.7-dev"
638
                }
639
            },
640
            "autoload": {
641
                "psr-0": {
642
                    "Guzzle\\Common": ""
643
                }
644
            },
645
            "notification-url": "https://packagist.org/downloads/",
646
            "license": [
647
                "MIT"
648
            ],
649
            "description": "Common libraries used by Guzzle",
650
            "homepage": "http://guzzlephp.org/",
651
            "keywords": [
652
                "collection",
653
                "common",
654
                "event",
655
                "exception"
656
            ],
657
            "abandoned": "guzzle/guzzle",
658
            "time": "2013-10-02T20:47:00+00:00"
659
        },
660
        {
661
            "name": "guzzle/http",
662
            "version": "v3.7.4",
663
            "target-dir": "Guzzle/Http",
664
            "source": {
665
                "type": "git",
666
                "url": "https://github.com/Guzzle3/http.git",
667
                "reference": "3420035adcf312d62a2e64f3e6b3e3e590121786"
668
            },
669
            "dist": {
670
                "type": "zip",
671
                "url": "https://api.github.com/repos/Guzzle3/http/zipball/3420035adcf312d62a2e64f3e6b3e3e590121786",
672
                "reference": "3420035adcf312d62a2e64f3e6b3e3e590121786",
673
                "shasum": ""
674
            },
675
            "require": {
676
                "guzzle/common": "self.version",
677
                "guzzle/parser": "self.version",
678
                "guzzle/stream": "self.version",
679
                "php": ">=5.3.2"
680
            },
681
            "suggest": {
682
                "ext-curl": "*"
683
            },
684
            "type": "library",
685
            "extra": {
686
                "branch-alias": {
687
                    "dev-master": "3.7-dev"
688
                }
689
            },
690
            "autoload": {
691
                "psr-0": {
692
                    "Guzzle\\Http": ""
693
                }
694
            },
695
            "notification-url": "https://packagist.org/downloads/",
696
            "license": [
697
                "MIT"
698
            ],
699
            "authors": [
700
                {
701
                    "name": "Michael Dowling",
702
                    "email": "[email protected]",
703
                    "homepage": "https://github.com/mtdowling"
704
                }
705
            ],
706
            "description": "HTTP libraries used by Guzzle",
707
            "homepage": "http://guzzlephp.org/",
708
            "keywords": [
709
                "Guzzle",
710
                "client",
711
                "curl",
712
                "http",
713
                "http client"
714
            ],
715
            "abandoned": "guzzle/guzzle",
716
            "time": "2013-09-20T22:05:53+00:00"
717
        },
718
        {
719
            "name": "guzzle/parser",
720
            "version": "v3.7.4",
721
            "target-dir": "Guzzle/Parser",
722
            "source": {
723
                "type": "git",
724
                "url": "https://github.com/Guzzle3/parser.git",
725
                "reference": "a25c2ddda1c52fb69a4ee56eb530b13ddd9573c2"
726
            },
727
            "dist": {
728
                "type": "zip",
729
                "url": "https://api.github.com/repos/Guzzle3/parser/zipball/a25c2ddda1c52fb69a4ee56eb530b13ddd9573c2",
730
                "reference": "a25c2ddda1c52fb69a4ee56eb530b13ddd9573c2",
731
                "shasum": ""
732
            },
733
            "require": {
734
                "php": ">=5.3.2"
735
            },
736
            "type": "library",
737
            "extra": {
738
                "branch-alias": {
739
                    "dev-master": "3.7-dev"
740
                }
741
            },
742
            "autoload": {
743
                "psr-0": {
744
                    "Guzzle\\Parser": ""
745
                }
746
            },
747
            "notification-url": "https://packagist.org/downloads/",
748
            "license": [
749
                "MIT"
750
            ],
751
            "description": "Interchangeable parsers used by Guzzle",
752
            "homepage": "http://guzzlephp.org/",
753
            "keywords": [
754
                "URI Template",
755
                "cookie",
756
                "http",
757
                "message",
758
                "url"
759
            ],
760
            "abandoned": "guzzle/guzzle",
761
            "time": "2013-07-11T22:46:03+00:00"
762
        },
763
        {
764
            "name": "guzzle/stream",
765
            "version": "v3.7.4",
766
            "target-dir": "Guzzle/Stream",
767
            "source": {
768
                "type": "git",
769
                "url": "https://github.com/Guzzle3/stream.git",
770
                "reference": "a86111d9ac7db31d65a053c825869409fe8fc83f"
771
            },
772
            "dist": {
773
                "type": "zip",
774
                "url": "https://api.github.com/repos/Guzzle3/stream/zipball/a86111d9ac7db31d65a053c825869409fe8fc83f",
775
                "reference": "a86111d9ac7db31d65a053c825869409fe8fc83f",
776
                "shasum": ""
777
            },
778
            "require": {
779
                "guzzle/common": "self.version",
780
                "php": ">=5.3.2"
781
            },
782
            "suggest": {
783
                "guzzle/http": "To convert Guzzle request objects to PHP streams"
784
            },
785
            "type": "library",
786
            "extra": {
787
                "branch-alias": {
788
                    "dev-master": "3.7-dev"
789
                }
790
            },
791
            "autoload": {
792
                "psr-0": {
793
                    "Guzzle\\Stream": ""
794
                }
795
            },
796
            "notification-url": "https://packagist.org/downloads/",
797
            "license": [
798
                "MIT"
799
            ],
800
            "authors": [
801
                {
802
                    "name": "Michael Dowling",
803
                    "email": "[email protected]",
804
                    "homepage": "https://github.com/mtdowling"
805
                }
806
            ],
807
            "description": "Guzzle stream wrapper component",
808
            "homepage": "http://guzzlephp.org/",
809
            "keywords": [
810
                "Guzzle",
811
                "component",
812
                "stream"
813
            ],
814
            "abandoned": "guzzle/guzzle",
815
            "time": "2013-07-30T22:07:23+00:00"
816
        },
817
        {
818
            "name": "imagine/imagine",
819
            "version": "v0.6.3",
820
            "source": {
821
                "type": "git",
822
                "url": "https://github.com/avalanche123/Imagine.git",
823
                "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d"
824
            },
825
            "dist": {
826
                "type": "zip",
827
                "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/149041d2a1b517107bfe270ca2b1a17aa341715d",
828
                "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d",
829
                "shasum": ""
830
            },
831
            "require": {
832
                "php": ">=5.3.2"
833
            },
834
            "require-dev": {
835
                "sami/sami": "dev-master"
836
            },
837
            "suggest": {
838
                "ext-gd": "to use the GD implementation",
839
                "ext-gmagick": "to use the Gmagick implementation",
840
                "ext-imagick": "to use the Imagick implementation"
841
            },
842
            "type": "library",
843
            "extra": {
844
                "branch-alias": {
845
                    "dev-develop": "0.7-dev"
846
                }
847
            },
848
            "autoload": {
849
                "psr-0": {
850
                    "Imagine": "lib/"
851
                }
852
            },
853
            "notification-url": "https://packagist.org/downloads/",
854
            "license": [
855
                "MIT"
856
            ],
857
            "authors": [
858
                {
859
                    "name": "Bulat Shakirzyanov",
860
                    "email": "[email protected]",
861
                    "homepage": "http://avalanche123.com"
862
                }
863
            ],
864
            "description": "Image processing for PHP 5.3",
865
            "homepage": "http://imagine.readthedocs.org/",
866
            "keywords": [
867
                "drawing",
868
                "graphics",
869
                "image manipulation",
870
                "image processing"
871
            ],
872
            "time": "2015-09-19T16:54:05+00:00"
873
        },
874
        {
875
            "name": "ircmaxell/password-compat",
876
            "version": "v1.0.4",
877
            "source": {
878
                "type": "git",
879
                "url": "https://github.com/ircmaxell/password_compat.git",
880
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
881
            },
882
            "dist": {
883
                "type": "zip",
884
                "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
885
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
886
                "shasum": ""
887
            },
888
            "require-dev": {
889
                "phpunit/phpunit": "4.*"
890
            },
891
            "type": "library",
892
            "autoload": {
893
                "files": [
894
                    "lib/password.php"
895
                ]
896
            },
897
            "notification-url": "https://packagist.org/downloads/",
898
            "license": [
899
                "MIT"
900
            ],
901
            "authors": [
902
                {
903
                    "name": "Anthony Ferrara",
904
                    "email": "[email protected]",
905
                    "homepage": "http://blog.ircmaxell.com"
906
                }
907
            ],
908
            "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
909
            "homepage": "https://github.com/ircmaxell/password_compat",
910
            "keywords": [
911
                "hashing",
912
                "password"
913
            ],
914
            "time": "2014-11-20T16:49:30+00:00"
915
        },
916
        {
917
            "name": "jms/metadata",
918
            "version": "1.6.0",
919
            "source": {
920
                "type": "git",
921
                "url": "https://github.com/schmittjoh/metadata.git",
922
                "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab"
923
            },
924
            "dist": {
925
                "type": "zip",
926
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/6a06970a10e0a532fb52d3959547123b84a3b3ab",
927
                "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab",
928
                "shasum": ""
929
            },
930
            "require": {
931
                "php": ">=5.3.0"
932
            },
933
            "require-dev": {
934
                "doctrine/cache": "~1.0",
935
                "symfony/cache": "~3.1"
936
            },
937
            "type": "library",
938
            "extra": {
939
                "branch-alias": {
940
                    "dev-master": "1.5.x-dev"
941
                }
942
            },
943
            "autoload": {
944
                "psr-0": {
945
                    "Metadata\\": "src/"
946
                }
947
            },
948
            "notification-url": "https://packagist.org/downloads/",
949
            "license": [
950
                "Apache-2.0"
951
            ],
952
            "authors": [
953
                {
954
                    "name": "Johannes M. Schmitt",
955
                    "email": "[email protected]"
956
                }
957
            ],
958
            "description": "Class/method/property metadata management in PHP",
959
            "keywords": [
960
                "annotations",
961
                "metadata",
962
                "xml",
963
                "yaml"
964
            ],
965
            "time": "2016-12-05T10:18:33+00:00"
966
        },
967
        {
968
            "name": "jms/parser-lib",
969
            "version": "1.0.0",
970
            "source": {
971
                "type": "git",
972
                "url": "https://github.com/schmittjoh/parser-lib.git",
973
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
974
            },
975
            "dist": {
976
                "type": "zip",
977
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
978
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
979
                "shasum": ""
980
            },
981
            "require": {
982
                "phpoption/phpoption": ">=0.9,<2.0-dev"
983
            },
984
            "type": "library",
985
            "extra": {
986
                "branch-alias": {
987
                    "dev-master": "1.0-dev"
988
                }
989
            },
990
            "autoload": {
991
                "psr-0": {
992
                    "JMS\\": "src/"
993
                }
994
            },
995
            "notification-url": "https://packagist.org/downloads/",
996
            "license": [
997
                "Apache2"
998
            ],
999
            "description": "A library for easily creating recursive-descent parsers.",
1000
            "time": "2012-11-18T18:08:43+00:00"
1001
        },
1002
        {
1003
            "name": "jms/serializer",
1004
            "version": "0.16.0",
1005
            "source": {
1006
                "type": "git",
1007
                "url": "https://github.com/schmittjoh/serializer.git",
1008
                "reference": "c8a171357ca92b6706e395c757f334902d430ea9"
1009
            },
1010
            "dist": {
1011
                "type": "zip",
1012
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/c8a171357ca92b6706e395c757f334902d430ea9",
1013
                "reference": "c8a171357ca92b6706e395c757f334902d430ea9",
1014
                "shasum": ""
1015
            },
1016
            "require": {
1017
                "doctrine/annotations": "1.*",
1018
                "jms/metadata": "~1.1",
1019
                "jms/parser-lib": "1.*",
1020
                "php": ">=5.3.2",
1021
                "phpcollection/phpcollection": "~0.1"
1022
            },
1023
            "require-dev": {
1024
                "doctrine/orm": "~2.1",
1025
                "doctrine/phpcr-odm": "~1.0.1",
1026
                "jackalope/jackalope-doctrine-dbal": "1.0.*",
1027
                "propel/propel1": "~1.7",
1028
                "symfony/filesystem": "2.*",
1029
                "symfony/form": "~2.1",
1030
                "symfony/translation": "~2.0",
1031
                "symfony/validator": "~2.0",
1032
                "symfony/yaml": "2.*",
1033
                "twig/twig": ">=1.8,<2.0-dev"
1034
            },
1035
            "suggest": {
1036
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
1037
            },
1038
            "type": "library",
1039
            "extra": {
1040
                "branch-alias": {
1041
                    "dev-master": "0.15-dev"
1042
                }
1043
            },
1044
            "autoload": {
1045
                "psr-0": {
1046
                    "JMS\\Serializer": "src/"
1047
                }
1048
            },
1049
            "notification-url": "https://packagist.org/downloads/",
1050
            "license": [
1051
                "Apache2"
1052
            ],
1053
            "authors": [
1054
                {
1055
                    "name": "Johannes M. Schmitt",
1056
                    "email": "[email protected]",
1057
                    "homepage": "http://jmsyst.com",
1058
                    "role": "Developer of wrapped JMSSerializerBundle"
1059
                }
1060
            ],
1061
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
1062
            "homepage": "http://jmsyst.com/libs/serializer",
1063
            "keywords": [
1064
                "deserialization",
1065
                "jaxb",
1066
                "json",
1067
                "serialization",
1068
                "xml"
1069
            ],
1070
            "time": "2014-03-18T08:39:00+00:00"
1071
        },
1072
        {
1073
            "name": "jms/serializer-bundle",
1074
            "version": "0.13.0",
1075
            "target-dir": "JMS/SerializerBundle",
1076
            "source": {
1077
                "type": "git",
1078
                "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
1079
                "reference": "bb15db3e661168f4310fad48b86915ff1ca33795"
1080
            },
1081
            "dist": {
1082
                "type": "zip",
1083
                "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/bb15db3e661168f4310fad48b86915ff1ca33795",
1084
                "reference": "bb15db3e661168f4310fad48b86915ff1ca33795",
1085
                "shasum": ""
1086
            },
1087
            "require": {
1088
                "jms/serializer": "~0.11",
1089
                "php": ">=5.3.2",
1090
                "symfony/framework-bundle": "~2.1"
1091
            },
1092
            "require-dev": {
1093
                "doctrine/doctrine-bundle": "*",
1094
                "doctrine/orm": "*",
1095
                "symfony/browser-kit": "*",
1096
                "symfony/class-loader": "*",
1097
                "symfony/css-selector": "*",
1098
                "symfony/finder": "*",
1099
                "symfony/form": "*",
1100
                "symfony/process": "*",
1101
                "symfony/twig-bundle": "*",
1102
                "symfony/validator": "*",
1103
                "symfony/yaml": "*"
1104
            },
1105
            "suggest": {
1106
                "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
1107
            },
1108
            "type": "symfony-bundle",
1109
            "extra": {
1110
                "branch-alias": {
1111
                    "dev-master": "0.13-dev"
1112
                }
1113
            },
1114
            "autoload": {
1115
                "psr-0": {
1116
                    "JMS\\SerializerBundle": ""
1117
                }
1118
            },
1119
            "notification-url": "https://packagist.org/downloads/",
1120
            "license": [
1121
                "Apache2"
1122
            ],
1123
            "authors": [
1124
                {
1125
                    "name": "Johannes Schmitt",
1126
                    "email": "[email protected]",
1127
                    "homepage": "https://github.com/schmittjoh",
1128
                    "role": "Developer of wrapped JMSSerializerBundle"
1129
                }
1130
            ],
1131
            "description": "Allows you to easily serialize, and deserialize data of any complexity",
1132
            "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
1133
            "keywords": [
1134
                "deserialization",
1135
                "jaxb",
1136
                "json",
1137
                "serialization",
1138
                "xml"
1139
            ],
1140
            "time": "2013-12-05T14:36:11+00:00"
1141
        },
1142
        {
1143
            "name": "kriswallsmith/assetic",
1144
            "version": "v1.4.0",
1145
            "source": {
1146
                "type": "git",
1147
                "url": "https://github.com/kriswallsmith/assetic.git",
1148
                "reference": "e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1"
1149
            },
1150
            "dist": {
1151
                "type": "zip",
1152
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1",
1153
                "reference": "e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1",
1154
                "shasum": ""
1155
            },
1156
            "require": {
1157
                "php": ">=5.3.1",
1158
                "symfony/process": "~2.1|~3.0"
1159
            },
1160
            "conflict": {
1161
                "twig/twig": "<1.27"
1162
            },
1163
            "require-dev": {
1164
                "leafo/lessphp": "^0.3.7",
1165
                "leafo/scssphp": "~0.1",
1166
                "meenie/javascript-packer": "^1.1",
1167
                "mrclay/minify": "<2.3",
1168
                "natxet/cssmin": "3.0.4",
1169
                "patchwork/jsqueeze": "~1.0|~2.0",
1170
                "phpunit/phpunit": "~4.8 || ^5.6",
1171
                "psr/log": "~1.0",
1172
                "ptachoire/cssembed": "~1.0",
1173
                "symfony/phpunit-bridge": "~2.7|~3.0",
1174
                "twig/twig": "~1.23|~2.0",
1175
                "yfix/packager": "dev-master"
1176
            },
1177
            "suggest": {
1178
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
1179
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
1180
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
1181
                "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
1182
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
1183
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
1184
            },
1185
            "type": "library",
1186
            "extra": {
1187
                "branch-alias": {
1188
                    "dev-master": "1.4-dev"
1189
                }
1190
            },
1191
            "autoload": {
1192
                "psr-0": {
1193
                    "Assetic": "src/"
1194
                },
1195
                "files": [
1196
                    "src/functions.php"
1197
                ]
1198
            },
1199
            "notification-url": "https://packagist.org/downloads/",
1200
            "license": [
1201
                "MIT"
1202
            ],
1203
            "authors": [
1204
                {
1205
                    "name": "Kris Wallsmith",
1206
                    "email": "[email protected]",
1207
                    "homepage": "http://kriswallsmith.net/"
1208
                }
1209
            ],
1210
            "description": "Asset Management for PHP",
1211
            "homepage": "https://github.com/kriswallsmith/assetic",
1212
            "keywords": [
1213
                "assets",
1214
                "compression",
1215
                "minification"
1216
            ],
1217
            "time": "2016-11-11T18:43:20+00:00"
1218
        },
1219
        {
1220
            "name": "liip/imagine-bundle",
1221
            "version": "1.4.3",
1222
            "source": {
1223
                "type": "git",
1224
                "url": "https://github.com/liip/LiipImagineBundle.git",
1225
                "reference": "22d625e92337c1c25338922dc08706182be9b02f"
1226
            },
1227
            "dist": {
1228
                "type": "zip",
1229
                "url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/22d625e92337c1c25338922dc08706182be9b02f",
1230
                "reference": "22d625e92337c1c25338922dc08706182be9b02f",
1231
                "shasum": ""
1232
            },
1233
            "require": {
1234
                "imagine/imagine": "~0.5,<0.7",
1235
                "php": "^5.3.9|^7.0",
1236
                "symfony/filesystem": "~2.3|~3.0",
1237
                "symfony/finder": "~2.3|~3.0",
1238
                "symfony/framework-bundle": "~2.3|~3.0",
1239
                "symfony/options-resolver": "~2.3|~3.0"
1240
            },
1241
            "require-dev": {
1242
                "amazonwebservices/aws-sdk-for-php": "~1.0",
1243
                "aws/aws-sdk-php": "~2.4",
1244
                "doctrine/cache": "~1.1",
1245
                "doctrine/orm": "~2.3",
1246
                "ext-gd": "*",
1247
                "phpunit/phpunit": "~4.3",
1248
                "psr/log": "~1.0",
1249
                "symfony/browser-kit": "~2.3|~3.0",
1250
                "symfony/console": "~2.3|~3.0",
1251
                "symfony/dependency-injection": "~2.3|~3.0",
1252
                "symfony/form": "~2.3|~3.0",
1253
                "symfony/phpunit-bridge": "~2.3|~3.0",
1254
                "symfony/yaml": "~2.3|~3.0",
1255
                "twig/twig": "~1.12"
1256
            },
1257
            "suggest": {
1258
                "amazonwebservices/aws-sdk-for-php": "Add it if you'd like to use aws v1 resolver",
1259
                "aws/aws-sdk-php": "Add it if you'd like to use aws v2 or v3 resolver",
1260
                "league/flysystem": "If you'd want to use Flysystem binary loader",
1261
                "monolog/monolog": "If you'd want to write logs",
1262
                "twig/twig": "If you'd want to use some handy twig filters, version 1.12 or greater required"
1263
            },
1264
            "type": "symfony-bundle",
1265
            "extra": {
1266
                "branch-alias": {
1267
                    "dev-master": "1.0.x-dev"
1268
                }
1269
            },
1270
            "autoload": {
1271
                "psr-4": {
1272
                    "Liip\\ImagineBundle\\": ""
1273
                }
1274
            },
1275
            "notification-url": "https://packagist.org/downloads/",
1276
            "license": [
1277
                "MIT"
1278
            ],
1279
            "authors": [
1280
                {
1281
                    "name": "Liip and other contributors",
1282
                    "homepage": "https://github.com/liip/LiipImagineBundle/contributors"
1283
                }
1284
            ],
1285
            "description": "This Bundle assists in imagine manipulation using the imagine library",
1286
            "homepage": "http://liip.ch",
1287
            "keywords": [
1288
                "image",
1289
                "imagine"
1290
            ],
1291
            "time": "2016-01-14T07:16:25+00:00"
1292
        },
1293
        {
1294
            "name": "michelf/php-markdown",
1295
            "version": "1.7.0",
1296
            "source": {
1297
                "type": "git",
1298
                "url": "https://github.com/michelf/php-markdown.git",
1299
                "reference": "1f51cc520948f66cd2af8cbc45a5ee175e774220"
1300
            },
1301
            "dist": {
1302
                "type": "zip",
1303
                "url": "https://api.github.com/repos/michelf/php-markdown/zipball/1f51cc520948f66cd2af8cbc45a5ee175e774220",
1304
                "reference": "1f51cc520948f66cd2af8cbc45a5ee175e774220",
1305
                "shasum": ""
1306
            },
1307
            "require": {
1308
                "php": ">=5.3.0"
1309
            },
1310
            "type": "library",
1311
            "extra": {
1312
                "branch-alias": {
1313
                    "dev-lib": "1.4.x-dev"
1314
                }
1315
            },
1316
            "autoload": {
1317
                "psr-0": {
1318
                    "Michelf": ""
1319
                }
1320
            },
1321
            "notification-url": "https://packagist.org/downloads/",
1322
            "license": [
1323
                "BSD-3-Clause"
1324
            ],
1325
            "authors": [
1326
                {
1327
                    "name": "Michel Fortin",
1328
                    "email": "[email protected]",
1329
                    "homepage": "https://michelf.ca/",
1330
                    "role": "Developer"
1331
                },
1332
                {
1333
                    "name": "John Gruber",
1334
                    "homepage": "https://daringfireball.net/"
1335
                }
1336
            ],
1337
            "description": "PHP Markdown",
1338
            "homepage": "https://michelf.ca/projects/php-markdown/",
1339
            "keywords": [
1340
                "markdown"
1341
            ],
1342
            "time": "2016-10-29T18:58:20+00:00"
1343
        },
1344
        {
1345
            "name": "monolog/monolog",
1346
            "version": "1.22.0",
1347
            "source": {
1348
                "type": "git",
1349
                "url": "https://github.com/Seldaek/monolog.git",
1350
                "reference": "bad29cb8d18ab0315e6c477751418a82c850d558"
1351
            },
1352
            "dist": {
1353
                "type": "zip",
1354
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bad29cb8d18ab0315e6c477751418a82c850d558",
1355
                "reference": "bad29cb8d18ab0315e6c477751418a82c850d558",
1356
                "shasum": ""
1357
            },
1358
            "require": {
1359
                "php": ">=5.3.0",
1360
                "psr/log": "~1.0"
1361
            },
1362
            "provide": {
1363
                "psr/log-implementation": "1.0.0"
1364
            },
1365
            "require-dev": {
1366
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
1367
                "doctrine/couchdb": "~1.0@dev",
1368
                "graylog2/gelf-php": "~1.0",
1369
                "jakub-onderka/php-parallel-lint": "0.9",
1370
                "php-amqplib/php-amqplib": "~2.4",
1371
                "php-console/php-console": "^3.1.3",
1372
                "phpunit/phpunit": "~4.5",
1373
                "phpunit/phpunit-mock-objects": "2.3.0",
1374
                "ruflin/elastica": ">=0.90 <3.0",
1375
                "sentry/sentry": "^0.13",
1376
                "swiftmailer/swiftmailer": "~5.3"
1377
            },
1378
            "suggest": {
1379
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1380
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1381
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1382
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1383
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1384
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1385
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1386
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1387
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1388
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1389
                "sentry/sentry": "Allow sending log messages to a Sentry server"
1390
            },
1391
            "type": "library",
1392
            "extra": {
1393
                "branch-alias": {
1394
                    "dev-master": "2.0.x-dev"
1395
                }
1396
            },
1397
            "autoload": {
1398
                "psr-4": {
1399
                    "Monolog\\": "src/Monolog"
1400
                }
1401
            },
1402
            "notification-url": "https://packagist.org/downloads/",
1403
            "license": [
1404
                "MIT"
1405
            ],
1406
            "authors": [
1407
                {
1408
                    "name": "Jordi Boggiano",
1409
                    "email": "[email protected]",
1410
                    "homepage": "http://seld.be"
1411
                }
1412
            ],
1413
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1414
            "homepage": "http://github.com/Seldaek/monolog",
1415
            "keywords": [
1416
                "log",
1417
                "logging",
1418
                "psr-3"
1419
            ],
1420
            "time": "2016-11-26T00:15:39+00:00"
1421
        },
1422
        {
1423
            "name": "nelmio/api-doc-bundle",
1424
            "version": "2.13.0",
1425
            "target-dir": "Nelmio/ApiDocBundle",
1426
            "source": {
1427
                "type": "git",
1428
                "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
1429
                "reference": "a3a9bb3b700f3ebaed95390292dad23f8141afa0"
1430
            },
1431
            "dist": {
1432
                "type": "zip",
1433
                "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/a3a9bb3b700f3ebaed95390292dad23f8141afa0",
1434
                "reference": "a3a9bb3b700f3ebaed95390292dad23f8141afa0",
1435
                "shasum": ""
1436
            },
1437
            "require": {
1438
                "michelf/php-markdown": "~1.4",
1439
                "php": ">=5.3",
1440
                "symfony/console": "~2.3|~3.0",
1441
                "symfony/framework-bundle": "~2.3|~3.0",
1442
                "symfony/twig-bundle": "~2.3|~3.0"
1443
            },
1444
            "conflict": {
1445
                "jms/serializer": "<0.12",
1446
                "jms/serializer-bundle": "<0.11",
1447
                "symfony/symfony": "~2.7.8",
1448
                "twig/twig": "<1.12"
1449
            },
1450
            "require-dev": {
1451
                "doctrine/doctrine-bundle": "~1.5",
1452
                "doctrine/orm": "~2.3",
1453
                "dunglas/api-bundle": "~1.0@dev",
1454
                "friendsofsymfony/rest-bundle": "~1.0|~2.0",
1455
                "jms/serializer-bundle": ">=0.11",
1456
                "sensio/framework-extra-bundle": "~3.0",
1457
                "symfony/browser-kit": "~2.3|~3.0",
1458
                "symfony/css-selector": "~2.3|~3.0",
1459
                "symfony/finder": "~2.3|~3.0",
1460
                "symfony/form": "~2.3|~3.0",
1461
                "symfony/phpunit-bridge": "~2.7|~3.0",
1462
                "symfony/serializer": "~2.7|~3.0",
1463
                "symfony/validator": "~2.3|~3.0",
1464
                "symfony/yaml": "~2.3|~3.0"
1465
            },
1466
            "suggest": {
1467
                "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
1468
                "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
1469
                "jms/serializer": "For making use of serializer information in the doc.",
1470
                "symfony/form": "For using form definitions as input.",
1471
                "symfony/validator": "For making use of validator information in the doc."
1472
            },
1473
            "type": "symfony-bundle",
1474
            "extra": {
1475
                "branch-alias": {
1476
                    "dev-master": "2.13-dev"
1477
                }
1478
            },
1479
            "autoload": {
1480
                "psr-0": {
1481
                    "Nelmio\\ApiDocBundle": ""
1482
                }
1483
            },
1484
            "notification-url": "https://packagist.org/downloads/",
1485
            "license": [
1486
                "MIT"
1487
            ],
1488
            "authors": [
1489
                {
1490
                    "name": "Nelmio",
1491
                    "homepage": "http://nelm.io"
1492
                },
1493
                {
1494
                    "name": "Symfony Community",
1495
                    "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
1496
                }
1497
            ],
1498
            "description": "Generates documentation for your REST API from annotations",
1499
            "keywords": [
1500
                "api",
1501
                "doc",
1502
                "documentation",
1503
                "rest"
1504
            ],
1505
            "time": "2016-06-13T09:12:09+00:00"
1506
        },
1507
        {
1508
            "name": "nesbot/carbon",
1509
            "version": "1.21.0",
1510
            "source": {
1511
                "type": "git",
1512
                "url": "https://github.com/briannesbitt/Carbon.git",
1513
                "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7"
1514
            },
1515
            "dist": {
1516
                "type": "zip",
1517
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
1518
                "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
1519
                "shasum": ""
1520
            },
1521
            "require": {
1522
                "php": ">=5.3.0",
1523
                "symfony/translation": "~2.6|~3.0"
1524
            },
1525
            "require-dev": {
1526
                "phpunit/phpunit": "~4.0|~5.0"
1527
            },
1528
            "type": "library",
1529
            "autoload": {
1530
                "psr-4": {
1531
                    "Carbon\\": "src/Carbon/"
1532
                }
1533
            },
1534
            "notification-url": "https://packagist.org/downloads/",
1535
            "license": [
1536
                "MIT"
1537
            ],
1538
            "authors": [
1539
                {
1540
                    "name": "Brian Nesbitt",
1541
                    "email": "[email protected]",
1542
                    "homepage": "http://nesbot.com"
1543
                }
1544
            ],
1545
            "description": "A simple API extension for DateTime.",
1546
            "homepage": "http://carbon.nesbot.com",
1547
            "keywords": [
1548
                "date",
1549
                "datetime",
1550
                "time"
1551
            ],
1552
            "time": "2015-11-04T20:07:17+00:00"
1553
        },
1554
        {
1555
            "name": "paragonie/random_compat",
1556
            "version": "v2.0.4",
1557
            "source": {
1558
                "type": "git",
1559
                "url": "https://github.com/paragonie/random_compat.git",
1560
                "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e"
1561
            },
1562
            "dist": {
1563
                "type": "zip",
1564
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e",
1565
                "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e",
1566
                "shasum": ""
1567
            },
1568
            "require": {
1569
                "php": ">=5.2.0"
1570
            },
1571
            "require-dev": {
1572
                "phpunit/phpunit": "4.*|5.*"
1573
            },
1574
            "suggest": {
1575
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1576
            },
1577
            "type": "library",
1578
            "autoload": {
1579
                "files": [
1580
                    "lib/random.php"
1581
                ]
1582
            },
1583
            "notification-url": "https://packagist.org/downloads/",
1584
            "license": [
1585
                "MIT"
1586
            ],
1587
            "authors": [
1588
                {
1589
                    "name": "Paragon Initiative Enterprises",
1590
                    "email": "[email protected]",
1591
                    "homepage": "https://paragonie.com"
1592
                }
1593
            ],
1594
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1595
            "keywords": [
1596
                "csprng",
1597
                "pseudorandom",
1598
                "random"
1599
            ],
1600
            "time": "2016-11-07T23:38:38+00:00"
1601
        },
1602
        {
1603
            "name": "phpcollection/phpcollection",
1604
            "version": "0.5.0",
1605
            "source": {
1606
                "type": "git",
1607
                "url": "https://github.com/schmittjoh/php-collection.git",
1608
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
1609
            },
1610
            "dist": {
1611
                "type": "zip",
1612
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
1613
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
1614
                "shasum": ""
1615
            },
1616
            "require": {
1617
                "phpoption/phpoption": "1.*"
1618
            },
1619
            "type": "library",
1620
            "extra": {
1621
                "branch-alias": {
1622
                    "dev-master": "0.4-dev"
1623
                }
1624
            },
1625
            "autoload": {
1626
                "psr-0": {
1627
                    "PhpCollection": "src/"
1628
                }
1629
            },
1630
            "notification-url": "https://packagist.org/downloads/",
1631
            "license": [
1632
                "Apache2"
1633
            ],
1634
            "authors": [
1635
                {
1636
                    "name": "Johannes M. Schmitt",
1637
                    "email": "[email protected]"
1638
                }
1639
            ],
1640
            "description": "General-Purpose Collection Library for PHP",
1641
            "keywords": [
1642
                "collection",
1643
                "list",
1644
                "map",
1645
                "sequence",
1646
                "set"
1647
            ],
1648
            "time": "2015-05-17T12:39:23+00:00"
1649
        },
1650
        {
1651
            "name": "phpoption/phpoption",
1652
            "version": "1.5.0",
1653
            "source": {
1654
                "type": "git",
1655
                "url": "https://github.com/schmittjoh/php-option.git",
1656
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
1657
            },
1658
            "dist": {
1659
                "type": "zip",
1660
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1661
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1662
                "shasum": ""
1663
            },
1664
            "require": {
1665
                "php": ">=5.3.0"
1666
            },
1667
            "require-dev": {
1668
                "phpunit/phpunit": "4.7.*"
1669
            },
1670
            "type": "library",
1671
            "extra": {
1672
                "branch-alias": {
1673
                    "dev-master": "1.3-dev"
1674
                }
1675
            },
1676
            "autoload": {
1677
                "psr-0": {
1678
                    "PhpOption\\": "src/"
1679
                }
1680
            },
1681
            "notification-url": "https://packagist.org/downloads/",
1682
            "license": [
1683
                "Apache2"
1684
            ],
1685
            "authors": [
1686
                {
1687
                    "name": "Johannes M. Schmitt",
1688
                    "email": "[email protected]"
1689
                }
1690
            ],
1691
            "description": "Option Type for PHP",
1692
            "keywords": [
1693
                "language",
1694
                "option",
1695
                "php",
1696
                "type"
1697
            ],
1698
            "time": "2015-07-25T16:39:46+00:00"
1699
        },
1700
        {
1701
            "name": "psr/log",
1702
            "version": "1.0.2",
1703
            "source": {
1704
                "type": "git",
1705
                "url": "https://github.com/php-fig/log.git",
1706
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1707
            },
1708
            "dist": {
1709
                "type": "zip",
1710
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1711
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1712
                "shasum": ""
1713
            },
1714
            "require": {
1715
                "php": ">=5.3.0"
1716
            },
1717
            "type": "library",
1718
            "extra": {
1719
                "branch-alias": {
1720
                    "dev-master": "1.0.x-dev"
1721
                }
1722
            },
1723
            "autoload": {
1724
                "psr-4": {
1725
                    "Psr\\Log\\": "Psr/Log/"
1726
                }
1727
            },
1728
            "notification-url": "https://packagist.org/downloads/",
1729
            "license": [
1730
                "MIT"
1731
            ],
1732
            "authors": [
1733
                {
1734
                    "name": "PHP-FIG",
1735
                    "homepage": "http://www.php-fig.org/"
1736
                }
1737
            ],
1738
            "description": "Common interface for logging libraries",
1739
            "homepage": "https://github.com/php-fig/log",
1740
            "keywords": [
1741
                "log",
1742
                "psr",
1743
                "psr-3"
1744
            ],
1745
            "time": "2016-10-10T12:19:37+00:00"
1746
        },
1747
        {
1748
            "name": "ramsey/array_column",
1749
            "version": "1.1.3",
1750
            "source": {
1751
                "type": "git",
1752
                "url": "https://github.com/ramsey/array_column.git",
1753
                "reference": "f8e52eb28e67eb50e613b451dd916abcf783c1db"
1754
            },
1755
            "dist": {
1756
                "type": "zip",
1757
                "url": "https://api.github.com/repos/ramsey/array_column/zipball/f8e52eb28e67eb50e613b451dd916abcf783c1db",
1758
                "reference": "f8e52eb28e67eb50e613b451dd916abcf783c1db",
1759
                "shasum": ""
1760
            },
1761
            "require-dev": {
1762
                "jakub-onderka/php-parallel-lint": "0.8.*",
1763
                "phpunit/phpunit": "~4.5",
1764
                "satooshi/php-coveralls": "0.6.*",
1765
                "squizlabs/php_codesniffer": "~2.2"
1766
            },
1767
            "type": "library",
1768
            "autoload": {
1769
                "files": [
1770
                    "src/array_column.php"
1771
                ]
1772
            },
1773
            "notification-url": "https://packagist.org/downloads/",
1774
            "license": [
1775
                "MIT"
1776
            ],
1777
            "authors": [
1778
                {
1779
                    "name": "Ben Ramsey",
1780
                    "homepage": "http://benramsey.com"
1781
                }
1782
            ],
1783
            "description": "Provides functionality for array_column() to projects using PHP earlier than version 5.5.",
1784
            "homepage": "https://github.com/ramsey/array_column",
1785
            "keywords": [
1786
                "array",
1787
                "array_column",
1788
                "column"
1789
            ],
1790
            "time": "2015-03-20T22:07:39+00:00"
1791
        },
1792
        {
1793
            "name": "react/event-loop",
1794
            "version": "v0.3.5",
1795
            "target-dir": "React/EventLoop",
1796
            "source": {
1797
                "type": "git",
1798
                "url": "https://github.com/reactphp/event-loop.git",
1799
                "reference": "13e03b17e54ea864c6653a2cf6d146dad8464e91"
1800
            },
1801
            "dist": {
1802
                "type": "zip",
1803
                "url": "https://api.github.com/repos/reactphp/event-loop/zipball/13e03b17e54ea864c6653a2cf6d146dad8464e91",
1804
                "reference": "13e03b17e54ea864c6653a2cf6d146dad8464e91",
1805
                "shasum": ""
1806
            },
1807
            "require": {
1808
                "php": ">=5.3.3"
1809
            },
1810
            "suggest": {
1811
                "ext-libev": "*",
1812
                "ext-libevent": ">=0.0.5"
1813
            },
1814
            "type": "library",
1815
            "extra": {
1816
                "branch-alias": {
1817
                    "dev-master": "0.3-dev"
1818
                }
1819
            },
1820
            "autoload": {
1821
                "psr-0": {
1822
                    "React\\EventLoop": ""
1823
                }
1824
            },
1825
            "notification-url": "https://packagist.org/downloads/",
1826
            "license": [
1827
                "MIT"
1828
            ],
1829
            "description": "Event loop abstraction layer that libraries can use for evented I/O.",
1830
            "keywords": [
1831
                "event-loop"
1832
            ],
1833
            "time": "2016-12-28T22:48:03+00:00"
1834
        },
1835
        {
1836
            "name": "react/socket",
1837
            "version": "v0.3.4",
1838
            "target-dir": "React/Socket",
1839
            "source": {
1840
                "type": "git",
1841
                "url": "https://github.com/reactphp/socket.git",
1842
                "reference": "19bc0c4309243717396022ffb2e59be1cc784327"
1843
            },
1844
            "dist": {
1845
                "type": "zip",
1846
                "url": "https://api.github.com/repos/reactphp/socket/zipball/19bc0c4309243717396022ffb2e59be1cc784327",
1847
                "reference": "19bc0c4309243717396022ffb2e59be1cc784327",
1848
                "shasum": ""
1849
            },
1850
            "require": {
1851
                "evenement/evenement": "1.0.*",
1852
                "php": ">=5.3.3",
1853
                "react/event-loop": "0.3.*",
1854
                "react/stream": "0.3.*"
1855
            },
1856
            "type": "library",
1857
            "extra": {
1858
                "branch-alias": {
1859
                    "dev-master": "0.3-dev"
1860
                }
1861
            },
1862
            "autoload": {
1863
                "psr-0": {
1864
                    "React\\Socket": ""
1865
                }
1866
            },
1867
            "notification-url": "https://packagist.org/downloads/",
1868
            "license": [
1869
                "MIT"
1870
            ],
1871
            "description": "Library for building an evented socket server.",
1872
            "keywords": [
1873
                "Socket"
1874
            ],
1875
            "time": "2014-02-17T22:32:00+00:00"
1876
        },
1877
        {
1878
            "name": "react/stream",
1879
            "version": "v0.3.4",
1880
            "target-dir": "React/Stream",
1881
            "source": {
1882
                "type": "git",
1883
                "url": "https://github.com/reactphp/stream.git",
1884
                "reference": "feef56628afe3fa861f0da5f92c909e029efceac"
1885
            },
1886
            "dist": {
1887
                "type": "zip",
1888
                "url": "https://api.github.com/repos/reactphp/stream/zipball/feef56628afe3fa861f0da5f92c909e029efceac",
1889
                "reference": "feef56628afe3fa861f0da5f92c909e029efceac",
1890
                "shasum": ""
1891
            },
1892
            "require": {
1893
                "evenement/evenement": "1.0.*",
1894
                "php": ">=5.3.3"
1895
            },
1896
            "suggest": {
1897
                "react/event-loop": "0.3.*",
1898
                "react/promise": "~1.0"
1899
            },
1900
            "type": "library",
1901
            "extra": {
1902
                "branch-alias": {
1903
                    "dev-master": "0.3-dev"
1904
                }
1905
            },
1906
            "autoload": {
1907
                "psr-0": {
1908
                    "React\\Stream": ""
1909
                }
1910
            },
1911
            "notification-url": "https://packagist.org/downloads/",
1912
            "license": [
1913
                "MIT"
1914
            ],
1915
            "description": "Basic readable and writable stream interfaces that support piping.",
1916
            "keywords": [
1917
                "pipe",
1918
                "stream"
1919
            ],
1920
            "time": "2014-02-16T19:48:52+00:00"
1921
        },
1922
        {
1923
            "name": "robloach/component-installer",
1924
            "version": "0.2.3",
1925
            "source": {
1926
                "type": "git",
1927
                "url": "https://github.com/RobLoach/component-installer.git",
1928
                "reference": "908a859aa7c4949ba9ad67091e67bac10b66d3d7"
1929
            },
1930
            "dist": {
1931
                "type": "zip",
1932
                "url": "https://api.github.com/repos/RobLoach/component-installer/zipball/908a859aa7c4949ba9ad67091e67bac10b66d3d7",
1933
                "reference": "908a859aa7c4949ba9ad67091e67bac10b66d3d7",
1934
                "shasum": ""
1935
            },
1936
            "require": {
1937
                "composer-plugin-api": "^1.0",
1938
                "kriswallsmith/assetic": "1.*",
1939
                "php": ">=5.3.2"
1940
            },
1941
            "require-dev": {
1942
                "composer/composer": "1.*@alpha",
1943
                "phpunit/phpunit": "4.*"
1944
            },
1945
            "type": "composer-plugin",
1946
            "extra": {
1947
                "branch-alias": {
1948
                    "dev-master": "1.0.x-dev"
1949
                },
1950
                "class": "ComponentInstaller\\ComponentInstallerPlugin"
1951
            },
1952
            "autoload": {
1953
                "psr-0": {
1954
                    "ComponentInstaller": "src/"
1955
                }
1956
            },
1957
            "notification-url": "https://packagist.org/downloads/",
1958
            "license": [
1959
                "MIT"
1960
            ],
1961
            "authors": [
1962
                {
1963
                    "name": "Rob Loach",
1964
                    "homepage": "http://robloach.net"
1965
                }
1966
            ],
1967
            "description": "Allows installation of Components via Composer.",
1968
            "time": "2015-08-10T12:35:38+00:00"
1969
        },
1970
        {
1971
            "name": "robmorgan/phinx",
1972
            "version": "v0.6.5",
1973
            "source": {
1974
                "type": "git",
1975
                "url": "https://github.com/robmorgan/phinx.git",
1976
                "reference": "6943cb4bb78bf9d3964967a032220b7c793b97b7"
1977
            },
1978
            "dist": {
1979
                "type": "zip",
1980
                "url": "https://api.github.com/repos/robmorgan/phinx/zipball/6943cb4bb78bf9d3964967a032220b7c793b97b7",
1981
                "reference": "6943cb4bb78bf9d3964967a032220b7c793b97b7",
1982
                "shasum": ""
1983
            },
1984
            "require": {
1985
                "php": ">=5.4",
1986
                "symfony/config": "~2.8|~3.0",
1987
                "symfony/console": "~2.8|~3.0",
1988
                "symfony/yaml": "~2.8|~3.0"
1989
            },
1990
            "require-dev": {
1991
                "phpunit/phpunit": "^4.8.26|^5.0"
1992
            },
1993
            "bin": [
1994
                "bin/phinx"
1995
            ],
1996
            "type": "library",
1997
            "autoload": {
1998
                "psr-4": {
1999
                    "Phinx\\": "src/Phinx"
2000
                }
2001
            },
2002
            "notification-url": "https://packagist.org/downloads/",
2003
            "license": [
2004
                "MIT"
2005
            ],
2006
            "authors": [
2007
                {
2008
                    "name": "Woody Gilk",
2009
                    "email": "[email protected]",
2010
                    "homepage": "http://shadowhand.me",
2011
                    "role": "Developer"
2012
                },
2013
                {
2014
                    "name": "Rob Morgan",
2015
                    "email": "[email protected]",
2016
                    "homepage": "https://robmorgan.id.au",
2017
                    "role": "Lead Developer"
2018
                },
2019
                {
2020
                    "name": "Richard Quadling",
2021
                    "email": "[email protected]",
2022
                    "role": "Developer"
2023
                }
2024
            ],
2025
            "description": "Phinx makes it ridiculously easy to manage the database migrations for your PHP app.",
2026
            "homepage": "https://phinx.org",
2027
            "keywords": [
2028
                "database",
2029
                "database migrations",
2030
                "db",
2031
                "migrations",
2032
                "phinx"
2033
            ],
2034
            "time": "2016-10-27T10:16:12+00:00"
2035
        },
2036
        {
2037
            "name": "select2/select2",
2038
            "version": "dev-master",
2039
            "source": {
2040
                "type": "git",
2041
                "url": "https://github.com/select2/select2.git",
2042
                "reference": "04c433d70908440761c59c9e9e83033d677a1244"
2043
            },
2044
            "dist": {
2045
                "type": "zip",
2046
                "url": "https://api.github.com/repos/select2/select2/zipball/04c433d70908440761c59c9e9e83033d677a1244",
2047
                "reference": "04c433d70908440761c59c9e9e83033d677a1244",
2048
                "shasum": ""
2049
            },
2050
            "require": {
2051
                "robloach/component-installer": "*"
2052
            },
2053
            "type": "component",
2054
            "extra": {
2055
                "component": {
2056
                    "scripts": [
2057
                        "dist/js/select2.js"
2058
                    ],
2059
                    "styles": [
2060
                        "dist/css/select2.css"
2061
                    ],
2062
                    "files": [
2063
                        "dist/js/select2.js",
2064
                        "dist/js/i18n/*.js",
2065
                        "dist/css/select2.css"
2066
                    ]
2067
                }
2068
            },
2069
            "notification-url": "https://packagist.org/downloads/",
2070
            "license": [
2071
                "MIT"
2072
            ],
2073
            "description": "Select2 is a jQuery based replacement for select boxes.",
2074
            "homepage": "https://select2.github.io/",
2075
            "time": "2016-12-30 17:34:40"
2076
        },
2077
        {
2078
            "name": "sensio/framework-extra-bundle",
2079
            "version": "v3.0.18",
2080
            "source": {
2081
                "type": "git",
2082
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
2083
                "reference": "c38bc608e12e81089d5d9dfbf72775ed553c61af"
2084
            },
2085
            "dist": {
2086
                "type": "zip",
2087
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/c38bc608e12e81089d5d9dfbf72775ed553c61af",
2088
                "reference": "c38bc608e12e81089d5d9dfbf72775ed553c61af",
2089
                "shasum": ""
2090
            },
2091
            "require": {
2092
                "doctrine/common": "~2.2",
2093
                "symfony/dependency-injection": "~2.3|~3.0",
2094
                "symfony/framework-bundle": "~2.3|~3.0"
2095
            },
2096
            "require-dev": {
2097
                "symfony/asset": "~2.7|~3.0",
2098
                "symfony/browser-kit": "~2.3|~3.0",
2099
                "symfony/dom-crawler": "~2.3|~3.0",
2100
                "symfony/expression-language": "~2.4|~3.0",
2101
                "symfony/finder": "~2.3|~3.0",
2102
                "symfony/phpunit-bridge": "~3.2",
2103
                "symfony/psr-http-message-bridge": "^0.3",
2104
                "symfony/security-bundle": "~2.4|~3.0",
2105
                "symfony/templating": "~2.3|~3.0",
2106
                "symfony/translation": "~2.3|~3.0",
2107
                "symfony/twig-bundle": "~2.3|~3.0",
2108
                "symfony/yaml": "~2.3|~3.0",
2109
                "twig/twig": "~1.11|~2.0",
2110
                "zendframework/zend-diactoros": "^1.3"
2111
            },
2112
            "suggest": {
2113
                "symfony/expression-language": "",
2114
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
2115
                "symfony/security-bundle": ""
2116
            },
2117
            "type": "symfony-bundle",
2118
            "extra": {
2119
                "branch-alias": {
2120
                    "dev-master": "3.0.x-dev"
2121
                }
2122
            },
2123
            "autoload": {
2124
                "psr-4": {
2125
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
2126
                }
2127
            },
2128
            "notification-url": "https://packagist.org/downloads/",
2129
            "license": [
2130
                "MIT"
2131
            ],
2132
            "authors": [
2133
                {
2134
                    "name": "Fabien Potencier",
2135
                    "email": "[email protected]"
2136
                }
2137
            ],
2138
            "description": "This bundle provides a way to configure your controllers with annotations",
2139
            "keywords": [
2140
                "annotations",
2141
                "controllers"
2142
            ],
2143
            "time": "2016-12-14T08:30:06+00:00"
2144
        },
2145
        {
2146
            "name": "swiftmailer/swiftmailer",
2147
            "version": "v5.4.5",
2148
            "source": {
2149
                "type": "git",
2150
                "url": "https://github.com/swiftmailer/swiftmailer.git",
2151
                "reference": "cd142238a339459b10da3d8234220963f392540c"
2152
            },
2153
            "dist": {
2154
                "type": "zip",
2155
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/cd142238a339459b10da3d8234220963f392540c",
2156
                "reference": "cd142238a339459b10da3d8234220963f392540c",
2157
                "shasum": ""
2158
            },
2159
            "require": {
2160
                "php": ">=5.3.3"
2161
            },
2162
            "require-dev": {
2163
                "mockery/mockery": "~0.9.1",
2164
                "symfony/phpunit-bridge": "~3.2"
2165
            },
2166
            "type": "library",
2167
            "extra": {
2168
                "branch-alias": {
2169
                    "dev-master": "5.4-dev"
2170
                }
2171
            },
2172
            "autoload": {
2173
                "files": [
2174
                    "lib/swift_required.php"
2175
                ]
2176
            },
2177
            "notification-url": "https://packagist.org/downloads/",
2178
            "license": [
2179
                "MIT"
2180
            ],
2181
            "authors": [
2182
                {
2183
                    "name": "Chris Corbyn"
2184
                },
2185
                {
2186
                    "name": "Fabien Potencier",
2187
                    "email": "[email protected]"
2188
                }
2189
            ],
2190
            "description": "Swiftmailer, free feature-rich PHP mailer",
2191
            "homepage": "http://swiftmailer.org",
2192
            "keywords": [
2193
                "email",
2194
                "mail",
2195
                "mailer"
2196
            ],
2197
            "time": "2016-12-29T10:02:40+00:00"
2198
        },
2199
        {
2200
            "name": "symfony/icu",
2201
            "version": "v1.0.1",
2202
            "target-dir": "Symfony/Component/Icu",
2203
            "source": {
2204
                "type": "git",
2205
                "url": "https://github.com/symfony/icu.git",
2206
                "reference": "fdba214b1e087c149843bde976263c53ac10c975"
2207
            },
2208
            "dist": {
2209
                "type": "zip",
2210
                "url": "https://api.github.com/repos/symfony/icu/zipball/fdba214b1e087c149843bde976263c53ac10c975",
2211
                "reference": "fdba214b1e087c149843bde976263c53ac10c975",
2212
                "shasum": ""
2213
            },
2214
            "require": {
2215
                "php": ">=5.3.3",
2216
                "symfony/intl": "~2.3"
2217
            },
2218
            "type": "library",
2219
            "autoload": {
2220
                "psr-0": {
2221
                    "Symfony\\Component\\Icu\\": ""
2222
                }
2223
            },
2224
            "notification-url": "https://packagist.org/downloads/",
2225
            "license": [
2226
                "MIT"
2227
            ],
2228
            "authors": [
2229
                {
2230
                    "name": "Symfony Community",
2231
                    "homepage": "http://symfony.com/contributors"
2232
                },
2233
                {
2234
                    "name": "Bernhard Schussek",
2235
                    "email": "[email protected]"
2236
                }
2237
            ],
2238
            "description": "Contains an excerpt of the ICU data and classes to load it.",
2239
            "homepage": "http://symfony.com",
2240
            "keywords": [
2241
                "icu",
2242
                "intl"
2243
            ],
2244
            "abandoned": "symfony/intl",
2245
            "time": "2013-10-04T09:12:07+00:00"
2246
        },
2247
        {
2248
            "name": "symfony/monolog-bundle",
2249
            "version": "v2.12.1",
2250
            "source": {
2251
                "type": "git",
2252
                "url": "https://github.com/symfony/monolog-bundle.git",
2253
                "reference": "b0146bdca7ba2a65f3bbe7010423c7393b29ec3f"
2254
            },
2255
            "dist": {
2256
                "type": "zip",
2257
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/b0146bdca7ba2a65f3bbe7010423c7393b29ec3f",
2258
                "reference": "b0146bdca7ba2a65f3bbe7010423c7393b29ec3f",
2259
                "shasum": ""
2260
            },
2261
            "require": {
2262
                "monolog/monolog": "~1.18",
2263
                "php": ">=5.3.2",
2264
                "symfony/config": "~2.3|~3.0",
2265
                "symfony/dependency-injection": "~2.3|~3.0",
2266
                "symfony/http-kernel": "~2.3|~3.0",
2267
                "symfony/monolog-bridge": "~2.3|~3.0"
2268
            },
2269
            "require-dev": {
2270
                "phpunit/phpunit": "^4.8",
2271
                "symfony/console": "~2.3|~3.0",
2272
                "symfony/yaml": "~2.3|~3.0"
2273
            },
2274
            "type": "symfony-bundle",
2275
            "extra": {
2276
                "branch-alias": {
2277
                    "dev-master": "2.x-dev"
2278
                }
2279
            },
2280
            "autoload": {
2281
                "psr-4": {
2282
                    "Symfony\\Bundle\\MonologBundle\\": ""
2283
                }
2284
            },
2285
            "notification-url": "https://packagist.org/downloads/",
2286
            "license": [
2287
                "MIT"
2288
            ],
2289
            "authors": [
2290
                {
2291
                    "name": "Symfony Community",
2292
                    "homepage": "http://symfony.com/contributors"
2293
                },
2294
                {
2295
                    "name": "Fabien Potencier",
2296
                    "email": "[email protected]"
2297
                }
2298
            ],
2299
            "description": "Symfony MonologBundle",
2300
            "homepage": "http://symfony.com",
2301
            "keywords": [
2302
                "log",
2303
                "logging"
2304
            ],
2305
            "time": "2017-01-02T19:04:26+00:00"
2306
        },
2307
        {
2308
            "name": "symfony/polyfill-apcu",
2309
            "version": "v1.3.0",
2310
            "source": {
2311
                "type": "git",
2312
                "url": "https://github.com/symfony/polyfill-apcu.git",
2313
                "reference": "5d4474f447403c3348e37b70acc2b95475b7befa"
2314
            },
2315
            "dist": {
2316
                "type": "zip",
2317
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/5d4474f447403c3348e37b70acc2b95475b7befa",
2318
                "reference": "5d4474f447403c3348e37b70acc2b95475b7befa",
2319
                "shasum": ""
2320
            },
2321
            "require": {
2322
                "php": ">=5.3.3"
2323
            },
2324
            "type": "library",
2325
            "extra": {
2326
                "branch-alias": {
2327
                    "dev-master": "1.3-dev"
2328
                }
2329
            },
2330
            "autoload": {
2331
                "files": [
2332
                    "bootstrap.php"
2333
                ]
2334
            },
2335
            "notification-url": "https://packagist.org/downloads/",
2336
            "license": [
2337
                "MIT"
2338
            ],
2339
            "authors": [
2340
                {
2341
                    "name": "Nicolas Grekas",
2342
                    "email": "[email protected]"
2343
                },
2344
                {
2345
                    "name": "Symfony Community",
2346
                    "homepage": "https://symfony.com/contributors"
2347
                }
2348
            ],
2349
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
2350
            "homepage": "https://symfony.com",
2351
            "keywords": [
2352
                "apcu",
2353
                "compatibility",
2354
                "polyfill",
2355
                "portable",
2356
                "shim"
2357
            ],
2358
            "time": "2016-11-14T01:06:16+00:00"
2359
        },
2360
        {
2361
            "name": "symfony/polyfill-intl-icu",
2362
            "version": "v1.3.0",
2363
            "source": {
2364
                "type": "git",
2365
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
2366
                "reference": "2d6e2b20d457603eefb6e614286c22efca30fdb4"
2367
            },
2368
            "dist": {
2369
                "type": "zip",
2370
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/2d6e2b20d457603eefb6e614286c22efca30fdb4",
2371
                "reference": "2d6e2b20d457603eefb6e614286c22efca30fdb4",
2372
                "shasum": ""
2373
            },
2374
            "require": {
2375
                "php": ">=5.3.3",
2376
                "symfony/intl": "~2.3|~3.0"
2377
            },
2378
            "suggest": {
2379
                "ext-intl": "For best performance"
2380
            },
2381
            "type": "library",
2382
            "extra": {
2383
                "branch-alias": {
2384
                    "dev-master": "1.3-dev"
2385
                }
2386
            },
2387
            "autoload": {
2388
                "files": [
2389
                    "bootstrap.php"
2390
                ]
2391
            },
2392
            "notification-url": "https://packagist.org/downloads/",
2393
            "license": [
2394
                "MIT"
2395
            ],
2396
            "authors": [
2397
                {
2398
                    "name": "Nicolas Grekas",
2399
                    "email": "[email protected]"
2400
                },
2401
                {
2402
                    "name": "Symfony Community",
2403
                    "homepage": "https://symfony.com/contributors"
2404
                }
2405
            ],
2406
            "description": "Symfony polyfill for intl's ICU-related data and classes",
2407
            "homepage": "https://symfony.com",
2408
            "keywords": [
2409
                "compatibility",
2410
                "icu",
2411
                "intl",
2412
                "polyfill",
2413
                "portable",
2414
                "shim"
2415
            ],
2416
            "time": "2016-11-14T01:06:16+00:00"
2417
        },
2418
        {
2419
            "name": "symfony/polyfill-mbstring",
2420
            "version": "v1.3.0",
2421
            "source": {
2422
                "type": "git",
2423
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2424
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
2425
            },
2426
            "dist": {
2427
                "type": "zip",
2428
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
2429
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
2430
                "shasum": ""
2431
            },
2432
            "require": {
2433
                "php": ">=5.3.3"
2434
            },
2435
            "suggest": {
2436
                "ext-mbstring": "For best performance"
2437
            },
2438
            "type": "library",
2439
            "extra": {
2440
                "branch-alias": {
2441
                    "dev-master": "1.3-dev"
2442
                }
2443
            },
2444
            "autoload": {
2445
                "psr-4": {
2446
                    "Symfony\\Polyfill\\Mbstring\\": ""
2447
                },
2448
                "files": [
2449
                    "bootstrap.php"
2450
                ]
2451
            },
2452
            "notification-url": "https://packagist.org/downloads/",
2453
            "license": [
2454
                "MIT"
2455
            ],
2456
            "authors": [
2457
                {
2458
                    "name": "Nicolas Grekas",
2459
                    "email": "[email protected]"
2460
                },
2461
                {
2462
                    "name": "Symfony Community",
2463
                    "homepage": "https://symfony.com/contributors"
2464
                }
2465
            ],
2466
            "description": "Symfony polyfill for the Mbstring extension",
2467
            "homepage": "https://symfony.com",
2468
            "keywords": [
2469
                "compatibility",
2470
                "mbstring",
2471
                "polyfill",
2472
                "portable",
2473
                "shim"
2474
            ],
2475
            "time": "2016-11-14T01:06:16+00:00"
2476
        },
2477
        {
2478
            "name": "symfony/polyfill-php54",
2479
            "version": "v1.3.0",
2480
            "source": {
2481
                "type": "git",
2482
                "url": "https://github.com/symfony/polyfill-php54.git",
2483
                "reference": "90e085822963fdcc9d1c5b73deb3d2e5783b16a0"
2484
            },
2485
            "dist": {
2486
                "type": "zip",
2487
                "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/90e085822963fdcc9d1c5b73deb3d2e5783b16a0",
2488
                "reference": "90e085822963fdcc9d1c5b73deb3d2e5783b16a0",
2489
                "shasum": ""
2490
            },
2491
            "require": {
2492
                "php": ">=5.3.3"
2493
            },
2494
            "type": "library",
2495
            "extra": {
2496
                "branch-alias": {
2497
                    "dev-master": "1.3-dev"
2498
                }
2499
            },
2500
            "autoload": {
2501
                "psr-4": {
2502
                    "Symfony\\Polyfill\\Php54\\": ""
2503
                },
2504
                "files": [
2505
                    "bootstrap.php"
2506
                ],
2507
                "classmap": [
2508
                    "Resources/stubs"
2509
                ]
2510
            },
2511
            "notification-url": "https://packagist.org/downloads/",
2512
            "license": [
2513
                "MIT"
2514
            ],
2515
            "authors": [
2516
                {
2517
                    "name": "Nicolas Grekas",
2518
                    "email": "[email protected]"
2519
                },
2520
                {
2521
                    "name": "Symfony Community",
2522
                    "homepage": "https://symfony.com/contributors"
2523
                }
2524
            ],
2525
            "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
2526
            "homepage": "https://symfony.com",
2527
            "keywords": [
2528
                "compatibility",
2529
                "polyfill",
2530
                "portable",
2531
                "shim"
2532
            ],
2533
            "time": "2016-11-14T01:06:16+00:00"
2534
        },
2535
        {
2536
            "name": "symfony/polyfill-php55",
2537
            "version": "v1.3.0",
2538
            "source": {
2539
                "type": "git",
2540
                "url": "https://github.com/symfony/polyfill-php55.git",
2541
                "reference": "03e3f0350bca2220e3623a0e340eef194405fc67"
2542
            },
2543
            "dist": {
2544
                "type": "zip",
2545
                "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/03e3f0350bca2220e3623a0e340eef194405fc67",
2546
                "reference": "03e3f0350bca2220e3623a0e340eef194405fc67",
2547
                "shasum": ""
2548
            },
2549
            "require": {
2550
                "ircmaxell/password-compat": "~1.0",
2551
                "php": ">=5.3.3"
2552
            },
2553
            "type": "library",
2554
            "extra": {
2555
                "branch-alias": {
2556
                    "dev-master": "1.3-dev"
2557
                }
2558
            },
2559
            "autoload": {
2560
                "psr-4": {
2561
                    "Symfony\\Polyfill\\Php55\\": ""
2562
                },
2563
                "files": [
2564
                    "bootstrap.php"
2565
                ]
2566
            },
2567
            "notification-url": "https://packagist.org/downloads/",
2568
            "license": [
2569
                "MIT"
2570
            ],
2571
            "authors": [
2572
                {
2573
                    "name": "Nicolas Grekas",
2574
                    "email": "[email protected]"
2575
                },
2576
                {
2577
                    "name": "Symfony Community",
2578
                    "homepage": "https://symfony.com/contributors"
2579
                }
2580
            ],
2581
            "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
2582
            "homepage": "https://symfony.com",
2583
            "keywords": [
2584
                "compatibility",
2585
                "polyfill",
2586
                "portable",
2587
                "shim"
2588
            ],
2589
            "time": "2016-11-14T01:06:16+00:00"
2590
        },
2591
        {
2592
            "name": "symfony/polyfill-php56",
2593
            "version": "v1.3.0",
2594
            "source": {
2595
                "type": "git",
2596
                "url": "https://github.com/symfony/polyfill-php56.git",
2597
                "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c"
2598
            },
2599
            "dist": {
2600
                "type": "zip",
2601
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/1dd42b9b89556f18092f3d1ada22cb05ac85383c",
2602
                "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c",
2603
                "shasum": ""
2604
            },
2605
            "require": {
2606
                "php": ">=5.3.3",
2607
                "symfony/polyfill-util": "~1.0"
2608
            },
2609
            "type": "library",
2610
            "extra": {
2611
                "branch-alias": {
2612
                    "dev-master": "1.3-dev"
2613
                }
2614
            },
2615
            "autoload": {
2616
                "psr-4": {
2617
                    "Symfony\\Polyfill\\Php56\\": ""
2618
                },
2619
                "files": [
2620
                    "bootstrap.php"
2621
                ]
2622
            },
2623
            "notification-url": "https://packagist.org/downloads/",
2624
            "license": [
2625
                "MIT"
2626
            ],
2627
            "authors": [
2628
                {
2629
                    "name": "Nicolas Grekas",
2630
                    "email": "[email protected]"
2631
                },
2632
                {
2633
                    "name": "Symfony Community",
2634
                    "homepage": "https://symfony.com/contributors"
2635
                }
2636
            ],
2637
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
2638
            "homepage": "https://symfony.com",
2639
            "keywords": [
2640
                "compatibility",
2641
                "polyfill",
2642
                "portable",
2643
                "shim"
2644
            ],
2645
            "time": "2016-11-14T01:06:16+00:00"
2646
        },
2647
        {
2648
            "name": "symfony/polyfill-php70",
2649
            "version": "v1.3.0",
2650
            "source": {
2651
                "type": "git",
2652
                "url": "https://github.com/symfony/polyfill-php70.git",
2653
                "reference": "13ce343935f0f91ca89605a2f6ca6f5c2f3faac2"
2654
            },
2655
            "dist": {
2656
                "type": "zip",
2657
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/13ce343935f0f91ca89605a2f6ca6f5c2f3faac2",
2658
                "reference": "13ce343935f0f91ca89605a2f6ca6f5c2f3faac2",
2659
                "shasum": ""
2660
            },
2661
            "require": {
2662
                "paragonie/random_compat": "~1.0|~2.0",
2663
                "php": ">=5.3.3"
2664
            },
2665
            "type": "library",
2666
            "extra": {
2667
                "branch-alias": {
2668
                    "dev-master": "1.3-dev"
2669
                }
2670
            },
2671
            "autoload": {
2672
                "psr-4": {
2673
                    "Symfony\\Polyfill\\Php70\\": ""
2674
                },
2675
                "files": [
2676
                    "bootstrap.php"
2677
                ],
2678
                "classmap": [
2679
                    "Resources/stubs"
2680
                ]
2681
            },
2682
            "notification-url": "https://packagist.org/downloads/",
2683
            "license": [
2684
                "MIT"
2685
            ],
2686
            "authors": [
2687
                {
2688
                    "name": "Nicolas Grekas",
2689
                    "email": "[email protected]"
2690
                },
2691
                {
2692
                    "name": "Symfony Community",
2693
                    "homepage": "https://symfony.com/contributors"
2694
                }
2695
            ],
2696
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
2697
            "homepage": "https://symfony.com",
2698
            "keywords": [
2699
                "compatibility",
2700
                "polyfill",
2701
                "portable",
2702
                "shim"
2703
            ],
2704
            "time": "2016-11-14T01:06:16+00:00"
2705
        },
2706
        {
2707
            "name": "symfony/polyfill-util",
2708
            "version": "v1.3.0",
2709
            "source": {
2710
                "type": "git",
2711
                "url": "https://github.com/symfony/polyfill-util.git",
2712
                "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb"
2713
            },
2714
            "dist": {
2715
                "type": "zip",
2716
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/746bce0fca664ac0a575e465f65c6643faddf7fb",
2717
                "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb",
2718
                "shasum": ""
2719
            },
2720
            "require": {
2721
                "php": ">=5.3.3"
2722
            },
2723
            "type": "library",
2724
            "extra": {
2725
                "branch-alias": {
2726
                    "dev-master": "1.3-dev"
2727
                }
2728
            },
2729
            "autoload": {
2730
                "psr-4": {
2731
                    "Symfony\\Polyfill\\Util\\": ""
2732
                }
2733
            },
2734
            "notification-url": "https://packagist.org/downloads/",
2735
            "license": [
2736
                "MIT"
2737
            ],
2738
            "authors": [
2739
                {
2740
                    "name": "Nicolas Grekas",
2741
                    "email": "[email protected]"
2742
                },
2743
                {
2744
                    "name": "Symfony Community",
2745
                    "homepage": "https://symfony.com/contributors"
2746
                }
2747
            ],
2748
            "description": "Symfony utilities for portability of PHP codes",
2749
            "homepage": "https://symfony.com",
2750
            "keywords": [
2751
                "compat",
2752
                "compatibility",
2753
                "polyfill",
2754
                "shim"
2755
            ],
2756
            "time": "2016-11-14T01:06:16+00:00"
2757
        },
2758
        {
2759
            "name": "symfony/security-acl",
2760
            "version": "v3.0.0",
2761
            "source": {
2762
                "type": "git",
2763
                "url": "https://github.com/symfony/security-acl.git",
2764
                "reference": "053b49bf4aa333a392c83296855989bcf88ddad1"
2765
            },
2766
            "dist": {
2767
                "type": "zip",
2768
                "url": "https://api.github.com/repos/symfony/security-acl/zipball/053b49bf4aa333a392c83296855989bcf88ddad1",
2769
                "reference": "053b49bf4aa333a392c83296855989bcf88ddad1",
2770
                "shasum": ""
2771
            },
2772
            "require": {
2773
                "php": ">=5.5.9",
2774
                "symfony/security-core": "~2.8|~3.0"
2775
            },
2776
            "require-dev": {
2777
                "doctrine/common": "~2.2",
2778
                "doctrine/dbal": "~2.2",
2779
                "psr/log": "~1.0",
2780
                "symfony/phpunit-bridge": "~2.8|~3.0"
2781
            },
2782
            "suggest": {
2783
                "doctrine/dbal": "For using the built-in ACL implementation",
2784
                "symfony/class-loader": "For using the ACL generateSql script",
2785
                "symfony/finder": "For using the ACL generateSql script"
2786
            },
2787
            "type": "library",
2788
            "extra": {
2789
                "branch-alias": {
2790
                    "dev-master": "3.0-dev"
2791
                }
2792
            },
2793
            "autoload": {
2794
                "psr-4": {
2795
                    "Symfony\\Component\\Security\\Acl\\": ""
2796
                },
2797
                "exclude-from-classmap": [
2798
                    "/Tests/"
2799
                ]
2800
            },
2801
            "notification-url": "https://packagist.org/downloads/",
2802
            "license": [
2803
                "MIT"
2804
            ],
2805
            "authors": [
2806
                {
2807
                    "name": "Fabien Potencier",
2808
                    "email": "[email protected]"
2809
                },
2810
                {
2811
                    "name": "Symfony Community",
2812
                    "homepage": "https://symfony.com/contributors"
2813
                }
2814
            ],
2815
            "description": "Symfony Security Component - ACL (Access Control List)",
2816
            "homepage": "https://symfony.com",
2817
            "time": "2015-12-28T09:39:46+00:00"
2818
        },
2819
        {
2820
            "name": "symfony/swiftmailer-bundle",
2821
            "version": "v2.4.2",
2822
            "source": {
2823
                "type": "git",
2824
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
2825
                "reference": "ad751095576ce0c12a284e30e3fff80c91f27225"
2826
            },
2827
            "dist": {
2828
                "type": "zip",
2829
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/ad751095576ce0c12a284e30e3fff80c91f27225",
2830
                "reference": "ad751095576ce0c12a284e30e3fff80c91f27225",
2831
                "shasum": ""
2832
            },
2833
            "require": {
2834
                "php": ">=5.3.2",
2835
                "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
2836
                "symfony/config": "~2.7|~3.0",
2837
                "symfony/dependency-injection": "~2.7|~3.0",
2838
                "symfony/http-kernel": "~2.7|~3.0"
2839
            },
2840
            "require-dev": {
2841
                "symfony/console": "~2.7|~3.0",
2842
                "symfony/framework-bundle": "~2.7|~3.0",
2843
                "symfony/phpunit-bridge": "~2.7|~3.0",
2844
                "symfony/yaml": "~2.7|~3.0"
2845
            },
2846
            "suggest": {
2847
                "psr/log": "Allows logging"
2848
            },
2849
            "type": "symfony-bundle",
2850
            "extra": {
2851
                "branch-alias": {
2852
                    "dev-master": "2.4-dev"
2853
                }
2854
            },
2855
            "autoload": {
2856
                "psr-4": {
2857
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
2858
                }
2859
            },
2860
            "notification-url": "https://packagist.org/downloads/",
2861
            "license": [
2862
                "MIT"
2863
            ],
2864
            "authors": [
2865
                {
2866
                    "name": "Symfony Community",
2867
                    "homepage": "http://symfony.com/contributors"
2868
                },
2869
                {
2870
                    "name": "Fabien Potencier",
2871
                    "email": "[email protected]"
2872
                }
2873
            ],
2874
            "description": "Symfony SwiftmailerBundle",
2875
            "homepage": "http://symfony.com",
2876
            "time": "2016-12-20T04:44:33+00:00"
2877
        },
2878
        {
2879
            "name": "symfony/symfony",
0 ignored issues
show
2880
            "version": "v2.8.15",
2881
            "source": {
2882
                "type": "git",
2883
                "url": "https://github.com/symfony/symfony.git",
2884
                "reference": "3ec15b9379ebb0758e296d4193926a7b4121a964"
2885
            },
2886
            "dist": {
2887
                "type": "zip",
2888
                "url": "https://api.github.com/repos/symfony/symfony/zipball/3ec15b9379ebb0758e296d4193926a7b4121a964",
2889
                "reference": "3ec15b9379ebb0758e296d4193926a7b4121a964",
2890
                "shasum": ""
2891
            },
2892
            "require": {
2893
                "doctrine/common": "~2.4",
2894
                "php": ">=5.3.9",
2895
                "psr/log": "~1.0",
2896
                "symfony/polyfill-apcu": "~1.1",
2897
                "symfony/polyfill-intl-icu": "~1.0",
2898
                "symfony/polyfill-mbstring": "~1.0",
2899
                "symfony/polyfill-php54": "~1.0",
2900
                "symfony/polyfill-php55": "~1.0",
2901
                "symfony/polyfill-php56": "~1.0",
2902
                "symfony/polyfill-php70": "~1.0",
2903
                "symfony/polyfill-util": "~1.0",
2904
                "symfony/security-acl": "~2.7|~3.0.0",
2905
                "twig/twig": "~1.28|~2.0"
2906
            },
2907
            "conflict": {
2908
                "phpdocumentor/reflection": "<1.0.7"
2909
            },
2910
            "replace": {
2911
                "symfony/asset": "self.version",
2912
                "symfony/browser-kit": "self.version",
2913
                "symfony/class-loader": "self.version",
2914
                "symfony/config": "self.version",
2915
                "symfony/console": "self.version",
2916
                "symfony/css-selector": "self.version",
2917
                "symfony/debug": "self.version",
2918
                "symfony/debug-bundle": "self.version",
2919
                "symfony/dependency-injection": "self.version",
2920
                "symfony/doctrine-bridge": "self.version",
2921
                "symfony/dom-crawler": "self.version",
2922
                "symfony/event-dispatcher": "self.version",
2923
                "symfony/expression-language": "self.version",
2924
                "symfony/filesystem": "self.version",
2925
                "symfony/finder": "self.version",
2926
                "symfony/form": "self.version",
2927
                "symfony/framework-bundle": "self.version",
2928
                "symfony/http-foundation": "self.version",
2929
                "symfony/http-kernel": "self.version",
2930
                "symfony/intl": "self.version",
2931
                "symfony/ldap": "self.version",
2932
                "symfony/locale": "self.version",
2933
                "symfony/monolog-bridge": "self.version",
2934
                "symfony/options-resolver": "self.version",
2935
                "symfony/process": "self.version",
2936
                "symfony/property-access": "self.version",
2937
                "symfony/property-info": "self.version",
2938
                "symfony/proxy-manager-bridge": "self.version",
2939
                "symfony/routing": "self.version",
2940
                "symfony/security": "self.version",
2941
                "symfony/security-bundle": "self.version",
2942
                "symfony/security-core": "self.version",
2943
                "symfony/security-csrf": "self.version",
2944
                "symfony/security-guard": "self.version",
2945
                "symfony/security-http": "self.version",
2946
                "symfony/serializer": "self.version",
2947
                "symfony/stopwatch": "self.version",
2948
                "symfony/swiftmailer-bridge": "self.version",
2949
                "symfony/templating": "self.version",
2950
                "symfony/translation": "self.version",
2951
                "symfony/twig-bridge": "self.version",
2952
                "symfony/twig-bundle": "self.version",
2953
                "symfony/validator": "self.version",
2954
                "symfony/var-dumper": "self.version",
2955
                "symfony/web-profiler-bundle": "self.version",
2956
                "symfony/yaml": "self.version"
2957
            },
2958
            "require-dev": {
2959
                "doctrine/data-fixtures": "1.0.*",
2960
                "doctrine/dbal": "~2.4",
2961
                "doctrine/doctrine-bundle": "~1.2",
2962
                "doctrine/orm": "~2.4,>=2.4.5",
2963
                "egulias/email-validator": "~1.2,>=1.2.1",
2964
                "monolog/monolog": "~1.11",
2965
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
2966
                "phpdocumentor/reflection": "^1.0.7",
2967
                "symfony/phpunit-bridge": "~3.2"
2968
            },
2969
            "type": "library",
2970
            "extra": {
2971
                "branch-alias": {
2972
                    "dev-master": "2.8-dev"
2973
                }
2974
            },
2975
            "autoload": {
2976
                "psr-4": {
2977
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
2978
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
2979
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
2980
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
2981
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
2982
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
2983
                    "Symfony\\Component\\": "src/Symfony/Component/"
2984
                },
2985
                "classmap": [
2986
                    "src/Symfony/Component/Intl/Resources/stubs"
2987
                ],
2988
                "exclude-from-classmap": [
2989
                    "**/Tests/"
2990
                ]
2991
            },
2992
            "notification-url": "https://packagist.org/downloads/",
2993
            "license": [
2994
                "MIT"
2995
            ],
2996
            "authors": [
2997
                {
2998
                    "name": "Fabien Potencier",
2999
                    "email": "[email protected]"
3000
                },
3001
                {
3002
                    "name": "Symfony Community",
3003
                    "homepage": "https://symfony.com/contributors"
3004
                }
3005
            ],
3006
            "description": "The Symfony PHP framework",
3007
            "homepage": "https://symfony.com",
3008
            "keywords": [
3009
                "framework"
3010
            ],
3011
            "time": "2016-12-13T12:16:34+00:00"
3012
        },
3013
        {
3014
            "name": "twig/twig",
3015
            "version": "v1.30.0",
3016
            "source": {
3017
                "type": "git",
3018
                "url": "https://github.com/twigphp/Twig.git",
3019
                "reference": "c6ff71094fde15d12398eaba029434b013dc5e59"
3020
            },
3021
            "dist": {
3022
                "type": "zip",
3023
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/c6ff71094fde15d12398eaba029434b013dc5e59",
3024
                "reference": "c6ff71094fde15d12398eaba029434b013dc5e59",
3025
                "shasum": ""
3026
            },
3027
            "require": {
3028
                "php": ">=5.2.7"
3029
            },
3030
            "require-dev": {
3031
                "symfony/debug": "~2.7",
3032
                "symfony/phpunit-bridge": "~3.2@dev"
3033
            },
3034
            "type": "library",
3035
            "extra": {
3036
                "branch-alias": {
3037
                    "dev-master": "1.30-dev"
3038
                }
3039
            },
3040
            "autoload": {
3041
                "psr-0": {
3042
                    "Twig_": "lib/"
3043
                }
3044
            },
3045
            "notification-url": "https://packagist.org/downloads/",
3046
            "license": [
3047
                "BSD-3-Clause"
3048
            ],
3049
            "authors": [
3050
                {
3051
                    "name": "Fabien Potencier",
3052
                    "email": "[email protected]",
3053
                    "homepage": "http://fabien.potencier.org",
3054
                    "role": "Lead Developer"
3055
                },
3056
                {
3057
                    "name": "Armin Ronacher",
3058
                    "email": "[email protected]",
3059
                    "role": "Project Founder"
3060
                },
3061
                {
3062
                    "name": "Twig Team",
3063
                    "homepage": "http://twig.sensiolabs.org/contributors",
3064
                    "role": "Contributors"
3065
                }
3066
            ],
3067
            "description": "Twig, the flexible, fast, and secure template language for PHP",
3068
            "homepage": "http://twig.sensiolabs.org",
3069
            "keywords": [
3070
                "templating"
3071
            ],
3072
            "time": "2016-12-23T11:06:22+00:00"
3073
        },
3074
        {
3075
            "name": "yzalis/identicon",
3076
            "version": "dev-master",
3077
            "source": {
3078
                "type": "git",
3079
                "url": "https://github.com/yzalis/Identicon.git",
3080
                "reference": "75e65c04132756b432bd677edf45d2dd383ec173"
3081
            },
3082
            "dist": {
3083
                "type": "zip",
3084
                "url": "https://api.github.com/repos/yzalis/Identicon/zipball/75e65c04132756b432bd677edf45d2dd383ec173",
3085
                "reference": "75e65c04132756b432bd677edf45d2dd383ec173",
3086
                "shasum": ""
3087
            },
3088
            "require": {
3089
                "php": ">=5.5.0"
3090
            },
3091
            "require-dev": {
3092
                "ext-imagick": "*",
3093
                "fzaninotto/faker": "^1.2.0",
3094
                "phpunit/phpunit": "^4.0 || ^5.0"
3095
            },
3096
            "type": "library",
3097
            "extra": {
3098
                "branch-alias": {
3099
                    "dev-master": "1.1-dev"
3100
                }
3101
            },
3102
            "autoload": {
3103
                "psr-4": {
3104
                    "Identicon\\": "src/Identicon/"
3105
                }
3106
            },
3107
            "notification-url": "https://packagist.org/downloads/",
3108
            "license": [
3109
                "MIT"
3110
            ],
3111
            "authors": [
3112
                {
3113
                    "name": "Benjamin Laugueux",
3114
                    "email": "[email protected]"
3115
                }
3116
            ],
3117
            "description": "Create awesome unique avatar.",
3118
            "homepage": "http://identicon-php.org",
3119
            "keywords": [
3120
                "avatar",
3121
                "identicon",
3122
                "image"
3123
            ],
3124
            "time": "2016-09-21 15:08:10"
3125
        }
3126
    ],
3127
    "packages-dev": [
3128
        {
3129
            "name": "behat/behat",
3130
            "version": "v3.3.0",
3131
            "source": {
3132
                "type": "git",
3133
                "url": "https://github.com/Behat/Behat.git",
3134
                "reference": "15a3a1857457eaa29cdf41564a5e421effb09526"
3135
            },
3136
            "dist": {
3137
                "type": "zip",
3138
                "url": "https://api.github.com/repos/Behat/Behat/zipball/15a3a1857457eaa29cdf41564a5e421effb09526",
3139
                "reference": "15a3a1857457eaa29cdf41564a5e421effb09526",
3140
                "shasum": ""
3141
            },
3142
            "require": {
3143
                "behat/gherkin": "^4.4.4",
3144
                "behat/transliterator": "~1.0",
3145
                "container-interop/container-interop": "^1.1",
3146
                "ext-mbstring": "*",
3147
                "php": ">=5.3.3",
3148
                "symfony/class-loader": "~2.1||~3.0",
3149
                "symfony/config": "~2.3||~3.0",
3150
                "symfony/console": "~2.5||~3.0",
3151
                "symfony/dependency-injection": "~2.1||~3.0",
3152
                "symfony/event-dispatcher": "~2.1||~3.0",
3153
                "symfony/translation": "~2.3||~3.0",
3154
                "symfony/yaml": "~2.1||~3.0"
3155
            },
3156
            "require-dev": {
3157
                "herrera-io/box": "~1.6.1",
3158
                "phpunit/phpunit": "~4.5",
3159
                "symfony/process": "~2.5|~3.0"
3160
            },
3161
            "suggest": {
3162
                "behat/mink-extension": "for integration with Mink testing framework",
3163
                "behat/symfony2-extension": "for integration with Symfony2 web framework",
3164
                "behat/yii-extension": "for integration with Yii web framework"
3165
            },
3166
            "bin": [
3167
                "bin/behat"
3168
            ],
3169
            "type": "library",
3170
            "extra": {
3171
                "branch-alias": {
3172
                    "dev-master": "3.2.x-dev"
3173
                }
3174
            },
3175
            "autoload": {
3176
                "psr-0": {
3177
                    "Behat\\Behat": "src/",
3178
                    "Behat\\Testwork": "src/"
3179
                }
3180
            },
3181
            "notification-url": "https://packagist.org/downloads/",
3182
            "license": [
3183
                "MIT"
3184
            ],
3185
            "authors": [
3186
                {
3187
                    "name": "Konstantin Kudryashov",
3188
                    "email": "[email protected]",
3189
                    "homepage": "http://everzet.com"
3190
                }
3191
            ],
3192
            "description": "Scenario-oriented BDD framework for PHP 5.3",
3193
            "homepage": "http://behat.org/",
3194
            "keywords": [
3195
                "Agile",
3196
                "BDD",
3197
                "ScenarioBDD",
3198
                "Scrum",
3199
                "StoryBDD",
3200
                "User story",
3201
                "business",
3202
                "development",
3203
                "documentation",
3204
                "examples",
3205
                "symfony",
3206
                "testing"
3207
            ],
3208
            "time": "2016-12-25T13:43:52+00:00"
3209
        },
3210
        {
3211
            "name": "behat/gherkin",
3212
            "version": "v4.4.5",
3213
            "source": {
3214
                "type": "git",
3215
                "url": "https://github.com/Behat/Gherkin.git",
3216
                "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74"
3217
            },
3218
            "dist": {
3219
                "type": "zip",
3220
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/5c14cff4f955b17d20d088dec1bde61c0539ec74",
3221
                "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74",
3222
                "shasum": ""
3223
            },
3224
            "require": {
3225
                "php": ">=5.3.1"
3226
            },
3227
            "require-dev": {
3228
                "phpunit/phpunit": "~4.5|~5",
3229
                "symfony/phpunit-bridge": "~2.7|~3",
3230
                "symfony/yaml": "~2.3|~3"
3231
            },
3232
            "suggest": {
3233
                "symfony/yaml": "If you want to parse features, represented in YAML files"
3234
            },
3235
            "type": "library",
3236
            "extra": {
3237
                "branch-alias": {
3238
                    "dev-master": "4.4-dev"
3239
                }
3240
            },
3241
            "autoload": {
3242
                "psr-0": {
3243
                    "Behat\\Gherkin": "src/"
3244
                }
3245
            },
3246
            "notification-url": "https://packagist.org/downloads/",
3247
            "license": [
3248
                "MIT"
3249
            ],
3250
            "authors": [
3251
                {
3252
                    "name": "Konstantin Kudryashov",
3253
                    "email": "[email protected]",
3254
                    "homepage": "http://everzet.com"
3255
                }
3256
            ],
3257
            "description": "Gherkin DSL parser for PHP 5.3",
3258
            "homepage": "http://behat.org/",
3259
            "keywords": [
3260
                "BDD",
3261
                "Behat",
3262
                "Cucumber",
3263
                "DSL",
3264
                "gherkin",
3265
                "parser"
3266
            ],
3267
            "time": "2016-10-30T11:50:56+00:00"
3268
        },
3269
        {
3270
            "name": "behat/mink",
3271
            "version": "v1.7.1",
3272
            "source": {
3273
                "type": "git",
3274
                "url": "https://github.com/minkphp/Mink.git",
3275
                "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
3276
            },
3277
            "dist": {
3278
                "type": "zip",
3279
                "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
3280
                "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
3281
                "shasum": ""
3282
            },
3283
            "require": {
3284
                "php": ">=5.3.1",
3285
                "symfony/css-selector": "~2.1|~3.0"
3286
            },
3287
            "require-dev": {
3288
                "symfony/phpunit-bridge": "~2.7|~3.0"
3289
            },
3290
            "suggest": {
3291
                "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
3292
                "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
3293
                "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
3294
                "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
3295
            },
3296
            "type": "library",
3297
            "extra": {
3298
                "branch-alias": {
3299
                    "dev-master": "1.7.x-dev"
3300
                }
3301
            },
3302
            "autoload": {
3303
                "psr-4": {
3304
                    "Behat\\Mink\\": "src/"
3305
                }
3306
            },
3307
            "notification-url": "https://packagist.org/downloads/",
3308
            "license": [
3309
                "MIT"
3310
            ],
3311
            "authors": [
3312
                {
3313
                    "name": "Konstantin Kudryashov",
3314
                    "email": "[email protected]",
3315
                    "homepage": "http://everzet.com"
3316
                }
3317
            ],
3318
            "description": "Browser controller/emulator abstraction for PHP",
3319
            "homepage": "http://mink.behat.org/",
3320
            "keywords": [
3321
                "browser",
3322
                "testing",
3323
                "web"
3324
            ],
3325
            "time": "2016-03-05T08:26:18+00:00"
3326
        },
3327
        {
3328
            "name": "behat/mink-browserkit-driver",
3329
            "version": "v1.3.2",
3330
            "source": {
3331
                "type": "git",
3332
                "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
3333
                "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb"
3334
            },
3335
            "dist": {
3336
                "type": "zip",
3337
                "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb",
3338
                "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb",
3339
                "shasum": ""
3340
            },
3341
            "require": {
3342
                "behat/mink": "^1.7.1@dev",
3343
                "php": ">=5.3.6",
3344
                "symfony/browser-kit": "~2.3|~3.0",
3345
                "symfony/dom-crawler": "~2.3|~3.0"
3346
            },
3347
            "require-dev": {
3348
                "silex/silex": "~1.2",
3349
                "symfony/phpunit-bridge": "~2.7|~3.0"
3350
            },
3351
            "type": "mink-driver",
3352
            "extra": {
3353
                "branch-alias": {
3354
                    "dev-master": "1.3.x-dev"
3355
                }
3356
            },
3357
            "autoload": {
3358
                "psr-4": {
3359
                    "Behat\\Mink\\Driver\\": "src/"
3360
                }
3361
            },
3362
            "notification-url": "https://packagist.org/downloads/",
3363
            "license": [
3364
                "MIT"
3365
            ],
3366
            "authors": [
3367
                {
3368
                    "name": "Konstantin Kudryashov",
3369
                    "email": "[email protected]",
3370
                    "homepage": "http://everzet.com"
3371
                }
3372
            ],
3373
            "description": "Symfony2 BrowserKit driver for Mink framework",
3374
            "homepage": "http://mink.behat.org/",
3375
            "keywords": [
3376
                "Mink",
3377
                "Symfony2",
3378
                "browser",
3379
                "testing"
3380
            ],
3381
            "time": "2016-03-05T08:59:47+00:00"
3382
        },
3383
        {
3384
            "name": "behat/mink-extension",
3385
            "version": "v2.2",
3386
            "source": {
3387
                "type": "git",
3388
                "url": "https://github.com/Behat/MinkExtension.git",
3389
                "reference": "5b4bda64ff456104564317e212c823e45cad9d59"
3390
            },
3391
            "dist": {
3392
                "type": "zip",
3393
                "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/5b4bda64ff456104564317e212c823e45cad9d59",
3394
                "reference": "5b4bda64ff456104564317e212c823e45cad9d59",
3395
                "shasum": ""
3396
            },
3397
            "require": {
3398
                "behat/behat": "~3.0,>=3.0.5",
3399
                "behat/mink": "~1.5",
3400
                "php": ">=5.3.2",
3401
                "symfony/config": "~2.2|~3.0"
3402
            },
3403
            "require-dev": {
3404
                "behat/mink-goutte-driver": "~1.1",
3405
                "phpspec/phpspec": "~2.0"
3406
            },
3407
            "type": "behat-extension",
3408
            "extra": {
3409
                "branch-alias": {
3410
                    "dev-master": "2.1.x-dev"
3411
                }
3412
            },
3413
            "autoload": {
3414
                "psr-0": {
3415
                    "Behat\\MinkExtension": "src/"
3416
                }
3417
            },
3418
            "notification-url": "https://packagist.org/downloads/",
3419
            "license": [
3420
                "MIT"
3421
            ],
3422
            "authors": [
3423
                {
3424
                    "name": "Christophe Coevoet",
3425
                    "email": "[email protected]"
3426
                },
3427
                {
3428
                    "name": "Konstantin Kudryashov",
3429
                    "email": "[email protected]"
3430
                }
3431
            ],
3432
            "description": "Mink extension for Behat",
3433
            "homepage": "http://extensions.behat.org/mink",
3434
            "keywords": [
3435
                "browser",
3436
                "gui",
3437
                "test",
3438
                "web"
3439
            ],
3440
            "time": "2016-02-15T07:55:18+00:00"
3441
        },
3442
        {
3443
            "name": "behat/symfony2-extension",
3444
            "version": "dev-master",
3445
            "source": {
3446
                "type": "git",
3447
                "url": "https://github.com/Behat/Symfony2Extension.git",
3448
                "reference": "d78e54a70095c32123255c728c6680dc011e7aac"
3449
            },
3450
            "dist": {
3451
                "type": "zip",
3452
                "url": "https://api.github.com/repos/Behat/Symfony2Extension/zipball/d78e54a70095c32123255c728c6680dc011e7aac",
3453
                "reference": "d78e54a70095c32123255c728c6680dc011e7aac",
3454
                "shasum": ""
3455
            },
3456
            "require": {
3457
                "behat/behat": "~3.0,>=3.0.4",
3458
                "php": ">=5.3.3",
3459
                "symfony/framework-bundle": "~2.0|~3.0"
3460
            },
3461
            "require-dev": {
3462
                "behat/mink-browserkit-driver": "~1.0",
3463
                "behat/mink-extension": "~2.0",
3464
                "phpspec/phpspec": "~2.0",
3465
                "phpunit/phpunit": "~4.0",
3466
                "symfony/symfony": "~2.1|~3.0"
3467
            },
3468
            "type": "behat-extension",
3469
            "extra": {
3470
                "branch-alias": {
3471
                    "dev-master": "2.1.x-dev"
3472
                }
3473
            },
3474
            "autoload": {
3475
                "psr-0": {
3476
                    "Behat\\Symfony2Extension": "src/"
3477
                }
3478
            },
3479
            "notification-url": "https://packagist.org/downloads/",
3480
            "license": [
3481
                "MIT"
3482
            ],
3483
            "authors": [
3484
                {
3485
                    "name": "Christophe Coevoet",
3486
                    "email": "[email protected]"
3487
                },
3488
                {
3489
                    "name": "Konstantin Kudryashov",
3490
                    "email": "[email protected]"
3491
                }
3492
            ],
3493
            "description": "Symfony2 framework extension for Behat",
3494
            "homepage": "http://behat.org",
3495
            "keywords": [
3496
                "BDD",
3497
                "framework",
3498
                "symfony"
3499
            ],
3500
            "time": "2016-10-28 09:58:15"
3501
        },
3502
        {
3503
            "name": "behat/transliterator",
3504
            "version": "v1.1.0",
3505
            "source": {
3506
                "type": "git",
3507
                "url": "https://github.com/Behat/Transliterator.git",
3508
                "reference": "868e05be3a9f25ba6424c2dd4849567f50715003"
3509
            },
3510
            "dist": {
3511
                "type": "zip",
3512
                "url": "https://api.github.com/repos/Behat/Transliterator/zipball/868e05be3a9f25ba6424c2dd4849567f50715003",
3513
                "reference": "868e05be3a9f25ba6424c2dd4849567f50715003",
3514
                "shasum": ""
3515
            },
3516
            "require": {
3517
                "php": ">=5.3.3"
3518
            },
3519
            "type": "library",
3520
            "extra": {
3521
                "branch-alias": {
3522
                    "dev-master": "1.1-dev"
3523
                }
3524
            },
3525
            "autoload": {
3526
                "psr-0": {
3527
                    "Behat\\Transliterator": "src/"
3528
                }
3529
            },
3530
            "notification-url": "https://packagist.org/downloads/",
3531
            "license": [
3532
                "Artistic-1.0"
3533
            ],
3534
            "description": "String transliterator",
3535
            "keywords": [
3536
                "i18n",
3537
                "slug",
3538
                "transliterator"
3539
            ],
3540
            "time": "2015-09-28T16:26:35+00:00"
3541
        },
3542
        {
3543
            "name": "composer/ca-bundle",
3544
            "version": "1.0.6",
3545
            "source": {
3546
                "type": "git",
3547
                "url": "https://github.com/composer/ca-bundle.git",
3548
                "reference": "a795611394b3c05164fd0eb291b492b39339cba4"
3549
            },
3550
            "dist": {
3551
                "type": "zip",
3552
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/a795611394b3c05164fd0eb291b492b39339cba4",
3553
                "reference": "a795611394b3c05164fd0eb291b492b39339cba4",
3554
                "shasum": ""
3555
            },
3556
            "require": {
3557
                "ext-openssl": "*",
3558
                "ext-pcre": "*",
3559
                "php": "^5.3.2 || ^7.0"
3560
            },
3561
            "require-dev": {
3562
                "psr/log": "^1.0",
3563
                "symfony/process": "^2.5 || ^3.0"
3564
            },
3565
            "suggest": {
3566
                "symfony/process": "This is necessary to reliably check whether openssl_x509_parse is vulnerable on older php versions, but can be ignored on PHP 5.5.6+"
3567
            },
3568
            "type": "library",
3569
            "extra": {
3570
                "branch-alias": {
3571
                    "dev-master": "1.x-dev"
3572
                }
3573
            },
3574
            "autoload": {
3575
                "psr-4": {
3576
                    "Composer\\CaBundle\\": "src"
3577
                }
3578
            },
3579
            "notification-url": "https://packagist.org/downloads/",
3580
            "license": [
3581
                "MIT"
3582
            ],
3583
            "authors": [
3584
                {
3585
                    "name": "Jordi Boggiano",
3586
                    "email": "[email protected]",
3587
                    "homepage": "http://seld.be"
3588
                }
3589
            ],
3590
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
3591
            "keywords": [
3592
                "cabundle",
3593
                "cacert",
3594
                "certificate",
3595
                "ssl",
3596
                "tls"
3597
            ],
3598
            "time": "2016-11-02T18:11:27+00:00"
3599
        },
3600
        {
3601
            "name": "composer/composer",
3602
            "version": "dev-master",
3603
            "source": {
3604
                "type": "git",
3605
                "url": "https://github.com/composer/composer.git",
3606
                "reference": "65aa8451fcaf3379809e902ac3d4e21aa6143718"
3607
            },
3608
            "dist": {
3609
                "type": "zip",
3610
                "url": "https://api.github.com/repos/composer/composer/zipball/65aa8451fcaf3379809e902ac3d4e21aa6143718",
3611
                "reference": "65aa8451fcaf3379809e902ac3d4e21aa6143718",
3612
                "shasum": ""
3613
            },
3614
            "require": {
3615
                "composer/ca-bundle": "^1.0",
3616
                "composer/semver": "^1.0",
3617
                "composer/spdx-licenses": "^1.0",
3618
                "justinrainbow/json-schema": "^3.0 || ^4.0",
3619
                "php": "^5.3.2 || ^7.0",
3620
                "psr/log": "^1.0",
3621
                "seld/cli-prompt": "^1.0",
3622
                "seld/jsonlint": "^1.4",
3623
                "seld/phar-utils": "^1.0",
3624
                "symfony/console": "^2.7 || ^3.0",
3625
                "symfony/filesystem": "^2.7 || ^3.0",
3626
                "symfony/finder": "^2.7 || ^3.0",
3627
                "symfony/process": "^2.7 || ^3.0"
3628
            },
3629
            "require-dev": {
3630
                "phpunit/phpunit": "^4.5 || ^5.0.5",
3631
                "phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
3632
            },
3633
            "suggest": {
3634
                "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
3635
                "ext-zip": "Enabling the zip extension allows you to unzip archives",
3636
                "ext-zlib": "Allow gzip compression of HTTP requests"
3637
            },
3638
            "bin": [
3639
                "bin/composer"
3640
            ],
3641
            "type": "library",
3642
            "extra": {
3643
                "branch-alias": {
3644
                    "dev-master": "1.4-dev"
3645
                }
3646
            },
3647
            "autoload": {
3648
                "psr-4": {
3649
                    "Composer\\": "src/Composer"
3650
                }
3651
            },
3652
            "notification-url": "https://packagist.org/downloads/",
3653
            "license": [
3654
                "MIT"
3655
            ],
3656
            "authors": [
3657
                {
3658
                    "name": "Nils Adermann",
3659
                    "email": "[email protected]",
3660
                    "homepage": "http://www.naderman.de"
3661
                },
3662
                {
3663
                    "name": "Jordi Boggiano",
3664
                    "email": "[email protected]",
3665
                    "homepage": "http://seld.be"
3666
                }
3667
            ],
3668
            "description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.",
3669
            "homepage": "https://getcomposer.org/",
3670
            "keywords": [
3671
                "autoload",
3672
                "dependency",
3673
                "package"
3674
            ],
3675
            "time": "2017-01-03 12:14:04"
3676
        },
3677
        {
3678
            "name": "composer/semver",
3679
            "version": "1.4.2",
3680
            "source": {
3681
                "type": "git",
3682
                "url": "https://github.com/composer/semver.git",
3683
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
3684
            },
3685
            "dist": {
3686
                "type": "zip",
3687
                "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
3688
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
3689
                "shasum": ""
3690
            },
3691
            "require": {
3692
                "php": "^5.3.2 || ^7.0"
3693
            },
3694
            "require-dev": {
3695
                "phpunit/phpunit": "^4.5 || ^5.0.5",
3696
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
3697
            },
3698
            "type": "library",
3699
            "extra": {
3700
                "branch-alias": {
3701
                    "dev-master": "1.x-dev"
3702
                }
3703
            },
3704
            "autoload": {
3705
                "psr-4": {
3706
                    "Composer\\Semver\\": "src"
3707
                }
3708
            },
3709
            "notification-url": "https://packagist.org/downloads/",
3710
            "license": [
3711
                "MIT"
3712
            ],
3713
            "authors": [
3714
                {
3715
                    "name": "Nils Adermann",
3716
                    "email": "[email protected]",
3717
                    "homepage": "http://www.naderman.de"
3718
                },
3719
                {
3720
                    "name": "Jordi Boggiano",
3721
                    "email": "[email protected]",
3722
                    "homepage": "http://seld.be"
3723
                },
3724
                {
3725
                    "name": "Rob Bast",
3726
                    "email": "[email protected]",
3727
                    "homepage": "http://robbast.nl"
3728
                }
3729
            ],
3730
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
3731
            "keywords": [
3732
                "semantic",
3733
                "semver",
3734
                "validation",
3735
                "versioning"
3736
            ],
3737
            "time": "2016-08-30T16:08:34+00:00"
3738
        },
3739
        {
3740
            "name": "composer/spdx-licenses",
3741
            "version": "1.1.5",
3742
            "source": {
3743
                "type": "git",
3744
                "url": "https://github.com/composer/spdx-licenses.git",
3745
                "reference": "96c6a07b05b716e89a44529d060bc7f5c263cb13"
3746
            },
3747
            "dist": {
3748
                "type": "zip",
3749
                "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/96c6a07b05b716e89a44529d060bc7f5c263cb13",
3750
                "reference": "96c6a07b05b716e89a44529d060bc7f5c263cb13",
3751
                "shasum": ""
3752
            },
3753
            "require": {
3754
                "php": "^5.3.2 || ^7.0"
3755
            },
3756
            "require-dev": {
3757
                "phpunit/phpunit": "^4.5 || ^5.0.5",
3758
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
3759
            },
3760
            "type": "library",
3761
            "extra": {
3762
                "branch-alias": {
3763
                    "dev-master": "1.x-dev"
3764
                }
3765
            },
3766
            "autoload": {
3767
                "psr-4": {
3768
                    "Composer\\Spdx\\": "src"
3769
                }
3770
            },
3771
            "notification-url": "https://packagist.org/downloads/",
3772
            "license": [
3773
                "MIT"
3774
            ],
3775
            "authors": [
3776
                {
3777
                    "name": "Nils Adermann",
3778
                    "email": "[email protected]",
3779
                    "homepage": "http://www.naderman.de"
3780
                },
3781
                {
3782
                    "name": "Jordi Boggiano",
3783
                    "email": "[email protected]",
3784
                    "homepage": "http://seld.be"
3785
                },
3786
                {
3787
                    "name": "Rob Bast",
3788
                    "email": "[email protected]",
3789
                    "homepage": "http://robbast.nl"
3790
                }
3791
            ],
3792
            "description": "SPDX licenses list and validation library.",
3793
            "keywords": [
3794
                "license",
3795
                "spdx",
3796
                "validator"
3797
            ],
3798
            "time": "2016-09-28T07:17:45+00:00"
3799
        },
3800
        {
3801
            "name": "container-interop/container-interop",
3802
            "version": "1.1.0",
3803
            "source": {
3804
                "type": "git",
3805
                "url": "https://github.com/container-interop/container-interop.git",
3806
                "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e"
3807
            },
3808
            "dist": {
3809
                "type": "zip",
3810
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/fc08354828f8fd3245f77a66b9e23a6bca48297e",
3811
                "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e",
3812
                "shasum": ""
3813
            },
3814
            "type": "library",
3815
            "autoload": {
3816
                "psr-4": {
3817
                    "Interop\\Container\\": "src/Interop/Container/"
3818
                }
3819
            },
3820
            "notification-url": "https://packagist.org/downloads/",
3821
            "license": [
3822
                "MIT"
3823
            ],
3824
            "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
3825
            "time": "2014-12-30T15:22:37+00:00"
3826
        },
3827
        {
3828
            "name": "doctrine/instantiator",
3829
            "version": "1.0.5",
3830
            "source": {
3831
                "type": "git",
3832
                "url": "https://github.com/doctrine/instantiator.git",
3833
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
3834
            },
3835
            "dist": {
3836
                "type": "zip",
3837
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
3838
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
3839
                "shasum": ""
3840
            },
3841
            "require": {
3842
                "php": ">=5.3,<8.0-DEV"
3843
            },
3844
            "require-dev": {
3845
                "athletic/athletic": "~0.1.8",
3846
                "ext-pdo": "*",
3847
                "ext-phar": "*",
3848
                "phpunit/phpunit": "~4.0",
3849
                "squizlabs/php_codesniffer": "~2.0"
3850
            },
3851
            "type": "library",
3852
            "extra": {
3853
                "branch-alias": {
3854
                    "dev-master": "1.0.x-dev"
3855
                }
3856
            },
3857
            "autoload": {
3858
                "psr-4": {
3859
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
3860
                }
3861
            },
3862
            "notification-url": "https://packagist.org/downloads/",
3863
            "license": [
3864
                "MIT"
3865
            ],
3866
            "authors": [
3867
                {
3868
                    "name": "Marco Pivetta",
3869
                    "email": "[email protected]",
3870
                    "homepage": "http://ocramius.github.com/"
3871
                }
3872
            ],
3873
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
3874
            "homepage": "https://github.com/doctrine/instantiator",
3875
            "keywords": [
3876
                "constructor",
3877
                "instantiate"
3878
            ],
3879
            "time": "2015-06-14T21:17:01+00:00"
3880
        },
3881
        {
3882
            "name": "jdorn/sql-formatter",
3883
            "version": "v1.2.17",
3884
            "source": {
3885
                "type": "git",
3886
                "url": "https://github.com/jdorn/sql-formatter.git",
3887
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
3888
            },
3889
            "dist": {
3890
                "type": "zip",
3891
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
3892
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
3893
                "shasum": ""
3894
            },
3895
            "require": {
3896
                "php": ">=5.2.4"
3897
            },
3898
            "require-dev": {
3899
                "phpunit/phpunit": "3.7.*"
3900
            },
3901
            "type": "library",
3902
            "extra": {
3903
                "branch-alias": {
3904
                    "dev-master": "1.3.x-dev"
3905
                }
3906
            },
3907
            "autoload": {
3908
                "classmap": [
3909
                    "lib"
3910
                ]
3911
            },
3912
            "notification-url": "https://packagist.org/downloads/",
3913
            "license": [
3914
                "MIT"
3915
            ],
3916
            "authors": [
3917
                {
3918
                    "name": "Jeremy Dorn",
3919
                    "email": "[email protected]",
3920
                    "homepage": "http://jeremydorn.com/"
3921
                }
3922
            ],
3923
            "description": "a PHP SQL highlighting library",
3924
            "homepage": "https://github.com/jdorn/sql-formatter/",
3925
            "keywords": [
3926
                "highlight",
3927
                "sql"
3928
            ],
3929
            "time": "2014-01-12T16:20:24+00:00"
3930
        },
3931
        {
3932
            "name": "justinrainbow/json-schema",
3933
            "version": "4.1.0",
3934
            "source": {
3935
                "type": "git",
3936
                "url": "https://github.com/justinrainbow/json-schema.git",
3937
                "reference": "d39c56a46b3ebe1f3696479966cd2b9f50aaa24f"
3938
            },
3939
            "dist": {
3940
                "type": "zip",
3941
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/d39c56a46b3ebe1f3696479966cd2b9f50aaa24f",
3942
                "reference": "d39c56a46b3ebe1f3696479966cd2b9f50aaa24f",
3943
                "shasum": ""
3944
            },
3945
            "require": {
3946
                "php": ">=5.3.3"
3947
            },
3948
            "require-dev": {
3949
                "json-schema/json-schema-test-suite": "1.2.0",
3950
                "phpdocumentor/phpdocumentor": "~2",
3951
                "phpunit/phpunit": "^4.8.22"
3952
            },
3953
            "bin": [
3954
                "bin/validate-json"
3955
            ],
3956
            "type": "library",
3957
            "extra": {
3958
                "branch-alias": {
3959
                    "dev-master": "4.0.x-dev"
3960
                }
3961
            },
3962
            "autoload": {
3963
                "psr-4": {
3964
                    "JsonSchema\\": "src/JsonSchema/"
3965
                }
3966
            },
3967
            "notification-url": "https://packagist.org/downloads/",
3968
            "license": [
3969
                "MIT"
3970
            ],
3971
            "authors": [
3972
                {
3973
                    "name": "Bruno Prieto Reis",
3974
                    "email": "[email protected]"
3975
                },
3976
                {
3977
                    "name": "Justin Rainbow",
3978
                    "email": "[email protected]"
3979
                },
3980
                {
3981
                    "name": "Igor Wiedler",
3982
                    "email": "[email protected]"
3983
                },
3984
                {
3985
                    "name": "Robert Schönthal",
3986
                    "email": "[email protected]"
3987
                }
3988
            ],
3989
            "description": "A library to validate a json schema.",
3990
            "homepage": "https://github.com/justinrainbow/json-schema",
3991
            "keywords": [
3992
                "json",
3993
                "schema"
3994
            ],
3995
            "time": "2016-12-22T16:43:46+00:00"
3996
        },
3997
        {
3998
            "name": "phpdocumentor/reflection-common",
3999
            "version": "1.0",
4000
            "source": {
4001
                "type": "git",
4002
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
4003
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
4004
            },
4005
            "dist": {
4006
                "type": "zip",
4007
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
4008
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
4009
                "shasum": ""
4010
            },
4011
            "require": {
4012
                "php": ">=5.5"
4013
            },
4014
            "require-dev": {
4015
                "phpunit/phpunit": "^4.6"
4016
            },
4017
            "type": "library",
4018
            "extra": {
4019
                "branch-alias": {
4020
                    "dev-master": "1.0.x-dev"
4021
                }
4022
            },
4023
            "autoload": {
4024
                "psr-4": {
4025
                    "phpDocumentor\\Reflection\\": [
4026
                        "src"
4027
                    ]
4028
                }
4029
            },
4030
            "notification-url": "https://packagist.org/downloads/",
4031
            "license": [
4032
                "MIT"
4033
            ],
4034
            "authors": [
4035
                {
4036
                    "name": "Jaap van Otterdijk",
4037
                    "email": "[email protected]"
4038
                }
4039
            ],
4040
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
4041
            "homepage": "http://www.phpdoc.org",
4042
            "keywords": [
4043
                "FQSEN",
4044
                "phpDocumentor",
4045
                "phpdoc",
4046
                "reflection",
4047
                "static analysis"
4048
            ],
4049
            "time": "2015-12-27T11:43:31+00:00"
4050
        },
4051
        {
4052
            "name": "phpdocumentor/reflection-docblock",
4053
            "version": "3.1.1",
4054
            "source": {
4055
                "type": "git",
4056
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
4057
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
4058
            },
4059
            "dist": {
4060
                "type": "zip",
4061
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
4062
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
4063
                "shasum": ""
4064
            },
4065
            "require": {
4066
                "php": ">=5.5",
4067
                "phpdocumentor/reflection-common": "^1.0@dev",
4068
                "phpdocumentor/type-resolver": "^0.2.0",
4069
                "webmozart/assert": "^1.0"
4070
            },
4071
            "require-dev": {
4072
                "mockery/mockery": "^0.9.4",
4073
                "phpunit/phpunit": "^4.4"
4074
            },
4075
            "type": "library",
4076
            "autoload": {
4077
                "psr-4": {
4078
                    "phpDocumentor\\Reflection\\": [
4079
                        "src/"
4080
                    ]
4081
                }
4082
            },
4083
            "notification-url": "https://packagist.org/downloads/",
4084
            "license": [
4085
                "MIT"
4086
            ],
4087
            "authors": [
4088
                {
4089
                    "name": "Mike van Riel",
4090
                    "email": "[email protected]"
4091
                }
4092
            ],
4093
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
4094
            "time": "2016-09-30T07:12:33+00:00"
4095
        },
4096
        {
4097
            "name": "phpdocumentor/type-resolver",
4098
            "version": "0.2.1",
4099
            "source": {
4100
                "type": "git",
4101
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
4102
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
4103
            },
4104
            "dist": {
4105
                "type": "zip",
4106
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
4107
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
4108
                "shasum": ""
4109
            },
4110
            "require": {
4111
                "php": ">=5.5",
4112
                "phpdocumentor/reflection-common": "^1.0"
4113
            },
4114
            "require-dev": {
4115
                "mockery/mockery": "^0.9.4",
4116
                "phpunit/phpunit": "^5.2||^4.8.24"
4117
            },
4118
            "type": "library",
4119
            "extra": {
4120
                "branch-alias": {
4121
                    "dev-master": "1.0.x-dev"
4122
                }
4123
            },
4124
            "autoload": {
4125
                "psr-4": {
4126
                    "phpDocumentor\\Reflection\\": [
4127
                        "src/"
4128
                    ]
4129
                }
4130
            },
4131
            "notification-url": "https://packagist.org/downloads/",
4132
            "license": [
4133
                "MIT"
4134
            ],
4135
            "authors": [
4136
                {
4137
                    "name": "Mike van Riel",
4138
                    "email": "[email protected]"
4139
                }
4140
            ],
4141
            "time": "2016-11-25T06:54:22+00:00"
4142
        },
4143
        {
4144
            "name": "phpspec/prophecy",
4145
            "version": "v1.6.2",
4146
            "source": {
4147
                "type": "git",
4148
                "url": "https://github.com/phpspec/prophecy.git",
4149
                "reference": "6c52c2722f8460122f96f86346600e1077ce22cb"
4150
            },
4151
            "dist": {
4152
                "type": "zip",
4153
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/6c52c2722f8460122f96f86346600e1077ce22cb",
4154
                "reference": "6c52c2722f8460122f96f86346600e1077ce22cb",
4155
                "shasum": ""
4156
            },
4157
            "require": {
4158
                "doctrine/instantiator": "^1.0.2",
4159
                "php": "^5.3|^7.0",
4160
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
4161
                "sebastian/comparator": "^1.1",
4162
                "sebastian/recursion-context": "^1.0|^2.0"
4163
            },
4164
            "require-dev": {
4165
                "phpspec/phpspec": "^2.0",
4166
                "phpunit/phpunit": "^4.8 || ^5.6.5"
4167
            },
4168
            "type": "library",
4169
            "extra": {
4170
                "branch-alias": {
4171
                    "dev-master": "1.6.x-dev"
4172
                }
4173
            },
4174
            "autoload": {
4175
                "psr-0": {
4176
                    "Prophecy\\": "src/"
4177
                }
4178
            },
4179
            "notification-url": "https://packagist.org/downloads/",
4180
            "license": [
4181
                "MIT"
4182
            ],
4183
            "authors": [
4184
                {
4185
                    "name": "Konstantin Kudryashov",
4186
                    "email": "[email protected]",
4187
                    "homepage": "http://everzet.com"
4188
                },
4189
                {
4190
                    "name": "Marcello Duarte",
4191
                    "email": "[email protected]"
4192
                }
4193
            ],
4194
            "description": "Highly opinionated mocking framework for PHP 5.3+",
4195
            "homepage": "https://github.com/phpspec/prophecy",
4196
            "keywords": [
4197
                "Double",
4198
                "Dummy",
4199
                "fake",
4200
                "mock",
4201
                "spy",
4202
                "stub"
4203
            ],
4204
            "time": "2016-11-21T14:58:47+00:00"
4205
        },
4206
        {
4207
            "name": "phpunit/php-code-coverage",
4208
            "version": "2.2.4",
4209
            "source": {
4210
                "type": "git",
4211
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4212
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
4213
            },
4214
            "dist": {
4215
                "type": "zip",
4216
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
4217
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
4218
                "shasum": ""
4219
            },
4220
            "require": {
4221
                "php": ">=5.3.3",
4222
                "phpunit/php-file-iterator": "~1.3",
4223
                "phpunit/php-text-template": "~1.2",
4224
                "phpunit/php-token-stream": "~1.3",
4225
                "sebastian/environment": "^1.3.2",
4226
                "sebastian/version": "~1.0"
4227
            },
4228
            "require-dev": {
4229
                "ext-xdebug": ">=2.1.4",
4230
                "phpunit/phpunit": "~4"
4231
            },
4232
            "suggest": {
4233
                "ext-dom": "*",
4234
                "ext-xdebug": ">=2.2.1",
4235
                "ext-xmlwriter": "*"
4236
            },
4237
            "type": "library",
4238
            "extra": {
4239
                "branch-alias": {
4240
                    "dev-master": "2.2.x-dev"
4241
                }
4242
            },
4243
            "autoload": {
4244
                "classmap": [
4245
                    "src/"
4246
                ]
4247
            },
4248
            "notification-url": "https://packagist.org/downloads/",
4249
            "license": [
4250
                "BSD-3-Clause"
4251
            ],
4252
            "authors": [
4253
                {
4254
                    "name": "Sebastian Bergmann",
4255
                    "email": "[email protected]",
4256
                    "role": "lead"
4257
                }
4258
            ],
4259
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4260
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4261
            "keywords": [
4262
                "coverage",
4263
                "testing",
4264
                "xunit"
4265
            ],
4266
            "time": "2015-10-06T15:47:00+00:00"
4267
        },
4268
        {
4269
            "name": "phpunit/php-file-iterator",
4270
            "version": "1.4.2",
4271
            "source": {
4272
                "type": "git",
4273
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4274
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
4275
            },
4276
            "dist": {
4277
                "type": "zip",
4278
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
4279
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
4280
                "shasum": ""
4281
            },
4282
            "require": {
4283
                "php": ">=5.3.3"
4284
            },
4285
            "type": "library",
4286
            "extra": {
4287
                "branch-alias": {
4288
                    "dev-master": "1.4.x-dev"
4289
                }
4290
            },
4291
            "autoload": {
4292
                "classmap": [
4293
                    "src/"
4294
                ]
4295
            },
4296
            "notification-url": "https://packagist.org/downloads/",
4297
            "license": [
4298
                "BSD-3-Clause"
4299
            ],
4300
            "authors": [
4301
                {
4302
                    "name": "Sebastian Bergmann",
4303
                    "email": "[email protected]",
4304
                    "role": "lead"
4305
                }
4306
            ],
4307
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4308
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4309
            "keywords": [
4310
                "filesystem",
4311
                "iterator"
4312
            ],
4313
            "time": "2016-10-03T07:40:28+00:00"
4314
        },
4315
        {
4316
            "name": "phpunit/php-text-template",
4317
            "version": "1.2.1",
4318
            "source": {
4319
                "type": "git",
4320
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
4321
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4322
            },
4323
            "dist": {
4324
                "type": "zip",
4325
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4326
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4327
                "shasum": ""
4328
            },
4329
            "require": {
4330
                "php": ">=5.3.3"
4331
            },
4332
            "type": "library",
4333
            "autoload": {
4334
                "classmap": [
4335
                    "src/"
4336
                ]
4337
            },
4338
            "notification-url": "https://packagist.org/downloads/",
4339
            "license": [
4340
                "BSD-3-Clause"
4341
            ],
4342
            "authors": [
4343
                {
4344
                    "name": "Sebastian Bergmann",
4345
                    "email": "[email protected]",
4346
                    "role": "lead"
4347
                }
4348
            ],
4349
            "description": "Simple template engine.",
4350
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4351
            "keywords": [
4352
                "template"
4353
            ],
4354
            "time": "2015-06-21T13:50:34+00:00"
4355
        },
4356
        {
4357
            "name": "phpunit/php-timer",
4358
            "version": "1.0.8",
4359
            "source": {
4360
                "type": "git",
4361
                "url": "https://github.com/sebastianbergmann/php-timer.git",
4362
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
4363
            },
4364
            "dist": {
4365
                "type": "zip",
4366
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
4367
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
4368
                "shasum": ""
4369
            },
4370
            "require": {
4371
                "php": ">=5.3.3"
4372
            },
4373
            "require-dev": {
4374
                "phpunit/phpunit": "~4|~5"
4375
            },
4376
            "type": "library",
4377
            "autoload": {
4378
                "classmap": [
4379
                    "src/"
4380
                ]
4381
            },
4382
            "notification-url": "https://packagist.org/downloads/",
4383
            "license": [
4384
                "BSD-3-Clause"
4385
            ],
4386
            "authors": [
4387
                {
4388
                    "name": "Sebastian Bergmann",
4389
                    "email": "[email protected]",
4390
                    "role": "lead"
4391
                }
4392
            ],
4393
            "description": "Utility class for timing",
4394
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
4395
            "keywords": [
4396
                "timer"
4397
            ],
4398
            "time": "2016-05-12T18:03:57+00:00"
4399
        },
4400
        {
4401
            "name": "phpunit/php-token-stream",
4402
            "version": "1.4.9",
4403
            "source": {
4404
                "type": "git",
4405
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4406
                "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b"
4407
            },
4408
            "dist": {
4409
                "type": "zip",
4410
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3b402f65a4cc90abf6e1104e388b896ce209631b",
4411
                "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b",
4412
                "shasum": ""
4413
            },
4414
            "require": {
4415
                "ext-tokenizer": "*",
4416
                "php": ">=5.3.3"
4417
            },
4418
            "require-dev": {
4419
                "phpunit/phpunit": "~4.2"
4420
            },
4421
            "type": "library",
4422
            "extra": {
4423
                "branch-alias": {
4424
                    "dev-master": "1.4-dev"
4425
                }
4426
            },
4427
            "autoload": {
4428
                "classmap": [
4429
                    "src/"
4430
                ]
4431
            },
4432
            "notification-url": "https://packagist.org/downloads/",
4433
            "license": [
4434
                "BSD-3-Clause"
4435
            ],
4436
            "authors": [
4437
                {
4438
                    "name": "Sebastian Bergmann",
4439
                    "email": "[email protected]"
4440
                }
4441
            ],
4442
            "description": "Wrapper around PHP's tokenizer extension.",
4443
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4444
            "keywords": [
4445
                "tokenizer"
4446
            ],
4447
            "time": "2016-11-15T14:06:22+00:00"
4448
        },
4449
        {
4450
            "name": "phpunit/phpunit",
4451
            "version": "4.8.31",
4452
            "source": {
4453
                "type": "git",
4454
                "url": "https://github.com/sebastianbergmann/phpunit.git",
4455
                "reference": "98b2b39a520766bec663ff5b7ff1b729db9dbfe3"
4456
            },
4457
            "dist": {
4458
                "type": "zip",
4459
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/98b2b39a520766bec663ff5b7ff1b729db9dbfe3",
4460
                "reference": "98b2b39a520766bec663ff5b7ff1b729db9dbfe3",
4461
                "shasum": ""
4462
            },
4463
            "require": {
4464
                "ext-dom": "*",
4465
                "ext-json": "*",
4466
                "ext-pcre": "*",
4467
                "ext-reflection": "*",
4468
                "ext-spl": "*",
4469
                "php": ">=5.3.3",
4470
                "phpspec/prophecy": "^1.3.1",
4471
                "phpunit/php-code-coverage": "~2.1",
4472
                "phpunit/php-file-iterator": "~1.4",
4473
                "phpunit/php-text-template": "~1.2",
4474
                "phpunit/php-timer": "^1.0.6",
4475
                "phpunit/phpunit-mock-objects": "~2.3",
4476
                "sebastian/comparator": "~1.2.2",
4477
                "sebastian/diff": "~1.2",
4478
                "sebastian/environment": "~1.3",
4479
                "sebastian/exporter": "~1.2",
4480
                "sebastian/global-state": "~1.0",
4481
                "sebastian/version": "~1.0",
4482
                "symfony/yaml": "~2.1|~3.0"
4483
            },
4484
            "suggest": {
4485
                "phpunit/php-invoker": "~1.1"
4486
            },
4487
            "bin": [
4488
                "phpunit"
4489
            ],
4490
            "type": "library",
4491
            "extra": {
4492
                "branch-alias": {
4493
                    "dev-master": "4.8.x-dev"
4494
                }
4495
            },
4496
            "autoload": {
4497
                "classmap": [
4498
                    "src/"
4499
                ]
4500
            },
4501
            "notification-url": "https://packagist.org/downloads/",
4502
            "license": [
4503
                "BSD-3-Clause"
4504
            ],
4505
            "authors": [
4506
                {
4507
                    "name": "Sebastian Bergmann",
4508
                    "email": "[email protected]",
4509
                    "role": "lead"
4510
                }
4511
            ],
4512
            "description": "The PHP Unit Testing framework.",
4513
            "homepage": "https://phpunit.de/",
4514
            "keywords": [
4515
                "phpunit",
4516
                "testing",
4517
                "xunit"
4518
            ],
4519
            "time": "2016-12-09T02:45:31+00:00"
4520
        },
4521
        {
4522
            "name": "phpunit/phpunit-mock-objects",
4523
            "version": "2.3.8",
4524
            "source": {
4525
                "type": "git",
4526
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
4527
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
4528
            },
4529
            "dist": {
4530
                "type": "zip",
4531
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
4532
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
4533
                "shasum": ""
4534
            },
4535
            "require": {
4536
                "doctrine/instantiator": "^1.0.2",
4537
                "php": ">=5.3.3",
4538
                "phpunit/php-text-template": "~1.2",
4539
                "sebastian/exporter": "~1.2"
4540
            },
4541
            "require-dev": {
4542
                "phpunit/phpunit": "~4.4"
4543
            },
4544
            "suggest": {
4545
                "ext-soap": "*"
4546
            },
4547
            "type": "library",
4548
            "extra": {
4549
                "branch-alias": {
4550
                    "dev-master": "2.3.x-dev"
4551
                }
4552
            },
4553
            "autoload": {
4554
                "classmap": [
4555
                    "src/"
4556
                ]
4557
            },
4558
            "notification-url": "https://packagist.org/downloads/",
4559
            "license": [
4560
                "BSD-3-Clause"
4561
            ],
4562
            "authors": [
4563
                {
4564
                    "name": "Sebastian Bergmann",
4565
                    "email": "[email protected]",
4566
                    "role": "lead"
4567
                }
4568
            ],
4569
            "description": "Mock Object library for PHPUnit",
4570
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
4571
            "keywords": [
4572
                "mock",
4573
                "xunit"
4574
            ],
4575
            "time": "2015-10-02T06:51:40+00:00"
4576
        },
4577
        {
4578
            "name": "sebastian/comparator",
4579
            "version": "1.2.2",
4580
            "source": {
4581
                "type": "git",
4582
                "url": "https://github.com/sebastianbergmann/comparator.git",
4583
                "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f"
4584
            },
4585
            "dist": {
4586
                "type": "zip",
4587
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/6a1ed12e8b2409076ab22e3897126211ff8b1f7f",
4588
                "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f",
4589
                "shasum": ""
4590
            },
4591
            "require": {
4592
                "php": ">=5.3.3",
4593
                "sebastian/diff": "~1.2",
4594
                "sebastian/exporter": "~1.2 || ~2.0"
4595
            },
4596
            "require-dev": {
4597
                "phpunit/phpunit": "~4.4"
4598
            },
4599
            "type": "library",
4600
            "extra": {
4601
                "branch-alias": {
4602
                    "dev-master": "1.2.x-dev"
4603
                }
4604
            },
4605
            "autoload": {
4606
                "classmap": [
4607
                    "src/"
4608
                ]
4609
            },
4610
            "notification-url": "https://packagist.org/downloads/",
4611
            "license": [
4612
                "BSD-3-Clause"
4613
            ],
4614
            "authors": [
4615
                {
4616
                    "name": "Jeff Welch",
4617
                    "email": "[email protected]"
4618
                },
4619
                {
4620
                    "name": "Volker Dusch",
4621
                    "email": "[email protected]"
4622
                },
4623
                {
4624
                    "name": "Bernhard Schussek",
4625
                    "email": "[email protected]"
4626
                },
4627
                {
4628
                    "name": "Sebastian Bergmann",
4629
                    "email": "[email protected]"
4630
                }
4631
            ],
4632
            "description": "Provides the functionality to compare PHP values for equality",
4633
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
4634
            "keywords": [
4635
                "comparator",
4636
                "compare",
4637
                "equality"
4638
            ],
4639
            "time": "2016-11-19T09:18:40+00:00"
4640
        },
4641
        {
4642
            "name": "sebastian/diff",
4643
            "version": "1.4.1",
4644
            "source": {
4645
                "type": "git",
4646
                "url": "https://github.com/sebastianbergmann/diff.git",
4647
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
4648
            },
4649
            "dist": {
4650
                "type": "zip",
4651
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
4652
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
4653
                "shasum": ""
4654
            },
4655
            "require": {
4656
                "php": ">=5.3.3"
4657
            },
4658
            "require-dev": {
4659
                "phpunit/phpunit": "~4.8"
4660
            },
4661
            "type": "library",
4662
            "extra": {
4663
                "branch-alias": {
4664
                    "dev-master": "1.4-dev"
4665
                }
4666
            },
4667
            "autoload": {
4668
                "classmap": [
4669
                    "src/"
4670
                ]
4671
            },
4672
            "notification-url": "https://packagist.org/downloads/",
4673
            "license": [
4674
                "BSD-3-Clause"
4675
            ],
4676
            "authors": [
4677
                {
4678
                    "name": "Kore Nordmann",
4679
                    "email": "[email protected]"
4680
                },
4681
                {
4682
                    "name": "Sebastian Bergmann",
4683
                    "email": "[email protected]"
4684
                }
4685
            ],
4686
            "description": "Diff implementation",
4687
            "homepage": "https://github.com/sebastianbergmann/diff",
4688
            "keywords": [
4689
                "diff"
4690
            ],
4691
            "time": "2015-12-08T07:14:41+00:00"
4692
        },
4693
        {
4694
            "name": "sebastian/environment",
4695
            "version": "1.3.8",
4696
            "source": {
4697
                "type": "git",
4698
                "url": "https://github.com/sebastianbergmann/environment.git",
4699
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
4700
            },
4701
            "dist": {
4702
                "type": "zip",
4703
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
4704
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
4705
                "shasum": ""
4706
            },
4707
            "require": {
4708
                "php": "^5.3.3 || ^7.0"
4709
            },
4710
            "require-dev": {
4711
                "phpunit/phpunit": "^4.8 || ^5.0"
4712
            },
4713
            "type": "library",
4714
            "extra": {
4715
                "branch-alias": {
4716
                    "dev-master": "1.3.x-dev"
4717
                }
4718
            },
4719
            "autoload": {
4720
                "classmap": [
4721
                    "src/"
4722
                ]
4723
            },
4724
            "notification-url": "https://packagist.org/downloads/",
4725
            "license": [
4726
                "BSD-3-Clause"
4727
            ],
4728
            "authors": [
4729
                {
4730
                    "name": "Sebastian Bergmann",
4731
                    "email": "[email protected]"
4732
                }
4733
            ],
4734
            "description": "Provides functionality to handle HHVM/PHP environments",
4735
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4736
            "keywords": [
4737
                "Xdebug",
4738
                "environment",
4739
                "hhvm"
4740
            ],
4741
            "time": "2016-08-18T05:49:44+00:00"
4742
        },
4743
        {
4744
            "name": "sebastian/exporter",
4745
            "version": "1.2.2",
4746
            "source": {
4747
                "type": "git",
4748
                "url": "https://github.com/sebastianbergmann/exporter.git",
4749
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
4750
            },
4751
            "dist": {
4752
                "type": "zip",
4753
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
4754
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
4755
                "shasum": ""
4756
            },
4757
            "require": {
4758
                "php": ">=5.3.3",
4759
                "sebastian/recursion-context": "~1.0"
4760
            },
4761
            "require-dev": {
4762
                "ext-mbstring": "*",
4763
                "phpunit/phpunit": "~4.4"
4764
            },
4765
            "type": "library",
4766
            "extra": {
4767
                "branch-alias": {
4768
                    "dev-master": "1.3.x-dev"
4769
                }
4770
            },
4771
            "autoload": {
4772
                "classmap": [
4773
                    "src/"
4774
                ]
4775
            },
4776
            "notification-url": "https://packagist.org/downloads/",
4777
            "license": [
4778
                "BSD-3-Clause"
4779
            ],
4780
            "authors": [
4781
                {
4782
                    "name": "Jeff Welch",
4783
                    "email": "[email protected]"
4784
                },
4785
                {
4786
                    "name": "Volker Dusch",
4787
                    "email": "[email protected]"
4788
                },
4789
                {
4790
                    "name": "Bernhard Schussek",
4791
                    "email": "[email protected]"
4792
                },
4793
                {
4794
                    "name": "Sebastian Bergmann",
4795
                    "email": "[email protected]"
4796
                },
4797
                {
4798
                    "name": "Adam Harvey",
4799
                    "email": "[email protected]"
4800
                }
4801
            ],
4802
            "description": "Provides the functionality to export PHP variables for visualization",
4803
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4804
            "keywords": [
4805
                "export",
4806
                "exporter"
4807
            ],
4808
            "time": "2016-06-17T09:04:28+00:00"
4809
        },
4810
        {
4811
            "name": "sebastian/global-state",
4812
            "version": "1.1.1",
4813
            "source": {
4814
                "type": "git",
4815
                "url": "https://github.com/sebastianbergmann/global-state.git",
4816
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
4817
            },
4818
            "dist": {
4819
                "type": "zip",
4820
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
4821
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
4822
                "shasum": ""
4823
            },
4824
            "require": {
4825
                "php": ">=5.3.3"
4826
            },
4827
            "require-dev": {
4828
                "phpunit/phpunit": "~4.2"
4829
            },
4830
            "suggest": {
4831
                "ext-uopz": "*"
4832
            },
4833
            "type": "library",
4834
            "extra": {
4835
                "branch-alias": {
4836
                    "dev-master": "1.0-dev"
4837
                }
4838
            },
4839
            "autoload": {
4840
                "classmap": [
4841
                    "src/"
4842
                ]
4843
            },
4844
            "notification-url": "https://packagist.org/downloads/",
4845
            "license": [
4846
                "BSD-3-Clause"
4847
            ],
4848
            "authors": [
4849
                {
4850
                    "name": "Sebastian Bergmann",
4851
                    "email": "[email protected]"
4852
                }
4853
            ],
4854
            "description": "Snapshotting of global state",
4855
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4856
            "keywords": [
4857
                "global state"
4858
            ],
4859
            "time": "2015-10-12T03:26:01+00:00"
4860
        },
4861
        {
4862
            "name": "sebastian/recursion-context",
4863
            "version": "1.0.2",
4864
            "source": {
4865
                "type": "git",
4866
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4867
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
4868
            },
4869
            "dist": {
4870
                "type": "zip",
4871
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
4872
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
4873
                "shasum": ""
4874
            },
4875
            "require": {
4876
                "php": ">=5.3.3"
4877
            },
4878
            "require-dev": {
4879
                "phpunit/phpunit": "~4.4"
4880
            },
4881
            "type": "library",
4882
            "extra": {
4883
                "branch-alias": {
4884
                    "dev-master": "1.0.x-dev"
4885
                }
4886
            },
4887
            "autoload": {
4888
                "classmap": [
4889
                    "src/"
4890
                ]
4891
            },
4892
            "notification-url": "https://packagist.org/downloads/",
4893
            "license": [
4894
                "BSD-3-Clause"
4895
            ],
4896
            "authors": [
4897
                {
4898
                    "name": "Jeff Welch",
4899
                    "email": "[email protected]"
4900
                },
4901
                {
4902
                    "name": "Sebastian Bergmann",
4903
                    "email": "[email protected]"
4904
                },
4905
                {
4906
                    "name": "Adam Harvey",
4907
                    "email": "[email protected]"
4908
                }
4909
            ],
4910
            "description": "Provides functionality to recursively process PHP variables",
4911
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4912
            "time": "2015-11-11T19:50:13+00:00"
4913
        },
4914
        {
4915
            "name": "sebastian/version",
4916
            "version": "1.0.6",
4917
            "source": {
4918
                "type": "git",
4919
                "url": "https://github.com/sebastianbergmann/version.git",
4920
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
4921
            },
4922
            "dist": {
4923
                "type": "zip",
4924
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4925
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4926
                "shasum": ""
4927
            },
4928
            "type": "library",
4929
            "autoload": {
4930
                "classmap": [
4931
                    "src/"
4932
                ]
4933
            },
4934
            "notification-url": "https://packagist.org/downloads/",
4935
            "license": [
4936
                "BSD-3-Clause"
4937
            ],
4938
            "authors": [
4939
                {
4940
                    "name": "Sebastian Bergmann",
4941
                    "email": "[email protected]",
4942
                    "role": "lead"
4943
                }
4944
            ],
4945
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4946
            "homepage": "https://github.com/sebastianbergmann/version",
4947
            "time": "2015-06-21T13:59:46+00:00"
4948
        },
4949
        {
4950
            "name": "seld/cli-prompt",
4951
            "version": "1.0.2",
4952
            "source": {
4953
                "type": "git",
4954
                "url": "https://github.com/Seldaek/cli-prompt.git",
4955
                "reference": "8cbe10923cae5bcd7c5a713f6703fc4727c8c1b4"
4956
            },
4957
            "dist": {
4958
                "type": "zip",
4959
                "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/8cbe10923cae5bcd7c5a713f6703fc4727c8c1b4",
4960
                "reference": "8cbe10923cae5bcd7c5a713f6703fc4727c8c1b4",
4961
                "shasum": ""
4962
            },
4963
            "require": {
4964
                "php": ">=5.3"
4965
            },
4966
            "type": "library",
4967
            "extra": {
4968
                "branch-alias": {
4969
                    "dev-master": "1.x-dev"
4970
                }
4971
            },
4972
            "autoload": {
4973
                "psr-4": {
4974
                    "Seld\\CliPrompt\\": "src/"
4975
                }
4976
            },
4977
            "notification-url": "https://packagist.org/downloads/",
4978
            "license": [
4979
                "MIT"
4980
            ],
4981
            "authors": [
4982
                {
4983
                    "name": "Jordi Boggiano",
4984
                    "email": "[email protected]"
4985
                }
4986
            ],
4987
            "description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type",
4988
            "keywords": [
4989
                "cli",
4990
                "console",
4991
                "hidden",
4992
                "input",
4993
                "prompt"
4994
            ],
4995
            "time": "2016-04-18T09:31:41+00:00"
4996
        },
4997
        {
4998
            "name": "seld/jsonlint",
4999
            "version": "1.5.0",
5000
            "source": {
5001
                "type": "git",
5002
                "url": "https://github.com/Seldaek/jsonlint.git",
5003
                "reference": "19495c181d6d53a0a13414154e52817e3b504189"
5004
            },
5005
            "dist": {
5006
                "type": "zip",
5007
                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/19495c181d6d53a0a13414154e52817e3b504189",
5008
                "reference": "19495c181d6d53a0a13414154e52817e3b504189",
5009
                "shasum": ""
5010
            },
5011
            "require": {
5012
                "php": "^5.3 || ^7.0"
5013
            },
5014
            "bin": [
5015
                "bin/jsonlint"
5016
            ],
5017
            "type": "library",
5018
            "autoload": {
5019
                "psr-4": {
5020
                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
5021
                }
5022
            },
5023
            "notification-url": "https://packagist.org/downloads/",
5024
            "license": [
5025
                "MIT"
5026
            ],
5027
            "authors": [
5028
                {
5029
                    "name": "Jordi Boggiano",
5030
                    "email": "[email protected]",
5031
                    "homepage": "http://seld.be"
5032
                }
5033
            ],
5034
            "description": "JSON Linter",
5035
            "keywords": [
5036
                "json",
5037
                "linter",
5038
                "parser",
5039
                "validator"
5040
            ],
5041
            "time": "2016-11-14T17:59:58+00:00"
5042
        },
5043
        {
5044
            "name": "seld/phar-utils",
5045
            "version": "1.0.1",
5046
            "source": {
5047
                "type": "git",
5048
                "url": "https://github.com/Seldaek/phar-utils.git",
5049
                "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a"
5050
            },
5051
            "dist": {
5052
                "type": "zip",
5053
                "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a",
5054
                "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a",
5055
                "shasum": ""
5056
            },
5057
            "require": {
5058
                "php": ">=5.3"
5059
            },
5060
            "type": "library",
5061
            "extra": {
5062
                "branch-alias": {
5063
                    "dev-master": "1.x-dev"
5064
                }
5065
            },
5066
            "autoload": {
5067
                "psr-4": {
5068
                    "Seld\\PharUtils\\": "src/"
5069
                }
5070
            },
5071
            "notification-url": "https://packagist.org/downloads/",
5072
            "license": [
5073
                "MIT"
5074
            ],
5075
            "authors": [
5076
                {
5077
                    "name": "Jordi Boggiano",
5078
                    "email": "[email protected]"
5079
                }
5080
            ],
5081
            "description": "PHAR file format utilities, for when PHP phars you up",
5082
            "keywords": [
5083
                "phra"
5084
            ],
5085
            "time": "2015-10-13T18:44:15+00:00"
5086
        },
5087
        {
5088
            "name": "sensio/distribution-bundle",
5089
            "version": "v3.0.36",
5090
            "target-dir": "Sensio/Bundle/DistributionBundle",
5091
            "source": {
5092
                "type": "git",
5093
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
5094
                "reference": "964a56e855acac38d4a81920b3a86543f7e8492f"
5095
            },
5096
            "dist": {
5097
                "type": "zip",
5098
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/964a56e855acac38d4a81920b3a86543f7e8492f",
5099
                "reference": "964a56e855acac38d4a81920b3a86543f7e8492f",
5100
                "shasum": ""
5101
            },
5102
            "require": {
5103
                "php": ">=5.3.3",
5104
                "sensiolabs/security-checker": "~3.0",
5105
                "symfony/class-loader": "~2.2",
5106
                "symfony/framework-bundle": "~2.3",
5107
                "symfony/process": "~2.2"
5108
            },
5109
            "require-dev": {
5110
                "symfony/form": "~2.2",
5111
                "symfony/validator": "~2.2",
5112
                "symfony/yaml": "~2.2"
5113
            },
5114
            "suggest": {
5115
                "symfony/form": "If you want to use the configurator",
5116
                "symfony/validator": "If you want to use the configurator",
5117
                "symfony/yaml": "If you want to use  the configurator"
5118
            },
5119
            "type": "symfony-bundle",
5120
            "extra": {
5121
                "branch-alias": {
5122
                    "dev-master": "3.0.x-dev"
5123
                }
5124
            },
5125
            "autoload": {
5126
                "psr-0": {
5127
                    "Sensio\\Bundle\\DistributionBundle": ""
5128
                }
5129
            },
5130
            "notification-url": "https://packagist.org/downloads/",
5131
            "license": [
5132
                "MIT"
5133
            ],
5134
            "authors": [
5135
                {
5136
                    "name": "Fabien Potencier",
5137
                    "email": "[email protected]"
5138
                }
5139
            ],
5140
            "description": "Base bundle for Symfony Distributions",
5141
            "keywords": [
5142
                "configuration",
5143
                "distribution"
5144
            ],
5145
            "time": "2016-04-25T20:46:43+00:00"
5146
        },
5147
        {
5148
            "name": "sensiolabs/security-checker",
5149
            "version": "v3.0.2",
5150
            "source": {
5151
                "type": "git",
5152
                "url": "https://github.com/sensiolabs/security-checker.git",
5153
                "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93"
5154
            },
5155
            "dist": {
5156
                "type": "zip",
5157
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/21696b0daa731064c23cfb694c60a2584a7b6e93",
5158
                "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93",
5159
                "shasum": ""
5160
            },
5161
            "require": {
5162
                "symfony/console": "~2.0|~3.0"
5163
            },
5164
            "bin": [
5165
                "security-checker"
5166
            ],
5167
            "type": "library",
5168
            "extra": {
5169
                "branch-alias": {
5170
                    "dev-master": "3.0-dev"
5171
                }
5172
            },
5173
            "autoload": {
5174
                "psr-0": {
5175
                    "SensioLabs\\Security": ""
5176
                }
5177
            },
5178
            "notification-url": "https://packagist.org/downloads/",
5179
            "license": [
5180
                "MIT"
5181
            ],
5182
            "authors": [
5183
                {
5184
                    "name": "Fabien Potencier",
5185
                    "email": "[email protected]"
5186
                }
5187
            ],
5188
            "description": "A security checker for your composer.lock",
5189
            "time": "2015-11-07T08:07:40+00:00"
5190
        },
5191
        {
5192
            "name": "webmozart/assert",
5193
            "version": "1.2.0",
5194
            "source": {
5195
                "type": "git",
5196
                "url": "https://github.com/webmozart/assert.git",
5197
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
5198
            },
5199
            "dist": {
5200
                "type": "zip",
5201
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
5202
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
5203
                "shasum": ""
5204
            },
5205
            "require": {
5206
                "php": "^5.3.3 || ^7.0"
5207
            },
5208
            "require-dev": {
5209
                "phpunit/phpunit": "^4.6",
5210
                "sebastian/version": "^1.0.1"
5211
            },
5212
            "type": "library",
5213
            "extra": {
5214
                "branch-alias": {
5215
                    "dev-master": "1.3-dev"
5216
                }
5217
            },
5218
            "autoload": {
5219
                "psr-4": {
5220
                    "Webmozart\\Assert\\": "src/"
5221
                }
5222
            },
5223
            "notification-url": "https://packagist.org/downloads/",
5224
            "license": [
5225
                "MIT"
5226
            ],
5227
            "authors": [
5228
                {
5229
                    "name": "Bernhard Schussek",
5230
                    "email": "[email protected]"
5231
                }
5232
            ],
5233
            "description": "Assertions to validate method input/output with nice error messages.",
5234
            "keywords": [
5235
                "assert",
5236
                "check",
5237
                "validate"
5238
            ],
5239
            "time": "2016-11-23T20:04:58+00:00"
5240
        }
5241
    ],
5242
    "aliases": [],
5243
    "minimum-stability": "stable",
5244
    "stability-flags": {
5245
        "select2/select2": 20,
5246
        "yzalis/identicon": 20,
5247
        "behat/symfony2-extension": 20,
5248
        "composer/composer": 20
5249
    },
5250
    "prefer-stable": false,
5251
    "prefer-lowest": false,
5252
    "platform": {
5253
        "php": ">=5.4.0",
5254
        "ext-gd": "*"
5255
    },
5256
    "platform-dev": {
5257
        "php": ">=5.5.0"
5258
    }
5259
}
5260