Completed
Pull Request — master (#51)
by
unknown
05:00
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#installing-dependencies",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "a8ab75723a570bed7bfb32149b7584b1",
8
    "packages": [
9
        {
10
            "name": "akrabat/ip-address-middleware",
11
            "version": "1.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/akrabat/ip-address-middleware.git",
15
                "reference": "267733337cb116f05a09dea9bc9ad84cc2de91e0"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/akrabat/ip-address-middleware/zipball/267733337cb116f05a09dea9bc9ad84cc2de91e0",
20
                "reference": "267733337cb116f05a09dea9bc9ad84cc2de91e0",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": "^7.0",
25
                "psr/http-message": "^1.0",
26
                "psr/http-server-middleware": "^1.0"
27
            },
28
            "replace": {
29
                "akrabat/rka-ip-address-middleware": "*"
30
            },
31
            "require-dev": {
32
                "phpunit/phpunit": "^6.5",
33
                "squizlabs/php_codesniffer": "^3.2",
34
                "zendframework/zend-diactoros": "^1.7"
35
            },
36
            "type": "library",
37
            "autoload": {
38
                "psr-4": {
39
                    "RKA\\Middleware\\": "src"
40
                }
41
            },
42
            "notification-url": "https://packagist.org/downloads/",
43
            "license": [
44
                "BSD-3-Clause"
45
            ],
46
            "authors": [
47
                {
48
                    "name": "Rob Allen",
49
                    "email": "[email protected]",
50
                    "homepage": "http://akrabat.com"
51
                }
52
            ],
53
            "description": "PSR-15 middleware that determines the client IP address and stores it as a ServerRequest attribute",
54
            "homepage": "http://github.com/akrabat/rka-ip-address-middleware",
55
            "keywords": [
56
                "IP",
57
                "middleware",
58
                "psr7"
59
            ],
60
            "time": "2018-02-18T15:36:43+00:00"
61
        },
62
        {
63
            "name": "container-interop/container-interop",
64
            "version": "1.2.0",
65
            "source": {
66
                "type": "git",
67
                "url": "https://github.com/container-interop/container-interop.git",
68
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
69
            },
70
            "dist": {
71
                "type": "zip",
72
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
73
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
74
                "shasum": ""
75
            },
76
            "require": {
77
                "psr/container": "^1.0"
78
            },
79
            "type": "library",
80
            "autoload": {
81
                "psr-4": {
82
                    "Interop\\Container\\": "src/Interop/Container/"
83
                }
84
            },
85
            "notification-url": "https://packagist.org/downloads/",
86
            "license": [
87
                "MIT"
88
            ],
89
            "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
90
            "homepage": "https://github.com/container-interop/container-interop",
91
            "time": "2017-02-14T19:40:03+00:00"
92
        },
93
        {
94
            "name": "guzzlehttp/guzzle",
95
            "version": "6.3.3",
96
            "source": {
97
                "type": "git",
98
                "url": "https://github.com/guzzle/guzzle.git",
99
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
100
            },
101
            "dist": {
102
                "type": "zip",
103
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
104
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
105
                "shasum": ""
106
            },
107
            "require": {
108
                "guzzlehttp/promises": "^1.0",
109
                "guzzlehttp/psr7": "^1.4",
110
                "php": ">=5.5"
111
            },
112
            "require-dev": {
113
                "ext-curl": "*",
114
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
115
                "psr/log": "^1.0"
116
            },
117
            "suggest": {
118
                "psr/log": "Required for using the Log middleware"
119
            },
120
            "type": "library",
121
            "extra": {
122
                "branch-alias": {
123
                    "dev-master": "6.3-dev"
124
                }
125
            },
126
            "autoload": {
127
                "files": [
128
                    "src/functions_include.php"
129
                ],
130
                "psr-4": {
131
                    "GuzzleHttp\\": "src/"
132
                }
133
            },
134
            "notification-url": "https://packagist.org/downloads/",
135
            "license": [
136
                "MIT"
137
            ],
138
            "authors": [
139
                {
140
                    "name": "Michael Dowling",
141
                    "email": "[email protected]",
142
                    "homepage": "https://github.com/mtdowling"
143
                }
144
            ],
145
            "description": "Guzzle is a PHP HTTP client library",
146
            "homepage": "http://guzzlephp.org/",
147
            "keywords": [
148
                "client",
149
                "curl",
150
                "framework",
151
                "http",
152
                "http client",
153
                "rest",
154
                "web service"
155
            ],
156
            "time": "2018-04-22T15:46:56+00:00"
157
        },
158
        {
159
            "name": "guzzlehttp/promises",
160
            "version": "v1.3.1",
161
            "source": {
162
                "type": "git",
163
                "url": "https://github.com/guzzle/promises.git",
164
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
165
            },
166
            "dist": {
167
                "type": "zip",
168
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
169
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
170
                "shasum": ""
171
            },
172
            "require": {
173
                "php": ">=5.5.0"
174
            },
175
            "require-dev": {
176
                "phpunit/phpunit": "^4.0"
177
            },
178
            "type": "library",
179
            "extra": {
180
                "branch-alias": {
181
                    "dev-master": "1.4-dev"
182
                }
183
            },
184
            "autoload": {
185
                "psr-4": {
186
                    "GuzzleHttp\\Promise\\": "src/"
187
                },
188
                "files": [
189
                    "src/functions_include.php"
190
                ]
191
            },
192
            "notification-url": "https://packagist.org/downloads/",
193
            "license": [
194
                "MIT"
195
            ],
196
            "authors": [
197
                {
198
                    "name": "Michael Dowling",
199
                    "email": "[email protected]",
200
                    "homepage": "https://github.com/mtdowling"
201
                }
202
            ],
203
            "description": "Guzzle promises library",
204
            "keywords": [
205
                "promise"
206
            ],
207
            "time": "2016-12-20T10:07:11+00:00"
208
        },
209
        {
210
            "name": "guzzlehttp/psr7",
211
            "version": "1.4.2",
212
            "source": {
213
                "type": "git",
214
                "url": "https://github.com/guzzle/psr7.git",
215
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
216
            },
217
            "dist": {
218
                "type": "zip",
219
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
220
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
221
                "shasum": ""
222
            },
223
            "require": {
224
                "php": ">=5.4.0",
225
                "psr/http-message": "~1.0"
226
            },
227
            "provide": {
228
                "psr/http-message-implementation": "1.0"
229
            },
230
            "require-dev": {
231
                "phpunit/phpunit": "~4.0"
232
            },
233
            "type": "library",
234
            "extra": {
235
                "branch-alias": {
236
                    "dev-master": "1.4-dev"
237
                }
238
            },
239
            "autoload": {
240
                "psr-4": {
241
                    "GuzzleHttp\\Psr7\\": "src/"
242
                },
243
                "files": [
244
                    "src/functions_include.php"
245
                ]
246
            },
247
            "notification-url": "https://packagist.org/downloads/",
248
            "license": [
249
                "MIT"
250
            ],
251
            "authors": [
252
                {
253
                    "name": "Michael Dowling",
254
                    "email": "[email protected]",
255
                    "homepage": "https://github.com/mtdowling"
256
                },
257
                {
258
                    "name": "Tobias Schultze",
259
                    "homepage": "https://github.com/Tobion"
260
                }
261
            ],
262
            "description": "PSR-7 message implementation that also provides common utility methods",
263
            "keywords": [
264
                "http",
265
                "message",
266
                "request",
267
                "response",
268
                "stream",
269
                "uri",
270
                "url"
271
            ],
272
            "time": "2017-03-20T17:10:46+00:00"
273
        },
274
        {
275
            "name": "mattketmo/camel",
276
            "version": "v1.1.0",
277
            "source": {
278
                "type": "git",
279
                "url": "https://github.com/MattKetmo/camel.git",
280
                "reference": "2d7753c62787933f6761108acc76f95d8bfee191"
281
            },
282
            "dist": {
283
                "type": "zip",
284
                "url": "https://api.github.com/repos/MattKetmo/camel/zipball/2d7753c62787933f6761108acc76f95d8bfee191",
285
                "reference": "2d7753c62787933f6761108acc76f95d8bfee191",
286
                "shasum": ""
287
            },
288
            "require-dev": {
289
                "phpunit/phpunit": "4.6.*"
290
            },
291
            "type": "library",
292
            "autoload": {
293
                "psr-0": {
294
                    "Camel": "src/"
295
                }
296
            },
297
            "notification-url": "https://packagist.org/downloads/",
298
            "license": [
299
                "MIT"
300
            ],
301
            "authors": [
302
                {
303
                    "name": "Matthieu Moquet",
304
                    "email": "[email protected]"
305
                }
306
            ],
307
            "description": "Tiny library to handle words case transformation",
308
            "keywords": [
309
                "camelcase",
310
                "case",
311
                "lowercase",
312
                "snakecase",
313
                "transform"
314
            ],
315
            "time": "2015-05-13T13:51:08+00:00"
316
        },
317
        {
318
            "name": "monolog/monolog",
319
            "version": "1.23.0",
320
            "source": {
321
                "type": "git",
322
                "url": "https://github.com/Seldaek/monolog.git",
323
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
324
            },
325
            "dist": {
326
                "type": "zip",
327
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
328
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
329
                "shasum": ""
330
            },
331
            "require": {
332
                "php": ">=5.3.0",
333
                "psr/log": "~1.0"
334
            },
335
            "provide": {
336
                "psr/log-implementation": "1.0.0"
337
            },
338
            "require-dev": {
339
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
340
                "doctrine/couchdb": "~1.0@dev",
341
                "graylog2/gelf-php": "~1.0",
342
                "jakub-onderka/php-parallel-lint": "0.9",
343
                "php-amqplib/php-amqplib": "~2.4",
344
                "php-console/php-console": "^3.1.3",
345
                "phpunit/phpunit": "~4.5",
346
                "phpunit/phpunit-mock-objects": "2.3.0",
347
                "ruflin/elastica": ">=0.90 <3.0",
348
                "sentry/sentry": "^0.13",
349
                "swiftmailer/swiftmailer": "^5.3|^6.0"
350
            },
351
            "suggest": {
352
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
353
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
354
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
355
                "ext-mongo": "Allow sending log messages to a MongoDB server",
356
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
357
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
358
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
359
                "php-console/php-console": "Allow sending log messages to Google Chrome",
360
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
361
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
362
                "sentry/sentry": "Allow sending log messages to a Sentry server"
363
            },
364
            "type": "library",
365
            "extra": {
366
                "branch-alias": {
367
                    "dev-master": "2.0.x-dev"
368
                }
369
            },
370
            "autoload": {
371
                "psr-4": {
372
                    "Monolog\\": "src/Monolog"
373
                }
374
            },
375
            "notification-url": "https://packagist.org/downloads/",
376
            "license": [
377
                "MIT"
378
            ],
379
            "authors": [
380
                {
381
                    "name": "Jordi Boggiano",
382
                    "email": "[email protected]",
383
                    "homepage": "http://seld.be"
384
                }
385
            ],
386
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
387
            "homepage": "http://github.com/Seldaek/monolog",
388
            "keywords": [
389
                "log",
390
                "logging",
391
                "psr-3"
392
            ],
393
            "time": "2017-06-19T01:22:40+00:00"
394
        },
395
        {
396
            "name": "nikic/fast-route",
397
            "version": "v1.3.0",
398
            "source": {
399
                "type": "git",
400
                "url": "https://github.com/nikic/FastRoute.git",
401
                "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
402
            },
403
            "dist": {
404
                "type": "zip",
405
                "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
406
                "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
407
                "shasum": ""
408
            },
409
            "require": {
410
                "php": ">=5.4.0"
411
            },
412
            "require-dev": {
413
                "phpunit/phpunit": "^4.8.35|~5.7"
414
            },
415
            "type": "library",
416
            "autoload": {
417
                "psr-4": {
418
                    "FastRoute\\": "src/"
419
                },
420
                "files": [
421
                    "src/functions.php"
422
                ]
423
            },
424
            "notification-url": "https://packagist.org/downloads/",
425
            "license": [
426
                "BSD-3-Clause"
427
            ],
428
            "authors": [
429
                {
430
                    "name": "Nikita Popov",
431
                    "email": "[email protected]"
432
                }
433
            ],
434
            "description": "Fast request router for PHP",
435
            "keywords": [
436
                "router",
437
                "routing"
438
            ],
439
            "time": "2018-02-13T20:26:39+00:00"
440
        },
441
        {
442
            "name": "org_heigl/clacks-middleware",
443
            "version": "1.1.1",
444
            "source": {
445
                "type": "git",
446
                "url": "https://github.com/heiglandreas/X-Clacks-Overhead.git",
447
                "reference": "9f6228fe84537acac70d6a39533e32c00b4de9cf"
448
            },
449
            "dist": {
450
                "type": "zip",
451
                "url": "https://api.github.com/repos/heiglandreas/X-Clacks-Overhead/zipball/9f6228fe84537acac70d6a39533e32c00b4de9cf",
452
                "reference": "9f6228fe84537acac70d6a39533e32c00b4de9cf",
453
                "shasum": ""
454
            },
455
            "require": {
456
                "psr/http-message": "^1.0"
457
            },
458
            "require-dev": {
459
                "guzzlehttp/psr7": "^1.2",
460
                "phpunit/phpunit": "^5.3"
461
            },
462
            "type": "middleware",
463
            "autoload": {
464
                "psr-4": {
465
                    "Org_Heigl\\Middleware\\Clacks\\": "src/"
466
                }
467
            },
468
            "notification-url": "https://packagist.org/downloads/",
469
            "license": [
470
                "MIT"
471
            ],
472
            "authors": [
473
                {
474
                    "name": "Andreas Heigl",
475
                    "email": "[email protected]",
476
                    "role": "maintainer"
477
                }
478
            ],
479
            "description": "Implements the Clacks-Header as per http://www.gnuterrypratchett.com",
480
            "keywords": [
481
                "Pratchett",
482
                "clacker",
483
                "clacks",
484
                "discworld"
485
            ],
486
            "time": "2017-01-20T16:43:41+00:00"
487
        },
488
        {
489
            "name": "org_heigl/pdo_timezone_helper",
490
            "version": "dev-master",
491
            "source": {
492
                "type": "git",
493
                "url": "https://github.com/heiglandreas/PdoTimezoneHelper.git",
494
                "reference": "4298873866214698d4fd4adc286f5f20e77d6092"
495
            },
496
            "dist": {
497
                "type": "zip",
498
                "url": "https://api.github.com/repos/heiglandreas/PdoTimezoneHelper/zipball/4298873866214698d4fd4adc286f5f20e77d6092",
499
                "reference": "4298873866214698d4fd4adc286f5f20e77d6092",
500
                "shasum": ""
501
            },
502
            "require-dev": {
503
                "phpunit/dbunit": "^2.0",
504
                "phpunit/phpunit": "^5.5"
505
            },
506
            "type": "lib",
507
            "autoload": {
508
                "psr-4": {
509
                    "Org_Heigl\\PdoTimezoneHelper\\": "src/"
510
                }
511
            },
512
            "notification-url": "https://packagist.org/downloads/",
513
            "license": [
514
                "MIT"
515
            ],
516
            "authors": [
517
                {
518
                    "name": "Andreas Heigl",
519
                    "email": "[email protected]"
520
                }
521
            ],
522
            "description": "Helper for timezone-handling in databases",
523
            "time": "2016-09-30T18:51:48+00:00"
524
        },
525
        {
526
            "name": "org_heigl/slim-json-helpers",
527
            "version": "1.0.0",
528
            "source": {
529
                "type": "git",
530
                "url": "https://github.com/heiglandreas/slim-json-helpers.git",
531
                "reference": "216083493ce243347113a0f58dab7d77cb5e59f6"
532
            },
533
            "dist": {
534
                "type": "zip",
535
                "url": "https://api.github.com/repos/heiglandreas/slim-json-helpers/zipball/216083493ce243347113a0f58dab7d77cb5e59f6",
536
                "reference": "216083493ce243347113a0f58dab7d77cb5e59f6",
537
                "shasum": ""
538
            },
539
            "require": {
540
                "php": ">=5.5",
541
                "slim/slim": "~3"
542
            },
543
            "conflict": {
544
                "aporat/slim-json-helpers": "*"
545
            },
546
            "replace": {
547
                "aporat/slim-json-helpers": "*"
548
            },
549
            "require-dev": {
550
                "phpunit/phpunit": "^4.0"
551
            },
552
            "type": "library",
553
            "autoload": {
554
                "psr-4": {
555
                    "JsonHelpers\\": "src/"
556
                }
557
            },
558
            "notification-url": "https://packagist.org/downloads/",
559
            "license": [
560
                "Apache-2.0"
561
            ],
562
            "authors": [
563
                {
564
                    "name": "Adar Porat",
565
                    "email": "[email protected]",
566
                    "homepage": "http://github.com/aporat"
567
                }
568
            ],
569
            "description": "Clone of aporat/slim-json-helpers | Slim3 JSON Request & Response Helpers",
570
            "homepage": "https://github.com/heiglandreas/slim-json-helpers",
571
            "keywords": [
572
                "json",
573
                "slim"
574
            ],
575
            "time": "2018-06-14T16:11:08+00:00"
576
        },
577
        {
578
            "name": "pimple/pimple",
579
            "version": "v3.2.3",
580
            "source": {
581
                "type": "git",
582
                "url": "https://github.com/silexphp/Pimple.git",
583
                "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32"
584
            },
585
            "dist": {
586
                "type": "zip",
587
                "url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32",
588
                "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32",
589
                "shasum": ""
590
            },
591
            "require": {
592
                "php": ">=5.3.0",
593
                "psr/container": "^1.0"
594
            },
595
            "require-dev": {
596
                "symfony/phpunit-bridge": "^3.2"
597
            },
598
            "type": "library",
599
            "extra": {
600
                "branch-alias": {
601
                    "dev-master": "3.2.x-dev"
602
                }
603
            },
604
            "autoload": {
605
                "psr-0": {
606
                    "Pimple": "src/"
607
                }
608
            },
609
            "notification-url": "https://packagist.org/downloads/",
610
            "license": [
611
                "MIT"
612
            ],
613
            "authors": [
614
                {
615
                    "name": "Fabien Potencier",
616
                    "email": "[email protected]"
617
                }
618
            ],
619
            "description": "Pimple, a simple Dependency Injection Container",
620
            "homepage": "http://pimple.sensiolabs.org",
621
            "keywords": [
622
                "container",
623
                "dependency injection"
624
            ],
625
            "time": "2018-01-21T07:42:36+00:00"
626
        },
627
        {
628
            "name": "psr/container",
629
            "version": "1.0.0",
630
            "source": {
631
                "type": "git",
632
                "url": "https://github.com/php-fig/container.git",
633
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
634
            },
635
            "dist": {
636
                "type": "zip",
637
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
638
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
639
                "shasum": ""
640
            },
641
            "require": {
642
                "php": ">=5.3.0"
643
            },
644
            "type": "library",
645
            "extra": {
646
                "branch-alias": {
647
                    "dev-master": "1.0.x-dev"
648
                }
649
            },
650
            "autoload": {
651
                "psr-4": {
652
                    "Psr\\Container\\": "src/"
653
                }
654
            },
655
            "notification-url": "https://packagist.org/downloads/",
656
            "license": [
657
                "MIT"
658
            ],
659
            "authors": [
660
                {
661
                    "name": "PHP-FIG",
662
                    "homepage": "http://www.php-fig.org/"
663
                }
664
            ],
665
            "description": "Common Container Interface (PHP FIG PSR-11)",
666
            "homepage": "https://github.com/php-fig/container",
667
            "keywords": [
668
                "PSR-11",
669
                "container",
670
                "container-interface",
671
                "container-interop",
672
                "psr"
673
            ],
674
            "time": "2017-02-14T16:28:37+00:00"
675
        },
676
        {
677
            "name": "psr/http-message",
678
            "version": "1.0.1",
679
            "source": {
680
                "type": "git",
681
                "url": "https://github.com/php-fig/http-message.git",
682
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
683
            },
684
            "dist": {
685
                "type": "zip",
686
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
687
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
688
                "shasum": ""
689
            },
690
            "require": {
691
                "php": ">=5.3.0"
692
            },
693
            "type": "library",
694
            "extra": {
695
                "branch-alias": {
696
                    "dev-master": "1.0.x-dev"
697
                }
698
            },
699
            "autoload": {
700
                "psr-4": {
701
                    "Psr\\Http\\Message\\": "src/"
702
                }
703
            },
704
            "notification-url": "https://packagist.org/downloads/",
705
            "license": [
706
                "MIT"
707
            ],
708
            "authors": [
709
                {
710
                    "name": "PHP-FIG",
711
                    "homepage": "http://www.php-fig.org/"
712
                }
713
            ],
714
            "description": "Common interface for HTTP messages",
715
            "homepage": "https://github.com/php-fig/http-message",
716
            "keywords": [
717
                "http",
718
                "http-message",
719
                "psr",
720
                "psr-7",
721
                "request",
722
                "response"
723
            ],
724
            "time": "2016-08-06T14:39:51+00:00"
725
        },
726
        {
727
            "name": "psr/http-server-handler",
728
            "version": "1.0.0",
729
            "source": {
730
                "type": "git",
731
                "url": "https://github.com/php-fig/http-server-handler.git",
732
                "reference": "439d92054dc06097f2406ec074a2627839955a02"
733
            },
734
            "dist": {
735
                "type": "zip",
736
                "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/439d92054dc06097f2406ec074a2627839955a02",
737
                "reference": "439d92054dc06097f2406ec074a2627839955a02",
738
                "shasum": ""
739
            },
740
            "require": {
741
                "php": ">=7.0",
742
                "psr/http-message": "^1.0"
743
            },
744
            "type": "library",
745
            "extra": {
746
                "branch-alias": {
747
                    "dev-master": "1.0.x-dev"
748
                }
749
            },
750
            "autoload": {
751
                "psr-4": {
752
                    "Psr\\Http\\Server\\": "src/"
753
                }
754
            },
755
            "notification-url": "https://packagist.org/downloads/",
756
            "license": [
757
                "MIT"
758
            ],
759
            "authors": [
760
                {
761
                    "name": "PHP-FIG",
762
                    "homepage": "http://www.php-fig.org/"
763
                }
764
            ],
765
            "description": "Common interface for HTTP server-side request handler",
766
            "keywords": [
767
                "handler",
768
                "http",
769
                "http-interop",
770
                "psr",
771
                "psr-15",
772
                "psr-7",
773
                "request",
774
                "response",
775
                "server"
776
            ],
777
            "time": "2018-01-22T17:04:15+00:00"
778
        },
779
        {
780
            "name": "psr/http-server-middleware",
781
            "version": "1.0.0",
782
            "source": {
783
                "type": "git",
784
                "url": "https://github.com/php-fig/http-server-middleware.git",
785
                "reference": "ea17eb1fb2c8df6db919cc578451a8013c6a0ae5"
786
            },
787
            "dist": {
788
                "type": "zip",
789
                "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/ea17eb1fb2c8df6db919cc578451a8013c6a0ae5",
790
                "reference": "ea17eb1fb2c8df6db919cc578451a8013c6a0ae5",
791
                "shasum": ""
792
            },
793
            "require": {
794
                "php": ">=7.0",
795
                "psr/http-message": "^1.0",
796
                "psr/http-server-handler": "^1.0"
797
            },
798
            "type": "library",
799
            "extra": {
800
                "branch-alias": {
801
                    "dev-master": "1.0.x-dev"
802
                }
803
            },
804
            "autoload": {
805
                "psr-4": {
806
                    "Psr\\Http\\Server\\": "src/"
807
                }
808
            },
809
            "notification-url": "https://packagist.org/downloads/",
810
            "license": [
811
                "MIT"
812
            ],
813
            "authors": [
814
                {
815
                    "name": "PHP-FIG",
816
                    "homepage": "http://www.php-fig.org/"
817
                }
818
            ],
819
            "description": "Common interface for HTTP server-side middleware",
820
            "keywords": [
821
                "http",
822
                "http-interop",
823
                "middleware",
824
                "psr",
825
                "psr-15",
826
                "psr-7",
827
                "request",
828
                "response"
829
            ],
830
            "time": "2018-01-22T17:08:31+00:00"
831
        },
832
        {
833
            "name": "psr/log",
834
            "version": "1.0.2",
835
            "source": {
836
                "type": "git",
837
                "url": "https://github.com/php-fig/log.git",
838
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
839
            },
840
            "dist": {
841
                "type": "zip",
842
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
843
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
844
                "shasum": ""
845
            },
846
            "require": {
847
                "php": ">=5.3.0"
848
            },
849
            "type": "library",
850
            "extra": {
851
                "branch-alias": {
852
                    "dev-master": "1.0.x-dev"
853
                }
854
            },
855
            "autoload": {
856
                "psr-4": {
857
                    "Psr\\Log\\": "Psr/Log/"
858
                }
859
            },
860
            "notification-url": "https://packagist.org/downloads/",
861
            "license": [
862
                "MIT"
863
            ],
864
            "authors": [
865
                {
866
                    "name": "PHP-FIG",
867
                    "homepage": "http://www.php-fig.org/"
868
                }
869
            ],
870
            "description": "Common interface for logging libraries",
871
            "homepage": "https://github.com/php-fig/log",
872
            "keywords": [
873
                "log",
874
                "psr",
875
                "psr-3"
876
            ],
877
            "time": "2016-10-10T12:19:37+00:00"
878
        },
879
        {
880
            "name": "sabre/uri",
881
            "version": "2.1.1",
882
            "source": {
883
                "type": "git",
884
                "url": "https://github.com/sabre-io/uri.git",
885
                "reference": "a42126042c7dcb53e2978dadb6d22574d1359b4c"
886
            },
887
            "dist": {
888
                "type": "zip",
889
                "url": "https://api.github.com/repos/sabre-io/uri/zipball/a42126042c7dcb53e2978dadb6d22574d1359b4c",
890
                "reference": "a42126042c7dcb53e2978dadb6d22574d1359b4c",
891
                "shasum": ""
892
            },
893
            "require": {
894
                "php": ">=7"
895
            },
896
            "require-dev": {
897
                "phpunit/phpunit": "^6.0",
898
                "sabre/cs": "~1.0.0"
899
            },
900
            "type": "library",
901
            "autoload": {
902
                "files": [
903
                    "lib/functions.php"
904
                ],
905
                "psr-4": {
906
                    "Sabre\\Uri\\": "lib/"
907
                }
908
            },
909
            "notification-url": "https://packagist.org/downloads/",
910
            "license": [
911
                "BSD-3-Clause"
912
            ],
913
            "authors": [
914
                {
915
                    "name": "Evert Pot",
916
                    "email": "[email protected]",
917
                    "homepage": "http://evertpot.com/",
918
                    "role": "Developer"
919
                }
920
            ],
921
            "description": "Functions for making sense out of URIs.",
922
            "homepage": "http://sabre.io/uri/",
923
            "keywords": [
924
                "rfc3986",
925
                "uri",
926
                "url"
927
            ],
928
            "time": "2017-02-20T20:02:35+00:00"
929
        },
930
        {
931
            "name": "sabre/vobject",
932
            "version": "4.1.6",
933
            "source": {
934
                "type": "git",
935
                "url": "https://github.com/sabre-io/vobject.git",
936
                "reference": "122cacbdea2c6133ac04db86ec05854beef75adf"
937
            },
938
            "dist": {
939
                "type": "zip",
940
                "url": "https://api.github.com/repos/sabre-io/vobject/zipball/122cacbdea2c6133ac04db86ec05854beef75adf",
941
                "reference": "122cacbdea2c6133ac04db86ec05854beef75adf",
942
                "shasum": ""
943
            },
944
            "require": {
945
                "ext-mbstring": "*",
946
                "php": ">=5.5",
947
                "sabre/xml": ">=1.5 <3.0"
948
            },
949
            "require-dev": {
950
                "phpunit/phpunit": "> 4.8.35, <6.0.0",
951
                "sabre/cs": "^1.0.0"
952
            },
953
            "suggest": {
954
                "hoa/bench": "If you would like to run the benchmark scripts"
955
            },
956
            "bin": [
957
                "bin/vobject",
958
                "bin/generate_vcards"
959
            ],
960
            "type": "library",
961
            "extra": {
962
                "branch-alias": {
963
                    "dev-master": "4.0.x-dev"
964
                }
965
            },
966
            "autoload": {
967
                "psr-4": {
968
                    "Sabre\\VObject\\": "lib/"
969
                }
970
            },
971
            "notification-url": "https://packagist.org/downloads/",
972
            "license": [
973
                "BSD-3-Clause"
974
            ],
975
            "authors": [
976
                {
977
                    "name": "Evert Pot",
978
                    "email": "[email protected]",
979
                    "homepage": "http://evertpot.com/",
980
                    "role": "Developer"
981
                },
982
                {
983
                    "name": "Dominik Tobschall",
984
                    "email": "[email protected]",
985
                    "homepage": "http://tobschall.de/",
986
                    "role": "Developer"
987
                },
988
                {
989
                    "name": "Ivan Enderlin",
990
                    "email": "[email protected]",
991
                    "homepage": "http://mnt.io/",
992
                    "role": "Developer"
993
                }
994
            ],
995
            "description": "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects",
996
            "homepage": "http://sabre.io/vobject/",
997
            "keywords": [
998
                "availability",
999
                "freebusy",
1000
                "iCalendar",
1001
                "ical",
1002
                "ics",
1003
                "jCal",
1004
                "jCard",
1005
                "recurrence",
1006
                "rfc2425",
1007
                "rfc2426",
1008
                "rfc2739",
1009
                "rfc4770",
1010
                "rfc5545",
1011
                "rfc5546",
1012
                "rfc6321",
1013
                "rfc6350",
1014
                "rfc6351",
1015
                "rfc6474",
1016
                "rfc6638",
1017
                "rfc6715",
1018
                "rfc6868",
1019
                "vCalendar",
1020
                "vCard",
1021
                "vcf",
1022
                "xCal",
1023
                "xCard"
1024
            ],
1025
            "time": "2018-04-20T07:22:50+00:00"
1026
        },
1027
        {
1028
            "name": "sabre/xml",
1029
            "version": "2.1.0",
1030
            "source": {
1031
                "type": "git",
1032
                "url": "https://github.com/sabre-io/xml.git",
1033
                "reference": "22e96661458c55a2e532885922bf4a232186f6a1"
1034
            },
1035
            "dist": {
1036
                "type": "zip",
1037
                "url": "https://api.github.com/repos/sabre-io/xml/zipball/22e96661458c55a2e532885922bf4a232186f6a1",
1038
                "reference": "22e96661458c55a2e532885922bf4a232186f6a1",
1039
                "shasum": ""
1040
            },
1041
            "require": {
1042
                "ext-dom": "*",
1043
                "ext-xmlreader": "*",
1044
                "ext-xmlwriter": "*",
1045
                "lib-libxml": ">=2.6.20",
1046
                "php": ">=7.0",
1047
                "sabre/uri": ">=1.0,<3.0.0"
1048
            },
1049
            "require-dev": {
1050
                "phpunit/phpunit": "*",
1051
                "sabre/cs": "~1.0.0"
1052
            },
1053
            "type": "library",
1054
            "autoload": {
1055
                "psr-4": {
1056
                    "Sabre\\Xml\\": "lib/"
1057
                },
1058
                "files": [
1059
                    "lib/Deserializer/functions.php",
1060
                    "lib/Serializer/functions.php"
1061
                ]
1062
            },
1063
            "notification-url": "https://packagist.org/downloads/",
1064
            "license": [
1065
                "BSD-3-Clause"
1066
            ],
1067
            "authors": [
1068
                {
1069
                    "name": "Evert Pot",
1070
                    "email": "[email protected]",
1071
                    "homepage": "http://evertpot.com/",
1072
                    "role": "Developer"
1073
                },
1074
                {
1075
                    "name": "Markus Staab",
1076
                    "email": "[email protected]",
1077
                    "role": "Developer"
1078
                }
1079
            ],
1080
            "description": "sabre/xml is an XML library that you may not hate.",
1081
            "homepage": "https://sabre.io/xml/",
1082
            "keywords": [
1083
                "XMLReader",
1084
                "XMLWriter",
1085
                "dom",
1086
                "xml"
1087
            ],
1088
            "time": "2018-02-08T11:00:49+00:00"
1089
        },
1090
        {
1091
            "name": "slim/slim",
1092
            "version": "3.10.0",
1093
            "source": {
1094
                "type": "git",
1095
                "url": "https://github.com/slimphp/Slim.git",
1096
                "reference": "d8aabeacc3688b25e2f2dd2db91df91ec6fdd748"
1097
            },
1098
            "dist": {
1099
                "type": "zip",
1100
                "url": "https://api.github.com/repos/slimphp/Slim/zipball/d8aabeacc3688b25e2f2dd2db91df91ec6fdd748",
1101
                "reference": "d8aabeacc3688b25e2f2dd2db91df91ec6fdd748",
1102
                "shasum": ""
1103
            },
1104
            "require": {
1105
                "container-interop/container-interop": "^1.2",
1106
                "nikic/fast-route": "^1.0",
1107
                "php": ">=5.5.0",
1108
                "pimple/pimple": "^3.0",
1109
                "psr/container": "^1.0",
1110
                "psr/http-message": "^1.0"
1111
            },
1112
            "provide": {
1113
                "psr/http-message-implementation": "1.0"
1114
            },
1115
            "require-dev": {
1116
                "phpunit/phpunit": "^4.0",
1117
                "squizlabs/php_codesniffer": "^2.5"
1118
            },
1119
            "type": "library",
1120
            "autoload": {
1121
                "psr-4": {
1122
                    "Slim\\": "Slim"
1123
                }
1124
            },
1125
            "notification-url": "https://packagist.org/downloads/",
1126
            "license": [
1127
                "MIT"
1128
            ],
1129
            "authors": [
1130
                {
1131
                    "name": "Rob Allen",
1132
                    "email": "[email protected]",
1133
                    "homepage": "http://akrabat.com"
1134
                },
1135
                {
1136
                    "name": "Josh Lockhart",
1137
                    "email": "[email protected]",
1138
                    "homepage": "https://joshlockhart.com"
1139
                },
1140
                {
1141
                    "name": "Gabriel Manricks",
1142
                    "email": "[email protected]",
1143
                    "homepage": "http://gabrielmanricks.com"
1144
                },
1145
                {
1146
                    "name": "Andrew Smith",
1147
                    "email": "[email protected]",
1148
                    "homepage": "http://silentworks.co.uk"
1149
                }
1150
            ],
1151
            "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
1152
            "homepage": "https://slimframework.com",
1153
            "keywords": [
1154
                "api",
1155
                "framework",
1156
                "micro",
1157
                "router"
1158
            ],
1159
            "time": "2018-04-19T19:29:08+00:00"
1160
        },
1161
        {
1162
            "name": "slim/twig-view",
1163
            "version": "2.4.0",
1164
            "source": {
1165
                "type": "git",
1166
                "url": "https://github.com/slimphp/Twig-View.git",
1167
                "reference": "78386c01a97f7870462b38fff759dad649da9efc"
1168
            },
1169
            "dist": {
1170
                "type": "zip",
1171
                "url": "https://api.github.com/repos/slimphp/Twig-View/zipball/78386c01a97f7870462b38fff759dad649da9efc",
1172
                "reference": "78386c01a97f7870462b38fff759dad649da9efc",
1173
                "shasum": ""
1174
            },
1175
            "require": {
1176
                "php": ">=5.5.0",
1177
                "psr/http-message": "^1.0",
1178
                "twig/twig": "^1.18|^2.0"
1179
            },
1180
            "require-dev": {
1181
                "phpunit/phpunit": "^4.8|^5.7",
1182
                "slim/slim": "^3.10"
1183
            },
1184
            "type": "library",
1185
            "autoload": {
1186
                "psr-4": {
1187
                    "Slim\\Views\\": "src"
1188
                }
1189
            },
1190
            "notification-url": "https://packagist.org/downloads/",
1191
            "license": [
1192
                "MIT"
1193
            ],
1194
            "authors": [
1195
                {
1196
                    "name": "Josh Lockhart",
1197
                    "email": "[email protected]",
1198
                    "homepage": "http://joshlockhart.com"
1199
                }
1200
            ],
1201
            "description": "Slim Framework 3 view helper built on top of the Twig 2 templating component",
1202
            "homepage": "http://slimframework.com",
1203
            "keywords": [
1204
                "framework",
1205
                "slim",
1206
                "template",
1207
                "twig",
1208
                "view"
1209
            ],
1210
            "time": "2018-05-07T10:54:29+00:00"
1211
        },
1212
        {
1213
            "name": "symfony/polyfill-mbstring",
1214
            "version": "v1.8.0",
1215
            "source": {
1216
                "type": "git",
1217
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1218
                "reference": "3296adf6a6454a050679cde90f95350ad604b171"
1219
            },
1220
            "dist": {
1221
                "type": "zip",
1222
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
1223
                "reference": "3296adf6a6454a050679cde90f95350ad604b171",
1224
                "shasum": ""
1225
            },
1226
            "require": {
1227
                "php": ">=5.3.3"
1228
            },
1229
            "suggest": {
1230
                "ext-mbstring": "For best performance"
1231
            },
1232
            "type": "library",
1233
            "extra": {
1234
                "branch-alias": {
1235
                    "dev-master": "1.8-dev"
1236
                }
1237
            },
1238
            "autoload": {
1239
                "psr-4": {
1240
                    "Symfony\\Polyfill\\Mbstring\\": ""
1241
                },
1242
                "files": [
1243
                    "bootstrap.php"
1244
                ]
1245
            },
1246
            "notification-url": "https://packagist.org/downloads/",
1247
            "license": [
1248
                "MIT"
1249
            ],
1250
            "authors": [
1251
                {
1252
                    "name": "Nicolas Grekas",
1253
                    "email": "[email protected]"
1254
                },
1255
                {
1256
                    "name": "Symfony Community",
1257
                    "homepage": "https://symfony.com/contributors"
1258
                }
1259
            ],
1260
            "description": "Symfony polyfill for the Mbstring extension",
1261
            "homepage": "https://symfony.com",
1262
            "keywords": [
1263
                "compatibility",
1264
                "mbstring",
1265
                "polyfill",
1266
                "portable",
1267
                "shim"
1268
            ],
1269
            "time": "2018-04-26T10:06:28+00:00"
1270
        },
1271
        {
1272
            "name": "theiconic/php-ga-measurement-protocol",
1273
            "version": "v2.7.1",
1274
            "source": {
1275
                "type": "git",
1276
                "url": "https://github.com/theiconic/php-ga-measurement-protocol.git",
1277
                "reference": "26c09a43a25235da85131c0fa060ec1fe2b2f16f"
1278
            },
1279
            "dist": {
1280
                "type": "zip",
1281
                "url": "https://api.github.com/repos/theiconic/php-ga-measurement-protocol/zipball/26c09a43a25235da85131c0fa060ec1fe2b2f16f",
1282
                "reference": "26c09a43a25235da85131c0fa060ec1fe2b2f16f",
1283
                "shasum": ""
1284
            },
1285
            "require": {
1286
                "guzzlehttp/guzzle": "^6.0",
1287
                "php": ">=5.5"
1288
            },
1289
            "require-dev": {
1290
                "phpunit/phpunit": "4.7.*",
1291
                "satooshi/php-coveralls": "1.0.1"
1292
            },
1293
            "type": "library",
1294
            "autoload": {
1295
                "psr-4": {
1296
                    "TheIconic\\Tracking\\GoogleAnalytics\\": "src/"
1297
                }
1298
            },
1299
            "notification-url": "https://packagist.org/downloads/",
1300
            "license": [
1301
                "MIT"
1302
            ],
1303
            "authors": [
1304
                {
1305
                    "name": "THE ICONIC ENGINEERING TEAM",
1306
                    "email": "[email protected]"
1307
                }
1308
            ],
1309
            "description": "Send data to Google Analytics from the server using PHP. This library fully implements GA measurement protocol.",
1310
            "time": "2017-06-30T02:41:52+00:00"
1311
        },
1312
        {
1313
            "name": "twig/twig",
1314
            "version": "v2.4.8",
1315
            "source": {
1316
                "type": "git",
1317
                "url": "https://github.com/twigphp/Twig.git",
1318
                "reference": "7b604c89da162034bdf4bb66310f358d313dd16d"
1319
            },
1320
            "dist": {
1321
                "type": "zip",
1322
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/7b604c89da162034bdf4bb66310f358d313dd16d",
1323
                "reference": "7b604c89da162034bdf4bb66310f358d313dd16d",
1324
                "shasum": ""
1325
            },
1326
            "require": {
1327
                "php": "^7.0",
1328
                "symfony/polyfill-mbstring": "~1.0"
1329
            },
1330
            "require-dev": {
1331
                "psr/container": "^1.0",
1332
                "symfony/debug": "^2.7",
1333
                "symfony/phpunit-bridge": "^3.3"
1334
            },
1335
            "type": "library",
1336
            "extra": {
1337
                "branch-alias": {
1338
                    "dev-master": "2.4-dev"
1339
                }
1340
            },
1341
            "autoload": {
1342
                "psr-0": {
1343
                    "Twig_": "lib/"
1344
                },
1345
                "psr-4": {
1346
                    "Twig\\": "src/"
1347
                }
1348
            },
1349
            "notification-url": "https://packagist.org/downloads/",
1350
            "license": [
1351
                "BSD-3-Clause"
1352
            ],
1353
            "authors": [
1354
                {
1355
                    "name": "Fabien Potencier",
1356
                    "email": "[email protected]",
1357
                    "homepage": "http://fabien.potencier.org",
1358
                    "role": "Lead Developer"
1359
                },
1360
                {
1361
                    "name": "Armin Ronacher",
1362
                    "email": "[email protected]",
1363
                    "role": "Project Founder"
1364
                },
1365
                {
1366
                    "name": "Twig Team",
1367
                    "homepage": "http://twig.sensiolabs.org/contributors",
1368
                    "role": "Contributors"
1369
                }
1370
            ],
1371
            "description": "Twig, the flexible, fast, and secure template language for PHP",
1372
            "homepage": "http://twig.sensiolabs.org",
1373
            "keywords": [
1374
                "templating"
1375
            ],
1376
            "time": "2018-04-02T09:24:19+00:00"
1377
        },
1378
        {
1379
            "name": "zendframework/zend-escaper",
1380
            "version": "2.6.0",
1381
            "source": {
1382
                "type": "git",
1383
                "url": "https://github.com/zendframework/zend-escaper.git",
1384
                "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074"
1385
            },
1386
            "dist": {
1387
                "type": "zip",
1388
                "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/31d8aafae982f9568287cb4dce987e6aff8fd074",
1389
                "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074",
1390
                "shasum": ""
1391
            },
1392
            "require": {
1393
                "php": "^5.6 || ^7.0"
1394
            },
1395
            "require-dev": {
1396
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
1397
                "zendframework/zend-coding-standard": "~1.0.0"
1398
            },
1399
            "type": "library",
1400
            "extra": {
1401
                "branch-alias": {
1402
                    "dev-master": "2.6.x-dev",
1403
                    "dev-develop": "2.7.x-dev"
1404
                }
1405
            },
1406
            "autoload": {
1407
                "psr-4": {
1408
                    "Zend\\Escaper\\": "src/"
1409
                }
1410
            },
1411
            "notification-url": "https://packagist.org/downloads/",
1412
            "license": [
1413
                "BSD-3-Clause"
1414
            ],
1415
            "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
1416
            "keywords": [
1417
                "ZendFramework",
1418
                "escaper",
1419
                "zf"
1420
            ],
1421
            "time": "2018-04-25T15:48:53+00:00"
1422
        },
1423
        {
1424
            "name": "zendframework/zend-feed",
0 ignored issues
show
There is a security advisory for your installed version of zendframework/zend-feed:

URL Rewrite vulnerability
Loading history...
1425
            "version": "2.10.1",
1426
            "source": {
1427
                "type": "git",
1428
                "url": "https://github.com/zendframework/zend-feed.git",
1429
                "reference": "2815c29a4c4e52bf4033128592ea310b0f4e9379"
1430
            },
1431
            "dist": {
1432
                "type": "zip",
1433
                "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/2815c29a4c4e52bf4033128592ea310b0f4e9379",
1434
                "reference": "2815c29a4c4e52bf4033128592ea310b0f4e9379",
1435
                "shasum": ""
1436
            },
1437
            "require": {
1438
                "php": "^5.6 || ^7.0",
1439
                "zendframework/zend-escaper": "^2.5.2",
1440
                "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
1441
            },
1442
            "require-dev": {
1443
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
1444
                "psr/http-message": "^1.0.1",
1445
                "zendframework/zend-cache": "^2.7.2",
1446
                "zendframework/zend-coding-standard": "~1.0.0",
1447
                "zendframework/zend-db": "^2.8.2",
1448
                "zendframework/zend-http": "^2.7",
1449
                "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
1450
                "zendframework/zend-validator": "^2.10.1"
1451
            },
1452
            "suggest": {
1453
                "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator",
1454
                "zendframework/zend-cache": "Zend\\Cache component, for optionally caching feeds between requests",
1455
                "zendframework/zend-db": "Zend\\Db component, for use with PubSubHubbub",
1456
                "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader",
1457
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for easily extending ExtensionManager implementations",
1458
                "zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent"
1459
            },
1460
            "type": "library",
1461
            "extra": {
1462
                "branch-alias": {
1463
                    "dev-master": "2.10.x-dev",
1464
                    "dev-develop": "2.11.x-dev"
1465
                }
1466
            },
1467
            "autoload": {
1468
                "psr-4": {
1469
                    "Zend\\Feed\\": "src/"
1470
                }
1471
            },
1472
            "notification-url": "https://packagist.org/downloads/",
1473
            "license": [
1474
                "BSD-3-Clause"
1475
            ],
1476
            "description": "provides functionality for consuming RSS and Atom feeds",
1477
            "keywords": [
1478
                "ZendFramework",
1479
                "feed",
1480
                "zf"
1481
            ],
1482
            "time": "2018-06-05T13:16:04+00:00"
1483
        },
1484
        {
1485
            "name": "zendframework/zend-stdlib",
1486
            "version": "3.2.0",
1487
            "source": {
1488
                "type": "git",
1489
                "url": "https://github.com/zendframework/zend-stdlib.git",
1490
                "reference": "cd164b4a18b5d1aeb69be2c26db035b5ed6925ae"
1491
            },
1492
            "dist": {
1493
                "type": "zip",
1494
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/cd164b4a18b5d1aeb69be2c26db035b5ed6925ae",
1495
                "reference": "cd164b4a18b5d1aeb69be2c26db035b5ed6925ae",
1496
                "shasum": ""
1497
            },
1498
            "require": {
1499
                "php": "^5.6 || ^7.0"
1500
            },
1501
            "require-dev": {
1502
                "phpbench/phpbench": "^0.13",
1503
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
1504
                "zendframework/zend-coding-standard": "~1.0.0"
1505
            },
1506
            "type": "library",
1507
            "extra": {
1508
                "branch-alias": {
1509
                    "dev-master": "3.2.x-dev",
1510
                    "dev-develop": "3.3.x-dev"
1511
                }
1512
            },
1513
            "autoload": {
1514
                "psr-4": {
1515
                    "Zend\\Stdlib\\": "src/"
1516
                }
1517
            },
1518
            "notification-url": "https://packagist.org/downloads/",
1519
            "license": [
1520
                "BSD-3-Clause"
1521
            ],
1522
            "description": "SPL extensions, array utilities, error handlers, and more",
1523
            "keywords": [
1524
                "ZendFramework",
1525
                "stdlib",
1526
                "zf"
1527
            ],
1528
            "time": "2018-04-30T13:50:40+00:00"
1529
        }
1530
    ],
