Passed
Push — analysis-q5R5Gj ( 10b4a2 )
by Greg
12:03 queued 04:44
created

composer.lock (1 issue)

Severity
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#installing-dependencies",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "bc5b811a3ebdac2dba8a4d8e3a26d35e",
8
    "packages": [
9
        {
10
            "name": "doctrine/cache",
11
            "version": "v1.8.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/doctrine/cache.git",
15
                "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57",
20
                "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": "~7.1"
25
            },
26
            "conflict": {
27
                "doctrine/common": ">2.2,<2.4"
28
            },
29
            "require-dev": {
30
                "alcaeus/mongo-php-adapter": "^1.1",
31
                "doctrine/coding-standard": "^4.0",
32
                "mongodb/mongodb": "^1.1",
33
                "phpunit/phpunit": "^7.0",
34
                "predis/predis": "~1.0"
35
            },
36
            "suggest": {
37
                "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
38
            },
39
            "type": "library",
40
            "extra": {
41
                "branch-alias": {
42
                    "dev-master": "1.8.x-dev"
43
                }
44
            },
45
            "autoload": {
46
                "psr-4": {
47
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
48
                }
49
            },
50
            "notification-url": "https://packagist.org/downloads/",
51
            "license": [
52
                "MIT"
53
            ],
54
            "authors": [
55
                {
56
                    "name": "Roman Borschel",
57
                    "email": "[email protected]"
58
                },
59
                {
60
                    "name": "Benjamin Eberlei",
61
                    "email": "[email protected]"
62
                },
63
                {
64
                    "name": "Guilherme Blanco",
65
                    "email": "[email protected]"
66
                },
67
                {
68
                    "name": "Jonathan Wage",
69
                    "email": "[email protected]"
70
                },
71
                {
72
                    "name": "Johannes Schmitt",
73
                    "email": "[email protected]"
74
                }
75
            ],
76
            "description": "Caching library offering an object-oriented API for many cache backends",
77
            "homepage": "https://www.doctrine-project.org",
78
            "keywords": [
79
                "cache",
80
                "caching"
81
            ],
82
            "time": "2018-08-21T18:01:43+00:00"
83
        },
84
        {
85
            "name": "doctrine/dbal",
86
            "version": "v2.9.1",
87
            "source": {
88
                "type": "git",
89
                "url": "https://github.com/doctrine/dbal.git",
90
                "reference": "ec74d6e300d78fbc896669c3ca57ef9719adc9c6"
91
            },
92
            "dist": {
93
                "type": "zip",
94
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/ec74d6e300d78fbc896669c3ca57ef9719adc9c6",
95
                "reference": "ec74d6e300d78fbc896669c3ca57ef9719adc9c6",
96
                "shasum": ""
97
            },
98
            "require": {
99
                "doctrine/cache": "^1.0",
100
                "doctrine/event-manager": "^1.0",
101
                "ext-pdo": "*",
102
                "php": "^7.1"
103
            },
104
            "require-dev": {
105
                "doctrine/coding-standard": "^5.0",
106
                "jetbrains/phpstorm-stubs": "^2018.1.2",
107
                "phpstan/phpstan": "^0.10.1",
108
                "phpunit/phpunit": "^7.4",
109
                "symfony/console": "^2.0.5|^3.0|^4.0",
110
                "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
111
            },
112
            "suggest": {
113
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
114
            },
115
            "bin": [
116
                "bin/doctrine-dbal"
117
            ],
118
            "type": "library",
119
            "extra": {
120
                "branch-alias": {
121
                    "dev-master": "2.9.x-dev",
122
                    "dev-develop": "3.0.x-dev"
123
                }
124
            },
125
            "autoload": {
126
                "psr-4": {
127
                    "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
128
                }
129
            },
130
            "notification-url": "https://packagist.org/downloads/",
131
            "license": [
132
                "MIT"
133
            ],
134
            "authors": [
135
                {
136
                    "name": "Roman Borschel",
137
                    "email": "[email protected]"
138
                },
139
                {
140
                    "name": "Benjamin Eberlei",
141
                    "email": "[email protected]"
142
                },
143
                {
144
                    "name": "Guilherme Blanco",
145
                    "email": "[email protected]"
146
                },
147
                {
148
                    "name": "Jonathan Wage",
149
                    "email": "[email protected]"
150
                }
151
            ],
152
            "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
153
            "homepage": "https://www.doctrine-project.org/projects/dbal.html",
154
            "keywords": [
155
                "abstraction",
156
                "database",
157
                "dbal",
158
                "mysql",
159
                "persistence",
160
                "pgsql",
161
                "php",
162
                "queryobject"
163
            ],
164
            "time": "2018-12-14T04:51:13+00:00"
165
        },
166
        {
167
            "name": "doctrine/event-manager",
168
            "version": "v1.0.0",
169
            "source": {
170
                "type": "git",
171
                "url": "https://github.com/doctrine/event-manager.git",
172
                "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3"
173
            },
174
            "dist": {
175
                "type": "zip",
176
                "url": "https://api.github.com/repos/doctrine/event-manager/zipball/a520bc093a0170feeb6b14e9d83f3a14452e64b3",
177
                "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3",
178
                "shasum": ""
179
            },
180
            "require": {
181
                "php": "^7.1"
182
            },
183
            "conflict": {
184
                "doctrine/common": "<2.9@dev"
185
            },
186
            "require-dev": {
187
                "doctrine/coding-standard": "^4.0",
188
                "phpunit/phpunit": "^7.0"
189
            },
190
            "type": "library",
191
            "extra": {
192
                "branch-alias": {
193
                    "dev-master": "1.0.x-dev"
194
                }
195
            },
196
            "autoload": {
197
                "psr-4": {
198
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
199
                }
200
            },
201
            "notification-url": "https://packagist.org/downloads/",
202
            "license": [
203
                "MIT"
204
            ],
205
            "authors": [
206
                {
207
                    "name": "Roman Borschel",
208
                    "email": "[email protected]"
209
                },
210
                {
211
                    "name": "Benjamin Eberlei",
212
                    "email": "[email protected]"
213
                },
214
                {
215
                    "name": "Guilherme Blanco",
216
                    "email": "[email protected]"
217
                },
218
                {
219
                    "name": "Jonathan Wage",
220
                    "email": "[email protected]"
221
                },
222
                {
223
                    "name": "Johannes Schmitt",
224
                    "email": "[email protected]"
225
                },
226
                {
227
                    "name": "Marco Pivetta",
228
                    "email": "[email protected]"
229
                }
230
            ],
231
            "description": "Doctrine Event Manager component",
232
            "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
233
            "keywords": [
234
                "event",
235
                "eventdispatcher",
236
                "eventmanager"
237
            ],
238
            "time": "2018-06-11T11:59:03+00:00"
239
        },
240
        {
241
            "name": "doctrine/inflector",
242
            "version": "v1.3.0",
243
            "source": {
244
                "type": "git",
245
                "url": "https://github.com/doctrine/inflector.git",
246
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
247
            },
248
            "dist": {
249
                "type": "zip",
250
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
251
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
252
                "shasum": ""
253
            },
254
            "require": {
255
                "php": "^7.1"
256
            },
257
            "require-dev": {
258
                "phpunit/phpunit": "^6.2"
259
            },
260
            "type": "library",
261
            "extra": {
262
                "branch-alias": {
263
                    "dev-master": "1.3.x-dev"
264
                }
265
            },
266
            "autoload": {
267
                "psr-4": {
268
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
269
                }
270
            },
271
            "notification-url": "https://packagist.org/downloads/",
272
            "license": [
273
                "MIT"
274
            ],
275
            "authors": [
276
                {
277
                    "name": "Roman Borschel",
278
                    "email": "[email protected]"
279
                },
280
                {
281
                    "name": "Benjamin Eberlei",
282
                    "email": "[email protected]"
283
                },
284
                {
285
                    "name": "Guilherme Blanco",
286
                    "email": "[email protected]"
287
                },
288
                {
289
                    "name": "Jonathan Wage",
290
                    "email": "[email protected]"
291
                },
292
                {
293
                    "name": "Johannes Schmitt",
294
                    "email": "[email protected]"
295
                }
296
            ],
297
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
298
            "homepage": "http://www.doctrine-project.org",
299
            "keywords": [
300
                "inflection",
301
                "pluralize",
302
                "singularize",
303
                "string"
304
            ],
305
            "time": "2018-01-09T20:05:19+00:00"
306
        },
307
        {
308
            "name": "doctrine/lexer",
309
            "version": "v1.0.1",
310
            "source": {
311
                "type": "git",
312
                "url": "https://github.com/doctrine/lexer.git",
313
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
314
            },
315
            "dist": {
316
                "type": "zip",
317
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
318
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
319
                "shasum": ""
320
            },
321
            "require": {
322
                "php": ">=5.3.2"
323
            },
324
            "type": "library",
325
            "extra": {
326
                "branch-alias": {
327
                    "dev-master": "1.0.x-dev"
328
                }
329
            },
330
            "autoload": {
331
                "psr-0": {
332
                    "Doctrine\\Common\\Lexer\\": "lib/"
333
                }
334
            },
335
            "notification-url": "https://packagist.org/downloads/",
336
            "license": [
337
                "MIT"
338
            ],
339
            "authors": [
340
                {
341
                    "name": "Roman Borschel",
342
                    "email": "[email protected]"
343
                },
344
                {
345
                    "name": "Guilherme Blanco",
346
                    "email": "[email protected]"
347
                },
348
                {
349
                    "name": "Johannes Schmitt",
350
                    "email": "[email protected]"
351
                }
352
            ],
353
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
354
            "homepage": "http://www.doctrine-project.org",
355
            "keywords": [
356
                "lexer",
357
                "parser"
358
            ],
359
            "time": "2014-09-09T13:34:57+00:00"
360
        },
361
        {
362
            "name": "egulias/email-validator",
363
            "version": "2.1.7",
364
            "source": {
365
                "type": "git",
366
                "url": "https://github.com/egulias/EmailValidator.git",
367
                "reference": "709f21f92707308cdf8f9bcfa1af4cb26586521e"
368
            },
369
            "dist": {
370
                "type": "zip",
371
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/709f21f92707308cdf8f9bcfa1af4cb26586521e",
372
                "reference": "709f21f92707308cdf8f9bcfa1af4cb26586521e",
373
                "shasum": ""
374
            },
375
            "require": {
376
                "doctrine/lexer": "^1.0.1",
377
                "php": ">= 5.5"
378
            },
379
            "require-dev": {
380
                "dominicsayers/isemail": "dev-master",
381
                "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
382
                "satooshi/php-coveralls": "^1.0.1"
383
            },
384
            "suggest": {
385
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
386
            },
387
            "type": "library",
388
            "extra": {
389
                "branch-alias": {
390
                    "dev-master": "2.0.x-dev"
391
                }
392
            },
393
            "autoload": {
394
                "psr-4": {
395
                    "Egulias\\EmailValidator\\": "EmailValidator"
396
                }
397
            },
398
            "notification-url": "https://packagist.org/downloads/",
399
            "license": [
400
                "MIT"
401
            ],
402
            "authors": [
403
                {
404
                    "name": "Eduardo Gulias Davis"
405
                }
406
            ],
407
            "description": "A library for validating emails against several RFCs",
408
            "homepage": "https://github.com/egulias/EmailValidator",
409
            "keywords": [
410
                "email",
411
                "emailvalidation",
412
                "emailvalidator",
413
                "validation",
414
                "validator"
415
            ],
416
            "time": "2018-12-04T22:38:24+00:00"
417
        },
418
        {
419
            "name": "filp/whoops",
420
            "version": "2.3.1",
421
            "source": {
422
                "type": "git",
423
                "url": "https://github.com/filp/whoops.git",
424
                "reference": "bc0fd11bc455cc20ee4b5edabc63ebbf859324c7"
425
            },
426
            "dist": {
427
                "type": "zip",
428
                "url": "https://api.github.com/repos/filp/whoops/zipball/bc0fd11bc455cc20ee4b5edabc63ebbf859324c7",
429
                "reference": "bc0fd11bc455cc20ee4b5edabc63ebbf859324c7",
430
                "shasum": ""
431
            },
432
            "require": {
433
                "php": "^5.5.9 || ^7.0",
434
                "psr/log": "^1.0.1"
435
            },
436
            "require-dev": {
437
                "mockery/mockery": "^0.9 || ^1.0",
438
                "phpunit/phpunit": "^4.8.35 || ^5.7",
439
                "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0"
440
            },
441
            "suggest": {
442
                "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
443
                "whoops/soap": "Formats errors as SOAP responses"
444
            },
445
            "type": "library",
446
            "extra": {
447
                "branch-alias": {
448
                    "dev-master": "2.2-dev"
449
                }
450
            },
451
            "autoload": {
452
                "psr-4": {
453
                    "Whoops\\": "src/Whoops/"
454
                }
455
            },
456
            "notification-url": "https://packagist.org/downloads/",
457
            "license": [
458
                "MIT"
459
            ],
460
            "authors": [
461
                {
462
                    "name": "Filipe Dobreira",
463
                    "homepage": "https://github.com/filp",
464
                    "role": "Developer"
465
                }
466
            ],
467
            "description": "php error handling for cool kids",
468
            "homepage": "https://filp.github.io/whoops/",
469
            "keywords": [
470
                "error",
471
                "exception",
472
                "handling",
473
                "library",
474
                "throwable",
475
                "whoops"
476
            ],
477
            "time": "2018-10-23T09:00:00+00:00"
478
        },
479
        {
480
            "name": "fisharebest/algorithm",
481
            "version": "1.5.1",
482
            "source": {
483
                "type": "git",
484
                "url": "https://github.com/fisharebest/algorithm.git",
485
                "reference": "7d1bc0fc91b66cf613af9147e9a287c905a8b062"
486
            },
487
            "dist": {
488
                "type": "zip",
489
                "url": "https://api.github.com/repos/fisharebest/algorithm/zipball/7d1bc0fc91b66cf613af9147e9a287c905a8b062",
490
                "reference": "7d1bc0fc91b66cf613af9147e9a287c905a8b062",
491
                "shasum": ""
492
            },
493
            "require": {
494
                "php": ">=5.3.0"
495
            },
496
            "require-dev": {
497
                "php-coveralls/php-coveralls": "*",
498
                "phpunit/phpunit": "4.*"
499
            },
500
            "type": "library",
501
            "autoload": {
502
                "psr-4": {
503
                    "Fisharebest\\Algorithm\\": "src/"
504
                }
505
            },
506
            "notification-url": "https://packagist.org/downloads/",
507
            "license": [
508
                "GPL-3.0+"
509
            ],
510
            "authors": [
511
                {
512
                    "name": "Greg Roach",
513
                    "email": "[email protected]",
514
                    "role": "Developer"
515
                }
516
            ],
517
            "description": "Implementation of standard algorithms in PHP.",
518
            "homepage": "https://github.com/fisharebest/algorithm",
519
            "keywords": [
520
                "Algorithm",
521
                "diff",
522
                "dijkstra",
523
                "myers"
524
            ],
525
            "time": "2018-12-24T08:53:40+00:00"
526
        },
527
        {
528
            "name": "fisharebest/ext-calendar",
529
            "version": "2.5.0",
530
            "source": {
531
                "type": "git",
532
                "url": "https://github.com/fisharebest/ext-calendar.git",
533
                "reference": "155a2d3f5713e1e1805d68cdb42a28ca842e7329"
534
            },
535
            "dist": {
536
                "type": "zip",
537
                "url": "https://api.github.com/repos/fisharebest/ext-calendar/zipball/155a2d3f5713e1e1805d68cdb42a28ca842e7329",
538
                "reference": "155a2d3f5713e1e1805d68cdb42a28ca842e7329",
539
                "shasum": ""
540
            },
541
            "require": {
542
                "php": ">=5.3.0"
543
            },
544
            "require-dev": {
545
                "phpunit/phpunit": "<6",
546
                "satooshi/php-coveralls": "*"
547
            },
548
            "type": "library",
549
            "autoload": {
550
                "files": [
551
                    "src/shims.php"
552
                ],
553
                "psr-4": {
554
                    "Fisharebest\\ExtCalendar\\": "src/"
555
                }
556
            },
557
            "notification-url": "https://packagist.org/downloads/",
558
            "license": [
559
                "GPL-3.0+"
560
            ],
561
            "authors": [
562
                {
563
                    "name": "Greg Roach",
564
                    "email": "[email protected]",
565
                    "role": "Developer"
566
                }
567
            ],
568
            "description": "Implementation of the Arabic (Hijri), French, Gregorian, Jewish, Julian and Persian (Jalali) calendars.  Also provides a replacement for the PHP ext/calendar extension.",
569
            "homepage": "https://github.com/fisharebest/ext-calendar",
570
            "keywords": [
571
                "Jalali",
572
                "arabic",
573
                "calendar",
574
                "ext-calendar",
575
                "french",
576
                "gregorian",
577
                "hebrew",
578
                "hijri",
579
                "jewish",
580
                "julian",
581
                "julian day",
582
                "julian day number",
583
                "persian",
584
                "shamsi"
585
            ],
586
            "time": "2018-09-17T20:40:07+00:00"
587
        },
588
        {
589
            "name": "fisharebest/localization",
590
            "version": "1.12.0",
591
            "source": {
592
                "type": "git",
593
                "url": "https://github.com/fisharebest/localization.git",
594
                "reference": "df4684a211d5da48b1faba616a8db8953f9cbd1f"
595
            },
596
            "dist": {
597
                "type": "zip",
598
                "url": "https://api.github.com/repos/fisharebest/localization/zipball/df4684a211d5da48b1faba616a8db8953f9cbd1f",
599
                "reference": "df4684a211d5da48b1faba616a8db8953f9cbd1f",
600
                "shasum": ""
601
            },
602
            "require": {
603
                "php": ">=5.3.0"
604
            },
605
            "require-dev": {
606
                "phpunit/phpunit": "4.*|5.*",
607
                "satooshi/php-coveralls": "*"
608
            },
609
            "type": "library",
610
            "autoload": {
611
                "psr-4": {
612
                    "Fisharebest\\Localization\\": "src/"
613
                }
614
            },
615
            "notification-url": "https://packagist.org/downloads/",
616
            "license": [
617
                "GPL-3.0+"
618
            ],
619
            "authors": [
620
                {
621
                    "name": "Greg Roach",
622
                    "email": "[email protected]",
623
                    "role": "Developer"
624
                }
625
            ],
626
            "description": "A lightweight localization database and translation tools, with data from the CLDR, IANA, ISO, etc.",
627
            "homepage": "https://github.com/fisharebest/localization",
628
            "keywords": [
629
                "cldr",
630
                "gettext",
631
                "i18n",
632
                "l10n",
633
                "language",
634
                "locale",
635
                "localization",
636
                "script",
637
                "translate",
638
                "translation"
639
            ],
640
            "time": "2018-09-25T10:40:27+00:00"
641
        },
