Test Failed
Branch master (809ac4)
by Florian
06:13
created

composer.lock (2 issues)

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": "e88f37ec31296ee018f3630057782322",
8
    "packages": [
9
        {
10
            "name": "aura/intl",
11
            "version": "3.0.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/auraphp/Aura.Intl.git",
15
                "reference": "7fce228980b19bf4dee2d7bbd6202a69b0dde926"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/auraphp/Aura.Intl/zipball/7fce228980b19bf4dee2d7bbd6202a69b0dde926",
20
                "reference": "7fce228980b19bf4dee2d7bbd6202a69b0dde926",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": "^5.6|^7.0"
25
            },
26
            "type": "library",
27
            "autoload": {
28
                "psr-4": {
29
                    "Aura\\Intl\\": "src/"
30
                }
31
            },
32
            "notification-url": "https://packagist.org/downloads/",
33
            "license": [
34
                "MIT"
35
            ],
36
            "authors": [
37
                {
38
                    "name": "Aura.Intl Contributors",
39
                    "homepage": "https://github.com/auraphp/Aura.Intl/contributors"
40
                }
41
            ],
42
            "description": "The Aura Intl package provides internationalization tools, specifically message translation.",
43
            "homepage": "https://github.com/auraphp/Aura.Intl",
44
            "keywords": [
45
                "g11n",
46
                "globalization",
47
                "i18n",
48
                "internationalization",
49
                "intl",
50
                "l10n",
51
                "localization"
52
            ],
53
            "time": "2017-01-20T05:00:11+00:00"
54
        },
55
        {
56
            "name": "cakephp/cakephp",
0 ignored issues
show
There is a security advisory for your installed version of cakephp/cakephp:

XSS in some development error pages
Loading history...
57
            "version": "3.5.12",
58
            "source": {
59
                "type": "git",
60
                "url": "https://github.com/cakephp/cakephp.git",
61
                "reference": "a6c47f15e2dfbb062fcc547d6eecd0a944dc8b17"
62
            },
63
            "dist": {
64
                "type": "zip",
65
                "url": "https://api.github.com/repos/cakephp/cakephp/zipball/a6c47f15e2dfbb062fcc547d6eecd0a944dc8b17",
66
                "reference": "a6c47f15e2dfbb062fcc547d6eecd0a944dc8b17",
67
                "shasum": ""
68
            },
69
            "require": {
70
                "aura/intl": "^3.0.0",
71
                "cakephp/chronos": "^1.0.0",
72
                "ext-intl": "*",
73
                "ext-mbstring": "*",
74
                "php": ">=5.6.0",
75
                "psr/log": "^1.0.0",
76
                "zendframework/zend-diactoros": "^1.4.0"
77
            },
78
            "conflict": {
79
                "phpunit/phpunit": "<5.7"
80
            },
81
            "replace": {
82
                "cakephp/cache": "self.version",
83
                "cakephp/collection": "self.version",
84
                "cakephp/core": "self.version",
85
                "cakephp/database": "self.version",
86
                "cakephp/datasource": "self.version",
87
                "cakephp/event": "self.version",
88
                "cakephp/filesystem": "self.version",
89
                "cakephp/form": "self.version",
90
                "cakephp/i18n": "self.version",
91
                "cakephp/log": "self.version",
92
                "cakephp/orm": "self.version",
93
                "cakephp/utility": "self.version",
94
                "cakephp/validation": "self.version"
95
            },
96
            "require-dev": {
97
                "cakephp/cakephp-codesniffer": "^3.0",
98
                "phpunit/phpunit": "^5.7.14|^6.0"
99
            },
100
            "suggest": {
101
                "ext-openssl": "To use Security::encrypt() or have secure CSRF token generation.",
102
                "lib-ICU": "The intl PHP library, to use Text::transliterate() or Text::slug()"
103
            },
104
            "type": "library",
105
            "autoload": {
106
                "psr-4": {
107
                    "Cake\\": "src/"
108
                },
109
                "files": [
110
                    "src/Core/functions.php",
111
                    "src/Collection/functions.php",
112
                    "src/I18n/functions.php",
113
                    "src/Utility/bootstrap.php"
114
                ]
115
            },
116
            "notification-url": "https://packagist.org/downloads/",
117
            "license": [
118
                "MIT"
119
            ],
120
            "authors": [
121
                {
122
                    "name": "CakePHP Community",
123
                    "homepage": "https://github.com/cakephp/cakephp/graphs/contributors"
124
                }
125
            ],
126
            "description": "The CakePHP framework",
127
            "homepage": "https://cakephp.org",
128
            "keywords": [
129
                "conventions over configuration",
130
                "dry",
131
                "form",
132
                "framework",
133
                "mvc",
134
                "orm",
135
                "psr-7",
136
                "rapid-development",
137
                "validation"
138
            ],
139
            "time": "2018-02-11T02:39:23+00:00"
140
        },
141
        {
142
            "name": "cakephp/chronos",
143
            "version": "1.1.4",
144
            "source": {
145
                "type": "git",
146
                "url": "https://github.com/cakephp/chronos.git",
147
                "reference": "85bcaea6a832684b32ef54b2487b0c14a172e9e6"
148
            },
149
            "dist": {
150
                "type": "zip",
151
                "url": "https://api.github.com/repos/cakephp/chronos/zipball/85bcaea6a832684b32ef54b2487b0c14a172e9e6",
152
                "reference": "85bcaea6a832684b32ef54b2487b0c14a172e9e6",
153
                "shasum": ""
154
            },
155
            "require": {
156
                "php": "^5.5.9|^7"
157
            },
158
            "require-dev": {
159
                "athletic/athletic": "~0.1",
160
                "cakephp/cakephp-codesniffer": "~2.3",
161
                "phpbench/phpbench": "@dev",
162
                "phpstan/phpstan": "^0.6.4",
163
                "phpunit/phpunit": "<6.0"
164
            },
165
            "type": "library",
166
            "autoload": {
167
                "psr-4": {
168
                    "Cake\\Chronos\\": "src"
169
                },
170
                "files": [
171
                    "src/carbon_compat.php"
172
                ]
173
            },
174
            "notification-url": "https://packagist.org/downloads/",
175
            "license": [
176
                "MIT"
177
            ],
178
            "authors": [
179
                {
180
                    "name": "Brian Nesbitt",
181
                    "email": "[email protected]",
182
                    "homepage": "http://nesbot.com"
183
                },
184
                {
185
                    "name": "The CakePHP Team",
186
                    "homepage": "http://cakephp.org"
187
                }
188
            ],
189
            "description": "A simple API extension for DateTime.",
190
            "homepage": "http://cakephp.org",
191
            "keywords": [
192
                "date",
193
                "datetime",
194
                "time"
195
            ],
196
            "time": "2018-01-13T12:19:50+00:00"
197
        },
