Completed
Push — master ( 55c147...d7095f )
by Mauro
06:01
created

composer.lock (1 issue)

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "866c19d1eac559362be7eff9ec755ff3",
8
    "packages": [
9
        {
10
            "name": "codeclimate/php-test-reporter",
11
            "version": "dev-master",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/codeclimate/php-test-reporter.git",
15
                "reference": "22b07b85a996d2e173fac6838033a0e0cc2b465d"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/codeclimate/php-test-reporter/zipball/22b07b85a996d2e173fac6838033a0e0cc2b465d",
20
                "reference": "22b07b85a996d2e173fac6838033a0e0cc2b465d",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "ext-curl": "*",
25
                "padraic/phar-updater": "^1.0",
26
                "php": "^5.3 || ^7.0",
27
                "psr/log": "^1.0",
28
                "satooshi/php-coveralls": "^1.0",
29
                "symfony/console": "^2.0 || ^3.0 || ^4.0"
30
            },
31
            "require-dev": {
32
                "friendsofphp/php-cs-fixer": "^2.0.0",
33
                "phpunit/phpunit": "^4.8.35 || ^5.7.0 || ^6.0.0"
34
            },
35
            "bin": [
36
                "composer/bin/test-reporter"
37
            ],
38
            "type": "library",
39
            "extra": {
40
                "branch-alias": {
41
                    "dev-master": "0.3.x-dev"
42
                }
43
            },
44
            "autoload": {
45
                "psr-4": {
46
                    "CodeClimate\\PhpTestReporter\\": "src/"
47
                }
48
            },
49
            "notification-url": "https://packagist.org/downloads/",
50
            "license": [
51
                "MIT"
52
            ],
53
            "authors": [
54
                {
55
                    "name": "Code Climate",
56
                    "email": "[email protected]",
57
                    "homepage": "https://codeclimate.com"
58
                }
59
            ],
60
            "description": "PHP client for reporting test coverage to Code Climate",
61
            "homepage": "https://github.com/codeclimate/php-test-reporter",
62
            "keywords": [
63
                "codeclimate",
64
                "coverage"
65
            ],
66
            "time": "2017-12-03 20:50:46"
67
        },
68
        {
69
            "name": "container-interop/container-interop",
70
            "version": "1.2.0",
71
            "source": {
72
                "type": "git",
73
                "url": "https://github.com/container-interop/container-interop.git",
74
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
75
            },
76
            "dist": {
77
                "type": "zip",
78
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
79
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
80
                "shasum": ""
81
            },
82
            "require": {
83
                "psr/container": "^1.0"
84
            },
85
            "type": "library",
86
            "autoload": {
87
                "psr-4": {
88
                    "Interop\\Container\\": "src/Interop/Container/"
89
                }
90
            },
91
            "notification-url": "https://packagist.org/downloads/",
92
            "license": [
93
                "MIT"
94
            ],
95
            "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
96
            "homepage": "https://github.com/container-interop/container-interop",
97
            "time": "2017-02-14T19:40:03+00:00"
98
        },
99
        {
100
            "name": "guzzle/guzzle",
101
            "version": "v3.9.3",
102
            "source": {
103
                "type": "git",
104
                "url": "https://github.com/guzzle/guzzle3.git",
105
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
106
            },
107
            "dist": {
108
                "type": "zip",
109
                "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
110
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
111
                "shasum": ""
112
            },
113
            "require": {
114
                "ext-curl": "*",
115
                "php": ">=5.3.3",
116
                "symfony/event-dispatcher": "~2.1"
117
            },
118
            "replace": {
119
                "guzzle/batch": "self.version",
120
                "guzzle/cache": "self.version",
121
                "guzzle/common": "self.version",
122
                "guzzle/http": "self.version",
123
                "guzzle/inflection": "self.version",
124
                "guzzle/iterator": "self.version",
125
                "guzzle/log": "self.version",
126
                "guzzle/parser": "self.version",
127
                "guzzle/plugin": "self.version",
128
                "guzzle/plugin-async": "self.version",
129
                "guzzle/plugin-backoff": "self.version",
130
                "guzzle/plugin-cache": "self.version",
131
                "guzzle/plugin-cookie": "self.version",
132
                "guzzle/plugin-curlauth": "self.version",
133
                "guzzle/plugin-error-response": "self.version",
134
                "guzzle/plugin-history": "self.version",
135
                "guzzle/plugin-log": "self.version",
136
                "guzzle/plugin-md5": "self.version",
137
                "guzzle/plugin-mock": "self.version",
138
                "guzzle/plugin-oauth": "self.version",
139
                "guzzle/service": "self.version",
140
                "guzzle/stream": "self.version"
141
            },
142
            "require-dev": {
143
                "doctrine/cache": "~1.3",
144
                "monolog/monolog": "~1.0",
145
                "phpunit/phpunit": "3.7.*",
146
                "psr/log": "~1.0",
147
                "symfony/class-loader": "~2.1",
148
                "zendframework/zend-cache": "2.*,<2.3",
149
                "zendframework/zend-log": "2.*,<2.3"
150
            },
151
            "suggest": {
152
                "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
153
            },
154
            "type": "library",
155
            "extra": {
156
                "branch-alias": {
157
                    "dev-master": "3.9-dev"
158
                }
159
            },
160
            "autoload": {
161
                "psr-0": {
162
                    "Guzzle": "src/",
163
                    "Guzzle\\Tests": "tests/"
164
                }
165
            },
166
            "notification-url": "https://packagist.org/downloads/",
167
            "license": [
168
                "MIT"
169
            ],
170
            "authors": [
171
                {
172
                    "name": "Michael Dowling",
173
                    "email": "[email protected]",
174
                    "homepage": "https://github.com/mtdowling"
175
                },
176
                {
177
                    "name": "Guzzle Community",
178
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
179
                }
180
            ],
181
            "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
182
            "homepage": "http://guzzlephp.org/",
183
            "keywords": [
184
                "client",
185
                "curl",
186
                "framework",
187
                "http",
188
                "http client",
189
                "rest",
190
                "web service"
191
            ],
192
            "abandoned": "guzzlehttp/guzzle",
193
            "time": "2015-03-18T18:23:50+00:00"
194
        },
195
        {
196
            "name": "monolog/monolog",
197
            "version": "1.23.0",
198
            "source": {
199
                "type": "git",
200
                "url": "https://github.com/Seldaek/monolog.git",
201
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
202
            },
203
            "dist": {
204
                "type": "zip",
205
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
206
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
207
                "shasum": ""
208
            },
209
            "require": {
210
                "php": ">=5.3.0",
211
                "psr/log": "~1.0"
212
            },
213
            "provide": {
214
                "psr/log-implementation": "1.0.0"
215
            },
216
            "require-dev": {
217
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
218
                "doctrine/couchdb": "~1.0@dev",
219
                "graylog2/gelf-php": "~1.0",
220
                "jakub-onderka/php-parallel-lint": "0.9",
221
                "php-amqplib/php-amqplib": "~2.4",
222
                "php-console/php-console": "^3.1.3",
223
                "phpunit/phpunit": "~4.5",
224
                "phpunit/phpunit-mock-objects": "2.3.0",
225
                "ruflin/elastica": ">=0.90 <3.0",
226
                "sentry/sentry": "^0.13",
227
                "swiftmailer/swiftmailer": "^5.3|^6.0"
228
            },
229
            "suggest": {
230
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
231
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
232
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
233
                "ext-mongo": "Allow sending log messages to a MongoDB server",
234
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
235
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
236
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
237
                "php-console/php-console": "Allow sending log messages to Google Chrome",
238
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
239
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
240
                "sentry/sentry": "Allow sending log messages to a Sentry server"
241
            },
242
            "type": "library",
243
            "extra": {
244
                "branch-alias": {
245
                    "dev-master": "2.0.x-dev"
246
                }
247
            },
248
            "autoload": {
249
                "psr-4": {
250
                    "Monolog\\": "src/Monolog"
251
                }
252
            },
253
            "notification-url": "https://packagist.org/downloads/",
254
            "license": [
255
                "MIT"
256
            ],
257
            "authors": [
258
                {
259
                    "name": "Jordi Boggiano",
260
                    "email": "[email protected]",
261
                    "homepage": "http://seld.be"
262
                }
263
            ],
264
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
265
            "homepage": "http://github.com/Seldaek/monolog",
266
            "keywords": [
267
                "log",
268
                "logging",
269
                "psr-3"
270
            ],
271
            "time": "2017-06-19T01:22:40+00:00"
272
        },
273
        {
274
            "name": "nikic/fast-route",
275
            "version": "v1.2.0",
276
            "source": {
277
                "type": "git",
278
                "url": "https://github.com/nikic/FastRoute.git",
279
                "reference": "b5f95749071c82a8e0f58586987627054400cdf6"
280
            },
281
            "dist": {
282
                "type": "zip",
283
                "url": "https://api.github.com/repos/nikic/FastRoute/zipball/b5f95749071c82a8e0f58586987627054400cdf6",
284
                "reference": "b5f95749071c82a8e0f58586987627054400cdf6",
285
                "shasum": ""
286
            },
287
            "require": {
288
                "php": ">=5.4.0"
289
            },
290
            "type": "library",
291
            "autoload": {
292
                "psr-4": {
293
                    "FastRoute\\": "src/"
294
                },
295
                "files": [
296
                    "src/functions.php"
297
                ]
298
            },
299
            "notification-url": "https://packagist.org/downloads/",
300
            "license": [
301
                "BSD-3-Clause"
302
            ],
303
            "authors": [
304
                {
305
                    "name": "Nikita Popov",
306
                    "email": "[email protected]"
307
                }
308
            ],
309
            "description": "Fast request router for PHP",
310
            "keywords": [
311
                "router",
312
                "routing"
313
            ],
314
            "time": "2017-01-19T11:35:12+00:00"
315
        },
