Test Setup Failed
Push — master ( 251d28...891328 )
by Gabriel
09:50
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": "70e217cc764fbfc2f18ee3b0e7328b1e",
8
    "packages": [
9
        {
10
            "name": "bytic/config",
11
            "version": "1.0.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/bytic/config.git",
15
                "reference": "809003363cd03b427d5d2e1ec7c025f700086385"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/bytic/config/zipball/809003363cd03b427d5d2e1ec7c025f700086385",
20
                "reference": "809003363cd03b427d5d2e1ec7c025f700086385",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": "^7.0"
25
            },
26
            "require-dev": {
27
                "mockery/mockery": "^0.9",
28
                "phpunit/phpunit": "^6.2",
29
                "squizlabs/php_codesniffer": "^3.0"
30
            },
31
            "type": "library",
32
            "autoload": {
33
                "psr-4": {
34
                    "Nip\\Config\\": "src"
35
                }
36
            },
37
            "notification-url": "https://packagist.org/downloads/",
38
            "license": [
39
                "MIT"
40
            ],
41
            "authors": [
42
                {
43
                    "name": "Gabriel Solomon",
44
                    "email": "[email protected]"
45
                }
46
            ],
47
            "description": "Php Framework",
48
            "homepage": "https://github.com/bytic/config",
49
            "time": "2018-02-04T18:18:11+00:00"
50
        },
51
        {
52
            "name": "bytic/container",
53
            "version": "1.0.0",
54
            "source": {
55
                "type": "git",
56
                "url": "https://github.com/bytic/container.git",
57
                "reference": "52c9a51a405f9b8684a885ff777a52dc4178df7a"
58
            },
59
            "dist": {
60
                "type": "zip",
61
                "url": "https://api.github.com/repos/bytic/container/zipball/52c9a51a405f9b8684a885ff777a52dc4178df7a",
62
                "reference": "52c9a51a405f9b8684a885ff777a52dc4178df7a",
63
                "shasum": ""
64
            },
65
            "require": {
66
                "league/container": "^2.3",
67
                "php": "^7.0",
68
                "psr/container": "^1.0"
69
            },
70
            "require-dev": {
71
                "mockery/mockery": "^0.9",
72
                "phpunit/phpunit": "^6.2",
73
                "squizlabs/php_codesniffer": "^3.0"
74
            },
75
            "type": "library",
76
            "autoload": {
77
                "psr-4": {
78
                    "Nip\\Container\\": "src"
79
                },
80
                "classmap": [],
81
                "files": []
82
            },
83
            "notification-url": "https://packagist.org/downloads/",
84
            "license": [
85
                "MIT"
86
            ],
87
            "authors": [
88
                {
89
                    "name": "Gabriel Solomon",
90
                    "email": "[email protected]"
91
                }
92
            ],
93
            "description": "Php Container module for bytic framework",
94
            "homepage": "https://github.com/ByTIC/view",
95
            "time": "2018-01-23T17:22:39+00:00"
96
        },
97
        {
98
            "name": "bytic/controllers",
99
            "version": "1.0.4",
100
            "source": {
101
                "type": "git",
102
                "url": "https://github.com/bytic/controllers.git",
103
                "reference": "85b63ec7a2bc490315ae12c2dd28e1392b2cd958"
104
            },
105
            "dist": {
106
                "type": "zip",
107
                "url": "https://api.github.com/repos/bytic/controllers/zipball/85b63ec7a2bc490315ae12c2dd28e1392b2cd958",
108
                "reference": "85b63ec7a2bc490315ae12c2dd28e1392b2cd958",
109
                "shasum": ""
110
            },
111
            "require": {
112
                "bytic/config": "^1.0",
113
                "bytic/container": "^1.0",
114
                "bytic/http": "^1.0",
115
                "bytic/inflector": "^1.0",
116
                "bytic/utility": "^1.0",
117
                "php": "^7.0"
118
            },
119
            "require-dev": {
120
                "mockery/mockery": "^0.9",
121
                "phpunit/phpunit": "^6.2",
122
                "squizlabs/php_codesniffer": "^3.0"
123
            },
124
            "type": "library",
125
            "autoload": {
126
                "psr-4": {
127
                    "Nip\\Controllers\\": "src"
128
                }
129
            },
130
            "notification-url": "https://packagist.org/downloads/",
131
            "license": [
132
                "MIT"
133
            ],
134
            "authors": [
135
                {
136
                    "name": "Gabriel Solomon",
137
                    "email": "[email protected]"
138
                }
139
            ],
140
            "description": "Php Framework",
141
            "homepage": "https://github.com/bytic/controllers",
142
            "time": "2018-02-07T13:37:00+00:00"
143
        },
144
        {
145
            "name": "bytic/http",
146
            "version": "1.0.7",
147
            "source": {
148
                "type": "git",
149
                "url": "https://github.com/bytic/http.git",
150
                "reference": "53f998de766270d48d24c643da47b39ea638de37"
151
            },
152
            "dist": {
153
                "type": "zip",
154
                "url": "https://api.github.com/repos/bytic/http/zipball/53f998de766270d48d24c643da47b39ea638de37",
155
                "reference": "53f998de766270d48d24c643da47b39ea638de37",
156
                "shasum": ""
157
            },
158
            "require": {
159
                "bytic/container": "^1.0",
160
                "bytic/request-detective": "^1.0",
161
                "oscarotero/middleland": "^1.0",
162
                "php": "^7.0",
163
                "psr/http-message": "^1.0",
164
                "psr/http-server-middleware": "^1.0",
165
                "symfony/http-foundation": "^3.1",
166
                "symfony/http-kernel": "^3.1"
167
            },
168
            "require-dev": {
169
                "mockery/mockery": "^0.9",
170
                "phpunit/phpunit": "^6.2",
171
                "squizlabs/php_codesniffer": "^3.0"
172
            },
173
            "type": "library",
174
            "autoload": {
175
                "psr-4": {
176
                    "Nip\\Http\\": "src"
177
                },
178
                "classmap": [
179
                    "src"
180
                ],
181
                "files": []
182
            },
183
            "notification-url": "https://packagist.org/downloads/",
184
            "license": [
185
                "MIT"
186
            ],
187
            "authors": [
188
                {
189
                    "name": "Gabriel Solomon",
190
                    "email": "[email protected]"
191
                }
192
            ],
193
            "description": "Php Framework",
194
            "homepage": "https://github.com/bytic/http",
195
            "time": "2018-02-07T13:34:17+00:00"
196
        },
197
        {
198
            "name": "bytic/inflector",
199
            "version": "1.0.2",
200
            "source": {
201
                "type": "git",
202
                "url": "https://github.com/bytic/inflector.git",
203
                "reference": "1dfb731f3b65c9db191f6c726321f1d2d22a235e"
204
            },
205
            "dist": {
206
                "type": "zip",
207
                "url": "https://api.github.com/repos/bytic/inflector/zipball/1dfb731f3b65c9db191f6c726321f1d2d22a235e",
208
                "reference": "1dfb731f3b65c9db191f6c726321f1d2d22a235e",
209
                "shasum": ""
210
            },
211
            "require": {
212
                "bytic/container": "^1.0",
213
                "php": "^7.0"
214
            },
215
            "require-dev": {
216
                "mockery/mockery": "^0.9",
217
                "phpunit/phpunit": "^6.2",
218
                "squizlabs/php_codesniffer": "^3.0"
219
            },
220
            "type": "library",
221
            "autoload": {
222
                "psr-4": {
223
                    "Nip\\Inflector\\": "src"
224
                },
225
                "classmap": [
226
                    "src"
227
                ],
228
                "files": [
229
                    "src/functions/application.php"
230
                ]
231
            },
232
            "notification-url": "https://packagist.org/downloads/",
233
            "license": [
234
                "MIT"
235
            ],
236
            "authors": [
237
                {
238
                    "name": "Gabriel Solomon",
239
                    "email": "[email protected]"
240
                }
241
            ],
242
            "description": "Php Framework",
243
            "homepage": "https://github.com/bytic/inflector",
244
            "time": "2018-02-02T10:44:54+00:00"
245
        },
246
        {
247
            "name": "bytic/request-detective",
248
            "version": "1.0.0",
249
            "source": {
250
                "type": "git",
251
                "url": "https://github.com/ByTIC/request-detective.git",
252
                "reference": "7c472b166ef0db63c258a3d255fd7bfea1cdd659"
253
            },
254
            "dist": {
255
                "type": "zip",
256
                "url": "https://api.github.com/repos/ByTIC/request-detective/zipball/7c472b166ef0db63c258a3d255fd7bfea1cdd659",
257
                "reference": "7c472b166ef0db63c258a3d255fd7bfea1cdd659",
258
                "shasum": ""
259
            },
260
            "require": {
261
                "php": "^7.0",
262
                "symfony/http-foundation": "^3.1"
263
            },
264
            "require-dev": {
265
                "phpunit/phpunit": "^5.7"
266
            },
267
            "type": "library",
268
            "autoload": {
269
                "psr-4": {
270
                    "ByTIC\\RequestDetective\\": "src/"
271
                }
272
            },
273
            "notification-url": "https://packagist.org/downloads/",
274
            "license": [
275
                "MIT"
276
            ],
277
            "authors": [
278
                {
279
                    "name": "Gabriel Solomon",
280
                    "email": "[email protected]"
281
                }
282
            ],
283
            "description": "Detect common bot or malicious requests",
284
            "homepage": "https://github.com/ByTIC/request-detective",
285
            "keywords": [
286
                "request"
287
            ],
288
            "time": "2017-04-06T15:24:50+00:00"
289
        },
290
        {
291
            "name": "bytic/utility",
292
            "version": "1.0.0",
293
            "source": {
294
                "type": "git",
295
                "url": "https://github.com/bytic/utility.git",
296
                "reference": "3af5df2d60ed448f0f342fbf50370b2de8bde9fa"
297
            },
298
            "dist": {
299
                "type": "zip",
300
                "url": "https://api.github.com/repos/bytic/utility/zipball/3af5df2d60ed448f0f342fbf50370b2de8bde9fa",
301
                "reference": "3af5df2d60ed448f0f342fbf50370b2de8bde9fa",
302
                "shasum": ""
303
            },
304
            "require": {
305
                "nesbot/carbon": "^1.22",
306
                "php": "^7.0"
307
            },
308
            "require-dev": {
309
                "mockery/mockery": "^0.9",
310
                "phpunit/phpunit": "^6.2",
311
                "squizlabs/php_codesniffer": "^3.0"
312
            },
313
            "type": "library",
314
            "autoload": {
315
                "psr-4": {
316
                    "Nip\\Utility\\": "src"
317
                }
318
            },
319
            "notification-url": "https://packagist.org/downloads/",
320
            "license": [
321
                "MIT"
322
            ],
323
            "authors": [
324
                {
325
                    "name": "Gabriel Solomon",
326
                    "email": "[email protected]"
327
                }
328
            ],
329
            "description": "Php Framework",
330
            "homepage": "https://github.com/bytic/utility",
331
            "time": "2018-02-06T10:31:23+00:00"
332
        },