198
        {
199
            "name": "lorenzo/pinky",
200
            "version": "1.0.1",
201
            "source": {
202
                "type": "git",
203
                "url": "https://github.com/lorenzo/pinky.git",
204
                "reference": "d5ba48e32e085d22b907656d3be612d4ee62c871"
205
            },
206
            "dist": {
207
                "type": "zip",
208
                "url": "https://api.github.com/repos/lorenzo/pinky/zipball/d5ba48e32e085d22b907656d3be612d4ee62c871",
209
                "reference": "d5ba48e32e085d22b907656d3be612d4ee62c871",
210
                "shasum": ""
211
            },
212
            "require": {
213
                "php": ">=5.6.0"
214
            },
215
            "require-dev": {
216
                "phpunit/phpunit": "^5.7"
217
            },
218
            "type": "library",
219
            "autoload": {
220
                "files": [
221
                    "src/pinky.php"
222
                ]
223
            },
224
            "notification-url": "https://packagist.org/downloads/",
225
            "license": [
226
                "MIT"
227
            ],
228
            "authors": [
229
                {
230
                    "name": "Jose Lorenzo Rodriguez",
231
                    "email": "[email protected]"
232
                }
233
            ],
234
            "description": "A Foundation for Emails (Inky) template transpiler",
235
            "keywords": [
236
                "email",
237
                "foundation",
238
                "inky",
239
                "template",
240
                "zurb"
241
            ],
242
            "time": "2017-02-02T14:20:54+00:00"
243
        },
244
        {
245
            "name": "pelago/emogrifier",
246
            "version": "v2.0.0",
247
            "source": {
248
                "type": "git",
249
                "url": "https://github.com/MyIntervals/emogrifier.git",
250
                "reference": "8babf8ddbf348f26b29674e2f84db66ff7e3d95e"
251
            },
252
            "dist": {
253
                "type": "zip",
254
                "url": "https://api.github.com/repos/MyIntervals/emogrifier/zipball/8babf8ddbf348f26b29674e2f84db66ff7e3d95e",
255
                "reference": "8babf8ddbf348f26b29674e2f84db66ff7e3d95e",
256
                "shasum": ""
257
            },
258
            "require": {
259
                "php": "^5.5.0 || ~7.0.0 || ~7.1.0 || ~7.2.0"
260
            },
261
            "require-dev": {
262
                "phpunit/phpunit": "^4.8.0",
263
                "squizlabs/php_codesniffer": "^3.1.0"
264
            },
265
            "type": "library",
266
            "extra": {
267
                "branch-alias": {
268
                    "dev-master": "2.1.x-dev"
269
                }
270
            },
271
            "autoload": {
272
                "psr-4": {
273
                    "Pelago\\": "Classes/"
274
                }
275
            },
276
            "notification-url": "https://packagist.org/downloads/",
277
            "license": [
278
                "MIT"
279
            ],
280
            "authors": [
281
                {
282
                    "name": "John Reeve",
283
                    "email": "[email protected]"
284
                },
285
                {
286
                    "name": "Cameron Brooks"
287
                },
288
                {
289
                    "name": "Jaime Prado"
290
                },
291
                {
292
                    "name": "Roman Ožana",
293
                    "email": "[email protected]"
294
                },
295
                {
296
                    "name": "Oliver Klee",
297
                    "email": "[email protected]"
298
                },
299
                {
300
                    "name": "Zoli Szabó",
301
                    "email": "[email protected]"
302
                }
303
            ],
304
            "description": "Converts CSS styles into inline style attributes in your HTML code",
305
            "homepage": "https://www.myintervals.com/emogrifier.php",
306
            "keywords": [
307
                "css",
308
                "email",
309
                "pre-processing"
310
            ],
311
            "time": "2018-01-05T23:30:21+00:00"
312
        },
313
        {
314
            "name": "psr/http-message",
315
            "version": "1.0.1",
316
            "source": {
317
                "type": "git",
318
                "url": "https://github.com/php-fig/http-message.git",
319
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
320
            },
321
            "dist": {
322
                "type": "zip",
323
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
324
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
325
                "shasum": ""
326
            },
327
            "require": {
328
                "php": ">=5.3.0"
329
            },
330
            "type": "library",
331
            "extra": {
332
                "branch-alias": {
333
                    "dev-master": "1.0.x-dev"
334
                }
335
            },
336
            "autoload": {
337
                "psr-4": {
338
                    "Psr\\Http\\Message\\": "src/"
339
                }
340
            },
341
            "notification-url": "https://packagist.org/downloads/",
342
            "license": [
343
                "MIT"
344
            ],
345
            "authors": [
346
                {
347
                    "name": "PHP-FIG",
348
                    "homepage": "http://www.php-fig.org/"
349
                }
350
            ],
351
            "description": "Common interface for HTTP messages",
352
            "homepage": "https://github.com/php-fig/http-message",
353
            "keywords": [
354
                "http",
355
                "http-message",
356
                "psr",
357
                "psr-7",
358
                "request",
359
                "response"
360
            ],
361
            "time": "2016-08-06T14:39:51+00:00"
362
        },
363
        {
364
            "name": "psr/log",
365
            "version": "1.0.2",
366
            "source": {
367
                "type": "git",
368
                "url": "https://github.com/php-fig/log.git",
369
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
370
            },
371
            "dist": {
372
                "type": "zip",
373
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
374
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
375
                "shasum": ""
376
            },
377
            "require": {
378
                "php": ">=5.3.0"
379
            },
380
            "type": "library",
381
            "extra": {
382
                "branch-alias": {
383
                    "dev-master": "1.0.x-dev"
384
                }
385
            },
386
            "autoload": {
387
                "psr-4": {
388
                    "Psr\\Log\\": "Psr/Log/"
389
                }
390
            },
391
            "notification-url": "https://packagist.org/downloads/",
392
            "license": [
393
                "MIT"
394
            ],
395
            "authors": [
396
                {
397
                    "name": "PHP-FIG",
398
                    "homepage": "http://www.php-fig.org/"
399
                }
400
            ],
401
            "description": "Common interface for logging libraries",
402
            "homepage": "https://github.com/php-fig/log",
403
            "keywords": [
404
                "log",
405
                "psr",
406
                "psr-3"
407
            ],
408
            "time": "2016-10-10T12:19:37+00:00"
409
        },
410
        {
411
            "name": "zendframework/zend-diactoros",
0 ignored issues
show
There is a security advisory for your installed version of zendframework/zend-diactoros:

URL Rewrite vulnerability
Loading history...
412
            "version": "1.7.0",
413
            "source": {
414
                "type": "git",
415
                "url": "https://github.com/zendframework/zend-diactoros.git",
416
                "reference": "ed6ce7e2105c400ca10277643a8327957c0384b7"
417
            },
418
            "dist": {
419
                "type": "zip",
420
                "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/ed6ce7e2105c400ca10277643a8327957c0384b7",
421
                "reference": "ed6ce7e2105c400ca10277643a8327957c0384b7",
422
                "shasum": ""
423
            },
424
            "require": {
425
                "php": "^5.6 || ^7.0",
426
                "psr/http-message": "^1.0"
427
            },
428
            "provide": {
429
                "psr/http-message-implementation": "1.0"
430
            },
431
            "require-dev": {
432
                "ext-dom": "*",
433
                "ext-libxml": "*",
434
                "phpunit/phpunit": "^5.7.16 || ^6.0.8",
435
                "zendframework/zend-coding-standard": "~1.0"
436
            },
437
            "type": "library",
438
            "extra": {
439
                "branch-alias": {
440
                    "dev-master": "1.7.x-dev",
441
                    "dev-develop": "1.8.x-dev"
442
                }
443
            },
444
            "autoload": {
445
                "psr-4": {
446
                    "Zend\\Diactoros\\": "src/"
447
                }
448
            },
449
            "notification-url": "https://packagist.org/downloads/",
450
            "license": [
451
                "BSD-2-Clause"
452
            ],
453
            "description": "PSR HTTP Message implementations",
454
            "homepage": "https://github.com/zendframework/zend-diactoros",
455
            "keywords": [
456
                "http",
457
                "psr",
458
                "psr-7"
459
            ],
460
            "time": "2018-01-04T18:21:48+00:00"
461
        }