1531
    "packages-dev": [
1532
        {
1533
            "name": "doctrine/instantiator",
1534
            "version": "1.1.0",
1535
            "source": {
1536
                "type": "git",
1537
                "url": "https://github.com/doctrine/instantiator.git",
1538
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
1539
            },
1540
            "dist": {
1541
                "type": "zip",
1542
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
1543
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
1544
                "shasum": ""
1545
            },
1546
            "require": {
1547
                "php": "^7.1"
1548
            },
1549
            "require-dev": {
1550
                "athletic/athletic": "~0.1.8",
1551
                "ext-pdo": "*",
1552
                "ext-phar": "*",
1553
                "phpunit/phpunit": "^6.2.3",
1554
                "squizlabs/php_codesniffer": "^3.0.2"
1555
            },
1556
            "type": "library",
1557
            "extra": {
1558
                "branch-alias": {
1559
                    "dev-master": "1.2.x-dev"
1560
                }
1561
            },
1562
            "autoload": {
1563
                "psr-4": {
1564
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1565
                }
1566
            },
1567
            "notification-url": "https://packagist.org/downloads/",
1568
            "license": [
1569
                "MIT"
1570
            ],
1571
            "authors": [
1572
                {
1573
                    "name": "Marco Pivetta",
1574
                    "email": "[email protected]",
1575
                    "homepage": "http://ocramius.github.com/"
1576
                }
1577
            ],
1578
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1579
            "homepage": "https://github.com/doctrine/instantiator",
1580
            "keywords": [
1581
                "constructor",
1582
                "instantiate"
1583
            ],
1584
            "time": "2017-07-22T11:58:36+00:00"
1585
        },
1586
        {
1587
            "name": "hamcrest/hamcrest-php",
1588
            "version": "v1.2.2",
1589
            "source": {
1590
                "type": "git",
1591
                "url": "https://github.com/hamcrest/hamcrest-php.git",
1592
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
1593
            },
1594
            "dist": {
1595
                "type": "zip",
1596
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
1597
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
1598
                "shasum": ""
1599
            },
1600
            "require": {
1601
                "php": ">=5.3.2"
1602
            },
1603
            "replace": {
1604
                "cordoval/hamcrest-php": "*",
1605
                "davedevelopment/hamcrest-php": "*",
1606
                "kodova/hamcrest-php": "*"
1607
            },
1608
            "require-dev": {
1609
                "phpunit/php-file-iterator": "1.3.3",
1610
                "satooshi/php-coveralls": "dev-master"
1611
            },
1612
            "type": "library",
1613
            "autoload": {
1614
                "classmap": [
1615
                    "hamcrest"
1616
                ],
1617
                "files": [
1618
                    "hamcrest/Hamcrest.php"
1619
                ]
1620
            },
1621
            "notification-url": "https://packagist.org/downloads/",
1622
            "license": [
1623
                "BSD"
1624
            ],
1625
            "description": "This is the PHP port of Hamcrest Matchers",
1626
            "keywords": [
1627
                "test"
1628
            ],
1629
            "time": "2015-05-11T14:41:42+00:00"
1630
        },
1631
        {
1632
            "name": "mockery/mockery",
1633
            "version": "0.9.9",
1634
            "source": {
1635
                "type": "git",
1636
                "url": "https://github.com/mockery/mockery.git",
1637
                "reference": "6fdb61243844dc924071d3404bb23994ea0b6856"
1638
            },
1639
            "dist": {
1640
                "type": "zip",
1641
                "url": "https://api.github.com/repos/mockery/mockery/zipball/6fdb61243844dc924071d3404bb23994ea0b6856",
1642
                "reference": "6fdb61243844dc924071d3404bb23994ea0b6856",
1643
                "shasum": ""
1644
            },
1645
            "require": {
1646
                "hamcrest/hamcrest-php": "~1.1",
1647
                "lib-pcre": ">=7.0",
1648
                "php": ">=5.3.2"
1649
            },
1650
            "require-dev": {
1651
                "phpunit/phpunit": "~4.0"
1652
            },
1653
            "type": "library",
1654
            "extra": {
1655
                "branch-alias": {
1656
                    "dev-master": "0.9.x-dev"
1657
                }
1658
            },
1659
            "autoload": {
1660
                "psr-0": {
1661
                    "Mockery": "library/"
1662
                }
1663
            },
1664
            "notification-url": "https://packagist.org/downloads/",
1665
            "license": [
1666
                "BSD-3-Clause"
1667
            ],
1668
            "authors": [
1669
                {
1670
                    "name": "Pádraic Brady",
1671
                    "email": "[email protected]",
1672
                    "homepage": "http://blog.astrumfutura.com"
1673
                },
1674
                {
1675
                    "name": "Dave Marshall",
1676
                    "email": "[email protected]",
1677
                    "homepage": "http://davedevelopment.co.uk"
1678
                }
1679
            ],
1680
            "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.",
1681
            "homepage": "http://github.com/padraic/mockery",
1682
            "keywords": [
1683
                "BDD",
1684
                "TDD",
1685
                "library",
1686
                "mock",
1687
                "mock objects",
1688
                "mockery",
1689
                "stub",
1690
                "test",
1691
                "test double",
1692
                "testing"
1693
            ],
1694
            "time": "2017-02-28T12:52:32+00:00"
1695
        },
1696
        {
1697
            "name": "myclabs/deep-copy",
1698
            "version": "1.8.1",
1699
            "source": {
1700
                "type": "git",
1701
                "url": "https://github.com/myclabs/DeepCopy.git",
1702
                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8"
1703
            },
1704
            "dist": {
1705
                "type": "zip",
1706
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
1707
                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
1708
                "shasum": ""
1709
            },
1710
            "require": {
1711
                "php": "^7.1"
1712
            },
1713
            "replace": {
1714
                "myclabs/deep-copy": "self.version"
1715
            },
1716
            "require-dev": {
1717
                "doctrine/collections": "^1.0",
1718
                "doctrine/common": "^2.6",
1719
                "phpunit/phpunit": "^7.1"
1720
            },
1721
            "type": "library",
1722
            "autoload": {
1723
                "psr-4": {
1724
                    "DeepCopy\\": "src/DeepCopy/"
1725
                },
1726
                "files": [
1727
                    "src/DeepCopy/deep_copy.php"
1728
                ]
1729
            },
1730
            "notification-url": "https://packagist.org/downloads/",
1731
            "license": [
1732
                "MIT"
1733
            ],
1734
            "description": "Create deep copies (clones) of your objects",
1735
            "keywords": [
1736
                "clone",
1737
                "copy",
1738
                "duplicate",
1739
                "object",
1740
                "object graph"
1741
            ],
1742
            "time": "2018-06-11T23:09:50+00:00"
1743
        },
1744
        {
1745
            "name": "phar-io/manifest",
1746
            "version": "1.0.1",
1747
            "source": {
1748
                "type": "git",
1749
                "url": "https://github.com/phar-io/manifest.git",
1750
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
1751
            },
1752
            "dist": {
1753
                "type": "zip",
1754
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
1755
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
1756
                "shasum": ""
1757
            },
1758
            "require": {
1759
                "ext-dom": "*",
1760
                "ext-phar": "*",
1761
                "phar-io/version": "^1.0.1",
1762
                "php": "^5.6 || ^7.0"
1763
            },
1764
            "type": "library",
1765
            "extra": {
1766
                "branch-alias": {
1767
                    "dev-master": "1.0.x-dev"
1768
                }
1769
            },
1770
            "autoload": {
1771
                "classmap": [
1772
                    "src/"
1773
                ]
1774
            },
1775
            "notification-url": "https://packagist.org/downloads/",
1776
            "license": [
1777
                "BSD-3-Clause"
1778
            ],
1779
            "authors": [
1780
                {
1781
                    "name": "Arne Blankerts",
1782
                    "email": "[email protected]",
1783
                    "role": "Developer"
1784
                },
1785
                {
1786
                    "name": "Sebastian Heuer",
1787
                    "email": "[email protected]",
1788
                    "role": "Developer"
1789
                },
1790
                {
1791
                    "name": "Sebastian Bergmann",
1792
                    "email": "[email protected]",
1793
                    "role": "Developer"
1794
                }
1795
            ],
1796
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
1797
            "time": "2017-03-05T18:14:27+00:00"
1798
        },
1799
        {
1800
            "name": "phar-io/version",
1801
            "version": "1.0.1",
1802
            "source": {
1803
                "type": "git",
1804
                "url": "https://github.com/phar-io/version.git",
1805
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
1806
            },
1807
            "dist": {
1808
                "type": "zip",
1809
                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
1810
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
1811
                "shasum": ""
1812
            },
1813
            "require": {
1814
                "php": "^5.6 || ^7.0"
1815
            },
1816
            "type": "library",
1817
            "autoload": {
1818
                "classmap": [
1819
                    "src/"
1820
                ]
1821
            },
1822
            "notification-url": "https://packagist.org/downloads/",
1823
            "license": [
1824
                "BSD-3-Clause"
1825
            ],
1826
            "authors": [
1827
                {
1828
                    "name": "Arne Blankerts",
1829
                    "email": "[email protected]",
1830
                    "role": "Developer"
1831
                },
1832
                {
1833
                    "name": "Sebastian Heuer",
1834
                    "email": "[email protected]",
1835
                    "role": "Developer"
1836
                },
1837
                {
1838
                    "name": "Sebastian Bergmann",
1839
                    "email": "[email protected]",
1840
                    "role": "Developer"
1841
                }
1842
            ],
1843
            "description": "Library for handling version information and constraints",
1844
            "time": "2017-03-05T17:38:23+00:00"
1845
        },
1846
        {
1847
            "name": "phing/phing",
1848
            "version": "2.16.1",
1849
            "source": {
1850
                "type": "git",
1851
                "url": "https://github.com/phingofficial/phing.git",
1852
                "reference": "cbe0f969e434e269af91b4160b86fe899c6e07c7"
1853
            },
1854
            "dist": {
1855
                "type": "zip",
1856
                "url": "https://api.github.com/repos/phingofficial/phing/zipball/cbe0f969e434e269af91b4160b86fe899c6e07c7",
1857
                "reference": "cbe0f969e434e269af91b4160b86fe899c6e07c7",
1858
                "shasum": ""
1859
            },
1860
            "require": {
1861
                "php": ">=5.2.0",
1862
                "symfony/yaml": "^3.1 || ^4.0"
1863
            },
1864
            "require-dev": {
1865
                "ext-pdo_sqlite": "*",
1866
                "mikey179/vfsstream": "^1.6",
1867
                "pdepend/pdepend": "2.x",
1868
                "pear/archive_tar": "1.4.x",
1869
                "pear/http_request2": "dev-trunk",
1870
                "pear/net_growl": "dev-trunk",
1871
                "pear/pear-core-minimal": "1.10.1",
1872
                "pear/versioncontrol_git": "@dev",
1873
                "pear/versioncontrol_svn": "~0.5",
1874
                "phpdocumentor/phpdocumentor": "2.x",
1875
                "phploc/phploc": "~2.0.6",
1876
                "phpmd/phpmd": "~2.2",
1877
                "phpunit/phpunit": ">=3.7",
1878
                "sebastian/git": "~1.0",
1879
                "sebastian/phpcpd": "2.x",
1880
                "siad007/versioncontrol_hg": "^1.0",
1881
                "simpletest/simpletest": "^1.1",
1882
                "squizlabs/php_codesniffer": "~2.2"
1883
            },
1884
            "suggest": {
1885
                "pdepend/pdepend": "PHP version of JDepend",
1886
                "pear/archive_tar": "Tar file management class",
1887
                "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository",
1888
                "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system",
1889
                "phpdocumentor/phpdocumentor": "Documentation Generator for PHP",
1890
                "phploc/phploc": "A tool for quickly measuring the size of a PHP project",
1891
                "phpmd/phpmd": "PHP version of PMD tool",
1892
                "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information",
1893
                "phpunit/phpunit": "The PHP Unit Testing Framework",
1894
                "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code",
1895
                "siad007/versioncontrol_hg": "A library for interfacing with Mercurial repositories.",
1896
                "tedivm/jshrink": "Javascript Minifier built in PHP"
1897
            },
1898
            "bin": [
1899
                "bin/phing"
1900
            ],
1901
            "type": "library",
1902
            "extra": {
1903
                "branch-alias": {
1904
                    "dev-master": "2.16.x-dev"
1905
                }
1906
            },
1907
            "autoload": {
1908
                "classmap": [
1909
                    "classes/phing/"
1910
                ]
1911
            },
1912
            "notification-url": "https://packagist.org/downloads/",
1913
            "include-path": [
1914
                "classes"
1915
            ],
1916
            "license": [
1917
                "LGPL-3.0"
1918
            ],
1919
            "authors": [
1920
                {
1921
                    "name": "Michiel Rook",
1922
                    "email": "[email protected]"
1923
                },
1924
                {
1925
                    "name": "Phing Community",
1926
                    "homepage": "https://www.phing.info/trac/wiki/Development/Contributors"
1927
                }
1928
            ],
1929
            "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
1930
            "homepage": "https://www.phing.info/",
1931
            "keywords": [
1932
                "build",
1933
                "phing",
1934
                "task",
1935
                "tool"
1936
            ],
1937
            "time": "2018-01-25T13:18:09+00:00"
1938
        },
1939
        {
1940
            "name": "phpdocumentor/reflection-common",
1941
            "version": "1.0.1",
1942
            "source": {
1943
                "type": "git",
1944
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
1945
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
1946
            },
1947
            "dist": {
1948
                "type": "zip",
1949
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
1950
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
1951
                "shasum": ""
1952
            },
1953
            "require": {
1954
                "php": ">=5.5"
1955
            },
1956
            "require-dev": {
1957
                "phpunit/phpunit": "^4.6"
1958
            },
1959
            "type": "library",
1960
            "extra": {
1961
                "branch-alias": {
1962
                    "dev-master": "1.0.x-dev"
1963
                }
1964
            },
1965
            "autoload": {
1966
                "psr-4": {
1967
                    "phpDocumentor\\Reflection\\": [
1968
                        "src"
1969
                    ]
1970
                }
1971
            },
1972
            "notification-url": "https://packagist.org/downloads/",
1973
            "license": [
1974
                "MIT"
1975
            ],
1976
            "authors": [
1977
                {
1978
                    "name": "Jaap van Otterdijk",
1979
                    "email": "[email protected]"
1980
                }
1981
            ],
1982
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
1983
            "homepage": "http://www.phpdoc.org",
1984
            "keywords": [
1985
                "FQSEN",
1986
                "phpDocumentor",
1987
                "phpdoc",
1988
                "reflection",
1989
                "static analysis"
1990
            ],
1991
            "time": "2017-09-11T18:02:19+00:00"
1992
        },
1993
        {
1994
            "name": "phpdocumentor/reflection-docblock",
1995
            "version": "4.3.0",
1996
            "source": {
1997
                "type": "git",
1998
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1999
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
2000
            },
2001
            "dist": {
2002
                "type": "zip",
2003
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
2004
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
2005
                "shasum": ""
2006
            },
2007
            "require": {
2008
                "php": "^7.0",
2009
                "phpdocumentor/reflection-common": "^1.0.0",
2010
                "phpdocumentor/type-resolver": "^0.4.0",
2011
                "webmozart/assert": "^1.0"
2012
            },
2013
            "require-dev": {
2014
                "doctrine/instantiator": "~1.0.5",
2015
                "mockery/mockery": "^1.0",
2016
                "phpunit/phpunit": "^6.4"
2017
            },
2018
            "type": "library",
2019
            "extra": {
2020
                "branch-alias": {
2021
                    "dev-master": "4.x-dev"
2022
                }
2023
            },
2024
            "autoload": {
2025
                "psr-4": {
2026
                    "phpDocumentor\\Reflection\\": [
2027
                        "src/"
2028
                    ]
2029
                }
2030
            },
2031
            "notification-url": "https://packagist.org/downloads/",
2032
            "license": [
2033
                "MIT"
2034
            ],
2035
            "authors": [
2036
                {
2037
                    "name": "Mike van Riel",
2038
                    "email": "[email protected]"
2039
                }
2040
            ],
2041
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2042
            "time": "2017-11-30T07:14:17+00:00"
2043
        },
2044
        {
2045
            "name": "phpdocumentor/type-resolver",
2046
            "version": "0.4.0",
2047
            "source": {
2048
                "type": "git",
2049
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
2050
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
2051
            },
2052
            "dist": {
2053
                "type": "zip",
2054
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
2055
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
2056
                "shasum": ""
2057
            },
2058
            "require": {
2059
                "php": "^5.5 || ^7.0",
2060
                "phpdocumentor/reflection-common": "^1.0"
2061
            },
2062
            "require-dev": {
2063
                "mockery/mockery": "^0.9.4",
2064
                "phpunit/phpunit": "^5.2||^4.8.24"
2065
            },
2066
            "type": "library",
2067
            "extra": {
2068
                "branch-alias": {
2069
                    "dev-master": "1.0.x-dev"
2070
                }
2071
            },
2072
            "autoload": {
2073
                "psr-4": {
2074
                    "phpDocumentor\\Reflection\\": [
2075
                        "src/"
2076
                    ]
2077
                }
2078
            },
2079
            "notification-url": "https://packagist.org/downloads/",
2080
            "license": [
2081
                "MIT"
2082
            ],
2083
            "authors": [
2084
                {
2085
                    "name": "Mike van Riel",
2086
                    "email": "[email protected]"
2087
                }
2088
            ],
2089
            "time": "2017-07-14T14:27:02+00:00"
2090
        },
2091
        {
2092
            "name": "phpspec/prophecy",
2093
            "version": "1.7.6",
2094
            "source": {
2095
                "type": "git",
2096
                "url": "https://github.com/phpspec/prophecy.git",
2097
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
2098
            },
2099
            "dist": {
2100
                "type": "zip",
2101
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
2102
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
2103
                "shasum": ""
2104
            },
2105
            "require": {
2106
                "doctrine/instantiator": "^1.0.2",
2107
                "php": "^5.3|^7.0",
2108
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2109
                "sebastian/comparator": "^1.1|^2.0|^3.0",
2110
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2111
            },
2112
            "require-dev": {
2113
                "phpspec/phpspec": "^2.5|^3.2",
2114
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
2115
            },
2116
            "type": "library",
2117
            "extra": {
2118
                "branch-alias": {
2119
                    "dev-master": "1.7.x-dev"
2120
                }
2121
            },
2122
            "autoload": {
2123
                "psr-0": {
2124
                    "Prophecy\\": "src/"
2125
                }
2126
            },
2127
            "notification-url": "https://packagist.org/downloads/",
2128
            "license": [
2129
                "MIT"
2130
            ],
2131
            "authors": [
2132
                {
2133
                    "name": "Konstantin Kudryashov",
2134
                    "email": "[email protected]",
2135
                    "homepage": "http://everzet.com"
2136
                },
2137
                {
2138
                    "name": "Marcello Duarte",
2139
                    "email": "[email protected]"
2140
                }
2141
            ],
2142
            "description": "Highly opinionated mocking framework for PHP 5.3+",
2143
            "homepage": "https://github.com/phpspec/prophecy",
2144
            "keywords": [
2145
                "Double",
2146
                "Dummy",
2147
                "fake",
2148
                "mock",
2149
                "spy",
2150
                "stub"
2151
            ],
2152
            "time": "2018-04-18T13:57:24+00:00"
2153
        },
2154
        {
2155
            "name": "phpunit/dbunit",
2156
            "version": "4.0.0",
2157
            "source": {
2158
                "type": "git",
2159
                "url": "https://github.com/sebastianbergmann/dbunit.git",
2160
                "reference": "e77b469c3962b5a563f09a2a989f1c9bd38b8615"
2161
            },
2162
            "dist": {
2163
                "type": "zip",
2164
                "url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/e77b469c3962b5a563f09a2a989f1c9bd38b8615",
2165
                "reference": "e77b469c3962b5a563f09a2a989f1c9bd38b8615",
2166
                "shasum": ""
2167
            },
2168
            "require": {
2169
                "ext-pdo": "*",
2170
                "ext-simplexml": "*",
2171
                "php": "^7.1",
2172
                "phpunit/phpunit": "^7.0",
2173
                "symfony/yaml": "^3.0 || ^4.0"
2174
            },
2175
            "type": "library",
2176
            "extra": {
2177
                "branch-alias": {
2178
                    "dev-master": "4.0-dev"
2179
                }
2180
            },
2181
            "autoload": {
2182
                "classmap": [
2183
                    "src/"
2184
                ]
2185
            },
2186
            "notification-url": "https://packagist.org/downloads/",
2187
            "license": [
2188
                "BSD-3-Clause"
2189
            ],
2190
            "authors": [
2191
                {
2192
                    "name": "Sebastian Bergmann",
2193
                    "email": "[email protected]",
2194
                    "role": "lead"
2195
                }
2196
            ],
2197
            "description": "PHPUnit extension for database interaction testing",
2198
            "homepage": "https://github.com/sebastianbergmann/dbunit/",
2199
            "keywords": [
2200
                "database",
2201
                "testing",
2202
                "xunit"
2203
            ],
2204
            "time": "2018-02-07T06:47:59+00:00"
2205
        },
2206
        {
2207
            "name": "phpunit/php-code-coverage",
2208
            "version": "6.0.7",
2209
            "source": {
2210
                "type": "git",
2211
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2212
                "reference": "865662550c384bc1db7e51d29aeda1c2c161d69a"
2213
            },
2214
            "dist": {
2215
                "type": "zip",
2216
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/865662550c384bc1db7e51d29aeda1c2c161d69a",
2217
                "reference": "865662550c384bc1db7e51d29aeda1c2c161d69a",
2218
                "shasum": ""
2219
            },
2220
            "require": {
2221
                "ext-dom": "*",
2222
                "ext-xmlwriter": "*",
2223
                "php": "^7.1",
2224
                "phpunit/php-file-iterator": "^2.0",
2225
                "phpunit/php-text-template": "^1.2.1",
2226
                "phpunit/php-token-stream": "^3.0",
2227
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
2228
                "sebastian/environment": "^3.1",
2229
                "sebastian/version": "^2.0.1",
2230
                "theseer/tokenizer": "^1.1"
2231
            },
2232
            "require-dev": {
2233
                "phpunit/phpunit": "^7.0"
2234
            },
2235
            "suggest": {
2236
                "ext-xdebug": "^2.6.0"
2237
            },
2238
            "type": "library",
2239
            "extra": {
2240
                "branch-alias": {
2241
                    "dev-master": "6.0-dev"
2242
                }
2243
            },
2244
            "autoload": {
2245
                "classmap": [
2246
                    "src/"
2247
                ]
2248
            },
2249
            "notification-url": "https://packagist.org/downloads/",
2250
            "license": [
2251
                "BSD-3-Clause"
2252
            ],
2253
            "authors": [
2254
                {
2255
                    "name": "Sebastian Bergmann",
2256
                    "email": "[email protected]",
2257
                    "role": "lead"
2258
                }
2259
            ],
2260
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2261
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2262
            "keywords": [
2263
                "coverage",
2264
                "testing",
2265
                "xunit"
2266
            ],
2267
            "time": "2018-06-01T07:51:50+00:00"
2268
        },
2269
        {
2270
            "name": "phpunit/php-file-iterator",
2271
            "version": "2.0.1",
2272
            "source": {
2273
                "type": "git",
2274
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2275
                "reference": "cecbc684605bb0cc288828eb5d65d93d5c676d3c"
2276
            },
2277
            "dist": {
2278
                "type": "zip",
2279
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cecbc684605bb0cc288828eb5d65d93d5c676d3c",
2280
                "reference": "cecbc684605bb0cc288828eb5d65d93d5c676d3c",
2281
                "shasum": ""
2282
            },
2283
            "require": {
2284
                "php": "^7.1"
2285
            },
2286
            "type": "library",
2287
            "extra": {
2288
                "branch-alias": {
2289
                    "dev-master": "2.0.x-dev"
2290
                }
2291
            },
2292
            "autoload": {
2293
                "classmap": [
2294
                    "src/"
2295
                ]
2296
            },
2297
            "notification-url": "https://packagist.org/downloads/",
2298
            "license": [
2299
                "BSD-3-Clause"
2300
            ],
2301
            "authors": [
2302
                {
2303
                    "name": "Sebastian Bergmann",
2304
                    "email": "[email protected]",
2305
                    "role": "lead"
2306
                }
2307
            ],
2308
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2309
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2310
            "keywords": [
2311
                "filesystem",
2312
                "iterator"
2313
            ],
2314
            "time": "2018-06-11T11:44:00+00:00"
2315
        },
2316
        {
2317
            "name": "phpunit/php-text-template",
2318
            "version": "1.2.1",
2319
            "source": {
2320
                "type": "git",
2321
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2322
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2323
            },
2324
            "dist": {
2325
                "type": "zip",
2326
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2327
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2328
                "shasum": ""
2329
            },
2330
            "require": {
2331
                "php": ">=5.3.3"
2332
            },
2333
            "type": "library",
2334
            "autoload": {
2335
                "classmap": [
2336
                    "src/"
2337
                ]
2338
            },
2339
            "notification-url": "https://packagist.org/downloads/",
2340
            "license": [
2341
                "BSD-3-Clause"
2342
            ],
2343
            "authors": [
2344
                {
2345
                    "name": "Sebastian Bergmann",
2346
                    "email": "[email protected]",
2347
                    "role": "lead"
2348
                }
2349
            ],
2350
            "description": "Simple template engine.",
2351
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2352
            "keywords": [
2353
                "template"
2354
            ],
2355
            "time": "2015-06-21T13:50:34+00:00"
2356
        },
2357
        {
2358
            "name": "phpunit/php-timer",
2359
            "version": "2.0.0",
2360
            "source": {
2361
                "type": "git",
2362
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2363
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f"
2364
            },
2365
            "dist": {
2366
                "type": "zip",
2367
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f",
2368
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f",
2369
                "shasum": ""
2370
            },
2371
            "require": {
2372
                "php": "^7.1"
2373
            },
2374
            "require-dev": {
2375
                "phpunit/phpunit": "^7.0"
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": "Sebastian Bergmann",
2395
                    "email": "[email protected]",
2396
                    "role": "lead"
2397
                }
2398
            ],
2399
            "description": "Utility class for timing",
2400
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2401
            "keywords": [
2402
                "timer"
2403
            ],
2404
            "time": "2018-02-01T13:07:23+00:00"
2405
        },