316
        {
317
            "name": "padraic/humbug_get_contents",
0 ignored issues
show
There is a security advisory for your installed version of padraic/humbug_get_contents:

HTTP Proxy header vulnerability
Loading history...
318
            "version": "1.0.4",
319
            "source": {
320
                "type": "git",
321
                "url": "https://github.com/humbug/file_get_contents.git",
322
                "reference": "66797199019d0cb4529cb8d29c6f0b4c5085b53a"
323
            },
324
            "dist": {
325
                "type": "zip",
326
                "url": "https://api.github.com/repos/humbug/file_get_contents/zipball/66797199019d0cb4529cb8d29c6f0b4c5085b53a",
327
                "reference": "66797199019d0cb4529cb8d29c6f0b4c5085b53a",
328
                "shasum": ""
329
            },
330
            "require": {
331
                "php": ">=5.3"
332
            },
333
            "require-dev": {
334
                "phpunit/phpunit": "~4.0"
335
            },
336
            "type": "library",
337
            "extra": {
338
                "branch-alias": {
339
                    "dev-master": "1.0-dev"
340
                }
341
            },
342
            "autoload": {
343
                "psr-4": {
344
                    "Humbug\\": "src/Humbug/"
345
                },
346
                "files": [
347
                    "src/function.php"
348
                ]
349
            },
350
            "notification-url": "https://packagist.org/downloads/",
351
            "license": [
352
                "BSD-3-Clause"
353
            ],
354
            "authors": [
355
                {
356
                    "name": "Pádraic Brady",
357
                    "email": "[email protected]",
358
                    "homepage": "http://blog.astrumfutura.com"
359
                }
360
            ],
361
            "description": "Secure wrapper for accessing HTTPS resources with file_get_contents for PHP 5.3+",
362
            "homepage": "https://github.com/padraic/file_get_contents",
363
            "keywords": [
364
                "download",
365
                "file_get_contents",
366
                "http",
367
                "https",
368
                "ssl",
369
                "tls"
370
            ],
371
            "time": "2015-04-22T18:45:00+00:00"
372
        },
373
        {
374
            "name": "padraic/phar-updater",
375
            "version": "1.0.4",
376
            "source": {
377
                "type": "git",
378
                "url": "https://github.com/humbug/phar-updater.git",
379
                "reference": "ac8802df2d1d03b7092b6f044a914f8d21592aae"
380
            },
381
            "dist": {
382
                "type": "zip",
383
                "url": "https://api.github.com/repos/humbug/phar-updater/zipball/ac8802df2d1d03b7092b6f044a914f8d21592aae",
384
                "reference": "ac8802df2d1d03b7092b6f044a914f8d21592aae",
385
                "shasum": ""
386
            },
387
            "require": {
388
                "padraic/humbug_get_contents": "1.0.4",
389
                "php": ">=5.3.3"
390
            },
391
            "require-dev": {
392
                "phpunit/phpunit": "~4.0"
393
            },
394
            "type": "library",
395
            "extra": {
396
                "branch-alias": {
397
                    "dev-master": "1.0-dev"
398
                }
399
            },
400
            "autoload": {
401
                "psr-4": {
402
                    "Humbug\\SelfUpdate\\": "src/"
403
                }
404
            },
405
            "notification-url": "https://packagist.org/downloads/",
406
            "license": [
407
                "BSD-3-Clause"
408
            ],
409
            "authors": [
410
                {
411
                    "name": "Pádraic Brady",
412
                    "email": "[email protected]",
413
                    "homepage": "http://blog.astrumfutura.com"
414
                }
415
            ],
416
            "description": "A thing to make PHAR self-updating easy and secure.",
417
            "keywords": [
418
                "humbug",
419
                "phar",
420
                "self-update",
421
                "update"
422
            ],
423
            "time": "2017-07-12T22:42:45+00:00"
424
        },
425
        {
426
            "name": "palanik/corsslim",
427
            "version": "dev-slim3",
428
            "source": {
429
                "type": "git",
430
                "url": "https://github.com/palanik/CorsSlim.git",
431
                "reference": "e84cb944ca73aace3ea92f6ec0b68de1619eea62"
432
            },
433
            "dist": {
434
                "type": "zip",
435
                "url": "https://api.github.com/repos/palanik/CorsSlim/zipball/e84cb944ca73aace3ea92f6ec0b68de1619eea62",
436
                "reference": "e84cb944ca73aace3ea92f6ec0b68de1619eea62",
437
                "shasum": ""
438
            },
439
            "require": {
440
                "slim/slim": ">=3.0"
441
            },
442
            "require-dev": {
443
                "phpunit/phpunit": "~4.3"
444
            },
445
            "type": "library",
446
            "autoload": {
447
                "psr-4": {
448
                    "CorsSlim\\": "."
449
                }
450
            },
451
            "notification-url": "https://packagist.org/downloads/",
452
            "license": [
453
                "MIT"
454
            ],
455
            "authors": [
456
                {
457
                    "name": "palanik"
458
                }
459
            ],
460
            "description": "Cross-origin resource sharing (CORS) middleware for PHP Slim.",
461
            "homepage": "https://github.com/palanik/CorsSlim",
462
            "keywords": [
463
                "cors",
464
                "corsslim",
465
                "cross-origin",
466
                "preflight",
467
                "slim",
468
                "slimphp"
469
            ],
470
            "time": "2016-01-15 04:37:35"
471
        },
472
        {
473
            "name": "pimple/pimple",
474
            "version": "v3.2.2",
475
            "source": {
476
                "type": "git",
477
                "url": "https://github.com/silexphp/Pimple.git",
478
                "reference": "4d45fb62d96418396ec58ba76e6f065bca16e10a"
479
            },
480
            "dist": {
481
                "type": "zip",
482
                "url": "https://api.github.com/repos/silexphp/Pimple/zipball/4d45fb62d96418396ec58ba76e6f065bca16e10a",
483
                "reference": "4d45fb62d96418396ec58ba76e6f065bca16e10a",
484
                "shasum": ""
485
            },
486
            "require": {
487
                "php": ">=5.3.0",
488
                "psr/container": "^1.0"
489
            },
490
            "require-dev": {
491
                "symfony/phpunit-bridge": "^3.2"
492
            },
493
            "type": "library",
494
            "extra": {
495
                "branch-alias": {
496
                    "dev-master": "3.2.x-dev"
497
                }
498
            },
499
            "autoload": {
500
                "psr-0": {
501
                    "Pimple": "src/"
502
                }
503
            },
504
            "notification-url": "https://packagist.org/downloads/",
505
            "license": [
506
                "MIT"
507
            ],
508
            "authors": [
509
                {
510
                    "name": "Fabien Potencier",
511
                    "email": "[email protected]"
512
                }
513
            ],
514
            "description": "Pimple, a simple Dependency Injection Container",
515
            "homepage": "http://pimple.sensiolabs.org",
516
            "keywords": [
517
                "container",
518
                "dependency injection"
519
            ],
520
            "time": "2017-07-23T07:32:15+00:00"
521
        },
522
        {
523
            "name": "psr/container",
524
            "version": "1.0.0",
525
            "source": {
526
                "type": "git",
527
                "url": "https://github.com/php-fig/container.git",
528
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
529
            },
530
            "dist": {
531
                "type": "zip",
532
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
533
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
534
                "shasum": ""
535
            },
536
            "require": {
537
                "php": ">=5.3.0"
538
            },
539
            "type": "library",
540
            "extra": {
541
                "branch-alias": {
542
                    "dev-master": "1.0.x-dev"
543
                }
544
            },
545
            "autoload": {
546
                "psr-4": {
547
                    "Psr\\Container\\": "src/"
548
                }
549
            },
550
            "notification-url": "https://packagist.org/downloads/",
551
            "license": [
552
                "MIT"
553
            ],
554
            "authors": [
555
                {
556
                    "name": "PHP-FIG",
557
                    "homepage": "http://www.php-fig.org/"
558
                }
559
            ],
560
            "description": "Common Container Interface (PHP FIG PSR-11)",
561
            "homepage": "https://github.com/php-fig/container",
562
            "keywords": [
563
                "PSR-11",
564
                "container",
565
                "container-interface",
566
                "container-interop",
567
                "psr"
568
            ],
569
            "time": "2017-02-14T16:28:37+00:00"
570
        },
571
        {
572
            "name": "psr/http-message",
573
            "version": "1.0.1",
574
            "source": {
575
                "type": "git",
576
                "url": "https://github.com/php-fig/http-message.git",
577
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
578
            },
579
            "dist": {
580
                "type": "zip",
581
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
582
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
583
                "shasum": ""
584
            },
585
            "require": {
586
                "php": ">=5.3.0"
587
            },
588
            "type": "library",
589
            "extra": {
590
                "branch-alias": {
591
                    "dev-master": "1.0.x-dev"
592
                }
593
            },
594
            "autoload": {
595
                "psr-4": {
596
                    "Psr\\Http\\Message\\": "src/"
597
                }
598
            },
599
            "notification-url": "https://packagist.org/downloads/",
600
            "license": [
601
                "MIT"
602
            ],
603
            "authors": [
604
                {
605
                    "name": "PHP-FIG",
606
                    "homepage": "http://www.php-fig.org/"
607
                }
608
            ],
609
            "description": "Common interface for HTTP messages",
610
            "homepage": "https://github.com/php-fig/http-message",
611
            "keywords": [
612
                "http",
613
                "http-message",
614
                "psr",
615
                "psr-7",
616
                "request",
617
                "response"
618
            ],
619
            "time": "2016-08-06T14:39:51+00:00"
620
        },
621
        {
622
            "name": "psr/log",
623
            "version": "1.0.2",
624
            "source": {
625
                "type": "git",
626
                "url": "https://github.com/php-fig/log.git",
627
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
628
            },
629
            "dist": {
630
                "type": "zip",
631
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
632
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
633
                "shasum": ""
634
            },
635
            "require": {
636
                "php": ">=5.3.0"
637
            },
638
            "type": "library",
639
            "extra": {
640
                "branch-alias": {
641
                    "dev-master": "1.0.x-dev"
642
                }
643
            },
644
            "autoload": {
645
                "psr-4": {
646
                    "Psr\\Log\\": "Psr/Log/"
647
                }
648
            },
649
            "notification-url": "https://packagist.org/downloads/",
650
            "license": [
651
                "MIT"
652
            ],
653
            "authors": [
654
                {
655
                    "name": "PHP-FIG",
656
                    "homepage": "http://www.php-fig.org/"
657
                }
658
            ],
659
            "description": "Common interface for logging libraries",
660
            "homepage": "https://github.com/php-fig/log",
661
            "keywords": [
662
                "log",
663
                "psr",
664
                "psr-3"
665
            ],
666
            "time": "2016-10-10T12:19:37+00:00"
667
        },