642
        {
643
            "name": "guzzlehttp/guzzle",
644
            "version": "6.3.3",
645
            "source": {
646
                "type": "git",
647
                "url": "https://github.com/guzzle/guzzle.git",
648
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
649
            },
650
            "dist": {
651
                "type": "zip",
652
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
653
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
654
                "shasum": ""
655
            },
656
            "require": {
657
                "guzzlehttp/promises": "^1.0",
658
                "guzzlehttp/psr7": "^1.4",
659
                "php": ">=5.5"
660
            },
661
            "require-dev": {
662
                "ext-curl": "*",
663
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
664
                "psr/log": "^1.0"
665
            },
666
            "suggest": {
667
                "psr/log": "Required for using the Log middleware"
668
            },
669
            "type": "library",
670
            "extra": {
671
                "branch-alias": {
672
                    "dev-master": "6.3-dev"
673
                }
674
            },
675
            "autoload": {
676
                "files": [
677
                    "src/functions_include.php"
678
                ],
679
                "psr-4": {
680
                    "GuzzleHttp\\": "src/"
681
                }
682
            },
683
            "notification-url": "https://packagist.org/downloads/",
684
            "license": [
685
                "MIT"
686
            ],
687
            "authors": [
688
                {
689
                    "name": "Michael Dowling",
690
                    "email": "[email protected]",
691
                    "homepage": "https://github.com/mtdowling"
692
                }
693
            ],
694
            "description": "Guzzle is a PHP HTTP client library",
695
            "homepage": "http://guzzlephp.org/",
696
            "keywords": [
697
                "client",
698
                "curl",
699
                "framework",
700
                "http",
701
                "http client",
702
                "rest",
703
                "web service"
704
            ],
705
            "time": "2018-04-22T15:46:56+00:00"
706
        },
707
        {
708
            "name": "guzzlehttp/promises",
709
            "version": "v1.3.1",
710
            "source": {
711
                "type": "git",
712
                "url": "https://github.com/guzzle/promises.git",
713
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
714
            },
715
            "dist": {
716
                "type": "zip",
717
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
718
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
719
                "shasum": ""
720
            },
721
            "require": {
722
                "php": ">=5.5.0"
723
            },
724
            "require-dev": {
725
                "phpunit/phpunit": "^4.0"
726
            },
727
            "type": "library",
728
            "extra": {
729
                "branch-alias": {
730
                    "dev-master": "1.4-dev"
731
                }
732
            },
733
            "autoload": {
734
                "psr-4": {
735
                    "GuzzleHttp\\Promise\\": "src/"
736
                },
737
                "files": [
738
                    "src/functions_include.php"
739
                ]
740
            },
741
            "notification-url": "https://packagist.org/downloads/",
742
            "license": [
743
                "MIT"
744
            ],
745
            "authors": [
746
                {
747
                    "name": "Michael Dowling",
748
                    "email": "[email protected]",
749
                    "homepage": "https://github.com/mtdowling"
750
                }
751
            ],
752
            "description": "Guzzle promises library",
753
            "keywords": [
754
                "promise"
755
            ],
756
            "time": "2016-12-20T10:07:11+00:00"
757
        },
758
        {
759
            "name": "guzzlehttp/psr7",
760
            "version": "1.5.2",
761
            "source": {
762
                "type": "git",
763
                "url": "https://github.com/guzzle/psr7.git",
764
                "reference": "9f83dded91781a01c63574e387eaa769be769115"
765
            },
766
            "dist": {
767
                "type": "zip",
768
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115",
769
                "reference": "9f83dded91781a01c63574e387eaa769be769115",
770
                "shasum": ""
771
            },
772
            "require": {
773
                "php": ">=5.4.0",
774
                "psr/http-message": "~1.0",
775
                "ralouphie/getallheaders": "^2.0.5"
776
            },
777
            "provide": {
778
                "psr/http-message-implementation": "1.0"
779
            },
780
            "require-dev": {
781
                "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
782
            },
783
            "type": "library",
784
            "extra": {
785
                "branch-alias": {
786
                    "dev-master": "1.5-dev"
787
                }
788
            },
789
            "autoload": {
790
                "psr-4": {
791
                    "GuzzleHttp\\Psr7\\": "src/"
792
                },
793
                "files": [
794
                    "src/functions_include.php"
795
                ]
796
            },
797
            "notification-url": "https://packagist.org/downloads/",
798
            "license": [
799
                "MIT"
800
            ],
801
            "authors": [
802
                {
803
                    "name": "Michael Dowling",
804
                    "email": "[email protected]",
805
                    "homepage": "https://github.com/mtdowling"
806
                },
807
                {
808
                    "name": "Tobias Schultze",
809
                    "homepage": "https://github.com/Tobion"
810
                }
811
            ],
812
            "description": "PSR-7 message implementation that also provides common utility methods",
813
            "keywords": [
814
                "http",
815
                "message",
816
                "psr-7",
817
                "request",
818
                "response",
819
                "stream",
820
                "uri",
821
                "url"
822
            ],
823
            "time": "2018-12-04T20:46:45+00:00"
824
        },
825
        {
826
            "name": "illuminate/container",
827
            "version": "5.7.19",
828
            "source": {
829
                "type": "git",
830
                "url": "https://github.com/illuminate/container.git",
831
                "reference": "53a0991e918efaace42cde526a04fdb832128a03"
832
            },
833
            "dist": {
834
                "type": "zip",
835
                "url": "https://api.github.com/repos/illuminate/container/zipball/53a0991e918efaace42cde526a04fdb832128a03",
836
                "reference": "53a0991e918efaace42cde526a04fdb832128a03",
837
                "shasum": ""
838
            },
839
            "require": {
840
                "illuminate/contracts": "5.7.*",
841
                "illuminate/support": "5.7.*",
842
                "php": "^7.1.3",
843
                "psr/container": "^1.0"
844
            },
845
            "type": "library",
846
            "extra": {
847
                "branch-alias": {
848
                    "dev-master": "5.7-dev"
849
                }
850
            },
851
            "autoload": {
852
                "psr-4": {
853
                    "Illuminate\\Container\\": ""
854
                }
855
            },
856
            "notification-url": "https://packagist.org/downloads/",
857
            "license": [
858
                "MIT"
859
            ],
860
            "authors": [
861
                {
862
                    "name": "Taylor Otwell",
863
                    "email": "[email protected]"
864
                }
865
            ],
866
            "description": "The Illuminate Container package.",
867
            "homepage": "https://laravel.com",
868
            "time": "2018-12-18T14:00:02+00:00"
869
        },
870
        {
871
            "name": "illuminate/contracts",
872
            "version": "5.7.19",
873
            "source": {
874
                "type": "git",
875
                "url": "https://github.com/illuminate/contracts.git",
876
                "reference": "758927e5e925c1d442a1faaa1356675ceba0194c"
877
            },
878
            "dist": {
879
                "type": "zip",
880
                "url": "https://api.github.com/repos/illuminate/contracts/zipball/758927e5e925c1d442a1faaa1356675ceba0194c",
881
                "reference": "758927e5e925c1d442a1faaa1356675ceba0194c",
882
                "shasum": ""
883
            },
884
            "require": {
885
                "php": "^7.1.3",
886
                "psr/container": "^1.0",
887
                "psr/simple-cache": "^1.0"
888
            },
889
            "type": "library",
890
            "extra": {
891
                "branch-alias": {
892
                    "dev-master": "5.7-dev"
893
                }
894
            },
895
            "autoload": {
896
                "psr-4": {
897
                    "Illuminate\\Contracts\\": ""
898
                }
899
            },
900
            "notification-url": "https://packagist.org/downloads/",
901
            "license": [
902
                "MIT"
903
            ],
904
            "authors": [
905
                {
906
                    "name": "Taylor Otwell",
907
                    "email": "[email protected]"
908
                }
909
            ],
910
            "description": "The Illuminate Contracts package.",
911
            "homepage": "https://laravel.com",
912
            "time": "2018-11-15T13:49:08+00:00"
913
        },
914
        {
915
            "name": "illuminate/database",
916
            "version": "5.7.19",
917
            "source": {
918
                "type": "git",
919
                "url": "https://github.com/illuminate/database.git",
920
                "reference": "8df1a4ca7f66e9ae9462978aa6de77e1c4cc839f"
921
            },
922
            "dist": {
923
                "type": "zip",
924
                "url": "https://api.github.com/repos/illuminate/database/zipball/8df1a4ca7f66e9ae9462978aa6de77e1c4cc839f",
925
                "reference": "8df1a4ca7f66e9ae9462978aa6de77e1c4cc839f",
926
                "shasum": ""
927
            },
928
            "require": {
929
                "illuminate/container": "5.7.*",
930
                "illuminate/contracts": "5.7.*",
931
                "illuminate/support": "5.7.*",
932
                "php": "^7.1.3"
933
            },
934
            "suggest": {
935
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
936
                "fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).",
937
                "illuminate/console": "Required to use the database commands (5.7.*).",
938
                "illuminate/events": "Required to use the observers with Eloquent (5.7.*).",
939
                "illuminate/filesystem": "Required to use the migrations (5.7.*).",
940
                "illuminate/pagination": "Required to paginate the result set (5.7.*)."
941
            },
942
            "type": "library",
943
            "extra": {
944
                "branch-alias": {
945
                    "dev-master": "5.7-dev"
946
                }
947
            },
948
            "autoload": {
949
                "psr-4": {
950
                    "Illuminate\\Database\\": ""
951
                }
952
            },
953
            "notification-url": "https://packagist.org/downloads/",
954
            "license": [
955
                "MIT"
956
            ],
957
            "authors": [
958
                {
959
                    "name": "Taylor Otwell",
960
                    "email": "[email protected]"
961
                }
962
            ],
963
            "description": "The Illuminate Database package.",
964
            "homepage": "https://laravel.com",
965
            "keywords": [
966
                "database",
967
                "laravel",
968
                "orm",
969
                "sql"
970
            ],
971
            "time": "2018-12-18T13:43:55+00:00"
972
        },
973
        {
974
            "name": "illuminate/support",
975
            "version": "5.7.19",
976
            "source": {
977
                "type": "git",
978
                "url": "https://github.com/illuminate/support.git",
979
                "reference": "1caddfa63a40d2f229bb0948d9871540da666d0b"
980
            },
981
            "dist": {
982
                "type": "zip",
983
                "url": "https://api.github.com/repos/illuminate/support/zipball/1caddfa63a40d2f229bb0948d9871540da666d0b",
984
                "reference": "1caddfa63a40d2f229bb0948d9871540da666d0b",
985
                "shasum": ""
986
            },
987
            "require": {
988
                "doctrine/inflector": "^1.1",
989
                "ext-mbstring": "*",
990
                "illuminate/contracts": "5.7.*",
991
                "nesbot/carbon": "^1.26.3",
992
                "php": "^7.1.3"
993
            },
994
            "conflict": {
995
                "tightenco/collect": "<5.5.33"
996
            },
997
            "suggest": {
998
                "illuminate/filesystem": "Required to use the composer class (5.7.*).",
999
                "moontoast/math": "Required to use ordered UUIDs (^1.1).",
1000
                "ramsey/uuid": "Required to use Str::uuid() (^3.7).",
1001
                "symfony/process": "Required to use the composer class (^4.1).",
1002
                "symfony/var-dumper": "Required to use the dd function (^4.1)."
1003
            },
1004
            "type": "library",
1005
            "extra": {
1006
                "branch-alias": {
1007
                    "dev-master": "5.7-dev"
1008
                }
1009
            },
1010
            "autoload": {
1011
                "psr-4": {
1012
                    "Illuminate\\Support\\": ""
1013
                },
1014
                "files": [
1015
                    "helpers.php"
1016
                ]
1017
            },
1018
            "notification-url": "https://packagist.org/downloads/",
1019
            "license": [
1020
                "MIT"
1021
            ],
1022
            "authors": [
1023
                {
1024
                    "name": "Taylor Otwell",
1025
                    "email": "[email protected]"
1026
                }
1027
            ],
1028
            "description": "The Illuminate Support package.",
1029
            "homepage": "https://laravel.com",
1030
            "time": "2018-12-18T13:45:35+00:00"
1031
        },
1032
        {
1033
            "name": "intervention/image",
1034
            "version": "2.4.2",
1035
            "source": {
1036
                "type": "git",
1037
                "url": "https://github.com/Intervention/image.git",
1038
                "reference": "e82d274f786e3d4b866a59b173f42e716f0783eb"
1039
            },
1040
            "dist": {
1041
                "type": "zip",
1042
                "url": "https://api.github.com/repos/Intervention/image/zipball/e82d274f786e3d4b866a59b173f42e716f0783eb",
1043
                "reference": "e82d274f786e3d4b866a59b173f42e716f0783eb",
1044
                "shasum": ""
1045
            },
1046
            "require": {
1047
                "ext-fileinfo": "*",
1048
                "guzzlehttp/psr7": "~1.1",
1049
                "php": ">=5.4.0"
1050
            },
1051
            "require-dev": {
1052
                "mockery/mockery": "~0.9.2",
1053
                "phpunit/phpunit": "^4.8 || ^5.7"
1054
            },
1055
            "suggest": {
1056
                "ext-gd": "to use GD library based image processing.",
1057
                "ext-imagick": "to use Imagick based image processing.",
1058
                "intervention/imagecache": "Caching extension for the Intervention Image library"
1059
            },
1060
            "type": "library",
1061
            "extra": {
1062
                "branch-alias": {
1063
                    "dev-master": "2.4-dev"
1064
                },
1065
                "laravel": {
1066
                    "providers": [
1067
                        "Intervention\\Image\\ImageServiceProvider"
1068
                    ],
1069
                    "aliases": {
1070
                        "Image": "Intervention\\Image\\Facades\\Image"
1071
                    }
1072
                }
1073
            },
1074
            "autoload": {
1075
                "psr-4": {
1076
                    "Intervention\\Image\\": "src/Intervention/Image"
1077
                }
1078
            },
1079
            "notification-url": "https://packagist.org/downloads/",
1080
            "license": [
1081
                "MIT"
1082
            ],
1083
            "authors": [
1084
                {
1085
                    "name": "Oliver Vogel",
1086
                    "email": "[email protected]",
1087
                    "homepage": "http://olivervogel.com/"
1088
                }
1089
            ],
1090
            "description": "Image handling and manipulation library with support for Laravel integration",
1091
            "homepage": "http://image.intervention.io/",
1092
            "keywords": [
1093
                "gd",
1094
                "image",
1095
                "imagick",
1096
                "laravel",
1097
                "thumbnail",
1098
                "watermark"
1099
            ],
1100
            "time": "2018-05-29T14:19:03+00:00"
1101
        },
1102
        {
1103
            "name": "league/commonmark",
0 ignored issues
show
There is a security advisory for your installed version of league/commonmark:

XSS vulnerability with unsafe link protocols
Loading history...
1104
            "version": "0.18.0",
1105
            "source": {
1106
                "type": "git",
1107
                "url": "https://github.com/thephpleague/commonmark.git",
1108
                "reference": "006af077d4b1b7eb1d9760964f9f984ba188632c"
1109
            },
1110
            "dist": {
1111
                "type": "zip",
1112
                "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/006af077d4b1b7eb1d9760964f9f984ba188632c",
1113
                "reference": "006af077d4b1b7eb1d9760964f9f984ba188632c",
1114
                "shasum": ""
1115
            },
1116
            "require": {
1117
                "ext-mbstring": "*",
1118
                "php": ">=5.6.5"
1119
            },
1120
            "replace": {
1121
                "colinodell/commonmark-php": "*"
1122
            },
1123
            "require-dev": {
1124
                "cebe/markdown": "~1.0",
1125
                "commonmark/commonmark.js": "0.28",
1126
                "erusev/parsedown": "~1.0",
1127
                "michelf/php-markdown": "~1.4",
1128
                "mikehaertl/php-shellcommand": "^1.2",
1129
                "phpunit/phpunit": "^5.7|^6.5",
1130
                "scrutinizer/ocular": "^1.1",
1131
                "symfony/finder": "^3.0|^4.0"
1132
            },
1133
            "suggest": {
1134
                "league/commonmark-extras": "Library of useful extensions including smart punctuation"
1135
            },
1136
            "bin": [
1137
                "bin/commonmark"
1138
            ],
1139
            "type": "library",
1140
            "extra": {
1141
                "branch-alias": {
1142
                    "dev-master": "0.19-dev"
1143
                }
1144
            },
1145
            "autoload": {
1146
                "psr-4": {
1147
                    "League\\CommonMark\\": "src/"
1148
                }
1149
            },
1150
            "notification-url": "https://packagist.org/downloads/",
1151
            "license": [
1152
                "BSD-3-Clause"
1153
            ],
1154
            "authors": [
1155
                {
1156
                    "name": "Colin O'Dell",
1157
                    "email": "[email protected]",
1158
                    "homepage": "https://www.colinodell.com",
1159
                    "role": "Lead Developer"
1160
                }
1161
            ],
1162
            "description": "Markdown parser for PHP based on the CommonMark spec",
1163
            "homepage": "https://github.com/thephpleague/commonmark",
1164
            "keywords": [
1165
                "commonmark",
1166
                "markdown",
1167
                "parser"
1168
            ],
1169
            "time": "2018-09-18T13:13:55+00:00"
1170
        },
1171
        {
1172
            "name": "league/flysystem",
1173
            "version": "1.0.49",
1174
            "source": {
1175
                "type": "git",
1176
                "url": "https://github.com/thephpleague/flysystem.git",
1177
                "reference": "a63cc83d8a931b271be45148fa39ba7156782ffd"
1178
            },
1179
            "dist": {
1180
                "type": "zip",
1181
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a63cc83d8a931b271be45148fa39ba7156782ffd",
1182
                "reference": "a63cc83d8a931b271be45148fa39ba7156782ffd",
1183
                "shasum": ""
1184
            },
1185
            "require": {
1186
                "ext-fileinfo": "*",
1187
                "php": ">=5.5.9"
1188
            },
1189
            "conflict": {
1190
                "league/flysystem-sftp": "<1.0.6"
1191
            },
1192
            "require-dev": {
1193
                "phpspec/phpspec": "^3.4",
1194
                "phpunit/phpunit": "^5.7.10"
1195
            },
1196
            "suggest": {
1197
                "ext-fileinfo": "Required for MimeType",
1198
                "ext-ftp": "Allows you to use FTP server storage",
1199
                "ext-openssl": "Allows you to use FTPS server storage",
1200
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
1201
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
1202
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
1203
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
1204
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
1205
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
1206
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
1207
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
1208
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
1209
                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
1210
                "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
1211
            },
1212
            "type": "library",
1213
            "extra": {
1214
                "branch-alias": {
1215
                    "dev-master": "1.1-dev"
1216
                }
1217
            },
1218
            "autoload": {
1219
                "psr-4": {
1220
                    "League\\Flysystem\\": "src/"
1221
                }
1222
            },
1223
            "notification-url": "https://packagist.org/downloads/",
1224
            "license": [
1225
                "MIT"
1226
            ],
1227
            "authors": [
1228
                {
1229
                    "name": "Frank de Jonge",
1230
                    "email": "[email protected]"
1231
                }
1232
            ],
1233
            "description": "Filesystem abstraction: Many filesystems, one API.",
1234
            "keywords": [
1235
                "Cloud Files",
1236
                "WebDAV",
1237
                "abstraction",
1238
                "aws",
1239
                "cloud",
1240
                "copy.com",
1241
                "dropbox",
1242
                "file systems",
1243
                "files",
1244
                "filesystem",
1245
                "filesystems",
1246
                "ftp",
1247
                "rackspace",
1248
                "remote",
1249
                "s3",
1250
                "sftp",
1251
                "storage"
1252
            ],
1253
            "time": "2018-11-23T23:41:29+00:00"
1254
        },