2406
        {
2407
            "name": "phpunit/php-token-stream",
2408
            "version": "3.0.0",
2409
            "source": {
2410
                "type": "git",
2411
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2412
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace"
2413
            },
2414
            "dist": {
2415
                "type": "zip",
2416
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/21ad88bbba7c3d93530d93994e0a33cd45f02ace",
2417
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace",
2418
                "shasum": ""
2419
            },
2420
            "require": {
2421
                "ext-tokenizer": "*",
2422
                "php": "^7.1"
2423
            },
2424
            "require-dev": {
2425
                "phpunit/phpunit": "^7.0"
2426
            },
2427
            "type": "library",
2428
            "extra": {
2429
                "branch-alias": {
2430
                    "dev-master": "3.0-dev"
2431
                }
2432
            },
2433
            "autoload": {
2434
                "classmap": [
2435
                    "src/"
2436
                ]
2437
            },
2438
            "notification-url": "https://packagist.org/downloads/",
2439
            "license": [
2440
                "BSD-3-Clause"
2441
            ],
2442
            "authors": [
2443
                {
2444
                    "name": "Sebastian Bergmann",
2445
                    "email": "[email protected]"
2446
                }
2447
            ],
2448
            "description": "Wrapper around PHP's tokenizer extension.",
2449
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2450
            "keywords": [
2451
                "tokenizer"
2452
            ],
2453
            "time": "2018-02-01T13:16:43+00:00"
2454
        },