668
        {
669
            "name": "respect/validation",
670
            "version": "1.1.14",
671
            "source": {
672
                "type": "git",
673
                "url": "https://github.com/Respect/Validation.git",
674
                "reference": "22f1f14430155c21c1d6ba271a652f28c5057851"
675
            },
676
            "dist": {
677
                "type": "zip",
678
                "url": "https://api.github.com/repos/Respect/Validation/zipball/22f1f14430155c21c1d6ba271a652f28c5057851",
679
                "reference": "22f1f14430155c21c1d6ba271a652f28c5057851",
680
                "shasum": ""
681
            },
682
            "require": {
683
                "php": ">=5.4",
684
                "symfony/polyfill-mbstring": "^1.2"
685
            },
686
            "require-dev": {
687
                "egulias/email-validator": "~1.2",
688
                "malkusch/bav": "~1.0",
689
                "mikey179/vfsstream": "^1.5",
690
                "phpunit/phpunit": "~4.0",
691
                "symfony/validator": "~2.6.9",
692
                "zendframework/zend-validator": "~2.3"
693
            },
694
            "suggest": {
695
                "egulias/email-validator": "Strict (RFC compliant) email validation",
696
                "ext-bcmath": "Arbitrary Precision Mathematics",
697
                "ext-mbstring": "Multibyte String Functions",
698
                "fabpot/php-cs-fixer": "Fix PSR2 and other coding style issues",
699
                "malkusch/bav": "German bank account validation",
700
                "symfony/validator": "Use Symfony validator through Respect\\Validation",
701
                "zendframework/zend-validator": "Use Zend Framework validator through Respect\\Validation"
702
            },
703
            "type": "library",
704
            "extra": {
705
                "branch-alias": {
706
                    "dev-master": "1.1-dev"
707
                }
708
            },
709
            "autoload": {
710
                "psr-4": {
711
                    "Respect\\Validation\\": "library/"
712
                }
713
            },
714
            "notification-url": "https://packagist.org/downloads/",
715
            "license": [
716
                "BSD Style"
717
            ],
718
            "authors": [
719
                {
720
                    "name": "Respect/Validation Contributors",
721
                    "homepage": "https://github.com/Respect/Validation/graphs/contributors"
722
                }
723
            ],
724
            "description": "The most awesome validation engine ever created for PHP",
725
            "homepage": "http://respect.github.io/Validation/",
726
            "keywords": [
727
                "respect",
728
                "validation",
729
                "validator"
730
            ],
731
            "time": "2017-10-17T10:15:51+00:00"
732
        },
733
        {
734
            "name": "satooshi/php-coveralls",
735
            "version": "v1.1.0",
736
            "source": {
737
                "type": "git",
738
                "url": "https://github.com/php-coveralls/php-coveralls.git",
739
                "reference": "37f8f83fe22224eb9d9c6d593cdeb33eedd2a9ad"
740
            },
741
            "dist": {
742
                "type": "zip",
743
                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/37f8f83fe22224eb9d9c6d593cdeb33eedd2a9ad",
744
                "reference": "37f8f83fe22224eb9d9c6d593cdeb33eedd2a9ad",
745
                "shasum": ""
746
            },
747
            "require": {
748
                "ext-json": "*",
749
                "ext-simplexml": "*",
750
                "guzzle/guzzle": "^2.8 || ^3.0",
751
                "php": "^5.3.3 || ^7.0",
752
                "psr/log": "^1.0",
753
                "symfony/config": "^2.1 || ^3.0 || ^4.0",
754
                "symfony/console": "^2.1 || ^3.0 || ^4.0",
755
                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0",
756
                "symfony/yaml": "^2.0 || ^3.0 || ^4.0"
757
            },
758
            "require-dev": {
759
                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0"
760
            },
761
            "suggest": {
762
                "symfony/http-kernel": "Allows Symfony integration"
763
            },
764
            "bin": [
765
                "bin/coveralls"
766
            ],
767
            "type": "library",
768
            "autoload": {
769
                "psr-4": {
770
                    "Satooshi\\": "src/Satooshi/"
771
                }
772
            },
773
            "notification-url": "https://packagist.org/downloads/",
774
            "license": [
775
                "MIT"
776
            ],
777
            "authors": [
778
                {
779
                    "name": "Kitamura Satoshi",
780
                    "email": "[email protected]",
781
                    "homepage": "https://www.facebook.com/satooshi.jp"
782
                }
783
            ],
784
            "description": "PHP client library for Coveralls API",
785
            "homepage": "https://github.com/php-coveralls/php-coveralls",
786
            "keywords": [
787
                "ci",
788
                "coverage",
789
                "github",
790
                "test"
791
            ],
792
            "time": "2017-12-06T23:17:56+00:00"
793
        },
794
        {
795
            "name": "slim/slim",
796
            "version": "3.9.2",
797
            "source": {
798
                "type": "git",
799
                "url": "https://github.com/slimphp/Slim.git",
800
                "reference": "4086d0106cf5a7135c69fce4161fe355a8feb118"
801
            },
802
            "dist": {
803
                "type": "zip",
804
                "url": "https://api.github.com/repos/slimphp/Slim/zipball/4086d0106cf5a7135c69fce4161fe355a8feb118",
805
                "reference": "4086d0106cf5a7135c69fce4161fe355a8feb118",
806
                "shasum": ""
807
            },
808
            "require": {
809
                "container-interop/container-interop": "^1.2",
810
                "nikic/fast-route": "^1.0",
811
                "php": ">=5.5.0",
812
                "pimple/pimple": "^3.0",
813
                "psr/container": "^1.0",
814
                "psr/http-message": "^1.0"
815
            },
816
            "provide": {
817
                "psr/http-message-implementation": "1.0"
818
            },
819
            "require-dev": {
820
                "phpunit/phpunit": "^4.0",
821
                "squizlabs/php_codesniffer": "^2.5"
822
            },
823
            "type": "library",
824
            "autoload": {
825
                "psr-4": {
826
                    "Slim\\": "Slim"
827
                }
828
            },
829
            "notification-url": "https://packagist.org/downloads/",
830
            "license": [
831
                "MIT"
832
            ],
833
            "authors": [
834
                {
835
                    "name": "Rob Allen",
836
                    "email": "[email protected]",
837
                    "homepage": "http://akrabat.com"
838
                },
839
                {
840
                    "name": "Josh Lockhart",
841
                    "email": "[email protected]",
842
                    "homepage": "https://joshlockhart.com"
843
                },
844
                {
845
                    "name": "Gabriel Manricks",
846
                    "email": "[email protected]",
847
                    "homepage": "http://gabrielmanricks.com"
848
                },
849
                {
850
                    "name": "Andrew Smith",
851
                    "email": "[email protected]",
852
                    "homepage": "http://silentworks.co.uk"
853
                }
854
            ],
855
            "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
856
            "homepage": "https://slimframework.com",
857
            "keywords": [
858
                "api",
859
                "framework",
860
                "micro",
861
                "router"
862
            ],
863
            "time": "2017-11-26T19:13:09+00:00"
864
        },
865
        {
866
            "name": "symfony/config",
867
            "version": "v3.4.2",
868
            "source": {
869
                "type": "git",
870
                "url": "https://github.com/symfony/config.git",
871
                "reference": "e57211b88aa889fefac1cb36866db04100b0f21c"
872
            },
873
            "dist": {
874
                "type": "zip",
875
                "url": "https://api.github.com/repos/symfony/config/zipball/e57211b88aa889fefac1cb36866db04100b0f21c",
876
                "reference": "e57211b88aa889fefac1cb36866db04100b0f21c",
877
                "shasum": ""
878
            },
879
            "require": {
880
                "php": "^5.5.9|>=7.0.8",
881
                "symfony/filesystem": "~2.8|~3.0|~4.0"
882
            },
883
            "conflict": {
884
                "symfony/dependency-injection": "<3.3",
885
                "symfony/finder": "<3.3"
886
            },
887
            "require-dev": {
888
                "symfony/dependency-injection": "~3.3|~4.0",
889
                "symfony/finder": "~3.3|~4.0",
890
                "symfony/yaml": "~3.0|~4.0"
891
            },
892
            "suggest": {
893
                "symfony/yaml": "To use the yaml reference dumper"
894
            },
895
            "type": "library",
896
            "extra": {
897
                "branch-alias": {
898
                    "dev-master": "3.4-dev"
899
                }
900
            },
901
            "autoload": {
902
                "psr-4": {
903
                    "Symfony\\Component\\Config\\": ""
904
                },
905
                "exclude-from-classmap": [
906
                    "/Tests/"
907
                ]
908
            },
909
            "notification-url": "https://packagist.org/downloads/",
910
            "license": [
911
                "MIT"
912
            ],
913
            "authors": [
914
                {
915
                    "name": "Fabien Potencier",
916
                    "email": "[email protected]"
917
                },
918
                {
919
                    "name": "Symfony Community",
920
                    "homepage": "https://symfony.com/contributors"
921
                }
922
            ],
923
            "description": "Symfony Config Component",
924
            "homepage": "https://symfony.com",
925
            "time": "2017-12-14T19:40:10+00:00"
926
        },
927
        {
928
            "name": "symfony/console",
929
            "version": "v3.4.2",
930
            "source": {
931
                "type": "git",
932
                "url": "https://github.com/symfony/console.git",
933
                "reference": "9f21adfb92a9315b73ae2ed43138988ee4913d4e"
934
            },
935
            "dist": {
936
                "type": "zip",
937
                "url": "https://api.github.com/repos/symfony/console/zipball/9f21adfb92a9315b73ae2ed43138988ee4913d4e",
938
                "reference": "9f21adfb92a9315b73ae2ed43138988ee4913d4e",
939
                "shasum": ""
940
            },
941
            "require": {
942
                "php": "^5.5.9|>=7.0.8",
943
                "symfony/debug": "~2.8|~3.0|~4.0",
944
                "symfony/polyfill-mbstring": "~1.0"
945
            },
946
            "conflict": {
947
                "symfony/dependency-injection": "<3.4",
948
                "symfony/process": "<3.3"
949
            },
950
            "require-dev": {
951
                "psr/log": "~1.0",
952
                "symfony/config": "~3.3|~4.0",
953
                "symfony/dependency-injection": "~3.4|~4.0",
954
                "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
955
                "symfony/lock": "~3.4|~4.0",
956
                "symfony/process": "~3.3|~4.0"
957
            },
958
            "suggest": {
959
                "psr/log": "For using the console logger",
960
                "symfony/event-dispatcher": "",
961
                "symfony/lock": "",
962
                "symfony/process": ""
963
            },
964
            "type": "library",
965
            "extra": {
966
                "branch-alias": {
967
                    "dev-master": "3.4-dev"
968
                }
969
            },
970
            "autoload": {
971
                "psr-4": {
972
                    "Symfony\\Component\\Console\\": ""
973
                },
974
                "exclude-from-classmap": [
975
                    "/Tests/"
976
                ]
977
            },
978
            "notification-url": "https://packagist.org/downloads/",
979
            "license": [
980
                "MIT"
981
            ],
982
            "authors": [
983
                {
984
                    "name": "Fabien Potencier",
985
                    "email": "[email protected]"
986
                },
987
                {
988
                    "name": "Symfony Community",
989
                    "homepage": "https://symfony.com/contributors"
990
                }
991
            ],
992
            "description": "Symfony Console Component",
993
            "homepage": "https://symfony.com",
994
            "time": "2017-12-14T19:40:10+00:00"
995
        },
