Passed
Push — develop ( b3877e...2fce5c )
by Adrien
36:25 queued 19:17
created

composer.lock (2 issues)

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": "66067b3ab7afd673a28cf0b31eb9ae20",
8
    "packages": [
9
        {
10
            "name": "markbaker/complex",
11
            "version": "1.4.1",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/MarkBaker/PHPComplex.git",
15
                "reference": "615f5443473cf37729666e2354fd8dfa2cb48e91"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/615f5443473cf37729666e2354fd8dfa2cb48e91",
20
                "reference": "615f5443473cf37729666e2354fd8dfa2cb48e91",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": "^5.6.0|^7.0.0"
25
            },
26
            "require-dev": {
27
                "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3",
28
                "phpdocumentor/phpdocumentor": "2.*",
29
                "phploc/phploc": "2.*",
30
                "phpmd/phpmd": "2.*",
31
                "phpunit/phpunit": "^4.8.35|^5.4.0",
32
                "sebastian/phpcpd": "2.*",
33
                "squizlabs/php_codesniffer": "^3.1.1",
34
                "wimg/php-compatibility": "^8.0"
35
            },
36
            "type": "library",
37
            "autoload": {
38
                "psr-4": {
39
                    "Complex\\": "classes/src/"
40
                },
41
                "files": [
42
                    "classes/src/functions/abs.php",
43
                    "classes/src/functions/acos.php",
44
                    "classes/src/functions/acosh.php",
45
                    "classes/src/functions/acot.php",
46
                    "classes/src/functions/acoth.php",
47
                    "classes/src/functions/acsc.php",
48
                    "classes/src/functions/acsch.php",
49
                    "classes/src/functions/argument.php",
50
                    "classes/src/functions/asec.php",
51
                    "classes/src/functions/asech.php",
52
                    "classes/src/functions/asin.php",
53
                    "classes/src/functions/asinh.php",
54
                    "classes/src/functions/atan.php",
55
                    "classes/src/functions/atanh.php",
56
                    "classes/src/functions/conjugate.php",
57
                    "classes/src/functions/cos.php",
58
                    "classes/src/functions/cosh.php",
59
                    "classes/src/functions/cot.php",
60
                    "classes/src/functions/coth.php",
61
                    "classes/src/functions/csc.php",
62
                    "classes/src/functions/csch.php",
63
                    "classes/src/functions/exp.php",
64
                    "classes/src/functions/inverse.php",
65
                    "classes/src/functions/ln.php",
66
                    "classes/src/functions/log2.php",
67
                    "classes/src/functions/log10.php",
68
                    "classes/src/functions/negative.php",
69
                    "classes/src/functions/pow.php",
70
                    "classes/src/functions/rho.php",
71
                    "classes/src/functions/sec.php",
72
                    "classes/src/functions/sech.php",
73
                    "classes/src/functions/sin.php",
74
                    "classes/src/functions/sinh.php",
75
                    "classes/src/functions/sqrt.php",
76
                    "classes/src/functions/tan.php",
77
                    "classes/src/functions/tanh.php",
78
                    "classes/src/functions/theta.php",
79
                    "classes/src/operations/add.php",
80
                    "classes/src/operations/subtract.php",
81
                    "classes/src/operations/multiply.php",
82
                    "classes/src/operations/divideby.php",
83
                    "classes/src/operations/divideinto.php"
84
                ]
85
            },
86
            "notification-url": "https://packagist.org/downloads/",
87
            "license": [
88
                "MIT"
89
            ],
90
            "authors": [
91
                {
92
                    "name": "Mark Baker",
93
                    "email": "[email protected]"
94
                }
95
            ],
96
            "description": "PHP Class for working with complex numbers",
97
            "homepage": "https://github.com/MarkBaker/PHPComplex",
98
            "keywords": [
99
                "complex",
100
                "mathematics"
101
            ],
102
            "time": "2018-07-24T19:47:28+00:00"
103
        },
104
        {
105
            "name": "psr/simple-cache",
106
            "version": "1.0.0",
107
            "source": {
108
                "type": "git",
109
                "url": "https://github.com/php-fig/simple-cache.git",
110
                "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24"
111
            },
112
            "dist": {
113
                "type": "zip",
114
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24",
115
                "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24",
116
                "shasum": ""
117
            },
118
            "require": {
119
                "php": ">=5.3.0"
120
            },
121
            "type": "library",
122
            "extra": {
123
                "branch-alias": {
124
                    "dev-master": "1.0.x-dev"
125
                }
126
            },
127
            "autoload": {
128
                "psr-4": {
129
                    "Psr\\SimpleCache\\": "src/"
130
                }
131
            },
132
            "notification-url": "https://packagist.org/downloads/",
133
            "license": [
134
                "MIT"
135
            ],
136
            "authors": [
137
                {
138
                    "name": "PHP-FIG",
139
                    "homepage": "http://www.php-fig.org/"
140
                }
141
            ],
142
            "description": "Common interfaces for simple caching",
143
            "keywords": [
144
                "cache",
145
                "caching",
146
                "psr",
147
                "psr-16",
148
                "simple-cache"
149
            ],
150
            "time": "2017-01-02T13:31:39+00:00"
151
        }
152
    ],