2455
        {
2456
            "name": "phpunit/phpunit",
2457
            "version": "7.2.4",
2458
            "source": {
2459
                "type": "git",
2460
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2461
                "reference": "00bc0b93f0ff4f557e9ea766557fde96da9a03dd"
2462
            },
2463
            "dist": {
2464
                "type": "zip",
2465
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/00bc0b93f0ff4f557e9ea766557fde96da9a03dd",
2466
                "reference": "00bc0b93f0ff4f557e9ea766557fde96da9a03dd",
2467
                "shasum": ""
2468
            },
2469
            "require": {
2470
                "doctrine/instantiator": "^1.1",
2471
                "ext-dom": "*",
2472
                "ext-json": "*",
2473
                "ext-libxml": "*",
2474
                "ext-mbstring": "*",
2475
                "ext-xml": "*",
2476
                "myclabs/deep-copy": "^1.7",
2477
                "phar-io/manifest": "^1.0.1",
2478
                "phar-io/version": "^1.0",
2479
                "php": "^7.1",
2480
                "phpspec/prophecy": "^1.7",
2481
                "phpunit/php-code-coverage": "^6.0.7",
2482
                "phpunit/php-file-iterator": "^2.0",
2483
                "phpunit/php-text-template": "^1.2.1",
2484
                "phpunit/php-timer": "^2.0",
2485
                "sebastian/comparator": "^3.0",
2486
                "sebastian/diff": "^3.0",
2487
                "sebastian/environment": "^3.1",
2488
                "sebastian/exporter": "^3.1",
2489
                "sebastian/global-state": "^2.0",
2490
                "sebastian/object-enumerator": "^3.0.3",
2491
                "sebastian/resource-operations": "^1.0",
2492
                "sebastian/version": "^2.0.1"
2493
            },
2494
            "conflict": {
2495
                "phpunit/phpunit-mock-objects": "*"
2496
            },
2497
            "require-dev": {
2498
                "ext-pdo": "*"
2499
            },
2500
            "suggest": {
2501
                "ext-soap": "*",
2502
                "ext-xdebug": "*",
2503
                "phpunit/php-invoker": "^2.0"
2504
            },
2505
            "bin": [
2506
                "phpunit"
2507
            ],
2508
            "type": "library",
2509
            "extra": {
2510
                "branch-alias": {
2511
                    "dev-master": "7.2-dev"
2512
                }
2513
            },
2514
            "autoload": {
2515
                "classmap": [
2516
                    "src/"
2517
                ]
2518
            },
2519
            "notification-url": "https://packagist.org/downloads/",
2520
            "license": [
2521
                "BSD-3-Clause"
2522
            ],
2523
            "authors": [
2524
                {
2525
                    "name": "Sebastian Bergmann",
2526
                    "email": "[email protected]",
2527
                    "role": "lead"
2528
                }
2529
            ],
2530
            "description": "The PHP Unit Testing framework.",
2531
            "homepage": "https://phpunit.de/",
2532
            "keywords": [
2533
                "phpunit",
2534
                "testing",
2535
                "xunit"
2536
            ],
2537
            "time": "2018-06-05T03:40:05+00:00"
2538
        },