996
        {
997
            "name": "symfony/debug",
998
            "version": "v3.4.2",
999
            "source": {
1000
                "type": "git",
1001
                "url": "https://github.com/symfony/debug.git",
1002
                "reference": "543deab3ffff94402440b326fc94153bae2dfa7a"
1003
            },
1004
            "dist": {
1005
                "type": "zip",
1006
                "url": "https://api.github.com/repos/symfony/debug/zipball/543deab3ffff94402440b326fc94153bae2dfa7a",
1007
                "reference": "543deab3ffff94402440b326fc94153bae2dfa7a",
1008
                "shasum": ""
1009
            },
1010
            "require": {
1011
                "php": "^5.5.9|>=7.0.8",
1012
                "psr/log": "~1.0"
1013
            },
1014
            "conflict": {
1015
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1016
            },
1017
            "require-dev": {
1018
                "symfony/http-kernel": "~2.8|~3.0|~4.0"
1019
            },
1020
            "type": "library",
1021
            "extra": {
1022
                "branch-alias": {
1023
                    "dev-master": "3.4-dev"
1024
                }
1025
            },
1026
            "autoload": {
1027
                "psr-4": {
1028
                    "Symfony\\Component\\Debug\\": ""
1029
                },
1030
                "exclude-from-classmap": [
1031
                    "/Tests/"
1032
                ]
1033
            },
1034
            "notification-url": "https://packagist.org/downloads/",
1035
            "license": [
1036
                "MIT"
1037
            ],
1038
            "authors": [
1039
                {
1040
                    "name": "Fabien Potencier",
1041
                    "email": "[email protected]"
1042
                },
1043
                {
1044
                    "name": "Symfony Community",
1045
                    "homepage": "https://symfony.com/contributors"
1046
                }
1047
            ],
1048
            "description": "Symfony Debug Component",
1049
            "homepage": "https://symfony.com",
1050
            "time": "2017-12-12T08:27:14+00:00"
1051
        },
1052
        {
1053
            "name": "symfony/event-dispatcher",
1054
            "version": "v2.8.32",
1055
            "source": {
1056
                "type": "git",
1057
                "url": "https://github.com/symfony/event-dispatcher.git",
1058
                "reference": "b59aacf238fadda50d612c9de73b74751872a903"
1059
            },
1060
            "dist": {
1061
                "type": "zip",
1062
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b59aacf238fadda50d612c9de73b74751872a903",
1063
                "reference": "b59aacf238fadda50d612c9de73b74751872a903",
1064
                "shasum": ""
1065
            },
1066
            "require": {
1067
                "php": ">=5.3.9"
1068
            },
1069
            "require-dev": {
1070
                "psr/log": "~1.0",
1071
                "symfony/config": "^2.0.5|~3.0.0",
1072
                "symfony/dependency-injection": "~2.6|~3.0.0",
1073
                "symfony/expression-language": "~2.6|~3.0.0",
1074
                "symfony/stopwatch": "~2.3|~3.0.0"
1075
            },
1076
            "suggest": {
1077
                "symfony/dependency-injection": "",
1078
                "symfony/http-kernel": ""
1079
            },
1080
            "type": "library",
1081
            "extra": {
1082
                "branch-alias": {
1083
                    "dev-master": "2.8-dev"
1084
                }
1085
            },
1086
            "autoload": {
1087
                "psr-4": {
1088
                    "Symfony\\Component\\EventDispatcher\\": ""
1089
                },
1090
                "exclude-from-classmap": [
1091
                    "/Tests/"
1092
                ]
1093
            },
1094
            "notification-url": "https://packagist.org/downloads/",
1095
            "license": [
1096
                "MIT"
1097
            ],
1098
            "authors": [
1099
                {
1100
                    "name": "Fabien Potencier",
1101
                    "email": "[email protected]"
1102
                },
1103
                {
1104
                    "name": "Symfony Community",
1105
                    "homepage": "https://symfony.com/contributors"
1106
                }
1107
            ],
1108
            "description": "Symfony EventDispatcher Component",
1109
            "homepage": "https://symfony.com",
1110
            "time": "2017-11-05T15:25:56+00:00"
1111
        },
1112
        {
1113
            "name": "symfony/filesystem",
1114
            "version": "v3.4.2",
1115
            "source": {
1116
                "type": "git",
1117
                "url": "https://github.com/symfony/filesystem.git",
1118
                "reference": "25b135bea251829e3db6a77d773643408b575ed4"
1119
            },
1120
            "dist": {
1121
                "type": "zip",
1122
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/25b135bea251829e3db6a77d773643408b575ed4",
1123
                "reference": "25b135bea251829e3db6a77d773643408b575ed4",
1124
                "shasum": ""
1125
            },
1126
            "require": {
1127
                "php": "^5.5.9|>=7.0.8"
1128
            },
1129
            "type": "library",
1130
            "extra": {
1131
                "branch-alias": {
1132
                    "dev-master": "3.4-dev"
1133
                }
1134
            },
1135
            "autoload": {
1136
                "psr-4": {
1137
                    "Symfony\\Component\\Filesystem\\": ""
1138
                },
1139
                "exclude-from-classmap": [
1140
                    "/Tests/"
1141
                ]
1142
            },
1143
            "notification-url": "https://packagist.org/downloads/",
1144
            "license": [
1145
                "MIT"
1146
            ],
1147
            "authors": [
1148
                {
1149
                    "name": "Fabien Potencier",
1150
                    "email": "[email protected]"
1151
                },
1152
                {
1153
                    "name": "Symfony Community",
1154
                    "homepage": "https://symfony.com/contributors"
1155
                }
1156
            ],
1157
            "description": "Symfony Filesystem Component",
1158
            "homepage": "https://symfony.com",
1159
            "time": "2017-12-14T19:40:10+00:00"
1160
        },
1161
        {
1162
            "name": "symfony/polyfill-mbstring",
1163
            "version": "v1.6.0",
1164
            "source": {
1165
                "type": "git",
1166
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1167
                "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296"
1168
            },
1169
            "dist": {
1170
                "type": "zip",
1171
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
1172
                "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
1173
                "shasum": ""
1174
            },
1175
            "require": {
1176
                "php": ">=5.3.3"
1177
            },
1178
            "suggest": {
1179
                "ext-mbstring": "For best performance"
1180
            },
1181
            "type": "library",
1182
            "extra": {
1183
                "branch-alias": {
1184
                    "dev-master": "1.6-dev"
1185
                }
1186
            },
1187
            "autoload": {
1188
                "psr-4": {
1189
                    "Symfony\\Polyfill\\Mbstring\\": ""
1190
                },
1191
                "files": [
1192
                    "bootstrap.php"
1193
                ]
1194
            },
1195
            "notification-url": "https://packagist.org/downloads/",
1196
            "license": [
1197
                "MIT"
1198
            ],
1199
            "authors": [
1200
                {
1201
                    "name": "Nicolas Grekas",
1202
                    "email": "[email protected]"
1203
                },
1204
                {
1205
                    "name": "Symfony Community",
1206
                    "homepage": "https://symfony.com/contributors"
1207
                }
1208
            ],
1209
            "description": "Symfony polyfill for the Mbstring extension",
1210
            "homepage": "https://symfony.com",
1211
            "keywords": [
1212
                "compatibility",
1213
                "mbstring",
1214
                "polyfill",
1215
                "portable",
1216
                "shim"
1217
            ],
1218
            "time": "2017-10-11T12:05:26+00:00"
1219
        },
1220
        {
1221
            "name": "symfony/stopwatch",
1222
            "version": "v3.4.2",
1223
            "source": {
1224
                "type": "git",
1225
                "url": "https://github.com/symfony/stopwatch.git",
1226
                "reference": "52510fe1aefdc1c5d2076ac6030421d387e689d1"
1227
            },
1228
            "dist": {
1229
                "type": "zip",
1230
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/52510fe1aefdc1c5d2076ac6030421d387e689d1",
1231
                "reference": "52510fe1aefdc1c5d2076ac6030421d387e689d1",
1232
                "shasum": ""
1233
            },
1234
            "require": {
1235
                "php": "^5.5.9|>=7.0.8"
1236
            },
1237
            "type": "library",
1238
            "extra": {
1239
                "branch-alias": {
1240
                    "dev-master": "3.4-dev"
1241
                }
1242
            },
1243
            "autoload": {
1244
                "psr-4": {
1245
                    "Symfony\\Component\\Stopwatch\\": ""
1246
                },
1247
                "exclude-from-classmap": [
1248
                    "/Tests/"
1249
                ]
1250
            },
1251
            "notification-url": "https://packagist.org/downloads/",
1252
            "license": [
1253
                "MIT"
1254
            ],
1255
            "authors": [
1256
                {
1257
                    "name": "Fabien Potencier",
1258
                    "email": "[email protected]"
1259
                },
1260
                {
1261
                    "name": "Symfony Community",
1262
                    "homepage": "https://symfony.com/contributors"
1263
                }
1264
            ],
1265
            "description": "Symfony Stopwatch Component",
1266
            "homepage": "https://symfony.com",
1267
            "time": "2017-11-07T14:28:09+00:00"
1268
        },
1269
        {
1270
            "name": "symfony/yaml",
1271
            "version": "v3.4.2",
1272
            "source": {
1273
                "type": "git",
1274
                "url": "https://github.com/symfony/yaml.git",
1275
                "reference": "afe0cd38486505c9703707707d91450cfc1bd536"
1276
            },
1277
            "dist": {
1278
                "type": "zip",
1279
                "url": "https://api.github.com/repos/symfony/yaml/zipball/afe0cd38486505c9703707707d91450cfc1bd536",
1280
                "reference": "afe0cd38486505c9703707707d91450cfc1bd536",
1281
                "shasum": ""
1282
            },
1283
            "require": {
1284
                "php": "^5.5.9|>=7.0.8"
1285
            },
1286
            "conflict": {
1287
                "symfony/console": "<3.4"
1288
            },
1289
            "require-dev": {
1290
                "symfony/console": "~3.4|~4.0"
1291
            },
1292
            "suggest": {
1293
                "symfony/console": "For validating YAML files using the lint command"
1294
            },
1295
            "type": "library",
1296
            "extra": {
1297
                "branch-alias": {
1298
                    "dev-master": "3.4-dev"
1299
                }
1300
            },
1301
            "autoload": {
1302
                "psr-4": {
1303
                    "Symfony\\Component\\Yaml\\": ""
1304
                },
1305
                "exclude-from-classmap": [
1306
                    "/Tests/"
1307
                ]
1308
            },
1309
            "notification-url": "https://packagist.org/downloads/",
1310
            "license": [
1311
                "MIT"
1312
            ],
1313
            "authors": [
1314
                {
1315
                    "name": "Fabien Potencier",
1316
                    "email": "[email protected]"
1317
                },
1318
                {
1319
                    "name": "Symfony Community",
1320
                    "homepage": "https://symfony.com/contributors"
1321
                }
1322
            ],
1323
            "description": "Symfony Yaml Component",
1324
            "homepage": "https://symfony.com",
1325
            "time": "2017-12-11T20:38:23+00:00"
1326
        }
1327
    ],
