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