462
    ],
463
    "packages-dev": [
464
        {
465
            "name": "cakephp/cakephp-codesniffer",
466
            "version": "3.0.3",
467
            "source": {
468
                "type": "git",
469
                "url": "https://github.com/cakephp/cakephp-codesniffer.git",
470
                "reference": "d77ac81199f2f1e5a8d8ebf96a5d6d7cd4e0542b"
471
            },
472
            "dist": {
473
                "type": "zip",
474
                "url": "https://api.github.com/repos/cakephp/cakephp-codesniffer/zipball/d77ac81199f2f1e5a8d8ebf96a5d6d7cd4e0542b",
475
                "reference": "d77ac81199f2f1e5a8d8ebf96a5d6d7cd4e0542b",
476
                "shasum": ""
477
            },
478
            "require": {
479
                "php": ">=5.4",
480
                "squizlabs/php_codesniffer": "^3.0.0"
481
            },
482
            "require-dev": {
483
                "phpunit/phpunit": "<6.0"
484
            },
485
            "type": "phpcodesniffer-standard",
486
            "autoload": {
487
                "psr-4": {
488
                    "CakePHP\\": "CakePHP"
489
                }
490
            },
491
            "notification-url": "https://packagist.org/downloads/",
492
            "license": [
493
                "MIT"
494
            ],
495
            "authors": [
496
                {
497
                    "name": "CakePHP Community",
498
                    "homepage": "https://github.com/cakephp/cakephp-codesniffer/graphs/contributors"
499
                }
500
            ],
501
            "description": "CakePHP CodeSniffer Standards",
502
            "homepage": "http://cakephp.org",
503
            "keywords": [
504
                "codesniffer",
505
                "framework"
506
            ],
507
            "time": "2017-12-21T20:01:35+00:00"
508
        },
509
        {
510
            "name": "doctrine/instantiator",
511
            "version": "1.1.0",
512
            "source": {
513
                "type": "git",
514
                "url": "https://github.com/doctrine/instantiator.git",
515
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
516
            },
517
            "dist": {
518
                "type": "zip",
519
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
520
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
521
                "shasum": ""
522
            },
523
            "require": {
524
                "php": "^7.1"
525
            },
526
            "require-dev": {
527
                "athletic/athletic": "~0.1.8",
528
                "ext-pdo": "*",
529
                "ext-phar": "*",
530
                "phpunit/phpunit": "^6.2.3",
531
                "squizlabs/php_codesniffer": "^3.0.2"
532
            },
533
            "type": "library",
534
            "extra": {
535
                "branch-alias": {
536
                    "dev-master": "1.2.x-dev"
537
                }
538
            },
539
            "autoload": {
540
                "psr-4": {
541
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
542
                }
543
            },
544
            "notification-url": "https://packagist.org/downloads/",
545
            "license": [
546
                "MIT"
547
            ],
548
            "authors": [
549
                {
550
                    "name": "Marco Pivetta",
551
                    "email": "[email protected]",
552
                    "homepage": "http://ocramius.github.com/"
553
                }
554
            ],
555
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
556
            "homepage": "https://github.com/doctrine/instantiator",
557
            "keywords": [
558
                "constructor",
559
                "instantiate"
560
            ],
561
            "time": "2017-07-22T11:58:36+00:00"
562
        },
563
        {
564
            "name": "myclabs/deep-copy",
565
            "version": "1.7.0",
566
            "source": {
567
                "type": "git",
568
                "url": "https://github.com/myclabs/DeepCopy.git",
569
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
570
            },
571
            "dist": {
572
                "type": "zip",
573
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
574
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
575
                "shasum": ""
576
            },
577
            "require": {
578
                "php": "^5.6 || ^7.0"
579
            },
580
            "require-dev": {
581
                "doctrine/collections": "^1.0",
582
                "doctrine/common": "^2.6",
583
                "phpunit/phpunit": "^4.1"
584
            },
585
            "type": "library",
586
            "autoload": {
587
                "psr-4": {
588
                    "DeepCopy\\": "src/DeepCopy/"
589
                },
590
                "files": [
591
                    "src/DeepCopy/deep_copy.php"
592
                ]
593
            },
594
            "notification-url": "https://packagist.org/downloads/",
595
            "license": [
596
                "MIT"
597
            ],
598
            "description": "Create deep copies (clones) of your objects",
599
            "keywords": [
600
                "clone",
601
                "copy",
602
                "duplicate",
603
                "object",
604
                "object graph"
605
            ],
606
            "time": "2017-10-19T19:58:43+00:00"
607
        },
608
        {
609
            "name": "phar-io/manifest",
610
            "version": "1.0.1",
611
            "source": {
612
                "type": "git",
613
                "url": "https://github.com/phar-io/manifest.git",
614
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
615
            },
616
            "dist": {
617
                "type": "zip",
618
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
619
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
620
                "shasum": ""
621
            },
622
            "require": {
623
                "ext-dom": "*",
624
                "ext-phar": "*",
625
                "phar-io/version": "^1.0.1",
626
                "php": "^5.6 || ^7.0"
627
            },
628
            "type": "library",
629
            "extra": {
630
                "branch-alias": {
631
                    "dev-master": "1.0.x-dev"
632
                }
633
            },
634
            "autoload": {
635
                "classmap": [
636
                    "src/"
637
                ]
638
            },
639
            "notification-url": "https://packagist.org/downloads/",
640
            "license": [
641
                "BSD-3-Clause"
642
            ],
643
            "authors": [
644
                {
645
                    "name": "Arne Blankerts",
646
                    "email": "[email protected]",
647
                    "role": "Developer"
648
                },
649
                {
650
                    "name": "Sebastian Heuer",
651
                    "email": "[email protected]",
652
                    "role": "Developer"
653
                },
654
                {
655
                    "name": "Sebastian Bergmann",
656
                    "email": "[email protected]",
657
                    "role": "Developer"
658
                }
659
            ],
660
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
661
            "time": "2017-03-05T18:14:27+00:00"
662
        },
663
        {
664
            "name": "phar-io/version",
665
            "version": "1.0.1",
666
            "source": {
667
                "type": "git",
668
                "url": "https://github.com/phar-io/version.git",
669
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
670
            },
671
            "dist": {
672
                "type": "zip",
673
                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
674
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
675
                "shasum": ""
676
            },
677
            "require": {
678
                "php": "^5.6 || ^7.0"
679
            },
680
            "type": "library",
681
            "autoload": {
682
                "classmap": [
683
                    "src/"
684
                ]
685
            },
686
            "notification-url": "https://packagist.org/downloads/",
687
            "license": [
688
                "BSD-3-Clause"
689
            ],
690
            "authors": [
691
                {
692
                    "name": "Arne Blankerts",
693
                    "email": "[email protected]",
694
                    "role": "Developer"
695
                },
696
                {
697
                    "name": "Sebastian Heuer",
698
                    "email": "[email protected]",
699
                    "role": "Developer"
700
                },
701
                {
702
                    "name": "Sebastian Bergmann",
703
                    "email": "[email protected]",
704
                    "role": "Developer"
705
                }
706
            ],
707
            "description": "Library for handling version information and constraints",
708
            "time": "2017-03-05T17:38:23+00:00"
709
        },
710
        {
711
            "name": "phpdocumentor/reflection-common",
712
            "version": "1.0.1",
713
            "source": {
714
                "type": "git",
715
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
716
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
717
            },
718
            "dist": {
719
                "type": "zip",
720
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
721
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
722
                "shasum": ""
723
            },
724
            "require": {
725
                "php": ">=5.5"
726
            },
727
            "require-dev": {
728
                "phpunit/phpunit": "^4.6"
729
            },
730
            "type": "library",
731
            "extra": {
732
                "branch-alias": {
733
                    "dev-master": "1.0.x-dev"
734
                }
735
            },
736
            "autoload": {
737
                "psr-4": {
738
                    "phpDocumentor\\Reflection\\": [
739
                        "src"
740
                    ]
741
                }
742
            },
743
            "notification-url": "https://packagist.org/downloads/",
744
            "license": [
745
                "MIT"
746
            ],
747
            "authors": [
748
                {
749
                    "name": "Jaap van Otterdijk",
750
                    "email": "[email protected]"
751
                }
752
            ],
753
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
754
            "homepage": "http://www.phpdoc.org",
755
            "keywords": [
756
                "FQSEN",
757
                "phpDocumentor",
758
                "phpdoc",
759
                "reflection",
760
                "static analysis"
761
            ],
762
            "time": "2017-09-11T18:02:19+00:00"
763
        },
764
        {
765
            "name": "phpdocumentor/reflection-docblock",
766
            "version": "4.3.0",
767
            "source": {
768
                "type": "git",
769
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
770
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
771
            },
772
            "dist": {
773
                "type": "zip",
774
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
775
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
776
                "shasum": ""
777
            },
778
            "require": {
779
                "php": "^7.0",
780
                "phpdocumentor/reflection-common": "^1.0.0",
781
                "phpdocumentor/type-resolver": "^0.4.0",
782
                "webmozart/assert": "^1.0"
783
            },
784
            "require-dev": {
785
                "doctrine/instantiator": "~1.0.5",
786
                "mockery/mockery": "^1.0",
787
                "phpunit/phpunit": "^6.4"
788
            },
789
            "type": "library",
790
            "extra": {
791
                "branch-alias": {
792
                    "dev-master": "4.x-dev"
793
                }
794
            },
795
            "autoload": {
796
                "psr-4": {
797
                    "phpDocumentor\\Reflection\\": [
798
                        "src/"
799
                    ]
800
                }
801
            },
802
            "notification-url": "https://packagist.org/downloads/",
803
            "license": [
804
                "MIT"
805
            ],
806
            "authors": [
807
                {
808
                    "name": "Mike van Riel",
809
                    "email": "[email protected]"
810
                }
811
            ],
812
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
813
            "time": "2017-11-30T07:14:17+00:00"
814
        },
815
        {
816
            "name": "phpdocumentor/type-resolver",
817
            "version": "0.4.0",
818
            "source": {
819
                "type": "git",
820
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
821
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
822
            },
823
            "dist": {
824
                "type": "zip",
825
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
826
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
827
                "shasum": ""
828
            },
829
            "require": {
830
                "php": "^5.5 || ^7.0",
831
                "phpdocumentor/reflection-common": "^1.0"
832
            },
833
            "require-dev": {
834
                "mockery/mockery": "^0.9.4",
835
                "phpunit/phpunit": "^5.2||^4.8.24"
836
            },
837
            "type": "library",
838
            "extra": {
839
                "branch-alias": {
840
                    "dev-master": "1.0.x-dev"
841
                }
842
            },
843
            "autoload": {
844
                "psr-4": {
845
                    "phpDocumentor\\Reflection\\": [
846
                        "src/"
847
                    ]
848
                }
849
            },
850
            "notification-url": "https://packagist.org/downloads/",
851
            "license": [
852
                "MIT"
853
            ],
854
            "authors": [
855
                {
856
                    "name": "Mike van Riel",
857
                    "email": "[email protected]"
858
                }
859
            ],
860
            "time": "2017-07-14T14:27:02+00:00"
861
        },
862
        {
863
            "name": "phpspec/prophecy",
864
            "version": "1.7.5",
865
            "source": {
866
                "type": "git",
867
                "url": "https://github.com/phpspec/prophecy.git",
868
                "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401"
869
            },
870
            "dist": {
871
                "type": "zip",
872
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401",
873
                "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401",
874
                "shasum": ""
875
            },
876
            "require": {
877
                "doctrine/instantiator": "^1.0.2",
878
                "php": "^5.3|^7.0",
879
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
880
                "sebastian/comparator": "^1.1|^2.0",
881
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
882
            },
883
            "require-dev": {
884
                "phpspec/phpspec": "^2.5|^3.2",
885
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
886
            },
887
            "type": "library",
888
            "extra": {
889
                "branch-alias": {
890
                    "dev-master": "1.7.x-dev"
891
                }
892
            },
893
            "autoload": {
894
                "psr-0": {
895
                    "Prophecy\\": "src/"
896
                }
897
            },
898
            "notification-url": "https://packagist.org/downloads/",
899
            "license": [
900
                "MIT"
901
            ],
902
            "authors": [
903
                {
904
                    "name": "Konstantin Kudryashov",
905
                    "email": "[email protected]",
906
                    "homepage": "http://everzet.com"
907
                },
908
                {
909
                    "name": "Marcello Duarte",
910
                    "email": "[email protected]"
911
                }
912
            ],
913
            "description": "Highly opinionated mocking framework for PHP 5.3+",
914
            "homepage": "https://github.com/phpspec/prophecy",
915
            "keywords": [
916
                "Double",
917
                "Dummy",
918
                "fake",
919
                "mock",
920
                "spy",
921
                "stub"
922
            ],
923
            "time": "2018-02-19T10:16:54+00:00"
924
        },
925
        {
926
            "name": "phpunit/php-code-coverage",
927
            "version": "5.3.0",
928
            "source": {
929
                "type": "git",
930
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
931
                "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1"
932
            },
933
            "dist": {
934
                "type": "zip",
935
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/661f34d0bd3f1a7225ef491a70a020ad23a057a1",
936
                "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1",
937
                "shasum": ""
938
            },
939
            "require": {
940
                "ext-dom": "*",
941
                "ext-xmlwriter": "*",
942
                "php": "^7.0",
943
                "phpunit/php-file-iterator": "^1.4.2",
944
                "phpunit/php-text-template": "^1.2.1",
945
                "phpunit/php-token-stream": "^2.0.1",
946
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
947
                "sebastian/environment": "^3.0",
948
                "sebastian/version": "^2.0.1",
949
                "theseer/tokenizer": "^1.1"
950
            },
951
            "require-dev": {
952
                "phpunit/phpunit": "^6.0"
953
            },
954
            "suggest": {
955
                "ext-xdebug": "^2.5.5"
956
            },
957
            "type": "library",
958
            "extra": {
959
                "branch-alias": {
960
                    "dev-master": "5.3.x-dev"
961
                }
962
            },
963
            "autoload": {
964
                "classmap": [
965
                    "src/"
966
                ]
967
            },
968
            "notification-url": "https://packagist.org/downloads/",
969
            "license": [
970
                "BSD-3-Clause"
971
            ],
972
            "authors": [
973
                {
974
                    "name": "Sebastian Bergmann",
975
                    "email": "[email protected]",
976
                    "role": "lead"
977
                }
978
            ],
979
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
980
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
981
            "keywords": [
982
                "coverage",
983
                "testing",
984
                "xunit"
985
            ],
986
            "time": "2017-12-06T09:29:45+00:00"
987
        },
988
        {
989
            "name": "phpunit/php-file-iterator",
990
            "version": "1.4.5",
991
            "source": {
992
                "type": "git",
993
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
994
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
995
            },
996
            "dist": {
997
                "type": "zip",
998
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
999
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
1000
                "shasum": ""
1001
            },
1002
            "require": {
1003
                "php": ">=5.3.3"
1004
            },
1005
            "type": "library",
1006
            "extra": {
1007
                "branch-alias": {
1008
                    "dev-master": "1.4.x-dev"
1009
                }
1010
            },
1011
            "autoload": {
1012
                "classmap": [
1013
                    "src/"
1014
                ]
1015
            },
1016
            "notification-url": "https://packagist.org/downloads/",
1017
            "license": [
1018
                "BSD-3-Clause"
1019
            ],
1020
            "authors": [
1021
                {
1022
                    "name": "Sebastian Bergmann",
1023
                    "email": "[email protected]",
1024
                    "role": "lead"
1025
                }
1026
            ],
1027
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1028
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1029
            "keywords": [
1030
                "filesystem",
1031
                "iterator"
1032
            ],
1033
            "time": "2017-11-27T13:52:08+00:00"
1034
        },
1035
        {
1036
            "name": "phpunit/php-text-template",
1037
            "version": "1.2.1",
1038
            "source": {
1039
                "type": "git",
1040
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1041
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1042
            },
1043
            "dist": {
1044
                "type": "zip",
1045
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1046
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1047
                "shasum": ""
1048
            },
1049
            "require": {
1050
                "php": ">=5.3.3"
1051
            },
1052
            "type": "library",
1053
            "autoload": {
1054
                "classmap": [
1055
                    "src/"
1056
                ]
1057
            },
1058
            "notification-url": "https://packagist.org/downloads/",
1059
            "license": [
1060
                "BSD-3-Clause"
1061
            ],
1062
            "authors": [
1063
                {
1064
                    "name": "Sebastian Bergmann",
1065
                    "email": "[email protected]",
1066
                    "role": "lead"
1067
                }
1068
            ],
1069
            "description": "Simple template engine.",
1070
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1071
            "keywords": [
1072
                "template"
1073
            ],
1074
            "time": "2015-06-21T13:50:34+00:00"
1075
        },
1076
        {
1077
            "name": "phpunit/php-timer",
1078
            "version": "1.0.9",
1079
            "source": {
1080
                "type": "git",
1081
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1082
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
1083
            },
1084
            "dist": {
1085
                "type": "zip",
1086
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1087
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1088
                "shasum": ""
1089
            },
1090
            "require": {
1091
                "php": "^5.3.3 || ^7.0"
1092
            },
1093
            "require-dev": {
1094
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1095
            },
1096
            "type": "library",
1097
            "extra": {
1098
                "branch-alias": {
1099
                    "dev-master": "1.0-dev"
1100
                }
1101
            },
1102
            "autoload": {
1103
                "classmap": [
1104
                    "src/"
1105
                ]
1106
            },
1107
            "notification-url": "https://packagist.org/downloads/",
1108
            "license": [
1109
                "BSD-3-Clause"
1110
            ],
1111
            "authors": [
1112
                {
1113
                    "name": "Sebastian Bergmann",
1114
                    "email": "[email protected]",
1115
                    "role": "lead"
1116
                }
1117
            ],
1118
            "description": "Utility class for timing",
1119
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1120
            "keywords": [
1121
                "timer"
1122
            ],
1123
            "time": "2017-02-26T11:10:40+00:00"
1124
        },
1125
        {
1126
            "name": "phpunit/php-token-stream",
1127
            "version": "2.0.2",
1128
            "source": {
1129
                "type": "git",
1130
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1131
                "reference": "791198a2c6254db10131eecfe8c06670700904db"
1132
            },
1133
            "dist": {
1134
                "type": "zip",
1135
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
1136
                "reference": "791198a2c6254db10131eecfe8c06670700904db",
1137
                "shasum": ""
1138
            },
1139
            "require": {
1140
                "ext-tokenizer": "*",
1141
                "php": "^7.0"
1142
            },
1143
            "require-dev": {
1144
                "phpunit/phpunit": "^6.2.4"
1145
            },
1146
            "type": "library",
1147
            "extra": {
1148
                "branch-alias": {
1149
                    "dev-master": "2.0-dev"
1150
                }
1151
            },
1152
            "autoload": {
1153
                "classmap": [
1154
                    "src/"
1155
                ]
1156
            },
1157
            "notification-url": "https://packagist.org/downloads/",
1158
            "license": [
1159
                "BSD-3-Clause"
1160
            ],
1161
            "authors": [
1162
                {
1163
                    "name": "Sebastian Bergmann",
1164
                    "email": "[email protected]"
1165
                }
1166
            ],
1167
            "description": "Wrapper around PHP's tokenizer extension.",
1168
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1169
            "keywords": [
1170
                "tokenizer"
1171
            ],
1172
            "time": "2017-11-27T05:48:46+00:00"
1173
        },
1174
        {
1175
            "name": "phpunit/phpunit",
1176
            "version": "6.5.6",
1177
            "source": {
1178
                "type": "git",
1179
                "url": "https://github.com/sebastianbergmann/phpunit.git",
1180
                "reference": "3330ef26ade05359d006041316ed0fa9e8e3cefe"
1181
            },
1182
            "dist": {
1183
                "type": "zip",
1184
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3330ef26ade05359d006041316ed0fa9e8e3cefe",
1185
                "reference": "3330ef26ade05359d006041316ed0fa9e8e3cefe",
1186
                "shasum": ""
1187
            },
1188
            "require": {
1189
                "ext-dom": "*",
1190
                "ext-json": "*",
1191
                "ext-libxml": "*",
1192
                "ext-mbstring": "*",
1193
                "ext-xml": "*",
1194
                "myclabs/deep-copy": "^1.6.1",
1195
                "phar-io/manifest": "^1.0.1",
1196
                "phar-io/version": "^1.0",
1197
                "php": "^7.0",
1198
                "phpspec/prophecy": "^1.7",
1199
                "phpunit/php-code-coverage": "^5.3",
1200
                "phpunit/php-file-iterator": "^1.4.3",
1201
                "phpunit/php-text-template": "^1.2.1",
1202
                "phpunit/php-timer": "^1.0.9",
1203
                "phpunit/phpunit-mock-objects": "^5.0.5",
1204
                "sebastian/comparator": "^2.1",
1205
                "sebastian/diff": "^2.0",
1206
                "sebastian/environment": "^3.1",
1207
                "sebastian/exporter": "^3.1",
1208
                "sebastian/global-state": "^2.0",
1209
                "sebastian/object-enumerator": "^3.0.3",
1210
                "sebastian/resource-operations": "^1.0",
1211
                "sebastian/version": "^2.0.1"
1212
            },
1213
            "conflict": {
1214
                "phpdocumentor/reflection-docblock": "3.0.2",
1215
                "phpunit/dbunit": "<3.0"
1216
            },
1217
            "require-dev": {
1218
                "ext-pdo": "*"
1219
            },
1220
            "suggest": {
1221
                "ext-xdebug": "*",
1222
                "phpunit/php-invoker": "^1.1"
1223
            },
1224
            "bin": [
1225
                "phpunit"
1226
            ],
1227
            "type": "library",
1228
            "extra": {
1229
                "branch-alias": {
1230
                    "dev-master": "6.5.x-dev"
1231
                }
1232
            },
1233
            "autoload": {
1234
                "classmap": [
1235
                    "src/"
1236
                ]
1237
            },
1238
            "notification-url": "https://packagist.org/downloads/",
1239
            "license": [
1240
                "BSD-3-Clause"
1241
            ],
1242
            "authors": [
1243
                {
1244
                    "name": "Sebastian Bergmann",
1245
                    "email": "[email protected]",
1246
                    "role": "lead"
1247
                }
1248
            ],
1249
            "description": "The PHP Unit Testing framework.",
1250
            "homepage": "https://phpunit.de/",
1251
            "keywords": [
1252
                "phpunit",
1253
                "testing",
1254
                "xunit"
1255
            ],
1256
            "time": "2018-02-01T05:57:37+00:00"
1257
        },
1258
        {
1259
            "name": "phpunit/phpunit-mock-objects",
1260
            "version": "5.0.6",
1261
            "source": {
1262
                "type": "git",
1263
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1264
                "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf"
1265
            },
1266
            "dist": {
1267
                "type": "zip",
1268
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/33fd41a76e746b8fa96d00b49a23dadfa8334cdf",
1269
                "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf",
1270
                "shasum": ""
1271
            },
1272
            "require": {
1273
                "doctrine/instantiator": "^1.0.5",
1274
                "php": "^7.0",
1275
                "phpunit/php-text-template": "^1.2.1",
1276
                "sebastian/exporter": "^3.1"
1277
            },
1278
            "conflict": {
1279
                "phpunit/phpunit": "<6.0"
1280
            },
1281
            "require-dev": {
1282
                "phpunit/phpunit": "^6.5"
1283
            },
1284
            "suggest": {
1285
                "ext-soap": "*"
1286
            },
1287
            "type": "library",
1288
            "extra": {
1289
                "branch-alias": {
1290
                    "dev-master": "5.0.x-dev"
1291
                }
1292
            },
1293
            "autoload": {
1294
                "classmap": [
1295
                    "src/"
1296
                ]
1297
            },
1298
            "notification-url": "https://packagist.org/downloads/",
1299
            "license": [
1300
                "BSD-3-Clause"
1301
            ],
1302
            "authors": [
1303
                {
1304
                    "name": "Sebastian Bergmann",
1305
                    "email": "[email protected]",
1306
                    "role": "lead"
1307
                }
1308
            ],
1309
            "description": "Mock Object library for PHPUnit",
1310
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1311
            "keywords": [
1312
                "mock",
1313
                "xunit"
1314
            ],
1315
            "time": "2018-01-06T05:45:45+00:00"
1316
        },
1317
        {
1318
            "name": "sebastian/code-unit-reverse-lookup",
1319
            "version": "1.0.1",
1320
            "source": {
1321
                "type": "git",
1322
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1323
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
1324
            },
1325
            "dist": {
1326
                "type": "zip",
1327
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1328
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1329
                "shasum": ""
1330
            },
1331
            "require": {
1332
                "php": "^5.6 || ^7.0"
1333
            },
1334
            "require-dev": {
1335
                "phpunit/phpunit": "^5.7 || ^6.0"
1336
            },
1337
            "type": "library",
1338
            "extra": {
1339
                "branch-alias": {
1340
                    "dev-master": "1.0.x-dev"
1341
                }
1342
            },
1343
            "autoload": {
1344
                "classmap": [
1345
                    "src/"
1346
                ]
1347
            },
1348
            "notification-url": "https://packagist.org/downloads/",
1349
            "license": [
1350
                "BSD-3-Clause"
1351
            ],
1352
            "authors": [
1353
                {
1354
                    "name": "Sebastian Bergmann",
1355
                    "email": "[email protected]"
1356
                }
1357
            ],
1358
            "description": "Looks up which function or method a line of code belongs to",
1359
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1360
            "time": "2017-03-04T06:30:41+00:00"
1361
        },
1362
        {
1363
            "name": "sebastian/comparator",
1364
            "version": "2.1.3",
1365
            "source": {
1366
                "type": "git",
1367
                "url": "https://github.com/sebastianbergmann/comparator.git",
1368
                "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9"
1369
            },
1370
            "dist": {
1371
                "type": "zip",
1372
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
1373
                "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
1374
                "shasum": ""
1375
            },
1376
            "require": {
1377
                "php": "^7.0",
1378
                "sebastian/diff": "^2.0 || ^3.0",
1379
                "sebastian/exporter": "^3.1"
1380
            },
1381
            "require-dev": {
1382
                "phpunit/phpunit": "^6.4"
1383
            },
1384
            "type": "library",
1385
            "extra": {
1386
                "branch-alias": {
1387
                    "dev-master": "2.1.x-dev"
1388
                }
1389
            },
1390
            "autoload": {
1391
                "classmap": [
1392
                    "src/"
1393
                ]
1394
            },
1395
            "notification-url": "https://packagist.org/downloads/",
1396
            "license": [
1397
                "BSD-3-Clause"
1398
            ],
1399
            "authors": [
1400
                {
1401
                    "name": "Jeff Welch",
1402
                    "email": "[email protected]"
1403
                },
1404
                {
1405
                    "name": "Volker Dusch",
1406
                    "email": "[email protected]"
1407
                },
1408
                {
1409
                    "name": "Bernhard Schussek",
1410
                    "email": "[email protected]"
1411
                },
1412
                {
1413
                    "name": "Sebastian Bergmann",
1414
                    "email": "[email protected]"
1415
                }
1416
            ],
1417
            "description": "Provides the functionality to compare PHP values for equality",
1418
            "homepage": "https://github.com/sebastianbergmann/comparator",
1419
            "keywords": [
1420
                "comparator",
1421
                "compare",
1422
                "equality"
1423
            ],
1424
            "time": "2018-02-01T13:46:46+00:00"
1425
        },
1426
        {
1427
            "name": "sebastian/diff",
1428
            "version": "2.0.1",
1429
            "source": {
1430
                "type": "git",
1431
                "url": "https://github.com/sebastianbergmann/diff.git",
1432
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
1433
            },
1434
            "dist": {
1435
                "type": "zip",
1436
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
1437
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
1438
                "shasum": ""
1439
            },
1440
            "require": {
1441
                "php": "^7.0"
1442
            },
1443
            "require-dev": {
1444
                "phpunit/phpunit": "^6.2"
1445
            },
1446
            "type": "library",
1447
            "extra": {
1448
                "branch-alias": {
1449
                    "dev-master": "2.0-dev"
1450
                }
1451
            },
1452
            "autoload": {
1453
                "classmap": [
1454
                    "src/"
1455
                ]
1456
            },
1457
            "notification-url": "https://packagist.org/downloads/",
1458
            "license": [
1459
                "BSD-3-Clause"
1460
            ],
1461
            "authors": [
1462
                {
1463
                    "name": "Kore Nordmann",
1464
                    "email": "[email protected]"
1465
                },
1466
                {
1467
                    "name": "Sebastian Bergmann",
1468
                    "email": "[email protected]"
1469
                }
1470
            ],
1471
            "description": "Diff implementation",
1472
            "homepage": "https://github.com/sebastianbergmann/diff",
1473
            "keywords": [
1474
                "diff"
1475
            ],
1476
            "time": "2017-08-03T08:09:46+00:00"
1477
        },
1478
        {
1479
            "name": "sebastian/environment",
1480
            "version": "3.1.0",
1481
            "source": {
1482
                "type": "git",
1483
                "url": "https://github.com/sebastianbergmann/environment.git",
1484
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
1485
            },
1486
            "dist": {
1487
                "type": "zip",
1488
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
1489
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
1490
                "shasum": ""
1491
            },
1492
            "require": {
1493
                "php": "^7.0"
1494
            },
1495
            "require-dev": {
1496
                "phpunit/phpunit": "^6.1"
1497
            },
1498
            "type": "library",
1499
            "extra": {
1500
                "branch-alias": {
1501
                    "dev-master": "3.1.x-dev"
1502
                }
1503
            },
1504
            "autoload": {
1505
                "classmap": [
1506
                    "src/"
1507
                ]
1508
            },
1509
            "notification-url": "https://packagist.org/downloads/",
1510
            "license": [
1511
                "BSD-3-Clause"
1512
            ],
1513
            "authors": [
1514
                {
1515
                    "name": "Sebastian Bergmann",
1516
                    "email": "[email protected]"
1517
                }
1518
            ],
1519
            "description": "Provides functionality to handle HHVM/PHP environments",
1520
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1521
            "keywords": [
1522
                "Xdebug",
1523
                "environment",
1524
                "hhvm"
1525
            ],
1526
            "time": "2017-07-01T08:51:00+00:00"
1527
        },
1528
        {
1529
            "name": "sebastian/exporter",
1530
            "version": "3.1.0",
1531
            "source": {
1532
                "type": "git",
1533
                "url": "https://github.com/sebastianbergmann/exporter.git",
1534
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
1535
            },
1536
            "dist": {
1537
                "type": "zip",
1538
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
1539
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
1540
                "shasum": ""
1541
            },
1542
            "require": {
1543
                "php": "^7.0",
1544
                "sebastian/recursion-context": "^3.0"
1545
            },
1546
            "require-dev": {
1547
                "ext-mbstring": "*",
1548
                "phpunit/phpunit": "^6.0"
1549
            },
1550
            "type": "library",
1551
            "extra": {
1552
                "branch-alias": {
1553
                    "dev-master": "3.1.x-dev"
1554
                }
1555
            },
1556
            "autoload": {
1557
                "classmap": [
1558
                    "src/"
1559
                ]
1560
            },
1561
            "notification-url": "https://packagist.org/downloads/",
1562
            "license": [
1563
                "BSD-3-Clause"
1564
            ],
1565
            "authors": [
1566
                {
1567
                    "name": "Jeff Welch",
1568
                    "email": "[email protected]"
1569
                },
1570
                {
1571
                    "name": "Volker Dusch",
1572
                    "email": "[email protected]"
1573
                },
1574
                {
1575
                    "name": "Bernhard Schussek",
1576
                    "email": "[email protected]"
1577
                },
1578
                {
1579
                    "name": "Sebastian Bergmann",
1580
                    "email": "[email protected]"
1581
                },
1582
                {
1583
                    "name": "Adam Harvey",
1584
                    "email": "[email protected]"
1585
                }
1586
            ],
1587
            "description": "Provides the functionality to export PHP variables for visualization",
1588
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1589
            "keywords": [
1590
                "export",
1591
                "exporter"
1592
            ],
1593
            "time": "2017-04-03T13:19:02+00:00"
1594
        },
1595
        {
1596
            "name": "sebastian/global-state",
1597
            "version": "2.0.0",
1598
            "source": {
1599
                "type": "git",
1600
                "url": "https://github.com/sebastianbergmann/global-state.git",
1601
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
1602
            },
1603
            "dist": {
1604
                "type": "zip",
1605
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
1606
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
1607
                "shasum": ""
1608
            },
1609
            "require": {
1610
                "php": "^7.0"
1611
            },
1612
            "require-dev": {
1613
                "phpunit/phpunit": "^6.0"
1614
            },
1615
            "suggest": {
1616
                "ext-uopz": "*"
1617
            },
1618
            "type": "library",
1619
            "extra": {
1620
                "branch-alias": {
1621
                    "dev-master": "2.0-dev"
1622
                }
1623
            },
1624
            "autoload": {
1625
                "classmap": [
1626
                    "src/"
1627
                ]
1628
            },
1629
            "notification-url": "https://packagist.org/downloads/",
1630
            "license": [
1631
                "BSD-3-Clause"
1632
            ],
1633
            "authors": [
1634
                {
1635
                    "name": "Sebastian Bergmann",
1636
                    "email": "[email protected]"
1637
                }
1638
            ],
1639
            "description": "Snapshotting of global state",
1640
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1641
            "keywords": [
1642
                "global state"
1643
            ],
1644
            "time": "2017-04-27T15:39:26+00:00"
1645
        },
1646
        {
1647
            "name": "sebastian/object-enumerator",
1648
            "version": "3.0.3",
1649
            "source": {
1650
                "type": "git",
1651
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1652
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
1653
            },
1654
            "dist": {
1655
                "type": "zip",
1656
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
1657
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
1658
                "shasum": ""
1659
            },
1660
            "require": {
1661
                "php": "^7.0",
1662
                "sebastian/object-reflector": "^1.1.1",
1663
                "sebastian/recursion-context": "^3.0"
1664
            },
1665
            "require-dev": {
1666
                "phpunit/phpunit": "^6.0"
1667
            },
1668
            "type": "library",
1669
            "extra": {
1670
                "branch-alias": {
1671
                    "dev-master": "3.0.x-dev"
1672
                }
1673
            },
1674
            "autoload": {
1675
                "classmap": [
1676
                    "src/"
1677
                ]
1678
            },
1679
            "notification-url": "https://packagist.org/downloads/",
1680
            "license": [
1681
                "BSD-3-Clause"
1682
            ],
1683
            "authors": [
1684
                {
1685
                    "name": "Sebastian Bergmann",
1686
                    "email": "[email protected]"
1687
                }
1688
            ],
1689
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1690
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1691
            "time": "2017-08-03T12:35:26+00:00"
1692
        },
1693
        {
1694
            "name": "sebastian/object-reflector",
1695
            "version": "1.1.1",
1696
            "source": {
1697
                "type": "git",
1698
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
1699
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
1700
            },
1701
            "dist": {
1702
                "type": "zip",
1703
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
1704
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
1705
                "shasum": ""
1706
            },
1707
            "require": {
1708
                "php": "^7.0"
1709
            },
1710
            "require-dev": {
1711
                "phpunit/phpunit": "^6.0"
1712
            },
1713
            "type": "library",
1714
            "extra": {
1715
                "branch-alias": {
1716
                    "dev-master": "1.1-dev"
1717
                }
1718
            },
1719
            "autoload": {
1720
                "classmap": [
1721
                    "src/"
1722
                ]
1723
            },
1724
            "notification-url": "https://packagist.org/downloads/",
1725
            "license": [
1726
                "BSD-3-Clause"
1727
            ],
1728
            "authors": [
1729
                {
1730
                    "name": "Sebastian Bergmann",
1731
                    "email": "[email protected]"
1732
                }
1733
            ],
1734
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
1735
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
1736
            "time": "2017-03-29T09:07:27+00:00"
1737
        },
1738
        {
1739
            "name": "sebastian/recursion-context",
1740
            "version": "3.0.0",
1741
            "source": {
1742
                "type": "git",
1743
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1744
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
1745
            },
1746
            "dist": {
1747
                "type": "zip",
1748
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
1749
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
1750
                "shasum": ""
1751
            },
1752
            "require": {
1753
                "php": "^7.0"
1754
            },
1755
            "require-dev": {
1756
                "phpunit/phpunit": "^6.0"
1757
            },
1758
            "type": "library",
1759
            "extra": {
1760
                "branch-alias": {
1761
                    "dev-master": "3.0.x-dev"
1762
                }
1763
            },
1764
            "autoload": {
1765
                "classmap": [
1766
                    "src/"
1767
                ]
1768
            },
1769
            "notification-url": "https://packagist.org/downloads/",
1770
            "license": [
1771
                "BSD-3-Clause"
1772
            ],
1773
            "authors": [
1774
                {
1775
                    "name": "Jeff Welch",
1776
                    "email": "[email protected]"
1777
                },
1778
                {
1779
                    "name": "Sebastian Bergmann",
1780
                    "email": "[email protected]"
1781
                },
1782
                {
1783
                    "name": "Adam Harvey",
1784
                    "email": "[email protected]"
1785
                }
1786
            ],
1787
            "description": "Provides functionality to recursively process PHP variables",
1788
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1789
            "time": "2017-03-03T06:23:57+00:00"
1790
        },
1791
        {
1792
            "name": "sebastian/resource-operations",
1793
            "version": "1.0.0",
1794
            "source": {
1795
                "type": "git",
1796
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
1797
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
1798
            },
1799
            "dist": {
1800
                "type": "zip",
1801
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1802
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1803
                "shasum": ""
1804
            },
1805
            "require": {
1806
                "php": ">=5.6.0"
1807
            },
1808
            "type": "library",
1809
            "extra": {
1810
                "branch-alias": {
1811
                    "dev-master": "1.0.x-dev"
1812
                }
1813
            },
1814
            "autoload": {
1815
                "classmap": [
1816
                    "src/"
1817
                ]
1818
            },
1819
            "notification-url": "https://packagist.org/downloads/",
1820
            "license": [
1821
                "BSD-3-Clause"
1822
            ],
1823
            "authors": [
1824
                {
1825
                    "name": "Sebastian Bergmann",
1826
                    "email": "[email protected]"
1827
                }
1828
            ],
1829
            "description": "Provides a list of PHP built-in functions that operate on resources",
1830
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1831
            "time": "2015-07-28T20:34:47+00:00"
1832
        },
1833
        {
1834
            "name": "sebastian/version",
1835
            "version": "2.0.1",
1836
            "source": {
1837
                "type": "git",
1838
                "url": "https://github.com/sebastianbergmann/version.git",
1839
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
1840
            },
1841
            "dist": {
1842
                "type": "zip",
1843
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
1844
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
1845
                "shasum": ""
1846
            },
1847
            "require": {
1848
                "php": ">=5.6"
1849
            },
1850
            "type": "library",
1851
            "extra": {
1852
                "branch-alias": {
1853
                    "dev-master": "2.0.x-dev"
1854
                }
1855
            },
1856
            "autoload": {
1857
                "classmap": [
1858
                    "src/"
1859
                ]
1860
            },
1861
            "notification-url": "https://packagist.org/downloads/",
1862
            "license": [
1863
                "BSD-3-Clause"
1864
            ],
1865
            "authors": [
1866
                {
1867
                    "name": "Sebastian Bergmann",
1868
                    "email": "[email protected]",
1869
                    "role": "lead"
1870
                }
1871
            ],
1872
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1873
            "homepage": "https://github.com/sebastianbergmann/version",
1874
            "time": "2016-10-03T07:35:21+00:00"
1875
        },
1876
        {
1877
            "name": "squizlabs/php_codesniffer",
1878
            "version": "3.2.3",
1879
            "source": {
1880
                "type": "git",
1881
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1882
                "reference": "4842476c434e375f9d3182ff7b89059583aa8b27"
1883
            },
1884
            "dist": {
1885
                "type": "zip",
1886
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/4842476c434e375f9d3182ff7b89059583aa8b27",
1887
                "reference": "4842476c434e375f9d3182ff7b89059583aa8b27",
1888
                "shasum": ""
1889
            },
1890
            "require": {
1891
                "ext-simplexml": "*",
1892
                "ext-tokenizer": "*",
1893
                "ext-xmlwriter": "*",
1894
                "php": ">=5.4.0"
1895
            },
1896
            "require-dev": {
1897
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
1898
            },
1899
            "bin": [
1900
                "bin/phpcs",
1901
                "bin/phpcbf"
1902
            ],
1903
            "type": "library",
1904
            "extra": {
1905
                "branch-alias": {
1906
                    "dev-master": "3.x-dev"
1907
                }
1908
            },
1909
            "notification-url": "https://packagist.org/downloads/",
1910
            "license": [
1911
                "BSD-3-Clause"
1912
            ],
1913
            "authors": [
1914
                {
1915
                    "name": "Greg Sherwood",
1916
                    "role": "lead"
1917
                }
1918
            ],
1919
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
1920
            "homepage": "http://www.squizlabs.com/php-codesniffer",
1921
            "keywords": [
1922
                "phpcs",
1923
                "standards"
1924
            ],
1925
            "time": "2018-02-20T21:35:23+00:00"
1926
        },
1927
        {
1928
            "name": "theseer/tokenizer",
1929
            "version": "1.1.0",
1930
            "source": {
1931
                "type": "git",
1932
                "url": "https://github.com/theseer/tokenizer.git",
1933
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
1934
            },
1935
            "dist": {
1936
                "type": "zip",
1937
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
1938
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
1939
                "shasum": ""
1940
            },
1941
            "require": {
1942
                "ext-dom": "*",
1943
                "ext-tokenizer": "*",
1944
                "ext-xmlwriter": "*",
1945
                "php": "^7.0"
1946
            },
1947
            "type": "library",
1948
            "autoload": {
1949
                "classmap": [
1950
                    "src/"
1951
                ]
1952
            },
1953
            "notification-url": "https://packagist.org/downloads/",
1954
            "license": [
1955
                "BSD-3-Clause"
1956
            ],
1957
            "authors": [
1958
                {
1959
                    "name": "Arne Blankerts",
1960
                    "email": "[email protected]",
1961
                    "role": "Developer"
1962
                }
1963
            ],
1964
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
1965
            "time": "2017-04-07T12:08:54+00:00"
1966
        },
1967
        {
1968
            "name": "webmozart/assert",
1969
            "version": "1.3.0",
1970
            "source": {
1971
                "type": "git",
1972
                "url": "https://github.com/webmozart/assert.git",
1973
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
1974
            },
1975
            "dist": {
1976
                "type": "zip",
1977
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
1978
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
1979
                "shasum": ""
1980
            },
1981
            "require": {
1982
                "php": "^5.3.3 || ^7.0"
1983
            },
1984
            "require-dev": {
1985
                "phpunit/phpunit": "^4.6",
1986
                "sebastian/version": "^1.0.1"
1987
            },
1988
            "type": "library",
1989
            "extra": {
1990
                "branch-alias": {
1991
                    "dev-master": "1.3-dev"
1992
                }
1993
            },
1994
            "autoload": {
1995
                "psr-4": {
1996
                    "Webmozart\\Assert\\": "src/"
1997
                }
1998
            },
1999
            "notification-url": "https://packagist.org/downloads/",
2000
            "license": [
2001
                "MIT"
2002
            ],
2003
            "authors": [
2004
                {
2005
                    "name": "Bernhard Schussek",
2006
                    "email": "[email protected]"
2007
                }
2008
            ],
2009
            "description": "Assertions to validate method input/output with nice error messages.",
2010
            "keywords": [
2011
                "assert",
2012
                "check",
2013
                "validate"
2014
            ],
2015
            "time": "2018-01-29T19:49:41+00:00"
2016
        }
2017
    ],
2018
    "aliases": [],
2019
    "minimum-stability": "stable",
2020
    "stability-flags": [],
2021
    "prefer-stable": false,
2022
    "prefer-lowest": false,
2023
    "platform": [],
2024
    "platform-dev": []
2025
}
2026