Completed
Pull Request — master (#7)
by Harry Osmar
01:54
created

composer.lock (1 issue)

Severity

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": "c8c5cbb195f44ddbacdc129bef1bc676",
8
    "packages": [
9
        {
10
            "name": "container-interop/container-interop",
11
            "version": "1.2.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/container-interop/container-interop.git",
15
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
20
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "psr/container": "^1.0"
25
            },
26
            "type": "library",
27
            "autoload": {
28
                "psr-4": {
29
                    "Interop\\Container\\": "src/Interop/Container/"
30
                }
31
            },
32
            "notification-url": "https://packagist.org/downloads/",
33
            "license": [
34
                "MIT"
35
            ],
36
            "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
37
            "homepage": "https://github.com/container-interop/container-interop",
38
            "time": "2017-02-14T19:40:03+00:00"
39
        },
40
        {
41
            "name": "harryosmar/php-restful-api-response",
42
            "version": "v1.1.4",
43
            "source": {
44
                "type": "git",
45
                "url": "https://github.com/harryosmar/php-restful-api-response.git",
46
                "reference": "ec814d24b1675f8901784a7422497da83f1052d5"
47
            },
48
            "dist": {
49
                "type": "zip",
50
                "url": "https://api.github.com/repos/harryosmar/php-restful-api-response/zipball/ec814d24b1675f8901784a7422497da83f1052d5",
51
                "reference": "ec814d24b1675f8901784a7422497da83f1052d5",
52
                "shasum": ""
53
            },
54
            "require": {
55
                "league/fractal": "^0.17.0",
56
                "php": ">=7.0",
57
                "zendframework/zend-diactoros": "^1.7"
58
            },
59
            "require-dev": {
60
                "fzaninotto/faker": "~1.4",
61
                "mockery/mockery": "0.9.*",
62
                "phpunit/phpunit": "~5.7"
63
            },
64
            "type": "library",
65
            "autoload": {
66
                "psr-4": {
67
                    "PhpRestfulApiResponse\\": "src/"
68
                }
69
            },
70
            "notification-url": "https://packagist.org/downloads/",
71
            "authors": [
72
                {
73
                    "name": "Harry Sitohang",
74
                    "email": "[email protected]"
75
                }
76
            ],
77
            "description": "php restful api response implement PSR-7: HTTP message interfaces",
78
            "time": "2019-01-22T23:37:27+00:00"
79
        },
80
        {
81
            "name": "league/container",
82
            "version": "2.4.1",
83
            "source": {
84
                "type": "git",
85
                "url": "https://github.com/thephpleague/container.git",
86
                "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0"
87
            },
88
            "dist": {
89
                "type": "zip",
90
                "url": "https://api.github.com/repos/thephpleague/container/zipball/43f35abd03a12977a60ffd7095efd6a7808488c0",
91
                "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0",
92
                "shasum": ""
93
            },
94
            "require": {
95
                "container-interop/container-interop": "^1.2",
96
                "php": "^5.4.0 || ^7.0"
97
            },
98
            "provide": {
99
                "container-interop/container-interop-implementation": "^1.2",
100
                "psr/container-implementation": "^1.0"
101
            },
102
            "replace": {
103
                "orno/di": "~2.0"
104
            },
105
            "require-dev": {
106
                "phpunit/phpunit": "4.*"
107
            },
108
            "type": "library",
109
            "extra": {
110
                "branch-alias": {
111
                    "dev-2.x": "2.x-dev",
112
                    "dev-1.x": "1.x-dev"
113
                }
114
            },
115
            "autoload": {
116
                "psr-4": {
117
                    "League\\Container\\": "src"
118
                }
119
            },
120
            "notification-url": "https://packagist.org/downloads/",
121
            "license": [
122
                "MIT"
123
            ],
124
            "authors": [
125
                {
126
                    "name": "Phil Bennett",
127
                    "email": "[email protected]",
128
                    "homepage": "http://www.philipobenito.com",
129
                    "role": "Developer"
130
                }
131
            ],
132
            "description": "A fast and intuitive dependency injection container.",
133
            "homepage": "https://github.com/thephpleague/container",
134
            "keywords": [
135
                "container",
136
                "dependency",
137
                "di",
138
                "injection",
139
                "league",
140
                "provider",
141
                "service"
142
            ],
143
            "time": "2017-05-10T09:20:27+00:00"
144
        },
145
        {
146
            "name": "league/fractal",
147
            "version": "0.17.0",
148
            "source": {
149
                "type": "git",
150
                "url": "https://github.com/thephpleague/fractal.git",
151
                "reference": "a0b350824f22fc2fdde2500ce9d6851a3f275b0e"
152
            },
153
            "dist": {
154
                "type": "zip",
155
                "url": "https://api.github.com/repos/thephpleague/fractal/zipball/a0b350824f22fc2fdde2500ce9d6851a3f275b0e",
156
                "reference": "a0b350824f22fc2fdde2500ce9d6851a3f275b0e",
157
                "shasum": ""
158
            },
159
            "require": {
160
                "php": ">=5.4"
161
            },
162
            "require-dev": {
163
                "doctrine/orm": "^2.5",
164
                "illuminate/contracts": "~5.0",
165
                "mockery/mockery": "~0.9",
166
                "pagerfanta/pagerfanta": "~1.0.0",
167
                "phpunit/phpunit": "~4.0",
168
                "squizlabs/php_codesniffer": "~1.5",
169
                "zendframework/zend-paginator": "~2.3"
170
            },
171
            "suggest": {
172
                "illuminate/pagination": "The Illuminate Pagination component.",
173
                "pagerfanta/pagerfanta": "Pagerfanta Paginator",
174
                "zendframework/zend-paginator": "Zend Framework Paginator"
175
            },
176
            "type": "library",
177
            "extra": {
178
                "branch-alias": {
179
                    "dev-master": "0.13-dev"
180
                }
181
            },
182
            "autoload": {
183
                "psr-4": {
184
                    "League\\Fractal\\": "src"
185
                }
186
            },
187
            "notification-url": "https://packagist.org/downloads/",
188
            "license": [
189
                "MIT"
190
            ],
191
            "authors": [
192
                {
193
                    "name": "Phil Sturgeon",
194
                    "email": "[email protected]",
195
                    "homepage": "http://philsturgeon.uk/",
196
                    "role": "Developer"
197
                }
198
            ],
199
            "description": "Handle the output of complex data structures ready for API output.",
200
            "homepage": "http://fractal.thephpleague.com/",
201
            "keywords": [
202
                "api",
203
                "json",
204
                "league",
205
                "rest"
206
            ],
207
            "time": "2017-06-12T11:04:56+00:00"
208
        },
209
        {
210
            "name": "league/route",
211
            "version": "3.0.4",
212
            "source": {
213
                "type": "git",
214
                "url": "https://github.com/thephpleague/route.git",
215
                "reference": "274e3938c06ec0f478798a92b0deece65db5b5e1"
216
            },
217
            "dist": {
218
                "type": "zip",
219
                "url": "https://api.github.com/repos/thephpleague/route/zipball/274e3938c06ec0f478798a92b0deece65db5b5e1",
220
                "reference": "274e3938c06ec0f478798a92b0deece65db5b5e1",
221
                "shasum": ""
222
            },
223
            "require": {
224
                "league/container": "^2.4",
225
                "nikic/fast-route": "^1.0|^0.8|^0.7",
226
                "php": ">=5.4.0",
227
                "psr/container": "^1.0",
228
                "psr/http-message": "^1.0"
229
            },
230
            "replace": {
231
                "orno/http": "~1.0",
232
                "orno/route": "~1.0"
233
            },
234
            "require-dev": {
235
                "phpunit/phpunit": "^4.8"
236
            },
237
            "type": "library",
238
            "extra": {
239
                "branch-alias": {
240
                    "dev-master": "3.x-dev",
241
                    "dev-2.x": "2.x-dev",
242
                    "dev-1.x": "1.x-dev"
243
                }
244
            },
245
            "autoload": {
246
                "psr-4": {
247
                    "League\\Route\\": "src"
248
                }
249
            },
250
            "notification-url": "https://packagist.org/downloads/",
251
            "license": [
252
                "MIT"
253
            ],
254
            "authors": [
255
                {
256
                    "name": "Phil Bennett",
257
                    "email": "[email protected]",
258
                    "homepage": "http://www.philipobenito.com",
259
                    "role": "Developer"
260
                }
261
            ],
262
            "description": "A fast routing and dispatch package built on top of FastRoute.",
263
            "homepage": "https://github.com/thephpleague/route",
264
            "keywords": [
265
                "dispatcher",
266
                "league",
267
                "psr-7",
268
                "psr7",
269
                "route"
270
            ],
271
            "time": "2017-03-22T09:09:41+00:00"
272
        },
273
        {
274
            "name": "nikic/fast-route",
275
            "version": "v1.3.0",
276
            "source": {
277
                "type": "git",
278
                "url": "https://github.com/nikic/FastRoute.git",
279
                "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
280
            },
281
            "dist": {
282
                "type": "zip",
283
                "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
284
                "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
285
                "shasum": ""
286
            },
287
            "require": {
288
                "php": ">=5.4.0"
289
            },
290
            "require-dev": {
291
                "phpunit/phpunit": "^4.8.35|~5.7"
292
            },
293
            "type": "library",
294
            "autoload": {
295
                "psr-4": {
296
                    "FastRoute\\": "src/"
297
                },
298
                "files": [
299
                    "src/functions.php"
300
                ]
301
            },
302
            "notification-url": "https://packagist.org/downloads/",
303
            "license": [
304
                "BSD-3-Clause"
305
            ],
306
            "authors": [
307
                {
308
                    "name": "Nikita Popov",
309
                    "email": "[email protected]"
310
                }
311
            ],
312
            "description": "Fast request router for PHP",
313
            "keywords": [
314
                "router",
315
                "routing"
316
            ],
317
            "time": "2018-02-13T20:26:39+00:00"
318
        },
319
        {
320
            "name": "phpcollection/phpcollection",
321
            "version": "0.5.0",
322
            "source": {
323
                "type": "git",
324
                "url": "https://github.com/schmittjoh/php-collection.git",
325
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
326
            },
327
            "dist": {
328
                "type": "zip",
329
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
330
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
331
                "shasum": ""
332
            },
333
            "require": {
334
                "phpoption/phpoption": "1.*"
335
            },
336
            "type": "library",
337
            "extra": {
338
                "branch-alias": {
339
                    "dev-master": "0.4-dev"
340
                }
341
            },
342
            "autoload": {
343
                "psr-0": {
344
                    "PhpCollection": "src/"
345
                }
346
            },
347
            "notification-url": "https://packagist.org/downloads/",
348
            "license": [
349
                "Apache2"
350
            ],
351
            "authors": [
352
                {
353
                    "name": "Johannes M. Schmitt",
354
                    "email": "[email protected]"
355
                }
356
            ],
357
            "description": "General-Purpose Collection Library for PHP",
358
            "keywords": [
359
                "collection",
360
                "list",
361
                "map",
362
                "sequence",
363
                "set"
364
            ],
365
            "time": "2015-05-17T12:39:23+00:00"
366
        },
367
        {
368
            "name": "phpoption/phpoption",
369
            "version": "1.5.0",
370
            "source": {
371
                "type": "git",
372
                "url": "https://github.com/schmittjoh/php-option.git",
373
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
374
            },
375
            "dist": {
376
                "type": "zip",
377
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
378
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
379
                "shasum": ""
380
            },
381
            "require": {
382
                "php": ">=5.3.0"
383
            },
384
            "require-dev": {
385
                "phpunit/phpunit": "4.7.*"
386
            },
387
            "type": "library",
388
            "extra": {
389
                "branch-alias": {
390
                    "dev-master": "1.3-dev"
391
                }
392
            },
393
            "autoload": {
394
                "psr-0": {
395
                    "PhpOption\\": "src/"
396
                }
397
            },
398
            "notification-url": "https://packagist.org/downloads/",
399
            "license": [
400
                "Apache2"
401
            ],
402
            "authors": [
403
                {
404
                    "name": "Johannes M. Schmitt",
405
                    "email": "[email protected]"
406
                }
407
            ],
408
            "description": "Option Type for PHP",
409
            "keywords": [
410
                "language",
411
                "option",
412
                "php",
413
                "type"
414
            ],
415
            "time": "2015-07-25T16:39:46+00:00"
416
        },
417
        {
418
            "name": "psr/container",
419
            "version": "1.0.0",
420
            "source": {
421
                "type": "git",
422
                "url": "https://github.com/php-fig/container.git",
423
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
424
            },
425
            "dist": {
426
                "type": "zip",
427
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
428
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
429
                "shasum": ""
430
            },
431
            "require": {
432
                "php": ">=5.3.0"
433
            },
434
            "type": "library",
435
            "extra": {
436
                "branch-alias": {
437
                    "dev-master": "1.0.x-dev"
438
                }
439
            },
440
            "autoload": {
441
                "psr-4": {
442
                    "Psr\\Container\\": "src/"
443
                }
444
            },
445
            "notification-url": "https://packagist.org/downloads/",
446
            "license": [
447
                "MIT"
448
            ],
449
            "authors": [
450
                {
451
                    "name": "PHP-FIG",
452
                    "homepage": "http://www.php-fig.org/"
453
                }
454
            ],
455
            "description": "Common Container Interface (PHP FIG PSR-11)",
456
            "homepage": "https://github.com/php-fig/container",
457
            "keywords": [
458
                "PSR-11",
459
                "container",
460
                "container-interface",
461
                "container-interop",
462
                "psr"
463
            ],
464
            "time": "2017-02-14T16:28:37+00:00"
465
        },
466
        {
467
            "name": "psr/http-message",
468
            "version": "1.0.1",
469
            "source": {
470
                "type": "git",
471
                "url": "https://github.com/php-fig/http-message.git",
472
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
473
            },
474
            "dist": {
475
                "type": "zip",
476
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
477
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
478
                "shasum": ""
479
            },
480
            "require": {
481
                "php": ">=5.3.0"
482
            },
483
            "type": "library",
484
            "extra": {
485
                "branch-alias": {
486
                    "dev-master": "1.0.x-dev"
487
                }
488
            },
489
            "autoload": {
490
                "psr-4": {
491
                    "Psr\\Http\\Message\\": "src/"
492
                }
493
            },
494
            "notification-url": "https://packagist.org/downloads/",
495
            "license": [
496
                "MIT"
497
            ],
498
            "authors": [
499
                {
500
                    "name": "PHP-FIG",
501
                    "homepage": "http://www.php-fig.org/"
502
                }
503
            ],
504
            "description": "Common interface for HTTP messages",
505
            "homepage": "https://github.com/php-fig/http-message",
506
            "keywords": [
507
                "http",
508
                "http-message",
509
                "psr",
510
                "psr-7",
511
                "request",
512
                "response"
513
            ],
514
            "time": "2016-08-06T14:39:51+00:00"
515
        },
516
        {
517
            "name": "psr/log",
518
            "version": "1.0.2",
519
            "source": {
520
                "type": "git",
521
                "url": "https://github.com/php-fig/log.git",
522
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
523
            },
524
            "dist": {
525
                "type": "zip",
526
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
527
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
528
                "shasum": ""
529
            },
530
            "require": {
531
                "php": ">=5.3.0"
532
            },
533
            "type": "library",
534
            "extra": {
535
                "branch-alias": {
536
                    "dev-master": "1.0.x-dev"
537
                }
538
            },
539
            "autoload": {
540
                "psr-4": {
541
                    "Psr\\Log\\": "Psr/Log/"
542
                }
543
            },
544
            "notification-url": "https://packagist.org/downloads/",
545
            "license": [
546
                "MIT"
547
            ],
548
            "authors": [
549
                {
550
                    "name": "PHP-FIG",
551
                    "homepage": "http://www.php-fig.org/"
552
                }
553
            ],
554
            "description": "Common interface for logging libraries",
555
            "homepage": "https://github.com/php-fig/log",
556
            "keywords": [
557
                "log",
558
                "psr",
559
                "psr-3"
560
            ],
561
            "time": "2016-10-10T12:19:37+00:00"
562
        },
563
        {
564
            "name": "symfony/console",
565
            "version": "v3.4.4",
566
            "source": {
567
                "type": "git",
568
                "url": "https://github.com/symfony/console.git",
569
                "reference": "26b6f419edda16c19775211987651cb27baea7f1"
570
            },
571
            "dist": {
572
                "type": "zip",
573
                "url": "https://api.github.com/repos/symfony/console/zipball/26b6f419edda16c19775211987651cb27baea7f1",
574
                "reference": "26b6f419edda16c19775211987651cb27baea7f1",
575
                "shasum": ""
576
            },
577
            "require": {
578
                "php": "^5.5.9|>=7.0.8",
579
                "symfony/debug": "~2.8|~3.0|~4.0",
580
                "symfony/polyfill-mbstring": "~1.0"
581
            },
582
            "conflict": {
583
                "symfony/dependency-injection": "<3.4",
584
                "symfony/process": "<3.3"
585
            },
586
            "require-dev": {
587
                "psr/log": "~1.0",
588
                "symfony/config": "~3.3|~4.0",
589
                "symfony/dependency-injection": "~3.4|~4.0",
590
                "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
591
                "symfony/lock": "~3.4|~4.0",
592
                "symfony/process": "~3.3|~4.0"
593
            },
594
            "suggest": {
595
                "psr/log": "For using the console logger",
596
                "symfony/event-dispatcher": "",
597
                "symfony/lock": "",
598
                "symfony/process": ""
599
            },
600
            "type": "library",
601
            "extra": {
602
                "branch-alias": {
603
                    "dev-master": "3.4-dev"
604
                }
605
            },
606
            "autoload": {
607
                "psr-4": {
608
                    "Symfony\\Component\\Console\\": ""
609
                },
610
                "exclude-from-classmap": [
611
                    "/Tests/"
612
                ]
613
            },
614
            "notification-url": "https://packagist.org/downloads/",
615
            "license": [
616
                "MIT"
617
            ],
618
            "authors": [
619
                {
620
                    "name": "Fabien Potencier",
621
                    "email": "[email protected]"
622
                },
623
                {
624
                    "name": "Symfony Community",
625
                    "homepage": "https://symfony.com/contributors"
626
                }
627
            ],
628
            "description": "Symfony Console Component",
629
            "homepage": "https://symfony.com",
630
            "time": "2018-01-29T09:03:43+00:00"
631
        },
632
        {
633
            "name": "symfony/debug",
634
            "version": "v3.4.4",
635
            "source": {
636
                "type": "git",
637
                "url": "https://github.com/symfony/debug.git",
638
                "reference": "53f6af2805daf52a43b393b93d2f24925d35c937"
639
            },
640
            "dist": {
641
                "type": "zip",
642
                "url": "https://api.github.com/repos/symfony/debug/zipball/53f6af2805daf52a43b393b93d2f24925d35c937",
643
                "reference": "53f6af2805daf52a43b393b93d2f24925d35c937",
644
                "shasum": ""
645
            },
646
            "require": {
647
                "php": "^5.5.9|>=7.0.8",
648
                "psr/log": "~1.0"
649
            },
650
            "conflict": {
651
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
652
            },
653
            "require-dev": {
654
                "symfony/http-kernel": "~2.8|~3.0|~4.0"
655
            },
656
            "type": "library",
657
            "extra": {
658
                "branch-alias": {
659
                    "dev-master": "3.4-dev"
660
                }
661
            },
662
            "autoload": {
663
                "psr-4": {
664
                    "Symfony\\Component\\Debug\\": ""
665
                },
666
                "exclude-from-classmap": [
667
                    "/Tests/"
668
                ]
669
            },
670
            "notification-url": "https://packagist.org/downloads/",
671
            "license": [
672
                "MIT"
673
            ],
674
            "authors": [
675
                {
676
                    "name": "Fabien Potencier",
677
                    "email": "[email protected]"
678
                },
679
                {
680
                    "name": "Symfony Community",
681
                    "homepage": "https://symfony.com/contributors"
682
                }
683
            ],
684
            "description": "Symfony Debug Component",
685
            "homepage": "https://symfony.com",
686
            "time": "2018-01-18T22:16:57+00:00"
687
        },
688
        {
689
            "name": "symfony/polyfill-mbstring",
690
            "version": "v1.7.0",
691
            "source": {
692
                "type": "git",
693
                "url": "https://github.com/symfony/polyfill-mbstring.git",
694
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
695
            },
696
            "dist": {
697
                "type": "zip",
698
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
699
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
700
                "shasum": ""
701
            },
702
            "require": {
703
                "php": ">=5.3.3"
704
            },
705
            "suggest": {
706
                "ext-mbstring": "For best performance"
707
            },
708
            "type": "library",
709
            "extra": {
710
                "branch-alias": {
711
                    "dev-master": "1.7-dev"
712
                }
713
            },
714
            "autoload": {
715
                "psr-4": {
716
                    "Symfony\\Polyfill\\Mbstring\\": ""
717
                },
718
                "files": [
719
                    "bootstrap.php"
720
                ]
721
            },
722
            "notification-url": "https://packagist.org/downloads/",
723
            "license": [
724
                "MIT"
725
            ],
726
            "authors": [
727
                {
728
                    "name": "Nicolas Grekas",
729
                    "email": "[email protected]"
730
                },
731
                {
732
                    "name": "Symfony Community",
733
                    "homepage": "https://symfony.com/contributors"
734
                }
735
            ],
736
            "description": "Symfony polyfill for the Mbstring extension",
737
            "homepage": "https://symfony.com",
738
            "keywords": [
739
                "compatibility",
740
                "mbstring",
741
                "polyfill",
742
                "portable",
743
                "shim"
744
            ],
745
            "time": "2018-01-30T19:27:44+00:00"
746
        },
747
        {
748
            "name": "zendframework/zend-diactoros",
0 ignored issues
show
There is a security advisory for your installed version of zendframework/zend-diactoros:

URL Rewrite vulnerability
Loading history...
749
            "version": "1.7.0",
750
            "source": {
751
                "type": "git",
752
                "url": "https://github.com/zendframework/zend-diactoros.git",
753
                "reference": "ed6ce7e2105c400ca10277643a8327957c0384b7"
754
            },
755
            "dist": {
756
                "type": "zip",
757
                "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/ed6ce7e2105c400ca10277643a8327957c0384b7",
758
                "reference": "ed6ce7e2105c400ca10277643a8327957c0384b7",
759
                "shasum": ""
760
            },
761
            "require": {
762
                "php": "^5.6 || ^7.0",
763
                "psr/http-message": "^1.0"
764
            },
765
            "provide": {
766
                "psr/http-message-implementation": "1.0"
767
            },
768
            "require-dev": {
769
                "ext-dom": "*",
770
                "ext-libxml": "*",
771
                "phpunit/phpunit": "^5.7.16 || ^6.0.8",
772
                "zendframework/zend-coding-standard": "~1.0"
773
            },
774
            "type": "library",
775
            "extra": {
776
                "branch-alias": {
777
                    "dev-master": "1.7.x-dev",
778
                    "dev-develop": "1.8.x-dev"
779
                }
780
            },
781
            "autoload": {
782
                "psr-4": {
783
                    "Zend\\Diactoros\\": "src/"
784
                }
785
            },
786
            "notification-url": "https://packagist.org/downloads/",
787
            "license": [
788
                "BSD-2-Clause"
789
            ],
790
            "description": "PSR HTTP Message implementations",
791
            "homepage": "https://github.com/zendframework/zend-diactoros",
792
            "keywords": [
793
                "http",
794
                "psr",
795
                "psr-7"
796
            ],
797
            "time": "2018-01-04T18:21:48+00:00"
798
        }
799
    ],
