Completed
Push — master ( d3b38e...70fe6c )
by Vladimir
05:42
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": "78f0dbb1698ae49c4c937975df0c3933",
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",
0 ignored issues
show
There is a security advisory for your installed version of erusev/parsedown:

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