333
        {
334
            "name": "container-interop/container-interop",
335
            "version": "1.2.0",
336
            "source": {
337
                "type": "git",
338
                "url": "https://github.com/container-interop/container-interop.git",
339
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
340
            },
341
            "dist": {
342
                "type": "zip",
343
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
344
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
345
                "shasum": ""
346
            },
347
            "require": {
348
                "psr/container": "^1.0"
349
            },
350
            "type": "library",
351
            "autoload": {
352
                "psr-4": {
353
                    "Interop\\Container\\": "src/Interop/Container/"
354
                }
355
            },
356
            "notification-url": "https://packagist.org/downloads/",
357
            "license": [
358
                "MIT"
359
            ],
360
            "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
361
            "homepage": "https://github.com/container-interop/container-interop",
362
            "time": "2017-02-14T19:40:03+00:00"
363
        },
364
        {
365
            "name": "league/container",
366
            "version": "2.4.1",
367
            "source": {
368
                "type": "git",
369
                "url": "https://github.com/thephpleague/container.git",
370
                "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0"
371
            },
372
            "dist": {
373
                "type": "zip",
374
                "url": "https://api.github.com/repos/thephpleague/container/zipball/43f35abd03a12977a60ffd7095efd6a7808488c0",
375
                "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0",
376
                "shasum": ""
377
            },
378
            "require": {
379
                "container-interop/container-interop": "^1.2",
380
                "php": "^5.4.0 || ^7.0"
381
            },
382
            "provide": {
383
                "container-interop/container-interop-implementation": "^1.2",
384
                "psr/container-implementation": "^1.0"
385
            },
386
            "replace": {
387
                "orno/di": "~2.0"
388
            },
389
            "require-dev": {
390
                "phpunit/phpunit": "4.*"
391
            },
392
            "type": "library",
393
            "extra": {
394
                "branch-alias": {
395
                    "dev-2.x": "2.x-dev",
396
                    "dev-1.x": "1.x-dev"
397
                }
398
            },
399
            "autoload": {
400
                "psr-4": {
401
                    "League\\Container\\": "src"
402
                }
403
            },
404
            "notification-url": "https://packagist.org/downloads/",
405
            "license": [
406
                "MIT"
407
            ],
408
            "authors": [
409
                {
410
                    "name": "Phil Bennett",
411
                    "email": "[email protected]",
412
                    "homepage": "http://www.philipobenito.com",
413
                    "role": "Developer"
414
                }
415
            ],
416
            "description": "A fast and intuitive dependency injection container.",
417
            "homepage": "https://github.com/thephpleague/container",
418
            "keywords": [
419
                "container",
420
                "dependency",
421
                "di",
422
                "injection",
423
                "league",
424
                "provider",
425
                "service"
426
            ],
427
            "time": "2017-05-10T09:20:27+00:00"
428
        },
429
        {
430
            "name": "league/pipeline",
431
            "version": "0.3.0",
432
            "source": {
433
                "type": "git",
434
                "url": "https://github.com/thephpleague/pipeline.git",
435
                "reference": "27dc18166c30d6429c75d1320f41e8238c59c3d4"
436
            },
437
            "dist": {
438
                "type": "zip",
439
                "url": "https://api.github.com/repos/thephpleague/pipeline/zipball/27dc18166c30d6429c75d1320f41e8238c59c3d4",
440
                "reference": "27dc18166c30d6429c75d1320f41e8238c59c3d4",
441
                "shasum": ""
442
            },
443
            "require": {
444
                "php": ">=5.5"
445
            },
446
            "require-dev": {
447
                "henrikbjorn/phpspec-code-coverage": "^1.0",
448
                "phpspec/phpspec": "^2.2"
449
            },
450
            "type": "library",
451
            "autoload": {
452
                "psr-4": {
453
                    "League\\Pipeline\\": "src"
454
                }
455
            },
456
            "notification-url": "https://packagist.org/downloads/",
457
            "license": [
458
                "MIT"
459
            ],
460
            "authors": [
461
                {
462
                    "name": "Frank de Jonge",
463
                    "email": "[email protected]"
464
                }
465
            ],
466
            "description": "A plug and play pipeline implementation.",
467
            "keywords": [
468
                "composition",
469
                "design pattern",
470
                "pattern",
471
                "pipeline",
472
                "sequential"
473
            ],
474
            "time": "2016-10-13T20:53:39+00:00"
475
        },
476
        {
477
            "name": "nesbot/carbon",
478
            "version": "1.24.2",
479
            "source": {
480
                "type": "git",
481
                "url": "https://github.com/briannesbitt/Carbon.git",
482
                "reference": "bba6c6e410c6b4317e37a9474aeaa753808c3875"
483
            },
484
            "dist": {
485
                "type": "zip",
486
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/bba6c6e410c6b4317e37a9474aeaa753808c3875",
487
                "reference": "bba6c6e410c6b4317e37a9474aeaa753808c3875",
488
                "shasum": ""
489
            },
490
            "require": {
491
                "php": ">=5.3.9",
492
                "symfony/translation": "~2.6 || ~3.0 || ~4.0"
493
            },
494
            "require-dev": {
495
                "friendsofphp/php-cs-fixer": "~2",
496
                "phpunit/phpunit": "^4.8.35 || ^5.7"
497
            },
498
            "type": "library",
499
            "extra": {
500
                "branch-alias": {
501
                    "dev-master": "1.23-dev"
502
                }
503
            },
504
            "autoload": {
505
                "psr-4": {
506
                    "Carbon\\": "src/Carbon/"
507
                }
508
            },
509
            "notification-url": "https://packagist.org/downloads/",
510
            "license": [
511
                "MIT"
512
            ],
513
            "authors": [
514
                {
515
                    "name": "Brian Nesbitt",
516
                    "email": "[email protected]",
517
                    "homepage": "http://nesbot.com"
518
                }
519
            ],
520
            "description": "A simple API extension for DateTime.",
521
            "homepage": "http://carbon.nesbot.com",
522
            "keywords": [
523
                "date",
524
                "datetime",
525
                "time"
526
            ],
527
            "time": "2018-03-10T10:10:14+00:00"
528
        },
529
        {
530
            "name": "oscarotero/middleland",
531
            "version": "v1.0.0",
532
            "source": {
533
                "type": "git",
534
                "url": "https://github.com/oscarotero/middleland.git",
535
                "reference": "abd480afe264714095d043edd76c542a99f1695b"
536
            },
537
            "dist": {
538
                "type": "zip",
539
                "url": "https://api.github.com/repos/oscarotero/middleland/zipball/abd480afe264714095d043edd76c542a99f1695b",
540
                "reference": "abd480afe264714095d043edd76c542a99f1695b",
541
                "shasum": ""
542
            },
543
            "require": {
544
                "php": "^7.0",
545
                "psr/container": "^1.0",
546
                "psr/http-server-middleware": "^1.0"
547
            },
548
            "require-dev": {
549
                "friendsofphp/php-cs-fixer": "^2.0",
550
                "phpunit/phpunit": "^6.0",
551
                "zendframework/zend-diactoros": "^1.3"
552
            },
553
            "type": "library",
554
            "autoload": {
555
                "psr-4": {
556
                    "Middleland\\": "src/"
557
                }
558
            },
559
            "notification-url": "https://packagist.org/downloads/",
560
            "license": [
561
                "MIT"
562
            ],
563
            "authors": [
564
                {
565
                    "name": "Oscar Otero",
566
                    "email": "[email protected]",
567
                    "homepage": "http://oscarotero.com",
568
                    "role": "Developer"
569
                }
570
            ],
571
            "description": "PSR-15 middleware dispatcher",
572
            "homepage": "https://github.com/oscarotero/dispatcher",
573
            "keywords": [
574
                "http",
575
                "middleware",
576
                "psr-15",
577
                "psr-7"
578
            ],
579
            "time": "2018-01-24T20:41:57+00:00"
580
        },
581
        {
582
            "name": "paragonie/random_compat",
583
            "version": "v2.0.11",
584
            "source": {
585
                "type": "git",
586
                "url": "https://github.com/paragonie/random_compat.git",
587
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
588
            },
589
            "dist": {
590
                "type": "zip",
591
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
592
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
593
                "shasum": ""
594
            },
595
            "require": {
596
                "php": ">=5.2.0"
597
            },
598
            "require-dev": {
599
                "phpunit/phpunit": "4.*|5.*"
600
            },
601
            "suggest": {
602
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
603
            },
604
            "type": "library",
605
            "autoload": {
606
                "files": [
607
                    "lib/random.php"
608
                ]
609
            },
610
            "notification-url": "https://packagist.org/downloads/",
611
            "license": [
612
                "MIT"
613
            ],
614
            "authors": [
615
                {
616
                    "name": "Paragon Initiative Enterprises",
617
                    "email": "[email protected]",
618
                    "homepage": "https://paragonie.com"
619
                }
620
            ],
621
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
622
            "keywords": [
623
                "csprng",
624
                "pseudorandom",
625
                "random"
626
            ],
627
            "time": "2017-09-27T21:40:39+00:00"
628
        },
629
        {
630
            "name": "psr/container",
631
            "version": "1.0.0",
632
            "source": {
633
                "type": "git",
634
                "url": "https://github.com/php-fig/container.git",
635
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
636
            },
637
            "dist": {
638
                "type": "zip",
639
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
640
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
641
                "shasum": ""
642
            },
643
            "require": {
644
                "php": ">=5.3.0"
645
            },
646
            "type": "library",
647
            "extra": {
648
                "branch-alias": {
649
                    "dev-master": "1.0.x-dev"
650
                }
651
            },
652
            "autoload": {
653
                "psr-4": {
654
                    "Psr\\Container\\": "src/"
655
                }
656
            },
657
            "notification-url": "https://packagist.org/downloads/",
658
            "license": [
659
                "MIT"
660
            ],
661
            "authors": [
662
                {
663
                    "name": "PHP-FIG",
664
                    "homepage": "http://www.php-fig.org/"
665
                }
666
            ],
667
            "description": "Common Container Interface (PHP FIG PSR-11)",
668
            "homepage": "https://github.com/php-fig/container",
669
            "keywords": [
670
                "PSR-11",
671
                "container",
672
                "container-interface",
673
                "container-interop",
674
                "psr"
675
            ],
676
            "time": "2017-02-14T16:28:37+00:00"
677
        },
678
        {
679
            "name": "psr/http-message",
680
            "version": "1.0.1",
681
            "source": {
682
                "type": "git",
683
                "url": "https://github.com/php-fig/http-message.git",
684
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
685
            },
686
            "dist": {
687
                "type": "zip",
688
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
689
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
690
                "shasum": ""
691
            },
692
            "require": {
693
                "php": ">=5.3.0"
694
            },
695
            "type": "library",
696
            "extra": {
697
                "branch-alias": {
698
                    "dev-master": "1.0.x-dev"
699
                }
700
            },
701
            "autoload": {
702
                "psr-4": {
703
                    "Psr\\Http\\Message\\": "src/"
704
                }
705
            },
706
            "notification-url": "https://packagist.org/downloads/",
707
            "license": [
708
                "MIT"
709
            ],
710
            "authors": [
711
                {
712
                    "name": "PHP-FIG",
713
                    "homepage": "http://www.php-fig.org/"
714
                }
715
            ],
716
            "description": "Common interface for HTTP messages",
717
            "homepage": "https://github.com/php-fig/http-message",
718
            "keywords": [
719
                "http",
720
                "http-message",
721
                "psr",
722
                "psr-7",
723
                "request",
724
                "response"
725
            ],
726
            "time": "2016-08-06T14:39:51+00:00"
727
        },