1255
        {
1256
            "name": "league/flysystem-ziparchive",
1257
            "version": "1.0.3",
1258
            "source": {
1259
                "type": "git",
1260
                "url": "https://github.com/thephpleague/flysystem-ziparchive.git",
1261
                "reference": "c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45"
1262
            },
1263
            "dist": {
1264
                "type": "zip",
1265
                "url": "https://api.github.com/repos/thephpleague/flysystem-ziparchive/zipball/c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45",
1266
                "reference": "c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45",
1267
                "shasum": ""
1268
            },
1269
            "require": {
1270
                "ext-zip": "*",
1271
                "league/flysystem": "~1.0",
1272
                "php": ">=5.4.0"
1273
            },
1274
            "require-dev": {
1275
                "mockery/mockery": "0.9.*",
1276
                "phpunit/phpunit": "~4.0"
1277
            },
1278
            "type": "library",
1279
            "extra": {
1280
                "branch-alias": {
1281
                    "dev-master": "1.0-dev"
1282
                }
1283
            },
1284
            "autoload": {
1285
                "psr-4": {
1286
                    "League\\Flysystem\\ZipArchive\\": "src/"
1287
                }
1288
            },
1289
            "notification-url": "https://packagist.org/downloads/",
1290
            "license": [
1291
                "MIT"
1292
            ],
1293
            "authors": [
1294
                {
1295
                    "name": "Frank de Jonge",
1296
                    "email": "[email protected]"
1297
                }
1298
            ],
1299
            "description": "Flysystem adapter for ZipArchive's",
1300
            "time": "2016-12-20T08:36:16+00:00"
1301
        },
1302
        {
1303
            "name": "league/glide",
1304
            "version": "1.4.0",
1305
            "source": {
1306
                "type": "git",
1307
                "url": "https://github.com/thephpleague/glide.git",
1308
                "reference": "72430fbdb446c754910f0bab97e1ef14baab1e80"
1309
            },
1310
            "dist": {
1311
                "type": "zip",
1312
                "url": "https://api.github.com/repos/thephpleague/glide/zipball/72430fbdb446c754910f0bab97e1ef14baab1e80",
1313
                "reference": "72430fbdb446c754910f0bab97e1ef14baab1e80",
1314
                "shasum": ""
1315
            },
1316
            "require": {
1317
                "intervention/image": "^2.4",
1318
                "league/flysystem": "^1.0",
1319
                "php": "^5.4 | ^7.0",
1320
                "psr/http-message": "^1.0"
1321
            },
1322
            "require-dev": {
1323
                "mockery/mockery": "~0.9",
1324
                "phpunit/php-token-stream": "^1.4",
1325
                "phpunit/phpunit": "~4.4"
1326
            },
1327
            "type": "library",
1328
            "extra": {
1329
                "branch-alias": {
1330
                    "dev-master": "1.1-dev"
1331
                }
1332
            },
1333
            "autoload": {
1334
                "psr-4": {
1335
                    "League\\Glide\\": "src/"
1336
                }
1337
            },
1338
            "notification-url": "https://packagist.org/downloads/",
1339
            "license": [
1340
                "MIT"
1341
            ],
1342
            "authors": [
1343
                {
1344
                    "name": "Jonathan Reinink",
1345
                    "email": "[email protected]",
1346
                    "homepage": "http://reinink.ca"
1347
                }
1348
            ],
1349
            "description": "Wonderfully easy on-demand image manipulation library with an HTTP based API.",
1350
            "homepage": "http://glide.thephpleague.com",
1351
            "keywords": [
1352
                "ImageMagick",
1353
                "editing",
1354
                "gd",
1355
                "image",
1356
                "imagick",
1357
                "league",
1358
                "manipulation",
1359
                "processing"
1360
            ],
1361
            "time": "2018-12-22T17:56:55+00:00"
1362
        },
1363
        {
1364
            "name": "nesbot/carbon",
1365
            "version": "1.36.1",
1366
            "source": {
1367
                "type": "git",
1368
                "url": "https://github.com/briannesbitt/Carbon.git",
1369
                "reference": "63da8cdf89d7a5efe43aabc794365f6e7b7b8983"
1370
            },
1371
            "dist": {
1372
                "type": "zip",
1373
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/63da8cdf89d7a5efe43aabc794365f6e7b7b8983",
1374
                "reference": "63da8cdf89d7a5efe43aabc794365f6e7b7b8983",
1375
                "shasum": ""
1376
            },
1377
            "require": {
1378
                "php": ">=5.3.9",
1379
                "symfony/translation": "~2.6 || ~3.0 || ~4.0"
1380
            },
1381
            "require-dev": {
1382
                "phpunit/phpunit": "^4.8.35 || ^5.7"
1383
            },
1384
            "suggest": {
1385
                "friendsofphp/php-cs-fixer": "Needed for the `composer phpcs` command. Allow to automatically fix code style.",
1386
                "phpstan/phpstan": "Needed for the `composer phpstan` command. Allow to detect potential errors."
1387
            },
1388
            "type": "library",
1389
            "extra": {
1390
                "laravel": {
1391
                    "providers": [
1392
                        "Carbon\\Laravel\\ServiceProvider"
1393
                    ]
1394
                }
1395
            },
1396
            "autoload": {
1397
                "psr-4": {
1398
                    "": "src/"
1399
                }
1400
            },
1401
            "notification-url": "https://packagist.org/downloads/",
1402
            "license": [
1403
                "MIT"
1404
            ],
1405
            "authors": [
1406
                {
1407
                    "name": "Brian Nesbitt",
1408
                    "email": "[email protected]",
1409
                    "homepage": "http://nesbot.com"
1410
                }
1411
            ],
1412
            "description": "A simple API extension for DateTime.",
1413
            "homepage": "http://carbon.nesbot.com",
1414
            "keywords": [
1415
                "date",
1416
                "datetime",
1417
                "time"
1418
            ],
1419
            "time": "2018-11-22T18:23:02+00:00"
1420
        },
1421
        {
1422
            "name": "paragonie/random_compat",
1423
            "version": "v9.99.99",
1424
            "source": {
1425
                "type": "git",
1426
                "url": "https://github.com/paragonie/random_compat.git",
1427
                "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
1428
            },
1429
            "dist": {
1430
                "type": "zip",
1431
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
1432
                "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
1433
                "shasum": ""
1434
            },
1435
            "require": {
1436
                "php": "^7"
1437
            },
1438
            "require-dev": {
1439
                "phpunit/phpunit": "4.*|5.*",
1440
                "vimeo/psalm": "^1"
1441
            },
1442
            "suggest": {
1443
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1444
            },
1445
            "type": "library",
1446
            "notification-url": "https://packagist.org/downloads/",
1447
            "license": [
1448
                "MIT"
1449
            ],
1450
            "authors": [
1451
                {
1452
                    "name": "Paragon Initiative Enterprises",
1453
                    "email": "[email protected]",
1454
                    "homepage": "https://paragonie.com"
1455
                }
1456
            ],
1457
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1458
            "keywords": [
1459
                "csprng",
1460
                "polyfill",
1461
                "pseudorandom",
1462
                "random"
1463
            ],
1464
            "time": "2018-07-02T15:55:56+00:00"
1465
        },
1466
        {
1467
            "name": "psr/cache",
1468
            "version": "1.0.1",
1469
            "source": {
1470
                "type": "git",
1471
                "url": "https://github.com/php-fig/cache.git",
1472
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
1473
            },
1474
            "dist": {
1475
                "type": "zip",
1476
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
1477
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
1478
                "shasum": ""
1479
            },
1480
            "require": {
1481
                "php": ">=5.3.0"
1482
            },
1483
            "type": "library",
1484
            "extra": {
1485
                "branch-alias": {
1486
                    "dev-master": "1.0.x-dev"
1487
                }
1488
            },
1489
            "autoload": {
1490
                "psr-4": {
1491
                    "Psr\\Cache\\": "src/"
1492
                }
1493
            },
1494
            "notification-url": "https://packagist.org/downloads/",
1495
            "license": [
1496
                "MIT"
1497
            ],
1498
            "authors": [
1499
                {
1500
                    "name": "PHP-FIG",
1501
                    "homepage": "http://www.php-fig.org/"
1502
                }
1503
            ],
1504
            "description": "Common interface for caching libraries",
1505
            "keywords": [
1506
                "cache",
1507
                "psr",
1508
                "psr-6"
1509
            ],
1510
            "time": "2016-08-06T20:24:11+00:00"
1511
        },
1512
        {
1513
            "name": "psr/container",
1514
            "version": "1.0.0",
1515
            "source": {
1516
                "type": "git",
1517
                "url": "https://github.com/php-fig/container.git",
1518
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1519
            },
1520
            "dist": {
1521
                "type": "zip",
1522
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1523
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1524
                "shasum": ""
1525
            },
1526
            "require": {
1527
                "php": ">=5.3.0"
1528
            },
1529
            "type": "library",
1530
            "extra": {
1531
                "branch-alias": {
1532
                    "dev-master": "1.0.x-dev"
1533
                }
1534
            },
1535
            "autoload": {
1536
                "psr-4": {
1537
                    "Psr\\Container\\": "src/"
1538
                }
1539
            },
1540
            "notification-url": "https://packagist.org/downloads/",
1541
            "license": [
1542
                "MIT"
1543
            ],
1544
            "authors": [
1545
                {
1546
                    "name": "PHP-FIG",
1547
                    "homepage": "http://www.php-fig.org/"
1548
                }
1549
            ],
1550
            "description": "Common Container Interface (PHP FIG PSR-11)",
1551
            "homepage": "https://github.com/php-fig/container",
1552
            "keywords": [
1553
                "PSR-11",
1554
                "container",
1555
                "container-interface",
1556
                "container-interop",
1557
                "psr"
1558
            ],
1559
            "time": "2017-02-14T16:28:37+00:00"
1560
        },
1561
        {
1562
            "name": "psr/http-message",
1563
            "version": "1.0.1",
1564
            "source": {
1565
                "type": "git",
1566
                "url": "https://github.com/php-fig/http-message.git",
1567
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1568
            },
1569
            "dist": {
1570
                "type": "zip",
1571
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1572
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1573
                "shasum": ""
1574
            },
1575
            "require": {
1576
                "php": ">=5.3.0"
1577
            },
1578
            "type": "library",
1579
            "extra": {
1580
                "branch-alias": {
1581
                    "dev-master": "1.0.x-dev"
1582
                }
1583
            },
1584
            "autoload": {
1585
                "psr-4": {
1586
                    "Psr\\Http\\Message\\": "src/"
1587
                }
1588
            },
1589
            "notification-url": "https://packagist.org/downloads/",
1590
            "license": [
1591
                "MIT"
1592
            ],
1593
            "authors": [
1594
                {
1595
                    "name": "PHP-FIG",
1596
                    "homepage": "http://www.php-fig.org/"
1597
                }
1598
            ],
1599
            "description": "Common interface for HTTP messages",
1600
            "homepage": "https://github.com/php-fig/http-message",
1601
            "keywords": [
1602
                "http",
1603
                "http-message",
1604
                "psr",
1605
                "psr-7",
1606
                "request",
1607
                "response"
1608
            ],
1609
            "time": "2016-08-06T14:39:51+00:00"
1610
        },
1611
        {
1612
            "name": "psr/log",
1613
            "version": "1.1.0",
1614
            "source": {
1615
                "type": "git",
1616
                "url": "https://github.com/php-fig/log.git",
1617
                "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
1618
            },
1619
            "dist": {
1620
                "type": "zip",
1621
                "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
1622
                "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
1623
                "shasum": ""
1624
            },
1625
            "require": {
1626
                "php": ">=5.3.0"
1627
            },
1628
            "type": "library",
1629
            "extra": {
1630
                "branch-alias": {
1631
                    "dev-master": "1.0.x-dev"
1632
                }
1633
            },
1634
            "autoload": {
1635
                "psr-4": {
1636
                    "Psr\\Log\\": "Psr/Log/"
1637
                }
1638
            },
1639
            "notification-url": "https://packagist.org/downloads/",
1640
            "license": [
1641
                "MIT"
1642
            ],
1643
            "authors": [
1644
                {
1645
                    "name": "PHP-FIG",
1646
                    "homepage": "http://www.php-fig.org/"
1647
                }
1648
            ],
1649
            "description": "Common interface for logging libraries",
1650
            "homepage": "https://github.com/php-fig/log",
1651
            "keywords": [
1652
                "log",
1653
                "psr",
1654
                "psr-3"
1655
            ],
1656
            "time": "2018-11-20T15:27:04+00:00"
1657
        },
1658
        {
1659
            "name": "psr/simple-cache",
1660
            "version": "1.0.1",
1661
            "source": {
1662
                "type": "git",
1663
                "url": "https://github.com/php-fig/simple-cache.git",
1664
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
1665
            },
1666
            "dist": {
1667
                "type": "zip",
1668
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1669
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1670
                "shasum": ""
1671
            },
1672
            "require": {
1673
                "php": ">=5.3.0"
1674
            },
1675
            "type": "library",
1676
            "extra": {
1677
                "branch-alias": {
1678
                    "dev-master": "1.0.x-dev"
1679
                }
1680
            },
1681
            "autoload": {
1682
                "psr-4": {
1683
                    "Psr\\SimpleCache\\": "src/"
1684
                }
1685
            },
1686
            "notification-url": "https://packagist.org/downloads/",
1687
            "license": [
1688
                "MIT"
1689
            ],
1690
            "authors": [
1691
                {
1692
                    "name": "PHP-FIG",
1693
                    "homepage": "http://www.php-fig.org/"
1694
                }
1695
            ],
1696
            "description": "Common interfaces for simple caching",
1697
            "keywords": [
1698
                "cache",
1699
                "caching",
1700
                "psr",
1701
                "psr-16",
1702
                "simple-cache"
1703
            ],
1704
            "time": "2017-10-23T01:57:42+00:00"
1705
        },
1706
        {
1707
            "name": "ralouphie/getallheaders",
1708
            "version": "2.0.5",
1709
            "source": {
1710
                "type": "git",
1711
                "url": "https://github.com/ralouphie/getallheaders.git",
1712
                "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa"
1713
            },
1714
            "dist": {
1715
                "type": "zip",
1716
                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
1717
                "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
1718
                "shasum": ""
1719
            },
1720
            "require": {
1721
                "php": ">=5.3"
1722
            },
1723
            "require-dev": {
1724
                "phpunit/phpunit": "~3.7.0",
1725
                "satooshi/php-coveralls": ">=1.0"
1726
            },
1727
            "type": "library",
1728
            "autoload": {
1729
                "files": [
1730
                    "src/getallheaders.php"
1731
                ]
1732
            },
1733
            "notification-url": "https://packagist.org/downloads/",
1734
            "license": [
1735
                "MIT"
1736
            ],
1737
            "authors": [
1738
                {
1739
                    "name": "Ralph Khattar",
1740
                    "email": "[email protected]"
1741
                }
1742
            ],
1743
            "description": "A polyfill for getallheaders.",
1744
            "time": "2016-02-11T07:05:27+00:00"
1745
        },
1746
        {
1747
            "name": "ramsey/uuid",
1748
            "version": "3.8.0",
1749
            "source": {
1750
                "type": "git",
1751
                "url": "https://github.com/ramsey/uuid.git",
1752
                "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3"
1753
            },
1754
            "dist": {
1755
                "type": "zip",
1756
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
1757
                "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
1758
                "shasum": ""
1759
            },
1760
            "require": {
1761
                "paragonie/random_compat": "^1.0|^2.0|9.99.99",
1762
                "php": "^5.4 || ^7.0",
1763
                "symfony/polyfill-ctype": "^1.8"
1764
            },
1765
            "replace": {
1766
                "rhumsaa/uuid": "self.version"
1767
            },
1768
            "require-dev": {
1769
                "codeception/aspect-mock": "^1.0 | ~2.0.0",
1770
                "doctrine/annotations": "~1.2.0",
1771
                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
1772
                "ircmaxell/random-lib": "^1.1",
1773
                "jakub-onderka/php-parallel-lint": "^0.9.0",
1774
                "mockery/mockery": "^0.9.9",
1775
                "moontoast/math": "^1.1",
1776
                "php-mock/php-mock-phpunit": "^0.3|^1.1",
1777
                "phpunit/phpunit": "^4.7|^5.0|^6.5",
1778
                "squizlabs/php_codesniffer": "^2.3"
1779
            },
1780
            "suggest": {
1781
                "ext-ctype": "Provides support for PHP Ctype functions",
1782
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
1783
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
1784
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
1785
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
1786
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
1787
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
1788
            },
1789
            "type": "library",
1790
            "extra": {
1791
                "branch-alias": {
1792
                    "dev-master": "3.x-dev"
1793
                }
1794
            },
1795
            "autoload": {
1796
                "psr-4": {
1797
                    "Ramsey\\Uuid\\": "src/"
1798
                }
1799
            },
1800
            "notification-url": "https://packagist.org/downloads/",
1801
            "license": [
1802
                "MIT"
1803
            ],
1804
            "authors": [
1805
                {
1806
                    "name": "Marijn Huizendveld",
1807
                    "email": "[email protected]"
1808
                },
1809
                {
1810
                    "name": "Thibaud Fabre",
1811
                    "email": "[email protected]"
1812
                },
1813
                {
1814
                    "name": "Ben Ramsey",
1815
                    "email": "[email protected]",
1816
                    "homepage": "https://benramsey.com"
1817
                }
1818
            ],
1819
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
1820
            "homepage": "https://github.com/ramsey/uuid",
1821
            "keywords": [
1822
                "guid",
1823
                "identifier",
1824
                "uuid"
1825
            ],
1826
            "time": "2018-07-19T23:38:55+00:00"
1827
        },
1828
        {
1829
            "name": "swiftmailer/swiftmailer",
1830
            "version": "v6.1.3",
1831
            "source": {
1832
                "type": "git",
1833
                "url": "https://github.com/swiftmailer/swiftmailer.git",
1834
                "reference": "8ddcb66ac10c392d3beb54829eef8ac1438595f4"
1835
            },
1836
            "dist": {
1837
                "type": "zip",
1838
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8ddcb66ac10c392d3beb54829eef8ac1438595f4",
1839
                "reference": "8ddcb66ac10c392d3beb54829eef8ac1438595f4",
1840
                "shasum": ""
1841
            },
1842
            "require": {
1843
                "egulias/email-validator": "~2.0",
1844
                "php": ">=7.0.0"
1845
            },
1846
            "require-dev": {
1847
                "mockery/mockery": "~0.9.1",
1848
                "symfony/phpunit-bridge": "~3.3@dev"
1849
            },
1850
            "suggest": {
1851
                "ext-intl": "Needed to support internationalized email addresses",
1852
                "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
1853
            },
1854
            "type": "library",
1855
            "extra": {
1856
                "branch-alias": {
1857
                    "dev-master": "6.1-dev"
1858
                }
1859
            },
1860
            "autoload": {
1861
                "files": [
1862
                    "lib/swift_required.php"
1863
                ]
1864
            },
1865
            "notification-url": "https://packagist.org/downloads/",
1866
            "license": [
1867
                "MIT"
1868
            ],
1869
            "authors": [
1870
                {
1871
                    "name": "Chris Corbyn"
1872
                },
1873
                {
1874
                    "name": "Fabien Potencier",
1875
                    "email": "[email protected]"
1876
                }
1877
            ],
1878
            "description": "Swiftmailer, free feature-rich PHP mailer",
1879
            "homepage": "https://swiftmailer.symfony.com",
1880
            "keywords": [
1881
                "email",
1882
                "mail",
1883
                "mailer"
1884
            ],
1885
            "time": "2018-09-11T07:12:52+00:00"
1886
        },