1328
    "packages-dev": [
1329
        {
1330
            "name": "doctrine/instantiator",
1331
            "version": "1.1.0",
1332
            "source": {
1333
                "type": "git",
1334
                "url": "https://github.com/doctrine/instantiator.git",
1335
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
1336
            },
1337
            "dist": {
1338
                "type": "zip",
1339
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
1340
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
1341
                "shasum": ""
1342
            },
1343
            "require": {
1344
                "php": "^7.1"
1345
            },
1346
            "require-dev": {
1347
                "athletic/athletic": "~0.1.8",
1348
                "ext-pdo": "*",
1349
                "ext-phar": "*",
1350
                "phpunit/phpunit": "^6.2.3",
1351
                "squizlabs/php_codesniffer": "^3.0.2"
1352
            },
1353
            "type": "library",
1354
            "extra": {
1355
                "branch-alias": {
1356
                    "dev-master": "1.2.x-dev"
1357
                }
1358
            },
1359
            "autoload": {
1360
                "psr-4": {
1361
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1362
                }
1363
            },
1364
            "notification-url": "https://packagist.org/downloads/",
1365
            "license": [
1366
                "MIT"
1367
            ],
1368
            "authors": [
1369
                {
1370
                    "name": "Marco Pivetta",
1371
                    "email": "[email protected]",
1372
                    "homepage": "http://ocramius.github.com/"
1373
                }
1374
            ],
1375
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1376
            "homepage": "https://github.com/doctrine/instantiator",
1377
            "keywords": [
1378
                "constructor",
1379
                "instantiate"
1380
            ],
1381
            "time": "2017-07-22T11:58:36+00:00"
1382
        },
1383
        {
1384
            "name": "myclabs/deep-copy",
1385
            "version": "1.7.0",
1386
            "source": {
1387
                "type": "git",
1388
                "url": "https://github.com/myclabs/DeepCopy.git",
1389
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
1390
            },
1391
            "dist": {
1392
                "type": "zip",
1393
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
1394
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
1395
                "shasum": ""
1396
            },
1397
            "require": {
1398
                "php": "^5.6 || ^7.0"
1399
            },
1400
            "require-dev": {
1401
                "doctrine/collections": "^1.0",
1402
                "doctrine/common": "^2.6",
1403
                "phpunit/phpunit": "^4.1"
1404
            },
1405
            "type": "library",
1406
            "autoload": {
1407
                "psr-4": {
1408
                    "DeepCopy\\": "src/DeepCopy/"
1409
                },
1410
                "files": [
1411
                    "src/DeepCopy/deep_copy.php"
1412
                ]
1413
            },
1414
            "notification-url": "https://packagist.org/downloads/",
1415
            "license": [
1416
                "MIT"
1417
            ],
1418
            "description": "Create deep copies (clones) of your objects",
1419
            "keywords": [
1420
                "clone",
1421
                "copy",
1422
                "duplicate",
1423
                "object",
1424
                "object graph"
1425
            ],
1426
            "time": "2017-10-19T19:58:43+00:00"
1427
        },
1428
        {
1429
            "name": "phar-io/manifest",
1430
            "version": "1.0.1",
1431
            "source": {
1432
                "type": "git",
1433
                "url": "https://github.com/phar-io/manifest.git",
1434
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
1435
            },
1436
            "dist": {
1437
                "type": "zip",
1438
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
1439
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
1440
                "shasum": ""
1441
            },
1442
            "require": {
1443
                "ext-dom": "*",
1444
                "ext-phar": "*",
1445
                "phar-io/version": "^1.0.1",
1446
                "php": "^5.6 || ^7.0"
1447
            },
1448
            "type": "library",
1449
            "extra": {
1450
                "branch-alias": {
1451
                    "dev-master": "1.0.x-dev"
1452
                }
1453
            },
1454
            "autoload": {
1455
                "classmap": [
1456
                    "src/"
1457
                ]
1458
            },
1459
            "notification-url": "https://packagist.org/downloads/",
1460
            "license": [
1461
                "BSD-3-Clause"
1462
            ],
1463
            "authors": [
1464
                {
1465
                    "name": "Arne Blankerts",
1466
                    "email": "[email protected]",
1467
                    "role": "Developer"
1468
                },
1469
                {
1470
                    "name": "Sebastian Heuer",
1471
                    "email": "[email protected]",
1472
                    "role": "Developer"
1473
                },
1474
                {
1475
                    "name": "Sebastian Bergmann",
1476
                    "email": "[email protected]",
1477
                    "role": "Developer"
1478
                }
1479
            ],
1480
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
1481
            "time": "2017-03-05T18:14:27+00:00"
1482
        },
1483
        {
1484
            "name": "phar-io/version",
1485
            "version": "1.0.1",
1486
            "source": {
1487
                "type": "git",
1488
                "url": "https://github.com/phar-io/version.git",
1489
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
1490
            },
1491
            "dist": {
1492
                "type": "zip",
1493
                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
1494
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
1495
                "shasum": ""
1496
            },
1497
            "require": {
1498
                "php": "^5.6 || ^7.0"
1499
            },
1500
            "type": "library",
1501
            "autoload": {
1502
                "classmap": [
1503
                    "src/"
1504
                ]
1505
            },
1506
            "notification-url": "https://packagist.org/downloads/",
1507
            "license": [
1508
                "BSD-3-Clause"
1509
            ],
1510
            "authors": [
1511
                {
1512
                    "name": "Arne Blankerts",
1513
                    "email": "[email protected]",
1514
                    "role": "Developer"
1515
                },
1516
                {
1517
                    "name": "Sebastian Heuer",
1518
                    "email": "[email protected]",
1519
                    "role": "Developer"
1520
                },
1521
                {
1522
                    "name": "Sebastian Bergmann",
1523
                    "email": "[email protected]",
1524
                    "role": "Developer"
1525
                }
1526
            ],
1527
            "description": "Library for handling version information and constraints",
1528
            "time": "2017-03-05T17:38:23+00:00"
1529
        },
1530
        {
1531
            "name": "phpdocumentor/reflection-common",
1532
            "version": "1.0.1",
1533
            "source": {
1534
                "type": "git",
1535
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
1536
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
1537
            },
1538
            "dist": {
1539
                "type": "zip",
1540
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
1541
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
1542
                "shasum": ""
1543
            },
1544
            "require": {
1545
                "php": ">=5.5"
1546
            },
1547
            "require-dev": {
1548
                "phpunit/phpunit": "^4.6"
1549
            },
1550
            "type": "library",
1551
            "extra": {
1552
                "branch-alias": {
1553
                    "dev-master": "1.0.x-dev"
1554
                }
1555
            },
1556
            "autoload": {
1557
                "psr-4": {
1558
                    "phpDocumentor\\Reflection\\": [
1559
                        "src"
1560
                    ]
1561
                }
1562
            },
1563
            "notification-url": "https://packagist.org/downloads/",
1564
            "license": [
1565
                "MIT"
1566
            ],
1567
            "authors": [
1568
                {
1569
                    "name": "Jaap van Otterdijk",
1570
                    "email": "[email protected]"
1571
                }
1572
            ],
1573
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
1574
            "homepage": "http://www.phpdoc.org",
1575
            "keywords": [
1576
                "FQSEN",
1577
                "phpDocumentor",
1578
                "phpdoc",
1579
                "reflection",
1580
                "static analysis"
1581
            ],
1582
            "time": "2017-09-11T18:02:19+00:00"
1583
        },
1584
        {
1585
            "name": "phpdocumentor/reflection-docblock",
1586
            "version": "4.2.0",
1587
            "source": {
1588
                "type": "git",
1589
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1590
                "reference": "66465776cfc249844bde6d117abff1d22e06c2da"
1591
            },
1592
            "dist": {
1593
                "type": "zip",
1594
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/66465776cfc249844bde6d117abff1d22e06c2da",
1595
                "reference": "66465776cfc249844bde6d117abff1d22e06c2da",
1596
                "shasum": ""
1597
            },
1598
            "require": {
1599
                "php": "^7.0",
1600
                "phpdocumentor/reflection-common": "^1.0.0",
1601
                "phpdocumentor/type-resolver": "^0.4.0",
1602
                "webmozart/assert": "^1.0"
1603
            },
1604
            "require-dev": {
1605
                "doctrine/instantiator": "~1.0.5",
1606
                "mockery/mockery": "^1.0",
1607
                "phpunit/phpunit": "^6.4"
1608
            },
1609
            "type": "library",
1610
            "extra": {
1611
                "branch-alias": {
1612
                    "dev-master": "4.x-dev"
1613
                }
1614
            },
1615
            "autoload": {
1616
                "psr-4": {
1617
                    "phpDocumentor\\Reflection\\": [
1618
                        "src/"
1619
                    ]
1620
                }
1621
            },
1622
            "notification-url": "https://packagist.org/downloads/",
1623
            "license": [
1624
                "MIT"
1625
            ],
1626
            "authors": [
1627
                {
1628
                    "name": "Mike van Riel",
1629
                    "email": "[email protected]"
1630
                }
1631
            ],
1632
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1633
            "time": "2017-11-27T17:38:31+00:00"
1634
        },
1635
        {
1636
            "name": "phpdocumentor/type-resolver",
1637
            "version": "0.4.0",
1638
            "source": {
1639
                "type": "git",
1640
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
1641
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
1642
            },
1643
            "dist": {
1644
                "type": "zip",
1645
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
1646
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
1647
                "shasum": ""
1648
            },
1649
            "require": {
1650
                "php": "^5.5 || ^7.0",
1651
                "phpdocumentor/reflection-common": "^1.0"
1652
            },
1653
            "require-dev": {
1654
                "mockery/mockery": "^0.9.4",
1655
                "phpunit/phpunit": "^5.2||^4.8.24"
1656
            },
1657
            "type": "library",
1658
            "extra": {
1659
                "branch-alias": {
1660
                    "dev-master": "1.0.x-dev"
1661
                }
1662
            },
1663
            "autoload": {
1664
                "psr-4": {
1665
                    "phpDocumentor\\Reflection\\": [
1666
                        "src/"
1667
                    ]
1668
                }
1669
            },
1670
            "notification-url": "https://packagist.org/downloads/",
1671
            "license": [
1672
                "MIT"
1673
            ],
1674
            "authors": [
1675
                {
1676
                    "name": "Mike van Riel",
1677
                    "email": "[email protected]"
1678
                }
1679
            ],
1680
            "time": "2017-07-14T14:27:02+00:00"
1681
        },
1682
        {
1683
            "name": "phpspec/prophecy",
1684
            "version": "1.7.3",
1685
            "source": {
1686
                "type": "git",
1687
                "url": "https://github.com/phpspec/prophecy.git",
1688
                "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf"
1689
            },
1690
            "dist": {
1691
                "type": "zip",
1692
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf",
1693
                "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf",
1694
                "shasum": ""
1695
            },
1696
            "require": {
1697
                "doctrine/instantiator": "^1.0.2",
1698
                "php": "^5.3|^7.0",
1699
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
1700
                "sebastian/comparator": "^1.1|^2.0",
1701
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
1702
            },
1703
            "require-dev": {
1704
                "phpspec/phpspec": "^2.5|^3.2",
1705
                "phpunit/phpunit": "^4.8.35 || ^5.7"
1706
            },
1707
            "type": "library",
1708
            "extra": {
1709
                "branch-alias": {
1710
                    "dev-master": "1.7.x-dev"
1711
                }
1712
            },
1713
            "autoload": {
1714
                "psr-0": {
1715
                    "Prophecy\\": "src/"
1716
                }
1717
            },
1718
            "notification-url": "https://packagist.org/downloads/",
1719
            "license": [
1720
                "MIT"
1721
            ],
1722
            "authors": [
1723
                {
1724
                    "name": "Konstantin Kudryashov",
1725
                    "email": "[email protected]",
1726
                    "homepage": "http://everzet.com"
1727
                },
1728
                {
1729
                    "name": "Marcello Duarte",
1730
                    "email": "[email protected]"
1731
                }
1732
            ],
1733
            "description": "Highly opinionated mocking framework for PHP 5.3+",
1734
            "homepage": "https://github.com/phpspec/prophecy",
1735
            "keywords": [
1736
                "Double",
1737
                "Dummy",
1738
                "fake",
1739
                "mock",
1740
                "spy",
1741
                "stub"
1742
            ],
1743
            "time": "2017-11-24T13:59:53+00:00"
1744
        },
1745
        {
1746
            "name": "phpunit/php-code-coverage",
1747
            "version": "5.3.0",
1748
            "source": {
1749
                "type": "git",
1750
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1751
                "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1"
1752
            },
1753
            "dist": {
1754
                "type": "zip",
1755
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/661f34d0bd3f1a7225ef491a70a020ad23a057a1",
1756
                "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1",
1757
                "shasum": ""
1758
            },
1759
            "require": {
1760
                "ext-dom": "*",
1761
                "ext-xmlwriter": "*",
1762
                "php": "^7.0",
1763
                "phpunit/php-file-iterator": "^1.4.2",
1764
                "phpunit/php-text-template": "^1.2.1",
1765
                "phpunit/php-token-stream": "^2.0.1",
1766
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
1767
                "sebastian/environment": "^3.0",
1768
                "sebastian/version": "^2.0.1",
1769
                "theseer/tokenizer": "^1.1"
1770
            },
1771
            "require-dev": {
1772
                "phpunit/phpunit": "^6.0"
1773
            },
1774
            "suggest": {
1775
                "ext-xdebug": "^2.5.5"
1776
            },
1777
            "type": "library",
1778
            "extra": {
1779
                "branch-alias": {
1780
                    "dev-master": "5.3.x-dev"
1781
                }
1782
            },
1783
            "autoload": {
1784
                "classmap": [
1785
                    "src/"
1786
                ]
1787
            },
1788
            "notification-url": "https://packagist.org/downloads/",
1789
            "license": [
1790
                "BSD-3-Clause"
1791
            ],
1792
            "authors": [
1793
                {
1794
                    "name": "Sebastian Bergmann",
1795
                    "email": "[email protected]",
1796
                    "role": "lead"
1797
                }
1798
            ],
1799
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1800
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1801
            "keywords": [
1802
                "coverage",
1803
                "testing",
1804
                "xunit"
1805
            ],
1806
            "time": "2017-12-06T09:29:45+00:00"
1807
        },
1808
        {
1809
            "name": "phpunit/php-file-iterator",
1810
            "version": "1.4.5",
1811
            "source": {
1812
                "type": "git",
1813
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1814
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
1815
            },
1816
            "dist": {
1817
                "type": "zip",
1818
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
1819
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
1820
                "shasum": ""
1821
            },
1822
            "require": {
1823
                "php": ">=5.3.3"
1824
            },
1825
            "type": "library",
1826
            "extra": {
1827
                "branch-alias": {
1828
                    "dev-master": "1.4.x-dev"
1829
                }
1830
            },
1831
            "autoload": {
1832
                "classmap": [
1833
                    "src/"
1834
                ]
1835
            },
1836
            "notification-url": "https://packagist.org/downloads/",
1837
            "license": [
1838
                "BSD-3-Clause"
1839
            ],
1840
            "authors": [
1841
                {
1842
                    "name": "Sebastian Bergmann",
1843
                    "email": "[email protected]",
1844
                    "role": "lead"
1845
                }
1846
            ],
1847
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1848
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1849
            "keywords": [
1850
                "filesystem",
1851
                "iterator"
1852
            ],
1853
            "time": "2017-11-27T13:52:08+00:00"
1854
        },
1855
        {
1856
            "name": "phpunit/php-text-template",
1857
            "version": "1.2.1",
1858
            "source": {
1859
                "type": "git",
1860
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1861
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1862
            },
1863
            "dist": {
1864
                "type": "zip",
1865
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1866
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1867
                "shasum": ""
1868
            },
1869
            "require": {
1870
                "php": ">=5.3.3"
1871
            },
1872
            "type": "library",
1873
            "autoload": {
1874
                "classmap": [
1875
                    "src/"
1876
                ]
1877
            },
1878
            "notification-url": "https://packagist.org/downloads/",
1879
            "license": [
1880
                "BSD-3-Clause"
1881
            ],
1882
            "authors": [
1883
                {
1884
                    "name": "Sebastian Bergmann",
1885
                    "email": "[email protected]",
1886
                    "role": "lead"
1887
                }
1888
            ],
1889
            "description": "Simple template engine.",
1890
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1891
            "keywords": [
1892
                "template"
1893
            ],
1894
            "time": "2015-06-21T13:50:34+00:00"
1895
        },
1896
        {
1897
            "name": "phpunit/php-timer",
1898
            "version": "1.0.9",
1899
            "source": {
1900
                "type": "git",
1901
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1902
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
1903
            },
1904
            "dist": {
1905
                "type": "zip",
1906
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1907
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1908
                "shasum": ""
1909
            },
1910
            "require": {
1911
                "php": "^5.3.3 || ^7.0"
1912
            },
1913
            "require-dev": {
1914
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1915
            },
1916
            "type": "library",
1917
            "extra": {
1918
                "branch-alias": {
1919
                    "dev-master": "1.0-dev"
1920
                }
1921
            },
1922
            "autoload": {
1923
                "classmap": [
1924
                    "src/"
1925
                ]
1926
            },
1927
            "notification-url": "https://packagist.org/downloads/",
1928
            "license": [
1929
                "BSD-3-Clause"
1930
            ],
1931
            "authors": [
1932
                {
1933
                    "name": "Sebastian Bergmann",
1934
                    "email": "[email protected]",
1935
                    "role": "lead"
1936
                }
1937
            ],
1938
            "description": "Utility class for timing",
1939
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1940
            "keywords": [
1941
                "timer"
1942
            ],
1943
            "time": "2017-02-26T11:10:40+00:00"
1944
        },
1945
        {
1946
            "name": "phpunit/php-token-stream",
1947
            "version": "2.0.2",
1948
            "source": {
1949
                "type": "git",
1950
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1951
                "reference": "791198a2c6254db10131eecfe8c06670700904db"
1952
            },
1953
            "dist": {
1954
                "type": "zip",
1955
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
1956
                "reference": "791198a2c6254db10131eecfe8c06670700904db",
1957
                "shasum": ""
1958
            },
1959
            "require": {
1960
                "ext-tokenizer": "*",
1961
                "php": "^7.0"
1962
            },
1963
            "require-dev": {
1964
                "phpunit/phpunit": "^6.2.4"
1965
            },
1966
            "type": "library",
1967
            "extra": {
1968
                "branch-alias": {
1969
                    "dev-master": "2.0-dev"
1970
                }
1971
            },
1972
            "autoload": {
1973
                "classmap": [
1974
                    "src/"
1975
                ]
1976
            },
1977
            "notification-url": "https://packagist.org/downloads/",
1978
            "license": [
1979
                "BSD-3-Clause"
1980
            ],
1981
            "authors": [
1982
                {
1983
                    "name": "Sebastian Bergmann",
1984
                    "email": "[email protected]"
1985
                }
1986
            ],
1987
            "description": "Wrapper around PHP's tokenizer extension.",
1988
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1989
            "keywords": [
1990
                "tokenizer"
1991
            ],
1992
            "time": "2017-11-27T05:48:46+00:00"
1993
        },
1994
        {
1995
            "name": "phpunit/phpunit",
1996
            "version": "6.5.5",
1997
            "source": {
1998
                "type": "git",
1999
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2000
                "reference": "83d27937a310f2984fd575686138597147bdc7df"
2001
            },
2002
            "dist": {
2003
                "type": "zip",
2004
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/83d27937a310f2984fd575686138597147bdc7df",
2005
                "reference": "83d27937a310f2984fd575686138597147bdc7df",
2006
                "shasum": ""
2007
            },
2008
            "require": {
2009
                "ext-dom": "*",
2010
                "ext-json": "*",
2011
                "ext-libxml": "*",
2012
                "ext-mbstring": "*",
2013
                "ext-xml": "*",
2014
                "myclabs/deep-copy": "^1.6.1",
2015
                "phar-io/manifest": "^1.0.1",
2016
                "phar-io/version": "^1.0",
2017
                "php": "^7.0",
2018
                "phpspec/prophecy": "^1.7",
2019
                "phpunit/php-code-coverage": "^5.3",
2020
                "phpunit/php-file-iterator": "^1.4.3",
2021
                "phpunit/php-text-template": "^1.2.1",
2022
                "phpunit/php-timer": "^1.0.9",
2023
                "phpunit/phpunit-mock-objects": "^5.0.5",
2024
                "sebastian/comparator": "^2.1",
2025
                "sebastian/diff": "^2.0",
2026
                "sebastian/environment": "^3.1",
2027
                "sebastian/exporter": "^3.1",
2028
                "sebastian/global-state": "^2.0",
2029
                "sebastian/object-enumerator": "^3.0.3",
2030
                "sebastian/resource-operations": "^1.0",
2031
                "sebastian/version": "^2.0.1"
2032
            },
2033
            "conflict": {
2034
                "phpdocumentor/reflection-docblock": "3.0.2",
2035
                "phpunit/dbunit": "<3.0"
2036
            },
2037
            "require-dev": {
2038
                "ext-pdo": "*"
2039
            },
2040
            "suggest": {
2041
                "ext-xdebug": "*",
2042
                "phpunit/php-invoker": "^1.1"
2043
            },
2044
            "bin": [
2045
                "phpunit"
2046
            ],
2047
            "type": "library",
2048
            "extra": {
2049
                "branch-alias": {
2050
                    "dev-master": "6.5.x-dev"
2051
                }
2052
            },
2053
            "autoload": {
2054
                "classmap": [
2055
                    "src/"
2056
                ]
2057
            },
2058
            "notification-url": "https://packagist.org/downloads/",
2059
            "license": [
2060
                "BSD-3-Clause"
2061
            ],
2062
            "authors": [
2063
                {
2064
                    "name": "Sebastian Bergmann",
2065
                    "email": "[email protected]",
2066
                    "role": "lead"
2067
                }
2068
            ],
2069
            "description": "The PHP Unit Testing framework.",
2070
            "homepage": "https://phpunit.de/",
2071
            "keywords": [
2072
                "phpunit",
2073
                "testing",
2074
                "xunit"
2075
            ],
2076
            "time": "2017-12-17T06:31:19+00:00"
2077
        },
2078
        {
2079
            "name": "phpunit/phpunit-mock-objects",
2080
            "version": "5.0.5",
2081
            "source": {
2082
                "type": "git",
2083
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2084
                "reference": "283b9f4f670e3a6fd6c4ff95c51a952eb5c75933"
2085
            },
2086
            "dist": {
2087
                "type": "zip",
2088
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/283b9f4f670e3a6fd6c4ff95c51a952eb5c75933",
2089
                "reference": "283b9f4f670e3a6fd6c4ff95c51a952eb5c75933",
2090
                "shasum": ""
2091
            },
2092
            "require": {
2093
                "doctrine/instantiator": "^1.0.5",
2094
                "php": "^7.0",
2095
                "phpunit/php-text-template": "^1.2.1",
2096
                "sebastian/exporter": "^3.1"
2097
            },
2098
            "conflict": {
2099
                "phpunit/phpunit": "<6.0"
2100
            },
2101
            "require-dev": {
2102
                "phpunit/phpunit": "^6.5"
2103
            },
2104
            "suggest": {
2105
                "ext-soap": "*"
2106
            },
2107
            "type": "library",
2108
            "extra": {
2109
                "branch-alias": {
2110
                    "dev-master": "5.0.x-dev"
2111
                }
2112
            },
2113
            "autoload": {
2114
                "classmap": [
2115
                    "src/"
2116
                ]
2117
            },
2118
            "notification-url": "https://packagist.org/downloads/",
2119
            "license": [
2120
                "BSD-3-Clause"
2121
            ],
2122
            "authors": [
2123
                {
2124
                    "name": "Sebastian Bergmann",
2125
                    "email": "[email protected]",
2126
                    "role": "lead"
2127
                }
2128
            ],
2129
            "description": "Mock Object library for PHPUnit",
2130
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2131
            "keywords": [
2132
                "mock",
2133
                "xunit"
2134
            ],
2135
            "time": "2017-12-10T08:01:53+00:00"
2136
        },
2137
        {
2138
            "name": "sebastian/code-unit-reverse-lookup",
2139
            "version": "1.0.1",
2140
            "source": {
2141
                "type": "git",
2142
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2143
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
2144
            },
2145
            "dist": {
2146
                "type": "zip",
2147
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2148
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2149
                "shasum": ""
2150
            },
2151
            "require": {
2152
                "php": "^5.6 || ^7.0"
2153
            },
2154
            "require-dev": {
2155
                "phpunit/phpunit": "^5.7 || ^6.0"
2156
            },
2157
            "type": "library",
2158
            "extra": {
2159
                "branch-alias": {
2160
                    "dev-master": "1.0.x-dev"
2161
                }
2162
            },
2163
            "autoload": {
2164
                "classmap": [
2165
                    "src/"
2166
                ]
2167
            },
2168
            "notification-url": "https://packagist.org/downloads/",
2169
            "license": [
2170
                "BSD-3-Clause"
2171
            ],
2172
            "authors": [
2173
                {
2174
                    "name": "Sebastian Bergmann",
2175
                    "email": "[email protected]"
2176
                }
2177
            ],
2178
            "description": "Looks up which function or method a line of code belongs to",
2179
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2180
            "time": "2017-03-04T06:30:41+00:00"
2181
        },
2182
        {
2183
            "name": "sebastian/comparator",
2184
            "version": "2.1.1",
2185
            "source": {
2186
                "type": "git",
2187
                "url": "https://github.com/sebastianbergmann/comparator.git",
2188
                "reference": "b11c729f95109b56a0fe9650c6a63a0fcd8c439f"
2189
            },
2190
            "dist": {
2191
                "type": "zip",
2192
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/b11c729f95109b56a0fe9650c6a63a0fcd8c439f",
2193
                "reference": "b11c729f95109b56a0fe9650c6a63a0fcd8c439f",
2194
                "shasum": ""
2195
            },
2196
            "require": {
2197
                "php": "^7.0",
2198
                "sebastian/diff": "^2.0",
2199
                "sebastian/exporter": "^3.1"
2200
            },
2201
            "require-dev": {
2202
                "phpunit/phpunit": "^6.4"
2203
            },
2204
            "type": "library",
2205
            "extra": {
2206
                "branch-alias": {
2207
                    "dev-master": "2.1.x-dev"
2208
                }
2209
            },
2210
            "autoload": {
2211
                "classmap": [
2212
                    "src/"
2213
                ]
2214
            },
2215
            "notification-url": "https://packagist.org/downloads/",
2216
            "license": [
2217
                "BSD-3-Clause"
2218
            ],
2219
            "authors": [
2220
                {
2221
                    "name": "Jeff Welch",
2222
                    "email": "[email protected]"
2223
                },
2224
                {
2225
                    "name": "Volker Dusch",
2226
                    "email": "[email protected]"
2227
                },
2228
                {
2229
                    "name": "Bernhard Schussek",
2230
                    "email": "[email protected]"
2231
                },
2232
                {
2233
                    "name": "Sebastian Bergmann",
2234
                    "email": "[email protected]"
2235
                }
2236
            ],
2237
            "description": "Provides the functionality to compare PHP values for equality",
2238
            "homepage": "https://github.com/sebastianbergmann/comparator",
2239
            "keywords": [
2240
                "comparator",
2241
                "compare",
2242
                "equality"
2243
            ],
2244
            "time": "2017-12-22T14:50:35+00:00"
2245
        },
2246
        {
2247
            "name": "sebastian/diff",
2248
            "version": "2.0.1",
2249
            "source": {
2250
                "type": "git",
2251
                "url": "https://github.com/sebastianbergmann/diff.git",
2252
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
2253
            },
2254
            "dist": {
2255
                "type": "zip",
2256
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
2257
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
2258
                "shasum": ""
2259
            },
2260
            "require": {
2261
                "php": "^7.0"
2262
            },
2263
            "require-dev": {
2264
                "phpunit/phpunit": "^6.2"
2265
            },
2266
            "type": "library",
2267
            "extra": {
2268
                "branch-alias": {
2269
                    "dev-master": "2.0-dev"
2270
                }
2271
            },
2272
            "autoload": {
2273
                "classmap": [
2274
                    "src/"
2275
                ]
2276
            },
2277
            "notification-url": "https://packagist.org/downloads/",
2278
            "license": [
2279
                "BSD-3-Clause"
2280
            ],
2281
            "authors": [
2282
                {
2283
                    "name": "Kore Nordmann",
2284
                    "email": "[email protected]"
2285
                },
2286
                {
2287
                    "name": "Sebastian Bergmann",
2288
                    "email": "[email protected]"
2289
                }
2290
            ],
2291
            "description": "Diff implementation",
2292
            "homepage": "https://github.com/sebastianbergmann/diff",
2293
            "keywords": [
2294
                "diff"
2295
            ],
2296
            "time": "2017-08-03T08:09:46+00:00"
2297
        },
2298
        {
2299
            "name": "sebastian/environment",
2300
            "version": "3.1.0",
2301
            "source": {
2302
                "type": "git",
2303
                "url": "https://github.com/sebastianbergmann/environment.git",
2304
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
2305
            },
2306
            "dist": {
2307
                "type": "zip",
2308
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
2309
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
2310
                "shasum": ""
2311
            },
2312
            "require": {
2313
                "php": "^7.0"
2314
            },
2315
            "require-dev": {
2316
                "phpunit/phpunit": "^6.1"
2317
            },
2318
            "type": "library",
2319
            "extra": {
2320
                "branch-alias": {
2321
                    "dev-master": "3.1.x-dev"
2322
                }
2323
            },
2324
            "autoload": {
2325
                "classmap": [
2326
                    "src/"
2327
                ]
2328
            },
2329
            "notification-url": "https://packagist.org/downloads/",
2330
            "license": [
2331
                "BSD-3-Clause"
2332
            ],
2333
            "authors": [
2334
                {
2335
                    "name": "Sebastian Bergmann",
2336
                    "email": "[email protected]"
2337
                }
2338
            ],
2339
            "description": "Provides functionality to handle HHVM/PHP environments",
2340
            "homepage": "http://www.github.com/sebastianbergmann/environment",
2341
            "keywords": [
2342
                "Xdebug",
2343
                "environment",
2344
                "hhvm"
2345
            ],
2346
            "time": "2017-07-01T08:51:00+00:00"
2347
        },
2348
        {
2349
            "name": "sebastian/exporter",
2350
            "version": "3.1.0",
2351
            "source": {
2352
                "type": "git",
2353
                "url": "https://github.com/sebastianbergmann/exporter.git",
2354
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
2355
            },
2356
            "dist": {
2357
                "type": "zip",
2358
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
2359
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
2360
                "shasum": ""
2361
            },
2362
            "require": {
2363
                "php": "^7.0",
2364
                "sebastian/recursion-context": "^3.0"
2365
            },
2366
            "require-dev": {
2367
                "ext-mbstring": "*",
2368
                "phpunit/phpunit": "^6.0"
2369
            },
2370
            "type": "library",
2371
            "extra": {
2372
                "branch-alias": {
2373
                    "dev-master": "3.1.x-dev"
2374
                }
2375
            },
2376
            "autoload": {
2377
                "classmap": [
2378
                    "src/"
2379
                ]
2380
            },
2381
            "notification-url": "https://packagist.org/downloads/",
2382
            "license": [
2383
                "BSD-3-Clause"
2384
            ],
2385
            "authors": [
2386
                {
2387
                    "name": "Jeff Welch",
2388
                    "email": "[email protected]"
2389
                },
2390
                {
2391
                    "name": "Volker Dusch",
2392
                    "email": "[email protected]"
2393
                },
2394
                {
2395
                    "name": "Bernhard Schussek",
2396
                    "email": "[email protected]"
2397
                },
2398
                {
2399
                    "name": "Sebastian Bergmann",
2400
                    "email": "[email protected]"
2401
                },
2402
                {
2403
                    "name": "Adam Harvey",
2404
                    "email": "[email protected]"
2405
                }
2406
            ],
2407
            "description": "Provides the functionality to export PHP variables for visualization",
2408
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
2409
            "keywords": [
2410
                "export",
2411
                "exporter"
2412
            ],
2413
            "time": "2017-04-03T13:19:02+00:00"
2414
        },
2415
        {
2416
            "name": "sebastian/global-state",
2417
            "version": "2.0.0",
2418
            "source": {
2419
                "type": "git",
2420
                "url": "https://github.com/sebastianbergmann/global-state.git",
2421
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
2422
            },
2423
            "dist": {
2424
                "type": "zip",
2425
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
2426
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
2427
                "shasum": ""
2428
            },
2429
            "require": {
2430
                "php": "^7.0"
2431
            },
2432
            "require-dev": {
2433
                "phpunit/phpunit": "^6.0"
2434
            },
2435
            "suggest": {
2436
                "ext-uopz": "*"
2437
            },
2438
            "type": "library",
2439
            "extra": {
2440
                "branch-alias": {
2441
                    "dev-master": "2.0-dev"
2442
                }
2443
            },
2444
            "autoload": {
2445
                "classmap": [
2446
                    "src/"
2447
                ]
2448
            },
2449
            "notification-url": "https://packagist.org/downloads/",
2450
            "license": [
2451
                "BSD-3-Clause"
2452
            ],
2453
            "authors": [
2454
                {
2455
                    "name": "Sebastian Bergmann",
2456
                    "email": "[email protected]"
2457
                }
2458
            ],
2459
            "description": "Snapshotting of global state",
2460
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
2461
            "keywords": [
2462
                "global state"
2463
            ],
2464
            "time": "2017-04-27T15:39:26+00:00"
2465
        },
2466
        {
2467
            "name": "sebastian/object-enumerator",
2468
            "version": "3.0.3",
2469
            "source": {
2470
                "type": "git",
2471
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2472
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
2473
            },
2474
            "dist": {
2475
                "type": "zip",
2476
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2477
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2478
                "shasum": ""
2479
            },
2480
            "require": {
2481
                "php": "^7.0",
2482
                "sebastian/object-reflector": "^1.1.1",
2483
                "sebastian/recursion-context": "^3.0"
2484
            },
2485
            "require-dev": {
2486
                "phpunit/phpunit": "^6.0"
2487
            },
2488
            "type": "library",
2489
            "extra": {
2490
                "branch-alias": {
2491
                    "dev-master": "3.0.x-dev"
2492
                }
2493
            },
2494
            "autoload": {
2495
                "classmap": [
2496
                    "src/"
2497
                ]
2498
            },
2499
            "notification-url": "https://packagist.org/downloads/",
2500
            "license": [
2501
                "BSD-3-Clause"
2502
            ],
2503
            "authors": [
2504
                {
2505
                    "name": "Sebastian Bergmann",
2506
                    "email": "[email protected]"
2507
                }
2508
            ],
2509
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2510
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2511
            "time": "2017-08-03T12:35:26+00:00"
2512
        },
2513
        {
2514
            "name": "sebastian/object-reflector",
2515
            "version": "1.1.1",
2516
            "source": {
2517
                "type": "git",
2518
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
2519
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
2520
            },
2521
            "dist": {
2522
                "type": "zip",
2523
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
2524
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
2525
                "shasum": ""
2526
            },
2527
            "require": {
2528
                "php": "^7.0"
2529
            },
2530
            "require-dev": {
2531
                "phpunit/phpunit": "^6.0"
2532
            },
2533
            "type": "library",
2534
            "extra": {
2535
                "branch-alias": {
2536
                    "dev-master": "1.1-dev"
2537
                }
2538
            },
2539
            "autoload": {
2540
                "classmap": [
2541
                    "src/"
2542
                ]
2543
            },
2544
            "notification-url": "https://packagist.org/downloads/",
2545
            "license": [
2546
                "BSD-3-Clause"
2547
            ],
2548
            "authors": [
2549
                {
2550
                    "name": "Sebastian Bergmann",
2551
                    "email": "[email protected]"
2552
                }
2553
            ],
2554
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
2555
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
2556
            "time": "2017-03-29T09:07:27+00:00"
2557
        },
2558
        {
2559
            "name": "sebastian/recursion-context",
2560
            "version": "3.0.0",
2561
            "source": {
2562
                "type": "git",
2563
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
2564
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
2565
            },
2566
            "dist": {
2567
                "type": "zip",
2568
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2569
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2570
                "shasum": ""
2571
            },
2572
            "require": {
2573
                "php": "^7.0"
2574
            },
2575
            "require-dev": {
2576
                "phpunit/phpunit": "^6.0"
2577
            },
2578
            "type": "library",
2579
            "extra": {
2580
                "branch-alias": {
2581
                    "dev-master": "3.0.x-dev"
2582
                }
2583
            },
2584
            "autoload": {
2585
                "classmap": [
2586
                    "src/"
2587
                ]
2588
            },
2589
            "notification-url": "https://packagist.org/downloads/",
2590
            "license": [
2591
                "BSD-3-Clause"
2592
            ],
2593
            "authors": [
2594
                {
2595
                    "name": "Jeff Welch",
2596
                    "email": "[email protected]"
2597
                },
2598
                {
2599
                    "name": "Sebastian Bergmann",
2600
                    "email": "[email protected]"
2601
                },
2602
                {
2603
                    "name": "Adam Harvey",
2604
                    "email": "[email protected]"
2605
                }
2606
            ],
2607
            "description": "Provides functionality to recursively process PHP variables",
2608
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2609
            "time": "2017-03-03T06:23:57+00:00"
2610
        },
2611
        {
2612
            "name": "sebastian/resource-operations",
2613
            "version": "1.0.0",
2614
            "source": {
2615
                "type": "git",
2616
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
2617
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
2618
            },
2619
            "dist": {
2620
                "type": "zip",
2621
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2622
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2623
                "shasum": ""
2624
            },
2625
            "require": {
2626
                "php": ">=5.6.0"
2627
            },
2628
            "type": "library",
2629
            "extra": {
2630
                "branch-alias": {
2631
                    "dev-master": "1.0.x-dev"
2632
                }
2633
            },
2634
            "autoload": {
2635
                "classmap": [
2636
                    "src/"
2637
                ]
2638
            },
2639
            "notification-url": "https://packagist.org/downloads/",
2640
            "license": [
2641
                "BSD-3-Clause"
2642
            ],
2643
            "authors": [
2644
                {
2645
                    "name": "Sebastian Bergmann",
2646
                    "email": "[email protected]"
2647
                }
2648
            ],
2649
            "description": "Provides a list of PHP built-in functions that operate on resources",
2650
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2651
            "time": "2015-07-28T20:34:47+00:00"
2652
        },
2653
        {
2654
            "name": "sebastian/version",
2655
            "version": "2.0.1",
2656
            "source": {
2657
                "type": "git",
2658
                "url": "https://github.com/sebastianbergmann/version.git",
2659
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2660
            },
2661
            "dist": {
2662
                "type": "zip",
2663
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
2664
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2665
                "shasum": ""
2666
            },
2667
            "require": {
2668
                "php": ">=5.6"
2669
            },
2670
            "type": "library",
2671
            "extra": {
2672
                "branch-alias": {
2673
                    "dev-master": "2.0.x-dev"
2674
                }
2675
            },
2676
            "autoload": {
2677
                "classmap": [
2678
                    "src/"
2679
                ]
2680
            },
2681
            "notification-url": "https://packagist.org/downloads/",
2682
            "license": [
2683
                "BSD-3-Clause"
2684
            ],
2685
            "authors": [
2686
                {
2687
                    "name": "Sebastian Bergmann",
2688
                    "email": "[email protected]",
2689
                    "role": "lead"
2690
                }
2691
            ],
2692
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2693
            "homepage": "https://github.com/sebastianbergmann/version",
2694
            "time": "2016-10-03T07:35:21+00:00"
2695
        },
2696
        {
2697
            "name": "theseer/tokenizer",
2698
            "version": "1.1.0",
2699
            "source": {
2700
                "type": "git",
2701
                "url": "https://github.com/theseer/tokenizer.git",
2702
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
2703
            },
2704
            "dist": {
2705
                "type": "zip",
2706
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
2707
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
2708
                "shasum": ""
2709
            },
2710
            "require": {
2711
                "ext-dom": "*",
2712
                "ext-tokenizer": "*",
2713
                "ext-xmlwriter": "*",
2714
                "php": "^7.0"
2715
            },
2716
            "type": "library",
2717
            "autoload": {
2718
                "classmap": [
2719
                    "src/"
2720
                ]
2721
            },
2722
            "notification-url": "https://packagist.org/downloads/",
2723
            "license": [
2724
                "BSD-3-Clause"
2725
            ],
2726
            "authors": [
2727
                {
2728
                    "name": "Arne Blankerts",
2729
                    "email": "[email protected]",
2730
                    "role": "Developer"
2731
                }
2732
            ],
2733
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
2734
            "time": "2017-04-07T12:08:54+00:00"
2735
        },
2736
        {
2737
            "name": "webmozart/assert",
2738
            "version": "1.2.0",
2739
            "source": {
2740
                "type": "git",
2741
                "url": "https://github.com/webmozart/assert.git",
2742
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
2743
            },
2744
            "dist": {
2745
                "type": "zip",
2746
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
2747
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
2748
                "shasum": ""
2749
            },
2750
            "require": {
2751
                "php": "^5.3.3 || ^7.0"
2752
            },
2753
            "require-dev": {
2754
                "phpunit/phpunit": "^4.6",
2755
                "sebastian/version": "^1.0.1"
2756
            },
2757
            "type": "library",
2758
            "extra": {
2759
                "branch-alias": {
2760
                    "dev-master": "1.3-dev"
2761
                }
2762
            },
2763
            "autoload": {
2764
                "psr-4": {
2765
                    "Webmozart\\Assert\\": "src/"
2766
                }
2767
            },
2768
            "notification-url": "https://packagist.org/downloads/",
2769
            "license": [
2770
                "MIT"
2771
            ],
2772
            "authors": [
2773
                {
2774
                    "name": "Bernhard Schussek",
2775
                    "email": "[email protected]"
2776
                }
2777
            ],
2778
            "description": "Assertions to validate method input/output with nice error messages.",
2779
            "keywords": [
2780
                "assert",
2781
                "check",
2782
                "validate"
2783
            ],
2784
            "time": "2016-11-23T20:04:58+00:00"
2785
        }
2786
    ],
2787
    "aliases": [],
2788
    "minimum-stability": "stable",
2789
    "stability-flags": {
2790
        "codeclimate/php-test-reporter": 20,
2791
        "palanik/corsslim": 20
2792
    },
2793
    "prefer-stable": false,
2794
    "prefer-lowest": false,
2795
    "platform": {
2796
        "php": ">=5.5.0"
2797
    },
2798
    "platform-dev": []
2799
}
2800