728
        {
729
            "name": "psr/http-server-handler",
730
            "version": "1.0.0",
731
            "source": {
732
                "type": "git",
733
                "url": "https://github.com/php-fig/http-server-handler.git",
734
                "reference": "439d92054dc06097f2406ec074a2627839955a02"
735
            },
736
            "dist": {
737
                "type": "zip",
738
                "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/439d92054dc06097f2406ec074a2627839955a02",
739
                "reference": "439d92054dc06097f2406ec074a2627839955a02",
740
                "shasum": ""
741
            },
742
            "require": {
743
                "php": ">=7.0",
744
                "psr/http-message": "^1.0"
745
            },
746
            "type": "library",
747
            "extra": {
748
                "branch-alias": {
749
                    "dev-master": "1.0.x-dev"
750
                }
751
            },
752
            "autoload": {
753
                "psr-4": {
754
                    "Psr\\Http\\Server\\": "src/"
755
                }
756
            },
757
            "notification-url": "https://packagist.org/downloads/",
758
            "license": [
759
                "MIT"
760
            ],
761
            "authors": [
762
                {
763
                    "name": "PHP-FIG",
764
                    "homepage": "http://www.php-fig.org/"
765
                }
766
            ],
767
            "description": "Common interface for HTTP server-side request handler",
768
            "keywords": [
769
                "handler",
770
                "http",
771
                "http-interop",
772
                "psr",
773
                "psr-15",
774
                "psr-7",
775
                "request",
776
                "response",
777
                "server"
778
            ],
779
            "time": "2018-01-22T17:04:15+00:00"
780
        },
781
        {
782
            "name": "psr/http-server-middleware",
783
            "version": "1.0.0",
784
            "source": {
785
                "type": "git",
786
                "url": "https://github.com/php-fig/http-server-middleware.git",
787
                "reference": "ea17eb1fb2c8df6db919cc578451a8013c6a0ae5"
788
            },
789
            "dist": {
790
                "type": "zip",
791
                "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/ea17eb1fb2c8df6db919cc578451a8013c6a0ae5",
792
                "reference": "ea17eb1fb2c8df6db919cc578451a8013c6a0ae5",
793
                "shasum": ""
794
            },
795
            "require": {
796
                "php": ">=7.0",
797
                "psr/http-message": "^1.0",
798
                "psr/http-server-handler": "^1.0"
799
            },
800
            "type": "library",
801
            "extra": {
802
                "branch-alias": {
803
                    "dev-master": "1.0.x-dev"
804
                }
805
            },
806
            "autoload": {
807
                "psr-4": {
808
                    "Psr\\Http\\Server\\": "src/"
809
                }
810
            },
811
            "notification-url": "https://packagist.org/downloads/",
812
            "license": [
813
                "MIT"
814
            ],
815
            "authors": [
816
                {
817
                    "name": "PHP-FIG",
818
                    "homepage": "http://www.php-fig.org/"
819
                }
820
            ],
821
            "description": "Common interface for HTTP server-side middleware",
822
            "keywords": [
823
                "http",
824
                "http-interop",
825
                "middleware",
826
                "psr",
827
                "psr-15",
828
                "psr-7",
829
                "request",
830
                "response"
831
            ],
832
            "time": "2018-01-22T17:08:31+00:00"
833
        },
834
        {
835
            "name": "psr/log",
836
            "version": "1.0.2",
837
            "source": {
838
                "type": "git",
839
                "url": "https://github.com/php-fig/log.git",
840
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
841
            },
842
            "dist": {
843
                "type": "zip",
844
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
845
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
846
                "shasum": ""
847
            },
848
            "require": {
849
                "php": ">=5.3.0"
850
            },
851
            "type": "library",
852
            "extra": {
853
                "branch-alias": {
854
                    "dev-master": "1.0.x-dev"
855
                }
856
            },
857
            "autoload": {
858
                "psr-4": {
859
                    "Psr\\Log\\": "Psr/Log/"
860
                }
861
            },
862
            "notification-url": "https://packagist.org/downloads/",
863
            "license": [
864
                "MIT"
865
            ],
866
            "authors": [
867
                {
868
                    "name": "PHP-FIG",
869
                    "homepage": "http://www.php-fig.org/"
870
                }
871
            ],
872
            "description": "Common interface for logging libraries",
873
            "homepage": "https://github.com/php-fig/log",
874
            "keywords": [
875
                "log",
876
                "psr",
877
                "psr-3"
878
            ],
879
            "time": "2016-10-10T12:19:37+00:00"
880
        },
881
        {
882
            "name": "symfony/debug",
883
            "version": "v4.0.6",
884
            "source": {
885
                "type": "git",
886
                "url": "https://github.com/symfony/debug.git",
887
                "reference": "1721e4e7effb23480966690cdcdc7d2a4152d489"
888
            },
889
            "dist": {
890
                "type": "zip",
891
                "url": "https://api.github.com/repos/symfony/debug/zipball/1721e4e7effb23480966690cdcdc7d2a4152d489",
892
                "reference": "1721e4e7effb23480966690cdcdc7d2a4152d489",
893
                "shasum": ""
894
            },
895
            "require": {
896
                "php": "^7.1.3",
897
                "psr/log": "~1.0"
898
            },
899
            "conflict": {
900
                "symfony/http-kernel": "<3.4"
901
            },
902
            "require-dev": {
903
                "symfony/http-kernel": "~3.4|~4.0"
904
            },
905
            "type": "library",
906
            "extra": {
907
                "branch-alias": {
908
                    "dev-master": "4.0-dev"
909
                }
910
            },
911
            "autoload": {
912
                "psr-4": {
913
                    "Symfony\\Component\\Debug\\": ""
914
                },
915
                "exclude-from-classmap": [
916
                    "/Tests/"
917
                ]
918
            },
919
            "notification-url": "https://packagist.org/downloads/",
920
            "license": [
921
                "MIT"
922
            ],
923
            "authors": [
924
                {
925
                    "name": "Fabien Potencier",
926
                    "email": "[email protected]"
927
                },
928
                {
929
                    "name": "Symfony Community",
930
                    "homepage": "https://symfony.com/contributors"
931
                }
932
            ],
933
            "description": "Symfony Debug Component",
934
            "homepage": "https://symfony.com",
935
            "time": "2018-02-28T21:50:02+00:00"
936
        },
937
        {
938
            "name": "symfony/event-dispatcher",
939
            "version": "v4.0.6",
940
            "source": {
941
                "type": "git",
942
                "url": "https://github.com/symfony/event-dispatcher.git",
943
                "reference": "85eaf6a8ec915487abac52e133efc4a268204428"
944
            },
945
            "dist": {
946
                "type": "zip",
947
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/85eaf6a8ec915487abac52e133efc4a268204428",
948
                "reference": "85eaf6a8ec915487abac52e133efc4a268204428",
949
                "shasum": ""
950
            },
951
            "require": {
952
                "php": "^7.1.3"
953
            },
954
            "conflict": {
955
                "symfony/dependency-injection": "<3.4"
956
            },
957
            "require-dev": {
958
                "psr/log": "~1.0",
959
                "symfony/config": "~3.4|~4.0",
960
                "symfony/dependency-injection": "~3.4|~4.0",
961
                "symfony/expression-language": "~3.4|~4.0",
962
                "symfony/stopwatch": "~3.4|~4.0"
963
            },
964
            "suggest": {
965
                "symfony/dependency-injection": "",
966
                "symfony/http-kernel": ""
967
            },
968
            "type": "library",
969
            "extra": {
970
                "branch-alias": {
971
                    "dev-master": "4.0-dev"
972
                }
973
            },
974
            "autoload": {
975
                "psr-4": {
976
                    "Symfony\\Component\\EventDispatcher\\": ""
977
                },
978
                "exclude-from-classmap": [
979
                    "/Tests/"
980
                ]
981
            },
982
            "notification-url": "https://packagist.org/downloads/",
983
            "license": [
984
                "MIT"
985
            ],
986
            "authors": [
987
                {
988
                    "name": "Fabien Potencier",
989
                    "email": "[email protected]"
990
                },
991
                {
992
                    "name": "Symfony Community",
993
                    "homepage": "https://symfony.com/contributors"
994
                }
995
            ],
996
            "description": "Symfony EventDispatcher Component",
997
            "homepage": "https://symfony.com",
998
            "time": "2018-02-14T14:11:10+00:00"
999
        },
1000
        {
1001
            "name": "symfony/http-foundation",
0 ignored issues
show
There is a security advisory for your installed version of symfony/http-foundation:

CVE-2018-11386: Denial of service when using PDOSessionHandler
Loading history...
1002
            "version": "v3.4.6",
1003
            "source": {
1004
                "type": "git",
1005
                "url": "https://github.com/symfony/http-foundation.git",
1006
                "reference": "6f5935723c11b4125fc9927db6ad2feaa196e175"
1007
            },
1008
            "dist": {
1009
                "type": "zip",
1010
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/6f5935723c11b4125fc9927db6ad2feaa196e175",
1011
                "reference": "6f5935723c11b4125fc9927db6ad2feaa196e175",
1012
                "shasum": ""
1013
            },
1014
            "require": {
1015
                "php": "^5.5.9|>=7.0.8",
1016
                "symfony/polyfill-mbstring": "~1.1",
1017
                "symfony/polyfill-php70": "~1.6"
1018
            },
1019
            "require-dev": {
1020
                "symfony/expression-language": "~2.8|~3.0|~4.0"
1021
            },
1022
            "type": "library",
1023
            "extra": {
1024
                "branch-alias": {
1025
                    "dev-master": "3.4-dev"
1026
                }
1027
            },
1028
            "autoload": {
1029
                "psr-4": {
1030
                    "Symfony\\Component\\HttpFoundation\\": ""
1031
                },
1032
                "exclude-from-classmap": [
1033
                    "/Tests/"
1034
                ]
1035
            },
1036
            "notification-url": "https://packagist.org/downloads/",
1037
            "license": [
1038
                "MIT"
1039
            ],
1040
            "authors": [
1041
                {
1042
                    "name": "Fabien Potencier",
1043
                    "email": "[email protected]"
1044
                },
1045
                {
1046
                    "name": "Symfony Community",
1047
                    "homepage": "https://symfony.com/contributors"
1048
                }
1049
            ],
1050
            "description": "Symfony HttpFoundation Component",
1051
            "homepage": "https://symfony.com",
1052
            "time": "2018-02-22T10:48:49+00:00"
1053
        },