1887
        {
1888
            "name": "symfony/cache",
1889
            "version": "v4.2.1",
1890
            "source": {
1891
                "type": "git",
1892
                "url": "https://github.com/symfony/cache.git",
1893
                "reference": "5c4b50d6ba4f1c8955c3454444c1e3cfddaaad41"
1894
            },
1895
            "dist": {
1896
                "type": "zip",
1897
                "url": "https://api.github.com/repos/symfony/cache/zipball/5c4b50d6ba4f1c8955c3454444c1e3cfddaaad41",
1898
                "reference": "5c4b50d6ba4f1c8955c3454444c1e3cfddaaad41",
1899
                "shasum": ""
1900
            },
1901
            "require": {
1902
                "php": "^7.1.3",
1903
                "psr/cache": "~1.0",
1904
                "psr/log": "~1.0",
1905
                "psr/simple-cache": "^1.0",
1906
                "symfony/contracts": "^1.0",
1907
                "symfony/var-exporter": "^4.2"
1908
            },
1909
            "conflict": {
1910
                "doctrine/dbal": "<2.5",
1911
                "symfony/dependency-injection": "<3.4",
1912
                "symfony/var-dumper": "<3.4"
1913
            },
1914
            "provide": {
1915
                "psr/cache-implementation": "1.0",
1916
                "psr/simple-cache-implementation": "1.0",
1917
                "symfony/cache-contracts-implementation": "1.0"
1918
            },
1919
            "require-dev": {
1920
                "cache/integration-tests": "dev-master",
1921
                "doctrine/cache": "~1.6",
1922
                "doctrine/dbal": "~2.5",
1923
                "predis/predis": "~1.1",
1924
                "symfony/config": "~4.2",
1925
                "symfony/dependency-injection": "~3.4|~4.1",
1926
                "symfony/var-dumper": "^4.1.1"
1927
            },
1928
            "type": "library",
1929
            "extra": {
1930
                "branch-alias": {
1931
                    "dev-master": "4.2-dev"
1932
                }
1933
            },
1934
            "autoload": {
1935
                "psr-4": {
1936
                    "Symfony\\Component\\Cache\\": ""
1937
                },
1938
                "exclude-from-classmap": [
1939
                    "/Tests/"
1940
                ]
1941
            },
1942
            "notification-url": "https://packagist.org/downloads/",
1943
            "license": [
1944
                "MIT"
1945
            ],
1946
            "authors": [
1947
                {
1948
                    "name": "Nicolas Grekas",
1949
                    "email": "[email protected]"
1950
                },
1951
                {
1952
                    "name": "Symfony Community",
1953
                    "homepage": "https://symfony.com/contributors"
1954
                }
1955
            ],
1956
            "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
1957
            "homepage": "https://symfony.com",
1958
            "keywords": [
1959
                "caching",
1960
                "psr6"
1961
            ],
1962
            "time": "2018-12-06T11:00:08+00:00"
1963
        },
1964
        {
1965
            "name": "symfony/contracts",
1966
            "version": "v1.0.2",
1967
            "source": {
1968
                "type": "git",
1969
                "url": "https://github.com/symfony/contracts.git",
1970
                "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf"
1971
            },
1972
            "dist": {
1973
                "type": "zip",
1974
                "url": "https://api.github.com/repos/symfony/contracts/zipball/1aa7ab2429c3d594dd70689604b5cf7421254cdf",
1975
                "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf",
1976
                "shasum": ""
1977
            },
1978
            "require": {
1979
                "php": "^7.1.3"
1980
            },
1981
            "require-dev": {
1982
                "psr/cache": "^1.0",
1983
                "psr/container": "^1.0"
1984
            },
1985
            "suggest": {
1986
                "psr/cache": "When using the Cache contracts",
1987
                "psr/container": "When using the Service contracts",
1988
                "symfony/cache-contracts-implementation": "",
1989
                "symfony/service-contracts-implementation": "",
1990
                "symfony/translation-contracts-implementation": ""
1991
            },
1992
            "type": "library",
1993
            "extra": {
1994
                "branch-alias": {
1995
                    "dev-master": "1.0-dev"
1996
                }
1997
            },
1998
            "autoload": {
1999
                "psr-4": {
2000
                    "Symfony\\Contracts\\": ""
2001
                },
2002
                "exclude-from-classmap": [
2003
                    "**/Tests/"
2004
                ]
2005
            },
2006
            "notification-url": "https://packagist.org/downloads/",
2007
            "license": [
2008
                "MIT"
2009
            ],
2010
            "authors": [
2011
                {
2012
                    "name": "Nicolas Grekas",
2013
                    "email": "[email protected]"
2014
                },
2015
                {
2016
                    "name": "Symfony Community",
2017
                    "homepage": "https://symfony.com/contributors"
2018
                }
2019
            ],
2020
            "description": "A set of abstractions extracted out of the Symfony components",
2021
            "homepage": "https://symfony.com",
2022
            "keywords": [
2023
                "abstractions",
2024
                "contracts",
2025
                "decoupling",
2026
                "interfaces",
2027
                "interoperability",
2028
                "standards"
2029
            ],
2030
            "time": "2018-12-05T08:06:11+00:00"
2031
        },
2032
        {
2033
            "name": "symfony/debug",
2034
            "version": "v4.2.1",
2035
            "source": {
2036
                "type": "git",
2037
                "url": "https://github.com/symfony/debug.git",
2038
                "reference": "e0a2b92ee0b5b934f973d90c2f58e18af109d276"
2039
            },
2040
            "dist": {
2041
                "type": "zip",
2042
                "url": "https://api.github.com/repos/symfony/debug/zipball/e0a2b92ee0b5b934f973d90c2f58e18af109d276",
2043
                "reference": "e0a2b92ee0b5b934f973d90c2f58e18af109d276",
2044
                "shasum": ""
2045
            },
2046
            "require": {
2047
                "php": "^7.1.3",
2048
                "psr/log": "~1.0"
2049
            },
2050
            "conflict": {
2051
                "symfony/http-kernel": "<3.4"
2052
            },
2053
            "require-dev": {
2054
                "symfony/http-kernel": "~3.4|~4.0"
2055
            },
2056
            "type": "library",
2057
            "extra": {
2058
                "branch-alias": {
2059
                    "dev-master": "4.2-dev"
2060
                }
2061
            },
2062
            "autoload": {
2063
                "psr-4": {
2064
                    "Symfony\\Component\\Debug\\": ""
2065
                },
2066
                "exclude-from-classmap": [
2067
                    "/Tests/"
2068
                ]
2069
            },
2070
            "notification-url": "https://packagist.org/downloads/",
2071
            "license": [
2072
                "MIT"
2073
            ],
2074
            "authors": [
2075
                {
2076
                    "name": "Fabien Potencier",
2077
                    "email": "[email protected]"
2078
                },
2079
                {
2080
                    "name": "Symfony Community",
2081
                    "homepage": "https://symfony.com/contributors"
2082
                }
2083
            ],
2084
            "description": "Symfony Debug Component",
2085
            "homepage": "https://symfony.com",
2086
            "time": "2018-11-28T18:24:18+00:00"
2087
        },
2088
        {
2089
            "name": "symfony/event-dispatcher",
2090
            "version": "v4.2.1",
2091
            "source": {
2092
                "type": "git",
2093
                "url": "https://github.com/symfony/event-dispatcher.git",
2094
                "reference": "921f49c3158a276d27c0d770a5a347a3b718b328"
2095
            },
2096
            "dist": {
2097
                "type": "zip",
2098
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/921f49c3158a276d27c0d770a5a347a3b718b328",
2099
                "reference": "921f49c3158a276d27c0d770a5a347a3b718b328",
2100
                "shasum": ""
2101
            },
2102
            "require": {
2103
                "php": "^7.1.3",
2104
                "symfony/contracts": "^1.0"
2105
            },
2106
            "conflict": {
2107
                "symfony/dependency-injection": "<3.4"
2108
            },
2109
            "require-dev": {
2110
                "psr/log": "~1.0",
2111
                "symfony/config": "~3.4|~4.0",
2112
                "symfony/dependency-injection": "~3.4|~4.0",
2113
                "symfony/expression-language": "~3.4|~4.0",
2114
                "symfony/stopwatch": "~3.4|~4.0"
2115
            },
2116
            "suggest": {
2117
                "symfony/dependency-injection": "",
2118
                "symfony/http-kernel": ""
2119
            },
2120
            "type": "library",
2121
            "extra": {
2122
                "branch-alias": {
2123
                    "dev-master": "4.2-dev"
2124
                }
2125
            },
2126
            "autoload": {
2127
                "psr-4": {
2128
                    "Symfony\\Component\\EventDispatcher\\": ""
2129
                },
2130
                "exclude-from-classmap": [
2131
                    "/Tests/"
2132
                ]
2133
            },
2134
            "notification-url": "https://packagist.org/downloads/",
2135
            "license": [
2136
                "MIT"
2137
            ],
2138
            "authors": [
2139
                {
2140
                    "name": "Fabien Potencier",
2141
                    "email": "[email protected]"
2142
                },
2143
                {
2144
                    "name": "Symfony Community",
2145
                    "homepage": "https://symfony.com/contributors"
2146
                }
2147
            ],
2148
            "description": "Symfony EventDispatcher Component",
2149
            "homepage": "https://symfony.com",
2150
            "time": "2018-12-01T08:52:38+00:00"
2151
        },
2152
        {
2153
            "name": "symfony/expression-language",
2154
            "version": "v4.2.1",
2155
            "source": {
2156
                "type": "git",
2157
                "url": "https://github.com/symfony/expression-language.git",
2158
                "reference": "2d2741ecba77e1cb27b726f12a6d43cfc2f199af"
2159
            },
2160
            "dist": {
2161
                "type": "zip",
2162
                "url": "https://api.github.com/repos/symfony/expression-language/zipball/2d2741ecba77e1cb27b726f12a6d43cfc2f199af",
2163
                "reference": "2d2741ecba77e1cb27b726f12a6d43cfc2f199af",
2164
                "shasum": ""
2165
            },
2166
            "require": {
2167
                "php": "^7.1.3",
2168
                "symfony/cache": "~3.4|~4.0",
2169
                "symfony/contracts": "^1.0"
2170
            },
2171
            "type": "library",
2172
            "extra": {
2173
                "branch-alias": {
2174
                    "dev-master": "4.2-dev"
2175
                }
2176
            },
2177
            "autoload": {
2178
                "psr-4": {
2179
                    "Symfony\\Component\\ExpressionLanguage\\": ""
2180
                },
2181
                "exclude-from-classmap": [
2182
                    "/Tests/"
2183
                ]
2184
            },
2185
            "notification-url": "https://packagist.org/downloads/",
2186
            "license": [
2187
                "MIT"
2188
            ],
2189
            "authors": [
2190
                {
2191
                    "name": "Fabien Potencier",
2192
                    "email": "[email protected]"
2193
                },
2194
                {
2195
                    "name": "Symfony Community",
2196
                    "homepage": "https://symfony.com/contributors"
2197
                }
2198
            ],
2199
            "description": "Symfony ExpressionLanguage Component",
2200
            "homepage": "https://symfony.com",
2201
            "time": "2018-11-11T19:52:12+00:00"
2202
        },
2203
        {
2204
            "name": "symfony/http-foundation",
2205
            "version": "v4.2.1",
2206
            "source": {
2207
                "type": "git",
2208
                "url": "https://github.com/symfony/http-foundation.git",
2209
                "reference": "1b31f3017fadd8cb05cf2c8aebdbf3b12a943851"
2210
            },
2211
            "dist": {
2212
                "type": "zip",
2213
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/1b31f3017fadd8cb05cf2c8aebdbf3b12a943851",
2214
                "reference": "1b31f3017fadd8cb05cf2c8aebdbf3b12a943851",
2215
                "shasum": ""
2216
            },
2217
            "require": {
2218
                "php": "^7.1.3",
2219
                "symfony/polyfill-mbstring": "~1.1"
2220
            },
2221
            "require-dev": {
2222
                "predis/predis": "~1.0",
2223
                "symfony/expression-language": "~3.4|~4.0"
2224
            },
2225
            "type": "library",
2226
            "extra": {
2227
                "branch-alias": {
2228
                    "dev-master": "4.2-dev"
2229
                }
2230
            },
2231
            "autoload": {
2232
                "psr-4": {
2233
                    "Symfony\\Component\\HttpFoundation\\": ""
2234
                },
2235
                "exclude-from-classmap": [
2236
                    "/Tests/"
2237
                ]
2238
            },
2239
            "notification-url": "https://packagist.org/downloads/",
2240
            "license": [
2241
                "MIT"
2242
            ],
2243
            "authors": [
2244
                {
2245
                    "name": "Fabien Potencier",
2246
                    "email": "[email protected]"
2247
                },
2248
                {
2249
                    "name": "Symfony Community",
2250
                    "homepage": "https://symfony.com/contributors"
2251
                }
2252
            ],
2253
            "description": "Symfony HttpFoundation Component",
2254
            "homepage": "https://symfony.com",
2255
            "time": "2018-11-26T10:55:26+00:00"
2256
        },
2257
        {
2258
            "name": "symfony/http-kernel",
2259
            "version": "v4.2.1",
2260
            "source": {
2261
                "type": "git",
2262
                "url": "https://github.com/symfony/http-kernel.git",
2263
                "reference": "b39ceffc0388232c309cbde3a7c3685f2ec0a624"
2264
            },
2265
            "dist": {
2266
                "type": "zip",
2267
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/b39ceffc0388232c309cbde3a7c3685f2ec0a624",
2268
                "reference": "b39ceffc0388232c309cbde3a7c3685f2ec0a624",
2269
                "shasum": ""
2270
            },
2271
            "require": {
2272
                "php": "^7.1.3",
2273
                "psr/log": "~1.0",
2274
                "symfony/contracts": "^1.0.2",
2275
                "symfony/debug": "~3.4|~4.0",
2276
                "symfony/event-dispatcher": "~4.1",
2277
                "symfony/http-foundation": "^4.1.1",
2278
                "symfony/polyfill-ctype": "~1.8"
2279
            },
2280
            "conflict": {
2281
                "symfony/config": "<3.4",
2282
                "symfony/dependency-injection": "<4.2",
2283
                "symfony/translation": "<4.2",
2284
                "symfony/var-dumper": "<4.1.1",
2285
                "twig/twig": "<1.34|<2.4,>=2"
2286
            },
2287
            "provide": {
2288
                "psr/log-implementation": "1.0"
2289
            },
2290
            "require-dev": {
2291
                "psr/cache": "~1.0",
2292
                "symfony/browser-kit": "~3.4|~4.0",
2293
                "symfony/config": "~3.4|~4.0",
2294
                "symfony/console": "~3.4|~4.0",
2295
                "symfony/css-selector": "~3.4|~4.0",
2296
                "symfony/dependency-injection": "^4.2",
2297
                "symfony/dom-crawler": "~3.4|~4.0",
2298
                "symfony/expression-language": "~3.4|~4.0",
2299
                "symfony/finder": "~3.4|~4.0",
2300
                "symfony/process": "~3.4|~4.0",
2301
                "symfony/routing": "~3.4|~4.0",
2302
                "symfony/stopwatch": "~3.4|~4.0",
2303
                "symfony/templating": "~3.4|~4.0",
2304
                "symfony/translation": "~4.2",
2305
                "symfony/var-dumper": "^4.1.1"
2306
            },
2307
            "suggest": {
2308
                "symfony/browser-kit": "",
2309
                "symfony/config": "",
2310
                "symfony/console": "",
2311
                "symfony/dependency-injection": "",
2312
                "symfony/var-dumper": ""
2313
            },
2314
            "type": "library",
2315
            "extra": {
2316
                "branch-alias": {
2317
                    "dev-master": "4.2-dev"
2318
                }
2319
            },
2320
            "autoload": {
2321
                "psr-4": {
2322
                    "Symfony\\Component\\HttpKernel\\": ""
2323
                },
2324
                "exclude-from-classmap": [
2325
                    "/Tests/"
2326
                ]
2327
            },
2328
            "notification-url": "https://packagist.org/downloads/",
2329
            "license": [
2330
                "MIT"
2331
            ],
2332
            "authors": [
2333
                {
2334
                    "name": "Fabien Potencier",
2335
                    "email": "[email protected]"
2336
                },
2337
                {
2338
                    "name": "Symfony Community",
2339
                    "homepage": "https://symfony.com/contributors"
2340
                }
2341
            ],
2342
            "description": "Symfony HttpKernel Component",
2343
            "homepage": "https://symfony.com",
2344
            "time": "2018-12-06T17:39:52+00:00"
2345
        },
2346
        {
2347
            "name": "symfony/polyfill-ctype",
2348
            "version": "v1.10.0",
2349
            "source": {
2350
                "type": "git",
2351
                "url": "https://github.com/symfony/polyfill-ctype.git",
2352
                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
2353
            },
2354
            "dist": {
2355
                "type": "zip",
2356
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
2357
                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
2358
                "shasum": ""
2359
            },
2360
            "require": {
2361
                "php": ">=5.3.3"
2362
            },
2363
            "suggest": {
2364
                "ext-ctype": "For best performance"
2365
            },
2366
            "type": "library",
2367
            "extra": {
2368
                "branch-alias": {
2369
                    "dev-master": "1.9-dev"
2370
                }
2371
            },
2372
            "autoload": {
2373
                "psr-4": {
2374
                    "Symfony\\Polyfill\\Ctype\\": ""
2375
                },
2376
                "files": [
2377
                    "bootstrap.php"
2378
                ]
2379
            },
2380
            "notification-url": "https://packagist.org/downloads/",
2381
            "license": [
2382
                "MIT"
2383
            ],
2384
            "authors": [
2385
                {
2386
                    "name": "Symfony Community",
2387
                    "homepage": "https://symfony.com/contributors"
2388
                },
2389
                {
2390
                    "name": "Gert de Pagter",
2391
                    "email": "[email protected]"
2392
                }
2393
            ],
2394
            "description": "Symfony polyfill for ctype functions",
2395
            "homepage": "https://symfony.com",
2396
            "keywords": [
2397
                "compatibility",
2398
                "ctype",
2399
                "polyfill",
2400
                "portable"
2401
            ],
2402
            "time": "2018-08-06T14:22:27+00:00"
2403
        },
