Passed
Push — master ( c31c95...99c299 )
by John
46s queued 10s
created

composer.lock (1 issue)

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "b8d3a486f9ec52e968239f298b00e1ab",
8
    "packages": [
9
        {
10
            "name": "clue/socket-raw",
11
            "version": "v1.3.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/clue/php-socket-raw.git",
15
                "reference": "1f9060a973e2bc50389a89d9d2bdb64750fcc8f1"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/clue/php-socket-raw/zipball/1f9060a973e2bc50389a89d9d2bdb64750fcc8f1",
20
                "reference": "1f9060a973e2bc50389a89d9d2bdb64750fcc8f1",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "ext-sockets": "*",
25
                "php": ">=5.3"
26
            },
27
            "require-dev": {
28
                "phpunit/phpunit": "^4.8 || ^5.2"
29
            },
30
            "type": "library",
31
            "autoload": {
32
                "psr-4": {
33
                    "Socket\\Raw\\": "src"
34
                }
35
            },
36
            "notification-url": "https://packagist.org/downloads/",
37
            "license": [
38
                "MIT"
39
            ],
40
            "authors": [
41
                {
42
                    "name": "Christian Lück",
43
                    "email": "[email protected]"
44
                }
45
            ],
46
            "description": "Simple and lightweight OOP wrapper for PHP's low level sockets extension (ext-sockets)",
47
            "homepage": "https://github.com/clue/php-socket-raw",
48
            "keywords": [
49
                "Socket",
50
                "client",
51
                "datagram",
52
                "dgram",
53
                "icmp",
54
                "ipv6",
55
                "server",
56
                "stream",
57
                "tcp",
58
                "udg",
59
                "udp",
60
                "unix"
61
            ],
62
            "time": "2018-06-10T19:13:19+00:00"
63
        }
64
    ],