1054
        {
1055
            "name": "symfony/http-kernel",
1056
            "version": "v3.4.6",
1057
            "source": {
1058
                "type": "git",
1059
                "url": "https://github.com/symfony/http-kernel.git",
1060
                "reference": "a443bbbd93682aa08e623fade4c94edd586ed2de"
1061
            },
1062
            "dist": {
1063
                "type": "zip",
1064
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/a443bbbd93682aa08e623fade4c94edd586ed2de",
1065
                "reference": "a443bbbd93682aa08e623fade4c94edd586ed2de",
1066
                "shasum": ""
1067
            },
1068
            "require": {
1069
                "php": "^5.5.9|>=7.0.8",
1070
                "psr/log": "~1.0",
1071
                "symfony/debug": "~2.8|~3.0|~4.0",
1072
                "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
1073
                "symfony/http-foundation": "^3.4.4|^4.0.4"
1074
            },
1075
            "conflict": {
1076
                "symfony/config": "<2.8",
1077
                "symfony/dependency-injection": "<3.4.5|<4.0.5,>=4",
1078
                "symfony/var-dumper": "<3.3",
1079
                "twig/twig": "<1.34|<2.4,>=2"
1080
            },
1081
            "provide": {
1082
                "psr/log-implementation": "1.0"
1083
            },
1084
            "require-dev": {
1085
                "psr/cache": "~1.0",
1086
                "symfony/browser-kit": "~2.8|~3.0|~4.0",
1087
                "symfony/class-loader": "~2.8|~3.0",
1088
                "symfony/config": "~2.8|~3.0|~4.0",
1089
                "symfony/console": "~2.8|~3.0|~4.0",
1090
                "symfony/css-selector": "~2.8|~3.0|~4.0",
1091
                "symfony/dependency-injection": "^3.4.5|^4.0.5",
1092
                "symfony/dom-crawler": "~2.8|~3.0|~4.0",
1093
                "symfony/expression-language": "~2.8|~3.0|~4.0",
1094
                "symfony/finder": "~2.8|~3.0|~4.0",
1095
                "symfony/process": "~2.8|~3.0|~4.0",
1096
                "symfony/routing": "~3.4|~4.0",
1097
                "symfony/stopwatch": "~2.8|~3.0|~4.0",
1098
                "symfony/templating": "~2.8|~3.0|~4.0",
1099
                "symfony/translation": "~2.8|~3.0|~4.0",
1100
                "symfony/var-dumper": "~3.3|~4.0"
1101
            },
1102
            "suggest": {
1103
                "symfony/browser-kit": "",
1104
                "symfony/config": "",
1105
                "symfony/console": "",
1106
                "symfony/dependency-injection": "",
1107
                "symfony/finder": "",
1108
                "symfony/var-dumper": ""
1109
            },
1110
            "type": "library",
1111
            "extra": {
1112
                "branch-alias": {
1113
                    "dev-master": "3.4-dev"
1114
                }
1115
            },
1116
            "autoload": {
1117
                "psr-4": {
1118
                    "Symfony\\Component\\HttpKernel\\": ""
1119
                },
1120
                "exclude-from-classmap": [
1121
                    "/Tests/"
1122
                ]
1123
            },
1124
            "notification-url": "https://packagist.org/downloads/",
1125
            "license": [
1126
                "MIT"
1127
            ],
1128
            "authors": [
1129
                {
1130
                    "name": "Fabien Potencier",
1131
                    "email": "[email protected]"
1132
                },
1133
                {
1134
                    "name": "Symfony Community",
1135
                    "homepage": "https://symfony.com/contributors"
1136
                }
1137
            ],
1138
            "description": "Symfony HttpKernel Component",
1139
            "homepage": "https://symfony.com",
1140
            "time": "2018-03-05T19:41:07+00:00"
1141
        },
1142
        {
1143
            "name": "symfony/polyfill-mbstring",
1144
            "version": "v1.7.0",
1145
            "source": {
1146
                "type": "git",
1147
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1148
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
1149
            },
1150
            "dist": {
1151
                "type": "zip",
1152
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
1153
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
1154
                "shasum": ""
1155
            },
1156
            "require": {
1157
                "php": ">=5.3.3"
1158
            },
1159
            "suggest": {
1160
                "ext-mbstring": "For best performance"
1161
            },
1162
            "type": "library",
1163
            "extra": {
1164
                "branch-alias": {
1165
                    "dev-master": "1.7-dev"
1166
                }
1167
            },
1168
            "autoload": {
1169
                "psr-4": {
1170
                    "Symfony\\Polyfill\\Mbstring\\": ""
1171
                },
1172
                "files": [
1173
                    "bootstrap.php"
1174
                ]
1175
            },
1176
            "notification-url": "https://packagist.org/downloads/",
1177
            "license": [
1178
                "MIT"
1179
            ],
1180
            "authors": [
1181
                {
1182
                    "name": "Nicolas Grekas",
1183
                    "email": "[email protected]"
1184
                },
1185
                {
1186
                    "name": "Symfony Community",
1187
                    "homepage": "https://symfony.com/contributors"
1188
                }
1189
            ],
1190
            "description": "Symfony polyfill for the Mbstring extension",
1191
            "homepage": "https://symfony.com",
1192
            "keywords": [
1193
                "compatibility",
1194
                "mbstring",
1195
                "polyfill",
1196
                "portable",
1197
                "shim"
1198
            ],
1199
            "time": "2018-01-30T19:27:44+00:00"
1200
        },
1201
        {
1202
            "name": "symfony/polyfill-php70",
1203
            "version": "v1.7.0",
1204
            "source": {
1205
                "type": "git",
1206
                "url": "https://github.com/symfony/polyfill-php70.git",
1207
                "reference": "3532bfcd8f933a7816f3a0a59682fc404776600f"
1208
            },
1209
            "dist": {
1210
                "type": "zip",
1211
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/3532bfcd8f933a7816f3a0a59682fc404776600f",
1212
                "reference": "3532bfcd8f933a7816f3a0a59682fc404776600f",
1213
                "shasum": ""
1214
            },
1215
            "require": {
1216
                "paragonie/random_compat": "~1.0|~2.0",
1217
                "php": ">=5.3.3"
1218
            },
1219
            "type": "library",
1220
            "extra": {
1221
                "branch-alias": {
1222
                    "dev-master": "1.7-dev"
1223
                }
1224
            },
1225
            "autoload": {
1226
                "psr-4": {
1227
                    "Symfony\\Polyfill\\Php70\\": ""
1228
                },
1229
                "files": [
1230
                    "bootstrap.php"
1231
                ],
1232
                "classmap": [
1233
                    "Resources/stubs"
1234
                ]
1235
            },
1236
            "notification-url": "https://packagist.org/downloads/",
1237
            "license": [
1238
                "MIT"
1239
            ],
1240
            "authors": [
1241
                {
1242
                    "name": "Nicolas Grekas",
1243
                    "email": "[email protected]"
1244
                },
1245
                {
1246
                    "name": "Symfony Community",
1247
                    "homepage": "https://symfony.com/contributors"
1248
                }
1249
            ],
1250
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
1251
            "homepage": "https://symfony.com",
1252
            "keywords": [
1253
                "compatibility",
1254
                "polyfill",
1255
                "portable",
1256
                "shim"
1257
            ],
1258
            "time": "2018-01-30T19:27:44+00:00"
1259
        },
1260
        {
1261
            "name": "symfony/translation",
1262
            "version": "v4.0.6",
1263
            "source": {
1264
                "type": "git",
1265
                "url": "https://github.com/symfony/translation.git",
1266
                "reference": "e20a9b7f9f62cb33a11638b345c248e7d510c938"
1267
            },
1268
            "dist": {
1269
                "type": "zip",
1270
                "url": "https://api.github.com/repos/symfony/translation/zipball/e20a9b7f9f62cb33a11638b345c248e7d510c938",
1271
                "reference": "e20a9b7f9f62cb33a11638b345c248e7d510c938",
1272
                "shasum": ""
1273
            },
1274
            "require": {
1275
                "php": "^7.1.3",
1276
                "symfony/polyfill-mbstring": "~1.0"
1277
            },
1278
            "conflict": {
1279
                "symfony/config": "<3.4",
1280
                "symfony/dependency-injection": "<3.4",
1281
                "symfony/yaml": "<3.4"
1282
            },
1283
            "require-dev": {
1284
                "psr/log": "~1.0",
1285
                "symfony/config": "~3.4|~4.0",
1286
                "symfony/dependency-injection": "~3.4|~4.0",
1287
                "symfony/finder": "~2.8|~3.0|~4.0",
1288
                "symfony/intl": "~3.4|~4.0",
1289
                "symfony/yaml": "~3.4|~4.0"
1290
            },
1291
            "suggest": {
1292
                "psr/log": "To use logging capability in translator",
1293
                "symfony/config": "",
1294
                "symfony/yaml": ""
1295
            },
1296
            "type": "library",
1297
            "extra": {
1298
                "branch-alias": {
1299
                    "dev-master": "4.0-dev"
1300
                }
1301
            },
1302
            "autoload": {
1303
                "psr-4": {
1304
                    "Symfony\\Component\\Translation\\": ""
1305
                },
1306
                "exclude-from-classmap": [
1307
                    "/Tests/"
1308
                ]
1309
            },
1310
            "notification-url": "https://packagist.org/downloads/",
1311
            "license": [
1312
                "MIT"
1313
            ],
1314
            "authors": [
1315
                {
1316
                    "name": "Fabien Potencier",
1317
                    "email": "[email protected]"
1318
                },
1319
                {
1320
                    "name": "Symfony Community",
1321
                    "homepage": "https://symfony.com/contributors"
1322
                }
1323
            ],
1324
            "description": "Symfony Translation Component",
1325
            "homepage": "https://symfony.com",
1326
            "time": "2018-02-22T10:50:29+00:00"
1327
        }
1328
    ],