2404
        {
2405
            "name": "symfony/polyfill-mbstring",
2406
            "version": "v1.10.0",
2407
            "source": {
2408
                "type": "git",
2409
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2410
                "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
2411
            },
2412
            "dist": {
2413
                "type": "zip",
2414
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
2415
                "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
2416
                "shasum": ""
2417
            },
2418
            "require": {
2419
                "php": ">=5.3.3"
2420
            },
2421
            "suggest": {
2422
                "ext-mbstring": "For best performance"
2423
            },
2424
            "type": "library",
2425
            "extra": {
2426
                "branch-alias": {
2427
                    "dev-master": "1.9-dev"
2428
                }
2429
            },
2430
            "autoload": {
2431
                "psr-4": {
2432
                    "Symfony\\Polyfill\\Mbstring\\": ""
2433
                },
2434
                "files": [
2435
                    "bootstrap.php"
2436
                ]
2437
            },
2438
            "notification-url": "https://packagist.org/downloads/",
2439
            "license": [
2440
                "MIT"
2441
            ],
2442
            "authors": [
2443
                {
2444
                    "name": "Nicolas Grekas",
2445
                    "email": "[email protected]"
2446
                },
2447
                {
2448
                    "name": "Symfony Community",
2449
                    "homepage": "https://symfony.com/contributors"
2450
                }
2451
            ],
2452
            "description": "Symfony polyfill for the Mbstring extension",
2453
            "homepage": "https://symfony.com",
2454
            "keywords": [
2455
                "compatibility",
2456
                "mbstring",
2457
                "polyfill",
2458
                "portable",
2459
                "shim"
2460
            ],
2461
            "time": "2018-09-21T13:07:52+00:00"
2462
        },
2463
        {
2464
            "name": "symfony/polyfill-php71",
2465
            "version": "v1.10.0",
2466
            "source": {
2467
                "type": "git",
2468
                "url": "https://github.com/symfony/polyfill-php71.git",
2469
                "reference": "1766834a22738196eb45486c4ca23c5739513bf4"
2470
            },
2471
            "dist": {
2472
                "type": "zip",
2473
                "url": "https://api.github.com/repos/symfony/polyfill-php71/zipball/1766834a22738196eb45486c4ca23c5739513bf4",
2474
                "reference": "1766834a22738196eb45486c4ca23c5739513bf4",
2475
                "shasum": ""
2476
            },
2477
            "require": {
2478
                "php": ">=5.3.3"
2479
            },
2480
            "type": "library",
2481
            "extra": {
2482
                "branch-alias": {
2483
                    "dev-master": "1.9-dev"
2484
                }
2485
            },
2486
            "autoload": {
2487
                "psr-4": {
2488
                    "Symfony\\Polyfill\\Php71\\": ""
2489
                },
2490
                "files": [
2491
                    "bootstrap.php"
2492
                ]
2493
            },
2494
            "notification-url": "https://packagist.org/downloads/",
2495
            "license": [
2496
                "MIT"
2497
            ],
2498
            "authors": [
2499
                {
2500
                    "name": "Nicolas Grekas",
2501
                    "email": "[email protected]"
2502
                },
2503
                {
2504
                    "name": "Symfony Community",
2505
                    "homepage": "https://symfony.com/contributors"
2506
                }
2507
            ],
2508
            "description": "Symfony polyfill backporting some PHP 7.1+ features to lower PHP versions",
2509
            "homepage": "https://symfony.com",
2510
            "keywords": [
2511
                "compatibility",
2512
                "polyfill",
2513
                "portable",
2514
                "shim"
2515
            ],
2516
            "time": "2018-08-06T14:22:27+00:00"
2517
        },
2518
        {
2519
            "name": "symfony/polyfill-php72",
2520
            "version": "v1.10.0",
2521
            "source": {
2522
                "type": "git",
2523
                "url": "https://github.com/symfony/polyfill-php72.git",
2524
                "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631"
2525
            },
2526
            "dist": {
2527
                "type": "zip",
2528
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
2529
                "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
2530
                "shasum": ""
2531
            },
2532
            "require": {
2533
                "php": ">=5.3.3"
2534
            },
2535
            "type": "library",
2536
            "extra": {
2537
                "branch-alias": {
2538
                    "dev-master": "1.9-dev"
2539
                }
2540
            },
2541
            "autoload": {
2542
                "psr-4": {
2543
                    "Symfony\\Polyfill\\Php72\\": ""
2544
                },
2545
                "files": [
2546
                    "bootstrap.php"
2547
                ]
2548
            },
2549
            "notification-url": "https://packagist.org/downloads/",
2550
            "license": [
2551
                "MIT"
2552
            ],
2553
            "authors": [
2554
                {
2555
                    "name": "Nicolas Grekas",
2556
                    "email": "[email protected]"
2557
                },
2558
                {
2559
                    "name": "Symfony Community",
2560
                    "homepage": "https://symfony.com/contributors"
2561
                }
2562
            ],
2563
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
2564
            "homepage": "https://symfony.com",
2565
            "keywords": [
2566
                "compatibility",
2567
                "polyfill",
2568
                "portable",
2569
                "shim"
2570
            ],
2571
            "time": "2018-09-21T13:07:52+00:00"
2572
        },
2573
        {
2574
            "name": "symfony/translation",
2575
            "version": "v4.2.1",
2576
            "source": {
2577
                "type": "git",
2578
                "url": "https://github.com/symfony/translation.git",
2579
                "reference": "c0e2191e9bed845946ab3d99767513b56ca7dcd6"
2580
            },
2581
            "dist": {
2582
                "type": "zip",
2583
                "url": "https://api.github.com/repos/symfony/translation/zipball/c0e2191e9bed845946ab3d99767513b56ca7dcd6",
2584
                "reference": "c0e2191e9bed845946ab3d99767513b56ca7dcd6",
2585
                "shasum": ""
2586
            },
2587
            "require": {
2588
                "php": "^7.1.3",
2589
                "symfony/contracts": "^1.0.2",
2590
                "symfony/polyfill-mbstring": "~1.0"
2591
            },
2592
            "conflict": {
2593
                "symfony/config": "<3.4",
2594
                "symfony/dependency-injection": "<3.4",
2595
                "symfony/yaml": "<3.4"
2596
            },
2597
            "provide": {
2598
                "symfony/translation-contracts-implementation": "1.0"
2599
            },
2600
            "require-dev": {
2601
                "psr/log": "~1.0",
2602
                "symfony/config": "~3.4|~4.0",
2603
                "symfony/console": "~3.4|~4.0",
2604
                "symfony/dependency-injection": "~3.4|~4.0",
2605
                "symfony/finder": "~2.8|~3.0|~4.0",
2606
                "symfony/intl": "~3.4|~4.0",
2607
                "symfony/yaml": "~3.4|~4.0"
2608
            },
2609
            "suggest": {
2610
                "psr/log-implementation": "To use logging capability in translator",
2611
                "symfony/config": "",
2612
                "symfony/yaml": ""
2613
            },
2614
            "type": "library",
2615
            "extra": {
2616
                "branch-alias": {
2617
                    "dev-master": "4.2-dev"
2618
                }
2619
            },
2620
            "autoload": {
2621
                "psr-4": {
2622
                    "Symfony\\Component\\Translation\\": ""
2623
                },
2624
                "exclude-from-classmap": [
2625
                    "/Tests/"
2626
                ]
2627
            },
2628
            "notification-url": "https://packagist.org/downloads/",
2629
            "license": [
2630
                "MIT"
2631
            ],
2632
            "authors": [
2633
                {
2634
                    "name": "Fabien Potencier",
2635
                    "email": "[email protected]"
2636
                },
2637
                {
2638
                    "name": "Symfony Community",
2639
                    "homepage": "https://symfony.com/contributors"
2640
                }
2641
            ],
2642
            "description": "Symfony Translation Component",
2643
            "homepage": "https://symfony.com",
2644
            "time": "2018-12-06T10:45:32+00:00"
2645
        },
2646
        {
2647
            "name": "symfony/var-exporter",
2648
            "version": "v4.2.1",
2649
            "source": {
2650
                "type": "git",
2651
                "url": "https://github.com/symfony/var-exporter.git",
2652
                "reference": "a39222e357362424b61dcde50e2f7b5a7d3306db"
2653
            },
2654
            "dist": {
2655
                "type": "zip",
2656
                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/a39222e357362424b61dcde50e2f7b5a7d3306db",
2657
                "reference": "a39222e357362424b61dcde50e2f7b5a7d3306db",
2658
                "shasum": ""
2659
            },
2660
            "require": {
2661
                "php": "^7.1.3"
2662
            },
2663
            "require-dev": {
2664
                "symfony/var-dumper": "^4.1.1"
2665
            },
2666
            "type": "library",
2667
            "extra": {
2668
                "branch-alias": {
2669
                    "dev-master": "4.2-dev"
2670
                }
2671
            },
2672
            "autoload": {
2673
                "psr-4": {
2674
                    "Symfony\\Component\\VarExporter\\": ""
2675
                },
2676
                "exclude-from-classmap": [
2677
                    "/Tests/"
2678
                ]
2679
            },
2680
            "notification-url": "https://packagist.org/downloads/",
2681
            "license": [
2682
                "MIT"
2683
            ],
2684
            "authors": [
2685
                {
2686
                    "name": "Nicolas Grekas",
2687
                    "email": "[email protected]"
2688
                },
2689
                {
2690
                    "name": "Symfony Community",
2691
                    "homepage": "https://symfony.com/contributors"
2692
                }
2693
            ],
2694
            "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
2695
            "homepage": "https://symfony.com",
2696
            "keywords": [
2697
                "clone",
2698
                "construct",
2699
                "export",
2700
                "hydrate",
2701
                "instantiate",
2702
                "serialize"
2703
            ],
2704
            "time": "2018-12-03T22:40:09+00:00"
2705
        },
2706
        {
2707
            "name": "tecnickcom/tcpdf",
2708
            "version": "6.2.26",
2709
            "source": {
2710
                "type": "git",
2711
                "url": "https://github.com/tecnickcom/TCPDF.git",
2712
                "reference": "367241059ca166e3a76490f4448c284e0a161f15"
2713
            },
2714
            "dist": {
2715
                "type": "zip",
2716
                "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/367241059ca166e3a76490f4448c284e0a161f15",
2717
                "reference": "367241059ca166e3a76490f4448c284e0a161f15",
2718
                "shasum": ""
2719
            },
2720
            "require": {
2721
                "php": ">=5.3.0"
2722
            },
2723
            "type": "library",
2724
            "autoload": {
2725
                "classmap": [
2726
                    "config",
2727
                    "include",
2728
                    "tcpdf.php",
2729
                    "tcpdf_parser.php",
2730
                    "tcpdf_import.php",
2731
                    "tcpdf_barcodes_1d.php",
2732
                    "tcpdf_barcodes_2d.php",
2733
                    "include/tcpdf_colors.php",
2734
                    "include/tcpdf_filters.php",
2735
                    "include/tcpdf_font_data.php",
2736
                    "include/tcpdf_fonts.php",
2737
                    "include/tcpdf_images.php",
2738
                    "include/tcpdf_static.php",
2739
                    "include/barcodes/datamatrix.php",
2740
                    "include/barcodes/pdf417.php",
2741
                    "include/barcodes/qrcode.php"
2742
                ]
2743
            },
2744
            "notification-url": "https://packagist.org/downloads/",
2745
            "license": [
2746
                "LGPL-3.0"
2747
            ],
2748
            "authors": [
2749
                {
2750
                    "name": "Nicola Asuni",
2751
                    "email": "[email protected]",
2752
                    "role": "lead"
2753
                }
2754
            ],
2755
            "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
2756
            "homepage": "http://www.tcpdf.org/",
2757
            "keywords": [
2758
                "PDFD32000-2008",
2759
                "TCPDF",
2760
                "barcodes",
2761
                "datamatrix",
2762
                "pdf",
2763
                "pdf417",
2764
                "qrcode"
2765
            ],
2766
            "time": "2018-10-16T17:24:05+00:00"
2767
        },
2768
        {
2769
            "name": "webuni/commonmark-table-extension",
2770
            "version": "0.9.0",
2771
            "source": {
2772
                "type": "git",
2773
                "url": "https://github.com/webuni/commonmark-table-extension.git",
2774
                "reference": "94bc98d802d0b706e748716854e5fa0bd3644df3"
2775
            },
2776
            "dist": {
2777
                "type": "zip",
2778
                "url": "https://api.github.com/repos/webuni/commonmark-table-extension/zipball/94bc98d802d0b706e748716854e5fa0bd3644df3",
2779
                "reference": "94bc98d802d0b706e748716854e5fa0bd3644df3",
2780
                "shasum": ""
2781
            },
2782
            "require": {
2783
                "league/commonmark": "^0.16|^0.17|^0.18",
2784
                "php": "^5.6|^7.0"
2785
            },
2786
            "require-dev": {
2787
                "friendsofphp/php-cs-fixer": "^2.9",
2788
                "phpunit/phpunit": "^5.4|^6.0",
2789
                "symfony/var-dumper": "^3.0|^4.0",
2790
                "vimeo/psalm": "~0.3"
2791
            },
2792
            "type": "library",
2793
            "extra": {
2794
                "branch-alias": {
2795
                    "dev-master": "0.9-dev"
2796
                }
2797
            },
2798
            "autoload": {
2799
                "psr-4": {
2800
                    "Webuni\\CommonMark\\TableExtension\\": "src"
2801
                }
2802
            },
2803
            "notification-url": "https://packagist.org/downloads/",
2804
            "license": [
2805
                "MIT"
2806
            ],
2807
            "authors": [
2808
                {
2809
                    "name": "Martin Hasoň",
2810
                    "email": "[email protected]"
2811
                },
2812
                {
2813
                    "name": "Webuni s.r.o.",
2814
                    "homepage": "https://www.webuni.cz"
2815
                }
2816
            ],
2817
            "description": "The table extension for CommonMark PHP implementation",
2818
            "homepage": "https://github.com/webuni/commonmark-table-extension",
2819
            "keywords": [
2820
                "commonmark",
2821
                "markdown",
2822
                "table"
2823
            ],
2824
            "time": "2018-11-28T11:29:11+00:00"
2825
        }
2826
    ],