800
    "packages-dev": [
801
        {
802
            "name": "doctrine/instantiator",
803
            "version": "1.0.5",
804
            "source": {
805
                "type": "git",
806
                "url": "https://github.com/doctrine/instantiator.git",
807
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
808
            },
809
            "dist": {
810
                "type": "zip",
811
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
812
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
813
                "shasum": ""
814
            },
815
            "require": {
816
                "php": ">=5.3,<8.0-DEV"
817
            },
818
            "require-dev": {
819
                "athletic/athletic": "~0.1.8",
820
                "ext-pdo": "*",
821
                "ext-phar": "*",
822
                "phpunit/phpunit": "~4.0",
823
                "squizlabs/php_codesniffer": "~2.0"
824
            },
825
            "type": "library",
826
            "extra": {
827
                "branch-alias": {
828
                    "dev-master": "1.0.x-dev"
829
                }
830
            },
831
            "autoload": {
832
                "psr-4": {
833
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
834
                }
835
            },
836
            "notification-url": "https://packagist.org/downloads/",
837
            "license": [
838
                "MIT"
839
            ],
840
            "authors": [
841
                {
842
                    "name": "Marco Pivetta",
843
                    "email": "[email protected]",
844
                    "homepage": "http://ocramius.github.com/"
845
                }
846
            ],
847
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
848
            "homepage": "https://github.com/doctrine/instantiator",
849
            "keywords": [
850
                "constructor",
851
                "instantiate"
852
            ],
853
            "time": "2015-06-14T21:17:01+00:00"
854
        },
855
        {
856
            "name": "fzaninotto/faker",
857
            "version": "v1.7.1",
858
            "source": {
859
                "type": "git",
860
                "url": "https://github.com/fzaninotto/Faker.git",
861
                "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d"
862
            },
863
            "dist": {
864
                "type": "zip",
865
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
866
                "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
867
                "shasum": ""
868
            },
869
            "require": {
870
                "php": "^5.3.3 || ^7.0"
871
            },
872
            "require-dev": {
873
                "ext-intl": "*",
874
                "phpunit/phpunit": "^4.0 || ^5.0",
875
                "squizlabs/php_codesniffer": "^1.5"
876
            },
877
            "type": "library",
878
            "extra": {
879
                "branch-alias": {
880
                    "dev-master": "1.8-dev"
881
                }
882
            },
883
            "autoload": {
884
                "psr-4": {
885
                    "Faker\\": "src/Faker/"
886
                }
887
            },
888
            "notification-url": "https://packagist.org/downloads/",
889
            "license": [
890
                "MIT"
891
            ],
892
            "authors": [
893
                {
894
                    "name": "François Zaninotto"
895
                }
896
            ],
897
            "description": "Faker is a PHP library that generates fake data for you.",
898
            "keywords": [
899
                "data",
900
                "faker",
901
                "fixtures"
902
            ],
903
            "time": "2017-08-15T16:48:10+00:00"
904
        },
905
        {
906
            "name": "hamcrest/hamcrest-php",
907
            "version": "v1.2.2",
908
            "source": {
909
                "type": "git",
910
                "url": "https://github.com/hamcrest/hamcrest-php.git",
911
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
912
            },
913
            "dist": {
914
                "type": "zip",
915
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
916
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
917
                "shasum": ""
918
            },
919
            "require": {
920
                "php": ">=5.3.2"
921
            },
922
            "replace": {
923
                "cordoval/hamcrest-php": "*",
924
                "davedevelopment/hamcrest-php": "*",
925
                "kodova/hamcrest-php": "*"
926
            },
927
            "require-dev": {
928
                "phpunit/php-file-iterator": "1.3.3",
929
                "satooshi/php-coveralls": "dev-master"
930
            },
931
            "type": "library",
932
            "autoload": {
933
                "classmap": [
934
                    "hamcrest"
935
                ],
936
                "files": [
937
                    "hamcrest/Hamcrest.php"
938
                ]
939
            },
940
            "notification-url": "https://packagist.org/downloads/",
941
            "license": [
942
                "BSD"
943
            ],
944
            "description": "This is the PHP port of Hamcrest Matchers",
945
            "keywords": [
946
                "test"
947
            ],
948
            "time": "2015-05-11T14:41:42+00:00"
949
        },
950
        {
951
            "name": "mockery/mockery",
952
            "version": "0.9.9",
953
            "source": {
954
                "type": "git",
955
                "url": "https://github.com/mockery/mockery.git",
956
                "reference": "6fdb61243844dc924071d3404bb23994ea0b6856"
957
            },
958
            "dist": {
959
                "type": "zip",
960
                "url": "https://api.github.com/repos/mockery/mockery/zipball/6fdb61243844dc924071d3404bb23994ea0b6856",
961
                "reference": "6fdb61243844dc924071d3404bb23994ea0b6856",
962
                "shasum": ""
963
            },
964
            "require": {
965
                "hamcrest/hamcrest-php": "~1.1",
966
                "lib-pcre": ">=7.0",
967
                "php": ">=5.3.2"
968
            },
969
            "require-dev": {
970
                "phpunit/phpunit": "~4.0"
971
            },
972
            "type": "library",
973
            "extra": {
974
                "branch-alias": {
975
                    "dev-master": "0.9.x-dev"
976
                }
977
            },
978
            "autoload": {
979
                "psr-0": {
980
                    "Mockery": "library/"
981
                }
982
            },
983
            "notification-url": "https://packagist.org/downloads/",
984
            "license": [
985
                "BSD-3-Clause"
986
            ],
987
            "authors": [
988
                {
989
                    "name": "Pádraic Brady",
990
                    "email": "[email protected]",
991
                    "homepage": "http://blog.astrumfutura.com"
992
                },
993
                {
994
                    "name": "Dave Marshall",
995
                    "email": "[email protected]",
996
                    "homepage": "http://davedevelopment.co.uk"
997
                }
998
            ],
999
            "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.",
1000
            "homepage": "http://github.com/padraic/mockery",
1001
            "keywords": [
1002
                "BDD",
1003
                "TDD",
1004
                "library",
1005
                "mock",
1006
                "mock objects",
1007
                "mockery",
1008
                "stub",
1009
                "test",
1010
                "test double",
1011
                "testing"
1012
            ],
1013
            "time": "2017-02-28T12:52:32+00:00"
1014
        },
1015
        {
1016
            "name": "myclabs/deep-copy",
1017
            "version": "1.7.0",
1018
            "source": {
1019
                "type": "git",
1020
                "url": "https://github.com/myclabs/DeepCopy.git",
1021
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
1022
            },
1023
            "dist": {
1024
                "type": "zip",
1025
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
1026
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
1027
                "shasum": ""
1028
            },
1029
            "require": {
1030
                "php": "^5.6 || ^7.0"
1031
            },
1032
            "require-dev": {
1033
                "doctrine/collections": "^1.0",
1034
                "doctrine/common": "^2.6",
1035
                "phpunit/phpunit": "^4.1"
1036
            },
1037
            "type": "library",
1038
            "autoload": {
1039
                "psr-4": {
1040
                    "DeepCopy\\": "src/DeepCopy/"
1041
                },
1042
                "files": [
1043
                    "src/DeepCopy/deep_copy.php"
1044
                ]
1045
            },
1046
            "notification-url": "https://packagist.org/downloads/",
1047
            "license": [
1048
                "MIT"
1049
            ],
1050
            "description": "Create deep copies (clones) of your objects",
1051
            "keywords": [
1052
                "clone",
1053
                "copy",
1054
                "duplicate",
1055
                "object",
1056
                "object graph"
1057
            ],
1058
            "time": "2017-10-19T19:58:43+00:00"
1059
        },
1060
        {
1061
            "name": "phpdocumentor/reflection-common",
1062
            "version": "1.0.1",
1063
            "source": {
1064
                "type": "git",
1065
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
1066
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
1067
            },
1068
            "dist": {
1069
                "type": "zip",
1070
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
1071
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
1072
                "shasum": ""
1073
            },
1074
            "require": {
1075
                "php": ">=5.5"
1076
            },
1077
            "require-dev": {
1078
                "phpunit/phpunit": "^4.6"
1079
            },
1080
            "type": "library",
1081
            "extra": {
1082
                "branch-alias": {
1083
                    "dev-master": "1.0.x-dev"
1084
                }
1085
            },
1086
            "autoload": {
1087
                "psr-4": {
1088
                    "phpDocumentor\\Reflection\\": [
1089
                        "src"
1090
                    ]
1091
                }
1092
            },
1093
            "notification-url": "https://packagist.org/downloads/",
1094
            "license": [
1095
                "MIT"
1096
            ],
1097
            "authors": [
1098
                {
1099
                    "name": "Jaap van Otterdijk",
1100
                    "email": "[email protected]"
1101
                }
1102
            ],
1103
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
1104
            "homepage": "http://www.phpdoc.org",
1105
            "keywords": [
1106
                "FQSEN",
1107
                "phpDocumentor",
1108
                "phpdoc",
1109
                "reflection",
1110
                "static analysis"
1111
            ],
1112
            "time": "2017-09-11T18:02:19+00:00"
1113
        },
1114
        {
1115
            "name": "phpdocumentor/reflection-docblock",
1116
            "version": "4.3.0",
1117
            "source": {
1118
                "type": "git",
1119
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1120
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
1121
            },
1122
            "dist": {
1123
                "type": "zip",
1124
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
1125
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
1126
                "shasum": ""
1127
            },
1128
            "require": {
1129
                "php": "^7.0",
1130
                "phpdocumentor/reflection-common": "^1.0.0",
1131
                "phpdocumentor/type-resolver": "^0.4.0",
1132
                "webmozart/assert": "^1.0"
1133
            },
1134
            "require-dev": {
1135
                "doctrine/instantiator": "~1.0.5",
1136
                "mockery/mockery": "^1.0",
1137
                "phpunit/phpunit": "^6.4"
1138
            },
1139
            "type": "library",
1140
            "extra": {
1141
                "branch-alias": {
1142
                    "dev-master": "4.x-dev"
1143
                }
1144
            },
1145
            "autoload": {
1146
                "psr-4": {
1147
                    "phpDocumentor\\Reflection\\": [
1148
                        "src/"
1149
                    ]
1150
                }
1151
            },
1152
            "notification-url": "https://packagist.org/downloads/",
1153
            "license": [
1154
                "MIT"
1155
            ],
1156
            "authors": [
1157
                {
1158
                    "name": "Mike van Riel",
1159
                    "email": "[email protected]"
1160
                }
1161
            ],
1162
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1163
            "time": "2017-11-30T07:14:17+00:00"
1164
        },
1165
        {
1166
            "name": "phpdocumentor/type-resolver",
1167
            "version": "0.4.0",
1168
            "source": {
1169
                "type": "git",
1170
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
1171
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
1172
            },
1173
            "dist": {
1174
                "type": "zip",
1175
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
1176
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
1177
                "shasum": ""
1178
            },
1179
            "require": {
1180
                "php": "^5.5 || ^7.0",
1181
                "phpdocumentor/reflection-common": "^1.0"
1182
            },
1183
            "require-dev": {
1184
                "mockery/mockery": "^0.9.4",
1185
                "phpunit/phpunit": "^5.2||^4.8.24"
1186
            },
1187
            "type": "library",
1188
            "extra": {
1189
                "branch-alias": {
1190
                    "dev-master": "1.0.x-dev"
1191
                }
1192
            },
1193
            "autoload": {
1194
                "psr-4": {
1195
                    "phpDocumentor\\Reflection\\": [
1196
                        "src/"
1197
                    ]
1198
                }
1199
            },
1200
            "notification-url": "https://packagist.org/downloads/",
1201
            "license": [
1202
                "MIT"
1203
            ],
1204
            "authors": [
1205
                {
1206
                    "name": "Mike van Riel",
1207
                    "email": "[email protected]"
1208
                }
1209
            ],
1210
            "time": "2017-07-14T14:27:02+00:00"
1211
        },
1212
        {
1213
            "name": "phpspec/prophecy",
1214
            "version": "1.7.5",
1215
            "source": {
1216
                "type": "git",
1217
                "url": "https://github.com/phpspec/prophecy.git",
1218
                "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401"
1219
            },
1220
            "dist": {
1221
                "type": "zip",
1222
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401",
1223
                "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401",
1224
                "shasum": ""
1225
            },
1226
            "require": {
1227
                "doctrine/instantiator": "^1.0.2",
1228
                "php": "^5.3|^7.0",
1229
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
1230
                "sebastian/comparator": "^1.1|^2.0",
1231
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
1232
            },
1233
            "require-dev": {
1234
                "phpspec/phpspec": "^2.5|^3.2",
1235
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
1236
            },
1237
            "type": "library",
1238
            "extra": {
1239
                "branch-alias": {
1240
                    "dev-master": "1.7.x-dev"
1241
                }
1242
            },
1243
            "autoload": {
1244
                "psr-0": {
1245
                    "Prophecy\\": "src/"
1246
                }
1247
            },
1248
            "notification-url": "https://packagist.org/downloads/",
1249
            "license": [
1250
                "MIT"
1251
            ],
1252
            "authors": [
1253
                {
1254
                    "name": "Konstantin Kudryashov",
1255
                    "email": "[email protected]",
1256
                    "homepage": "http://everzet.com"
1257
                },
1258
                {
1259
                    "name": "Marcello Duarte",
1260
                    "email": "[email protected]"
1261
                }
1262
            ],
1263
            "description": "Highly opinionated mocking framework for PHP 5.3+",
1264
            "homepage": "https://github.com/phpspec/prophecy",
1265
            "keywords": [
1266
                "Double",
1267
                "Dummy",
1268
                "fake",
1269
                "mock",
1270
                "spy",
1271
                "stub"
1272
            ],
1273
            "time": "2018-02-19T10:16:54+00:00"
1274
        },
1275
        {
1276
            "name": "phpunit/php-code-coverage",
1277
            "version": "4.0.8",
1278
            "source": {
1279
                "type": "git",
1280
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1281
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
1282
            },
1283
            "dist": {
1284
                "type": "zip",
1285
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
1286
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
1287
                "shasum": ""
1288
            },
1289
            "require": {
1290
                "ext-dom": "*",
1291
                "ext-xmlwriter": "*",
1292
                "php": "^5.6 || ^7.0",
1293
                "phpunit/php-file-iterator": "^1.3",
1294
                "phpunit/php-text-template": "^1.2",
1295
                "phpunit/php-token-stream": "^1.4.2 || ^2.0",
1296
                "sebastian/code-unit-reverse-lookup": "^1.0",
1297
                "sebastian/environment": "^1.3.2 || ^2.0",
1298
                "sebastian/version": "^1.0 || ^2.0"
1299
            },
1300
            "require-dev": {
1301
                "ext-xdebug": "^2.1.4",
1302
                "phpunit/phpunit": "^5.7"
1303
            },
1304
            "suggest": {
1305
                "ext-xdebug": "^2.5.1"
1306
            },
1307
            "type": "library",
1308
            "extra": {
1309
                "branch-alias": {
1310
                    "dev-master": "4.0.x-dev"
1311
                }
1312
            },
1313
            "autoload": {
1314
                "classmap": [
1315
                    "src/"
1316
                ]
1317
            },
1318
            "notification-url": "https://packagist.org/downloads/",
1319
            "license": [
1320
                "BSD-3-Clause"
1321
            ],
1322
            "authors": [
1323
                {
1324
                    "name": "Sebastian Bergmann",
1325
                    "email": "[email protected]",
1326
                    "role": "lead"
1327
                }
1328
            ],
1329
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1330
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1331
            "keywords": [
1332
                "coverage",
1333
                "testing",
1334
                "xunit"
1335
            ],
1336
            "time": "2017-04-02T07:44:40+00:00"
1337
        },
1338
        {
1339
            "name": "phpunit/php-file-iterator",
1340
            "version": "1.4.5",
1341
            "source": {
1342
                "type": "git",
1343
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1344
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
1345
            },
1346
            "dist": {
1347
                "type": "zip",
1348
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
1349
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
1350
                "shasum": ""
1351
            },
1352
            "require": {
1353
                "php": ">=5.3.3"
1354
            },
1355
            "type": "library",
1356
            "extra": {
1357
                "branch-alias": {
1358
                    "dev-master": "1.4.x-dev"
1359
                }
1360
            },
1361
            "autoload": {
1362
                "classmap": [
1363
                    "src/"
1364
                ]
1365
            },
1366
            "notification-url": "https://packagist.org/downloads/",
1367
            "license": [
1368
                "BSD-3-Clause"
1369
            ],
1370
            "authors": [
1371
                {
1372
                    "name": "Sebastian Bergmann",
1373
                    "email": "[email protected]",
1374
                    "role": "lead"
1375
                }
1376
            ],
1377
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1378
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1379
            "keywords": [
1380
                "filesystem",
1381
                "iterator"
1382
            ],
1383
            "time": "2017-11-27T13:52:08+00:00"
1384
        },
1385
        {
1386
            "name": "phpunit/php-text-template",
1387
            "version": "1.2.1",
1388
            "source": {
1389
                "type": "git",
1390
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1391
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1392
            },
1393
            "dist": {
1394
                "type": "zip",
1395
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1396
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1397
                "shasum": ""
1398
            },
1399
            "require": {
1400
                "php": ">=5.3.3"
1401
            },
1402
            "type": "library",
1403
            "autoload": {
1404
                "classmap": [
1405
                    "src/"
1406
                ]
1407
            },
1408
            "notification-url": "https://packagist.org/downloads/",
1409
            "license": [
1410
                "BSD-3-Clause"
1411
            ],
1412
            "authors": [
1413
                {
1414
                    "name": "Sebastian Bergmann",
1415
                    "email": "[email protected]",
1416
                    "role": "lead"
1417
                }
1418
            ],
1419
            "description": "Simple template engine.",
1420
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1421
            "keywords": [
1422
                "template"
1423
            ],
1424
            "time": "2015-06-21T13:50:34+00:00"
1425
        },
1426
        {
1427
            "name": "phpunit/php-timer",
1428
            "version": "1.0.9",
1429
            "source": {
1430
                "type": "git",
1431
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1432
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
1433
            },
1434
            "dist": {
1435
                "type": "zip",
1436
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1437
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1438
                "shasum": ""
1439
            },
1440
            "require": {
1441
                "php": "^5.3.3 || ^7.0"
1442
            },
1443
            "require-dev": {
1444
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1445
            },
1446
            "type": "library",
1447
            "extra": {
1448
                "branch-alias": {
1449
                    "dev-master": "1.0-dev"
1450
                }
1451
            },
1452
            "autoload": {
1453
                "classmap": [
1454
                    "src/"
1455
                ]
1456
            },
1457
            "notification-url": "https://packagist.org/downloads/",
1458
            "license": [
1459
                "BSD-3-Clause"
1460
            ],
1461
            "authors": [
1462
                {
1463
                    "name": "Sebastian Bergmann",
1464
                    "email": "[email protected]",
1465
                    "role": "lead"
1466
                }
1467
            ],
1468
            "description": "Utility class for timing",
1469
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1470
            "keywords": [
1471
                "timer"
1472
            ],
1473
            "time": "2017-02-26T11:10:40+00:00"
1474
        },
1475
        {
1476
            "name": "phpunit/php-token-stream",
1477
            "version": "2.0.2",
1478
            "source": {
1479
                "type": "git",
1480
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1481
                "reference": "791198a2c6254db10131eecfe8c06670700904db"
1482
            },
1483
            "dist": {
1484
                "type": "zip",
1485
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
1486
                "reference": "791198a2c6254db10131eecfe8c06670700904db",
1487
                "shasum": ""
1488
            },
1489
            "require": {
1490
                "ext-tokenizer": "*",
1491
                "php": "^7.0"
1492
            },
1493
            "require-dev": {
1494
                "phpunit/phpunit": "^6.2.4"
1495
            },
1496
            "type": "library",
1497
            "extra": {
1498
                "branch-alias": {
1499
                    "dev-master": "2.0-dev"
1500
                }
1501
            },
1502
            "autoload": {
1503
                "classmap": [
1504
                    "src/"
1505
                ]
1506
            },
1507
            "notification-url": "https://packagist.org/downloads/",
1508
            "license": [
1509
                "BSD-3-Clause"
1510
            ],
1511
            "authors": [
1512
                {
1513
                    "name": "Sebastian Bergmann",
1514
                    "email": "[email protected]"
1515
                }
1516
            ],
1517
            "description": "Wrapper around PHP's tokenizer extension.",
1518
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1519
            "keywords": [
1520
                "tokenizer"
1521
            ],
1522
            "time": "2017-11-27T05:48:46+00:00"
1523
        },
1524
        {
1525
            "name": "phpunit/phpunit",
1526
            "version": "5.7.27",
1527
            "source": {
1528
                "type": "git",
1529
                "url": "https://github.com/sebastianbergmann/phpunit.git",
1530
                "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
1531
            },
1532
            "dist": {
1533
                "type": "zip",
1534
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
1535
                "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
1536
                "shasum": ""
1537
            },
1538
            "require": {
1539
                "ext-dom": "*",
1540
                "ext-json": "*",
1541
                "ext-libxml": "*",
1542
                "ext-mbstring": "*",
1543
                "ext-xml": "*",
1544
                "myclabs/deep-copy": "~1.3",
1545
                "php": "^5.6 || ^7.0",
1546
                "phpspec/prophecy": "^1.6.2",
1547
                "phpunit/php-code-coverage": "^4.0.4",
1548
                "phpunit/php-file-iterator": "~1.4",
1549
                "phpunit/php-text-template": "~1.2",
1550
                "phpunit/php-timer": "^1.0.6",
1551
                "phpunit/phpunit-mock-objects": "^3.2",
1552
                "sebastian/comparator": "^1.2.4",
1553
                "sebastian/diff": "^1.4.3",
1554
                "sebastian/environment": "^1.3.4 || ^2.0",
1555
                "sebastian/exporter": "~2.0",
1556
                "sebastian/global-state": "^1.1",
1557
                "sebastian/object-enumerator": "~2.0",
1558
                "sebastian/resource-operations": "~1.0",
1559
                "sebastian/version": "^1.0.6|^2.0.1",
1560
                "symfony/yaml": "~2.1|~3.0|~4.0"
1561
            },
1562
            "conflict": {
1563
                "phpdocumentor/reflection-docblock": "3.0.2"
1564
            },
1565
            "require-dev": {
1566
                "ext-pdo": "*"
1567
            },
1568
            "suggest": {
1569
                "ext-xdebug": "*",
1570
                "phpunit/php-invoker": "~1.1"
1571
            },
1572
            "bin": [
1573
                "phpunit"
1574
            ],
1575
            "type": "library",
1576
            "extra": {
1577
                "branch-alias": {
1578
                    "dev-master": "5.7.x-dev"
1579
                }
1580
            },
1581
            "autoload": {
1582
                "classmap": [
1583
                    "src/"
1584
                ]
1585
            },
1586
            "notification-url": "https://packagist.org/downloads/",
1587
            "license": [
1588
                "BSD-3-Clause"
1589
            ],
1590
            "authors": [
1591
                {
1592
                    "name": "Sebastian Bergmann",
1593
                    "email": "[email protected]",
1594
                    "role": "lead"
1595
                }
1596
            ],
1597
            "description": "The PHP Unit Testing framework.",
1598
            "homepage": "https://phpunit.de/",
1599
            "keywords": [
1600
                "phpunit",
1601
                "testing",
1602
                "xunit"
1603
            ],
1604
            "time": "2018-02-01T05:50:59+00:00"
1605
        },
1606
        {
1607
            "name": "phpunit/phpunit-mock-objects",
1608
            "version": "3.4.4",
1609
            "source": {
1610
                "type": "git",
1611
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1612
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
1613
            },
1614
            "dist": {
1615
                "type": "zip",
1616
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
1617
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
1618
                "shasum": ""
1619
            },
1620
            "require": {
1621
                "doctrine/instantiator": "^1.0.2",
1622
                "php": "^5.6 || ^7.0",
1623
                "phpunit/php-text-template": "^1.2",
1624
                "sebastian/exporter": "^1.2 || ^2.0"
1625
            },
1626
            "conflict": {
1627
                "phpunit/phpunit": "<5.4.0"
1628
            },
1629
            "require-dev": {
1630
                "phpunit/phpunit": "^5.4"
1631
            },
1632
            "suggest": {
1633
                "ext-soap": "*"
1634
            },
1635
            "type": "library",
1636
            "extra": {
1637
                "branch-alias": {
1638
                    "dev-master": "3.2.x-dev"
1639
                }
1640
            },
1641
            "autoload": {
1642
                "classmap": [
1643
                    "src/"
1644
                ]
1645
            },
1646
            "notification-url": "https://packagist.org/downloads/",
1647
            "license": [
1648
                "BSD-3-Clause"
1649
            ],
1650
            "authors": [
1651
                {
1652
                    "name": "Sebastian Bergmann",
1653
                    "email": "[email protected]",
1654
                    "role": "lead"
1655
                }
1656
            ],
1657
            "description": "Mock Object library for PHPUnit",
1658
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1659
            "keywords": [
1660
                "mock",
1661
                "xunit"
1662
            ],
1663
            "time": "2017-06-30T09:13:00+00:00"
1664
        },
1665
        {
1666
            "name": "sebastian/code-unit-reverse-lookup",
1667
            "version": "1.0.1",
1668
            "source": {
1669
                "type": "git",
1670
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1671
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
1672
            },
1673
            "dist": {
1674
                "type": "zip",
1675
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1676
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1677
                "shasum": ""
1678
            },
1679
            "require": {
1680
                "php": "^5.6 || ^7.0"
1681
            },
1682
            "require-dev": {
1683
                "phpunit/phpunit": "^5.7 || ^6.0"
1684
            },
1685
            "type": "library",
1686
            "extra": {
1687
                "branch-alias": {
1688
                    "dev-master": "1.0.x-dev"
1689
                }
1690
            },
1691
            "autoload": {
1692
                "classmap": [
1693
                    "src/"
1694
                ]
1695
            },
1696
            "notification-url": "https://packagist.org/downloads/",
1697
            "license": [
1698
                "BSD-3-Clause"
1699
            ],
1700
            "authors": [
1701
                {
1702
                    "name": "Sebastian Bergmann",
1703
                    "email": "[email protected]"
1704
                }
1705
            ],
1706
            "description": "Looks up which function or method a line of code belongs to",
1707
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1708
            "time": "2017-03-04T06:30:41+00:00"
1709
        },
1710
        {
1711
            "name": "sebastian/comparator",
1712
            "version": "1.2.4",
1713
            "source": {
1714
                "type": "git",
1715
                "url": "https://github.com/sebastianbergmann/comparator.git",
1716
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
1717
            },
1718
            "dist": {
1719
                "type": "zip",
1720
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1721
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1722
                "shasum": ""
1723
            },
1724
            "require": {
1725
                "php": ">=5.3.3",
1726
                "sebastian/diff": "~1.2",
1727
                "sebastian/exporter": "~1.2 || ~2.0"
1728
            },
1729
            "require-dev": {
1730
                "phpunit/phpunit": "~4.4"
1731
            },
1732
            "type": "library",
1733
            "extra": {
1734
                "branch-alias": {
1735
                    "dev-master": "1.2.x-dev"
1736
                }
1737
            },
1738
            "autoload": {
1739
                "classmap": [
1740
                    "src/"
1741
                ]
1742
            },
1743
            "notification-url": "https://packagist.org/downloads/",
1744
            "license": [
1745
                "BSD-3-Clause"
1746
            ],
1747
            "authors": [
1748
                {
1749
                    "name": "Jeff Welch",
1750
                    "email": "[email protected]"
1751
                },
1752
                {
1753
                    "name": "Volker Dusch",
1754
                    "email": "[email protected]"
1755
                },
1756
                {
1757
                    "name": "Bernhard Schussek",
1758
                    "email": "[email protected]"
1759
                },
1760
                {
1761
                    "name": "Sebastian Bergmann",
1762
                    "email": "[email protected]"
1763
                }
1764
            ],
1765
            "description": "Provides the functionality to compare PHP values for equality",
1766
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1767
            "keywords": [
1768
                "comparator",
1769
                "compare",
1770
                "equality"
1771
            ],
1772
            "time": "2017-01-29T09:50:25+00:00"
1773
        },
1774
        {
1775
            "name": "sebastian/diff",
1776
            "version": "1.4.3",
1777
            "source": {
1778
                "type": "git",
1779
                "url": "https://github.com/sebastianbergmann/diff.git",
1780
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
1781
            },
1782
            "dist": {
1783
                "type": "zip",
1784
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1785
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1786
                "shasum": ""
1787
            },
1788
            "require": {
1789
                "php": "^5.3.3 || ^7.0"
1790
            },
1791
            "require-dev": {
1792
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1793
            },
1794
            "type": "library",
1795
            "extra": {
1796
                "branch-alias": {
1797
                    "dev-master": "1.4-dev"
1798
                }
1799
            },
1800
            "autoload": {
1801
                "classmap": [
1802
                    "src/"
1803
                ]
1804
            },
1805
            "notification-url": "https://packagist.org/downloads/",
1806
            "license": [
1807
                "BSD-3-Clause"
1808
            ],
1809
            "authors": [
1810
                {
1811
                    "name": "Kore Nordmann",
1812
                    "email": "[email protected]"
1813
                },
1814
                {
1815
                    "name": "Sebastian Bergmann",
1816
                    "email": "[email protected]"
1817
                }
1818
            ],
1819
            "description": "Diff implementation",
1820
            "homepage": "https://github.com/sebastianbergmann/diff",
1821
            "keywords": [
1822
                "diff"
1823
            ],
1824
            "time": "2017-05-22T07:24:03+00:00"
1825
        },
1826
        {
1827
            "name": "sebastian/environment",
1828
            "version": "2.0.0",
1829
            "source": {
1830
                "type": "git",
1831
                "url": "https://github.com/sebastianbergmann/environment.git",
1832
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
1833
            },
1834
            "dist": {
1835
                "type": "zip",
1836
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
1837
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
1838
                "shasum": ""
1839
            },
1840
            "require": {
1841
                "php": "^5.6 || ^7.0"
1842
            },
1843
            "require-dev": {
1844
                "phpunit/phpunit": "^5.0"
1845
            },
1846
            "type": "library",
1847
            "extra": {
1848
                "branch-alias": {
1849
                    "dev-master": "2.0.x-dev"
1850
                }
1851
            },
1852
            "autoload": {
1853
                "classmap": [
1854
                    "src/"
1855
                ]
1856
            },
1857
            "notification-url": "https://packagist.org/downloads/",
1858
            "license": [
1859
                "BSD-3-Clause"
1860
            ],
1861
            "authors": [
1862
                {
1863
                    "name": "Sebastian Bergmann",
1864
                    "email": "[email protected]"
1865
                }
1866
            ],
1867
            "description": "Provides functionality to handle HHVM/PHP environments",
1868
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1869
            "keywords": [
1870
                "Xdebug",
1871
                "environment",
1872
                "hhvm"
1873
            ],
1874
            "time": "2016-11-26T07:53:53+00:00"
1875
        },
1876
        {
1877
            "name": "sebastian/exporter",
1878
            "version": "2.0.0",
1879
            "source": {
1880
                "type": "git",
1881
                "url": "https://github.com/sebastianbergmann/exporter.git",
1882
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
1883
            },
1884
            "dist": {
1885
                "type": "zip",
1886
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
1887
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
1888
                "shasum": ""
1889
            },
1890
            "require": {
1891
                "php": ">=5.3.3",
1892
                "sebastian/recursion-context": "~2.0"
1893
            },
1894
            "require-dev": {
1895
                "ext-mbstring": "*",
1896
                "phpunit/phpunit": "~4.4"
1897
            },
1898
            "type": "library",
1899
            "extra": {
1900
                "branch-alias": {
1901
                    "dev-master": "2.0.x-dev"
1902
                }
1903
            },
1904
            "autoload": {
1905
                "classmap": [
1906
                    "src/"
1907
                ]
1908
            },
1909
            "notification-url": "https://packagist.org/downloads/",
1910
            "license": [
1911
                "BSD-3-Clause"
1912
            ],
1913
            "authors": [
1914
                {
1915
                    "name": "Jeff Welch",
1916
                    "email": "[email protected]"
1917
                },
1918
                {
1919
                    "name": "Volker Dusch",
1920
                    "email": "[email protected]"
1921
                },
1922
                {
1923
                    "name": "Bernhard Schussek",
1924
                    "email": "[email protected]"
1925
                },
1926
                {
1927
                    "name": "Sebastian Bergmann",
1928
                    "email": "[email protected]"
1929
                },
1930
                {
1931
                    "name": "Adam Harvey",
1932
                    "email": "[email protected]"
1933
                }
1934
            ],
1935
            "description": "Provides the functionality to export PHP variables for visualization",
1936
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1937
            "keywords": [
1938
                "export",
1939
                "exporter"
1940
            ],
1941
            "time": "2016-11-19T08:54:04+00:00"
1942
        },
1943
        {
1944
            "name": "sebastian/global-state",
1945
            "version": "1.1.1",
1946
            "source": {
1947
                "type": "git",
1948
                "url": "https://github.com/sebastianbergmann/global-state.git",
1949
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1950
            },
1951
            "dist": {
1952
                "type": "zip",
1953
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1954
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1955
                "shasum": ""
1956
            },
1957
            "require": {
1958
                "php": ">=5.3.3"
1959
            },
1960
            "require-dev": {
1961
                "phpunit/phpunit": "~4.2"
1962
            },
1963
            "suggest": {
1964
                "ext-uopz": "*"
1965
            },
1966
            "type": "library",
1967
            "extra": {
1968
                "branch-alias": {
1969
                    "dev-master": "1.0-dev"
1970
                }
1971
            },
1972
            "autoload": {
1973
                "classmap": [
1974
                    "src/"
1975
                ]
1976
            },
1977
            "notification-url": "https://packagist.org/downloads/",
1978
            "license": [
1979
                "BSD-3-Clause"
1980
            ],
1981
            "authors": [
1982
                {
1983
                    "name": "Sebastian Bergmann",
1984
                    "email": "[email protected]"
1985
                }
1986
            ],
1987
            "description": "Snapshotting of global state",
1988
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1989
            "keywords": [
1990
                "global state"
1991
            ],
1992
            "time": "2015-10-12T03:26:01+00:00"
1993
        },
1994
        {
1995
            "name": "sebastian/object-enumerator",
1996
            "version": "2.0.1",
1997
            "source": {
1998
                "type": "git",
1999
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2000
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
2001
            },
2002
            "dist": {
2003
                "type": "zip",
2004
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
2005
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
2006
                "shasum": ""
2007
            },
2008
            "require": {
2009
                "php": ">=5.6",
2010
                "sebastian/recursion-context": "~2.0"
2011
            },
2012
            "require-dev": {
2013
                "phpunit/phpunit": "~5"
2014
            },
2015
            "type": "library",
2016
            "extra": {
2017
                "branch-alias": {
2018
                    "dev-master": "2.0.x-dev"
2019
                }
2020
            },
2021
            "autoload": {
2022
                "classmap": [
2023
                    "src/"
2024
                ]
2025
            },
2026
            "notification-url": "https://packagist.org/downloads/",
2027
            "license": [
2028
                "BSD-3-Clause"
2029
            ],
2030
            "authors": [
2031
                {
2032
                    "name": "Sebastian Bergmann",
2033
                    "email": "[email protected]"
2034
                }
2035
            ],
2036
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2037
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2038
            "time": "2017-02-18T15:18:39+00:00"
2039
        },
2040
        {
2041
            "name": "sebastian/recursion-context",
2042
            "version": "2.0.0",
2043
            "source": {
2044
                "type": "git",
2045
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
2046
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
2047
            },
2048
            "dist": {
2049
                "type": "zip",
2050
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
2051
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
2052
                "shasum": ""
2053
            },
2054
            "require": {
2055
                "php": ">=5.3.3"
2056
            },
2057
            "require-dev": {
2058
                "phpunit/phpunit": "~4.4"
2059
            },
2060
            "type": "library",
2061
            "extra": {
2062
                "branch-alias": {
2063
                    "dev-master": "2.0.x-dev"
2064
                }
2065
            },
2066
            "autoload": {
2067
                "classmap": [
2068
                    "src/"
2069
                ]
2070
            },
2071
            "notification-url": "https://packagist.org/downloads/",
2072
            "license": [
2073
                "BSD-3-Clause"
2074
            ],
2075
            "authors": [
2076
                {
2077
                    "name": "Jeff Welch",
2078
                    "email": "[email protected]"
2079
                },
2080
                {
2081
                    "name": "Sebastian Bergmann",
2082
                    "email": "[email protected]"
2083
                },
2084
                {
2085
                    "name": "Adam Harvey",
2086
                    "email": "[email protected]"
2087
                }
2088
            ],
2089
            "description": "Provides functionality to recursively process PHP variables",
2090
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2091
            "time": "2016-11-19T07:33:16+00:00"
2092
        },
2093
        {
2094
            "name": "sebastian/resource-operations",
2095
            "version": "1.0.0",
2096
            "source": {
2097
                "type": "git",
2098
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
2099
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
2100
            },
2101
            "dist": {
2102
                "type": "zip",
2103
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2104
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2105
                "shasum": ""
2106
            },
2107
            "require": {
2108
                "php": ">=5.6.0"
2109
            },
2110
            "type": "library",
2111
            "extra": {
2112
                "branch-alias": {
2113
                    "dev-master": "1.0.x-dev"
2114
                }
2115
            },
2116
            "autoload": {
2117
                "classmap": [
2118
                    "src/"
2119
                ]
2120
            },
2121
            "notification-url": "https://packagist.org/downloads/",
2122
            "license": [
2123
                "BSD-3-Clause"
2124
            ],
2125
            "authors": [
2126
                {
2127
                    "name": "Sebastian Bergmann",
2128
                    "email": "[email protected]"
2129
                }
2130
            ],
2131
            "description": "Provides a list of PHP built-in functions that operate on resources",
2132
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2133
            "time": "2015-07-28T20:34:47+00:00"
2134
        },
2135
        {
2136
            "name": "sebastian/version",
2137
            "version": "2.0.1",
2138
            "source": {
2139
                "type": "git",
2140
                "url": "https://github.com/sebastianbergmann/version.git",
2141
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2142
            },
2143
            "dist": {
2144
                "type": "zip",
2145
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
2146
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2147
                "shasum": ""
2148
            },
2149
            "require": {
2150
                "php": ">=5.6"
2151
            },
2152
            "type": "library",
2153
            "extra": {
2154
                "branch-alias": {
2155
                    "dev-master": "2.0.x-dev"
2156
                }
2157
            },
2158
            "autoload": {
2159
                "classmap": [
2160
                    "src/"
2161
                ]
2162
            },
2163
            "notification-url": "https://packagist.org/downloads/",
2164
            "license": [
2165
                "BSD-3-Clause"
2166
            ],
2167
            "authors": [
2168
                {
2169
                    "name": "Sebastian Bergmann",
2170
                    "email": "[email protected]",
2171
                    "role": "lead"
2172
                }
2173
            ],
2174
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2175
            "homepage": "https://github.com/sebastianbergmann/version",
2176
            "time": "2016-10-03T07:35:21+00:00"
2177
        },
2178
        {
2179
            "name": "symfony/yaml",
2180
            "version": "v3.4.4",
2181
            "source": {
2182
                "type": "git",
2183
                "url": "https://github.com/symfony/yaml.git",
2184
                "reference": "eab73b6c21d27ae4cd037c417618dfd4befb0bfe"
2185
            },
2186
            "dist": {
2187
                "type": "zip",
2188
                "url": "https://api.github.com/repos/symfony/yaml/zipball/eab73b6c21d27ae4cd037c417618dfd4befb0bfe",
2189
                "reference": "eab73b6c21d27ae4cd037c417618dfd4befb0bfe",
2190
                "shasum": ""
2191
            },
2192
            "require": {
2193
                "php": "^5.5.9|>=7.0.8"
2194
            },
2195
            "conflict": {
2196
                "symfony/console": "<3.4"
2197
            },
2198
            "require-dev": {
2199
                "symfony/console": "~3.4|~4.0"
2200
            },
2201
            "suggest": {
2202
                "symfony/console": "For validating YAML files using the lint command"
2203
            },
2204
            "type": "library",
2205
            "extra": {
2206
                "branch-alias": {
2207
                    "dev-master": "3.4-dev"
2208
                }
2209
            },
2210
            "autoload": {
2211
                "psr-4": {
2212
                    "Symfony\\Component\\Yaml\\": ""
2213
                },
2214
                "exclude-from-classmap": [
2215
                    "/Tests/"
2216
                ]
2217
            },
2218
            "notification-url": "https://packagist.org/downloads/",
2219
            "license": [
2220
                "MIT"
2221
            ],
2222
            "authors": [
2223
                {
2224
                    "name": "Fabien Potencier",
2225
                    "email": "[email protected]"
2226
                },
2227
                {
2228
                    "name": "Symfony Community",
2229
                    "homepage": "https://symfony.com/contributors"
2230
                }
2231
            ],
2232
            "description": "Symfony Yaml Component",
2233
            "homepage": "https://symfony.com",
2234
            "time": "2018-01-21T19:05:02+00:00"
2235
        },
2236
        {
2237
            "name": "webmozart/assert",
2238
            "version": "1.3.0",
2239
            "source": {
2240
                "type": "git",
2241
                "url": "https://github.com/webmozart/assert.git",
2242
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
2243
            },
2244
            "dist": {
2245
                "type": "zip",
2246
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
2247
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
2248
                "shasum": ""
2249
            },
2250
            "require": {
2251
                "php": "^5.3.3 || ^7.0"
2252
            },
2253
            "require-dev": {
2254
                "phpunit/phpunit": "^4.6",
2255
                "sebastian/version": "^1.0.1"
2256
            },
2257
            "type": "library",
2258
            "extra": {
2259
                "branch-alias": {
2260
                    "dev-master": "1.3-dev"
2261
                }
2262
            },
2263
            "autoload": {
2264
                "psr-4": {
2265
                    "Webmozart\\Assert\\": "src/"
2266
                }
2267
            },
2268
            "notification-url": "https://packagist.org/downloads/",
2269
            "license": [
2270
                "MIT"
2271
            ],
2272
            "authors": [
2273
                {
2274
                    "name": "Bernhard Schussek",
2275
                    "email": "[email protected]"
2276
                }
2277
            ],
2278
            "description": "Assertions to validate method input/output with nice error messages.",
2279
            "keywords": [
2280
                "assert",
2281
                "check",
2282
                "validate"
2283
            ],
2284
            "time": "2018-01-29T19:49:41+00:00"
2285
        }
2286
    ],
2287
    "aliases": [],
2288
    "minimum-stability": "stable",
2289
    "stability-flags": [],
2290
    "prefer-stable": false,
2291
    "prefer-lowest": false,
2292
    "platform": {
2293
        "php": ">=7.0.0"
2294
    },
2295
    "platform-dev": []
2296
}
2297