2539
        {
2540
            "name": "sebastian/code-unit-reverse-lookup",
2541
            "version": "1.0.1",
2542
            "source": {
2543
                "type": "git",
2544
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2545
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
2546
            },
2547
            "dist": {
2548
                "type": "zip",
2549
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2550
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2551
                "shasum": ""
2552
            },
2553
            "require": {
2554
                "php": "^5.6 || ^7.0"
2555
            },
2556
            "require-dev": {
2557
                "phpunit/phpunit": "^5.7 || ^6.0"
2558
            },
2559
            "type": "library",
2560
            "extra": {
2561
                "branch-alias": {
2562
                    "dev-master": "1.0.x-dev"
2563
                }
2564
            },
2565
            "autoload": {
2566
                "classmap": [
2567
                    "src/"
2568
                ]
2569
            },
2570
            "notification-url": "https://packagist.org/downloads/",
2571
            "license": [
2572
                "BSD-3-Clause"
2573
            ],
2574
            "authors": [
2575
                {
2576
                    "name": "Sebastian Bergmann",
2577
                    "email": "[email protected]"
2578
                }
2579
            ],
2580
            "description": "Looks up which function or method a line of code belongs to",
2581
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2582
            "time": "2017-03-04T06:30:41+00:00"
2583
        },