65
    "packages-dev": [
66
        {
67
            "name": "doctrine/instantiator",
68
            "version": "1.0.5",
69
            "source": {
70
                "type": "git",
71
                "url": "https://github.com/doctrine/instantiator.git",
72
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
73
            },
74
            "dist": {
75
                "type": "zip",
76
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
77
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
78
                "shasum": ""
79
            },
80
            "require": {
81
                "php": ">=5.3,<8.0-DEV"
82
            },
83
            "require-dev": {
84
                "athletic/athletic": "~0.1.8",
85
                "ext-pdo": "*",
86
                "ext-phar": "*",
87
                "phpunit/phpunit": "~4.0",
88
                "squizlabs/php_codesniffer": "~2.0"
89
            },
90
            "type": "library",
91
            "extra": {
92
                "branch-alias": {
93
                    "dev-master": "1.0.x-dev"
94
                }
95
            },
96
            "autoload": {
97
                "psr-4": {
98
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
99
                }
100
            },
101
            "notification-url": "https://packagist.org/downloads/",
102
            "license": [
103
                "MIT"
104
            ],
105
            "authors": [
106
                {
107
                    "name": "Marco Pivetta",
108
                    "email": "[email protected]",
109
                    "homepage": "http://ocramius.github.com/"
110
                }
111
            ],
112
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
113
            "homepage": "https://github.com/doctrine/instantiator",
114
            "keywords": [
115
                "constructor",
116
                "instantiate"
117
            ],
118
            "time": "2015-06-14T21:17:01+00:00"
119
        },
120
        {
121
            "name": "graze/standards",
122
            "version": "v2.0.1",
123
            "source": {
124
                "type": "git",
125
                "url": "https://github.com/graze/standards.git",
126
                "reference": "0381502a55626f67b97dc85f0cb87cdf2c46bcbc"
127
            },
128
            "dist": {
129
                "type": "zip",
130
                "url": "https://api.github.com/repos/graze/standards/zipball/0381502a55626f67b97dc85f0cb87cdf2c46bcbc",
131
                "reference": "0381502a55626f67b97dc85f0cb87cdf2c46bcbc",
132
                "shasum": ""
133
            },
134
            "require-dev": {
135
                "squizlabs/php_codesniffer": "^3.0"
136
            },
137
            "type": "library",
138
            "notification-url": "https://packagist.org/downloads/",
139
            "license": [
140
                "MIT"
141
            ],
142
            "authors": [
143
                {
144
                    "name": "Graze Developers",
145
                    "email": "[email protected]"
146
                }
147
            ],
148
            "description": "Graze coding standards",
149
            "homepage": "https://github.com/graze/standards",
150
            "keywords": [
151
                "coding",
152
                "graze",
153
                "standards"
154
            ],
155
            "time": "2017-11-06T11:45:35+00:00"
156
        },
157
        {
158
            "name": "hamcrest/hamcrest-php",
159
            "version": "v1.2.2",
160
            "source": {
161
                "type": "git",
162
                "url": "https://github.com/hamcrest/hamcrest-php.git",
163
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
164
            },
165
            "dist": {
166
                "type": "zip",
167
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
168
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
169
                "shasum": ""
170
            },
171
            "require": {
172
                "php": ">=5.3.2"
173
            },
174
            "replace": {
175
                "cordoval/hamcrest-php": "*",
176
                "davedevelopment/hamcrest-php": "*",
177
                "kodova/hamcrest-php": "*"
178
            },
179
            "require-dev": {
180
                "phpunit/php-file-iterator": "1.3.3",
181
                "satooshi/php-coveralls": "dev-master"
182
            },
183
            "type": "library",
184
            "autoload": {
185
                "classmap": [
186
                    "hamcrest"
187
                ],
188
                "files": [
189
                    "hamcrest/Hamcrest.php"
190
                ]
191
            },
192
            "notification-url": "https://packagist.org/downloads/",
193
            "license": [
194
                "BSD"
195
            ],
196
            "description": "This is the PHP port of Hamcrest Matchers",
197
            "keywords": [
198
                "test"
199
            ],
200
            "time": "2015-05-11T14:41:42+00:00"
201
        },
202
        {
203
            "name": "mockery/mockery",
204
            "version": "0.9.9",
205
            "source": {
206
                "type": "git",
207
                "url": "https://github.com/mockery/mockery.git",
208
                "reference": "6fdb61243844dc924071d3404bb23994ea0b6856"
209
            },
210
            "dist": {
211
                "type": "zip",
212
                "url": "https://api.github.com/repos/mockery/mockery/zipball/6fdb61243844dc924071d3404bb23994ea0b6856",
213
                "reference": "6fdb61243844dc924071d3404bb23994ea0b6856",
214
                "shasum": ""
215
            },
216
            "require": {
217
                "hamcrest/hamcrest-php": "~1.1",
218
                "lib-pcre": ">=7.0",
219
                "php": ">=5.3.2"
220
            },
221
            "require-dev": {
222
                "phpunit/phpunit": "~4.0"
223
            },
224
            "type": "library",
225
            "extra": {
226
                "branch-alias": {
227
                    "dev-master": "0.9.x-dev"
228
                }
229
            },
230
            "autoload": {
231
                "psr-0": {
232
                    "Mockery": "library/"
233
                }
234
            },
235
            "notification-url": "https://packagist.org/downloads/",
236
            "license": [
237
                "BSD-3-Clause"
238
            ],
239
            "authors": [
240
                {
241
                    "name": "Pádraic Brady",
242
                    "email": "[email protected]",
243
                    "homepage": "http://blog.astrumfutura.com"
244
                },
245
                {
246
                    "name": "Dave Marshall",
247
                    "email": "[email protected]",
248
                    "homepage": "http://davedevelopment.co.uk"
249
                }
250
            ],
251
            "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
252
            "homepage": "http://github.com/padraic/mockery",
253
            "keywords": [
254
                "BDD",
255
                "TDD",
256
                "library",
257
                "mock",
258
                "mock objects",
259
                "mockery",
260
                "stub",
261
                "test",
262
                "test double",
263
                "testing"
264
            ],
265
            "time": "2017-02-28T12:52:32+00:00"
266
        },
267
        {
268
            "name": "myclabs/deep-copy",
269
            "version": "1.7.0",
270
            "source": {
271
                "type": "git",
272
                "url": "https://github.com/myclabs/DeepCopy.git",
273
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
274
            },
275
            "dist": {
276
                "type": "zip",
277
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
278
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
279
                "shasum": ""
280
            },
281
            "require": {
282
                "php": "^5.6 || ^7.0"
283
            },
284
            "require-dev": {
285
                "doctrine/collections": "^1.0",
286
                "doctrine/common": "^2.6",
287
                "phpunit/phpunit": "^4.1"
288
            },
289
            "type": "library",
290
            "autoload": {
291
                "psr-4": {
292
                    "DeepCopy\\": "src/DeepCopy/"
293
                },
294
                "files": [
295
                    "src/DeepCopy/deep_copy.php"
296
                ]
297
            },
298
            "notification-url": "https://packagist.org/downloads/",
299
            "license": [
300
                "MIT"
301
            ],
302
            "description": "Create deep copies (clones) of your objects",
303
            "keywords": [
304
                "clone",
305
                "copy",
306
                "duplicate",
307
                "object",
308
                "object graph"
309
            ],
310
            "time": "2017-10-19T19:58:43+00:00"
311
        },
312
        {
313
            "name": "phpdocumentor/reflection-common",
314
            "version": "1.0.1",
315
            "source": {
316
                "type": "git",
317
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
318
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
319
            },
320
            "dist": {
321
                "type": "zip",
322
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
323
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
324
                "shasum": ""
325
            },
326
            "require": {
327
                "php": ">=5.5"
328
            },
329
            "require-dev": {
330
                "phpunit/phpunit": "^4.6"
331
            },
332
            "type": "library",
333
            "extra": {
334
                "branch-alias": {
335
                    "dev-master": "1.0.x-dev"
336
                }
337
            },
338
            "autoload": {
339
                "psr-4": {
340
                    "phpDocumentor\\Reflection\\": [
341
                        "src"
342
                    ]
343
                }
344
            },
345
            "notification-url": "https://packagist.org/downloads/",
346
            "license": [
347
                "MIT"
348
            ],
349
            "authors": [
350
                {
351
                    "name": "Jaap van Otterdijk",
352
                    "email": "[email protected]"
353
                }
354
            ],
355
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
356
            "homepage": "http://www.phpdoc.org",
357
            "keywords": [
358
                "FQSEN",
359
                "phpDocumentor",
360
                "phpdoc",
361
                "reflection",
362
                "static analysis"
363
            ],
364
            "time": "2017-09-11T18:02:19+00:00"
365
        },
366
        {
367
            "name": "phpdocumentor/reflection-docblock",
368
            "version": "3.3.2",
369
            "source": {
370
                "type": "git",
371
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
372
                "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2"
373
            },
374
            "dist": {
375
                "type": "zip",
376
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2",
377
                "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2",
378
                "shasum": ""
379
            },
380
            "require": {
381
                "php": "^5.6 || ^7.0",
382
                "phpdocumentor/reflection-common": "^1.0.0",
383
                "phpdocumentor/type-resolver": "^0.4.0",
384
                "webmozart/assert": "^1.0"
385
            },
386
            "require-dev": {
387
                "mockery/mockery": "^0.9.4",
388
                "phpunit/phpunit": "^4.4"
389
            },
390
            "type": "library",
391
            "autoload": {
392
                "psr-4": {
393
                    "phpDocumentor\\Reflection\\": [
394
                        "src/"
395
                    ]
396
                }
397
            },
398
            "notification-url": "https://packagist.org/downloads/",
399
            "license": [
400
                "MIT"
401
            ],
402
            "authors": [
403
                {
404
                    "name": "Mike van Riel",
405
                    "email": "[email protected]"
406
                }
407
            ],
408
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
409
            "time": "2017-11-10T14:09:06+00:00"
410
        },
411
        {
412
            "name": "phpdocumentor/type-resolver",
413
            "version": "0.4.0",
414
            "source": {
415
                "type": "git",
416
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
417
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
418
            },
419
            "dist": {
420
                "type": "zip",
421
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
422
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
423
                "shasum": ""
424
            },
425
            "require": {
426
                "php": "^5.5 || ^7.0",
427
                "phpdocumentor/reflection-common": "^1.0"
428
            },
429
            "require-dev": {
430
                "mockery/mockery": "^0.9.4",
431
                "phpunit/phpunit": "^5.2||^4.8.24"
432
            },
433
            "type": "library",
434
            "extra": {
435
                "branch-alias": {
436
                    "dev-master": "1.0.x-dev"
437
                }
438
            },
439
            "autoload": {
440
                "psr-4": {
441
                    "phpDocumentor\\Reflection\\": [
442
                        "src/"
443
                    ]
444
                }
445
            },
446
            "notification-url": "https://packagist.org/downloads/",
447
            "license": [
448
                "MIT"
449
            ],
450
            "authors": [
451
                {
452
                    "name": "Mike van Riel",
453
                    "email": "[email protected]"
454
                }
455
            ],
456
            "time": "2017-07-14T14:27:02+00:00"
457
        },
458
        {
459
            "name": "phpspec/prophecy",
460
            "version": "1.8.0",
461
            "source": {
462
                "type": "git",
463
                "url": "https://github.com/phpspec/prophecy.git",
464
                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
465
            },
466
            "dist": {
467
                "type": "zip",
468
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
469
                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
470
                "shasum": ""
471
            },
472
            "require": {
473
                "doctrine/instantiator": "^1.0.2",
474
                "php": "^5.3|^7.0",
475
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
476
                "sebastian/comparator": "^1.1|^2.0|^3.0",
477
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
478
            },
479
            "require-dev": {
480
                "phpspec/phpspec": "^2.5|^3.2",
481
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
482
            },
483
            "type": "library",
484
            "extra": {
485
                "branch-alias": {
486
                    "dev-master": "1.8.x-dev"
487
                }
488
            },
489
            "autoload": {
490
                "psr-0": {
491
                    "Prophecy\\": "src/"
492
                }
493
            },
494
            "notification-url": "https://packagist.org/downloads/",
495
            "license": [
496
                "MIT"
497
            ],
498
            "authors": [
499
                {
500
                    "name": "Konstantin Kudryashov",
501
                    "email": "[email protected]",
502
                    "homepage": "http://everzet.com"
503
                },
504
                {
505
                    "name": "Marcello Duarte",
506
                    "email": "[email protected]"
507
                }
508
            ],
509
            "description": "Highly opinionated mocking framework for PHP 5.3+",
510
            "homepage": "https://github.com/phpspec/prophecy",
511
            "keywords": [
512
                "Double",
513
                "Dummy",
514
                "fake",
515
                "mock",
516
                "spy",
517
                "stub"
518
            ],
519
            "time": "2018-08-05T17:53:17+00:00"
520
        },
521
        {
522
            "name": "phpunit/php-code-coverage",
523
            "version": "4.0.8",
524
            "source": {
525
                "type": "git",
526
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
527
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
528
            },
529
            "dist": {
530
                "type": "zip",
531
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
532
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
533
                "shasum": ""
534
            },
535
            "require": {
536
                "ext-dom": "*",
537
                "ext-xmlwriter": "*",
538
                "php": "^5.6 || ^7.0",
539
                "phpunit/php-file-iterator": "^1.3",
540
                "phpunit/php-text-template": "^1.2",
541
                "phpunit/php-token-stream": "^1.4.2 || ^2.0",
542
                "sebastian/code-unit-reverse-lookup": "^1.0",
543
                "sebastian/environment": "^1.3.2 || ^2.0",
544
                "sebastian/version": "^1.0 || ^2.0"
545
            },
546
            "require-dev": {
547
                "ext-xdebug": "^2.1.4",
548
                "phpunit/phpunit": "^5.7"
549
            },
550
            "suggest": {
551
                "ext-xdebug": "^2.5.1"
552
            },
553
            "type": "library",
554
            "extra": {
555
                "branch-alias": {
556
                    "dev-master": "4.0.x-dev"
557
                }
558
            },
559
            "autoload": {
560
                "classmap": [
561
                    "src/"
562
                ]
563
            },
564
            "notification-url": "https://packagist.org/downloads/",
565
            "license": [
566
                "BSD-3-Clause"
567
            ],
568
            "authors": [
569
                {
570
                    "name": "Sebastian Bergmann",
571
                    "email": "[email protected]",
572
                    "role": "lead"
573
                }
574
            ],
575
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
576
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
577
            "keywords": [
578
                "coverage",
579
                "testing",
580
                "xunit"
581
            ],
582
            "time": "2017-04-02T07:44:40+00:00"
583
        },
584
        {
585
            "name": "phpunit/php-file-iterator",
586
            "version": "1.4.5",
587
            "source": {
588
                "type": "git",
589
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
590
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
591
            },
592
            "dist": {
593
                "type": "zip",
594
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
595
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
596
                "shasum": ""
597
            },
598
            "require": {
599
                "php": ">=5.3.3"
600
            },
601
            "type": "library",
602
            "extra": {
603
                "branch-alias": {
604
                    "dev-master": "1.4.x-dev"
605
                }
606
            },
607
            "autoload": {
608
                "classmap": [
609
                    "src/"
610
                ]
611
            },
612
            "notification-url": "https://packagist.org/downloads/",
613
            "license": [
614
                "BSD-3-Clause"
615
            ],
616
            "authors": [
617
                {
618
                    "name": "Sebastian Bergmann",
619
                    "email": "[email protected]",
620
                    "role": "lead"
621
                }
622
            ],
623
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
624
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
625
            "keywords": [
626
                "filesystem",
627
                "iterator"
628
            ],
629
            "time": "2017-11-27T13:52:08+00:00"
630
        },
631
        {
632
            "name": "phpunit/php-text-template",
633
            "version": "1.2.1",
634
            "source": {
635
                "type": "git",
636
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
637
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
638
            },
639
            "dist": {
640
                "type": "zip",
641
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
642
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
643
                "shasum": ""
644
            },
645
            "require": {
646
                "php": ">=5.3.3"
647
            },
648
            "type": "library",
649
            "autoload": {
650
                "classmap": [
651
                    "src/"
652
                ]
653
            },
654
            "notification-url": "https://packagist.org/downloads/",
655
            "license": [
656
                "BSD-3-Clause"
657
            ],
658
            "authors": [
659
                {
660
                    "name": "Sebastian Bergmann",
661
                    "email": "[email protected]",
662
                    "role": "lead"
663
                }
664
            ],
665
            "description": "Simple template engine.",
666
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
667
            "keywords": [
668
                "template"
669
            ],
670
            "time": "2015-06-21T13:50:34+00:00"
671
        },
672
        {
673
            "name": "phpunit/php-timer",
674
            "version": "1.0.9",
675
            "source": {
676
                "type": "git",
677
                "url": "https://github.com/sebastianbergmann/php-timer.git",
678
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
679
            },
680
            "dist": {
681
                "type": "zip",
682
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
683
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
684
                "shasum": ""
685
            },
686
            "require": {
687
                "php": "^5.3.3 || ^7.0"
688
            },
689
            "require-dev": {
690
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
691
            },
692
            "type": "library",
693
            "extra": {
694
                "branch-alias": {
695
                    "dev-master": "1.0-dev"
696
                }
697
            },
698
            "autoload": {
699
                "classmap": [
700
                    "src/"
701
                ]
702
            },
703
            "notification-url": "https://packagist.org/downloads/",
704
            "license": [
705
                "BSD-3-Clause"
706
            ],
707
            "authors": [
708
                {
709
                    "name": "Sebastian Bergmann",
710
                    "email": "[email protected]",
711
                    "role": "lead"
712
                }
713
            ],
714
            "description": "Utility class for timing",
715
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
716
            "keywords": [
717
                "timer"
718
            ],
719
            "time": "2017-02-26T11:10:40+00:00"
720
        },
721
        {
722
            "name": "phpunit/php-token-stream",
723
            "version": "1.4.12",
724
            "source": {
725
                "type": "git",
726
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
727
                "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
728
            },
729
            "dist": {
730
                "type": "zip",
731
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
732
                "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
733
                "shasum": ""
734
            },
735
            "require": {
736
                "ext-tokenizer": "*",
737
                "php": ">=5.3.3"
738
            },
739
            "require-dev": {
740
                "phpunit/phpunit": "~4.2"
741
            },
742
            "type": "library",
743
            "extra": {
744
                "branch-alias": {
745
                    "dev-master": "1.4-dev"
746
                }
747
            },
748
            "autoload": {
749
                "classmap": [
750
                    "src/"
751
                ]
752
            },
753
            "notification-url": "https://packagist.org/downloads/",
754
            "license": [
755
                "BSD-3-Clause"
756
            ],
757
            "authors": [
758
                {
759
                    "name": "Sebastian Bergmann",
760
                    "email": "[email protected]"
761
                }
762
            ],
763
            "description": "Wrapper around PHP's tokenizer extension.",
764
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
765
            "keywords": [
766
                "tokenizer"
767
            ],
768
            "time": "2017-12-04T08:55:13+00:00"
769
        },
770
        {
771
            "name": "phpunit/phpunit",
0 ignored issues
show
There is a security advisory for your installed version of phpunit/phpunit:

RCE vulnerability in phpunit
Loading history...
772
            "version": "5.5.4",
773
            "source": {
774
                "type": "git",
775
                "url": "https://github.com/sebastianbergmann/phpunit.git",
776
                "reference": "3e6e88e56c912133de6e99b87728cca7ed70c5f5"
777
            },
778
            "dist": {
779
                "type": "zip",
780
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3e6e88e56c912133de6e99b87728cca7ed70c5f5",
781
                "reference": "3e6e88e56c912133de6e99b87728cca7ed70c5f5",
782
                "shasum": ""
783
            },
784
            "require": {
785
                "ext-dom": "*",
786
                "ext-json": "*",
787
                "ext-pcre": "*",
788
                "ext-reflection": "*",
789
                "ext-spl": "*",
790
                "myclabs/deep-copy": "~1.3",
791
                "php": "^5.6 || ^7.0",
792
                "phpspec/prophecy": "^1.3.1",
793
                "phpunit/php-code-coverage": "^4.0.1",
794
                "phpunit/php-file-iterator": "~1.4",
795
                "phpunit/php-text-template": "~1.2",
796
                "phpunit/php-timer": "^1.0.6",
797
                "phpunit/phpunit-mock-objects": "^3.2",
798
                "sebastian/comparator": "~1.1",
799
                "sebastian/diff": "~1.2",
800
                "sebastian/environment": "^1.3 || ^2.0",
801
                "sebastian/exporter": "~1.2",
802
                "sebastian/global-state": "~1.0",
803
                "sebastian/object-enumerator": "~1.0",
804
                "sebastian/resource-operations": "~1.0",
805
                "sebastian/version": "~1.0|~2.0",
806
                "symfony/yaml": "~2.1|~3.0"
807
            },
808
            "conflict": {
809
                "phpdocumentor/reflection-docblock": "3.0.2"
810
            },
811
            "suggest": {
812
                "phpunit/php-invoker": "~1.1"
813
            },
814
            "bin": [
815
                "phpunit"
816
            ],
817
            "type": "library",
818
            "extra": {
819
                "branch-alias": {
820
                    "dev-master": "5.5.x-dev"
821
                }
822
            },
823
            "autoload": {
824
                "classmap": [
825
                    "src/"
826
                ]
827
            },
828
            "notification-url": "https://packagist.org/downloads/",
829
            "license": [
830
                "BSD-3-Clause"
831
            ],
832
            "authors": [
833
                {
834
                    "name": "Sebastian Bergmann",
835
                    "email": "[email protected]",
836
                    "role": "lead"
837
                }
838
            ],
839
            "description": "The PHP Unit Testing framework.",
840
            "homepage": "https://phpunit.de/",
841
            "keywords": [
842
                "phpunit",
843
                "testing",
844
                "xunit"
845
            ],
846
            "time": "2016-08-26T07:11:44+00:00"
847
        },
848
        {
849
            "name": "phpunit/phpunit-mock-objects",
850
            "version": "3.4.4",
851
            "source": {
852
                "type": "git",
853
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
854
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
855
            },
856
            "dist": {
857
                "type": "zip",
858
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
859
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
860
                "shasum": ""
861
            },
862
            "require": {
863
                "doctrine/instantiator": "^1.0.2",
864
                "php": "^5.6 || ^7.0",
865
                "phpunit/php-text-template": "^1.2",
866
                "sebastian/exporter": "^1.2 || ^2.0"
867
            },
868
            "conflict": {
869
                "phpunit/phpunit": "<5.4.0"
870
            },
871
            "require-dev": {
872
                "phpunit/phpunit": "^5.4"
873
            },
874
            "suggest": {
875
                "ext-soap": "*"
876
            },
877
            "type": "library",
878
            "extra": {
879
                "branch-alias": {
880
                    "dev-master": "3.2.x-dev"
881
                }
882
            },
883
            "autoload": {
884
                "classmap": [
885
                    "src/"
886
                ]
887
            },
888
            "notification-url": "https://packagist.org/downloads/",
889
            "license": [
890
                "BSD-3-Clause"
891
            ],
892
            "authors": [
893
                {
894
                    "name": "Sebastian Bergmann",
895
                    "email": "[email protected]",
896
                    "role": "lead"
897
                }
898
            ],
899
            "description": "Mock Object library for PHPUnit",
900
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
901
            "keywords": [
902
                "mock",
903
                "xunit"
904
            ],
905
            "time": "2017-06-30T09:13:00+00:00"
906
        },
907
        {
908
            "name": "sebastian/code-unit-reverse-lookup",
909
            "version": "1.0.1",
910
            "source": {
911
                "type": "git",
912
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
913
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
914
            },
915
            "dist": {
916
                "type": "zip",
917
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
918
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
919
                "shasum": ""
920
            },
921
            "require": {
922
                "php": "^5.6 || ^7.0"
923
            },
924
            "require-dev": {
925
                "phpunit/phpunit": "^5.7 || ^6.0"
926
            },
927
            "type": "library",
928
            "extra": {
929
                "branch-alias": {
930
                    "dev-master": "1.0.x-dev"
931
                }
932
            },
933
            "autoload": {
934
                "classmap": [
935
                    "src/"
936
                ]
937
            },
938
            "notification-url": "https://packagist.org/downloads/",
939
            "license": [
940
                "BSD-3-Clause"
941
            ],
942
            "authors": [
943
                {
944
                    "name": "Sebastian Bergmann",
945
                    "email": "[email protected]"
946
                }
947
            ],
948
            "description": "Looks up which function or method a line of code belongs to",
949
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
950
            "time": "2017-03-04T06:30:41+00:00"
951
        },
952
        {
953
            "name": "sebastian/comparator",
954
            "version": "1.2.4",
955
            "source": {
956
                "type": "git",
957
                "url": "https://github.com/sebastianbergmann/comparator.git",
958
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
959
            },
960
            "dist": {
961
                "type": "zip",
962
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
963
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
964
                "shasum": ""
965
            },
966
            "require": {
967
                "php": ">=5.3.3",
968
                "sebastian/diff": "~1.2",
969
                "sebastian/exporter": "~1.2 || ~2.0"
970
            },
971
            "require-dev": {
972
                "phpunit/phpunit": "~4.4"
973
            },
974
            "type": "library",
975
            "extra": {
976
                "branch-alias": {
977
                    "dev-master": "1.2.x-dev"
978
                }
979
            },
980
            "autoload": {
981
                "classmap": [
982
                    "src/"
983
                ]
984
            },
985
            "notification-url": "https://packagist.org/downloads/",
986
            "license": [
987
                "BSD-3-Clause"
988
            ],
989
            "authors": [
990
                {
991
                    "name": "Jeff Welch",
992
                    "email": "[email protected]"
993
                },
994
                {
995
                    "name": "Volker Dusch",
996
                    "email": "[email protected]"
997
                },
998
                {
999
                    "name": "Bernhard Schussek",
1000
                    "email": "[email protected]"
1001
                },
1002
                {
1003
                    "name": "Sebastian Bergmann",
1004
                    "email": "[email protected]"
1005
                }
1006
            ],
1007
            "description": "Provides the functionality to compare PHP values for equality",
1008
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1009
            "keywords": [
1010
                "comparator",
1011
                "compare",
1012
                "equality"
1013
            ],
1014
            "time": "2017-01-29T09:50:25+00:00"
1015
        },
1016
        {
1017
            "name": "sebastian/diff",
1018
            "version": "1.4.3",
1019
            "source": {
1020
                "type": "git",
1021
                "url": "https://github.com/sebastianbergmann/diff.git",
1022
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
1023
            },
1024
            "dist": {
1025
                "type": "zip",
1026
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1027
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1028
                "shasum": ""
1029
            },
1030
            "require": {
1031
                "php": "^5.3.3 || ^7.0"
1032
            },
1033
            "require-dev": {
1034
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1035
            },
1036
            "type": "library",
1037
            "extra": {
1038
                "branch-alias": {
1039
                    "dev-master": "1.4-dev"
1040
                }
1041
            },
1042
            "autoload": {
1043
                "classmap": [
1044
                    "src/"
1045
                ]
1046
            },
1047
            "notification-url": "https://packagist.org/downloads/",
1048
            "license": [
1049
                "BSD-3-Clause"
1050
            ],
1051
            "authors": [
1052
                {
1053
                    "name": "Kore Nordmann",
1054
                    "email": "[email protected]"
1055
                },
1056
                {
1057
                    "name": "Sebastian Bergmann",
1058
                    "email": "[email protected]"
1059
                }
1060
            ],
1061
            "description": "Diff implementation",
1062
            "homepage": "https://github.com/sebastianbergmann/diff",
1063
            "keywords": [
1064
                "diff"
1065
            ],
1066
            "time": "2017-05-22T07:24:03+00:00"
1067
        },
1068
        {
1069
            "name": "sebastian/environment",
1070
            "version": "2.0.0",
1071
            "source": {
1072
                "type": "git",
1073
                "url": "https://github.com/sebastianbergmann/environment.git",
1074
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
1075
            },
1076
            "dist": {
1077
                "type": "zip",
1078
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
1079
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
1080
                "shasum": ""
1081
            },
1082
            "require": {
1083
                "php": "^5.6 || ^7.0"
1084
            },
1085
            "require-dev": {
1086
                "phpunit/phpunit": "^5.0"
1087
            },
1088
            "type": "library",
1089
            "extra": {
1090
                "branch-alias": {
1091
                    "dev-master": "2.0.x-dev"
1092
                }
1093
            },
1094
            "autoload": {
1095
                "classmap": [
1096
                    "src/"
1097
                ]
1098
            },
1099
            "notification-url": "https://packagist.org/downloads/",
1100
            "license": [
1101
                "BSD-3-Clause"
1102
            ],
1103
            "authors": [
1104
                {
1105
                    "name": "Sebastian Bergmann",
1106
                    "email": "[email protected]"
1107
                }
1108
            ],
1109
            "description": "Provides functionality to handle HHVM/PHP environments",
1110
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1111
            "keywords": [
1112
                "Xdebug",
1113
                "environment",
1114
                "hhvm"
1115
            ],
1116
            "time": "2016-11-26T07:53:53+00:00"
1117
        },
1118
        {
1119
            "name": "sebastian/exporter",
1120
            "version": "1.2.2",
1121
            "source": {
1122
                "type": "git",
1123
                "url": "https://github.com/sebastianbergmann/exporter.git",
1124
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
1125
            },
1126
            "dist": {
1127
                "type": "zip",
1128
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
1129
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
1130
                "shasum": ""
1131
            },
1132
            "require": {
1133
                "php": ">=5.3.3",
1134
                "sebastian/recursion-context": "~1.0"
1135
            },
1136
            "require-dev": {
1137
                "ext-mbstring": "*",
1138
                "phpunit/phpunit": "~4.4"
1139
            },
1140
            "type": "library",
1141
            "extra": {
1142
                "branch-alias": {
1143
                    "dev-master": "1.3.x-dev"
1144
                }
1145
            },
1146
            "autoload": {
1147
                "classmap": [
1148
                    "src/"
1149
                ]
1150
            },
1151
            "notification-url": "https://packagist.org/downloads/",
1152
            "license": [
1153
                "BSD-3-Clause"
1154
            ],
1155
            "authors": [
1156
                {
1157
                    "name": "Jeff Welch",
1158
                    "email": "[email protected]"
1159
                },
1160
                {
1161
                    "name": "Volker Dusch",
1162
                    "email": "[email protected]"
1163
                },
1164
                {
1165
                    "name": "Bernhard Schussek",
1166
                    "email": "[email protected]"
1167
                },
1168
                {
1169
                    "name": "Sebastian Bergmann",
1170
                    "email": "[email protected]"
1171
                },
1172
                {
1173
                    "name": "Adam Harvey",
1174
                    "email": "[email protected]"
1175
                }
1176
            ],
1177
            "description": "Provides the functionality to export PHP variables for visualization",
1178
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1179
            "keywords": [
1180
                "export",
1181
                "exporter"
1182
            ],
1183
            "time": "2016-06-17T09:04:28+00:00"
1184
        },
1185
        {
1186
            "name": "sebastian/global-state",
1187
            "version": "1.1.1",
1188
            "source": {
1189
                "type": "git",
1190
                "url": "https://github.com/sebastianbergmann/global-state.git",
1191
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1192
            },
1193
            "dist": {
1194
                "type": "zip",
1195
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1196
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1197
                "shasum": ""
1198
            },
1199
            "require": {
1200
                "php": ">=5.3.3"
1201
            },
1202
            "require-dev": {
1203
                "phpunit/phpunit": "~4.2"
1204
            },
1205
            "suggest": {
1206
                "ext-uopz": "*"
1207
            },
1208
            "type": "library",
1209
            "extra": {
1210
                "branch-alias": {
1211
                    "dev-master": "1.0-dev"
1212
                }
1213
            },
1214
            "autoload": {
1215
                "classmap": [
1216
                    "src/"
1217
                ]
1218
            },
1219
            "notification-url": "https://packagist.org/downloads/",
1220
            "license": [
1221
                "BSD-3-Clause"
1222
            ],
1223
            "authors": [
1224
                {
1225
                    "name": "Sebastian Bergmann",
1226
                    "email": "[email protected]"
1227
                }
1228
            ],
1229
            "description": "Snapshotting of global state",
1230
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1231
            "keywords": [
1232
                "global state"
1233
            ],
1234
            "time": "2015-10-12T03:26:01+00:00"
1235
        },
1236
        {
1237
            "name": "sebastian/object-enumerator",
1238
            "version": "1.0.0",
1239
            "source": {
1240
                "type": "git",
1241
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1242
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26"
1243
            },
1244
            "dist": {
1245
                "type": "zip",
1246
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26",
1247
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26",
1248
                "shasum": ""
1249
            },
1250
            "require": {
1251
                "php": ">=5.6",
1252
                "sebastian/recursion-context": "~1.0"
1253
            },
1254
            "require-dev": {
1255
                "phpunit/phpunit": "~5"
1256
            },
1257
            "type": "library",
1258
            "extra": {
1259
                "branch-alias": {
1260
                    "dev-master": "1.0.x-dev"
1261
                }
1262
            },
1263
            "autoload": {
1264
                "classmap": [
1265
                    "src/"
1266
                ]
1267
            },
1268
            "notification-url": "https://packagist.org/downloads/",
1269
            "license": [
1270
                "BSD-3-Clause"
1271
            ],
1272
            "authors": [
1273
                {
1274
                    "name": "Sebastian Bergmann",
1275
                    "email": "[email protected]"
1276
                }
1277
            ],
1278
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1279
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1280
            "time": "2016-01-28T13:25:10+00:00"
1281
        },
1282
        {
1283
            "name": "sebastian/recursion-context",
1284
            "version": "1.0.5",
1285
            "source": {
1286
                "type": "git",
1287
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1288
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
1289
            },
1290
            "dist": {
1291
                "type": "zip",
1292
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
1293
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
1294
                "shasum": ""
1295
            },
1296
            "require": {
1297
                "php": ">=5.3.3"
1298
            },
1299
            "require-dev": {
1300
                "phpunit/phpunit": "~4.4"
1301
            },
1302
            "type": "library",
1303
            "extra": {
1304
                "branch-alias": {
1305
                    "dev-master": "1.0.x-dev"
1306
                }
1307
            },
1308
            "autoload": {
1309
                "classmap": [
1310
                    "src/"
1311
                ]
1312
            },
1313
            "notification-url": "https://packagist.org/downloads/",
1314
            "license": [
1315
                "BSD-3-Clause"
1316
            ],
1317
            "authors": [
1318
                {
1319
                    "name": "Jeff Welch",
1320
                    "email": "[email protected]"
1321
                },
1322
                {
1323
                    "name": "Sebastian Bergmann",
1324
                    "email": "[email protected]"
1325
                },
1326
                {
1327
                    "name": "Adam Harvey",
1328
                    "email": "[email protected]"
1329
                }
1330
            ],
1331
            "description": "Provides functionality to recursively process PHP variables",
1332
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1333
            "time": "2016-10-03T07:41:43+00:00"
1334
        },
1335
        {
1336
            "name": "sebastian/resource-operations",
1337
            "version": "1.0.0",
1338
            "source": {
1339
                "type": "git",
1340
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
1341
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
1342
            },
1343
            "dist": {
1344
                "type": "zip",
1345
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1346
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1347
                "shasum": ""
1348
            },
1349
            "require": {
1350
                "php": ">=5.6.0"
1351
            },
1352
            "type": "library",
1353
            "extra": {
1354
                "branch-alias": {
1355
                    "dev-master": "1.0.x-dev"
1356
                }
1357
            },
1358
            "autoload": {
1359
                "classmap": [
1360
                    "src/"
1361
                ]
1362
            },
1363
            "notification-url": "https://packagist.org/downloads/",
1364
            "license": [
1365
                "BSD-3-Clause"
1366
            ],
1367
            "authors": [
1368
                {
1369
                    "name": "Sebastian Bergmann",
1370
                    "email": "[email protected]"
1371
                }
1372
            ],
1373
            "description": "Provides a list of PHP built-in functions that operate on resources",
1374
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1375
            "time": "2015-07-28T20:34:47+00:00"
1376
        },
1377
        {
1378
            "name": "sebastian/version",
1379
            "version": "2.0.1",
1380
            "source": {
1381
                "type": "git",
1382
                "url": "https://github.com/sebastianbergmann/version.git",
1383
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
1384
            },
1385
            "dist": {
1386
                "type": "zip",
1387
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
1388
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
1389
                "shasum": ""
1390
            },
1391
            "require": {
1392
                "php": ">=5.6"
1393
            },
1394
            "type": "library",
1395
            "extra": {
1396
                "branch-alias": {
1397
                    "dev-master": "2.0.x-dev"
1398
                }
1399
            },
1400
            "autoload": {
1401
                "classmap": [
1402
                    "src/"
1403
                ]
1404
            },
1405
            "notification-url": "https://packagist.org/downloads/",
1406
            "license": [
1407
                "BSD-3-Clause"
1408
            ],
1409
            "authors": [
1410
                {
1411
                    "name": "Sebastian Bergmann",
1412
                    "email": "[email protected]",
1413
                    "role": "lead"
1414
                }
1415
            ],
1416
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1417
            "homepage": "https://github.com/sebastianbergmann/version",
1418
            "time": "2016-10-03T07:35:21+00:00"
1419
        },
1420
        {
1421
            "name": "squizlabs/php_codesniffer",
1422
            "version": "3.3.2",
1423
            "source": {
1424
                "type": "git",
1425
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1426
                "reference": "6ad28354c04b364c3c71a34e4a18b629cc3b231e"
1427
            },
1428
            "dist": {
1429
                "type": "zip",
1430
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6ad28354c04b364c3c71a34e4a18b629cc3b231e",
1431
                "reference": "6ad28354c04b364c3c71a34e4a18b629cc3b231e",
1432
                "shasum": ""
1433
            },
1434
            "require": {
1435
                "ext-simplexml": "*",
1436
                "ext-tokenizer": "*",
1437
                "ext-xmlwriter": "*",
1438
                "php": ">=5.4.0"
1439
            },
1440
            "require-dev": {
1441
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
1442
            },
1443
            "bin": [
1444
                "bin/phpcs",
1445
                "bin/phpcbf"
1446
            ],
1447
            "type": "library",
1448
            "extra": {
1449
                "branch-alias": {
1450
                    "dev-master": "3.x-dev"
1451
                }
1452
            },
1453
            "notification-url": "https://packagist.org/downloads/",
1454
            "license": [
1455
                "BSD-3-Clause"
1456
            ],
1457
            "authors": [
1458
                {
1459
                    "name": "Greg Sherwood",
1460
                    "role": "lead"
1461
                }
1462
            ],
1463
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
1464
            "homepage": "http://www.squizlabs.com/php-codesniffer",
1465
            "keywords": [
1466
                "phpcs",
1467
                "standards"
1468
            ],
1469
            "time": "2018-09-23T23:08:17+00:00"
1470
        },
1471
        {
1472
            "name": "symfony/polyfill-ctype",
1473
            "version": "v1.10.0",
1474
            "source": {
1475
                "type": "git",
1476
                "url": "https://github.com/symfony/polyfill-ctype.git",
1477
                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
1478
            },
1479
            "dist": {
1480
                "type": "zip",
1481
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
1482
                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
1483
                "shasum": ""
1484
            },
1485
            "require": {
1486
                "php": ">=5.3.3"
1487
            },
1488
            "suggest": {
1489
                "ext-ctype": "For best performance"
1490
            },
1491
            "type": "library",
1492
            "extra": {
1493
                "branch-alias": {
1494
                    "dev-master": "1.9-dev"
1495
                }
1496
            },
1497
            "autoload": {
1498
                "psr-4": {
1499
                    "Symfony\\Polyfill\\Ctype\\": ""
1500
                },
1501
                "files": [
1502
                    "bootstrap.php"
1503
                ]
1504
            },
1505
            "notification-url": "https://packagist.org/downloads/",
1506
            "license": [
1507
                "MIT"
1508
            ],
1509
            "authors": [
1510
                {
1511
                    "name": "Symfony Community",
1512
                    "homepage": "https://symfony.com/contributors"
1513
                },
1514
                {
1515
                    "name": "Gert de Pagter",
1516
                    "email": "[email protected]"
1517
                }
1518
            ],
1519
            "description": "Symfony polyfill for ctype functions",
1520
            "homepage": "https://symfony.com",
1521
            "keywords": [
1522
                "compatibility",
1523
                "ctype",
1524
                "polyfill",
1525
                "portable"
1526
            ],
1527
            "time": "2018-08-06T14:22:27+00:00"
1528
        },
1529
        {
1530
            "name": "symfony/polyfill-mbstring",
1531
            "version": "v1.10.0",
1532
            "source": {
1533
                "type": "git",
1534
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1535
                "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
1536
            },
1537
            "dist": {
1538
                "type": "zip",
1539
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
1540
                "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
1541
                "shasum": ""
1542
            },
1543
            "require": {
1544
                "php": ">=5.3.3"
1545
            },
1546
            "suggest": {
1547
                "ext-mbstring": "For best performance"
1548
            },
1549
            "type": "library",
1550
            "extra": {
1551
                "branch-alias": {
1552
                    "dev-master": "1.9-dev"
1553
                }
1554
            },
1555
            "autoload": {
1556
                "psr-4": {
1557
                    "Symfony\\Polyfill\\Mbstring\\": ""
1558
                },
1559
                "files": [
1560
                    "bootstrap.php"
1561
                ]
1562
            },
1563
            "notification-url": "https://packagist.org/downloads/",
1564
            "license": [
1565
                "MIT"
1566
            ],
1567
            "authors": [
1568
                {
1569
                    "name": "Nicolas Grekas",
1570
                    "email": "[email protected]"
1571
                },
1572
                {
1573
                    "name": "Symfony Community",
1574
                    "homepage": "https://symfony.com/contributors"
1575
                }
1576
            ],
1577
            "description": "Symfony polyfill for the Mbstring extension",
1578
            "homepage": "https://symfony.com",
1579
            "keywords": [
1580
                "compatibility",
1581
                "mbstring",
1582
                "polyfill",
1583
                "portable",
1584
                "shim"
1585
            ],
1586
            "time": "2018-09-21T13:07:52+00:00"
1587
        },
1588
        {
1589
            "name": "symfony/var-dumper",
1590
            "version": "v3.4.18",
1591
            "source": {
1592
                "type": "git",
1593
                "url": "https://github.com/symfony/var-dumper.git",
1594
                "reference": "ff8ac19e97e5c7c3979236b584719a1190f84181"
1595
            },
1596
            "dist": {
1597
                "type": "zip",
1598
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ff8ac19e97e5c7c3979236b584719a1190f84181",
1599
                "reference": "ff8ac19e97e5c7c3979236b584719a1190f84181",
1600
                "shasum": ""
1601
            },
1602
            "require": {
1603
                "php": "^5.5.9|>=7.0.8",
1604
                "symfony/polyfill-mbstring": "~1.0"
1605
            },
1606
            "conflict": {
1607
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
1608
            },
1609
            "require-dev": {
1610
                "ext-iconv": "*",
1611
                "twig/twig": "~1.34|~2.4"
1612
            },
1613
            "suggest": {
1614
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
1615
                "ext-intl": "To show region name in time zone dump",
1616
                "ext-symfony_debug": ""
1617
            },
1618
            "type": "library",
1619
            "extra": {
1620
                "branch-alias": {
1621
                    "dev-master": "3.4-dev"
1622
                }
1623
            },
1624
            "autoload": {
1625
                "files": [
1626
                    "Resources/functions/dump.php"
1627
                ],
1628
                "psr-4": {
1629
                    "Symfony\\Component\\VarDumper\\": ""
1630
                },
1631
                "exclude-from-classmap": [
1632
                    "/Tests/"
1633
                ]
1634
            },
1635
            "notification-url": "https://packagist.org/downloads/",
1636
            "license": [
1637
                "MIT"
1638
            ],
1639
            "authors": [
1640
                {
1641
                    "name": "Nicolas Grekas",
1642
                    "email": "[email protected]"
1643
                },
1644
                {
1645
                    "name": "Symfony Community",
1646
                    "homepage": "https://symfony.com/contributors"
1647
                }
1648
            ],
1649
            "description": "Symfony mechanism for exploring and dumping PHP variables",
1650
            "homepage": "https://symfony.com",
1651
            "keywords": [
1652
                "debug",
1653
                "dump"
1654
            ],
1655
            "time": "2018-10-02T16:33:53+00:00"
1656
        },
1657
        {
1658
            "name": "symfony/yaml",
1659
            "version": "v3.4.18",
1660
            "source": {
1661
                "type": "git",
1662
                "url": "https://github.com/symfony/yaml.git",
1663
                "reference": "640b6c27fed4066d64b64d5903a86043f4a4de7f"
1664
            },
1665
            "dist": {
1666
                "type": "zip",
1667
                "url": "https://api.github.com/repos/symfony/yaml/zipball/640b6c27fed4066d64b64d5903a86043f4a4de7f",
1668
                "reference": "640b6c27fed4066d64b64d5903a86043f4a4de7f",
1669
                "shasum": ""
1670
            },
1671
            "require": {
1672
                "php": "^5.5.9|>=7.0.8",
1673
                "symfony/polyfill-ctype": "~1.8"
1674
            },
1675
            "conflict": {
1676
                "symfony/console": "<3.4"
1677
            },
1678
            "require-dev": {
1679
                "symfony/console": "~3.4|~4.0"
1680
            },
1681
            "suggest": {
1682
                "symfony/console": "For validating YAML files using the lint command"
1683
            },
1684
            "type": "library",
1685
            "extra": {
1686
                "branch-alias": {
1687
                    "dev-master": "3.4-dev"
1688
                }
1689
            },
1690
            "autoload": {
1691
                "psr-4": {
1692
                    "Symfony\\Component\\Yaml\\": ""
1693
                },
1694
                "exclude-from-classmap": [
1695
                    "/Tests/"
1696
                ]
1697
            },
1698
            "notification-url": "https://packagist.org/downloads/",
1699
            "license": [
1700
                "MIT"
1701
            ],
1702
            "authors": [
1703
                {
1704
                    "name": "Fabien Potencier",
1705
                    "email": "[email protected]"
1706
                },
1707
                {
1708
                    "name": "Symfony Community",
1709
                    "homepage": "https://symfony.com/contributors"
1710
                }
1711
            ],
1712
            "description": "Symfony Yaml Component",
1713
            "homepage": "https://symfony.com",
1714
            "time": "2018-10-02T16:33:53+00:00"
1715
        },
1716
        {
1717
            "name": "webmozart/assert",
1718
            "version": "1.3.0",
1719
            "source": {
1720
                "type": "git",
1721
                "url": "https://github.com/webmozart/assert.git",
1722
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
1723
            },
1724
            "dist": {
1725
                "type": "zip",
1726
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
1727
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
1728
                "shasum": ""
1729
            },
1730
            "require": {
1731
                "php": "^5.3.3 || ^7.0"
1732
            },
1733
            "require-dev": {
1734
                "phpunit/phpunit": "^4.6",
1735
                "sebastian/version": "^1.0.1"
1736
            },
1737
            "type": "library",
1738
            "extra": {
1739
                "branch-alias": {
1740
                    "dev-master": "1.3-dev"
1741
                }
1742
            },
1743
            "autoload": {
1744
                "psr-4": {
1745
                    "Webmozart\\Assert\\": "src/"
1746
                }
1747
            },
1748
            "notification-url": "https://packagist.org/downloads/",
1749
            "license": [
1750
                "MIT"
1751
            ],
1752
            "authors": [
1753
                {
1754
                    "name": "Bernhard Schussek",
1755
                    "email": "[email protected]"
1756
                }
1757
            ],
1758
            "description": "Assertions to validate method input/output with nice error messages.",
1759
            "keywords": [
1760
                "assert",
1761
                "check",
1762
                "validate"
1763
            ],
1764
            "time": "2018-01-29T19:49:41+00:00"
1765
        }
1766
    ],
1767
    "aliases": [],
1768
    "minimum-stability": "stable",
1769
    "stability-flags": [],
1770
    "prefer-stable": false,
1771
    "prefer-lowest": false,
1772
    "platform": {
1773
        "php": ">5.5.0"
1774
    },
1775
    "platform-dev": [],
1776
    "platform-overrides": {
1777
        "ext-simplexml": "1.0",
1778
        "ext-dom": "1.0",
1779
        "ext-tokenizer": "1.0",
1780
        "ext-xmlwriter": "1.0",
1781
        "ext-sockets": "1.0",
1782
        "php": "5.6"
1783
    }
1784
}
1785