153
    "packages-dev": [
154
        {
155
            "name": "composer/semver",
156
            "version": "1.4.2",
157
            "source": {
158
                "type": "git",
159
                "url": "https://github.com/composer/semver.git",
160
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
161
            },
162
            "dist": {
163
                "type": "zip",
164
                "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
165
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
166
                "shasum": ""
167
            },
168
            "require": {
169
                "php": "^5.3.2 || ^7.0"
170
            },
171
            "require-dev": {
172
                "phpunit/phpunit": "^4.5 || ^5.0.5",
173
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
174
            },
175
            "type": "library",
176
            "extra": {
177
                "branch-alias": {
178
                    "dev-master": "1.x-dev"
179
                }
180
            },
181
            "autoload": {
182
                "psr-4": {
183
                    "Composer\\Semver\\": "src"
184
                }
185
            },
186
            "notification-url": "https://packagist.org/downloads/",
187
            "license": [
188
                "MIT"
189
            ],
190
            "authors": [
191
                {
192
                    "name": "Nils Adermann",
193
                    "email": "[email protected]",
194
                    "homepage": "http://www.naderman.de"
195
                },
196
                {
197
                    "name": "Jordi Boggiano",
198
                    "email": "[email protected]",
199
                    "homepage": "http://seld.be"
200
                },
201
                {
202
                    "name": "Rob Bast",
203
                    "email": "[email protected]",
204
                    "homepage": "http://robbast.nl"
205
                }
206
            ],
207
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
208
            "keywords": [
209
                "semantic",
210
                "semver",
211
                "validation",
212
                "versioning"
213
            ],
214
            "time": "2016-08-30T16:08:34+00:00"
215
        },
216
        {
217
            "name": "doctrine/annotations",
218
            "version": "v1.6.0",
219
            "source": {
220
                "type": "git",
221
                "url": "https://github.com/doctrine/annotations.git",
222
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
223
            },
224
            "dist": {
225
                "type": "zip",
226
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
227
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
228
                "shasum": ""
229
            },
230
            "require": {
231
                "doctrine/lexer": "1.*",
232
                "php": "^7.1"
233
            },
234
            "require-dev": {
235
                "doctrine/cache": "1.*",
236
                "phpunit/phpunit": "^6.4"
237
            },
238
            "type": "library",
239
            "extra": {
240
                "branch-alias": {
241
                    "dev-master": "1.6.x-dev"
242
                }
243
            },
244
            "autoload": {
245
                "psr-4": {
246
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
247
                }
248
            },
249
            "notification-url": "https://packagist.org/downloads/",
250
            "license": [
251
                "MIT"
252
            ],
253
            "authors": [
254
                {
255
                    "name": "Roman Borschel",
256
                    "email": "[email protected]"
257
                },
258
                {
259
                    "name": "Benjamin Eberlei",
260
                    "email": "[email protected]"
261
                },
262
                {
263
                    "name": "Guilherme Blanco",
264
                    "email": "[email protected]"
265
                },
266
                {
267
                    "name": "Jonathan Wage",
268
                    "email": "[email protected]"
269
                },
270
                {
271
                    "name": "Johannes Schmitt",
272
                    "email": "[email protected]"
273
                }
274
            ],
275
            "description": "Docblock Annotations Parser",
276
            "homepage": "http://www.doctrine-project.org",
277
            "keywords": [
278
                "annotations",
279
                "docblock",
280
                "parser"
281
            ],
282
            "time": "2017-12-06T07:11:42+00:00"
283
        },
284
        {
285
            "name": "doctrine/instantiator",
286
            "version": "1.0.5",
287
            "source": {
288
                "type": "git",
289
                "url": "https://github.com/doctrine/instantiator.git",
290
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
291
            },
292
            "dist": {
293
                "type": "zip",
294
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
295
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
296
                "shasum": ""
297
            },
298
            "require": {
299
                "php": ">=5.3,<8.0-DEV"
300
            },
301
            "require-dev": {
302
                "athletic/athletic": "~0.1.8",
303
                "ext-pdo": "*",
304
                "ext-phar": "*",
305
                "phpunit/phpunit": "~4.0",
306
                "squizlabs/php_codesniffer": "~2.0"
307
            },
308
            "type": "library",
309
            "extra": {
310
                "branch-alias": {
311
                    "dev-master": "1.0.x-dev"
312
                }
313
            },
314
            "autoload": {
315
                "psr-4": {
316
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
317
                }
318
            },
319
            "notification-url": "https://packagist.org/downloads/",
320
            "license": [
321
                "MIT"
322
            ],
323
            "authors": [
324
                {
325
                    "name": "Marco Pivetta",
326
                    "email": "[email protected]",
327
                    "homepage": "http://ocramius.github.com/"
328
                }
329
            ],
330
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
331
            "homepage": "https://github.com/doctrine/instantiator",
332
            "keywords": [
333
                "constructor",
334
                "instantiate"
335
            ],
336
            "time": "2015-06-14T21:17:01+00:00"
337
        },
338
        {
339
            "name": "doctrine/lexer",
340
            "version": "v1.0.1",
341
            "source": {
342
                "type": "git",
343
                "url": "https://github.com/doctrine/lexer.git",
344
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
345
            },
346
            "dist": {
347
                "type": "zip",
348
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
349
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
350
                "shasum": ""
351
            },
352
            "require": {
353
                "php": ">=5.3.2"
354
            },
355
            "type": "library",
356
            "extra": {
357
                "branch-alias": {
358
                    "dev-master": "1.0.x-dev"
359
                }
360
            },
361
            "autoload": {
362
                "psr-0": {
363
                    "Doctrine\\Common\\Lexer\\": "lib/"
364
                }
365
            },
366
            "notification-url": "https://packagist.org/downloads/",
367
            "license": [
368
                "MIT"
369
            ],
370
            "authors": [
371
                {
372
                    "name": "Roman Borschel",
373
                    "email": "[email protected]"
374
                },
375
                {
376
                    "name": "Guilherme Blanco",
377
                    "email": "[email protected]"
378
                },
379
                {
380
                    "name": "Johannes Schmitt",
381
                    "email": "[email protected]"
382
                }
383
            ],
384
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
385
            "homepage": "http://www.doctrine-project.org",
386
            "keywords": [
387
                "lexer",
388
                "parser"
389
            ],
390
            "time": "2014-09-09T13:34:57+00:00"
391
        },
392
        {
393
            "name": "dompdf/dompdf",
394
            "version": "v0.8.0",
395
            "source": {
396
                "type": "git",
397
                "url": "https://github.com/dompdf/dompdf.git",
398
                "reference": "0f418c6b58fdeafc2a0e80eb1fa5e644e185089c"
399
            },
400
            "dist": {
401
                "type": "zip",
402
                "url": "https://api.github.com/repos/dompdf/dompdf/zipball/0f418c6b58fdeafc2a0e80eb1fa5e644e185089c",
403
                "reference": "0f418c6b58fdeafc2a0e80eb1fa5e644e185089c",
404
                "shasum": ""
405
            },
406
            "require": {
407
                "ext-dom": "*",
408
                "ext-gd": "*",
409
                "ext-mbstring": "*",
410
                "phenx/php-font-lib": "0.5.*",
411
                "phenx/php-svg-lib": "0.2.*",
412
                "php": ">=5.3.0"
413
            },
414
            "require-dev": {
415
                "phpunit/phpunit": "4.8.*",
416
                "squizlabs/php_codesniffer": "2.*"
417
            },
418
            "type": "library",
419
            "extra": {
420
                "branch-alias": {
421
                    "dev-develop": "0.7-dev"
422
                }
423
            },
424
            "autoload": {
425
                "psr-4": {
426
                    "Dompdf\\": "src/"
427
                },
428
                "classmap": [
429
                    "lib/"
430
                ]
431
            },
432
            "notification-url": "https://packagist.org/downloads/",
433
            "license": [
434
                "LGPL-2.1"
435
            ],
436
            "authors": [
437
                {
438
                    "name": "Fabien Ménager",
439
                    "email": "[email protected]"
440
                },
441
                {
442
                    "name": "Brian Sweeney",
443
                    "email": "[email protected]"
444
                },
445
                {
446
                    "name": "Gabriel Bull",
447
                    "email": "[email protected]"
448
                }
449
            ],
450
            "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
451
            "homepage": "https://github.com/dompdf/dompdf",
452
            "time": "2017-02-16T02:40:40+00:00"
453
        },
454
        {
455
            "name": "friendsofphp/php-cs-fixer",
456
            "version": "v2.10.0",
457
            "source": {
458
                "type": "git",
459
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
460
                "reference": "513a3765b56dd029175f9f32995566657ee89dda"
461
            },
462
            "dist": {
463
                "type": "zip",
464
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/513a3765b56dd029175f9f32995566657ee89dda",
465
                "reference": "513a3765b56dd029175f9f32995566657ee89dda",
466
                "shasum": ""
467
            },
468
            "require": {
469
                "composer/semver": "^1.4",
470
                "doctrine/annotations": "^1.2",
471
                "ext-json": "*",
472
                "ext-tokenizer": "*",
473
                "gecko-packages/gecko-php-unit": "^2.0 || ^3.0",
474
                "php": "^5.6 || >=7.0 <7.3",
475
                "php-cs-fixer/diff": "^1.2",
476
                "symfony/console": "^3.2 || ^4.0",
477
                "symfony/event-dispatcher": "^3.0 || ^4.0",
478
                "symfony/filesystem": "^3.0 || ^4.0",
479
                "symfony/finder": "^3.0 || ^4.0",
480
                "symfony/options-resolver": "^3.0 || ^4.0",
481
                "symfony/polyfill-php70": "^1.0",
482
                "symfony/polyfill-php72": "^1.4",
483
                "symfony/process": "^3.0 || ^4.0",
484
                "symfony/stopwatch": "^3.0 || ^4.0"
485
            },
486
            "conflict": {
487
                "hhvm": "*"
488
            },
489
            "require-dev": {
490
                "johnkary/phpunit-speedtrap": "^1.1 || ^2.0@dev",
491
                "justinrainbow/json-schema": "^5.0",
492
                "keradus/cli-executor": "^1.0",
493
                "mikey179/vfsstream": "^1.6",
494
                "php-coveralls/php-coveralls": "^2.0",
495
                "php-cs-fixer/accessible-object": "^1.0",
496
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
497
                "phpunitgoodpractices/traits": "^1.0",
498
                "symfony/phpunit-bridge": "^3.2.2 || ^4.0"
499
            },
500
            "suggest": {
501
                "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
502
                "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
503
            },
504
            "bin": [
505
                "php-cs-fixer"
506
            ],
507
            "type": "application",
508
            "extra": {
509
                "branch-alias": {
510
                    "dev-master": "2.10-dev"
511
                }
512
            },
513
            "autoload": {
514
                "psr-4": {
515
                    "PhpCsFixer\\": "src/"
516
                },
517
                "classmap": [
518
                    "tests/Test/AbstractFixerTestCase.php",
519
                    "tests/Test/AbstractIntegrationTestCase.php",
520
                    "tests/Test/Assert/AssertTokensTrait.php",
521
                    "tests/Test/IntegrationCase.php",
522
                    "tests/Test/IntegrationCaseFactory.php",
523
                    "tests/TestCase.php"
524
                ]
525
            },
526
            "notification-url": "https://packagist.org/downloads/",
527
            "license": [
528
                "MIT"
529
            ],
530
            "authors": [
531
                {
532
                    "name": "Dariusz Rumiński",
533
                    "email": "[email protected]"
534
                },
535
                {
536
                    "name": "Fabien Potencier",
537
                    "email": "[email protected]"
538
                }
539
            ],
540
            "description": "A tool to automatically fix PHP code style",
541
            "time": "2018-01-10T17:16:15+00:00"
542
        },
543
        {
544
            "name": "gecko-packages/gecko-php-unit",
545
            "version": "v3.0",
546
            "source": {
547
                "type": "git",
548
                "url": "https://github.com/GeckoPackages/GeckoPHPUnit.git",
549
                "reference": "6a866551dffc2154c1b091bae3a7877d39c25ca3"
550
            },
551
            "dist": {
552
                "type": "zip",
553
                "url": "https://api.github.com/repos/GeckoPackages/GeckoPHPUnit/zipball/6a866551dffc2154c1b091bae3a7877d39c25ca3",
554
                "reference": "6a866551dffc2154c1b091bae3a7877d39c25ca3",
555
                "shasum": ""
556
            },
557
            "require": {
558
                "php": "^7.0"
559
            },
560
            "require-dev": {
561
                "phpunit/phpunit": "^6.0"
562
            },
563
            "suggest": {
564
                "ext-dom": "When testing with xml.",
565
                "ext-libxml": "When testing with xml.",
566
                "phpunit/phpunit": "This is an extension for it so make sure you have it some way."
567
            },
568
            "type": "library",
569
            "extra": {
570
                "branch-alias": {
571
                    "dev-master": "3.0-dev"
572
                }
573
            },
574
            "autoload": {
575
                "psr-4": {
576
                    "GeckoPackages\\PHPUnit\\": "src/PHPUnit"
577
                }
578
            },
579
            "notification-url": "https://packagist.org/downloads/",
580
            "license": [
581
                "MIT"
582
            ],
583
            "description": "Additional PHPUnit asserts and constraints.",
584
            "homepage": "https://github.com/GeckoPackages",
585
            "keywords": [
586
                "extension",
587
                "filesystem",
588
                "phpunit"
589
            ],
590
            "time": "2017-08-23T07:46:41+00:00"
591
        },
592
        {
593
            "name": "ircmaxell/password-compat",
594
            "version": "v1.0.4",
595
            "source": {
596
                "type": "git",
597
                "url": "https://github.com/ircmaxell/password_compat.git",
598
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
599
            },
600
            "dist": {
601
                "type": "zip",
602
                "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
603
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
604
                "shasum": ""
605
            },
606
            "require-dev": {
607
                "phpunit/phpunit": "4.*"
608
            },
609
            "type": "library",
610
            "autoload": {
611
                "files": [
612
                    "lib/password.php"
613
                ]
614
            },
615
            "notification-url": "https://packagist.org/downloads/",
616
            "license": [
617
                "MIT"
618
            ],
619
            "authors": [
620
                {
621
                    "name": "Anthony Ferrara",
622
                    "email": "[email protected]",
623
                    "homepage": "http://blog.ircmaxell.com"
624
                }
625
            ],
626
            "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
627
            "homepage": "https://github.com/ircmaxell/password_compat",
628
            "keywords": [
629
                "hashing",
630
                "password"
631
            ],
632
            "time": "2014-11-20T16:49:30+00:00"
633
        },
634
        {
635
            "name": "jpgraph/jpgraph",
636
            "version": "4.0.2",
637
            "source": {
638
                "type": "git",
639
                "url": "https://github.com/ztec/JpGraph.git",
640
                "reference": "e82db7da6a546d3926c24c9a346226da7aa49094"
641
            },
642
            "dist": {
643
                "type": "zip",
644
                "url": "https://api.github.com/repos/ztec/JpGraph/zipball/e82db7da6a546d3926c24c9a346226da7aa49094",
645
                "reference": "e82db7da6a546d3926c24c9a346226da7aa49094",
646
                "shasum": ""
647
            },
648
            "type": "library",
649
            "autoload": {
650
                "classmap": [
651
                    "lib/JpGraph.php"
652
                ]
653
            },
654
            "notification-url": "https://packagist.org/downloads/",
655
            "license": [
656
                "QPL 1.0"
657
            ],
658
            "authors": [
659
                {
660
                    "name": "JpGraph team"
661
                }
662
            ],
663
            "description": "jpGraph, library to make graphs and charts",
664
            "homepage": "http://jpgraph.net/",
665
            "keywords": [
666
                "chart",
667
                "data",
668
                "graph",
669
                "jpgraph",
670
                "pie"
671
            ],
672
            "time": "2017-02-23T09:44:15+00:00"
673
        },
674
        {
675
            "name": "mpdf/mpdf",
676
            "version": "v7.0.0",
677
            "source": {
678
                "type": "git",
679
                "url": "https://github.com/mpdf/mpdf.git",
680
                "reference": "375a79a575fde762a7c390766837e78e8dfe97bf"
681
            },
682
            "dist": {
683
                "type": "zip",
684
                "url": "https://api.github.com/repos/mpdf/mpdf/zipball/375a79a575fde762a7c390766837e78e8dfe97bf",
685
                "reference": "375a79a575fde762a7c390766837e78e8dfe97bf",
686
                "shasum": ""
687
            },
688
            "require": {
689
                "ext-gd": "*",
690
                "ext-mbstring": "*",
691
                "paragonie/random_compat": "^2.0",
692
                "php": "^5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0",
693
                "psr/log": "^1.0",
694
                "setasign/fpdi": "1.6.*"
695
            },
696
            "require-dev": {
697
                "mockery/mockery": "^0.9.5",
698
                "phpunit/phpunit": "^5.0",
699
                "squizlabs/php_codesniffer": "^2.7.0",
700
                "tracy/tracy": "^2.4"
701
            },
702
            "suggest": {
703
                "ext-bcmath": "Needed for generation of some types of barcodes",
704
                "ext-xml": "Needed mainly for SVG manipulation",
705
                "ext-zlib": "Needed for compression of embedded resources, such as fonts"
706
            },
707
            "type": "library",
708
            "extra": {
709
                "branch-alias": {
710
                    "dev-development": "7.0-dev"
711
                }
712
            },
713
            "autoload": {
714
                "psr-4": {
715
                    "Mpdf\\": "src/"
716
                }
717
            },
718
            "notification-url": "https://packagist.org/downloads/",
719
            "license": [
720
                "GPL-2.0"
721
            ],
722
            "authors": [
723
                {
724
                    "name": "Matěj Humpál",
725
                    "role": "Developer, maintainer"
726
                },
727
                {
728
                    "name": "Ian Back",
729
                    "role": "Developer (retired)"
730
                }
731
            ],
732
            "description": "A PHP class to generate PDF files from HTML with Unicode/UTF-8 and CJK support",
733
            "homepage": "https://mpdf.github.io",
734
            "keywords": [
735
                "pdf",
736
                "php",
737
                "utf-8"
738
            ],
739
            "time": "2017-10-19T16:38:45+00:00"
740
        },
741
        {
742
            "name": "myclabs/deep-copy",
743
            "version": "1.6.0",
744
            "source": {
745
                "type": "git",
746
                "url": "https://github.com/myclabs/DeepCopy.git",
747
                "reference": "5a5a9fc8025a08d8919be87d6884d5a92520cefe"
748
            },
749
            "dist": {
750
                "type": "zip",
751
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/5a5a9fc8025a08d8919be87d6884d5a92520cefe",
752
                "reference": "5a5a9fc8025a08d8919be87d6884d5a92520cefe",
753
                "shasum": ""
754
            },
755
            "require": {
756
                "php": ">=5.4.0"
757
            },
758
            "require-dev": {
759
                "doctrine/collections": "1.*",
760
                "phpunit/phpunit": "~4.1"
761
            },
762
            "type": "library",
763
            "autoload": {
764
                "psr-4": {
765
                    "DeepCopy\\": "src/DeepCopy/"
766
                }
767
            },
768
            "notification-url": "https://packagist.org/downloads/",
769
            "license": [
770
                "MIT"
771
            ],
772
            "description": "Create deep copies (clones) of your objects",
773
            "homepage": "https://github.com/myclabs/DeepCopy",
774
            "keywords": [
775
                "clone",
776
                "copy",
777
                "duplicate",
778
                "object",
779
                "object graph"
780
            ],
781
            "time": "2017-01-26T22:05:40+00:00"
782
        },
783
        {
784
            "name": "paragonie/random_compat",
785
            "version": "v2.0.11",
786
            "source": {
787
                "type": "git",
788
                "url": "https://github.com/paragonie/random_compat.git",
789
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
790
            },
791
            "dist": {
792
                "type": "zip",
793
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
794
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
795
                "shasum": ""
796
            },
797
            "require": {
798
                "php": ">=5.2.0"
799
            },
800
            "require-dev": {
801
                "phpunit/phpunit": "4.*|5.*"
802
            },
803
            "suggest": {
804
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
805
            },
806
            "type": "library",
807
            "autoload": {
808
                "files": [
809
                    "lib/random.php"
810
                ]
811
            },
812
            "notification-url": "https://packagist.org/downloads/",
813
            "license": [
814
                "MIT"
815
            ],
816
            "authors": [
817
                {
818
                    "name": "Paragon Initiative Enterprises",
819
                    "email": "[email protected]",
820
                    "homepage": "https://paragonie.com"
821
                }
822
            ],
823
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
824
            "keywords": [
825
                "csprng",
826
                "pseudorandom",
827
                "random"
828
            ],
829
            "time": "2017-09-27T21:40:39+00:00"
830
        },
831
        {
832
            "name": "phenx/php-font-lib",
833
            "version": "0.5",
834
            "source": {
835
                "type": "git",
836
                "url": "https://github.com/PhenX/php-font-lib.git",
837
                "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962"
838
            },
839
            "dist": {
840
                "type": "zip",
841
                "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/19ad2bebc35be028fcc0221025fcbf3d436a3962",
842
                "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962",
843
                "shasum": ""
844
            },
845
            "require-dev": {
846
                "phpunit/phpunit": "^4.8"
847
            },
848
            "type": "library",
849
            "autoload": {
850
                "psr-4": {
851
                    "FontLib\\": "src/FontLib"
852
                }
853
            },
854
            "notification-url": "https://packagist.org/downloads/",
855
            "license": [
856
                "LGPL-3.0"
857
            ],
858
            "authors": [
859
                {
860
                    "name": "Fabien Ménager",
861
                    "email": "[email protected]"
862
                }
863
            ],
864
            "description": "A library to read, parse, export and make subsets of different types of font files.",
865
            "homepage": "https://github.com/PhenX/php-font-lib",
866
            "time": "2017-02-11T10:58:43+00:00"
867
        },
868
        {
869
            "name": "phenx/php-svg-lib",
870
            "version": "v0.2",
871
            "source": {
872
                "type": "git",
873
                "url": "https://github.com/PhenX/php-svg-lib.git",
874
                "reference": "de291bec8449b89acfe85691b5c71434797959dc"
875
            },
876
            "dist": {
877
                "type": "zip",
878
                "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/de291bec8449b89acfe85691b5c71434797959dc",
879
                "reference": "de291bec8449b89acfe85691b5c71434797959dc",
880
                "shasum": ""
881
            },
882
            "require": {
883
                "sabberworm/php-css-parser": "6.0.*"
884
            },
885
            "type": "library",
886
            "autoload": {
887
                "psr-0": {
888
                    "Svg\\": "src/"
889
                }
890
            },
891
            "notification-url": "https://packagist.org/downloads/",
892
            "license": [
893
                "LGPL-3.0"
894
            ],
895
            "authors": [
896
                {
897
                    "name": "Fabien Ménager",
898
                    "email": "[email protected]"
899
                }
900
            ],
901
            "description": "A library to read, parse and export to PDF SVG files.",
902
            "homepage": "https://github.com/PhenX/php-svg-lib",
903
            "time": "2016-12-13T20:25:45+00:00"
904
        },
905
        {
906
            "name": "php-cs-fixer/diff",
907
            "version": "v1.2.0",
908
            "source": {
909
                "type": "git",
910
                "url": "https://github.com/PHP-CS-Fixer/diff.git",
911
                "reference": "f0ef6133d674137e902fdf8a6f2e8e97e14a087b"
912
            },
913
            "dist": {
914
                "type": "zip",
915
                "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/f0ef6133d674137e902fdf8a6f2e8e97e14a087b",
916
                "reference": "f0ef6133d674137e902fdf8a6f2e8e97e14a087b",
917
                "shasum": ""
918
            },
919
            "require": {
920
                "php": "^5.6 || ^7.0"
921
            },
922
            "require-dev": {
923
                "phpunit/phpunit": "^4.8.35 || ^5.4.3",
924
                "symfony/process": "^3.3"
925
            },
926
            "type": "library",
927
            "autoload": {
928
                "classmap": [
929
                    "src/"
930
                ]
931
            },
932
            "notification-url": "https://packagist.org/downloads/",
933
            "authors": [
934
                {
935
                    "name": "Kore Nordmann",
936
                    "email": "[email protected]"
937
                },
938
                {
939
                    "name": "Sebastian Bergmann",
940
                    "email": "[email protected]"
941
                },
942
                {
943
                    "name": "SpacePossum"
944
                }
945
            ],
946
            "description": "sebastian/diff v2 backport support for PHP5.6",
947
            "homepage": "https://github.com/PHP-CS-Fixer",
948
            "keywords": [
949
                "diff"
950
            ],
951
            "time": "2017-10-19T09:58:18+00:00"
952
        },
953
        {
954
            "name": "phpdocumentor/reflection-common",
955
            "version": "1.0",
956
            "source": {
957
                "type": "git",
958
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
959
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
960
            },
961
            "dist": {
962
                "type": "zip",
963
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
964
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
965
                "shasum": ""
966
            },
967
            "require": {
968
                "php": ">=5.5"
969
            },
970
            "require-dev": {
971
                "phpunit/phpunit": "^4.6"
972
            },
973
            "type": "library",
974
            "extra": {
975
                "branch-alias": {
976
                    "dev-master": "1.0.x-dev"
977
                }
978
            },
979
            "autoload": {
980
                "psr-4": {
981
                    "phpDocumentor\\Reflection\\": [
982
                        "src"
983
                    ]
984
                }
985
            },
986
            "notification-url": "https://packagist.org/downloads/",
987
            "license": [
988
                "MIT"
989
            ],
990
            "authors": [
991
                {
992
                    "name": "Jaap van Otterdijk",
993
                    "email": "[email protected]"
994
                }
995
            ],
996
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
997
            "homepage": "http://www.phpdoc.org",
998
            "keywords": [
999
                "FQSEN",
1000
                "phpDocumentor",
1001
                "phpdoc",
1002
                "reflection",
1003
                "static analysis"
1004
            ],
1005
            "time": "2015-12-27T11:43:31+00:00"
1006
        },
1007
        {
1008
            "name": "phpdocumentor/reflection-docblock",
1009
            "version": "3.1.1",
1010
            "source": {
1011
                "type": "git",
1012
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1013
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
1014
            },
1015
            "dist": {
1016
                "type": "zip",
1017
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
1018
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
1019
                "shasum": ""
1020
            },
1021
            "require": {
1022
                "php": ">=5.5",
1023
                "phpdocumentor/reflection-common": "^1.0@dev",
1024
                "phpdocumentor/type-resolver": "^0.2.0",
1025
                "webmozart/assert": "^1.0"
1026
            },
1027
            "require-dev": {
1028
                "mockery/mockery": "^0.9.4",
1029
                "phpunit/phpunit": "^4.4"
1030
            },
1031
            "type": "library",
1032
            "autoload": {
1033
                "psr-4": {
1034
                    "phpDocumentor\\Reflection\\": [
1035
                        "src/"
1036
                    ]
1037
                }
1038
            },
1039
            "notification-url": "https://packagist.org/downloads/",
1040
            "license": [
1041
                "MIT"
1042
            ],
1043
            "authors": [
1044
                {
1045
                    "name": "Mike van Riel",
1046
                    "email": "[email protected]"
1047
                }
1048
            ],
1049
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1050
            "time": "2016-09-30T07:12:33+00:00"
1051
        },
1052
        {
1053
            "name": "phpdocumentor/type-resolver",
1054
            "version": "0.2.1",
1055
            "source": {
1056
                "type": "git",
1057
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
1058
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
1059
            },
1060
            "dist": {
1061
                "type": "zip",
1062
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
1063
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
1064
                "shasum": ""
1065
            },
1066
            "require": {
1067
                "php": ">=5.5",
1068
                "phpdocumentor/reflection-common": "^1.0"
1069
            },
1070
            "require-dev": {
1071
                "mockery/mockery": "^0.9.4",
1072
                "phpunit/phpunit": "^5.2||^4.8.24"
1073
            },
1074
            "type": "library",
1075
            "extra": {
1076
                "branch-alias": {
1077
                    "dev-master": "1.0.x-dev"
1078
                }
1079
            },
1080
            "autoload": {
1081
                "psr-4": {
1082
                    "phpDocumentor\\Reflection\\": [
1083
                        "src/"
1084
                    ]
1085
                }
1086
            },
1087
            "notification-url": "https://packagist.org/downloads/",
1088
            "license": [
1089
                "MIT"
1090
            ],
1091
            "authors": [
1092
                {
1093
                    "name": "Mike van Riel",
1094
                    "email": "[email protected]"
1095
                }
1096
            ],
1097
            "time": "2016-11-25T06:54:22+00:00"
1098
        },
1099
        {
1100
            "name": "phpspec/prophecy",
1101
            "version": "v1.7.0",
1102
            "source": {
1103
                "type": "git",
1104
                "url": "https://github.com/phpspec/prophecy.git",
1105
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
1106
            },
1107
            "dist": {
1108
                "type": "zip",
1109
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
1110
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
1111
                "shasum": ""
1112
            },
1113
            "require": {
1114
                "doctrine/instantiator": "^1.0.2",
1115
                "php": "^5.3|^7.0",
1116
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
1117
                "sebastian/comparator": "^1.1|^2.0",
1118
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
1119
            },
1120
            "require-dev": {
1121
                "phpspec/phpspec": "^2.5|^3.2",
1122
                "phpunit/phpunit": "^4.8 || ^5.6.5"
1123
            },
1124
            "type": "library",
1125
            "extra": {
1126
                "branch-alias": {
1127
                    "dev-master": "1.6.x-dev"
1128
                }
1129
            },
1130
            "autoload": {
1131
                "psr-0": {
1132
                    "Prophecy\\": "src/"
1133
                }
1134
            },
1135
            "notification-url": "https://packagist.org/downloads/",
1136
            "license": [
1137
                "MIT"
1138
            ],
1139
            "authors": [
1140
                {
1141
                    "name": "Konstantin Kudryashov",
1142
                    "email": "[email protected]",
1143
                    "homepage": "http://everzet.com"
1144
                },
1145
                {
1146
                    "name": "Marcello Duarte",
1147
                    "email": "[email protected]"
1148
                }
1149
            ],
1150
            "description": "Highly opinionated mocking framework for PHP 5.3+",
1151
            "homepage": "https://github.com/phpspec/prophecy",
1152
            "keywords": [
1153
                "Double",
1154
                "Dummy",
1155
                "fake",
1156
                "mock",
1157
                "spy",
1158
                "stub"
1159
            ],
1160
            "time": "2017-03-02T20:05:34+00:00"
1161
        },
1162
        {
1163
            "name": "phpunit/php-code-coverage",
1164
            "version": "4.0.7",
1165
            "source": {
1166
                "type": "git",
1167
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1168
                "reference": "09e2277d14ea467e5a984010f501343ef29ffc69"
1169
            },
1170
            "dist": {
1171
                "type": "zip",
1172
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/09e2277d14ea467e5a984010f501343ef29ffc69",
1173
                "reference": "09e2277d14ea467e5a984010f501343ef29ffc69",
1174
                "shasum": ""
1175
            },
1176
            "require": {
1177
                "ext-dom": "*",
1178
                "ext-xmlwriter": "*",
1179
                "php": "^5.6 || ^7.0",
1180
                "phpunit/php-file-iterator": "^1.3",
1181
                "phpunit/php-text-template": "^1.2",
1182
                "phpunit/php-token-stream": "^1.4.2 || ^2.0",
1183
                "sebastian/code-unit-reverse-lookup": "^1.0",
1184
                "sebastian/environment": "^1.3.2 || ^2.0",
1185
                "sebastian/version": "^1.0 || ^2.0"
1186
            },
1187
            "require-dev": {
1188
                "ext-xdebug": "^2.1.4",
1189
                "phpunit/phpunit": "^5.7"
1190
            },
1191
            "suggest": {
1192
                "ext-xdebug": "^2.5.1"
1193
            },
1194
            "type": "library",
1195
            "extra": {
1196
                "branch-alias": {
1197
                    "dev-master": "4.0.x-dev"
1198
                }
1199
            },
1200
            "autoload": {
1201
                "classmap": [
1202
                    "src/"
1203
                ]
1204
            },
1205
            "notification-url": "https://packagist.org/downloads/",
1206
            "license": [
1207
                "BSD-3-Clause"
1208
            ],
1209
            "authors": [
1210
                {
1211
                    "name": "Sebastian Bergmann",
1212
                    "email": "[email protected]",
1213
                    "role": "lead"
1214
                }
1215
            ],
1216
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1217
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1218
            "keywords": [
1219
                "coverage",
1220
                "testing",
1221
                "xunit"
1222
            ],
1223
            "time": "2017-03-01T09:12:17+00:00"
1224
        },
1225
        {
1226
            "name": "phpunit/php-file-iterator",
1227
            "version": "1.4.2",
1228
            "source": {
1229
                "type": "git",
1230
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1231
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
1232
            },
1233
            "dist": {
1234
                "type": "zip",
1235
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
1236
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
1237
                "shasum": ""
1238
            },
1239
            "require": {
1240
                "php": ">=5.3.3"
1241
            },
1242
            "type": "library",
1243
            "extra": {
1244
                "branch-alias": {
1245
                    "dev-master": "1.4.x-dev"
1246
                }
1247
            },
1248
            "autoload": {
1249
                "classmap": [
1250
                    "src/"
1251
                ]
1252
            },
1253
            "notification-url": "https://packagist.org/downloads/",
1254
            "license": [
1255
                "BSD-3-Clause"
1256
            ],
1257
            "authors": [
1258
                {
1259
                    "name": "Sebastian Bergmann",
1260
                    "email": "[email protected]",
1261
                    "role": "lead"
1262
                }
1263
            ],
1264
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1265
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1266
            "keywords": [
1267
                "filesystem",
1268
                "iterator"
1269
            ],
1270
            "time": "2016-10-03T07:40:28+00:00"
1271
        },
1272
        {
1273
            "name": "phpunit/php-text-template",
1274
            "version": "1.2.1",
1275
            "source": {
1276
                "type": "git",
1277
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1278
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1279
            },
1280
            "dist": {
1281
                "type": "zip",
1282
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1283
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1284
                "shasum": ""
1285
            },
1286
            "require": {
1287
                "php": ">=5.3.3"
1288
            },
1289
            "type": "library",
1290
            "autoload": {
1291
                "classmap": [
1292
                    "src/"
1293
                ]
1294
            },
1295
            "notification-url": "https://packagist.org/downloads/",
1296
            "license": [
1297
                "BSD-3-Clause"
1298
            ],
1299
            "authors": [
1300
                {
1301
                    "name": "Sebastian Bergmann",
1302
                    "email": "[email protected]",
1303
                    "role": "lead"
1304
                }
1305
            ],
1306
            "description": "Simple template engine.",
1307
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1308
            "keywords": [
1309
                "template"
1310
            ],
1311
            "time": "2015-06-21T13:50:34+00:00"
1312
        },
1313
        {
1314
            "name": "phpunit/php-timer",
1315
            "version": "1.0.9",
1316
            "source": {
1317
                "type": "git",
1318
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1319
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
1320
            },
1321
            "dist": {
1322
                "type": "zip",
1323
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1324
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1325
                "shasum": ""
1326
            },
1327
            "require": {
1328
                "php": "^5.3.3 || ^7.0"
1329
            },
1330
            "require-dev": {
1331
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1332
            },
1333
            "type": "library",
1334
            "extra": {
1335
                "branch-alias": {
1336
                    "dev-master": "1.0-dev"
1337
                }
1338
            },
1339
            "autoload": {
1340
                "classmap": [
1341
                    "src/"
1342
                ]
1343
            },
1344
            "notification-url": "https://packagist.org/downloads/",
1345
            "license": [
1346
                "BSD-3-Clause"
1347
            ],
1348
            "authors": [
1349
                {
1350
                    "name": "Sebastian Bergmann",
1351
                    "email": "[email protected]",
1352
                    "role": "lead"
1353
                }
1354
            ],
1355
            "description": "Utility class for timing",
1356
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1357
            "keywords": [
1358
                "timer"
1359
            ],
1360
            "time": "2017-02-26T11:10:40+00:00"
1361
        },
1362
        {
1363
            "name": "phpunit/php-token-stream",
1364
            "version": "1.4.11",
1365
            "source": {
1366
                "type": "git",
1367
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1368
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
1369
            },
1370
            "dist": {
1371
                "type": "zip",
1372
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
1373
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
1374
                "shasum": ""
1375
            },
1376
            "require": {
1377
                "ext-tokenizer": "*",
1378
                "php": ">=5.3.3"
1379
            },
1380
            "require-dev": {
1381
                "phpunit/phpunit": "~4.2"
1382
            },
1383
            "type": "library",
1384
            "extra": {
1385
                "branch-alias": {
1386
                    "dev-master": "1.4-dev"
1387
                }
1388
            },
1389
            "autoload": {
1390
                "classmap": [
1391
                    "src/"
1392
                ]
1393
            },
1394
            "notification-url": "https://packagist.org/downloads/",
1395
            "license": [
1396
                "BSD-3-Clause"
1397
            ],
1398
            "authors": [
1399
                {
1400
                    "name": "Sebastian Bergmann",
1401
                    "email": "[email protected]"
1402
                }
1403
            ],
1404
            "description": "Wrapper around PHP's tokenizer extension.",
1405
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1406
            "keywords": [
1407
                "tokenizer"
1408
            ],
1409
            "time": "2017-02-27T10:12:30+00:00"
1410
        },
1411
        {
1412
            "name": "phpunit/phpunit",
1413
            "version": "5.7.17",
1414
            "source": {
1415
                "type": "git",
1416
                "url": "https://github.com/sebastianbergmann/phpunit.git",
1417
                "reference": "68752b665d3875f9a38a357e3ecb35c79f8673bf"
1418
            },
1419
            "dist": {
1420
                "type": "zip",
1421
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/68752b665d3875f9a38a357e3ecb35c79f8673bf",
1422
                "reference": "68752b665d3875f9a38a357e3ecb35c79f8673bf",
1423
                "shasum": ""
1424
            },
1425
            "require": {
1426
                "ext-dom": "*",
1427
                "ext-json": "*",
1428
                "ext-libxml": "*",
1429
                "ext-mbstring": "*",
1430
                "ext-xml": "*",
1431
                "myclabs/deep-copy": "~1.3",
1432
                "php": "^5.6 || ^7.0",
1433
                "phpspec/prophecy": "^1.6.2",
1434
                "phpunit/php-code-coverage": "^4.0.4",
1435
                "phpunit/php-file-iterator": "~1.4",
1436
                "phpunit/php-text-template": "~1.2",
1437
                "phpunit/php-timer": "^1.0.6",
1438
                "phpunit/phpunit-mock-objects": "^3.2",
1439
                "sebastian/comparator": "^1.2.4",
1440
                "sebastian/diff": "~1.2",
1441
                "sebastian/environment": "^1.3.4 || ^2.0",
1442
                "sebastian/exporter": "~2.0",
1443
                "sebastian/global-state": "^1.1",
1444
                "sebastian/object-enumerator": "~2.0",
1445
                "sebastian/resource-operations": "~1.0",
1446
                "sebastian/version": "~1.0.3|~2.0",
1447
                "symfony/yaml": "~2.1|~3.0"
1448
            },
1449
            "conflict": {
1450
                "phpdocumentor/reflection-docblock": "3.0.2"
1451
            },
1452
            "require-dev": {
1453
                "ext-pdo": "*"
1454
            },
1455
            "suggest": {
1456
                "ext-xdebug": "*",
1457
                "phpunit/php-invoker": "~1.1"
1458
            },
1459
            "bin": [
1460
                "phpunit"
1461
            ],
1462
            "type": "library",
1463
            "extra": {
1464
                "branch-alias": {
1465
                    "dev-master": "5.7.x-dev"
1466
                }
1467
            },
1468
            "autoload": {
1469
                "classmap": [
1470
                    "src/"
1471
                ]
1472
            },
1473
            "notification-url": "https://packagist.org/downloads/",
1474
            "license": [
1475
                "BSD-3-Clause"
1476
            ],
1477
            "authors": [
1478
                {
1479
                    "name": "Sebastian Bergmann",
1480
                    "email": "[email protected]",
1481
                    "role": "lead"
1482
                }
1483
            ],
1484
            "description": "The PHP Unit Testing framework.",
1485
            "homepage": "https://phpunit.de",
1486
            "keywords": [
1487
                "phpunit",
1488
                "testing",
1489
                "xunit"
1490
            ],
1491
            "time": "2017-03-19T16:52:12+00:00"
1492
        },
1493
        {
1494
            "name": "phpunit/phpunit-mock-objects",
1495
            "version": "3.4.3",
1496
            "source": {
1497
                "type": "git",
1498
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1499
                "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24"
1500
            },
1501
            "dist": {
1502
                "type": "zip",
1503
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
1504
                "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
1505
                "shasum": ""
1506
            },
1507
            "require": {
1508
                "doctrine/instantiator": "^1.0.2",
1509
                "php": "^5.6 || ^7.0",
1510
                "phpunit/php-text-template": "^1.2",
1511
                "sebastian/exporter": "^1.2 || ^2.0"
1512
            },
1513
            "conflict": {
1514
                "phpunit/phpunit": "<5.4.0"
1515
            },
1516
            "require-dev": {
1517
                "phpunit/phpunit": "^5.4"
1518
            },
1519
            "suggest": {
1520
                "ext-soap": "*"
1521
            },
1522
            "type": "library",
1523
            "extra": {
1524
                "branch-alias": {
1525
                    "dev-master": "3.2.x-dev"
1526
                }
1527
            },
1528
            "autoload": {
1529
                "classmap": [
1530
                    "src/"
1531
                ]
1532
            },
1533
            "notification-url": "https://packagist.org/downloads/",
1534
            "license": [
1535
                "BSD-3-Clause"
1536
            ],
1537
            "authors": [
1538
                {
1539
                    "name": "Sebastian Bergmann",
1540
                    "email": "[email protected]",
1541
                    "role": "lead"
1542
                }
1543
            ],
1544
            "description": "Mock Object library for PHPUnit",
1545
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1546
            "keywords": [
1547
                "mock",
1548
                "xunit"
1549
            ],
1550
            "time": "2016-12-08T20:27:08+00:00"
1551
        },
1552
        {
1553
            "name": "psr/log",
1554
            "version": "1.0.2",
1555
            "source": {
1556
                "type": "git",
1557
                "url": "https://github.com/php-fig/log.git",
1558
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1559
            },
1560
            "dist": {
1561
                "type": "zip",
1562
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1563
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1564
                "shasum": ""
1565
            },
1566
            "require": {
1567
                "php": ">=5.3.0"
1568
            },
1569
            "type": "library",
1570
            "extra": {
1571
                "branch-alias": {
1572
                    "dev-master": "1.0.x-dev"
1573
                }
1574
            },
1575
            "autoload": {
1576
                "psr-4": {
1577
                    "Psr\\Log\\": "Psr/Log/"
1578
                }
1579
            },
1580
            "notification-url": "https://packagist.org/downloads/",
1581
            "license": [
1582
                "MIT"
1583
            ],
1584
            "authors": [
1585
                {
1586
                    "name": "PHP-FIG",
1587
                    "homepage": "http://www.php-fig.org/"
1588
                }
1589
            ],
1590
            "description": "Common interface for logging libraries",
1591
            "homepage": "https://github.com/php-fig/log",
1592
            "keywords": [
1593
                "log",
1594
                "psr",
1595
                "psr-3"
1596
            ],
1597
            "time": "2016-10-10T12:19:37+00:00"
1598
        },
1599
        {
1600
            "name": "sabberworm/php-css-parser",
1601
            "version": "6.0.1",
1602
            "source": {
1603
                "type": "git",
1604
                "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
1605
                "reference": "9ea4b00c569b19f731d0c2e0e802055877ff40c2"
1606
            },
1607
            "dist": {
1608
                "type": "zip",
1609
                "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/9ea4b00c569b19f731d0c2e0e802055877ff40c2",
1610
                "reference": "9ea4b00c569b19f731d0c2e0e802055877ff40c2",
1611
                "shasum": ""
1612
            },
1613
            "require": {
1614
                "php": ">=5.3.2"
1615
            },
1616
            "type": "library",
1617
            "autoload": {
1618
                "psr-0": {
1619
                    "Sabberworm\\CSS": "lib/"
1620
                }
1621
            },
1622
            "notification-url": "https://packagist.org/downloads/",
1623
            "license": [
1624
                "MIT"
1625
            ],
1626
            "authors": [
1627
                {
1628
                    "name": "Raphael Schweikert"
1629
                }
1630
            ],
1631
            "description": "Parser for CSS Files written in PHP",
1632
            "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
1633
            "keywords": [
1634
                "css",
1635
                "parser",
1636
                "stylesheet"
1637
            ],
1638
            "time": "2015-08-24T08:48:52+00:00"
1639
        },
1640
        {
1641
            "name": "sebastian/code-unit-reverse-lookup",
1642
            "version": "1.0.1",
1643
            "source": {
1644
                "type": "git",
1645
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1646
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
1647
            },
1648
            "dist": {
1649
                "type": "zip",
1650
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1651
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1652
                "shasum": ""
1653
            },
1654
            "require": {
1655
                "php": "^5.6 || ^7.0"
1656
            },
1657
            "require-dev": {
1658
                "phpunit/phpunit": "^5.7 || ^6.0"
1659
            },
1660
            "type": "library",
1661
            "extra": {
1662
                "branch-alias": {
1663
                    "dev-master": "1.0.x-dev"
1664
                }
1665
            },
1666
            "autoload": {
1667
                "classmap": [
1668
                    "src/"
1669
                ]
1670
            },
1671
            "notification-url": "https://packagist.org/downloads/",
1672
            "license": [
1673
                "BSD-3-Clause"
1674
            ],
1675
            "authors": [
1676
                {
1677
                    "name": "Sebastian Bergmann",
1678
                    "email": "[email protected]"
1679
                }
1680
            ],
1681
            "description": "Looks up which function or method a line of code belongs to",
1682
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1683
            "time": "2017-03-04T06:30:41+00:00"
1684
        },
1685
        {
1686
            "name": "sebastian/comparator",
1687
            "version": "1.2.4",
1688
            "source": {
1689
                "type": "git",
1690
                "url": "https://github.com/sebastianbergmann/comparator.git",
1691
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
1692
            },
1693
            "dist": {
1694
                "type": "zip",
1695
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1696
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1697
                "shasum": ""
1698
            },
1699
            "require": {
1700
                "php": ">=5.3.3",
1701
                "sebastian/diff": "~1.2",
1702
                "sebastian/exporter": "~1.2 || ~2.0"
1703
            },
1704
            "require-dev": {
1705
                "phpunit/phpunit": "~4.4"
1706
            },
1707
            "type": "library",
1708
            "extra": {
1709
                "branch-alias": {
1710
                    "dev-master": "1.2.x-dev"
1711
                }
1712
            },
1713
            "autoload": {
1714
                "classmap": [
1715
                    "src/"
1716
                ]
1717
            },
1718
            "notification-url": "https://packagist.org/downloads/",
1719
            "license": [
1720
                "BSD-3-Clause"
1721
            ],
1722
            "authors": [
1723
                {
1724
                    "name": "Jeff Welch",
1725
                    "email": "[email protected]"
1726
                },
1727
                {
1728
                    "name": "Volker Dusch",
1729
                    "email": "[email protected]"
1730
                },
1731
                {
1732
                    "name": "Bernhard Schussek",
1733
                    "email": "[email protected]"
1734
                },
1735
                {
1736
                    "name": "Sebastian Bergmann",
1737
                    "email": "[email protected]"
1738
                }
1739
            ],
1740
            "description": "Provides the functionality to compare PHP values for equality",
1741
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1742
            "keywords": [
1743
                "comparator",
1744
                "compare",
1745
                "equality"
1746
            ],
1747
            "time": "2017-01-29T09:50:25+00:00"
1748
        },
1749
        {
1750
            "name": "sebastian/diff",
1751
            "version": "1.4.1",
1752
            "source": {
1753
                "type": "git",
1754
                "url": "https://github.com/sebastianbergmann/diff.git",
1755
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
1756
            },
1757
            "dist": {
1758
                "type": "zip",
1759
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
1760
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
1761
                "shasum": ""
1762
            },
1763
            "require": {
1764
                "php": ">=5.3.3"
1765
            },
1766
            "require-dev": {
1767
                "phpunit/phpunit": "~4.8"
1768
            },
1769
            "type": "library",
1770
            "extra": {
1771
                "branch-alias": {
1772
                    "dev-master": "1.4-dev"
1773
                }
1774
            },
1775
            "autoload": {
1776
                "classmap": [
1777
                    "src/"
1778
                ]
1779
            },
1780
            "notification-url": "https://packagist.org/downloads/",
1781
            "license": [
1782
                "BSD-3-Clause"
1783
            ],
1784
            "authors": [
1785
                {
1786
                    "name": "Kore Nordmann",
1787
                    "email": "[email protected]"
1788
                },
1789
                {
1790
                    "name": "Sebastian Bergmann",
1791
                    "email": "[email protected]"
1792
                }
1793
            ],
1794
            "description": "Diff implementation",
1795
            "homepage": "https://github.com/sebastianbergmann/diff",
1796
            "keywords": [
1797
                "diff"
1798
            ],
1799
            "time": "2015-12-08T07:14:41+00:00"
1800
        },
1801
        {
1802
            "name": "sebastian/environment",
1803
            "version": "2.0.0",
1804
            "source": {
1805
                "type": "git",
1806
                "url": "https://github.com/sebastianbergmann/environment.git",
1807
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
1808
            },
1809
            "dist": {
1810
                "type": "zip",
1811
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
1812
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
1813
                "shasum": ""
1814
            },
1815
            "require": {
1816
                "php": "^5.6 || ^7.0"
1817
            },
1818
            "require-dev": {
1819
                "phpunit/phpunit": "^5.0"
1820
            },
1821
            "type": "library",
1822
            "extra": {
1823
                "branch-alias": {
1824
                    "dev-master": "2.0.x-dev"
1825
                }
1826
            },
1827
            "autoload": {
1828
                "classmap": [
1829
                    "src/"
1830
                ]
1831
            },
1832
            "notification-url": "https://packagist.org/downloads/",
1833
            "license": [
1834
                "BSD-3-Clause"
1835
            ],
1836
            "authors": [
1837
                {
1838
                    "name": "Sebastian Bergmann",
1839
                    "email": "[email protected]"
1840
                }
1841
            ],
1842
            "description": "Provides functionality to handle HHVM/PHP environments",
1843
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1844
            "keywords": [
1845
                "Xdebug",
1846
                "environment",
1847
                "hhvm"
1848
            ],
1849
            "time": "2016-11-26T07:53:53+00:00"
1850
        },
1851
        {
1852
            "name": "sebastian/exporter",
1853
            "version": "2.0.0",
1854
            "source": {
1855
                "type": "git",
1856
                "url": "https://github.com/sebastianbergmann/exporter.git",
1857
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
1858
            },
1859
            "dist": {
1860
                "type": "zip",
1861
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
1862
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
1863
                "shasum": ""
1864
            },
1865
            "require": {
1866
                "php": ">=5.3.3",
1867
                "sebastian/recursion-context": "~2.0"
1868
            },
1869
            "require-dev": {
1870
                "ext-mbstring": "*",
1871
                "phpunit/phpunit": "~4.4"
1872
            },
1873
            "type": "library",
1874
            "extra": {
1875
                "branch-alias": {
1876
                    "dev-master": "2.0.x-dev"
1877
                }
1878
            },
1879
            "autoload": {
1880
                "classmap": [
1881
                    "src/"
1882
                ]
1883
            },
1884
            "notification-url": "https://packagist.org/downloads/",
1885
            "license": [
1886
                "BSD-3-Clause"
1887
            ],
1888
            "authors": [
1889
                {
1890
                    "name": "Jeff Welch",
1891
                    "email": "[email protected]"
1892
                },
1893
                {
1894
                    "name": "Volker Dusch",
1895
                    "email": "[email protected]"
1896
                },
1897
                {
1898
                    "name": "Bernhard Schussek",
1899
                    "email": "[email protected]"
1900
                },
1901
                {
1902
                    "name": "Sebastian Bergmann",
1903
                    "email": "[email protected]"
1904
                },
1905
                {
1906
                    "name": "Adam Harvey",
1907
                    "email": "[email protected]"
1908
                }
1909
            ],
1910
            "description": "Provides the functionality to export PHP variables for visualization",
1911
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1912
            "keywords": [
1913
                "export",
1914
                "exporter"
1915
            ],
1916
            "time": "2016-11-19T08:54:04+00:00"
1917
        },
1918
        {
1919
            "name": "sebastian/global-state",
1920
            "version": "1.1.1",
1921
            "source": {
1922
                "type": "git",
1923
                "url": "https://github.com/sebastianbergmann/global-state.git",
1924
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1925
            },
1926
            "dist": {
1927
                "type": "zip",
1928
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1929
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1930
                "shasum": ""
1931
            },
1932
            "require": {
1933
                "php": ">=5.3.3"
1934
            },
1935
            "require-dev": {
1936
                "phpunit/phpunit": "~4.2"
1937
            },
1938
            "suggest": {
1939
                "ext-uopz": "*"
1940
            },
1941
            "type": "library",
1942
            "extra": {
1943
                "branch-alias": {
1944
                    "dev-master": "1.0-dev"
1945
                }
1946
            },
1947
            "autoload": {
1948
                "classmap": [
1949
                    "src/"
1950
                ]
1951
            },
1952
            "notification-url": "https://packagist.org/downloads/",
1953
            "license": [
1954
                "BSD-3-Clause"
1955
            ],
1956
            "authors": [
1957
                {
1958
                    "name": "Sebastian Bergmann",
1959
                    "email": "[email protected]"
1960
                }
1961
            ],
1962
            "description": "Snapshotting of global state",
1963
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1964
            "keywords": [
1965
                "global state"
1966
            ],
1967
            "time": "2015-10-12T03:26:01+00:00"
1968
        },
1969
        {
1970
            "name": "sebastian/object-enumerator",
1971
            "version": "2.0.1",
1972
            "source": {
1973
                "type": "git",
1974
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1975
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
1976
            },
1977
            "dist": {
1978
                "type": "zip",
1979
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
1980
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
1981
                "shasum": ""
1982
            },
1983
            "require": {
1984
                "php": ">=5.6",
1985
                "sebastian/recursion-context": "~2.0"
1986
            },
1987
            "require-dev": {
1988
                "phpunit/phpunit": "~5"
1989
            },
1990
            "type": "library",
1991
            "extra": {
1992
                "branch-alias": {
1993
                    "dev-master": "2.0.x-dev"
1994
                }
1995
            },
1996
            "autoload": {
1997
                "classmap": [
1998
                    "src/"
1999
                ]
2000
            },
2001
            "notification-url": "https://packagist.org/downloads/",
2002
            "license": [
2003
                "BSD-3-Clause"
2004
            ],
2005
            "authors": [
2006
                {
2007
                    "name": "Sebastian Bergmann",
2008
                    "email": "[email protected]"
2009
                }
2010
            ],
2011
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2012
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2013
            "time": "2017-02-18T15:18:39+00:00"
2014
        },
2015
        {
2016
            "name": "sebastian/recursion-context",
2017
            "version": "2.0.0",
2018
            "source": {
2019
                "type": "git",
2020
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
2021
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
2022
            },
2023
            "dist": {
2024
                "type": "zip",
2025
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
2026
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
2027
                "shasum": ""
2028
            },
2029
            "require": {
2030
                "php": ">=5.3.3"
2031
            },
2032
            "require-dev": {
2033
                "phpunit/phpunit": "~4.4"
2034
            },
2035
            "type": "library",
2036
            "extra": {
2037
                "branch-alias": {
2038
                    "dev-master": "2.0.x-dev"
2039
                }
2040
            },
2041
            "autoload": {
2042
                "classmap": [
2043
                    "src/"
2044
                ]
2045
            },
2046
            "notification-url": "https://packagist.org/downloads/",
2047
            "license": [
2048
                "BSD-3-Clause"
2049
            ],
2050
            "authors": [
2051
                {
2052
                    "name": "Jeff Welch",
2053
                    "email": "[email protected]"
2054
                },
2055
                {
2056
                    "name": "Sebastian Bergmann",
2057
                    "email": "[email protected]"
2058
                },
2059
                {
2060
                    "name": "Adam Harvey",
2061
                    "email": "[email protected]"
2062
                }
2063
            ],
2064
            "description": "Provides functionality to recursively process PHP variables",
2065
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2066
            "time": "2016-11-19T07:33:16+00:00"
2067
        },
2068
        {
2069
            "name": "sebastian/resource-operations",
2070
            "version": "1.0.0",
2071
            "source": {
2072
                "type": "git",
2073
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
2074
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
2075
            },
2076
            "dist": {
2077
                "type": "zip",
2078
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2079
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2080
                "shasum": ""
2081
            },
2082
            "require": {
2083
                "php": ">=5.6.0"
2084
            },
2085
            "type": "library",
2086
            "extra": {
2087
                "branch-alias": {
2088
                    "dev-master": "1.0.x-dev"
2089
                }
2090
            },
2091
            "autoload": {
2092
                "classmap": [
2093
                    "src/"
2094
                ]
2095
            },
2096
            "notification-url": "https://packagist.org/downloads/",
2097
            "license": [
2098
                "BSD-3-Clause"
2099
            ],
2100
            "authors": [
2101
                {
2102
                    "name": "Sebastian Bergmann",
2103
                    "email": "[email protected]"
2104
                }
2105
            ],
2106
            "description": "Provides a list of PHP built-in functions that operate on resources",
2107
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2108
            "time": "2015-07-28T20:34:47+00:00"
2109
        },
2110
        {
2111
            "name": "sebastian/version",
2112
            "version": "2.0.1",
2113
            "source": {
2114
                "type": "git",
2115
                "url": "https://github.com/sebastianbergmann/version.git",
2116
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2117
            },
2118
            "dist": {
2119
                "type": "zip",
2120
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
2121
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2122
                "shasum": ""
2123
            },
2124
            "require": {
2125
                "php": ">=5.6"
2126
            },
2127
            "type": "library",
2128
            "extra": {
2129
                "branch-alias": {
2130
                    "dev-master": "2.0.x-dev"
2131
                }
2132
            },
2133
            "autoload": {
2134
                "classmap": [
2135
                    "src/"
2136
                ]
2137
            },
2138
            "notification-url": "https://packagist.org/downloads/",
2139
            "license": [
2140
                "BSD-3-Clause"
2141
            ],
2142
            "authors": [
2143
                {
2144
                    "name": "Sebastian Bergmann",
2145
                    "email": "[email protected]",
2146
                    "role": "lead"
2147
                }
2148
            ],
2149
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2150
            "homepage": "https://github.com/sebastianbergmann/version",
2151
            "time": "2016-10-03T07:35:21+00:00"
2152
        },
2153
        {
2154
            "name": "setasign/fpdi",
2155
            "version": "1.6.2",
2156
            "source": {
2157
                "type": "git",
2158
                "url": "https://github.com/Setasign/FPDI.git",
2159
                "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea"
2160
            },
2161
            "dist": {
2162
                "type": "zip",
2163
                "url": "https://api.github.com/repos/Setasign/FPDI/zipball/a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
2164
                "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
2165
                "shasum": ""
2166
            },
2167
            "suggest": {
2168
                "setasign/fpdf": "FPDI will extend this class but as it is also possible to use \"tecnickcom/tcpdf\" as an alternative there's no fixed dependency configured.",
2169
                "setasign/fpdi-fpdf": "Use this package to automatically evaluate dependencies to FPDF.",
2170
                "setasign/fpdi-tcpdf": "Use this package to automatically evaluate dependencies to TCPDF."
2171
            },
2172
            "type": "library",
2173
            "autoload": {
2174
                "classmap": [
2175
                    "filters/",
2176
                    "fpdi.php",
2177
                    "fpdf_tpl.php",
2178
                    "fpdi_pdf_parser.php",
2179
                    "pdf_context.php"
2180
                ]
2181
            },
2182
            "notification-url": "https://packagist.org/downloads/",
2183
            "license": [
2184
                "MIT"
2185
            ],
2186
            "authors": [
2187
                {
2188
                    "name": "Jan Slabon",
2189
                    "email": "[email protected]",
2190
                    "homepage": "https://www.setasign.com"
2191
                }
2192
            ],
2193
            "description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.",
2194
            "homepage": "https://www.setasign.com/fpdi",
2195
            "keywords": [
2196
                "fpdf",
2197
                "fpdi",
2198
                "pdf"
2199
            ],
2200
            "time": "2017-05-11T14:25:49+00:00"
2201
        },
2202
        {
2203
            "name": "squizlabs/php_codesniffer",
2204
            "version": "3.3.1",
2205
            "source": {
2206
                "type": "git",
2207
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2208
                "reference": "628a481780561150481a9ec74709092b9759b3ec"
2209
            },
2210
            "dist": {
2211
                "type": "zip",
2212
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/628a481780561150481a9ec74709092b9759b3ec",
2213
                "reference": "628a481780561150481a9ec74709092b9759b3ec",
2214
                "shasum": ""
2215
            },
2216
            "require": {
2217
                "ext-simplexml": "*",
2218
                "ext-tokenizer": "*",
2219
                "ext-xmlwriter": "*",
2220
                "php": ">=5.4.0"
2221
            },
2222
            "require-dev": {
2223
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
2224
            },
2225
            "bin": [
2226
                "bin/phpcs",
2227
                "bin/phpcbf"
2228
            ],
2229
            "type": "library",
2230
            "extra": {
2231
                "branch-alias": {
2232
                    "dev-master": "3.x-dev"
2233
                }
2234
            },
2235
            "notification-url": "https://packagist.org/downloads/",
2236
            "license": [
2237
                "BSD-3-Clause"
2238
            ],
2239
            "authors": [
2240
                {
2241
                    "name": "Greg Sherwood",
2242
                    "role": "lead"
2243
                }
2244
            ],
2245
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
2246
            "homepage": "http://www.squizlabs.com/php-codesniffer",
2247
            "keywords": [
2248
                "phpcs",
2249
                "standards"
2250
            ],
2251
            "time": "2018-07-26T23:47:18+00:00"
2252
        },
2253
        {
2254
            "name": "symfony/console",
2255
            "version": "v4.0.3",
2256
            "source": {
2257
                "type": "git",
2258
                "url": "https://github.com/symfony/console.git",
2259
                "reference": "fe0e69d7162cba0885791cf7eea5f0d7bc0f897e"
2260
            },
2261
            "dist": {
2262
                "type": "zip",
2263
                "url": "https://api.github.com/repos/symfony/console/zipball/fe0e69d7162cba0885791cf7eea5f0d7bc0f897e",
2264
                "reference": "fe0e69d7162cba0885791cf7eea5f0d7bc0f897e",
2265
                "shasum": ""
2266
            },
2267
            "require": {
2268
                "php": "^7.1.3",
2269
                "symfony/polyfill-mbstring": "~1.0"
2270
            },
2271
            "conflict": {
2272
                "symfony/dependency-injection": "<3.4",
2273
                "symfony/process": "<3.3"
2274
            },
2275
            "require-dev": {
2276
                "psr/log": "~1.0",
2277
                "symfony/config": "~3.4|~4.0",
2278
                "symfony/dependency-injection": "~3.4|~4.0",
2279
                "symfony/event-dispatcher": "~3.4|~4.0",
2280
                "symfony/lock": "~3.4|~4.0",
2281
                "symfony/process": "~3.4|~4.0"
2282
            },
2283
            "suggest": {
2284
                "psr/log": "For using the console logger",
2285
                "symfony/event-dispatcher": "",
2286
                "symfony/lock": "",
2287
                "symfony/process": ""
2288
            },
2289
            "type": "library",
2290
            "extra": {
2291
                "branch-alias": {
2292
                    "dev-master": "4.0-dev"
2293
                }
2294
            },
2295
            "autoload": {
2296
                "psr-4": {
2297
                    "Symfony\\Component\\Console\\": ""
2298
                },
2299
                "exclude-from-classmap": [
2300
                    "/Tests/"
2301
                ]
2302
            },
2303
            "notification-url": "https://packagist.org/downloads/",
2304
            "license": [
2305
                "MIT"
2306
            ],
2307
            "authors": [
2308
                {
2309
                    "name": "Fabien Potencier",
2310
                    "email": "[email protected]"
2311
                },
2312
                {
2313
                    "name": "Symfony Community",
2314
                    "homepage": "https://symfony.com/contributors"
2315
                }
2316
            ],
2317
            "description": "Symfony Console Component",
2318
            "homepage": "https://symfony.com",
2319
            "time": "2018-01-03T07:38:00+00:00"
2320
        },
2321
        {
2322
            "name": "symfony/event-dispatcher",
2323
            "version": "v4.0.3",
2324
            "source": {
2325
                "type": "git",
2326
                "url": "https://github.com/symfony/event-dispatcher.git",
2327
                "reference": "74d33aac36208c4d6757807d9f598f0133a3a4eb"
2328
            },
2329
            "dist": {
2330
                "type": "zip",
2331
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/74d33aac36208c4d6757807d9f598f0133a3a4eb",
2332
                "reference": "74d33aac36208c4d6757807d9f598f0133a3a4eb",
2333
                "shasum": ""
2334
            },
2335
            "require": {
2336
                "php": "^7.1.3"
2337
            },
2338
            "conflict": {
2339
                "symfony/dependency-injection": "<3.4"
2340
            },
2341
            "require-dev": {
2342
                "psr/log": "~1.0",
2343
                "symfony/config": "~3.4|~4.0",
2344
                "symfony/dependency-injection": "~3.4|~4.0",
2345
                "symfony/expression-language": "~3.4|~4.0",
2346
                "symfony/stopwatch": "~3.4|~4.0"
2347
            },
2348
            "suggest": {
2349
                "symfony/dependency-injection": "",
2350
                "symfony/http-kernel": ""
2351
            },
2352
            "type": "library",
2353
            "extra": {
2354
                "branch-alias": {
2355
                    "dev-master": "4.0-dev"
2356
                }
2357
            },
2358
            "autoload": {
2359
                "psr-4": {
2360
                    "Symfony\\Component\\EventDispatcher\\": ""
2361
                },
2362
                "exclude-from-classmap": [
2363
                    "/Tests/"
2364
                ]
2365
            },
2366
            "notification-url": "https://packagist.org/downloads/",
2367
            "license": [
2368
                "MIT"
2369
            ],
2370
            "authors": [
2371
                {
2372
                    "name": "Fabien Potencier",
2373
                    "email": "[email protected]"
2374
                },
2375
                {
2376
                    "name": "Symfony Community",
2377
                    "homepage": "https://symfony.com/contributors"
2378
                }
2379
            ],
2380
            "description": "Symfony EventDispatcher Component",
2381
            "homepage": "https://symfony.com",
2382
            "time": "2018-01-03T07:38:00+00:00"
2383
        },
2384
        {
2385
            "name": "symfony/filesystem",
2386
            "version": "v4.0.3",
2387
            "source": {
2388
                "type": "git",
2389
                "url": "https://github.com/symfony/filesystem.git",
2390
                "reference": "760e47a4ee64b4c48f4b30017011e09d4c0f05ed"
2391
            },
2392
            "dist": {
2393
                "type": "zip",
2394
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/760e47a4ee64b4c48f4b30017011e09d4c0f05ed",
2395
                "reference": "760e47a4ee64b4c48f4b30017011e09d4c0f05ed",
2396
                "shasum": ""
2397
            },
2398
            "require": {
2399
                "php": "^7.1.3"
2400
            },
2401
            "type": "library",
2402
            "extra": {
2403
                "branch-alias": {
2404
                    "dev-master": "4.0-dev"
2405
                }
2406
            },
2407
            "autoload": {
2408
                "psr-4": {
2409
                    "Symfony\\Component\\Filesystem\\": ""
2410
                },
2411
                "exclude-from-classmap": [
2412
                    "/Tests/"
2413
                ]
2414
            },
2415
            "notification-url": "https://packagist.org/downloads/",
2416
            "license": [
2417
                "MIT"
2418
            ],
2419
            "authors": [
2420
                {
2421
                    "name": "Fabien Potencier",
2422
                    "email": "[email protected]"
2423
                },
2424
                {
2425
                    "name": "Symfony Community",
2426
                    "homepage": "https://symfony.com/contributors"
2427
                }
2428
            ],
2429
            "description": "Symfony Filesystem Component",
2430
            "homepage": "https://symfony.com",
2431
            "time": "2018-01-03T07:38:00+00:00"
2432
        },
2433
        {
2434
            "name": "symfony/finder",
2435
            "version": "v4.0.3",
2436
            "source": {
2437
                "type": "git",
2438
                "url": "https://github.com/symfony/finder.git",
2439
                "reference": "8b08180f2b7ccb41062366b9ad91fbc4f1af8601"
2440
            },
2441
            "dist": {
2442
                "type": "zip",
2443
                "url": "https://api.github.com/repos/symfony/finder/zipball/8b08180f2b7ccb41062366b9ad91fbc4f1af8601",
2444
                "reference": "8b08180f2b7ccb41062366b9ad91fbc4f1af8601",
2445
                "shasum": ""
2446
            },
2447
            "require": {
2448
                "php": "^7.1.3"
2449
            },
2450
            "type": "library",
2451
            "extra": {
2452
                "branch-alias": {
2453
                    "dev-master": "4.0-dev"
2454
                }
2455
            },
2456
            "autoload": {
2457
                "psr-4": {
2458
                    "Symfony\\Component\\Finder\\": ""
2459
                },
2460
                "exclude-from-classmap": [
2461
                    "/Tests/"
2462
                ]
2463
            },
2464
            "notification-url": "https://packagist.org/downloads/",
2465
            "license": [
2466
                "MIT"
2467
            ],
2468
            "authors": [
2469
                {
2470
                    "name": "Fabien Potencier",
2471
                    "email": "[email protected]"
2472
                },
2473
                {
2474
                    "name": "Symfony Community",
2475
                    "homepage": "https://symfony.com/contributors"
2476
                }
2477
            ],
2478
            "description": "Symfony Finder Component",
2479
            "homepage": "https://symfony.com",
2480
            "time": "2018-01-03T07:38:00+00:00"
2481
        },
2482
        {
2483
            "name": "symfony/options-resolver",
2484
            "version": "v4.0.3",
2485
            "source": {
2486
                "type": "git",
2487
                "url": "https://github.com/symfony/options-resolver.git",
2488
                "reference": "30d9240b30696a69e893534c9fc4a5c72ab6689b"
2489
            },
2490
            "dist": {
2491
                "type": "zip",
2492
                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/30d9240b30696a69e893534c9fc4a5c72ab6689b",
2493
                "reference": "30d9240b30696a69e893534c9fc4a5c72ab6689b",
2494
                "shasum": ""
2495
            },
2496
            "require": {
2497
                "php": "^7.1.3"
2498
            },
2499
            "type": "library",
2500
            "extra": {
2501
                "branch-alias": {
2502
                    "dev-master": "4.0-dev"
2503
                }
2504
            },
2505
            "autoload": {
2506
                "psr-4": {
2507
                    "Symfony\\Component\\OptionsResolver\\": ""
2508
                },
2509
                "exclude-from-classmap": [
2510
                    "/Tests/"
2511
                ]
2512
            },
2513
            "notification-url": "https://packagist.org/downloads/",
2514
            "license": [
2515
                "MIT"
2516
            ],
2517
            "authors": [
2518
                {
2519
                    "name": "Fabien Potencier",
2520
                    "email": "[email protected]"
2521
                },
2522
                {
2523
                    "name": "Symfony Community",
2524
                    "homepage": "https://symfony.com/contributors"
2525
                }
2526
            ],
2527
            "description": "Symfony OptionsResolver Component",
2528
            "homepage": "https://symfony.com",
2529
            "keywords": [
2530
                "config",
2531
                "configuration",
2532
                "options"
2533
            ],
2534
            "time": "2018-01-03T07:38:00+00:00"
2535
        },
2536
        {
2537
            "name": "symfony/polyfill-mbstring",
2538
            "version": "v1.6.0",
2539
            "source": {
2540
                "type": "git",
2541
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2542
                "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296"
2543
            },
2544
            "dist": {
2545
                "type": "zip",
2546
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
2547
                "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
2548
                "shasum": ""
2549
            },
2550
            "require": {
2551
                "php": ">=5.3.3"
2552
            },
2553
            "suggest": {
2554
                "ext-mbstring": "For best performance"
2555
            },
2556
            "type": "library",
2557
            "extra": {
2558
                "branch-alias": {
2559
                    "dev-master": "1.6-dev"
2560
                }
2561
            },
2562
            "autoload": {
2563
                "psr-4": {
2564
                    "Symfony\\Polyfill\\Mbstring\\": ""
2565
                },
2566
                "files": [
2567
                    "bootstrap.php"
2568
                ]
2569
            },
2570
            "notification-url": "https://packagist.org/downloads/",
2571
            "license": [
2572
                "MIT"
2573
            ],
2574
            "authors": [
2575
                {
2576
                    "name": "Nicolas Grekas",
2577
                    "email": "[email protected]"
2578
                },
2579
                {
2580
                    "name": "Symfony Community",
2581
                    "homepage": "https://symfony.com/contributors"
2582
                }
2583
            ],
2584
            "description": "Symfony polyfill for the Mbstring extension",
2585
            "homepage": "https://symfony.com",
2586
            "keywords": [
2587
                "compatibility",
2588
                "mbstring",
2589
                "polyfill",
2590
                "portable",
2591
                "shim"
2592
            ],
2593
            "time": "2017-10-11T12:05:26+00:00"
2594
        },
2595
        {
2596
            "name": "symfony/polyfill-php54",
2597
            "version": "v1.3.0",
2598
            "source": {
2599
                "type": "git",
2600
                "url": "https://github.com/symfony/polyfill-php54.git",
2601
                "reference": "90e085822963fdcc9d1c5b73deb3d2e5783b16a0"
2602
            },
2603
            "dist": {
2604
                "type": "zip",
2605
                "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/90e085822963fdcc9d1c5b73deb3d2e5783b16a0",
2606
                "reference": "90e085822963fdcc9d1c5b73deb3d2e5783b16a0",
2607
                "shasum": ""
2608
            },
2609
            "require": {
2610
                "php": ">=5.3.3"
2611
            },
2612
            "type": "library",
2613
            "extra": {
2614
                "branch-alias": {
2615
                    "dev-master": "1.3-dev"
2616
                }
2617
            },
2618
            "autoload": {
2619
                "psr-4": {
2620
                    "Symfony\\Polyfill\\Php54\\": ""
2621
                },
2622
                "files": [
2623
                    "bootstrap.php"
2624
                ],
2625
                "classmap": [
2626
                    "Resources/stubs"
2627
                ]
2628
            },
2629
            "notification-url": "https://packagist.org/downloads/",
2630
            "license": [
2631
                "MIT"
2632
            ],
2633
            "authors": [
2634
                {
2635
                    "name": "Nicolas Grekas",
2636
                    "email": "[email protected]"
2637
                },
2638
                {
2639
                    "name": "Symfony Community",
2640
                    "homepage": "https://symfony.com/contributors"
2641
                }
2642
            ],
2643
            "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
2644
            "homepage": "https://symfony.com",
2645
            "keywords": [
2646
                "compatibility",
2647
                "polyfill",
2648
                "portable",
2649
                "shim"
2650
            ],
2651
            "time": "2016-11-14T01:06:16+00:00"
2652
        },
2653
        {
2654
            "name": "symfony/polyfill-php55",
0 ignored issues
show
There is a security advisory for your installed version of symfony/polyfill-php55:

Possible DOS attack with long user-submitted passwords (correct fix for CVE-2013-5958)
Loading history...
2655
            "version": "v1.3.0",
2656
            "source": {
2657
                "type": "git",
2658
                "url": "https://github.com/symfony/polyfill-php55.git",
2659
                "reference": "03e3f0350bca2220e3623a0e340eef194405fc67"
2660
            },
2661
            "dist": {
2662
                "type": "zip",
2663
                "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/03e3f0350bca2220e3623a0e340eef194405fc67",
2664
                "reference": "03e3f0350bca2220e3623a0e340eef194405fc67",
2665
                "shasum": ""
2666
            },
2667
            "require": {
2668
                "ircmaxell/password-compat": "~1.0",
2669
                "php": ">=5.3.3"
2670
            },
2671
            "type": "library",
2672
            "extra": {
2673
                "branch-alias": {
2674
                    "dev-master": "1.3-dev"
2675
                }
2676
            },
2677
            "autoload": {
2678
                "psr-4": {
2679
                    "Symfony\\Polyfill\\Php55\\": ""
2680
                },
2681
                "files": [
2682
                    "bootstrap.php"
2683
                ]
2684
            },
2685
            "notification-url": "https://packagist.org/downloads/",
2686
            "license": [
2687
                "MIT"
2688
            ],
2689
            "authors": [
2690
                {
2691
                    "name": "Nicolas Grekas",
2692
                    "email": "[email protected]"
2693
                },
2694
                {
2695
                    "name": "Symfony Community",
2696
                    "homepage": "https://symfony.com/contributors"
2697
                }
2698
            ],
2699
            "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
2700
            "homepage": "https://symfony.com",
2701
            "keywords": [
2702
                "compatibility",
2703
                "polyfill",
2704
                "portable",
2705
                "shim"
2706
            ],
2707
            "time": "2016-11-14T01:06:16+00:00"
2708
        },
2709
        {
2710
            "name": "symfony/polyfill-php70",
2711
            "version": "v1.6.0",
2712
            "source": {
2713
                "type": "git",
2714
                "url": "https://github.com/symfony/polyfill-php70.git",
2715
                "reference": "0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff"
2716
            },
2717
            "dist": {
2718
                "type": "zip",
2719
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff",
2720
                "reference": "0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff",
2721
                "shasum": ""
2722
            },
2723
            "require": {
2724
                "paragonie/random_compat": "~1.0|~2.0",
2725
                "php": ">=5.3.3"
2726
            },
2727
            "type": "library",
2728
            "extra": {
2729
                "branch-alias": {
2730
                    "dev-master": "1.6-dev"
2731
                }
2732
            },
2733
            "autoload": {
2734
                "psr-4": {
2735
                    "Symfony\\Polyfill\\Php70\\": ""
2736
                },
2737
                "files": [
2738
                    "bootstrap.php"
2739
                ],
2740
                "classmap": [
2741
                    "Resources/stubs"
2742
                ]
2743
            },
2744
            "notification-url": "https://packagist.org/downloads/",
2745
            "license": [
2746
                "MIT"
2747
            ],
2748
            "authors": [
2749
                {
2750
                    "name": "Nicolas Grekas",
2751
                    "email": "[email protected]"
2752
                },
2753
                {
2754
                    "name": "Symfony Community",
2755
                    "homepage": "https://symfony.com/contributors"
2756
                }
2757
            ],
2758
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
2759
            "homepage": "https://symfony.com",
2760
            "keywords": [
2761
                "compatibility",
2762
                "polyfill",
2763
                "portable",
2764
                "shim"
2765
            ],
2766
            "time": "2017-10-11T12:05:26+00:00"
2767
        },
2768
        {
2769
            "name": "symfony/polyfill-php72",
2770
            "version": "v1.6.0",
2771
            "source": {
2772
                "type": "git",
2773
                "url": "https://github.com/symfony/polyfill-php72.git",
2774
                "reference": "6de4f4884b97abbbed9f0a84a95ff2ff77254254"
2775
            },
2776
            "dist": {
2777
                "type": "zip",
2778
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/6de4f4884b97abbbed9f0a84a95ff2ff77254254",
2779
                "reference": "6de4f4884b97abbbed9f0a84a95ff2ff77254254",
2780
                "shasum": ""
2781
            },
2782
            "require": {
2783
                "php": ">=5.3.3"
2784
            },
2785
            "type": "library",
2786
            "extra": {
2787
                "branch-alias": {
2788
                    "dev-master": "1.6-dev"
2789
                }
2790
            },
2791
            "autoload": {
2792
                "psr-4": {
2793
                    "Symfony\\Polyfill\\Php72\\": ""
2794
                },
2795
                "files": [
2796
                    "bootstrap.php"
2797
                ]
2798
            },
2799
            "notification-url": "https://packagist.org/downloads/",
2800
            "license": [
2801
                "MIT"
2802
            ],
2803
            "authors": [
2804
                {
2805
                    "name": "Nicolas Grekas",
2806
                    "email": "[email protected]"
2807
                },
2808
                {
2809
                    "name": "Symfony Community",
2810
                    "homepage": "https://symfony.com/contributors"
2811
                }
2812
            ],
2813
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
2814
            "homepage": "https://symfony.com",
2815
            "keywords": [
2816
                "compatibility",
2817
                "polyfill",
2818
                "portable",
2819
                "shim"
2820
            ],
2821
            "time": "2017-10-11T12:05:26+00:00"
2822
        },
2823
        {
2824
            "name": "symfony/polyfill-xml",
2825
            "version": "v1.3.0",
2826
            "source": {
2827
                "type": "git",
2828
                "url": "https://github.com/symfony/polyfill-xml.git",
2829
                "reference": "64b6a864f18ab4fddad49f5025f805f6781dfabd"
2830
            },
2831
            "dist": {
2832
                "type": "zip",
2833
                "url": "https://api.github.com/repos/symfony/polyfill-xml/zipball/64b6a864f18ab4fddad49f5025f805f6781dfabd",
2834
                "reference": "64b6a864f18ab4fddad49f5025f805f6781dfabd",
2835
                "shasum": ""
2836
            },
2837
            "require": {
2838
                "php": ">=5.3.3"
2839
            },
2840
            "suggest": {
2841
                "ext-xml": "For best performance"
2842
            },
2843
            "type": "library",
2844
            "extra": {
2845
                "branch-alias": {
2846
                    "dev-master": "1.3-dev"
2847
                }
2848
            },
2849
            "autoload": {
2850
                "psr-4": {
2851
                    "Symfony\\Polyfill\\Xml\\": ""
2852
                },
2853
                "files": [
2854
                    "bootstrap.php"
2855
                ]
2856
            },
2857
            "notification-url": "https://packagist.org/downloads/",
2858
            "license": [
2859
                "MIT"
2860
            ],
2861
            "authors": [
2862
                {
2863
                    "name": "Nicolas Grekas",
2864
                    "email": "[email protected]"
2865
                },
2866
                {
2867
                    "name": "Symfony Community",
2868
                    "homepage": "https://symfony.com/contributors"
2869
                }
2870
            ],
2871
            "description": "Symfony polyfill for xml's utf8_encode and utf8_decode functions",
2872
            "homepage": "https://symfony.com",
2873
            "keywords": [
2874
                "compatibility",
2875
                "polyfill",
2876
                "portable",
2877
                "shim"
2878
            ],
2879
            "time": "2016-11-14T01:06:16+00:00"
2880
        },
2881
        {
2882
            "name": "symfony/process",
2883
            "version": "v4.0.3",
2884
            "source": {
2885
                "type": "git",
2886
                "url": "https://github.com/symfony/process.git",
2887
                "reference": "2145b3e8137e463b1051b79440a59b38220944f0"
2888
            },
2889
            "dist": {
2890
                "type": "zip",
2891
                "url": "https://api.github.com/repos/symfony/process/zipball/2145b3e8137e463b1051b79440a59b38220944f0",
2892
                "reference": "2145b3e8137e463b1051b79440a59b38220944f0",
2893
                "shasum": ""
2894
            },
2895
            "require": {
2896
                "php": "^7.1.3"
2897
            },
2898
            "type": "library",
2899
            "extra": {
2900
                "branch-alias": {
2901
                    "dev-master": "4.0-dev"
2902
                }
2903
            },
2904
            "autoload": {
2905
                "psr-4": {
2906
                    "Symfony\\Component\\Process\\": ""
2907
                },
2908
                "exclude-from-classmap": [
2909
                    "/Tests/"
2910
                ]
2911
            },
2912
            "notification-url": "https://packagist.org/downloads/",
2913
            "license": [
2914
                "MIT"
2915
            ],
2916
            "authors": [
2917
                {
2918
                    "name": "Fabien Potencier",
2919
                    "email": "[email protected]"
2920
                },
2921
                {
2922
                    "name": "Symfony Community",
2923
                    "homepage": "https://symfony.com/contributors"
2924
                }
2925
            ],
2926
            "description": "Symfony Process Component",
2927
            "homepage": "https://symfony.com",
2928
            "time": "2018-01-03T07:38:00+00:00"
2929
        },
2930
        {
2931
            "name": "symfony/stopwatch",
2932
            "version": "v4.0.3",
2933
            "source": {
2934
                "type": "git",
2935
                "url": "https://github.com/symfony/stopwatch.git",
2936
                "reference": "d52321f0e2b596bd03b5d1dd6eebe71caa925704"
2937
            },
2938
            "dist": {
2939
                "type": "zip",
2940
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/d52321f0e2b596bd03b5d1dd6eebe71caa925704",
2941
                "reference": "d52321f0e2b596bd03b5d1dd6eebe71caa925704",
2942
                "shasum": ""
2943
            },
2944
            "require": {
2945
                "php": "^7.1.3"
2946
            },
2947
            "type": "library",
2948
            "extra": {
2949
                "branch-alias": {
2950
                    "dev-master": "4.0-dev"
2951
                }
2952
            },
2953
            "autoload": {
2954
                "psr-4": {
2955
                    "Symfony\\Component\\Stopwatch\\": ""
2956
                },
2957
                "exclude-from-classmap": [
2958
                    "/Tests/"
2959
                ]
2960
            },
2961
            "notification-url": "https://packagist.org/downloads/",
2962
            "license": [
2963
                "MIT"
2964
            ],
2965
            "authors": [
2966
                {
2967
                    "name": "Fabien Potencier",
2968
                    "email": "[email protected]"
2969
                },
2970
                {
2971
                    "name": "Symfony Community",
2972
                    "homepage": "https://symfony.com/contributors"
2973
                }
2974
            ],
2975
            "description": "Symfony Stopwatch Component",
2976
            "homepage": "https://symfony.com",
2977
            "time": "2018-01-03T07:38:00+00:00"
2978
        },
2979
        {
2980
            "name": "symfony/yaml",
2981
            "version": "v3.2.6",
2982
            "source": {
2983
                "type": "git",
2984
                "url": "https://github.com/symfony/yaml.git",
2985
                "reference": "093e416ad096355149e265ea2e4cc1f9ee40ab1a"
2986
            },
2987
            "dist": {
2988
                "type": "zip",
2989
                "url": "https://api.github.com/repos/symfony/yaml/zipball/093e416ad096355149e265ea2e4cc1f9ee40ab1a",
2990
                "reference": "093e416ad096355149e265ea2e4cc1f9ee40ab1a",
2991
                "shasum": ""
2992
            },
2993
            "require": {
2994
                "php": ">=5.5.9"
2995
            },
2996
            "require-dev": {
2997
                "symfony/console": "~2.8|~3.0"
2998
            },
2999
            "suggest": {
3000
                "symfony/console": "For validating YAML files using the lint command"
3001
            },
3002
            "type": "library",
3003
            "extra": {
3004
                "branch-alias": {
3005
                    "dev-master": "3.2-dev"
3006
                }
3007
            },
3008
            "autoload": {
3009
                "psr-4": {
3010
                    "Symfony\\Component\\Yaml\\": ""
3011
                },
3012
                "exclude-from-classmap": [
3013
                    "/Tests/"
3014
                ]
3015
            },
3016
            "notification-url": "https://packagist.org/downloads/",
3017
            "license": [
3018
                "MIT"
3019
            ],
3020
            "authors": [
3021
                {
3022
                    "name": "Fabien Potencier",
3023
                    "email": "[email protected]"
3024
                },
3025
                {
3026
                    "name": "Symfony Community",
3027
                    "homepage": "https://symfony.com/contributors"
3028
                }
3029
            ],
3030
            "description": "Symfony Yaml Component",
3031
            "homepage": "https://symfony.com",
3032
            "time": "2017-03-07T16:47:02+00:00"
3033
        },
3034
        {
3035
            "name": "tecnickcom/tcpdf",
0 ignored issues
show
There is a security advisory for your installed version of tecnickcom/tcpdf:

Attackers can trigger deserialization of arbitrary data via the phar:// wrapper.
Loading history...
3036
            "version": "6.2.12",
3037
            "source": {
3038
                "type": "git",
3039
                "url": "https://github.com/tecnickcom/TCPDF.git",
3040
                "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f"
3041
            },
3042
            "dist": {
3043
                "type": "zip",
3044
                "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/2f732eaa91b5665274689b1d40b285a7bacdc37f",
3045
                "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f",
3046
                "shasum": ""
3047
            },
3048
            "require": {
3049
                "php": ">=5.3.0"
3050
            },
3051
            "type": "library",
3052
            "autoload": {
3053
                "classmap": [
3054
                    "fonts",
3055
                    "config",
3056
                    "include",
3057
                    "tcpdf.php",
3058
                    "tcpdf_parser.php",
3059
                    "tcpdf_import.php",
3060
                    "tcpdf_barcodes_1d.php",
3061
                    "tcpdf_barcodes_2d.php",
3062
                    "include/tcpdf_colors.php",
3063
                    "include/tcpdf_filters.php",
3064
                    "include/tcpdf_font_data.php",
3065
                    "include/tcpdf_fonts.php",
3066
                    "include/tcpdf_images.php",
3067
                    "include/tcpdf_static.php",
3068
                    "include/barcodes/datamatrix.php",
3069
                    "include/barcodes/pdf417.php",
3070
                    "include/barcodes/qrcode.php"
3071
                ]
3072
            },
3073
            "notification-url": "https://packagist.org/downloads/",
3074
            "license": [
3075
                "LGPLv3"
3076
            ],
3077
            "authors": [
3078
                {
3079
                    "name": "Nicola Asuni",
3080
                    "email": "[email protected]",
3081
                    "homepage": "http://nicolaasuni.tecnick.com"
3082
                }
3083
            ],
3084
            "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
3085
            "homepage": "http://www.tcpdf.org/",
3086
            "keywords": [
3087
                "PDFD32000-2008",
3088
                "TCPDF",
3089
                "barcodes",
3090
                "datamatrix",
3091
                "pdf",
3092
                "pdf417",
3093
                "qrcode"
3094
            ],
3095
            "time": "2015-09-12T10:08:34+00:00"
3096
        },
3097
        {
3098
            "name": "webmozart/assert",
3099
            "version": "1.2.0",
3100
            "source": {
3101
                "type": "git",
3102
                "url": "https://github.com/webmozart/assert.git",
3103
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
3104
            },
3105
            "dist": {
3106
                "type": "zip",
3107
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
3108
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
3109
                "shasum": ""
3110
            },
3111
            "require": {
3112
                "php": "^5.3.3 || ^7.0"
3113
            },
3114
            "require-dev": {
3115
                "phpunit/phpunit": "^4.6",
3116
                "sebastian/version": "^1.0.1"
3117
            },
3118
            "type": "library",
3119
            "extra": {
3120
                "branch-alias": {
3121
                    "dev-master": "1.3-dev"
3122
                }
3123
            },
3124
            "autoload": {
3125
                "psr-4": {
3126
                    "Webmozart\\Assert\\": "src/"
3127
                }
3128
            },
3129
            "notification-url": "https://packagist.org/downloads/",
3130
            "license": [
3131
                "MIT"
3132
            ],
3133
            "authors": [
3134
                {
3135
                    "name": "Bernhard Schussek",
3136
                    "email": "[email protected]"
3137
                }
3138
            ],
3139
            "description": "Assertions to validate method input/output with nice error messages.",
3140
            "keywords": [
3141
                "assert",
3142
                "check",
3143
                "validate"
3144
            ],
3145
            "time": "2016-11-23T20:04:58+00:00"
3146
        }
3147
    ],
3148
    "aliases": [],
3149
    "minimum-stability": "stable",
3150
    "stability-flags": {
3151
        "friendsofphp/php-cs-fixer": 0
3152
    },
3153
    "prefer-stable": false,
3154
    "prefer-lowest": false,
3155
    "platform": {
3156
        "php": "^5.6|^7.0",
3157
        "ext-ctype": "*",
3158
        "ext-dom": "*",
3159
        "ext-gd": "*",
3160
        "ext-iconv": "*",
3161
        "ext-libxml": "*",
3162
        "ext-mbstring": "*",
3163
        "ext-simplexml": "*",
3164
        "ext-xml": "*",
3165
        "ext-xmlreader": "*",
3166
        "ext-xmlwriter": "*",
3167
        "ext-zip": "*",
3168
        "ext-zlib": "*"
3169
    },
3170
    "platform-dev": []
3171
}
3172