2584
        {
2585
            "name": "sebastian/comparator",
2586
            "version": "3.0.1",
2587
            "source": {
2588
                "type": "git",
2589
                "url": "https://github.com/sebastianbergmann/comparator.git",
2590
                "reference": "591a30922f54656695e59b1f39501aec513403da"
2591
            },
2592
            "dist": {
2593
                "type": "zip",
2594
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/591a30922f54656695e59b1f39501aec513403da",
2595
                "reference": "591a30922f54656695e59b1f39501aec513403da",
2596
                "shasum": ""
2597
            },
2598
            "require": {
2599
                "php": "^7.1",
2600
                "sebastian/diff": "^3.0",
2601
                "sebastian/exporter": "^3.1"
2602
            },
2603
            "require-dev": {
2604
                "phpunit/phpunit": "^7.1"
2605
            },
2606
            "type": "library",
2607
            "extra": {
2608
                "branch-alias": {
2609
                    "dev-master": "3.0-dev"
2610
                }
2611
            },
2612
            "autoload": {
2613
                "classmap": [
2614
                    "src/"
2615
                ]
2616
            },
2617
            "notification-url": "https://packagist.org/downloads/",
2618
            "license": [
2619
                "BSD-3-Clause"
2620
            ],
2621
            "authors": [
2622
                {
2623
                    "name": "Jeff Welch",
2624
                    "email": "[email protected]"
2625
                },
2626
                {
2627
                    "name": "Volker Dusch",
2628
                    "email": "[email protected]"
2629
                },
2630
                {
2631
                    "name": "Bernhard Schussek",
2632
                    "email": "[email protected]"
2633
                },
2634
                {
2635
                    "name": "Sebastian Bergmann",
2636
                    "email": "[email protected]"
2637
                }
2638
            ],
2639
            "description": "Provides the functionality to compare PHP values for equality",
2640
            "homepage": "https://github.com/sebastianbergmann/comparator",
2641
            "keywords": [
2642
                "comparator",
2643
                "compare",
2644
                "equality"
2645
            ],
2646
            "time": "2018-06-14T15:05:28+00:00"
2647
        },