2827
    "packages-dev": [
2828
        {
2829
            "name": "doctrine/instantiator",
2830
            "version": "1.1.0",
2831
            "source": {
2832
                "type": "git",
2833
                "url": "https://github.com/doctrine/instantiator.git",
2834
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
2835
            },
2836
            "dist": {
2837
                "type": "zip",
2838
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
2839
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
2840
                "shasum": ""
2841
            },
2842
            "require": {
2843
                "php": "^7.1"
2844
            },
2845
            "require-dev": {
2846
                "athletic/athletic": "~0.1.8",
2847
                "ext-pdo": "*",
2848
                "ext-phar": "*",
2849
                "phpunit/phpunit": "^6.2.3",
2850
                "squizlabs/php_codesniffer": "^3.0.2"
2851
            },
2852
            "type": "library",
2853
            "extra": {
2854
                "branch-alias": {
2855
                    "dev-master": "1.2.x-dev"
2856
                }
2857
            },
2858
            "autoload": {
2859
                "psr-4": {
2860
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2861
                }
2862
            },
2863
            "notification-url": "https://packagist.org/downloads/",
2864
            "license": [
2865
                "MIT"
2866
            ],
2867
            "authors": [
2868
                {
2869
                    "name": "Marco Pivetta",
2870
                    "email": "[email protected]",
2871
                    "homepage": "http://ocramius.github.com/"
2872
                }
2873
            ],
2874
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2875
            "homepage": "https://github.com/doctrine/instantiator",
2876
            "keywords": [
2877
                "constructor",
2878
                "instantiate"
2879
            ],
2880
            "time": "2017-07-22T11:58:36+00:00"
2881
        },
2882
        {
2883
            "name": "hamcrest/hamcrest-php",
2884
            "version": "v2.0.0",
2885
            "source": {
2886
                "type": "git",
2887
                "url": "https://github.com/hamcrest/hamcrest-php.git",
2888
                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
2889
            },
2890
            "dist": {
2891
                "type": "zip",
2892
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
2893
                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
2894
                "shasum": ""
2895
            },
2896
            "require": {
2897
                "php": "^5.3|^7.0"
2898
            },
2899
            "replace": {
2900
                "cordoval/hamcrest-php": "*",
2901
                "davedevelopment/hamcrest-php": "*",
2902
                "kodova/hamcrest-php": "*"
2903
            },
2904
            "require-dev": {
2905
                "phpunit/php-file-iterator": "1.3.3",
2906
                "phpunit/phpunit": "~4.0",
2907
                "satooshi/php-coveralls": "^1.0"
2908
            },
2909
            "type": "library",
2910
            "extra": {
2911
                "branch-alias": {
2912
                    "dev-master": "2.0-dev"
2913
                }
2914
            },
2915
            "autoload": {
2916
                "classmap": [
2917
                    "hamcrest"
2918
                ]
2919
            },
2920
            "notification-url": "https://packagist.org/downloads/",
2921
            "license": [
2922
                "BSD"
2923
            ],
2924
            "description": "This is the PHP port of Hamcrest Matchers",
2925
            "keywords": [
2926
                "test"
2927
            ],
2928
            "time": "2016-01-20T08:20:44+00:00"
2929
        },
2930
        {
2931
            "name": "maximebf/debugbar",
2932
            "version": "v1.15.0",
2933
            "source": {
2934
                "type": "git",
2935
                "url": "https://github.com/maximebf/php-debugbar.git",
2936
                "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07"
2937
            },
2938
            "dist": {
2939
                "type": "zip",
2940
                "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/30e7d60937ee5f1320975ca9bc7bcdd44d500f07",
2941
                "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07",
2942
                "shasum": ""
2943
            },
2944
            "require": {
2945
                "php": ">=5.3.0",
2946
                "psr/log": "^1.0",
2947
                "symfony/var-dumper": "^2.6|^3.0|^4.0"
2948
            },
2949
            "require-dev": {
2950
                "phpunit/phpunit": "^4.0|^5.0"
2951
            },
2952
            "suggest": {
2953
                "kriswallsmith/assetic": "The best way to manage assets",
2954
                "monolog/monolog": "Log using Monolog",
2955
                "predis/predis": "Redis storage"
2956
            },
2957
            "type": "library",
2958
            "extra": {
2959
                "branch-alias": {
2960
                    "dev-master": "1.14-dev"
2961
                }
2962
            },
2963
            "autoload": {
2964
                "psr-4": {
2965
                    "DebugBar\\": "src/DebugBar/"
2966
                }
2967
            },
2968
            "notification-url": "https://packagist.org/downloads/",
2969
            "license": [
2970
                "MIT"
2971
            ],
2972
            "authors": [
2973
                {
2974
                    "name": "Maxime Bouroumeau-Fuseau",
2975
                    "email": "[email protected]",
2976
                    "homepage": "http://maximebf.com"
2977
                },
2978
                {
2979
                    "name": "Barry vd. Heuvel",
2980
                    "email": "[email protected]"
2981
                }
2982
            ],
2983
            "description": "Debug bar in the browser for php application",
2984
            "homepage": "https://github.com/maximebf/php-debugbar",
2985
            "keywords": [
2986
                "debug",
2987
                "debugbar"
2988
            ],
2989
            "time": "2017-12-15T11:13:46+00:00"
2990
        },
2991
        {
2992
            "name": "mockery/mockery",
2993
            "version": "1.2.0",
2994
            "source": {
2995
                "type": "git",
2996
                "url": "https://github.com/mockery/mockery.git",
2997
                "reference": "100633629bf76d57430b86b7098cd6beb996a35a"
2998
            },
2999
            "dist": {
3000
                "type": "zip",
3001
                "url": "https://api.github.com/repos/mockery/mockery/zipball/100633629bf76d57430b86b7098cd6beb996a35a",
3002
                "reference": "100633629bf76d57430b86b7098cd6beb996a35a",
3003
                "shasum": ""
3004
            },
3005
            "require": {
3006
                "hamcrest/hamcrest-php": "~2.0",
3007
                "lib-pcre": ">=7.0",
3008
                "php": ">=5.6.0"
3009
            },
3010
            "require-dev": {
3011
                "phpunit/phpunit": "~5.7.10|~6.5|~7.0"
3012
            },
3013
            "type": "library",
3014
            "extra": {
3015
                "branch-alias": {
3016
                    "dev-master": "1.0.x-dev"
3017
                }
3018
            },
3019
            "autoload": {
3020
                "psr-0": {
3021
                    "Mockery": "library/"
3022
                }
3023
            },
3024
            "notification-url": "https://packagist.org/downloads/",
3025
            "license": [
3026
                "BSD-3-Clause"
3027
            ],
3028
            "authors": [
3029
                {
3030
                    "name": "Pádraic Brady",
3031
                    "email": "[email protected]",
3032
                    "homepage": "http://blog.astrumfutura.com"
3033
                },
3034
                {
3035
                    "name": "Dave Marshall",
3036
                    "email": "[email protected]",
3037
                    "homepage": "http://davedevelopment.co.uk"
3038
                }
3039
            ],
3040
            "description": "Mockery is a simple yet flexible PHP mock object framework",
3041
            "homepage": "https://github.com/mockery/mockery",
3042
            "keywords": [
3043
                "BDD",
3044
                "TDD",
3045
                "library",
3046
                "mock",
3047
                "mock objects",
3048
                "mockery",
3049
                "stub",
3050
                "test",
3051
                "test double",
3052
                "testing"
3053
            ],
3054
            "time": "2018-10-02T21:52:37+00:00"
3055
        },
3056
        {
3057
            "name": "myclabs/deep-copy",
3058
            "version": "1.8.1",
3059
            "source": {
3060
                "type": "git",
3061
                "url": "https://github.com/myclabs/DeepCopy.git",
3062
                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8"
3063
            },
3064
            "dist": {
3065
                "type": "zip",
3066
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
3067
                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
3068
                "shasum": ""
3069
            },
3070
            "require": {
3071
                "php": "^7.1"
3072
            },
3073
            "replace": {
3074
                "myclabs/deep-copy": "self.version"
3075
            },
3076
            "require-dev": {
3077
                "doctrine/collections": "^1.0",
3078
                "doctrine/common": "^2.6",
3079
                "phpunit/phpunit": "^7.1"
3080
            },
3081
            "type": "library",
3082
            "autoload": {
3083
                "psr-4": {
3084
                    "DeepCopy\\": "src/DeepCopy/"
3085
                },
3086
                "files": [
3087
                    "src/DeepCopy/deep_copy.php"
3088
                ]
3089
            },
3090
            "notification-url": "https://packagist.org/downloads/",
3091
            "license": [
3092
                "MIT"
3093
            ],
3094
            "description": "Create deep copies (clones) of your objects",
3095
            "keywords": [
3096
                "clone",
3097
                "copy",
3098
                "duplicate",
3099
                "object",
3100
                "object graph"
3101
            ],
3102
            "time": "2018-06-11T23:09:50+00:00"
3103
        },
3104
        {
3105
            "name": "phar-io/manifest",
3106
            "version": "1.0.3",
3107
            "source": {
3108
                "type": "git",
3109
                "url": "https://github.com/phar-io/manifest.git",
3110
                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
3111
            },
3112
            "dist": {
3113
                "type": "zip",
3114
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
3115
                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
3116
                "shasum": ""
3117
            },
3118
            "require": {
3119
                "ext-dom": "*",
3120
                "ext-phar": "*",
3121
                "phar-io/version": "^2.0",
3122
                "php": "^5.6 || ^7.0"
3123
            },
3124
            "type": "library",
3125
            "extra": {
3126
                "branch-alias": {
3127
                    "dev-master": "1.0.x-dev"
3128
                }
3129
            },
3130
            "autoload": {
3131
                "classmap": [
3132
                    "src/"
3133
                ]
3134
            },
3135
            "notification-url": "https://packagist.org/downloads/",
3136
            "license": [
3137
                "BSD-3-Clause"
3138
            ],
3139
            "authors": [
3140
                {
3141
                    "name": "Arne Blankerts",
3142
                    "email": "[email protected]",
3143
                    "role": "Developer"
3144
                },
3145
                {
3146
                    "name": "Sebastian Heuer",
3147
                    "email": "[email protected]",
3148
                    "role": "Developer"
3149
                },
3150
                {
3151
                    "name": "Sebastian Bergmann",
3152
                    "email": "[email protected]",
3153
                    "role": "Developer"
3154
                }
3155
            ],
3156
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
3157
            "time": "2018-07-08T19:23:20+00:00"
3158
        },
3159
        {
3160
            "name": "phar-io/version",
3161
            "version": "2.0.1",
3162
            "source": {
3163
                "type": "git",
3164
                "url": "https://github.com/phar-io/version.git",
3165
                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
3166
            },
3167
            "dist": {
3168
                "type": "zip",
3169
                "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
3170
                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
3171
                "shasum": ""
3172
            },
3173
            "require": {
3174
                "php": "^5.6 || ^7.0"
3175
            },
3176
            "type": "library",
3177
            "autoload": {
3178
                "classmap": [
3179
                    "src/"
3180
                ]
3181
            },
3182
            "notification-url": "https://packagist.org/downloads/",
3183
            "license": [
3184
                "BSD-3-Clause"
3185
            ],
3186
            "authors": [
3187
                {
3188
                    "name": "Arne Blankerts",
3189
                    "email": "[email protected]",
3190
                    "role": "Developer"
3191
                },
3192
                {
3193
                    "name": "Sebastian Heuer",
3194
                    "email": "[email protected]",
3195
                    "role": "Developer"
3196
                },
3197
                {
3198
                    "name": "Sebastian Bergmann",
3199
                    "email": "[email protected]",
3200
                    "role": "Developer"
3201
                }
3202
            ],
3203
            "description": "Library for handling version information and constraints",
3204
            "time": "2018-07-08T19:19:57+00:00"
3205
        },
3206
        {
3207
            "name": "php-coveralls/php-coveralls",
3208
            "version": "v2.1.0",
3209
            "source": {
3210
                "type": "git",
3211
                "url": "https://github.com/php-coveralls/php-coveralls.git",
3212
                "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d"
3213
            },
3214
            "dist": {
3215
                "type": "zip",
3216
                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3b00c229726f892bfdadeaf01ea430ffd04a939d",
3217
                "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d",
3218
                "shasum": ""
3219
            },
3220
            "require": {
3221
                "ext-json": "*",
3222
                "ext-simplexml": "*",
3223
                "guzzlehttp/guzzle": "^6.0",
3224
                "php": "^5.5 || ^7.0",
3225
                "psr/log": "^1.0",
3226
                "symfony/config": "^2.1 || ^3.0 || ^4.0",
3227
                "symfony/console": "^2.1 || ^3.0 || ^4.0",
3228
                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0",
3229
                "symfony/yaml": "^2.0 || ^3.0 || ^4.0"
3230
            },
3231
            "require-dev": {
3232
                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0"
3233
            },
3234
            "suggest": {
3235
                "symfony/http-kernel": "Allows Symfony integration"
3236
            },
3237
            "bin": [
3238
                "bin/php-coveralls"
3239
            ],
3240
            "type": "library",
3241
            "extra": {
3242
                "branch-alias": {
3243
                    "dev-master": "2.1-dev"
3244
                }
3245
            },
3246
            "autoload": {
3247
                "psr-4": {
3248
                    "PhpCoveralls\\": "src/"
3249
                }
3250
            },
3251
            "notification-url": "https://packagist.org/downloads/",
3252
            "license": [
3253
                "MIT"
3254
            ],
3255
            "authors": [
3256
                {
3257
                    "name": "Kitamura Satoshi",
3258
                    "email": "[email protected]",
3259
                    "homepage": "https://www.facebook.com/satooshi.jp",
3260
                    "role": "Original creator"
3261
                },
3262
                {
3263
                    "name": "Takashi Matsuo",
3264
                    "email": "[email protected]"
3265
                },
3266
                {
3267
                    "name": "Google Inc"
3268
                },
3269
                {
3270
                    "name": "Dariusz Ruminski",
3271
                    "email": "[email protected]",
3272
                    "homepage": "https://github.com/keradus"
3273
                },
3274
                {
3275
                    "name": "Contributors",
3276
                    "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
3277
                }
3278
            ],
3279
            "description": "PHP client library for Coveralls API",
3280
            "homepage": "https://github.com/php-coveralls/php-coveralls",
3281
            "keywords": [
3282
                "ci",
3283
                "coverage",
3284
                "github",
3285
                "test"
3286
            ],
3287
            "time": "2018-05-22T23:11:08+00:00"
3288
        },
3289
        {
3290
            "name": "phpdocumentor/reflection-common",
3291
            "version": "1.0.1",
3292
            "source": {
3293
                "type": "git",
3294
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3295
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
3296
            },
3297
            "dist": {
3298
                "type": "zip",
3299
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3300
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3301
                "shasum": ""
3302
            },
3303
            "require": {
3304
                "php": ">=5.5"
3305
            },
3306
            "require-dev": {
3307
                "phpunit/phpunit": "^4.6"
3308
            },
3309
            "type": "library",
3310
            "extra": {
3311
                "branch-alias": {
3312
                    "dev-master": "1.0.x-dev"
3313
                }
3314
            },
3315
            "autoload": {
3316
                "psr-4": {
3317
                    "phpDocumentor\\Reflection\\": [
3318
                        "src"
3319
                    ]
3320
                }
3321
            },
3322
            "notification-url": "https://packagist.org/downloads/",
3323
            "license": [
3324
                "MIT"
3325
            ],
3326
            "authors": [
3327
                {
3328
                    "name": "Jaap van Otterdijk",
3329
                    "email": "[email protected]"
3330
                }
3331
            ],
3332
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3333
            "homepage": "http://www.phpdoc.org",
3334
            "keywords": [
3335
                "FQSEN",
3336
                "phpDocumentor",
3337
                "phpdoc",
3338
                "reflection",
3339
                "static analysis"
3340
            ],
3341
            "time": "2017-09-11T18:02:19+00:00"
3342
        },
3343
        {
3344
            "name": "phpdocumentor/reflection-docblock",
3345
            "version": "4.3.0",
3346
            "source": {
3347
                "type": "git",
3348
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3349
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
3350
            },
3351
            "dist": {
3352
                "type": "zip",
3353
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
3354
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
3355
                "shasum": ""
3356
            },
3357
            "require": {
3358
                "php": "^7.0",
3359
                "phpdocumentor/reflection-common": "^1.0.0",
3360
                "phpdocumentor/type-resolver": "^0.4.0",
3361
                "webmozart/assert": "^1.0"
3362
            },
3363
            "require-dev": {
3364
                "doctrine/instantiator": "~1.0.5",
3365
                "mockery/mockery": "^1.0",
3366
                "phpunit/phpunit": "^6.4"
3367
            },
3368
            "type": "library",
3369
            "extra": {
3370
                "branch-alias": {
3371
                    "dev-master": "4.x-dev"
3372
                }
3373
            },
3374
            "autoload": {
3375
                "psr-4": {
3376
                    "phpDocumentor\\Reflection\\": [
3377
                        "src/"
3378
                    ]
3379
                }
3380
            },
3381
            "notification-url": "https://packagist.org/downloads/",
3382
            "license": [
3383
                "MIT"
3384
            ],
3385
            "authors": [
3386
                {
3387
                    "name": "Mike van Riel",
3388
                    "email": "[email protected]"
3389
                }
3390
            ],
3391
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
3392
            "time": "2017-11-30T07:14:17+00:00"
3393
        },
3394
        {
3395
            "name": "phpdocumentor/type-resolver",
3396
            "version": "0.4.0",
3397
            "source": {
3398
                "type": "git",
3399
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
3400
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
3401
            },
3402
            "dist": {
3403
                "type": "zip",
3404
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
3405
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
3406
                "shasum": ""
3407
            },
3408
            "require": {
3409
                "php": "^5.5 || ^7.0",
3410
                "phpdocumentor/reflection-common": "^1.0"
3411
            },
3412
            "require-dev": {
3413
                "mockery/mockery": "^0.9.4",
3414
                "phpunit/phpunit": "^5.2||^4.8.24"
3415
            },
3416
            "type": "library",
3417
            "extra": {
3418
                "branch-alias": {
3419
                    "dev-master": "1.0.x-dev"
3420
                }
3421
            },
3422
            "autoload": {
3423
                "psr-4": {
3424
                    "phpDocumentor\\Reflection\\": [
3425
                        "src/"
3426
                    ]
3427
                }
3428
            },
3429
            "notification-url": "https://packagist.org/downloads/",
3430
            "license": [
3431
                "MIT"
3432
            ],
3433
            "authors": [
3434
                {
3435
                    "name": "Mike van Riel",
3436
                    "email": "[email protected]"
3437
                }
3438
            ],
3439
            "time": "2017-07-14T14:27:02+00:00"
3440
        },
3441
        {
3442
            "name": "phpspec/prophecy",
3443
            "version": "1.8.0",
3444
            "source": {
3445
                "type": "git",
3446
                "url": "https://github.com/phpspec/prophecy.git",
3447
                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
3448
            },
3449
            "dist": {
3450
                "type": "zip",
3451
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
3452
                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
3453
                "shasum": ""
3454
            },
3455
            "require": {
3456
                "doctrine/instantiator": "^1.0.2",
3457
                "php": "^5.3|^7.0",
3458
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
3459
                "sebastian/comparator": "^1.1|^2.0|^3.0",
3460
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
3461
            },
3462
            "require-dev": {
3463
                "phpspec/phpspec": "^2.5|^3.2",
3464
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
3465
            },
3466
            "type": "library",
3467
            "extra": {
3468
                "branch-alias": {
3469
                    "dev-master": "1.8.x-dev"
3470
                }
3471
            },
3472
            "autoload": {
3473
                "psr-0": {
3474
                    "Prophecy\\": "src/"
3475
                }
3476
            },
3477
            "notification-url": "https://packagist.org/downloads/",
3478
            "license": [
3479
                "MIT"
3480
            ],
3481
            "authors": [
3482
                {
3483
                    "name": "Konstantin Kudryashov",
3484
                    "email": "[email protected]",
3485
                    "homepage": "http://everzet.com"
3486
                },
3487
                {
3488
                    "name": "Marcello Duarte",
3489
                    "email": "[email protected]"
3490
                }
3491
            ],
3492
            "description": "Highly opinionated mocking framework for PHP 5.3+",
3493
            "homepage": "https://github.com/phpspec/prophecy",
3494
            "keywords": [
3495
                "Double",
3496
                "Dummy",
3497
                "fake",
3498
                "mock",
3499
                "spy",
3500
                "stub"
3501
            ],
3502
            "time": "2018-08-05T17:53:17+00:00"
3503
        },
3504
        {
3505
            "name": "phpunit/php-code-coverage",
3506
            "version": "6.1.4",
3507
            "source": {
3508
                "type": "git",
3509
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3510
                "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
3511
            },
3512
            "dist": {
3513
                "type": "zip",
3514
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
3515
                "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
3516
                "shasum": ""
3517
            },
3518
            "require": {
3519
                "ext-dom": "*",
3520
                "ext-xmlwriter": "*",
3521
                "php": "^7.1",
3522
                "phpunit/php-file-iterator": "^2.0",
3523
                "phpunit/php-text-template": "^1.2.1",
3524
                "phpunit/php-token-stream": "^3.0",
3525
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
3526
                "sebastian/environment": "^3.1 || ^4.0",
3527
                "sebastian/version": "^2.0.1",
3528
                "theseer/tokenizer": "^1.1"
3529
            },
3530
            "require-dev": {
3531
                "phpunit/phpunit": "^7.0"
3532
            },
3533
            "suggest": {
3534
                "ext-xdebug": "^2.6.0"
3535
            },
3536
            "type": "library",
3537
            "extra": {
3538
                "branch-alias": {
3539
                    "dev-master": "6.1-dev"
3540
                }
3541
            },
3542
            "autoload": {
3543
                "classmap": [
3544
                    "src/"
3545
                ]
3546
            },
3547
            "notification-url": "https://packagist.org/downloads/",
3548
            "license": [
3549
                "BSD-3-Clause"
3550
            ],
3551
            "authors": [
3552
                {
3553
                    "name": "Sebastian Bergmann",
3554
                    "email": "[email protected]",
3555
                    "role": "lead"
3556
                }
3557
            ],
3558
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3559
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3560
            "keywords": [
3561
                "coverage",
3562
                "testing",
3563
                "xunit"
3564
            ],
3565
            "time": "2018-10-31T16:06:48+00:00"
3566
        },
3567
        {
3568
            "name": "phpunit/php-file-iterator",
3569
            "version": "2.0.2",
3570
            "source": {
3571
                "type": "git",
3572
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3573
                "reference": "050bedf145a257b1ff02746c31894800e5122946"
3574
            },
3575
            "dist": {
3576
                "type": "zip",
3577
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
3578
                "reference": "050bedf145a257b1ff02746c31894800e5122946",
3579
                "shasum": ""
3580
            },
3581
            "require": {
3582
                "php": "^7.1"
3583
            },
3584
            "require-dev": {
3585
                "phpunit/phpunit": "^7.1"
3586
            },
3587
            "type": "library",
3588
            "extra": {
3589
                "branch-alias": {
3590
                    "dev-master": "2.0.x-dev"
3591
                }
3592
            },
3593
            "autoload": {
3594
                "classmap": [
3595
                    "src/"
3596
                ]
3597
            },
3598
            "notification-url": "https://packagist.org/downloads/",
3599
            "license": [
3600
                "BSD-3-Clause"
3601
            ],
3602
            "authors": [
3603
                {
3604
                    "name": "Sebastian Bergmann",
3605
                    "email": "[email protected]",
3606
                    "role": "lead"
3607
                }
3608
            ],
3609
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3610
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3611
            "keywords": [
3612
                "filesystem",
3613
                "iterator"
3614
            ],
3615
            "time": "2018-09-13T20:33:42+00:00"
3616
        },
3617
        {
3618
            "name": "phpunit/php-text-template",
3619
            "version": "1.2.1",
3620
            "source": {
3621
                "type": "git",
3622
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3623
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3624
            },
3625
            "dist": {
3626
                "type": "zip",
3627
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3628
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3629
                "shasum": ""
3630
            },
3631
            "require": {
3632
                "php": ">=5.3.3"
3633
            },
3634
            "type": "library",
3635
            "autoload": {
3636
                "classmap": [
3637
                    "src/"
3638
                ]
3639
            },
3640
            "notification-url": "https://packagist.org/downloads/",
3641
            "license": [
3642
                "BSD-3-Clause"
3643
            ],
3644
            "authors": [
3645
                {
3646
                    "name": "Sebastian Bergmann",
3647
                    "email": "[email protected]",
3648
                    "role": "lead"
3649
                }
3650
            ],
3651
            "description": "Simple template engine.",
3652
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3653
            "keywords": [
3654
                "template"
3655
            ],
3656
            "time": "2015-06-21T13:50:34+00:00"
3657
        },
3658
        {
3659
            "name": "phpunit/php-timer",
3660
            "version": "2.0.0",
3661
            "source": {
3662
                "type": "git",
3663
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3664
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f"
3665
            },
3666
            "dist": {
3667
                "type": "zip",
3668
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f",
3669
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f",
3670
                "shasum": ""
3671
            },
3672
            "require": {
3673
                "php": "^7.1"
3674
            },
3675
            "require-dev": {
3676
                "phpunit/phpunit": "^7.0"
3677
            },
3678
            "type": "library",
3679
            "extra": {
3680
                "branch-alias": {
3681
                    "dev-master": "2.0-dev"
3682
                }
3683
            },
3684
            "autoload": {
3685
                "classmap": [
3686
                    "src/"
3687
                ]
3688
            },
3689
            "notification-url": "https://packagist.org/downloads/",
3690
            "license": [
3691
                "BSD-3-Clause"
3692
            ],
3693
            "authors": [
3694
                {
3695
                    "name": "Sebastian Bergmann",
3696
                    "email": "[email protected]",
3697
                    "role": "lead"
3698
                }
3699
            ],
3700
            "description": "Utility class for timing",
3701
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3702
            "keywords": [
3703
                "timer"
3704
            ],
3705
            "time": "2018-02-01T13:07:23+00:00"
3706
        },
3707
        {
3708
            "name": "phpunit/php-token-stream",
3709
            "version": "3.0.1",
3710
            "source": {
3711
                "type": "git",
3712
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3713
                "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18"
3714
            },
3715
            "dist": {
3716
                "type": "zip",
3717
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/c99e3be9d3e85f60646f152f9002d46ed7770d18",
3718
                "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18",
3719
                "shasum": ""
3720
            },
3721
            "require": {
3722
                "ext-tokenizer": "*",
3723
                "php": "^7.1"
3724
            },
3725
            "require-dev": {
3726
                "phpunit/phpunit": "^7.0"
3727
            },
3728
            "type": "library",
3729
            "extra": {
3730
                "branch-alias": {
3731
                    "dev-master": "3.0-dev"
3732
                }
3733
            },
3734
            "autoload": {
3735
                "classmap": [
3736
                    "src/"
3737
                ]
3738
            },
3739
            "notification-url": "https://packagist.org/downloads/",
3740
            "license": [
3741
                "BSD-3-Clause"
3742
            ],
3743
            "authors": [
3744
                {
3745
                    "name": "Sebastian Bergmann",
3746
                    "email": "[email protected]"
3747
                }
3748
            ],
3749
            "description": "Wrapper around PHP's tokenizer extension.",
3750
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3751
            "keywords": [
3752
                "tokenizer"
3753
            ],
3754
            "time": "2018-10-30T05:52:18+00:00"
3755
        },
3756
        {
3757
            "name": "phpunit/phpunit",
3758
            "version": "7.5.1",
3759
            "source": {
3760
                "type": "git",
3761
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3762
                "reference": "c23d78776ad415d5506e0679723cb461d71f488f"
3763
            },
3764
            "dist": {
3765
                "type": "zip",
3766
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c23d78776ad415d5506e0679723cb461d71f488f",
3767
                "reference": "c23d78776ad415d5506e0679723cb461d71f488f",
3768
                "shasum": ""
3769
            },
3770
            "require": {
3771
                "doctrine/instantiator": "^1.1",
3772
                "ext-dom": "*",
3773
                "ext-json": "*",
3774
                "ext-libxml": "*",
3775
                "ext-mbstring": "*",
3776
                "ext-xml": "*",
3777
                "myclabs/deep-copy": "^1.7",
3778
                "phar-io/manifest": "^1.0.2",
3779
                "phar-io/version": "^2.0",
3780
                "php": "^7.1",
3781
                "phpspec/prophecy": "^1.7",
3782
                "phpunit/php-code-coverage": "^6.0.7",
3783
                "phpunit/php-file-iterator": "^2.0.1",
3784
                "phpunit/php-text-template": "^1.2.1",
3785
                "phpunit/php-timer": "^2.0",
3786
                "sebastian/comparator": "^3.0",
3787
                "sebastian/diff": "^3.0",
3788
                "sebastian/environment": "^4.0",
3789
                "sebastian/exporter": "^3.1",
3790
                "sebastian/global-state": "^2.0",
3791
                "sebastian/object-enumerator": "^3.0.3",
3792
                "sebastian/resource-operations": "^2.0",
3793
                "sebastian/version": "^2.0.1"
3794
            },
3795
            "conflict": {
3796
                "phpunit/phpunit-mock-objects": "*"
3797
            },
3798
            "require-dev": {
3799
                "ext-pdo": "*"
3800
            },
3801
            "suggest": {
3802
                "ext-soap": "*",
3803
                "ext-xdebug": "*",
3804
                "phpunit/php-invoker": "^2.0"
3805
            },
3806
            "bin": [
3807
                "phpunit"
3808
            ],
3809
            "type": "library",
3810
            "extra": {
3811
                "branch-alias": {
3812
                    "dev-master": "7.5-dev"
3813
                }
3814
            },
3815
            "autoload": {
3816
                "classmap": [
3817
                    "src/"
3818
                ]
3819
            },
3820
            "notification-url": "https://packagist.org/downloads/",
3821
            "license": [
3822
                "BSD-3-Clause"
3823
            ],
3824
            "authors": [
3825
                {
3826
                    "name": "Sebastian Bergmann",
3827
                    "email": "[email protected]",
3828
                    "role": "lead"
3829
                }
3830
            ],
3831
            "description": "The PHP Unit Testing framework.",
3832
            "homepage": "https://phpunit.de/",
3833
            "keywords": [
3834
                "phpunit",
3835
                "testing",
3836
                "xunit"
3837
            ],
3838
            "time": "2018-12-12T07:20:32+00:00"
3839
        },
3840
        {
3841
            "name": "sebastian/code-unit-reverse-lookup",
3842
            "version": "1.0.1",
3843
            "source": {
3844
                "type": "git",
3845
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
3846
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
3847
            },
3848
            "dist": {
3849
                "type": "zip",
3850
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3851
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3852
                "shasum": ""
3853
            },
3854
            "require": {
3855
                "php": "^5.6 || ^7.0"
3856
            },
3857
            "require-dev": {
3858
                "phpunit/phpunit": "^5.7 || ^6.0"
3859
            },
3860
            "type": "library",
3861
            "extra": {
3862
                "branch-alias": {
3863
                    "dev-master": "1.0.x-dev"
3864
                }
3865
            },
3866
            "autoload": {
3867
                "classmap": [
3868
                    "src/"
3869
                ]
3870
            },
3871
            "notification-url": "https://packagist.org/downloads/",
3872
            "license": [
3873
                "BSD-3-Clause"
3874
            ],
3875
            "authors": [
3876
                {
3877
                    "name": "Sebastian Bergmann",
3878
                    "email": "[email protected]"
3879
                }
3880
            ],
3881
            "description": "Looks up which function or method a line of code belongs to",
3882
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
3883
            "time": "2017-03-04T06:30:41+00:00"
3884
        },
3885
        {
3886
            "name": "sebastian/comparator",
3887
            "version": "3.0.2",
3888
            "source": {
3889
                "type": "git",
3890
                "url": "https://github.com/sebastianbergmann/comparator.git",
3891
                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
3892
            },
3893
            "dist": {
3894
                "type": "zip",
3895
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
3896
                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
3897
                "shasum": ""
3898
            },
3899
            "require": {
3900
                "php": "^7.1",
3901
                "sebastian/diff": "^3.0",
3902
                "sebastian/exporter": "^3.1"
3903
            },
3904
            "require-dev": {
3905
                "phpunit/phpunit": "^7.1"
3906
            },
3907
            "type": "library",
3908
            "extra": {
3909
                "branch-alias": {
3910
                    "dev-master": "3.0-dev"
3911
                }
3912
            },
3913
            "autoload": {
3914
                "classmap": [
3915
                    "src/"
3916
                ]
3917
            },
3918
            "notification-url": "https://packagist.org/downloads/",
3919
            "license": [
3920
                "BSD-3-Clause"
3921
            ],
3922
            "authors": [
3923
                {
3924
                    "name": "Jeff Welch",
3925
                    "email": "[email protected]"
3926
                },
3927
                {
3928
                    "name": "Volker Dusch",
3929
                    "email": "[email protected]"
3930
                },
3931
                {
3932
                    "name": "Bernhard Schussek",
3933
                    "email": "[email protected]"
3934
                },
3935
                {
3936
                    "name": "Sebastian Bergmann",
3937
                    "email": "[email protected]"
3938
                }
3939
            ],
3940
            "description": "Provides the functionality to compare PHP values for equality",
3941
            "homepage": "https://github.com/sebastianbergmann/comparator",
3942
            "keywords": [
3943
                "comparator",
3944
                "compare",
3945
                "equality"
3946
            ],
3947
            "time": "2018-07-12T15:12:46+00:00"
3948
        },
3949
        {
3950
            "name": "sebastian/diff",
3951
            "version": "3.0.1",
3952
            "source": {
3953
                "type": "git",
3954
                "url": "https://github.com/sebastianbergmann/diff.git",
3955
                "reference": "366541b989927187c4ca70490a35615d3fef2dce"
3956
            },
3957
            "dist": {
3958
                "type": "zip",
3959
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/366541b989927187c4ca70490a35615d3fef2dce",
3960
                "reference": "366541b989927187c4ca70490a35615d3fef2dce",
3961
                "shasum": ""
3962
            },
3963
            "require": {
3964
                "php": "^7.1"
3965
            },
3966
            "require-dev": {
3967
                "phpunit/phpunit": "^7.0",
3968
                "symfony/process": "^2 || ^3.3 || ^4"
3969
            },
3970
            "type": "library",
3971
            "extra": {
3972
                "branch-alias": {
3973
                    "dev-master": "3.0-dev"
3974
                }
3975
            },
3976
            "autoload": {
3977
                "classmap": [
3978
                    "src/"
3979
                ]
3980
            },
3981
            "notification-url": "https://packagist.org/downloads/",
3982
            "license": [
3983
                "BSD-3-Clause"
3984
            ],
3985
            "authors": [
3986
                {
3987
                    "name": "Kore Nordmann",
3988
                    "email": "[email protected]"
3989
                },
3990
                {
3991
                    "name": "Sebastian Bergmann",
3992
                    "email": "[email protected]"
3993
                }
3994
            ],
3995
            "description": "Diff implementation",
3996
            "homepage": "https://github.com/sebastianbergmann/diff",
3997
            "keywords": [
3998
                "diff",
3999
                "udiff",
4000
                "unidiff",
4001
                "unified diff"
4002
            ],
4003
            "time": "2018-06-10T07:54:39+00:00"
4004
        },
4005
        {
4006
            "name": "sebastian/environment",
4007
            "version": "4.0.1",
4008
            "source": {
4009
                "type": "git",
4010
                "url": "https://github.com/sebastianbergmann/environment.git",
4011
                "reference": "febd209a219cea7b56ad799b30ebbea34b71eb8f"
4012
            },
4013
            "dist": {
4014
                "type": "zip",
4015
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/febd209a219cea7b56ad799b30ebbea34b71eb8f",
4016
                "reference": "febd209a219cea7b56ad799b30ebbea34b71eb8f",
4017
                "shasum": ""
4018
            },
4019
            "require": {
4020
                "php": "^7.1"
4021
            },
4022
            "require-dev": {
4023
                "phpunit/phpunit": "^7.4"
4024
            },
4025
            "type": "library",
4026
            "extra": {
4027
                "branch-alias": {
4028
                    "dev-master": "4.0-dev"
4029
                }
4030
            },
4031
            "autoload": {
4032
                "classmap": [
4033
                    "src/"
4034
                ]
4035
            },
4036
            "notification-url": "https://packagist.org/downloads/",
4037
            "license": [
4038
                "BSD-3-Clause"
4039
            ],
4040
            "authors": [
4041
                {
4042
                    "name": "Sebastian Bergmann",
4043
                    "email": "[email protected]"
4044
                }
4045
            ],
4046
            "description": "Provides functionality to handle HHVM/PHP environments",
4047
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4048
            "keywords": [
4049
                "Xdebug",
4050
                "environment",
4051
                "hhvm"
4052
            ],
4053
            "time": "2018-11-25T09:31:21+00:00"
4054
        },
4055
        {
4056
            "name": "sebastian/exporter",
4057
            "version": "3.1.0",
4058
            "source": {
4059
                "type": "git",
4060
                "url": "https://github.com/sebastianbergmann/exporter.git",
4061
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
4062
            },
4063
            "dist": {
4064
                "type": "zip",
4065
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
4066
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
4067
                "shasum": ""
4068
            },
4069
            "require": {
4070
                "php": "^7.0",
4071
                "sebastian/recursion-context": "^3.0"
4072
            },
4073
            "require-dev": {
4074
                "ext-mbstring": "*",
4075
                "phpunit/phpunit": "^6.0"
4076
            },
4077
            "type": "library",
4078
            "extra": {
4079
                "branch-alias": {
4080
                    "dev-master": "3.1.x-dev"
4081
                }
4082
            },
4083
            "autoload": {
4084
                "classmap": [
4085
                    "src/"
4086
                ]
4087
            },
4088
            "notification-url": "https://packagist.org/downloads/",
4089
            "license": [
4090
                "BSD-3-Clause"
4091
            ],
4092
            "authors": [
4093
                {
4094
                    "name": "Jeff Welch",
4095
                    "email": "[email protected]"
4096
                },
4097
                {
4098
                    "name": "Volker Dusch",
4099
                    "email": "[email protected]"
4100
                },
4101
                {
4102
                    "name": "Bernhard Schussek",
4103
                    "email": "[email protected]"
4104
                },
4105
                {
4106
                    "name": "Sebastian Bergmann",
4107
                    "email": "[email protected]"
4108
                },
4109
                {
4110
                    "name": "Adam Harvey",
4111
                    "email": "[email protected]"
4112
                }
4113
            ],
4114
            "description": "Provides the functionality to export PHP variables for visualization",
4115
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4116
            "keywords": [
4117
                "export",
4118
                "exporter"
4119
            ],
4120
            "time": "2017-04-03T13:19:02+00:00"
4121
        },
4122
        {
4123
            "name": "sebastian/global-state",
4124
            "version": "2.0.0",
4125
            "source": {
4126
                "type": "git",
4127
                "url": "https://github.com/sebastianbergmann/global-state.git",
4128
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
4129
            },
4130
            "dist": {
4131
                "type": "zip",
4132
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4133
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4134
                "shasum": ""
4135
            },
4136
            "require": {
4137
                "php": "^7.0"
4138
            },
4139
            "require-dev": {
4140
                "phpunit/phpunit": "^6.0"
4141
            },
4142
            "suggest": {
4143
                "ext-uopz": "*"
4144
            },
4145
            "type": "library",
4146
            "extra": {
4147
                "branch-alias": {
4148
                    "dev-master": "2.0-dev"
4149
                }
4150
            },
4151
            "autoload": {
4152
                "classmap": [
4153
                    "src/"
4154
                ]
4155
            },
4156
            "notification-url": "https://packagist.org/downloads/",
4157
            "license": [
4158
                "BSD-3-Clause"
4159
            ],
4160
            "authors": [
4161
                {
4162
                    "name": "Sebastian Bergmann",
4163
                    "email": "[email protected]"
4164
                }
4165
            ],
4166
            "description": "Snapshotting of global state",
4167
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4168
            "keywords": [
4169
                "global state"
4170
            ],
4171
            "time": "2017-04-27T15:39:26+00:00"
4172
        },
4173
        {
4174
            "name": "sebastian/object-enumerator",
4175
            "version": "3.0.3",
4176
            "source": {
4177
                "type": "git",
4178
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
4179
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
4180
            },
4181
            "dist": {
4182
                "type": "zip",
4183
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
4184
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
4185
                "shasum": ""
4186
            },
4187
            "require": {
4188
                "php": "^7.0",
4189
                "sebastian/object-reflector": "^1.1.1",
4190
                "sebastian/recursion-context": "^3.0"
4191
            },
4192
            "require-dev": {
4193
                "phpunit/phpunit": "^6.0"
4194
            },
4195
            "type": "library",
4196
            "extra": {
4197
                "branch-alias": {
4198
                    "dev-master": "3.0.x-dev"
4199
                }
4200
            },
4201
            "autoload": {
4202
                "classmap": [
4203
                    "src/"
4204
                ]
4205
            },
4206
            "notification-url": "https://packagist.org/downloads/",
4207
            "license": [
4208
                "BSD-3-Clause"
4209
            ],
4210
            "authors": [
4211
                {
4212
                    "name": "Sebastian Bergmann",
4213
                    "email": "[email protected]"
4214
                }
4215
            ],
4216
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
4217
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
4218
            "time": "2017-08-03T12:35:26+00:00"
4219
        },
4220
        {
4221
            "name": "sebastian/object-reflector",
4222
            "version": "1.1.1",
4223
            "source": {
4224
                "type": "git",
4225
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
4226
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
4227
            },
4228
            "dist": {
4229
                "type": "zip",
4230
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
4231
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
4232
                "shasum": ""
4233
            },
4234
            "require": {
4235
                "php": "^7.0"
4236
            },
4237
            "require-dev": {
4238
                "phpunit/phpunit": "^6.0"
4239
            },
4240
            "type": "library",
4241
            "extra": {
4242
                "branch-alias": {
4243
                    "dev-master": "1.1-dev"
4244
                }
4245
            },
4246
            "autoload": {
4247
                "classmap": [
4248
                    "src/"
4249
                ]
4250
            },
4251
            "notification-url": "https://packagist.org/downloads/",
4252
            "license": [
4253
                "BSD-3-Clause"
4254
            ],
4255
            "authors": [
4256
                {
4257
                    "name": "Sebastian Bergmann",
4258
                    "email": "[email protected]"
4259
                }
4260
            ],
4261
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
4262
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
4263
            "time": "2017-03-29T09:07:27+00:00"
4264
        },
4265
        {
4266
            "name": "sebastian/recursion-context",
4267
            "version": "3.0.0",
4268
            "source": {
4269
                "type": "git",
4270
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4271
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
4272
            },
4273
            "dist": {
4274
                "type": "zip",
4275
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
4276
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
4277
                "shasum": ""
4278
            },
4279
            "require": {
4280
                "php": "^7.0"
4281
            },
4282
            "require-dev": {
4283
                "phpunit/phpunit": "^6.0"
4284
            },
4285
            "type": "library",
4286
            "extra": {
4287
                "branch-alias": {
4288
                    "dev-master": "3.0.x-dev"
4289
                }
4290
            },
4291
            "autoload": {
4292
                "classmap": [
4293
                    "src/"
4294
                ]
4295
            },
4296
            "notification-url": "https://packagist.org/downloads/",
4297
            "license": [
4298
                "BSD-3-Clause"
4299
            ],
4300
            "authors": [
4301
                {
4302
                    "name": "Jeff Welch",
4303
                    "email": "[email protected]"
4304
                },
4305
                {
4306
                    "name": "Sebastian Bergmann",
4307
                    "email": "[email protected]"
4308
                },
4309
                {
4310
                    "name": "Adam Harvey",
4311
                    "email": "[email protected]"
4312
                }
4313
            ],
4314
            "description": "Provides functionality to recursively process PHP variables",
4315
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4316
            "time": "2017-03-03T06:23:57+00:00"
4317
        },
4318
        {
4319
            "name": "sebastian/resource-operations",
4320
            "version": "2.0.1",
4321
            "source": {
4322
                "type": "git",
4323
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
4324
                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
4325
            },
4326
            "dist": {
4327
                "type": "zip",
4328
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
4329
                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
4330
                "shasum": ""
4331
            },
4332
            "require": {
4333
                "php": "^7.1"
4334
            },
4335
            "type": "library",
4336
            "extra": {
4337
                "branch-alias": {
4338
                    "dev-master": "2.0-dev"
4339
                }
4340
            },
4341
            "autoload": {
4342
                "classmap": [
4343
                    "src/"
4344
                ]
4345
            },
4346
            "notification-url": "https://packagist.org/downloads/",
4347
            "license": [
4348
                "BSD-3-Clause"
4349
            ],
4350
            "authors": [
4351
                {
4352
                    "name": "Sebastian Bergmann",
4353
                    "email": "[email protected]"
4354
                }
4355
            ],
4356
            "description": "Provides a list of PHP built-in functions that operate on resources",
4357
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
4358
            "time": "2018-10-04T04:07:39+00:00"
4359
        },
4360
        {
4361
            "name": "sebastian/version",
4362
            "version": "2.0.1",
4363
            "source": {
4364
                "type": "git",
4365
                "url": "https://github.com/sebastianbergmann/version.git",
4366
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
4367
            },
4368
            "dist": {
4369
                "type": "zip",
4370
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
4371
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
4372
                "shasum": ""
4373
            },
4374
            "require": {
4375
                "php": ">=5.6"
4376
            },
4377
            "type": "library",
4378
            "extra": {
4379
                "branch-alias": {
4380
                    "dev-master": "2.0.x-dev"
4381
                }
4382
            },
4383
            "autoload": {
4384
                "classmap": [
4385
                    "src/"
4386
                ]
4387
            },
4388
            "notification-url": "https://packagist.org/downloads/",
4389
            "license": [
4390
                "BSD-3-Clause"
4391
            ],
4392
            "authors": [
4393
                {
4394
                    "name": "Sebastian Bergmann",
4395
                    "email": "[email protected]",
4396
                    "role": "lead"
4397
                }
4398
            ],
4399
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4400
            "homepage": "https://github.com/sebastianbergmann/version",
4401
            "time": "2016-10-03T07:35:21+00:00"
4402
        },
4403
        {
4404
            "name": "symfony/config",
4405
            "version": "v4.2.1",
4406
            "source": {
4407
                "type": "git",
4408
                "url": "https://github.com/symfony/config.git",
4409
                "reference": "005d9a083d03f588677d15391a716b1ac9b887c0"
4410
            },
4411
            "dist": {
4412
                "type": "zip",
4413
                "url": "https://api.github.com/repos/symfony/config/zipball/005d9a083d03f588677d15391a716b1ac9b887c0",
4414
                "reference": "005d9a083d03f588677d15391a716b1ac9b887c0",
4415
                "shasum": ""
4416
            },
4417
            "require": {
4418
                "php": "^7.1.3",
4419
                "symfony/filesystem": "~3.4|~4.0",
4420
                "symfony/polyfill-ctype": "~1.8"
4421
            },
4422
            "conflict": {
4423
                "symfony/finder": "<3.4"
4424
            },
4425
            "require-dev": {
4426
                "symfony/dependency-injection": "~3.4|~4.0",
4427
                "symfony/event-dispatcher": "~3.4|~4.0",
4428
                "symfony/finder": "~3.4|~4.0",
4429
                "symfony/yaml": "~3.4|~4.0"
4430
            },
4431
            "suggest": {
4432
                "symfony/yaml": "To use the yaml reference dumper"
4433
            },
4434
            "type": "library",
4435
            "extra": {
4436
                "branch-alias": {
4437
                    "dev-master": "4.2-dev"
4438
                }
4439
            },
4440
            "autoload": {
4441
                "psr-4": {
4442
                    "Symfony\\Component\\Config\\": ""
4443
                },
4444
                "exclude-from-classmap": [
4445
                    "/Tests/"
4446
                ]
4447
            },
4448
            "notification-url": "https://packagist.org/downloads/",
4449
            "license": [
4450
                "MIT"
4451
            ],
4452
            "authors": [
4453
                {
4454
                    "name": "Fabien Potencier",
4455
                    "email": "[email protected]"
4456
                },
4457
                {
4458
                    "name": "Symfony Community",
4459
                    "homepage": "https://symfony.com/contributors"
4460
                }
4461
            ],
4462
            "description": "Symfony Config Component",
4463
            "homepage": "https://symfony.com",
4464
            "time": "2018-11-30T22:21:14+00:00"
4465
        },
4466
        {
4467
            "name": "symfony/console",
4468
            "version": "v4.2.1",
4469
            "source": {
4470
                "type": "git",
4471
                "url": "https://github.com/symfony/console.git",
4472
                "reference": "4dff24e5d01e713818805c1862d2e3f901ee7dd0"
4473
            },
4474
            "dist": {
4475
                "type": "zip",
4476
                "url": "https://api.github.com/repos/symfony/console/zipball/4dff24e5d01e713818805c1862d2e3f901ee7dd0",
4477
                "reference": "4dff24e5d01e713818805c1862d2e3f901ee7dd0",
4478
                "shasum": ""
4479
            },
4480
            "require": {
4481
                "php": "^7.1.3",
4482
                "symfony/contracts": "^1.0",
4483
                "symfony/polyfill-mbstring": "~1.0"
4484
            },
4485
            "conflict": {
4486
                "symfony/dependency-injection": "<3.4",
4487
                "symfony/process": "<3.3"
4488
            },
4489
            "require-dev": {
4490
                "psr/log": "~1.0",
4491
                "symfony/config": "~3.4|~4.0",
4492
                "symfony/dependency-injection": "~3.4|~4.0",
4493
                "symfony/event-dispatcher": "~3.4|~4.0",
4494
                "symfony/lock": "~3.4|~4.0",
4495
                "symfony/process": "~3.4|~4.0"
4496
            },
4497
            "suggest": {
4498
                "psr/log-implementation": "For using the console logger",
4499
                "symfony/event-dispatcher": "",
4500
                "symfony/lock": "",
4501
                "symfony/process": ""
4502
            },
4503
            "type": "library",
4504
            "extra": {
4505
                "branch-alias": {
4506
                    "dev-master": "4.2-dev"
4507
                }
4508
            },
4509
            "autoload": {
4510
                "psr-4": {
4511
                    "Symfony\\Component\\Console\\": ""
4512
                },
4513
                "exclude-from-classmap": [
4514
                    "/Tests/"
4515
                ]
4516
            },
4517
            "notification-url": "https://packagist.org/downloads/",
4518
            "license": [
4519
                "MIT"
4520
            ],
4521
            "authors": [
4522
                {
4523
                    "name": "Fabien Potencier",
4524
                    "email": "[email protected]"
4525
                },
4526
                {
4527
                    "name": "Symfony Community",
4528
                    "homepage": "https://symfony.com/contributors"
4529
                }
4530
            ],
4531
            "description": "Symfony Console Component",
4532
            "homepage": "https://symfony.com",
4533
            "time": "2018-11-27T07:40:44+00:00"
4534
        },
4535
        {
4536
            "name": "symfony/filesystem",
4537
            "version": "v4.2.1",
4538
            "source": {
4539
                "type": "git",
4540
                "url": "https://github.com/symfony/filesystem.git",
4541
                "reference": "2f4c8b999b3b7cadb2a69390b01af70886753710"
4542
            },
4543
            "dist": {
4544
                "type": "zip",
4545
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/2f4c8b999b3b7cadb2a69390b01af70886753710",
4546
                "reference": "2f4c8b999b3b7cadb2a69390b01af70886753710",
4547
                "shasum": ""
4548
            },
4549
            "require": {
4550
                "php": "^7.1.3",
4551
                "symfony/polyfill-ctype": "~1.8"
4552
            },
4553
            "type": "library",
4554
            "extra": {
4555
                "branch-alias": {
4556
                    "dev-master": "4.2-dev"
4557
                }
4558
            },
4559
            "autoload": {
4560
                "psr-4": {
4561
                    "Symfony\\Component\\Filesystem\\": ""
4562
                },
4563
                "exclude-from-classmap": [
4564
                    "/Tests/"
4565
                ]
4566
            },
4567
            "notification-url": "https://packagist.org/downloads/",
4568
            "license": [
4569
                "MIT"
4570
            ],
4571
            "authors": [
4572
                {
4573
                    "name": "Fabien Potencier",
4574
                    "email": "[email protected]"
4575
                },
4576
                {
4577
                    "name": "Symfony Community",
4578
                    "homepage": "https://symfony.com/contributors"
4579
                }
4580
            ],
4581
            "description": "Symfony Filesystem Component",
4582
            "homepage": "https://symfony.com",
4583
            "time": "2018-11-11T19:52:12+00:00"
4584
        },
4585
        {
4586
            "name": "symfony/stopwatch",
4587
            "version": "v4.2.1",
4588
            "source": {
4589
                "type": "git",
4590
                "url": "https://github.com/symfony/stopwatch.git",
4591
                "reference": "ec076716412274e51f8a7ea675d9515e5c311123"
4592
            },
4593
            "dist": {
4594
                "type": "zip",
4595
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/ec076716412274e51f8a7ea675d9515e5c311123",
4596
                "reference": "ec076716412274e51f8a7ea675d9515e5c311123",
4597
                "shasum": ""
4598
            },
4599
            "require": {
4600
                "php": "^7.1.3",
4601
                "symfony/contracts": "^1.0"
4602
            },
4603
            "type": "library",
4604
            "extra": {
4605
                "branch-alias": {
4606
                    "dev-master": "4.2-dev"
4607
                }
4608
            },
4609
            "autoload": {
4610
                "psr-4": {
4611
                    "Symfony\\Component\\Stopwatch\\": ""
4612
                },
4613
                "exclude-from-classmap": [
4614
                    "/Tests/"
4615
                ]
4616
            },
4617
            "notification-url": "https://packagist.org/downloads/",
4618
            "license": [
4619
                "MIT"
4620
            ],
4621
            "authors": [
4622
                {
4623
                    "name": "Fabien Potencier",
4624
                    "email": "[email protected]"
4625
                },
4626
                {
4627
                    "name": "Symfony Community",
4628
                    "homepage": "https://symfony.com/contributors"
4629
                }
4630
            ],
4631
            "description": "Symfony Stopwatch Component",
4632
            "homepage": "https://symfony.com",
4633
            "time": "2018-11-11T19:52:12+00:00"
4634
        },
4635
        {
4636
            "name": "symfony/var-dumper",
4637
            "version": "v4.2.1",
4638
            "source": {
4639
                "type": "git",
4640
                "url": "https://github.com/symfony/var-dumper.git",
4641
                "reference": "db61258540350725f4beb6b84006e32398acd120"
4642
            },
4643
            "dist": {
4644
                "type": "zip",
4645
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/db61258540350725f4beb6b84006e32398acd120",
4646
                "reference": "db61258540350725f4beb6b84006e32398acd120",
4647
                "shasum": ""
4648
            },
4649
            "require": {
4650
                "php": "^7.1.3",
4651
                "symfony/polyfill-mbstring": "~1.0",
4652
                "symfony/polyfill-php72": "~1.5"
4653
            },
4654
            "conflict": {
4655
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
4656
                "symfony/console": "<3.4"
4657
            },
4658
            "require-dev": {
4659
                "ext-iconv": "*",
4660
                "symfony/process": "~3.4|~4.0",
4661
                "twig/twig": "~1.34|~2.4"
4662
            },
4663
            "suggest": {
4664
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
4665
                "ext-intl": "To show region name in time zone dump",
4666
                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
4667
            },
4668
            "bin": [
4669
                "Resources/bin/var-dump-server"
4670
            ],
4671
            "type": "library",
4672
            "extra": {
4673
                "branch-alias": {
4674
                    "dev-master": "4.2-dev"
4675
                }
4676
            },
4677
            "autoload": {
4678
                "files": [
4679
                    "Resources/functions/dump.php"
4680
                ],
4681
                "psr-4": {
4682
                    "Symfony\\Component\\VarDumper\\": ""
4683
                },
4684
                "exclude-from-classmap": [
4685
                    "/Tests/"
4686
                ]
4687
            },
4688
            "notification-url": "https://packagist.org/downloads/",
4689
            "license": [
4690
                "MIT"
4691
            ],
4692
            "authors": [
4693
                {
4694
                    "name": "Nicolas Grekas",
4695
                    "email": "[email protected]"
4696
                },
4697
                {
4698
                    "name": "Symfony Community",
4699
                    "homepage": "https://symfony.com/contributors"
4700
                }
4701
            ],
4702
            "description": "Symfony mechanism for exploring and dumping PHP variables",
4703
            "homepage": "https://symfony.com",
4704
            "keywords": [
4705
                "debug",
4706
                "dump"
4707
            ],
4708
            "time": "2018-11-25T12:50:42+00:00"
4709
        },
4710
        {
4711
            "name": "symfony/yaml",
4712
            "version": "v4.2.1",
4713
            "source": {
4714
                "type": "git",
4715
                "url": "https://github.com/symfony/yaml.git",
4716
                "reference": "c41175c801e3edfda90f32e292619d10c27103d7"
4717
            },
4718
            "dist": {
4719
                "type": "zip",
4720
                "url": "https://api.github.com/repos/symfony/yaml/zipball/c41175c801e3edfda90f32e292619d10c27103d7",
4721
                "reference": "c41175c801e3edfda90f32e292619d10c27103d7",
4722
                "shasum": ""
4723
            },
4724
            "require": {
4725
                "php": "^7.1.3",
4726
                "symfony/polyfill-ctype": "~1.8"
4727
            },
4728
            "conflict": {
4729
                "symfony/console": "<3.4"
4730
            },
4731
            "require-dev": {
4732
                "symfony/console": "~3.4|~4.0"
4733
            },
4734
            "suggest": {
4735
                "symfony/console": "For validating YAML files using the lint command"
4736
            },
4737
            "type": "library",
4738
            "extra": {
4739
                "branch-alias": {
4740
                    "dev-master": "4.2-dev"
4741
                }
4742
            },
4743
            "autoload": {
4744
                "psr-4": {
4745
                    "Symfony\\Component\\Yaml\\": ""
4746
                },
4747
                "exclude-from-classmap": [
4748
                    "/Tests/"
4749
                ]
4750
            },
4751
            "notification-url": "https://packagist.org/downloads/",
4752
            "license": [
4753
                "MIT"
4754
            ],
4755
            "authors": [
4756
                {
4757
                    "name": "Fabien Potencier",
4758
                    "email": "[email protected]"
4759
                },
4760
                {
4761
                    "name": "Symfony Community",
4762
                    "homepage": "https://symfony.com/contributors"
4763
                }
4764
            ],
4765
            "description": "Symfony Yaml Component",
4766
            "homepage": "https://symfony.com",
4767
            "time": "2018-11-11T19:52:12+00:00"
4768
        },
4769
        {
4770
            "name": "theseer/tokenizer",
4771
            "version": "1.1.0",
4772
            "source": {
4773
                "type": "git",
4774
                "url": "https://github.com/theseer/tokenizer.git",
4775
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
4776
            },
4777
            "dist": {
4778
                "type": "zip",
4779
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
4780
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
4781
                "shasum": ""
4782
            },
4783
            "require": {
4784
                "ext-dom": "*",
4785
                "ext-tokenizer": "*",
4786
                "ext-xmlwriter": "*",
4787
                "php": "^7.0"
4788
            },
4789
            "type": "library",
4790
            "autoload": {
4791
                "classmap": [
4792
                    "src/"
4793
                ]
4794
            },
4795
            "notification-url": "https://packagist.org/downloads/",
4796
            "license": [
4797
                "BSD-3-Clause"
4798
            ],
4799
            "authors": [
4800
                {
4801
                    "name": "Arne Blankerts",
4802
                    "email": "[email protected]",
4803
                    "role": "Developer"
4804
                }
4805
            ],
4806
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
4807
            "time": "2017-04-07T12:08:54+00:00"
4808
        },
4809
        {
4810
            "name": "webmozart/assert",
4811
            "version": "1.3.0",
4812
            "source": {
4813
                "type": "git",
4814
                "url": "https://github.com/webmozart/assert.git",
4815
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
4816
            },
4817
            "dist": {
4818
                "type": "zip",
4819
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
4820
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
4821
                "shasum": ""
4822
            },
4823
            "require": {
4824
                "php": "^5.3.3 || ^7.0"
4825
            },
4826
            "require-dev": {
4827
                "phpunit/phpunit": "^4.6",
4828
                "sebastian/version": "^1.0.1"
4829
            },
4830
            "type": "library",
4831
            "extra": {
4832
                "branch-alias": {
4833
                    "dev-master": "1.3-dev"
4834
                }
4835
            },
4836
            "autoload": {
4837
                "psr-4": {
4838
                    "Webmozart\\Assert\\": "src/"
4839
                }
4840
            },
4841
            "notification-url": "https://packagist.org/downloads/",
4842
            "license": [
4843
                "MIT"
4844
            ],
4845
            "authors": [
4846
                {
4847
                    "name": "Bernhard Schussek",
4848
                    "email": "[email protected]"
4849
                }
4850
            ],
4851
            "description": "Assertions to validate method input/output with nice error messages.",
4852
            "keywords": [
4853
                "assert",
4854
                "check",
4855
                "validate"
4856
            ],
4857
            "time": "2018-01-29T19:49:41+00:00"
4858
        }
4859
    ],
4860
    "aliases": [],
4861
    "minimum-stability": "stable",
4862
    "stability-flags": [],
4863
    "prefer-stable": false,
4864
    "prefer-lowest": false,
4865
    "platform": {
4866
        "ext-curl": "*",
4867
        "ext-gd": "*",
4868
        "ext-iconv": "*",
4869
        "ext-intl": "*",
4870
        "ext-json": "*",
4871
        "ext-pcre": "*",
4872
        "ext-pdo": "*",
4873
        "ext-pdo_mysql": "*",
4874
        "ext-session": "*",
4875
        "ext-simplexml": "*",
4876
        "ext-xml": "*",
4877
        "ext-zip": "*"
4878
    },
4879
    "platform-dev": [],
4880
    "platform-overrides": {
4881
        "php": "7.1.3"
4882
    }
4883
}
4884