1329
    "packages-dev": [
1330
        {
1331
            "name": "doctrine/instantiator",
1332
            "version": "1.1.0",
1333
            "source": {
1334
                "type": "git",
1335
                "url": "https://github.com/doctrine/instantiator.git",
1336
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
1337
            },
1338
            "dist": {
1339
                "type": "zip",
1340
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
1341
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
1342
                "shasum": ""
1343
            },
1344
            "require": {
1345
                "php": "^7.1"
1346
            },
1347
            "require-dev": {
1348
                "athletic/athletic": "~0.1.8",
1349
                "ext-pdo": "*",
1350
                "ext-phar": "*",
1351
                "phpunit/phpunit": "^6.2.3",
1352
                "squizlabs/php_codesniffer": "^3.0.2"
1353
            },
1354
            "type": "library",
1355
            "extra": {
1356
                "branch-alias": {
1357
                    "dev-master": "1.2.x-dev"
1358
                }
1359
            },
1360
            "autoload": {
1361
                "psr-4": {
1362
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1363
                }
1364
            },
1365
            "notification-url": "https://packagist.org/downloads/",
1366
            "license": [
1367
                "MIT"
1368
            ],
1369
            "authors": [
1370
                {
1371
                    "name": "Marco Pivetta",
1372
                    "email": "[email protected]",
1373
                    "homepage": "http://ocramius.github.com/"
1374
                }
1375
            ],
1376
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1377
            "homepage": "https://github.com/doctrine/instantiator",
1378
            "keywords": [
1379
                "constructor",
1380
                "instantiate"
1381
            ],
1382
            "time": "2017-07-22T11:58:36+00:00"
1383
        },
1384
        {
1385
            "name": "hamcrest/hamcrest-php",
1386
            "version": "v1.2.2",
1387
            "source": {
1388
                "type": "git",
1389
                "url": "https://github.com/hamcrest/hamcrest-php.git",
1390
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
1391
            },
1392
            "dist": {
1393
                "type": "zip",
1394
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
1395
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
1396
                "shasum": ""
1397
            },
1398
            "require": {
1399
                "php": ">=5.3.2"
1400
            },
1401
            "replace": {
1402
                "cordoval/hamcrest-php": "*",
1403
                "davedevelopment/hamcrest-php": "*",
1404
                "kodova/hamcrest-php": "*"
1405
            },
1406
            "require-dev": {
1407
                "phpunit/php-file-iterator": "1.3.3",
1408
                "satooshi/php-coveralls": "dev-master"
1409
            },
1410
            "type": "library",
1411
            "autoload": {
1412
                "classmap": [
1413
                    "hamcrest"
1414
                ],
1415
                "files": [
1416
                    "hamcrest/Hamcrest.php"
1417
                ]
1418
            },
1419
            "notification-url": "https://packagist.org/downloads/",
1420
            "license": [
1421
                "BSD"
1422
            ],
1423
            "description": "This is the PHP port of Hamcrest Matchers",
1424
            "keywords": [
1425
                "test"
1426
            ],
1427
            "time": "2015-05-11T14:41:42+00:00"
1428
        },
1429
        {
1430
            "name": "mockery/mockery",
1431
            "version": "0.9.9",
1432
            "source": {
1433
                "type": "git",
1434
                "url": "https://github.com/mockery/mockery.git",
1435
                "reference": "6fdb61243844dc924071d3404bb23994ea0b6856"
1436
            },
1437
            "dist": {
1438
                "type": "zip",
1439
                "url": "https://api.github.com/repos/mockery/mockery/zipball/6fdb61243844dc924071d3404bb23994ea0b6856",
1440
                "reference": "6fdb61243844dc924071d3404bb23994ea0b6856",
1441
                "shasum": ""
1442
            },
1443
            "require": {
1444
                "hamcrest/hamcrest-php": "~1.1",
1445
                "lib-pcre": ">=7.0",
1446
                "php": ">=5.3.2"
1447
            },
1448
            "require-dev": {
1449
                "phpunit/phpunit": "~4.0"
1450
            },
1451
            "type": "library",
1452
            "extra": {
1453
                "branch-alias": {
1454
                    "dev-master": "0.9.x-dev"
1455
                }
1456
            },
1457
            "autoload": {
1458
                "psr-0": {
1459
                    "Mockery": "library/"
1460
                }
1461
            },
1462
            "notification-url": "https://packagist.org/downloads/",
1463
            "license": [
1464
                "BSD-3-Clause"
1465
            ],
1466
            "authors": [
1467
                {
1468
                    "name": "Pádraic Brady",
1469
                    "email": "[email protected]",
1470
                    "homepage": "http://blog.astrumfutura.com"
1471
                },
1472
                {
1473
                    "name": "Dave Marshall",
1474
                    "email": "[email protected]",
1475
                    "homepage": "http://davedevelopment.co.uk"
1476
                }
1477
            ],
1478
            "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.",
1479
            "homepage": "http://github.com/padraic/mockery",
1480
            "keywords": [
1481
                "BDD",
1482
                "TDD",
1483
                "library",
1484
                "mock",
1485
                "mock objects",
1486
                "mockery",
1487
                "stub",
1488
                "test",
1489
                "test double",
1490
                "testing"
1491
            ],
1492
            "time": "2017-02-28T12:52:32+00:00"
1493
        },
1494
        {
1495
            "name": "myclabs/deep-copy",
1496
            "version": "1.7.0",
1497
            "source": {
1498
                "type": "git",
1499
                "url": "https://github.com/myclabs/DeepCopy.git",
1500
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
1501
            },
1502
            "dist": {
1503
                "type": "zip",
1504
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
1505
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
1506
                "shasum": ""
1507
            },
1508
            "require": {
1509
                "php": "^5.6 || ^7.0"
1510
            },
1511
            "require-dev": {
1512
                "doctrine/collections": "^1.0",
1513
                "doctrine/common": "^2.6",
1514
                "phpunit/phpunit": "^4.1"
1515
            },
1516
            "type": "library",
1517
            "autoload": {
1518
                "psr-4": {
1519
                    "DeepCopy\\": "src/DeepCopy/"
1520
                },
1521
                "files": [
1522
                    "src/DeepCopy/deep_copy.php"
1523
                ]
1524
            },
1525
            "notification-url": "https://packagist.org/downloads/",
1526
            "license": [
1527
                "MIT"
1528
            ],
1529
            "description": "Create deep copies (clones) of your objects",
1530
            "keywords": [
1531
                "clone",
1532
                "copy",
1533
                "duplicate",
1534
                "object",
1535
                "object graph"
1536
            ],
1537
            "time": "2017-10-19T19:58:43+00:00"
1538
        },
1539
        {
1540
            "name": "phar-io/manifest",
1541
            "version": "1.0.1",
1542
            "source": {
1543
                "type": "git",
1544
                "url": "https://github.com/phar-io/manifest.git",
1545
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
1546
            },
1547
            "dist": {
1548
                "type": "zip",
1549
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
1550
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
1551
                "shasum": ""
1552
            },
1553
            "require": {
1554
                "ext-dom": "*",
1555
                "ext-phar": "*",
1556
                "phar-io/version": "^1.0.1",
1557
                "php": "^5.6 || ^7.0"
1558
            },
1559
            "type": "library",
1560
            "extra": {
1561
                "branch-alias": {
1562
                    "dev-master": "1.0.x-dev"
1563
                }
1564
            },
1565
            "autoload": {
1566
                "classmap": [
1567
                    "src/"
1568
                ]
1569
            },
1570
            "notification-url": "https://packagist.org/downloads/",
1571
            "license": [
1572
                "BSD-3-Clause"
1573
            ],
1574
            "authors": [
1575
                {
1576
                    "name": "Arne Blankerts",
1577
                    "email": "[email protected]",
1578
                    "role": "Developer"
1579
                },
1580
                {
1581
                    "name": "Sebastian Heuer",
1582
                    "email": "[email protected]",
1583
                    "role": "Developer"
1584
                },
1585
                {
1586
                    "name": "Sebastian Bergmann",
1587
                    "email": "[email protected]",
1588
                    "role": "Developer"
1589
                }
1590
            ],
1591
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
1592
            "time": "2017-03-05T18:14:27+00:00"
1593
        },
1594
        {
1595
            "name": "phar-io/version",
1596
            "version": "1.0.1",
1597
            "source": {
1598
                "type": "git",
1599
                "url": "https://github.com/phar-io/version.git",
1600
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
1601
            },
1602
            "dist": {
1603
                "type": "zip",
1604
                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
1605
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
1606
                "shasum": ""
1607
            },
1608
            "require": {
1609
                "php": "^5.6 || ^7.0"
1610
            },
1611
            "type": "library",
1612
            "autoload": {
1613
                "classmap": [
1614
                    "src/"
1615
                ]
1616
            },
1617
            "notification-url": "https://packagist.org/downloads/",
1618
            "license": [
1619
                "BSD-3-Clause"
1620
            ],
1621
            "authors": [
1622
                {
1623
                    "name": "Arne Blankerts",
1624
                    "email": "[email protected]",
1625
                    "role": "Developer"
1626
                },
1627
                {
1628
                    "name": "Sebastian Heuer",
1629
                    "email": "[email protected]",
1630
                    "role": "Developer"
1631
                },
1632
                {
1633
                    "name": "Sebastian Bergmann",
1634
                    "email": "[email protected]",
1635
                    "role": "Developer"
1636
                }
1637
            ],
1638
            "description": "Library for handling version information and constraints",
1639
            "time": "2017-03-05T17:38:23+00:00"
1640
        },
1641
        {
1642
            "name": "phpdocumentor/reflection-common",
1643
            "version": "1.0.1",
1644
            "source": {
1645
                "type": "git",
1646
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
1647
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
1648
            },
1649
            "dist": {
1650
                "type": "zip",
1651
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
1652
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
1653
                "shasum": ""
1654
            },
1655
            "require": {
1656
                "php": ">=5.5"
1657
            },
1658
            "require-dev": {
1659
                "phpunit/phpunit": "^4.6"
1660
            },
1661
            "type": "library",
1662
            "extra": {
1663
                "branch-alias": {
1664
                    "dev-master": "1.0.x-dev"
1665
                }
1666
            },
1667
            "autoload": {
1668
                "psr-4": {
1669
                    "phpDocumentor\\Reflection\\": [
1670
                        "src"
1671
                    ]
1672
                }
1673
            },
1674
            "notification-url": "https://packagist.org/downloads/",
1675
            "license": [
1676
                "MIT"
1677
            ],
1678
            "authors": [
1679
                {
1680
                    "name": "Jaap van Otterdijk",
1681
                    "email": "[email protected]"
1682
                }
1683
            ],
1684
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
1685
            "homepage": "http://www.phpdoc.org",
1686
            "keywords": [
1687
                "FQSEN",
1688
                "phpDocumentor",
1689
                "phpdoc",
1690
                "reflection",
1691
                "static analysis"
1692
            ],
1693
            "time": "2017-09-11T18:02:19+00:00"
1694
        },
1695
        {
1696
            "name": "phpdocumentor/reflection-docblock",
1697
            "version": "4.3.0",
1698
            "source": {
1699
                "type": "git",
1700
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1701
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
1702
            },
1703
            "dist": {
1704
                "type": "zip",
1705
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
1706
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
1707
                "shasum": ""
1708
            },
1709
            "require": {
1710
                "php": "^7.0",
1711
                "phpdocumentor/reflection-common": "^1.0.0",
1712
                "phpdocumentor/type-resolver": "^0.4.0",
1713
                "webmozart/assert": "^1.0"
1714
            },
1715
            "require-dev": {
1716
                "doctrine/instantiator": "~1.0.5",
1717
                "mockery/mockery": "^1.0",
1718
                "phpunit/phpunit": "^6.4"
1719
            },
1720
            "type": "library",
1721
            "extra": {
1722
                "branch-alias": {
1723
                    "dev-master": "4.x-dev"
1724
                }
1725
            },
1726
            "autoload": {
1727
                "psr-4": {
1728
                    "phpDocumentor\\Reflection\\": [
1729
                        "src/"
1730
                    ]
1731
                }
1732
            },
1733
            "notification-url": "https://packagist.org/downloads/",
1734
            "license": [
1735
                "MIT"
1736
            ],
1737
            "authors": [
1738
                {
1739
                    "name": "Mike van Riel",
1740
                    "email": "[email protected]"
1741
                }
1742
            ],
1743
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1744
            "time": "2017-11-30T07:14:17+00:00"
1745
        },
1746
        {
1747
            "name": "phpdocumentor/type-resolver",
1748
            "version": "0.4.0",
1749
            "source": {
1750
                "type": "git",
1751
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
1752
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
1753
            },
1754
            "dist": {
1755
                "type": "zip",
1756
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
1757
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
1758
                "shasum": ""
1759
            },
1760
            "require": {
1761
                "php": "^5.5 || ^7.0",
1762
                "phpdocumentor/reflection-common": "^1.0"
1763
            },
1764
            "require-dev": {
1765
                "mockery/mockery": "^0.9.4",
1766
                "phpunit/phpunit": "^5.2||^4.8.24"
1767
            },
1768
            "type": "library",
1769
            "extra": {
1770
                "branch-alias": {
1771
                    "dev-master": "1.0.x-dev"
1772
                }
1773
            },
1774
            "autoload": {
1775
                "psr-4": {
1776
                    "phpDocumentor\\Reflection\\": [
1777
                        "src/"
1778
                    ]
1779
                }
1780
            },
1781
            "notification-url": "https://packagist.org/downloads/",
1782
            "license": [
1783
                "MIT"
1784
            ],
1785
            "authors": [
1786
                {
1787
                    "name": "Mike van Riel",
1788
                    "email": "[email protected]"
1789
                }
1790
            ],
1791
            "time": "2017-07-14T14:27:02+00:00"
1792
        },
1793
        {
1794
            "name": "phpspec/prophecy",
1795
            "version": "1.7.5",
1796
            "source": {
1797
                "type": "git",
1798
                "url": "https://github.com/phpspec/prophecy.git",
1799
                "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401"
1800
            },
1801
            "dist": {
1802
                "type": "zip",
1803
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401",
1804
                "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401",
1805
                "shasum": ""
1806
            },
1807
            "require": {
1808
                "doctrine/instantiator": "^1.0.2",
1809
                "php": "^5.3|^7.0",
1810
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
1811
                "sebastian/comparator": "^1.1|^2.0",
1812
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
1813
            },
1814
            "require-dev": {
1815
                "phpspec/phpspec": "^2.5|^3.2",
1816
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
1817
            },
1818
            "type": "library",
1819
            "extra": {
1820
                "branch-alias": {
1821
                    "dev-master": "1.7.x-dev"
1822
                }
1823
            },
1824
            "autoload": {
1825
                "psr-0": {
1826
                    "Prophecy\\": "src/"
1827
                }
1828
            },
1829
            "notification-url": "https://packagist.org/downloads/",
1830
            "license": [
1831
                "MIT"
1832
            ],
1833
            "authors": [
1834
                {
1835
                    "name": "Konstantin Kudryashov",
1836
                    "email": "[email protected]",
1837
                    "homepage": "http://everzet.com"
1838
                },
1839
                {
1840
                    "name": "Marcello Duarte",
1841
                    "email": "[email protected]"
1842
                }
1843
            ],
1844
            "description": "Highly opinionated mocking framework for PHP 5.3+",
1845
            "homepage": "https://github.com/phpspec/prophecy",
1846
            "keywords": [
1847
                "Double",
1848
                "Dummy",
1849
                "fake",
1850
                "mock",
1851
                "spy",
1852
                "stub"
1853
            ],
1854
            "time": "2018-02-19T10:16:54+00:00"
1855
        },
1856
        {
1857
            "name": "phpunit/php-code-coverage",
1858
            "version": "5.3.0",
1859
            "source": {
1860
                "type": "git",
1861
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1862
                "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1"
1863
            },
1864
            "dist": {
1865
                "type": "zip",
1866
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/661f34d0bd3f1a7225ef491a70a020ad23a057a1",
1867
                "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1",
1868
                "shasum": ""
1869
            },
1870
            "require": {
1871
                "ext-dom": "*",
1872
                "ext-xmlwriter": "*",
1873
                "php": "^7.0",
1874
                "phpunit/php-file-iterator": "^1.4.2",
1875
                "phpunit/php-text-template": "^1.2.1",
1876
                "phpunit/php-token-stream": "^2.0.1",
1877
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
1878
                "sebastian/environment": "^3.0",
1879
                "sebastian/version": "^2.0.1",
1880
                "theseer/tokenizer": "^1.1"
1881
            },
1882
            "require-dev": {
1883
                "phpunit/phpunit": "^6.0"
1884
            },
1885
            "suggest": {
1886
                "ext-xdebug": "^2.5.5"
1887
            },
1888
            "type": "library",
1889
            "extra": {
1890
                "branch-alias": {
1891
                    "dev-master": "5.3.x-dev"
1892
                }
1893
            },
1894
            "autoload": {
1895
                "classmap": [
1896
                    "src/"
1897
                ]
1898
            },
1899
            "notification-url": "https://packagist.org/downloads/",
1900
            "license": [
1901
                "BSD-3-Clause"
1902
            ],
1903
            "authors": [
1904
                {
1905
                    "name": "Sebastian Bergmann",
1906
                    "email": "[email protected]",
1907
                    "role": "lead"
1908
                }
1909
            ],
1910
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1911
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1912
            "keywords": [
1913
                "coverage",
1914
                "testing",
1915
                "xunit"
1916
            ],
1917
            "time": "2017-12-06T09:29:45+00:00"
1918
        },
1919
        {
1920
            "name": "phpunit/php-file-iterator",
1921
            "version": "1.4.5",
1922
            "source": {
1923
                "type": "git",
1924
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1925
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
1926
            },
1927
            "dist": {
1928
                "type": "zip",
1929
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
1930
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
1931
                "shasum": ""
1932
            },
1933
            "require": {
1934
                "php": ">=5.3.3"
1935
            },
1936
            "type": "library",
1937
            "extra": {
1938
                "branch-alias": {
1939
                    "dev-master": "1.4.x-dev"
1940
                }
1941
            },
1942
            "autoload": {
1943
                "classmap": [
1944
                    "src/"
1945
                ]
1946
            },
1947
            "notification-url": "https://packagist.org/downloads/",
1948
            "license": [
1949
                "BSD-3-Clause"
1950
            ],
1951
            "authors": [
1952
                {
1953
                    "name": "Sebastian Bergmann",
1954
                    "email": "[email protected]",
1955
                    "role": "lead"
1956
                }
1957
            ],
1958
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1959
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1960
            "keywords": [
1961
                "filesystem",
1962
                "iterator"
1963
            ],
1964
            "time": "2017-11-27T13:52:08+00:00"
1965
        },
1966
        {
1967
            "name": "phpunit/php-text-template",
1968
            "version": "1.2.1",
1969
            "source": {
1970
                "type": "git",
1971
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1972
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1973
            },
1974
            "dist": {
1975
                "type": "zip",
1976
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1977
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1978
                "shasum": ""
1979
            },
1980
            "require": {
1981
                "php": ">=5.3.3"
1982
            },
1983
            "type": "library",
1984
            "autoload": {
1985
                "classmap": [
1986
                    "src/"
1987
                ]
1988
            },
1989
            "notification-url": "https://packagist.org/downloads/",
1990
            "license": [
1991
                "BSD-3-Clause"
1992
            ],
1993
            "authors": [
1994
                {
1995
                    "name": "Sebastian Bergmann",
1996
                    "email": "[email protected]",
1997
                    "role": "lead"
1998
                }
1999
            ],
2000
            "description": "Simple template engine.",
2001
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2002
            "keywords": [
2003
                "template"
2004
            ],
2005
            "time": "2015-06-21T13:50:34+00:00"
2006
        },
2007
        {
2008
            "name": "phpunit/php-timer",
2009
            "version": "1.0.9",
2010
            "source": {
2011
                "type": "git",
2012
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2013
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
2014
            },
2015
            "dist": {
2016
                "type": "zip",
2017
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2018
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2019
                "shasum": ""
2020
            },
2021
            "require": {
2022
                "php": "^5.3.3 || ^7.0"
2023
            },
2024
            "require-dev": {
2025
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2026
            },
2027
            "type": "library",
2028
            "extra": {
2029
                "branch-alias": {
2030
                    "dev-master": "1.0-dev"
2031
                }
2032
            },
2033
            "autoload": {
2034
                "classmap": [
2035
                    "src/"
2036
                ]
2037
            },
2038
            "notification-url": "https://packagist.org/downloads/",
2039
            "license": [
2040
                "BSD-3-Clause"
2041
            ],
2042
            "authors": [
2043
                {
2044
                    "name": "Sebastian Bergmann",
2045
                    "email": "[email protected]",
2046
                    "role": "lead"
2047
                }
2048
            ],
2049
            "description": "Utility class for timing",
2050
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2051
            "keywords": [
2052
                "timer"
2053
            ],
2054
            "time": "2017-02-26T11:10:40+00:00"
2055
        },
2056
        {
2057
            "name": "phpunit/php-token-stream",
2058
            "version": "2.0.2",
2059
            "source": {
2060
                "type": "git",
2061
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2062
                "reference": "791198a2c6254db10131eecfe8c06670700904db"
2063
            },
2064
            "dist": {
2065
                "type": "zip",
2066
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
2067
                "reference": "791198a2c6254db10131eecfe8c06670700904db",
2068
                "shasum": ""
2069
            },
2070
            "require": {
2071
                "ext-tokenizer": "*",
2072
                "php": "^7.0"
2073
            },
2074
            "require-dev": {
2075
                "phpunit/phpunit": "^6.2.4"
2076
            },
2077
            "type": "library",
2078
            "extra": {
2079
                "branch-alias": {
2080
                    "dev-master": "2.0-dev"
2081
                }
2082
            },
2083
            "autoload": {
2084
                "classmap": [
2085
                    "src/"
2086
                ]
2087
            },
2088
            "notification-url": "https://packagist.org/downloads/",
2089
            "license": [
2090
                "BSD-3-Clause"
2091
            ],
2092
            "authors": [
2093
                {
2094
                    "name": "Sebastian Bergmann",
2095
                    "email": "[email protected]"
2096
                }
2097
            ],
2098
            "description": "Wrapper around PHP's tokenizer extension.",
2099
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2100
            "keywords": [
2101
                "tokenizer"
2102
            ],
2103
            "time": "2017-11-27T05:48:46+00:00"
2104
        },
2105
        {
2106
            "name": "phpunit/phpunit",
2107
            "version": "6.5.7",
2108
            "source": {
2109
                "type": "git",
2110
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2111
                "reference": "6bd77b57707c236833d2b57b968e403df060c9d9"
2112
            },
2113
            "dist": {
2114
                "type": "zip",
2115
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6bd77b57707c236833d2b57b968e403df060c9d9",
2116
                "reference": "6bd77b57707c236833d2b57b968e403df060c9d9",
2117
                "shasum": ""
2118
            },
2119
            "require": {
2120
                "ext-dom": "*",
2121
                "ext-json": "*",
2122
                "ext-libxml": "*",
2123
                "ext-mbstring": "*",
2124
                "ext-xml": "*",
2125
                "myclabs/deep-copy": "^1.6.1",
2126
                "phar-io/manifest": "^1.0.1",
2127
                "phar-io/version": "^1.0",
2128
                "php": "^7.0",
2129
                "phpspec/prophecy": "^1.7",
2130
                "phpunit/php-code-coverage": "^5.3",
2131
                "phpunit/php-file-iterator": "^1.4.3",
2132
                "phpunit/php-text-template": "^1.2.1",
2133
                "phpunit/php-timer": "^1.0.9",
2134
                "phpunit/phpunit-mock-objects": "^5.0.5",
2135
                "sebastian/comparator": "^2.1",
2136
                "sebastian/diff": "^2.0",
2137
                "sebastian/environment": "^3.1",
2138
                "sebastian/exporter": "^3.1",
2139
                "sebastian/global-state": "^2.0",
2140
                "sebastian/object-enumerator": "^3.0.3",
2141
                "sebastian/resource-operations": "^1.0",
2142
                "sebastian/version": "^2.0.1"
2143
            },
2144
            "conflict": {
2145
                "phpdocumentor/reflection-docblock": "3.0.2",
2146
                "phpunit/dbunit": "<3.0"
2147
            },
2148
            "require-dev": {
2149
                "ext-pdo": "*"
2150
            },
2151
            "suggest": {
2152
                "ext-xdebug": "*",
2153
                "phpunit/php-invoker": "^1.1"
2154
            },
2155
            "bin": [
2156
                "phpunit"
2157
            ],
2158
            "type": "library",
2159
            "extra": {
2160
                "branch-alias": {
2161
                    "dev-master": "6.5.x-dev"
2162
                }
2163
            },
2164
            "autoload": {
2165
                "classmap": [
2166
                    "src/"
2167
                ]
2168
            },
2169
            "notification-url": "https://packagist.org/downloads/",
2170
            "license": [
2171
                "BSD-3-Clause"
2172
            ],
2173
            "authors": [
2174
                {
2175
                    "name": "Sebastian Bergmann",
2176
                    "email": "[email protected]",
2177
                    "role": "lead"
2178
                }
2179
            ],
2180
            "description": "The PHP Unit Testing framework.",
2181
            "homepage": "https://phpunit.de/",
2182
            "keywords": [
2183
                "phpunit",
2184
                "testing",
2185
                "xunit"
2186
            ],
2187
            "time": "2018-02-26T07:01:09+00:00"
2188
        },
2189
        {
2190
            "name": "phpunit/phpunit-mock-objects",
2191
            "version": "5.0.6",
2192
            "source": {
2193
                "type": "git",
2194
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2195
                "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf"
2196
            },
2197
            "dist": {
2198
                "type": "zip",
2199
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/33fd41a76e746b8fa96d00b49a23dadfa8334cdf",
2200
                "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf",
2201
                "shasum": ""
2202
            },
2203
            "require": {
2204
                "doctrine/instantiator": "^1.0.5",
2205
                "php": "^7.0",
2206
                "phpunit/php-text-template": "^1.2.1",
2207
                "sebastian/exporter": "^3.1"
2208
            },
2209
            "conflict": {
2210
                "phpunit/phpunit": "<6.0"
2211
            },
2212
            "require-dev": {
2213
                "phpunit/phpunit": "^6.5"
2214
            },
2215
            "suggest": {
2216
                "ext-soap": "*"
2217
            },
2218
            "type": "library",
2219
            "extra": {
2220
                "branch-alias": {
2221
                    "dev-master": "5.0.x-dev"
2222
                }
2223
            },
2224
            "autoload": {
2225
                "classmap": [
2226
                    "src/"
2227
                ]
2228
            },
2229
            "notification-url": "https://packagist.org/downloads/",
2230
            "license": [
2231
                "BSD-3-Clause"
2232
            ],
2233
            "authors": [
2234
                {
2235
                    "name": "Sebastian Bergmann",
2236
                    "email": "[email protected]",
2237
                    "role": "lead"
2238
                }
2239
            ],
2240
            "description": "Mock Object library for PHPUnit",
2241
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2242
            "keywords": [
2243
                "mock",
2244
                "xunit"
2245
            ],
2246
            "time": "2018-01-06T05:45:45+00:00"
2247
        },
2248
        {
2249
            "name": "sebastian/code-unit-reverse-lookup",
2250
            "version": "1.0.1",
2251
            "source": {
2252
                "type": "git",
2253
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2254
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
2255
            },
2256
            "dist": {
2257
                "type": "zip",
2258
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2259
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2260
                "shasum": ""
2261
            },
2262
            "require": {
2263
                "php": "^5.6 || ^7.0"
2264
            },
2265
            "require-dev": {
2266
                "phpunit/phpunit": "^5.7 || ^6.0"
2267
            },
2268
            "type": "library",
2269
            "extra": {
2270
                "branch-alias": {
2271
                    "dev-master": "1.0.x-dev"
2272
                }
2273
            },
2274
            "autoload": {
2275
                "classmap": [
2276
                    "src/"
2277
                ]
2278
            },
2279
            "notification-url": "https://packagist.org/downloads/",
2280
            "license": [
2281
                "BSD-3-Clause"
2282
            ],
2283
            "authors": [
2284
                {
2285
                    "name": "Sebastian Bergmann",
2286
                    "email": "[email protected]"
2287
                }
2288
            ],
2289
            "description": "Looks up which function or method a line of code belongs to",
2290
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2291
            "time": "2017-03-04T06:30:41+00:00"
2292
        },
2293
        {
2294
            "name": "sebastian/comparator",
2295
            "version": "2.1.3",
2296
            "source": {
2297
                "type": "git",
2298
                "url": "https://github.com/sebastianbergmann/comparator.git",
2299
                "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9"
2300
            },
2301
            "dist": {
2302
                "type": "zip",
2303
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
2304
                "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
2305
                "shasum": ""
2306
            },
2307
            "require": {
2308
                "php": "^7.0",
2309
                "sebastian/diff": "^2.0 || ^3.0",
2310
                "sebastian/exporter": "^3.1"
2311
            },
2312
            "require-dev": {
2313
                "phpunit/phpunit": "^6.4"
2314
            },
2315
            "type": "library",
2316
            "extra": {
2317
                "branch-alias": {
2318
                    "dev-master": "2.1.x-dev"
2319
                }
2320
            },
2321
            "autoload": {
2322
                "classmap": [
2323
                    "src/"
2324
                ]
2325
            },
2326
            "notification-url": "https://packagist.org/downloads/",
2327
            "license": [
2328
                "BSD-3-Clause"
2329
            ],
2330
            "authors": [
2331
                {
2332
                    "name": "Jeff Welch",
2333
                    "email": "[email protected]"
2334
                },
2335
                {
2336
                    "name": "Volker Dusch",
2337
                    "email": "[email protected]"
2338
                },
2339
                {
2340
                    "name": "Bernhard Schussek",
2341
                    "email": "[email protected]"
2342
                },
2343
                {
2344
                    "name": "Sebastian Bergmann",
2345
                    "email": "[email protected]"
2346
                }
2347
            ],
2348
            "description": "Provides the functionality to compare PHP values for equality",
2349
            "homepage": "https://github.com/sebastianbergmann/comparator",
2350
            "keywords": [
2351
                "comparator",
2352
                "compare",
2353
                "equality"
2354
            ],
2355
            "time": "2018-02-01T13:46:46+00:00"
2356
        },
2357
        {
2358
            "name": "sebastian/diff",
2359
            "version": "2.0.1",
2360
            "source": {
2361
                "type": "git",
2362
                "url": "https://github.com/sebastianbergmann/diff.git",
2363
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
2364
            },
2365
            "dist": {
2366
                "type": "zip",
2367
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
2368
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
2369
                "shasum": ""
2370
            },
2371
            "require": {
2372
                "php": "^7.0"
2373
            },
2374
            "require-dev": {
2375
                "phpunit/phpunit": "^6.2"
2376
            },
2377
            "type": "library",
2378
            "extra": {
2379
                "branch-alias": {
2380
                    "dev-master": "2.0-dev"
2381
                }
2382
            },
2383
            "autoload": {
2384
                "classmap": [
2385
                    "src/"
2386
                ]
2387
            },
2388
            "notification-url": "https://packagist.org/downloads/",
2389
            "license": [
2390
                "BSD-3-Clause"
2391
            ],
2392
            "authors": [
2393
                {
2394
                    "name": "Kore Nordmann",
2395
                    "email": "[email protected]"
2396
                },
2397
                {
2398
                    "name": "Sebastian Bergmann",
2399
                    "email": "[email protected]"
2400
                }
2401
            ],
2402
            "description": "Diff implementation",
2403
            "homepage": "https://github.com/sebastianbergmann/diff",
2404
            "keywords": [
2405
                "diff"
2406
            ],
2407
            "time": "2017-08-03T08:09:46+00:00"
2408
        },
2409
        {
2410
            "name": "sebastian/environment",
2411
            "version": "3.1.0",
2412
            "source": {
2413
                "type": "git",
2414
                "url": "https://github.com/sebastianbergmann/environment.git",
2415
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
2416
            },
2417
            "dist": {
2418
                "type": "zip",
2419
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
2420
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
2421
                "shasum": ""
2422
            },
2423
            "require": {
2424
                "php": "^7.0"
2425
            },
2426
            "require-dev": {
2427
                "phpunit/phpunit": "^6.1"
2428
            },
2429
            "type": "library",
2430
            "extra": {
2431
                "branch-alias": {
2432
                    "dev-master": "3.1.x-dev"
2433
                }
2434
            },
2435
            "autoload": {
2436
                "classmap": [
2437
                    "src/"
2438
                ]
2439
            },
2440
            "notification-url": "https://packagist.org/downloads/",
2441
            "license": [
2442
                "BSD-3-Clause"
2443
            ],
2444
            "authors": [
2445
                {
2446
                    "name": "Sebastian Bergmann",
2447
                    "email": "[email protected]"
2448
                }
2449
            ],
2450
            "description": "Provides functionality to handle HHVM/PHP environments",
2451
            "homepage": "http://www.github.com/sebastianbergmann/environment",
2452
            "keywords": [
2453
                "Xdebug",
2454
                "environment",
2455
                "hhvm"
2456
            ],
2457
            "time": "2017-07-01T08:51:00+00:00"
2458
        },
2459
        {
2460
            "name": "sebastian/exporter",
2461
            "version": "3.1.0",
2462
            "source": {
2463
                "type": "git",
2464
                "url": "https://github.com/sebastianbergmann/exporter.git",
2465
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
2466
            },
2467
            "dist": {
2468
                "type": "zip",
2469
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
2470
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
2471
                "shasum": ""
2472
            },
2473
            "require": {
2474
                "php": "^7.0",
2475
                "sebastian/recursion-context": "^3.0"
2476
            },
2477
            "require-dev": {
2478
                "ext-mbstring": "*",
2479
                "phpunit/phpunit": "^6.0"
2480
            },
2481
            "type": "library",
2482
            "extra": {
2483
                "branch-alias": {
2484
                    "dev-master": "3.1.x-dev"
2485
                }
2486
            },
2487
            "autoload": {
2488
                "classmap": [
2489
                    "src/"
2490
                ]
2491
            },
2492
            "notification-url": "https://packagist.org/downloads/",
2493
            "license": [
2494
                "BSD-3-Clause"
2495
            ],
2496
            "authors": [
2497
                {
2498
                    "name": "Jeff Welch",
2499
                    "email": "[email protected]"
2500
                },
2501
                {
2502
                    "name": "Volker Dusch",
2503
                    "email": "[email protected]"
2504
                },
2505
                {
2506
                    "name": "Bernhard Schussek",
2507
                    "email": "[email protected]"
2508
                },
2509
                {
2510
                    "name": "Sebastian Bergmann",
2511
                    "email": "[email protected]"
2512
                },
2513
                {
2514
                    "name": "Adam Harvey",
2515
                    "email": "[email protected]"
2516
                }
2517
            ],
2518
            "description": "Provides the functionality to export PHP variables for visualization",
2519
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
2520
            "keywords": [
2521
                "export",
2522
                "exporter"
2523
            ],
2524
            "time": "2017-04-03T13:19:02+00:00"
2525
        },
2526
        {
2527
            "name": "sebastian/global-state",
2528
            "version": "2.0.0",
2529
            "source": {
2530
                "type": "git",
2531
                "url": "https://github.com/sebastianbergmann/global-state.git",
2532
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
2533
            },
2534
            "dist": {
2535
                "type": "zip",
2536
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
2537
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
2538
                "shasum": ""
2539
            },
2540
            "require": {
2541
                "php": "^7.0"
2542
            },
2543
            "require-dev": {
2544
                "phpunit/phpunit": "^6.0"
2545
            },
2546
            "suggest": {
2547
                "ext-uopz": "*"
2548
            },
2549
            "type": "library",
2550
            "extra": {
2551
                "branch-alias": {
2552
                    "dev-master": "2.0-dev"
2553
                }
2554
            },
2555
            "autoload": {
2556
                "classmap": [
2557
                    "src/"
2558
                ]
2559
            },
2560
            "notification-url": "https://packagist.org/downloads/",
2561
            "license": [
2562
                "BSD-3-Clause"
2563
            ],
2564
            "authors": [
2565
                {
2566
                    "name": "Sebastian Bergmann",
2567
                    "email": "[email protected]"
2568
                }
2569
            ],
2570
            "description": "Snapshotting of global state",
2571
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
2572
            "keywords": [
2573
                "global state"
2574
            ],
2575
            "time": "2017-04-27T15:39:26+00:00"
2576
        },
2577
        {
2578
            "name": "sebastian/object-enumerator",
2579
            "version": "3.0.3",
2580
            "source": {
2581
                "type": "git",
2582
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2583
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
2584
            },
2585
            "dist": {
2586
                "type": "zip",
2587
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2588
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2589
                "shasum": ""
2590
            },
2591
            "require": {
2592
                "php": "^7.0",
2593
                "sebastian/object-reflector": "^1.1.1",
2594
                "sebastian/recursion-context": "^3.0"
2595
            },
2596
            "require-dev": {
2597
                "phpunit/phpunit": "^6.0"
2598
            },
2599
            "type": "library",
2600
            "extra": {
2601
                "branch-alias": {
2602
                    "dev-master": "3.0.x-dev"
2603
                }
2604
            },
2605
            "autoload": {
2606
                "classmap": [
2607
                    "src/"
2608
                ]
2609
            },
2610
            "notification-url": "https://packagist.org/downloads/",
2611
            "license": [
2612
                "BSD-3-Clause"
2613
            ],
2614
            "authors": [
2615
                {
2616
                    "name": "Sebastian Bergmann",
2617
                    "email": "[email protected]"
2618
                }
2619
            ],
2620
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2621
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2622
            "time": "2017-08-03T12:35:26+00:00"
2623
        },
2624
        {
2625
            "name": "sebastian/object-reflector",
2626
            "version": "1.1.1",
2627
            "source": {
2628
                "type": "git",
2629
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
2630
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
2631
            },
2632
            "dist": {
2633
                "type": "zip",
2634
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
2635
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
2636
                "shasum": ""
2637
            },
2638
            "require": {
2639
                "php": "^7.0"
2640
            },
2641
            "require-dev": {
2642
                "phpunit/phpunit": "^6.0"
2643
            },
2644
            "type": "library",
2645
            "extra": {
2646
                "branch-alias": {
2647
                    "dev-master": "1.1-dev"
2648
                }
2649
            },
2650
            "autoload": {
2651
                "classmap": [
2652
                    "src/"
2653
                ]
2654
            },
2655
            "notification-url": "https://packagist.org/downloads/",
2656
            "license": [
2657
                "BSD-3-Clause"
2658
            ],
2659
            "authors": [
2660
                {
2661
                    "name": "Sebastian Bergmann",
2662
                    "email": "[email protected]"
2663
                }
2664
            ],
2665
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
2666
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
2667
            "time": "2017-03-29T09:07:27+00:00"
2668
        },
2669
        {
2670
            "name": "sebastian/recursion-context",
2671
            "version": "3.0.0",
2672
            "source": {
2673
                "type": "git",
2674
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
2675
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
2676
            },
2677
            "dist": {
2678
                "type": "zip",
2679
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2680
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2681
                "shasum": ""
2682
            },
2683
            "require": {
2684
                "php": "^7.0"
2685
            },
2686
            "require-dev": {
2687
                "phpunit/phpunit": "^6.0"
2688
            },
2689
            "type": "library",
2690
            "extra": {
2691
                "branch-alias": {
2692
                    "dev-master": "3.0.x-dev"
2693
                }
2694
            },
2695
            "autoload": {
2696
                "classmap": [
2697
                    "src/"
2698
                ]
2699
            },
2700
            "notification-url": "https://packagist.org/downloads/",
2701
            "license": [
2702
                "BSD-3-Clause"
2703
            ],
2704
            "authors": [
2705
                {
2706
                    "name": "Jeff Welch",
2707
                    "email": "[email protected]"
2708
                },
2709
                {
2710
                    "name": "Sebastian Bergmann",
2711
                    "email": "[email protected]"
2712
                },
2713
                {
2714
                    "name": "Adam Harvey",
2715
                    "email": "[email protected]"
2716
                }
2717
            ],
2718
            "description": "Provides functionality to recursively process PHP variables",
2719
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2720
            "time": "2017-03-03T06:23:57+00:00"
2721
        },
2722
        {
2723
            "name": "sebastian/resource-operations",
2724
            "version": "1.0.0",
2725
            "source": {
2726
                "type": "git",
2727
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
2728
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
2729
            },
2730
            "dist": {
2731
                "type": "zip",
2732
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2733
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2734
                "shasum": ""
2735
            },
2736
            "require": {
2737
                "php": ">=5.6.0"
2738
            },
2739
            "type": "library",
2740
            "extra": {
2741
                "branch-alias": {
2742
                    "dev-master": "1.0.x-dev"
2743
                }
2744
            },
2745
            "autoload": {
2746
                "classmap": [
2747
                    "src/"
2748
                ]
2749
            },
2750
            "notification-url": "https://packagist.org/downloads/",
2751
            "license": [
2752
                "BSD-3-Clause"
2753
            ],
2754
            "authors": [
2755
                {
2756
                    "name": "Sebastian Bergmann",
2757
                    "email": "[email protected]"
2758
                }
2759
            ],
2760
            "description": "Provides a list of PHP built-in functions that operate on resources",
2761
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2762
            "time": "2015-07-28T20:34:47+00:00"
2763
        },
2764
        {
2765
            "name": "sebastian/version",
2766
            "version": "2.0.1",
2767
            "source": {
2768
                "type": "git",
2769
                "url": "https://github.com/sebastianbergmann/version.git",
2770
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2771
            },
2772
            "dist": {
2773
                "type": "zip",
2774
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
2775
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2776
                "shasum": ""
2777
            },
2778
            "require": {
2779
                "php": ">=5.6"
2780
            },
2781
            "type": "library",
2782
            "extra": {
2783
                "branch-alias": {
2784
                    "dev-master": "2.0.x-dev"
2785
                }
2786
            },
2787
            "autoload": {
2788
                "classmap": [
2789
                    "src/"
2790
                ]
2791
            },
2792
            "notification-url": "https://packagist.org/downloads/",
2793
            "license": [
2794
                "BSD-3-Clause"
2795
            ],
2796
            "authors": [
2797
                {
2798
                    "name": "Sebastian Bergmann",
2799
                    "email": "[email protected]",
2800
                    "role": "lead"
2801
                }
2802
            ],
2803
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2804
            "homepage": "https://github.com/sebastianbergmann/version",
2805
            "time": "2016-10-03T07:35:21+00:00"
2806
        },
2807
        {
2808
            "name": "squizlabs/php_codesniffer",
2809
            "version": "3.2.3",
2810
            "source": {
2811
                "type": "git",
2812
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2813
                "reference": "4842476c434e375f9d3182ff7b89059583aa8b27"
2814
            },
2815
            "dist": {
2816
                "type": "zip",
2817
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/4842476c434e375f9d3182ff7b89059583aa8b27",
2818
                "reference": "4842476c434e375f9d3182ff7b89059583aa8b27",
2819
                "shasum": ""
2820
            },
2821
            "require": {
2822
                "ext-simplexml": "*",
2823
                "ext-tokenizer": "*",
2824
                "ext-xmlwriter": "*",
2825
                "php": ">=5.4.0"
2826
            },
2827
            "require-dev": {
2828
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
2829
            },
2830
            "bin": [
2831
                "bin/phpcs",
2832
                "bin/phpcbf"
2833
            ],
2834
            "type": "library",
2835
            "extra": {
2836
                "branch-alias": {
2837
                    "dev-master": "3.x-dev"
2838
                }
2839
            },
2840
            "notification-url": "https://packagist.org/downloads/",
2841
            "license": [
2842
                "BSD-3-Clause"
2843
            ],
2844
            "authors": [
2845
                {
2846
                    "name": "Greg Sherwood",
2847
                    "role": "lead"
2848
                }
2849
            ],
2850
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
2851
            "homepage": "http://www.squizlabs.com/php-codesniffer",
2852
            "keywords": [
2853
                "phpcs",
2854
                "standards"
2855
            ],
2856
            "time": "2018-02-20T21:35:23+00:00"
2857
        },
2858
        {
2859
            "name": "theseer/tokenizer",
2860
            "version": "1.1.0",
2861
            "source": {
2862
                "type": "git",
2863
                "url": "https://github.com/theseer/tokenizer.git",
2864
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
2865
            },
2866
            "dist": {
2867
                "type": "zip",
2868
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
2869
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
2870
                "shasum": ""
2871
            },
2872
            "require": {
2873
                "ext-dom": "*",
2874
                "ext-tokenizer": "*",
2875
                "ext-xmlwriter": "*",
2876
                "php": "^7.0"
2877
            },
2878
            "type": "library",
2879
            "autoload": {
2880
                "classmap": [
2881
                    "src/"
2882
                ]
2883
            },
2884
            "notification-url": "https://packagist.org/downloads/",
2885
            "license": [
2886
                "BSD-3-Clause"
2887
            ],
2888
            "authors": [
2889
                {
2890
                    "name": "Arne Blankerts",
2891
                    "email": "[email protected]",
2892
                    "role": "Developer"
2893
                }
2894
            ],
2895
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
2896
            "time": "2017-04-07T12:08:54+00:00"
2897
        },
2898
        {
2899
            "name": "webmozart/assert",
2900
            "version": "1.3.0",
2901
            "source": {
2902
                "type": "git",
2903
                "url": "https://github.com/webmozart/assert.git",
2904
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
2905
            },
2906
            "dist": {
2907
                "type": "zip",
2908
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
2909
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
2910
                "shasum": ""
2911
            },
2912
            "require": {
2913
                "php": "^5.3.3 || ^7.0"
2914
            },
2915
            "require-dev": {
2916
                "phpunit/phpunit": "^4.6",
2917
                "sebastian/version": "^1.0.1"
2918
            },
2919
            "type": "library",
2920
            "extra": {
2921
                "branch-alias": {
2922
                    "dev-master": "1.3-dev"
2923
                }
2924
            },
2925
            "autoload": {
2926
                "psr-4": {
2927
                    "Webmozart\\Assert\\": "src/"
2928
                }
2929
            },
2930
            "notification-url": "https://packagist.org/downloads/",
2931
            "license": [
2932
                "MIT"
2933
            ],
2934
            "authors": [
2935
                {
2936
                    "name": "Bernhard Schussek",
2937
                    "email": "[email protected]"
2938
                }
2939
            ],
2940
            "description": "Assertions to validate method input/output with nice error messages.",
2941
            "keywords": [
2942
                "assert",
2943
                "check",
2944
                "validate"
2945
            ],
2946
            "time": "2018-01-29T19:49:41+00:00"
2947
        }
2948
    ],
2949
    "aliases": [],
2950
    "minimum-stability": "stable",
2951
    "stability-flags": [],
2952
    "prefer-stable": false,
2953
    "prefer-lowest": false,
2954
    "platform": {
2955
        "php": "^7.0"
2956
    },
2957
    "platform-dev": []
2958
}
2959