2648
        {
2649
            "name": "sebastian/diff",
2650
            "version": "3.0.1",
2651
            "source": {
2652
                "type": "git",
2653
                "url": "https://github.com/sebastianbergmann/diff.git",
2654
                "reference": "366541b989927187c4ca70490a35615d3fef2dce"
2655
            },
2656
            "dist": {
2657
                "type": "zip",
2658
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/366541b989927187c4ca70490a35615d3fef2dce",
2659
                "reference": "366541b989927187c4ca70490a35615d3fef2dce",
2660
                "shasum": ""
2661
            },
2662
            "require": {
2663
                "php": "^7.1"
2664
            },
2665
            "require-dev": {
2666
                "phpunit/phpunit": "^7.0",
2667
                "symfony/process": "^2 || ^3.3 || ^4"
2668
            },
2669
            "type": "library",
2670
            "extra": {
2671
                "branch-alias": {
2672
                    "dev-master": "3.0-dev"
2673
                }
2674
            },
2675
            "autoload": {
2676
                "classmap": [
2677
                    "src/"
2678
                ]
2679
            },
2680
            "notification-url": "https://packagist.org/downloads/",
2681
            "license": [
2682
                "BSD-3-Clause"
2683
            ],
2684
            "authors": [
2685
                {
2686
                    "name": "Kore Nordmann",
2687
                    "email": "[email protected]"
2688
                },
2689
                {
2690
                    "name": "Sebastian Bergmann",
2691
                    "email": "[email protected]"
2692
                }
2693
            ],
2694
            "description": "Diff implementation",
2695
            "homepage": "https://github.com/sebastianbergmann/diff",
2696
            "keywords": [
2697
                "diff",
2698
                "udiff",
2699
                "unidiff",
2700
                "unified diff"
2701
            ],
2702
            "time": "2018-06-10T07:54:39+00:00"
2703
        },
2704
        {
2705
            "name": "sebastian/environment",
2706
            "version": "3.1.0",
2707
            "source": {
2708
                "type": "git",
2709
                "url": "https://github.com/sebastianbergmann/environment.git",
2710
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
2711
            },
2712
            "dist": {
2713
                "type": "zip",
2714
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
2715
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
2716
                "shasum": ""
2717
            },
2718
            "require": {
2719
                "php": "^7.0"
2720
            },
2721
            "require-dev": {
2722
                "phpunit/phpunit": "^6.1"
2723
            },
2724
            "type": "library",
2725
            "extra": {
2726
                "branch-alias": {
2727
                    "dev-master": "3.1.x-dev"
2728
                }
2729
            },
2730
            "autoload": {
2731
                "classmap": [
2732
                    "src/"
2733
                ]
2734
            },
2735
            "notification-url": "https://packagist.org/downloads/",
2736
            "license": [
2737
                "BSD-3-Clause"
2738
            ],
2739
            "authors": [
2740
                {
2741
                    "name": "Sebastian Bergmann",
2742
                    "email": "[email protected]"
2743
                }
2744
            ],
2745
            "description": "Provides functionality to handle HHVM/PHP environments",
2746
            "homepage": "http://www.github.com/sebastianbergmann/environment",
2747
            "keywords": [
2748
                "Xdebug",
2749
                "environment",
2750
                "hhvm"
2751
            ],
2752
            "time": "2017-07-01T08:51:00+00:00"
2753
        },
2754
        {
2755
            "name": "sebastian/exporter",
2756
            "version": "3.1.0",
2757
            "source": {
2758
                "type": "git",
2759
                "url": "https://github.com/sebastianbergmann/exporter.git",
2760
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
2761
            },
2762
            "dist": {
2763
                "type": "zip",
2764
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
2765
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
2766
                "shasum": ""
2767
            },
2768
            "require": {
2769
                "php": "^7.0",
2770
                "sebastian/recursion-context": "^3.0"
2771
            },
2772
            "require-dev": {
2773
                "ext-mbstring": "*",
2774
                "phpunit/phpunit": "^6.0"
2775
            },
2776
            "type": "library",
2777
            "extra": {
2778
                "branch-alias": {
2779
                    "dev-master": "3.1.x-dev"
2780
                }
2781
            },
2782
            "autoload": {
2783
                "classmap": [
2784
                    "src/"
2785
                ]
2786
            },
2787
            "notification-url": "https://packagist.org/downloads/",
2788
            "license": [
2789
                "BSD-3-Clause"
2790
            ],
2791
            "authors": [
2792
                {
2793
                    "name": "Jeff Welch",
2794
                    "email": "[email protected]"
2795
                },
2796
                {
2797
                    "name": "Volker Dusch",
2798
                    "email": "[email protected]"
2799
                },
2800
                {
2801
                    "name": "Bernhard Schussek",
2802
                    "email": "[email protected]"
2803
                },
2804
                {
2805
                    "name": "Sebastian Bergmann",
2806
                    "email": "[email protected]"
2807
                },
2808
                {
2809
                    "name": "Adam Harvey",
2810
                    "email": "[email protected]"
2811
                }
2812
            ],
2813
            "description": "Provides the functionality to export PHP variables for visualization",
2814
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
2815
            "keywords": [
2816
                "export",
2817
                "exporter"
2818
            ],
2819
            "time": "2017-04-03T13:19:02+00:00"
2820
        },
2821
        {
2822
            "name": "sebastian/global-state",
2823
            "version": "2.0.0",
2824
            "source": {
2825
                "type": "git",
2826
                "url": "https://github.com/sebastianbergmann/global-state.git",
2827
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
2828
            },
2829
            "dist": {
2830
                "type": "zip",
2831
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
2832
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
2833
                "shasum": ""
2834
            },
2835
            "require": {
2836
                "php": "^7.0"
2837
            },
2838
            "require-dev": {
2839
                "phpunit/phpunit": "^6.0"
2840
            },
2841
            "suggest": {
2842
                "ext-uopz": "*"
2843
            },
2844
            "type": "library",
2845
            "extra": {
2846
                "branch-alias": {
2847
                    "dev-master": "2.0-dev"
2848
                }
2849
            },
2850
            "autoload": {
2851
                "classmap": [
2852
                    "src/"
2853
                ]
2854
            },
2855
            "notification-url": "https://packagist.org/downloads/",
2856
            "license": [
2857
                "BSD-3-Clause"
2858
            ],
2859
            "authors": [
2860
                {
2861
                    "name": "Sebastian Bergmann",
2862
                    "email": "[email protected]"
2863
                }
2864
            ],
2865
            "description": "Snapshotting of global state",
2866
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
2867
            "keywords": [
2868
                "global state"
2869
            ],
2870
            "time": "2017-04-27T15:39:26+00:00"
2871
        },
2872
        {
2873
            "name": "sebastian/object-enumerator",
2874
            "version": "3.0.3",
2875
            "source": {
2876
                "type": "git",
2877
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2878
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
2879
            },
2880
            "dist": {
2881
                "type": "zip",
2882
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2883
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2884
                "shasum": ""
2885
            },
2886
            "require": {
2887
                "php": "^7.0",
2888
                "sebastian/object-reflector": "^1.1.1",
2889
                "sebastian/recursion-context": "^3.0"
2890
            },
2891
            "require-dev": {
2892
                "phpunit/phpunit": "^6.0"
2893
            },
2894
            "type": "library",
2895
            "extra": {
2896
                "branch-alias": {
2897
                    "dev-master": "3.0.x-dev"
2898
                }
2899
            },
2900
            "autoload": {
2901
                "classmap": [
2902
                    "src/"
2903
                ]
2904
            },
2905
            "notification-url": "https://packagist.org/downloads/",
2906
            "license": [
2907
                "BSD-3-Clause"
2908
            ],
2909
            "authors": [
2910
                {
2911
                    "name": "Sebastian Bergmann",
2912
                    "email": "[email protected]"
2913
                }
2914
            ],
2915
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2916
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2917
            "time": "2017-08-03T12:35:26+00:00"
2918
        },
2919
        {
2920
            "name": "sebastian/object-reflector",
2921
            "version": "1.1.1",
2922
            "source": {
2923
                "type": "git",
2924
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
2925
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
2926
            },
2927
            "dist": {
2928
                "type": "zip",
2929
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
2930
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
2931
                "shasum": ""
2932
            },
2933
            "require": {
2934
                "php": "^7.0"
2935
            },
2936
            "require-dev": {
2937
                "phpunit/phpunit": "^6.0"
2938
            },
2939
            "type": "library",
2940
            "extra": {
2941
                "branch-alias": {
2942
                    "dev-master": "1.1-dev"
2943
                }
2944
            },
2945
            "autoload": {
2946
                "classmap": [
2947
                    "src/"
2948
                ]
2949
            },
2950
            "notification-url": "https://packagist.org/downloads/",
2951
            "license": [
2952
                "BSD-3-Clause"
2953
            ],
2954
            "authors": [
2955
                {
2956
                    "name": "Sebastian Bergmann",
2957
                    "email": "[email protected]"
2958
                }
2959
            ],
2960
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
2961
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
2962
            "time": "2017-03-29T09:07:27+00:00"
2963
        },
2964
        {
2965
            "name": "sebastian/recursion-context",
2966
            "version": "3.0.0",
2967
            "source": {
2968
                "type": "git",
2969
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
2970
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
2971
            },
2972
            "dist": {
2973
                "type": "zip",
2974
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2975
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2976
                "shasum": ""
2977
            },
2978
            "require": {
2979
                "php": "^7.0"
2980
            },
2981
            "require-dev": {
2982
                "phpunit/phpunit": "^6.0"
2983
            },
2984
            "type": "library",
2985
            "extra": {
2986
                "branch-alias": {
2987
                    "dev-master": "3.0.x-dev"
2988
                }
2989
            },
2990
            "autoload": {
2991
                "classmap": [
2992
                    "src/"
2993
                ]
2994
            },
2995
            "notification-url": "https://packagist.org/downloads/",
2996
            "license": [
2997
                "BSD-3-Clause"
2998
            ],
2999
            "authors": [
3000
                {
3001
                    "name": "Jeff Welch",
3002
                    "email": "[email protected]"
3003
                },
3004
                {
3005
                    "name": "Sebastian Bergmann",
3006
                    "email": "[email protected]"
3007
                },
3008
                {
3009
                    "name": "Adam Harvey",
3010
                    "email": "[email protected]"
3011
                }
3012
            ],
3013
            "description": "Provides functionality to recursively process PHP variables",
3014
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3015
            "time": "2017-03-03T06:23:57+00:00"
3016
        },
3017
        {
3018
            "name": "sebastian/resource-operations",
3019
            "version": "1.0.0",
3020
            "source": {
3021
                "type": "git",
3022
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
3023
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3024
            },
3025
            "dist": {
3026
                "type": "zip",
3027
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3028
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3029
                "shasum": ""
3030
            },
3031
            "require": {
3032
                "php": ">=5.6.0"
3033
            },
3034
            "type": "library",
3035
            "extra": {
3036
                "branch-alias": {
3037
                    "dev-master": "1.0.x-dev"
3038
                }
3039
            },
3040
            "autoload": {
3041
                "classmap": [
3042
                    "src/"
3043
                ]
3044
            },
3045
            "notification-url": "https://packagist.org/downloads/",
3046
            "license": [
3047
                "BSD-3-Clause"
3048
            ],
3049
            "authors": [
3050
                {
3051
                    "name": "Sebastian Bergmann",
3052
                    "email": "[email protected]"
3053
                }
3054
            ],
3055
            "description": "Provides a list of PHP built-in functions that operate on resources",
3056
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3057
            "time": "2015-07-28T20:34:47+00:00"
3058
        },
3059
        {
3060
            "name": "sebastian/version",
3061
            "version": "2.0.1",
3062
            "source": {
3063
                "type": "git",
3064
                "url": "https://github.com/sebastianbergmann/version.git",
3065
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3066
            },
3067
            "dist": {
3068
                "type": "zip",
3069
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
3070
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
3071
                "shasum": ""
3072
            },
3073
            "require": {
3074
                "php": ">=5.6"
3075
            },
3076
            "type": "library",
3077
            "extra": {
3078
                "branch-alias": {
3079
                    "dev-master": "2.0.x-dev"
3080
                }
3081
            },
3082
            "autoload": {
3083
                "classmap": [
3084
                    "src/"
3085
                ]
3086
            },
3087
            "notification-url": "https://packagist.org/downloads/",
3088
            "license": [
3089
                "BSD-3-Clause"
3090
            ],
3091
            "authors": [
3092
                {
3093
                    "name": "Sebastian Bergmann",
3094
                    "email": "[email protected]",
3095
                    "role": "lead"
3096
                }
3097
            ],
3098
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3099
            "homepage": "https://github.com/sebastianbergmann/version",
3100
            "time": "2016-10-03T07:35:21+00:00"
3101
        },
3102
        {
3103
            "name": "symfony/polyfill-ctype",
3104
            "version": "v1.8.0",
3105
            "source": {
3106
                "type": "git",
3107
                "url": "https://github.com/symfony/polyfill-ctype.git",
3108
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
3109
            },
3110
            "dist": {
3111
                "type": "zip",
3112
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
3113
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
3114
                "shasum": ""
3115
            },
3116
            "require": {
3117
                "php": ">=5.3.3"
3118
            },
3119
            "type": "library",
3120
            "extra": {
3121
                "branch-alias": {
3122
                    "dev-master": "1.8-dev"
3123
                }
3124
            },
3125
            "autoload": {
3126
                "psr-4": {
3127
                    "Symfony\\Polyfill\\Ctype\\": ""
3128
                },
3129
                "files": [
3130
                    "bootstrap.php"
3131
                ]
3132
            },
3133
            "notification-url": "https://packagist.org/downloads/",
3134
            "license": [
3135
                "MIT"
3136
            ],
3137
            "authors": [
3138
                {
3139
                    "name": "Symfony Community",
3140
                    "homepage": "https://symfony.com/contributors"
3141
                },
3142
                {
3143
                    "name": "Gert de Pagter",
3144
                    "email": "[email protected]"
3145
                }
3146
            ],
3147
            "description": "Symfony polyfill for ctype functions",
3148
            "homepage": "https://symfony.com",
3149
            "keywords": [
3150
                "compatibility",
3151
                "ctype",
3152
                "polyfill",
3153
                "portable"
3154
            ],
3155
            "time": "2018-04-30T19:57:29+00:00"
3156
        },
3157
        {
3158
            "name": "symfony/yaml",
3159
            "version": "v4.1.0",
3160
            "source": {
3161
                "type": "git",
3162
                "url": "https://github.com/symfony/yaml.git",
3163
                "reference": "80e4bfa9685fc4a09acc4a857ec16974a9cd944e"
3164
            },
3165
            "dist": {
3166
                "type": "zip",
3167
                "url": "https://api.github.com/repos/symfony/yaml/zipball/80e4bfa9685fc4a09acc4a857ec16974a9cd944e",
3168
                "reference": "80e4bfa9685fc4a09acc4a857ec16974a9cd944e",
3169
                "shasum": ""
3170
            },
3171
            "require": {
3172
                "php": "^7.1.3",
3173
                "symfony/polyfill-ctype": "~1.8"
3174
            },
3175
            "conflict": {
3176
                "symfony/console": "<3.4"
3177
            },
3178
            "require-dev": {
3179
                "symfony/console": "~3.4|~4.0"
3180
            },
3181
            "suggest": {
3182
                "symfony/console": "For validating YAML files using the lint command"
3183
            },
3184
            "type": "library",
3185
            "extra": {
3186
                "branch-alias": {
3187
                    "dev-master": "4.1-dev"
3188
                }
3189
            },
3190
            "autoload": {
3191
                "psr-4": {
3192
                    "Symfony\\Component\\Yaml\\": ""
3193
                },
3194
                "exclude-from-classmap": [
3195
                    "/Tests/"
3196
                ]
3197
            },
3198
            "notification-url": "https://packagist.org/downloads/",
3199
            "license": [
3200
                "MIT"
3201
            ],
3202
            "authors": [
3203
                {
3204
                    "name": "Fabien Potencier",
3205
                    "email": "[email protected]"
3206
                },
3207
                {
3208
                    "name": "Symfony Community",
3209
                    "homepage": "https://symfony.com/contributors"
3210
                }
3211
            ],
3212
            "description": "Symfony Yaml Component",
3213
            "homepage": "https://symfony.com",
3214
            "time": "2018-05-30T07:26:09+00:00"
3215
        },
3216
        {
3217
            "name": "theseer/tokenizer",
3218
            "version": "1.1.0",
3219
            "source": {
3220
                "type": "git",
3221
                "url": "https://github.com/theseer/tokenizer.git",
3222
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
3223
            },
3224
            "dist": {
3225
                "type": "zip",
3226
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3227
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3228
                "shasum": ""
3229
            },
3230
            "require": {
3231
                "ext-dom": "*",
3232
                "ext-tokenizer": "*",
3233
                "ext-xmlwriter": "*",
3234
                "php": "^7.0"
3235
            },
3236
            "type": "library",
3237
            "autoload": {
3238
                "classmap": [
3239
                    "src/"
3240
                ]
3241
            },
3242
            "notification-url": "https://packagist.org/downloads/",
3243
            "license": [
3244
                "BSD-3-Clause"
3245
            ],
3246
            "authors": [
3247
                {
3248
                    "name": "Arne Blankerts",
3249
                    "email": "[email protected]",
3250
                    "role": "Developer"
3251
                }
3252
            ],
3253
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
3254
            "time": "2017-04-07T12:08:54+00:00"
3255
        },
3256
        {
3257
            "name": "webmozart/assert",
3258
            "version": "1.3.0",
3259
            "source": {
3260
                "type": "git",
3261
                "url": "https://github.com/webmozart/assert.git",
3262
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
3263
            },
3264
            "dist": {
3265
                "type": "zip",
3266
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
3267
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
3268
                "shasum": ""
3269
            },
3270
            "require": {
3271
                "php": "^5.3.3 || ^7.0"
3272
            },
3273
            "require-dev": {
3274
                "phpunit/phpunit": "^4.6",
3275
                "sebastian/version": "^1.0.1"
3276
            },
3277
            "type": "library",
3278
            "extra": {
3279
                "branch-alias": {
3280
                    "dev-master": "1.3-dev"
3281
                }
3282
            },
3283
            "autoload": {
3284
                "psr-4": {
3285
                    "Webmozart\\Assert\\": "src/"
3286
                }
3287
            },
3288
            "notification-url": "https://packagist.org/downloads/",
3289
            "license": [
3290
                "MIT"
3291
            ],
3292
            "authors": [
3293
                {
3294
                    "name": "Bernhard Schussek",
3295
                    "email": "[email protected]"
3296
                }
3297
            ],
3298
            "description": "Assertions to validate method input/output with nice error messages.",
3299
            "keywords": [
3300
                "assert",
3301
                "check",
3302
                "validate"
3303
            ],
3304
            "time": "2018-01-29T19:49:41+00:00"
3305
        }
3306
    ],
3307
    "aliases": [],
3308
    "minimum-stability": "stable",
3309
    "stability-flags": {
3310
        "org_heigl/pdo_timezone_helper": 20
3311
    },
3312
    "prefer-stable": false,
3313
    "prefer-lowest": false,
3314
    "platform": {
3315
        "php": "^7.1"
3316
    },
3317
    "platform-dev": []
3318
}
3319