Completed
Push — master ( 717531...87722f )
by Carsten
04:51 queued 02:20
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "f0b471709ad4d45b13cc20c9ec0e9b50",
8
    "content-hash": "3594368b0e69b6b5f683615aa84c6a14",
9
    "packages": [
10
        {
11
            "name": "psr/log",
12
            "version": "1.0.2",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/php-fig/log.git",
16
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
21
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "php": ">=5.3.0"
26
            },
27
            "type": "library",
28
            "extra": {
29
                "branch-alias": {
30
                    "dev-master": "1.0.x-dev"
31
                }
32
            },
33
            "autoload": {
34
                "psr-4": {
35
                    "Psr\\Log\\": "Psr/Log/"
36
                }
37
            },
38
            "notification-url": "https://packagist.org/downloads/",
39
            "license": [
40
                "MIT"
41
            ],
42
            "authors": [
43
                {
44
                    "name": "PHP-FIG",
45
                    "homepage": "http://www.php-fig.org/"
46
                }
47
            ],
48
            "description": "Common interface for logging libraries",
49
            "homepage": "https://github.com/php-fig/log",
50
            "keywords": [
51
                "log",
52
                "psr",
53
                "psr-3"
54
            ],
55
            "time": "2016-10-10 12:19:37"
56
        },
57
        {
58
            "name": "swiftmailer/swiftmailer",
0 ignored issues
show
There is a security advisory for your installed version of swiftmailer/swiftmailer:

Remote Code Execution when using the mail transport
Loading history...
59
            "version": "v5.4.4",
60
            "source": {
61
                "type": "git",
62
                "url": "https://github.com/swiftmailer/swiftmailer.git",
63
                "reference": "545ce9136690cea74f98f86fbb9c92dd9ab1a756"
64
            },
65
            "dist": {
66
                "type": "zip",
67
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/545ce9136690cea74f98f86fbb9c92dd9ab1a756",
68
                "reference": "545ce9136690cea74f98f86fbb9c92dd9ab1a756",
69
                "shasum": ""
70
            },
71
            "require": {
72
                "php": ">=5.3.3"
73
            },
74
            "require-dev": {
75
                "mockery/mockery": "~0.9.1"
76
            },
77
            "type": "library",
78
            "extra": {
79
                "branch-alias": {
80
                    "dev-master": "5.4-dev"
81
                }
82
            },
83
            "autoload": {
84
                "files": [
85
                    "lib/swift_required.php"
86
                ]
87
            },
88
            "notification-url": "https://packagist.org/downloads/",
89
            "license": [
90
                "MIT"
91
            ],
92
            "authors": [
93
                {
94
                    "name": "Chris Corbyn"
95
                },
96
                {
97
                    "name": "Fabien Potencier",
98
                    "email": "[email protected]"
99
                }
100
            ],
101
            "description": "Swiftmailer, free feature-rich PHP mailer",
102
            "homepage": "http://swiftmailer.org",
103
            "keywords": [
104
                "email",
105
                "mail",
106
                "mailer"
107
            ],
108
            "time": "2016-11-24 01:01:23"
109
        }
110
    ],
111
    "packages-dev": [
112
        {
113
            "name": "doctrine/instantiator",
114
            "version": "1.0.5",
115
            "source": {
116
                "type": "git",
117
                "url": "https://github.com/doctrine/instantiator.git",
118
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
119
            },
120
            "dist": {
121
                "type": "zip",
122
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
123
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
124
                "shasum": ""
125
            },
126
            "require": {
127
                "php": ">=5.3,<8.0-DEV"
128
            },
129
            "require-dev": {
130
                "athletic/athletic": "~0.1.8",
131
                "ext-pdo": "*",
132
                "ext-phar": "*",
133
                "phpunit/phpunit": "~4.0",
134
                "squizlabs/php_codesniffer": "~2.0"
135
            },
136
            "type": "library",
137
            "extra": {
138
                "branch-alias": {
139
                    "dev-master": "1.0.x-dev"
140
                }
141
            },
142
            "autoload": {
143
                "psr-4": {
144
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
145
                }
146
            },
147
            "notification-url": "https://packagist.org/downloads/",
148
            "license": [
149
                "MIT"
150
            ],
151
            "authors": [
152
                {
153
                    "name": "Marco Pivetta",
154
                    "email": "[email protected]",
155
                    "homepage": "http://ocramius.github.com/"
156
                }
157
            ],
158
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
159
            "homepage": "https://github.com/doctrine/instantiator",
160
            "keywords": [
161
                "constructor",
162
                "instantiate"
163
            ],
164
            "time": "2015-06-14 21:17:01"
165
        },
166
        {
167
            "name": "guzzle/guzzle",
168
            "version": "v3.9.3",
169
            "source": {
170
                "type": "git",
171
                "url": "https://github.com/guzzle/guzzle3.git",
172
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
173
            },
174
            "dist": {
175
                "type": "zip",
176
                "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
177
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
178
                "shasum": ""
179
            },
180
            "require": {
181
                "ext-curl": "*",
182
                "php": ">=5.3.3",
183
                "symfony/event-dispatcher": "~2.1"
184
            },
185
            "replace": {
186
                "guzzle/batch": "self.version",
187
                "guzzle/cache": "self.version",
188
                "guzzle/common": "self.version",
189
                "guzzle/http": "self.version",
190
                "guzzle/inflection": "self.version",
191
                "guzzle/iterator": "self.version",
192
                "guzzle/log": "self.version",
193
                "guzzle/parser": "self.version",
194
                "guzzle/plugin": "self.version",
195
                "guzzle/plugin-async": "self.version",
196
                "guzzle/plugin-backoff": "self.version",
197
                "guzzle/plugin-cache": "self.version",
198
                "guzzle/plugin-cookie": "self.version",
199
                "guzzle/plugin-curlauth": "self.version",
200
                "guzzle/plugin-error-response": "self.version",
201
                "guzzle/plugin-history": "self.version",
202
                "guzzle/plugin-log": "self.version",
203
                "guzzle/plugin-md5": "self.version",
204
                "guzzle/plugin-mock": "self.version",
205
                "guzzle/plugin-oauth": "self.version",
206
                "guzzle/service": "self.version",
207
                "guzzle/stream": "self.version"
208
            },
209
            "require-dev": {
210
                "doctrine/cache": "~1.3",
211
                "monolog/monolog": "~1.0",
212
                "phpunit/phpunit": "3.7.*",
213
                "psr/log": "~1.0",
214
                "symfony/class-loader": "~2.1",
215
                "zendframework/zend-cache": "2.*,<2.3",
216
                "zendframework/zend-log": "2.*,<2.3"
217
            },
218
            "suggest": {
219
                "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
220
            },
221
            "type": "library",
222
            "extra": {
223
                "branch-alias": {
224
                    "dev-master": "3.9-dev"
225
                }
226
            },
227
            "autoload": {
228
                "psr-0": {
229
                    "Guzzle": "src/",
230
                    "Guzzle\\Tests": "tests/"
231
                }
232
            },
233
            "notification-url": "https://packagist.org/downloads/",
234
            "license": [
235
                "MIT"
236
            ],
237
            "authors": [
238
                {
239
                    "name": "Michael Dowling",
240
                    "email": "[email protected]",
241
                    "homepage": "https://github.com/mtdowling"
242
                },
243
                {
244
                    "name": "Guzzle Community",
245
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
246
                }
247
            ],
248
            "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
249
            "homepage": "http://guzzlephp.org/",
250
            "keywords": [
251
                "client",
252
                "curl",
253
                "framework",
254
                "http",
255
                "http client",
256
                "rest",
257
                "web service"
258
            ],
259
            "abandoned": "guzzlehttp/guzzle",
260
            "time": "2015-03-18 18:23:50"
261
        },
262
        {
263
            "name": "myclabs/deep-copy",
264
            "version": "1.5.5",
265
            "source": {
266
                "type": "git",
267
                "url": "https://github.com/myclabs/DeepCopy.git",
268
                "reference": "399c1f9781e222f6eb6cc238796f5200d1b7f108"
269
            },
270
            "dist": {
271
                "type": "zip",
272
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/399c1f9781e222f6eb6cc238796f5200d1b7f108",
273
                "reference": "399c1f9781e222f6eb6cc238796f5200d1b7f108",
274
                "shasum": ""
275
            },
276
            "require": {
277
                "php": ">=5.4.0"
278
            },
279
            "require-dev": {
280
                "doctrine/collections": "1.*",
281
                "phpunit/phpunit": "~4.1"
282
            },
283
            "type": "library",
284
            "autoload": {
285
                "psr-4": {
286
                    "DeepCopy\\": "src/DeepCopy/"
287
                }
288
            },
289
            "notification-url": "https://packagist.org/downloads/",
290
            "license": [
291
                "MIT"
292
            ],
293
            "description": "Create deep copies (clones) of your objects",
294
            "homepage": "https://github.com/myclabs/DeepCopy",
295
            "keywords": [
296
                "clone",
297
                "copy",
298
                "duplicate",
299
                "object",
300
                "object graph"
301
            ],
302
            "time": "2016-10-31 17:19:45"
303
        },
304
        {
305
            "name": "phpdocumentor/reflection-common",
306
            "version": "1.0",
307
            "source": {
308
                "type": "git",
309
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
310
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
311
            },
312
            "dist": {
313
                "type": "zip",
314
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
315
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
316
                "shasum": ""
317
            },
318
            "require": {
319
                "php": ">=5.5"
320
            },
321
            "require-dev": {
322
                "phpunit/phpunit": "^4.6"
323
            },
324
            "type": "library",
325
            "extra": {
326
                "branch-alias": {
327
                    "dev-master": "1.0.x-dev"
328
                }
329
            },
330
            "autoload": {
331
                "psr-4": {
332
                    "phpDocumentor\\Reflection\\": [
333
                        "src"
334
                    ]
335
                }
336
            },
337
            "notification-url": "https://packagist.org/downloads/",
338
            "license": [
339
                "MIT"
340
            ],
341
            "authors": [
342
                {
343
                    "name": "Jaap van Otterdijk",
344
                    "email": "[email protected]"
345
                }
346
            ],
347
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
348
            "homepage": "http://www.phpdoc.org",
349
            "keywords": [
350
                "FQSEN",
351
                "phpDocumentor",
352
                "phpdoc",
353
                "reflection",
354
                "static analysis"
355
            ],
356
            "time": "2015-12-27 11:43:31"
357
        },
358
        {
359
            "name": "phpdocumentor/reflection-docblock",
360
            "version": "3.1.1",
361
            "source": {
362
                "type": "git",
363
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
364
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
365
            },
366
            "dist": {
367
                "type": "zip",
368
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
369
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
370
                "shasum": ""
371
            },
372
            "require": {
373
                "php": ">=5.5",
374
                "phpdocumentor/reflection-common": "^1.0@dev",
375
                "phpdocumentor/type-resolver": "^0.2.0",
376
                "webmozart/assert": "^1.0"
377
            },
378
            "require-dev": {
379
                "mockery/mockery": "^0.9.4",
380
                "phpunit/phpunit": "^4.4"
381
            },
382
            "type": "library",
383
            "autoload": {
384
                "psr-4": {
385
                    "phpDocumentor\\Reflection\\": [
386
                        "src/"
387
                    ]
388
                }
389
            },
390
            "notification-url": "https://packagist.org/downloads/",
391
            "license": [
392
                "MIT"
393
            ],
394
            "authors": [
395
                {
396
                    "name": "Mike van Riel",
397
                    "email": "[email protected]"
398
                }
399
            ],
400
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
401
            "time": "2016-09-30 07:12:33"
402
        },
403
        {
404
            "name": "phpdocumentor/type-resolver",
405
            "version": "0.2.1",
406
            "source": {
407
                "type": "git",
408
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
409
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
410
            },
411
            "dist": {
412
                "type": "zip",
413
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
414
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
415
                "shasum": ""
416
            },
417
            "require": {
418
                "php": ">=5.5",
419
                "phpdocumentor/reflection-common": "^1.0"
420
            },
421
            "require-dev": {
422
                "mockery/mockery": "^0.9.4",
423
                "phpunit/phpunit": "^5.2||^4.8.24"
424
            },
425
            "type": "library",
426
            "extra": {
427
                "branch-alias": {
428
                    "dev-master": "1.0.x-dev"
429
                }
430
            },
431
            "autoload": {
432
                "psr-4": {
433
                    "phpDocumentor\\Reflection\\": [
434
                        "src/"
435
                    ]
436
                }
437
            },
438
            "notification-url": "https://packagist.org/downloads/",
439
            "license": [
440
                "MIT"
441
            ],
442
            "authors": [
443
                {
444
                    "name": "Mike van Riel",
445
                    "email": "[email protected]"
446
                }
447
            ],
448
            "time": "2016-11-25 06:54:22"
449
        },
450
        {
451
            "name": "phpspec/prophecy",
452
            "version": "v1.6.2",
453
            "source": {
454
                "type": "git",
455
                "url": "https://github.com/phpspec/prophecy.git",
456
                "reference": "6c52c2722f8460122f96f86346600e1077ce22cb"
457
            },
458
            "dist": {
459
                "type": "zip",
460
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/6c52c2722f8460122f96f86346600e1077ce22cb",
461
                "reference": "6c52c2722f8460122f96f86346600e1077ce22cb",
462
                "shasum": ""
463
            },
464
            "require": {
465
                "doctrine/instantiator": "^1.0.2",
466
                "php": "^5.3|^7.0",
467
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
468
                "sebastian/comparator": "^1.1",
469
                "sebastian/recursion-context": "^1.0|^2.0"
470
            },
471
            "require-dev": {
472
                "phpspec/phpspec": "^2.0",
473
                "phpunit/phpunit": "^4.8 || ^5.6.5"
474
            },
475
            "type": "library",
476
            "extra": {
477
                "branch-alias": {
478
                    "dev-master": "1.6.x-dev"
479
                }
480
            },
481
            "autoload": {
482
                "psr-0": {
483
                    "Prophecy\\": "src/"
484
                }
485
            },
486
            "notification-url": "https://packagist.org/downloads/",
487
            "license": [
488
                "MIT"
489
            ],
490
            "authors": [
491
                {
492
                    "name": "Konstantin Kudryashov",
493
                    "email": "[email protected]",
494
                    "homepage": "http://everzet.com"
495
                },
496
                {
497
                    "name": "Marcello Duarte",
498
                    "email": "[email protected]"
499
                }
500
            ],
501
            "description": "Highly opinionated mocking framework for PHP 5.3+",
502
            "homepage": "https://github.com/phpspec/prophecy",
503
            "keywords": [
504
                "Double",
505
                "Dummy",
506
                "fake",
507
                "mock",
508
                "spy",
509
                "stub"
510
            ],
511
            "time": "2016-11-21 14:58:47"
512
        },
513
        {
514
            "name": "phpunit/php-code-coverage",
515
            "version": "4.0.3",
516
            "source": {
517
                "type": "git",
518
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
519
                "reference": "903fd6318d0a90b4770a009ff73e4a4e9c437929"
520
            },
521
            "dist": {
522
                "type": "zip",
523
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/903fd6318d0a90b4770a009ff73e4a4e9c437929",
524
                "reference": "903fd6318d0a90b4770a009ff73e4a4e9c437929",
525
                "shasum": ""
526
            },
527
            "require": {
528
                "php": "^5.6 || ^7.0",
529
                "phpunit/php-file-iterator": "~1.3",
530
                "phpunit/php-text-template": "~1.2",
531
                "phpunit/php-token-stream": "^1.4.2",
532
                "sebastian/code-unit-reverse-lookup": "~1.0",
533
                "sebastian/environment": "^1.3.2 || ^2.0",
534
                "sebastian/version": "~1.0|~2.0"
535
            },
536
            "require-dev": {
537
                "ext-xdebug": ">=2.1.4",
538
                "phpunit/phpunit": "^5.4"
539
            },
540
            "suggest": {
541
                "ext-dom": "*",
542
                "ext-xdebug": ">=2.4.0",
543
                "ext-xmlwriter": "*"
544
            },
545
            "type": "library",
546
            "extra": {
547
                "branch-alias": {
548
                    "dev-master": "4.0.x-dev"
549
                }
550
            },
551
            "autoload": {
552
                "classmap": [
553
                    "src/"
554
                ]
555
            },
556
            "notification-url": "https://packagist.org/downloads/",
557
            "license": [
558
                "BSD-3-Clause"
559
            ],
560
            "authors": [
561
                {
562
                    "name": "Sebastian Bergmann",
563
                    "email": "[email protected]",
564
                    "role": "lead"
565
                }
566
            ],
567
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
568
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
569
            "keywords": [
570
                "coverage",
571
                "testing",
572
                "xunit"
573
            ],
574
            "time": "2016-11-28 16:00:31"
575
        },
576
        {
577
            "name": "phpunit/php-file-iterator",
578
            "version": "1.4.2",
579
            "source": {
580
                "type": "git",
581
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
582
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
583
            },
584
            "dist": {
585
                "type": "zip",
586
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
587
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
588
                "shasum": ""
589
            },
590
            "require": {
591
                "php": ">=5.3.3"
592
            },
593
            "type": "library",
594
            "extra": {
595
                "branch-alias": {
596
                    "dev-master": "1.4.x-dev"
597
                }
598
            },
599
            "autoload": {
600
                "classmap": [
601
                    "src/"
602
                ]
603
            },
604
            "notification-url": "https://packagist.org/downloads/",
605
            "license": [
606
                "BSD-3-Clause"
607
            ],
608
            "authors": [
609
                {
610
                    "name": "Sebastian Bergmann",
611
                    "email": "[email protected]",
612
                    "role": "lead"
613
                }
614
            ],
615
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
616
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
617
            "keywords": [
618
                "filesystem",
619
                "iterator"
620
            ],
621
            "time": "2016-10-03 07:40:28"
622
        },
623
        {
624
            "name": "phpunit/php-text-template",
625
            "version": "1.2.1",
626
            "source": {
627
                "type": "git",
628
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
629
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
630
            },
631
            "dist": {
632
                "type": "zip",
633
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
634
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
635
                "shasum": ""
636
            },
637
            "require": {
638
                "php": ">=5.3.3"
639
            },
640
            "type": "library",
641
            "autoload": {
642
                "classmap": [
643
                    "src/"
644
                ]
645
            },
646
            "notification-url": "https://packagist.org/downloads/",
647
            "license": [
648
                "BSD-3-Clause"
649
            ],
650
            "authors": [
651
                {
652
                    "name": "Sebastian Bergmann",
653
                    "email": "[email protected]",
654
                    "role": "lead"
655
                }
656
            ],
657
            "description": "Simple template engine.",
658
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
659
            "keywords": [
660
                "template"
661
            ],
662
            "time": "2015-06-21 13:50:34"
663
        },
664
        {
665
            "name": "phpunit/php-timer",
666
            "version": "1.0.8",
667
            "source": {
668
                "type": "git",
669
                "url": "https://github.com/sebastianbergmann/php-timer.git",
670
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
671
            },
672
            "dist": {
673
                "type": "zip",
674
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
675
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
676
                "shasum": ""
677
            },
678
            "require": {
679
                "php": ">=5.3.3"
680
            },
681
            "require-dev": {
682
                "phpunit/phpunit": "~4|~5"
683
            },
684
            "type": "library",
685
            "autoload": {
686
                "classmap": [
687
                    "src/"
688
                ]
689
            },
690
            "notification-url": "https://packagist.org/downloads/",
691
            "license": [
692
                "BSD-3-Clause"
693
            ],
694
            "authors": [
695
                {
696
                    "name": "Sebastian Bergmann",
697
                    "email": "[email protected]",
698
                    "role": "lead"
699
                }
700
            ],
701
            "description": "Utility class for timing",
702
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
703
            "keywords": [
704
                "timer"
705
            ],
706
            "time": "2016-05-12 18:03:57"
707
        },
708
        {
709
            "name": "phpunit/php-token-stream",
710
            "version": "1.4.9",
711
            "source": {
712
                "type": "git",
713
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
714
                "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b"
715
            },
716
            "dist": {
717
                "type": "zip",
718
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3b402f65a4cc90abf6e1104e388b896ce209631b",
719
                "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b",
720
                "shasum": ""
721
            },
722
            "require": {
723
                "ext-tokenizer": "*",
724
                "php": ">=5.3.3"
725
            },
726
            "require-dev": {
727
                "phpunit/phpunit": "~4.2"
728
            },
729
            "type": "library",
730
            "extra": {
731
                "branch-alias": {
732
                    "dev-master": "1.4-dev"
733
                }
734
            },
735
            "autoload": {
736
                "classmap": [
737
                    "src/"
738
                ]
739
            },
740
            "notification-url": "https://packagist.org/downloads/",
741
            "license": [
742
                "BSD-3-Clause"
743
            ],
744
            "authors": [
745
                {
746
                    "name": "Sebastian Bergmann",
747
                    "email": "[email protected]"
748
                }
749
            ],
750
            "description": "Wrapper around PHP's tokenizer extension.",
751
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
752
            "keywords": [
753
                "tokenizer"
754
            ],
755
            "time": "2016-11-15 14:06:22"
756
        },
757
        {
758
            "name": "phpunit/phpunit",
759
            "version": "5.7.2",
760
            "source": {
761
                "type": "git",
762
                "url": "https://github.com/sebastianbergmann/phpunit.git",
763
                "reference": "336aff0ac52e306c98e7455bc3e8d7b0bf777a5e"
764
            },
765
            "dist": {
766
                "type": "zip",
767
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/336aff0ac52e306c98e7455bc3e8d7b0bf777a5e",
768
                "reference": "336aff0ac52e306c98e7455bc3e8d7b0bf777a5e",
769
                "shasum": ""
770
            },
771
            "require": {
772
                "ext-dom": "*",
773
                "ext-json": "*",
774
                "ext-libxml": "*",
775
                "ext-mbstring": "*",
776
                "ext-xml": "*",
777
                "myclabs/deep-copy": "~1.3",
778
                "php": "^5.6 || ^7.0",
779
                "phpspec/prophecy": "^1.3.1",
780
                "phpunit/php-code-coverage": "^4.0.3",
781
                "phpunit/php-file-iterator": "~1.4",
782
                "phpunit/php-text-template": "~1.2",
783
                "phpunit/php-timer": "^1.0.6",
784
                "phpunit/phpunit-mock-objects": "^3.2",
785
                "sebastian/comparator": "~1.2.2",
786
                "sebastian/diff": "~1.2",
787
                "sebastian/environment": "^1.3.4 || ^2.0",
788
                "sebastian/exporter": "~2.0",
789
                "sebastian/global-state": "~1.0",
790
                "sebastian/object-enumerator": "~2.0",
791
                "sebastian/resource-operations": "~1.0",
792
                "sebastian/version": "~1.0|~2.0",
793
                "symfony/yaml": "~2.1|~3.0"
794
            },
795
            "conflict": {
796
                "phpdocumentor/reflection-docblock": "3.0.2"
797
            },
798
            "require-dev": {
799
                "ext-pdo": "*"
800
            },
801
            "suggest": {
802
                "ext-xdebug": "*",
803
                "phpunit/php-invoker": "~1.1"
804
            },
805
            "bin": [
806
                "phpunit"
807
            ],
808
            "type": "library",
809
            "extra": {
810
                "branch-alias": {
811
                    "dev-master": "5.7.x-dev"
812
                }
813
            },
814
            "autoload": {
815
                "classmap": [
816
                    "src/"
817
                ]
818
            },
819
            "notification-url": "https://packagist.org/downloads/",
820
            "license": [
821
                "BSD-3-Clause"
822
            ],
823
            "authors": [
824
                {
825
                    "name": "Sebastian Bergmann",
826
                    "email": "[email protected]",
827
                    "role": "lead"
828
                }
829
            ],
830
            "description": "The PHP Unit Testing framework.",
831
            "homepage": "https://phpunit.de/",
832
            "keywords": [
833
                "phpunit",
834
                "testing",
835
                "xunit"
836
            ],
837
            "time": "2016-12-03 08:33:00"
838
        },
839
        {
840
            "name": "phpunit/phpunit-mock-objects",
841
            "version": "3.4.2",
842
            "source": {
843
                "type": "git",
844
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
845
                "reference": "90a08f5deed5f7ac35463c161f2e8fa0e5652faf"
846
            },
847
            "dist": {
848
                "type": "zip",
849
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/90a08f5deed5f7ac35463c161f2e8fa0e5652faf",
850
                "reference": "90a08f5deed5f7ac35463c161f2e8fa0e5652faf",
851
                "shasum": ""
852
            },
853
            "require": {
854
                "doctrine/instantiator": "^1.0.2",
855
                "php": "^5.6 || ^7.0",
856
                "phpunit/php-text-template": "^1.2",
857
                "sebastian/exporter": "^1.2 || ^2.0"
858
            },
859
            "conflict": {
860
                "phpunit/phpunit": "<5.4.0"
861
            },
862
            "require-dev": {
863
                "phpunit/phpunit": "^5.4"
864
            },
865
            "suggest": {
866
                "ext-soap": "*"
867
            },
868
            "type": "library",
869
            "extra": {
870
                "branch-alias": {
871
                    "dev-master": "3.2.x-dev"
872
                }
873
            },
874
            "autoload": {
875
                "classmap": [
876
                    "src/"
877
                ]
878
            },
879
            "notification-url": "https://packagist.org/downloads/",
880
            "license": [
881
                "BSD-3-Clause"
882
            ],
883
            "authors": [
884
                {
885
                    "name": "Sebastian Bergmann",
886
                    "email": "[email protected]",
887
                    "role": "lead"
888
                }
889
            ],
890
            "description": "Mock Object library for PHPUnit",
891
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
892
            "keywords": [
893
                "mock",
894
                "xunit"
895
            ],
896
            "time": "2016-11-27 07:52:03"
897
        },
898
        {
899
            "name": "satooshi/php-coveralls",
900
            "version": "v1.0.1",
901
            "source": {
902
                "type": "git",
903
                "url": "https://github.com/satooshi/php-coveralls.git",
904
                "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c"
905
            },
906
            "dist": {
907
                "type": "zip",
908
                "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/da51d304fe8622bf9a6da39a8446e7afd432115c",
909
                "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c",
910
                "shasum": ""
911
            },
912
            "require": {
913
                "ext-json": "*",
914
                "ext-simplexml": "*",
915
                "guzzle/guzzle": "^2.8|^3.0",
916
                "php": ">=5.3.3",
917
                "psr/log": "^1.0",
918
                "symfony/config": "^2.1|^3.0",
919
                "symfony/console": "^2.1|^3.0",
920
                "symfony/stopwatch": "^2.0|^3.0",
921
                "symfony/yaml": "^2.0|^3.0"
922
            },
923
            "suggest": {
924
                "symfony/http-kernel": "Allows Symfony integration"
925
            },
926
            "bin": [
927
                "bin/coveralls"
928
            ],
929
            "type": "library",
930
            "autoload": {
931
                "psr-4": {
932
                    "Satooshi\\": "src/Satooshi/"
933
                }
934
            },
935
            "notification-url": "https://packagist.org/downloads/",
936
            "license": [
937
                "MIT"
938
            ],
939
            "authors": [
940
                {
941
                    "name": "Kitamura Satoshi",
942
                    "email": "[email protected]",
943
                    "homepage": "https://www.facebook.com/satooshi.jp"
944
                }
945
            ],
946
            "description": "PHP client library for Coveralls API",
947
            "homepage": "https://github.com/satooshi/php-coveralls",
948
            "keywords": [
949
                "ci",
950
                "coverage",
951
                "github",
952
                "test"
953
            ],
954
            "time": "2016-01-20 17:35:46"
955
        },
956
        {
957
            "name": "sebastian/code-unit-reverse-lookup",
958
            "version": "1.0.0",
959
            "source": {
960
                "type": "git",
961
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
962
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
963
            },
964
            "dist": {
965
                "type": "zip",
966
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
967
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
968
                "shasum": ""
969
            },
970
            "require": {
971
                "php": ">=5.6"
972
            },
973
            "require-dev": {
974
                "phpunit/phpunit": "~5"
975
            },
976
            "type": "library",
977
            "extra": {
978
                "branch-alias": {
979
                    "dev-master": "1.0.x-dev"
980
                }
981
            },
982
            "autoload": {
983
                "classmap": [
984
                    "src/"
985
                ]
986
            },
987
            "notification-url": "https://packagist.org/downloads/",
988
            "license": [
989
                "BSD-3-Clause"
990
            ],
991
            "authors": [
992
                {
993
                    "name": "Sebastian Bergmann",
994
                    "email": "[email protected]"
995
                }
996
            ],
997
            "description": "Looks up which function or method a line of code belongs to",
998
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
999
            "time": "2016-02-13 06:45:14"
1000
        },
1001
        {
1002
            "name": "sebastian/comparator",
1003
            "version": "1.2.2",
1004
            "source": {
1005
                "type": "git",
1006
                "url": "https://github.com/sebastianbergmann/comparator.git",
1007
                "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f"
1008
            },
1009
            "dist": {
1010
                "type": "zip",
1011
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/6a1ed12e8b2409076ab22e3897126211ff8b1f7f",
1012
                "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f",
1013
                "shasum": ""
1014
            },
1015
            "require": {
1016
                "php": ">=5.3.3",
1017
                "sebastian/diff": "~1.2",
1018
                "sebastian/exporter": "~1.2 || ~2.0"
1019
            },
1020
            "require-dev": {
1021
                "phpunit/phpunit": "~4.4"
1022
            },
1023
            "type": "library",
1024
            "extra": {
1025
                "branch-alias": {
1026
                    "dev-master": "1.2.x-dev"
1027
                }
1028
            },
1029
            "autoload": {
1030
                "classmap": [
1031
                    "src/"
1032
                ]
1033
            },
1034
            "notification-url": "https://packagist.org/downloads/",
1035
            "license": [
1036
                "BSD-3-Clause"
1037
            ],
1038
            "authors": [
1039
                {
1040
                    "name": "Jeff Welch",
1041
                    "email": "[email protected]"
1042
                },
1043
                {
1044
                    "name": "Volker Dusch",
1045
                    "email": "[email protected]"
1046
                },
1047
                {
1048
                    "name": "Bernhard Schussek",
1049
                    "email": "[email protected]"
1050
                },
1051
                {
1052
                    "name": "Sebastian Bergmann",
1053
                    "email": "[email protected]"
1054
                }
1055
            ],
1056
            "description": "Provides the functionality to compare PHP values for equality",
1057
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1058
            "keywords": [
1059
                "comparator",
1060
                "compare",
1061
                "equality"
1062
            ],
1063
            "time": "2016-11-19 09:18:40"
1064
        },
1065
        {
1066
            "name": "sebastian/diff",
1067
            "version": "1.4.1",
1068
            "source": {
1069
                "type": "git",
1070
                "url": "https://github.com/sebastianbergmann/diff.git",
1071
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
1072
            },
1073
            "dist": {
1074
                "type": "zip",
1075
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
1076
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
1077
                "shasum": ""
1078
            },
1079
            "require": {
1080
                "php": ">=5.3.3"
1081
            },
1082
            "require-dev": {
1083
                "phpunit/phpunit": "~4.8"
1084
            },
1085
            "type": "library",
1086
            "extra": {
1087
                "branch-alias": {
1088
                    "dev-master": "1.4-dev"
1089
                }
1090
            },
1091
            "autoload": {
1092
                "classmap": [
1093
                    "src/"
1094
                ]
1095
            },
1096
            "notification-url": "https://packagist.org/downloads/",
1097
            "license": [
1098
                "BSD-3-Clause"
1099
            ],
1100
            "authors": [
1101
                {
1102
                    "name": "Kore Nordmann",
1103
                    "email": "[email protected]"
1104
                },
1105
                {
1106
                    "name": "Sebastian Bergmann",
1107
                    "email": "[email protected]"
1108
                }
1109
            ],
1110
            "description": "Diff implementation",
1111
            "homepage": "https://github.com/sebastianbergmann/diff",
1112
            "keywords": [
1113
                "diff"
1114
            ],
1115
            "time": "2015-12-08 07:14:41"
1116
        },
1117
        {
1118
            "name": "sebastian/environment",
1119
            "version": "2.0.0",
1120
            "source": {
1121
                "type": "git",
1122
                "url": "https://github.com/sebastianbergmann/environment.git",
1123
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
1124
            },
1125
            "dist": {
1126
                "type": "zip",
1127
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
1128
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
1129
                "shasum": ""
1130
            },
1131
            "require": {
1132
                "php": "^5.6 || ^7.0"
1133
            },
1134
            "require-dev": {
1135
                "phpunit/phpunit": "^5.0"
1136
            },
1137
            "type": "library",
1138
            "extra": {
1139
                "branch-alias": {
1140
                    "dev-master": "2.0.x-dev"
1141
                }
1142
            },
1143
            "autoload": {
1144
                "classmap": [
1145
                    "src/"
1146
                ]
1147
            },
1148
            "notification-url": "https://packagist.org/downloads/",
1149
            "license": [
1150
                "BSD-3-Clause"
1151
            ],
1152
            "authors": [
1153
                {
1154
                    "name": "Sebastian Bergmann",
1155
                    "email": "[email protected]"
1156
                }
1157
            ],
1158
            "description": "Provides functionality to handle HHVM/PHP environments",
1159
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1160
            "keywords": [
1161
                "Xdebug",
1162
                "environment",
1163
                "hhvm"
1164
            ],
1165
            "time": "2016-11-26 07:53:53"
1166
        },
1167
        {
1168
            "name": "sebastian/exporter",
1169
            "version": "2.0.0",
1170
            "source": {
1171
                "type": "git",
1172
                "url": "https://github.com/sebastianbergmann/exporter.git",
1173
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
1174
            },
1175
            "dist": {
1176
                "type": "zip",
1177
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
1178
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
1179
                "shasum": ""
1180
            },
1181
            "require": {
1182
                "php": ">=5.3.3",
1183
                "sebastian/recursion-context": "~2.0"
1184
            },
1185
            "require-dev": {
1186
                "ext-mbstring": "*",
1187
                "phpunit/phpunit": "~4.4"
1188
            },
1189
            "type": "library",
1190
            "extra": {
1191
                "branch-alias": {
1192
                    "dev-master": "2.0.x-dev"
1193
                }
1194
            },
1195
            "autoload": {
1196
                "classmap": [
1197
                    "src/"
1198
                ]
1199
            },
1200
            "notification-url": "https://packagist.org/downloads/",
1201
            "license": [
1202
                "BSD-3-Clause"
1203
            ],
1204
            "authors": [
1205
                {
1206
                    "name": "Jeff Welch",
1207
                    "email": "[email protected]"
1208
                },
1209
                {
1210
                    "name": "Volker Dusch",
1211
                    "email": "[email protected]"
1212
                },
1213
                {
1214
                    "name": "Bernhard Schussek",
1215
                    "email": "[email protected]"
1216
                },
1217
                {
1218
                    "name": "Sebastian Bergmann",
1219
                    "email": "[email protected]"
1220
                },
1221
                {
1222
                    "name": "Adam Harvey",
1223
                    "email": "[email protected]"
1224
                }
1225
            ],
1226
            "description": "Provides the functionality to export PHP variables for visualization",
1227
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1228
            "keywords": [
1229
                "export",
1230
                "exporter"
1231
            ],
1232
            "time": "2016-11-19 08:54:04"
1233
        },
1234
        {
1235
            "name": "sebastian/global-state",
1236
            "version": "1.1.1",
1237
            "source": {
1238
                "type": "git",
1239
                "url": "https://github.com/sebastianbergmann/global-state.git",
1240
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1241
            },
1242
            "dist": {
1243
                "type": "zip",
1244
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1245
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1246
                "shasum": ""
1247
            },
1248
            "require": {
1249
                "php": ">=5.3.3"
1250
            },
1251
            "require-dev": {
1252
                "phpunit/phpunit": "~4.2"
1253
            },
1254
            "suggest": {
1255
                "ext-uopz": "*"
1256
            },
1257
            "type": "library",
1258
            "extra": {
1259
                "branch-alias": {
1260
                    "dev-master": "1.0-dev"
1261
                }
1262
            },
1263
            "autoload": {
1264
                "classmap": [
1265
                    "src/"
1266
                ]
1267
            },
1268
            "notification-url": "https://packagist.org/downloads/",
1269
            "license": [
1270
                "BSD-3-Clause"
1271
            ],
1272
            "authors": [
1273
                {
1274
                    "name": "Sebastian Bergmann",
1275
                    "email": "[email protected]"
1276
                }
1277
            ],
1278
            "description": "Snapshotting of global state",
1279
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1280
            "keywords": [
1281
                "global state"
1282
            ],
1283
            "time": "2015-10-12 03:26:01"
1284
        },
1285
        {
1286
            "name": "sebastian/object-enumerator",
1287
            "version": "2.0.0",
1288
            "source": {
1289
                "type": "git",
1290
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1291
                "reference": "96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35"
1292
            },
1293
            "dist": {
1294
                "type": "zip",
1295
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35",
1296
                "reference": "96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35",
1297
                "shasum": ""
1298
            },
1299
            "require": {
1300
                "php": ">=5.6",
1301
                "sebastian/recursion-context": "~2.0"
1302
            },
1303
            "require-dev": {
1304
                "phpunit/phpunit": "~5"
1305
            },
1306
            "type": "library",
1307
            "extra": {
1308
                "branch-alias": {
1309
                    "dev-master": "2.0.x-dev"
1310
                }
1311
            },
1312
            "autoload": {
1313
                "classmap": [
1314
                    "src/"
1315
                ]
1316
            },
1317
            "notification-url": "https://packagist.org/downloads/",
1318
            "license": [
1319
                "BSD-3-Clause"
1320
            ],
1321
            "authors": [
1322
                {
1323
                    "name": "Sebastian Bergmann",
1324
                    "email": "[email protected]"
1325
                }
1326
            ],
1327
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1328
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1329
            "time": "2016-11-19 07:35:10"
1330
        },
1331
        {
1332
            "name": "sebastian/recursion-context",
1333
            "version": "2.0.0",
1334
            "source": {
1335
                "type": "git",
1336
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1337
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
1338
            },
1339
            "dist": {
1340
                "type": "zip",
1341
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
1342
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
1343
                "shasum": ""
1344
            },
1345
            "require": {
1346
                "php": ">=5.3.3"
1347
            },
1348
            "require-dev": {
1349
                "phpunit/phpunit": "~4.4"
1350
            },
1351
            "type": "library",
1352
            "extra": {
1353
                "branch-alias": {
1354
                    "dev-master": "2.0.x-dev"
1355
                }
1356
            },
1357
            "autoload": {
1358
                "classmap": [
1359
                    "src/"
1360
                ]
1361
            },
1362
            "notification-url": "https://packagist.org/downloads/",
1363
            "license": [
1364
                "BSD-3-Clause"
1365
            ],
1366
            "authors": [
1367
                {
1368
                    "name": "Jeff Welch",
1369
                    "email": "[email protected]"
1370
                },
1371
                {
1372
                    "name": "Sebastian Bergmann",
1373
                    "email": "[email protected]"
1374
                },
1375
                {
1376
                    "name": "Adam Harvey",
1377
                    "email": "[email protected]"
1378
                }
1379
            ],
1380
            "description": "Provides functionality to recursively process PHP variables",
1381
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1382
            "time": "2016-11-19 07:33:16"
1383
        },
1384
        {
1385
            "name": "sebastian/resource-operations",
1386
            "version": "1.0.0",
1387
            "source": {
1388
                "type": "git",
1389
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
1390
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
1391
            },
1392
            "dist": {
1393
                "type": "zip",
1394
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1395
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1396
                "shasum": ""
1397
            },
1398
            "require": {
1399
                "php": ">=5.6.0"
1400
            },
1401
            "type": "library",
1402
            "extra": {
1403
                "branch-alias": {
1404
                    "dev-master": "1.0.x-dev"
1405
                }
1406
            },
1407
            "autoload": {
1408
                "classmap": [
1409
                    "src/"
1410
                ]
1411
            },
1412
            "notification-url": "https://packagist.org/downloads/",
1413
            "license": [
1414
                "BSD-3-Clause"
1415
            ],
1416
            "authors": [
1417
                {
1418
                    "name": "Sebastian Bergmann",
1419
                    "email": "[email protected]"
1420
                }
1421
            ],
1422
            "description": "Provides a list of PHP built-in functions that operate on resources",
1423
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1424
            "time": "2015-07-28 20:34:47"
1425
        },
1426
        {
1427
            "name": "sebastian/version",
1428
            "version": "2.0.1",
1429
            "source": {
1430
                "type": "git",
1431
                "url": "https://github.com/sebastianbergmann/version.git",
1432
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
1433
            },
1434
            "dist": {
1435
                "type": "zip",
1436
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
1437
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
1438
                "shasum": ""
1439
            },
1440
            "require": {
1441
                "php": ">=5.6"
1442
            },
1443
            "type": "library",
1444
            "extra": {
1445
                "branch-alias": {
1446
                    "dev-master": "2.0.x-dev"
1447
                }
1448
            },
1449
            "autoload": {
1450
                "classmap": [
1451
                    "src/"
1452
                ]
1453
            },
1454
            "notification-url": "https://packagist.org/downloads/",
1455
            "license": [
1456
                "BSD-3-Clause"
1457
            ],
1458
            "authors": [
1459
                {
1460
                    "name": "Sebastian Bergmann",
1461
                    "email": "[email protected]",
1462
                    "role": "lead"
1463
                }
1464
            ],
1465
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1466
            "homepage": "https://github.com/sebastianbergmann/version",
1467
            "time": "2016-10-03 07:35:21"
1468
        },
1469
        {
1470
            "name": "symfony/config",
1471
            "version": "v3.2.0",
1472
            "source": {
1473
                "type": "git",
1474
                "url": "https://github.com/symfony/config.git",
1475
                "reference": "4a68f8953180bf77ea65f585020f4db0b18600b4"
1476
            },
1477
            "dist": {
1478
                "type": "zip",
1479
                "url": "https://api.github.com/repos/symfony/config/zipball/4a68f8953180bf77ea65f585020f4db0b18600b4",
1480
                "reference": "4a68f8953180bf77ea65f585020f4db0b18600b4",
1481
                "shasum": ""
1482
            },
1483
            "require": {
1484
                "php": ">=5.5.9",
1485
                "symfony/filesystem": "~2.8|~3.0"
1486
            },
1487
            "require-dev": {
1488
                "symfony/yaml": "~3.0"
1489
            },
1490
            "suggest": {
1491
                "symfony/yaml": "To use the yaml reference dumper"
1492
            },
1493
            "type": "library",
1494
            "extra": {
1495
                "branch-alias": {
1496
                    "dev-master": "3.2-dev"
1497
                }
1498
            },
1499
            "autoload": {
1500
                "psr-4": {
1501
                    "Symfony\\Component\\Config\\": ""
1502
                },
1503
                "exclude-from-classmap": [
1504
                    "/Tests/"
1505
                ]
1506
            },
1507
            "notification-url": "https://packagist.org/downloads/",
1508
            "license": [
1509
                "MIT"
1510
            ],
1511
            "authors": [
1512
                {
1513
                    "name": "Fabien Potencier",
1514
                    "email": "[email protected]"
1515
                },
1516
                {
1517
                    "name": "Symfony Community",
1518
                    "homepage": "https://symfony.com/contributors"
1519
                }
1520
            ],
1521
            "description": "Symfony Config Component",
1522
            "homepage": "https://symfony.com",
1523
            "time": "2016-11-29 11:12:32"
1524
        },
1525
        {
1526
            "name": "symfony/console",
1527
            "version": "v3.2.0",
1528
            "source": {
1529
                "type": "git",
1530
                "url": "https://github.com/symfony/console.git",
1531
                "reference": "09d0fd33560e3573185a2ea17614e37ba38716c5"
1532
            },
1533
            "dist": {
1534
                "type": "zip",
1535
                "url": "https://api.github.com/repos/symfony/console/zipball/09d0fd33560e3573185a2ea17614e37ba38716c5",
1536
                "reference": "09d0fd33560e3573185a2ea17614e37ba38716c5",
1537
                "shasum": ""
1538
            },
1539
            "require": {
1540
                "php": ">=5.5.9",
1541
                "symfony/debug": "~2.8|~3.0",
1542
                "symfony/polyfill-mbstring": "~1.0"
1543
            },
1544
            "require-dev": {
1545
                "psr/log": "~1.0",
1546
                "symfony/event-dispatcher": "~2.8|~3.0",
1547
                "symfony/filesystem": "~2.8|~3.0",
1548
                "symfony/process": "~2.8|~3.0"
1549
            },
1550
            "suggest": {
1551
                "psr/log": "For using the console logger",
1552
                "symfony/event-dispatcher": "",
1553
                "symfony/filesystem": "",
1554
                "symfony/process": ""
1555
            },
1556
            "type": "library",
1557
            "extra": {
1558
                "branch-alias": {
1559
                    "dev-master": "3.2-dev"
1560
                }
1561
            },
1562
            "autoload": {
1563
                "psr-4": {
1564
                    "Symfony\\Component\\Console\\": ""
1565
                },
1566
                "exclude-from-classmap": [
1567
                    "/Tests/"
1568
                ]
1569
            },
1570
            "notification-url": "https://packagist.org/downloads/",
1571
            "license": [
1572
                "MIT"
1573
            ],
1574
            "authors": [
1575
                {
1576
                    "name": "Fabien Potencier",
1577
                    "email": "[email protected]"
1578
                },
1579
                {
1580
                    "name": "Symfony Community",
1581
                    "homepage": "https://symfony.com/contributors"
1582
                }
1583
            ],
1584
            "description": "Symfony Console Component",
1585
            "homepage": "https://symfony.com",
1586
            "time": "2016-11-16 22:18:16"
1587
        },
1588
        {
1589
            "name": "symfony/debug",
1590
            "version": "v3.2.0",
1591
            "source": {
1592
                "type": "git",
1593
                "url": "https://github.com/symfony/debug.git",
1594
                "reference": "9f923e68d524a3095c5a2ae5fc7220c7cbc12231"
1595
            },
1596
            "dist": {
1597
                "type": "zip",
1598
                "url": "https://api.github.com/repos/symfony/debug/zipball/9f923e68d524a3095c5a2ae5fc7220c7cbc12231",
1599
                "reference": "9f923e68d524a3095c5a2ae5fc7220c7cbc12231",
1600
                "shasum": ""
1601
            },
1602
            "require": {
1603
                "php": ">=5.5.9",
1604
                "psr/log": "~1.0"
1605
            },
1606
            "conflict": {
1607
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1608
            },
1609
            "require-dev": {
1610
                "symfony/class-loader": "~2.8|~3.0",
1611
                "symfony/http-kernel": "~2.8|~3.0"
1612
            },
1613
            "type": "library",
1614
            "extra": {
1615
                "branch-alias": {
1616
                    "dev-master": "3.2-dev"
1617
                }
1618
            },
1619
            "autoload": {
1620
                "psr-4": {
1621
                    "Symfony\\Component\\Debug\\": ""
1622
                },
1623
                "exclude-from-classmap": [
1624
                    "/Tests/"
1625
                ]
1626
            },
1627
            "notification-url": "https://packagist.org/downloads/",
1628
            "license": [
1629
                "MIT"
1630
            ],
1631
            "authors": [
1632
                {
1633
                    "name": "Fabien Potencier",
1634
                    "email": "[email protected]"
1635
                },
1636
                {
1637
                    "name": "Symfony Community",
1638
                    "homepage": "https://symfony.com/contributors"
1639
                }
1640
            ],
1641
            "description": "Symfony Debug Component",
1642
            "homepage": "https://symfony.com",
1643
            "time": "2016-11-16 22:18:16"
1644
        },
1645
        {
1646
            "name": "symfony/event-dispatcher",
1647
            "version": "v2.8.14",
1648
            "source": {
1649
                "type": "git",
1650
                "url": "https://github.com/symfony/event-dispatcher.git",
1651
                "reference": "25c576abd4e0f212e678fe8b2bd9a9a98c7ea934"
1652
            },
1653
            "dist": {
1654
                "type": "zip",
1655
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/25c576abd4e0f212e678fe8b2bd9a9a98c7ea934",
1656
                "reference": "25c576abd4e0f212e678fe8b2bd9a9a98c7ea934",
1657
                "shasum": ""
1658
            },
1659
            "require": {
1660
                "php": ">=5.3.9"
1661
            },
1662
            "require-dev": {
1663
                "psr/log": "~1.0",
1664
                "symfony/config": "~2.0,>=2.0.5|~3.0.0",
1665
                "symfony/dependency-injection": "~2.6|~3.0.0",
1666
                "symfony/expression-language": "~2.6|~3.0.0",
1667
                "symfony/stopwatch": "~2.3|~3.0.0"
1668
            },
1669
            "suggest": {
1670
                "symfony/dependency-injection": "",
1671
                "symfony/http-kernel": ""
1672
            },
1673
            "type": "library",
1674
            "extra": {
1675
                "branch-alias": {
1676
                    "dev-master": "2.8-dev"
1677
                }
1678
            },
1679
            "autoload": {
1680
                "psr-4": {
1681
                    "Symfony\\Component\\EventDispatcher\\": ""
1682
                },
1683
                "exclude-from-classmap": [
1684
                    "/Tests/"
1685
                ]
1686
            },
1687
            "notification-url": "https://packagist.org/downloads/",
1688
            "license": [
1689
                "MIT"
1690
            ],
1691
            "authors": [
1692
                {
1693
                    "name": "Fabien Potencier",
1694
                    "email": "[email protected]"
1695
                },
1696
                {
1697
                    "name": "Symfony Community",
1698
                    "homepage": "https://symfony.com/contributors"
1699
                }
1700
            ],
1701
            "description": "Symfony EventDispatcher Component",
1702
            "homepage": "https://symfony.com",
1703
            "time": "2016-10-13 01:43:15"
1704
        },
1705
        {
1706
            "name": "symfony/filesystem",
1707
            "version": "v3.2.0",
1708
            "source": {
1709
                "type": "git",
1710
                "url": "https://github.com/symfony/filesystem.git",
1711
                "reference": "8d4cf7561a5b17e5eb7a02b80d0b8f014a3796d4"
1712
            },
1713
            "dist": {
1714
                "type": "zip",
1715
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/8d4cf7561a5b17e5eb7a02b80d0b8f014a3796d4",
1716
                "reference": "8d4cf7561a5b17e5eb7a02b80d0b8f014a3796d4",
1717
                "shasum": ""
1718
            },
1719
            "require": {
1720
                "php": ">=5.5.9"
1721
            },
1722
            "type": "library",
1723
            "extra": {
1724
                "branch-alias": {
1725
                    "dev-master": "3.2-dev"
1726
                }
1727
            },
1728
            "autoload": {
1729
                "psr-4": {
1730
                    "Symfony\\Component\\Filesystem\\": ""
1731
                },
1732
                "exclude-from-classmap": [
1733
                    "/Tests/"
1734
                ]
1735
            },
1736
            "notification-url": "https://packagist.org/downloads/",
1737
            "license": [
1738
                "MIT"
1739
            ],
1740
            "authors": [
1741
                {
1742
                    "name": "Fabien Potencier",
1743
                    "email": "[email protected]"
1744
                },
1745
                {
1746
                    "name": "Symfony Community",
1747
                    "homepage": "https://symfony.com/contributors"
1748
                }
1749
            ],
1750
            "description": "Symfony Filesystem Component",
1751
            "homepage": "https://symfony.com",
1752
            "time": "2016-11-24 00:46:43"
1753
        },
1754
        {
1755
            "name": "symfony/polyfill-mbstring",
1756
            "version": "v1.3.0",
1757
            "source": {
1758
                "type": "git",
1759
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1760
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
1761
            },
1762
            "dist": {
1763
                "type": "zip",
1764
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
1765
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
1766
                "shasum": ""
1767
            },
1768
            "require": {
1769
                "php": ">=5.3.3"
1770
            },
1771
            "suggest": {
1772
                "ext-mbstring": "For best performance"
1773
            },
1774
            "type": "library",
1775
            "extra": {
1776
                "branch-alias": {
1777
                    "dev-master": "1.3-dev"
1778
                }
1779
            },
1780
            "autoload": {
1781
                "psr-4": {
1782
                    "Symfony\\Polyfill\\Mbstring\\": ""
1783
                },
1784
                "files": [
1785
                    "bootstrap.php"
1786
                ]
1787
            },
1788
            "notification-url": "https://packagist.org/downloads/",
1789
            "license": [
1790
                "MIT"
1791
            ],
1792
            "authors": [
1793
                {
1794
                    "name": "Nicolas Grekas",
1795
                    "email": "[email protected]"
1796
                },
1797
                {
1798
                    "name": "Symfony Community",
1799
                    "homepage": "https://symfony.com/contributors"
1800
                }
1801
            ],
1802
            "description": "Symfony polyfill for the Mbstring extension",
1803
            "homepage": "https://symfony.com",
1804
            "keywords": [
1805
                "compatibility",
1806
                "mbstring",
1807
                "polyfill",
1808
                "portable",
1809
                "shim"
1810
            ],
1811
            "time": "2016-11-14 01:06:16"
1812
        },
1813
        {
1814
            "name": "symfony/stopwatch",
1815
            "version": "v3.2.0",
1816
            "source": {
1817
                "type": "git",
1818
                "url": "https://github.com/symfony/stopwatch.git",
1819
                "reference": "5b139e1c4290e6c7640ba80d9c9b5e49ef22b841"
1820
            },
1821
            "dist": {
1822
                "type": "zip",
1823
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/5b139e1c4290e6c7640ba80d9c9b5e49ef22b841",
1824
                "reference": "5b139e1c4290e6c7640ba80d9c9b5e49ef22b841",
1825
                "shasum": ""
1826
            },
1827
            "require": {
1828
                "php": ">=5.5.9"
1829
            },
1830
            "type": "library",
1831
            "extra": {
1832
                "branch-alias": {
1833
                    "dev-master": "3.2-dev"
1834
                }
1835
            },
1836
            "autoload": {
1837
                "psr-4": {
1838
                    "Symfony\\Component\\Stopwatch\\": ""
1839
                },
1840
                "exclude-from-classmap": [
1841
                    "/Tests/"
1842
                ]
1843
            },
1844
            "notification-url": "https://packagist.org/downloads/",
1845
            "license": [
1846
                "MIT"
1847
            ],
1848
            "authors": [
1849
                {
1850
                    "name": "Fabien Potencier",
1851
                    "email": "[email protected]"
1852
                },
1853
                {
1854
                    "name": "Symfony Community",
1855
                    "homepage": "https://symfony.com/contributors"
1856
                }
1857
            ],
1858
            "description": "Symfony Stopwatch Component",
1859
            "homepage": "https://symfony.com",
1860
            "time": "2016-06-29 05:43:10"
1861
        },
1862
        {
1863
            "name": "symfony/yaml",
1864
            "version": "v3.2.0",
1865
            "source": {
1866
                "type": "git",
1867
                "url": "https://github.com/symfony/yaml.git",
1868
                "reference": "f2300ba8fbb002c028710b92e1906e7457410693"
1869
            },
1870
            "dist": {
1871
                "type": "zip",
1872
                "url": "https://api.github.com/repos/symfony/yaml/zipball/f2300ba8fbb002c028710b92e1906e7457410693",
1873
                "reference": "f2300ba8fbb002c028710b92e1906e7457410693",
1874
                "shasum": ""
1875
            },
1876
            "require": {
1877
                "php": ">=5.5.9"
1878
            },
1879
            "require-dev": {
1880
                "symfony/console": "~2.8|~3.0"
1881
            },
1882
            "suggest": {
1883
                "symfony/console": "For validating YAML files using the lint command"
1884
            },
1885
            "type": "library",
1886
            "extra": {
1887
                "branch-alias": {
1888
                    "dev-master": "3.2-dev"
1889
                }
1890
            },
1891
            "autoload": {
1892
                "psr-4": {
1893
                    "Symfony\\Component\\Yaml\\": ""
1894
                },
1895
                "exclude-from-classmap": [
1896
                    "/Tests/"
1897
                ]
1898
            },
1899
            "notification-url": "https://packagist.org/downloads/",
1900
            "license": [
1901
                "MIT"
1902
            ],
1903
            "authors": [
1904
                {
1905
                    "name": "Fabien Potencier",
1906
                    "email": "[email protected]"
1907
                },
1908
                {
1909
                    "name": "Symfony Community",
1910
                    "homepage": "https://symfony.com/contributors"
1911
                }
1912
            ],
1913
            "description": "Symfony Yaml Component",
1914
            "homepage": "https://symfony.com",
1915
            "time": "2016-11-18 21:17:59"
1916
        },
1917
        {
1918
            "name": "webmozart/assert",
1919
            "version": "1.2.0",
1920
            "source": {
1921
                "type": "git",
1922
                "url": "https://github.com/webmozart/assert.git",
1923
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
1924
            },
1925
            "dist": {
1926
                "type": "zip",
1927
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
1928
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
1929
                "shasum": ""
1930
            },
1931
            "require": {
1932
                "php": "^5.3.3 || ^7.0"
1933
            },
1934
            "require-dev": {
1935
                "phpunit/phpunit": "^4.6",
1936
                "sebastian/version": "^1.0.1"
1937
            },
1938
            "type": "library",
1939
            "extra": {
1940
                "branch-alias": {
1941
                    "dev-master": "1.3-dev"
1942
                }
1943
            },
1944
            "autoload": {
1945
                "psr-4": {
1946
                    "Webmozart\\Assert\\": "src/"
1947
                }
1948
            },
1949
            "notification-url": "https://packagist.org/downloads/",
1950
            "license": [
1951
                "MIT"
1952
            ],
1953
            "authors": [
1954
                {
1955
                    "name": "Bernhard Schussek",
1956
                    "email": "[email protected]"
1957
                }
1958
            ],
1959
            "description": "Assertions to validate method input/output with nice error messages.",
1960
            "keywords": [
1961
                "assert",
1962
                "check",
1963
                "validate"
1964
            ],
1965
            "time": "2016-11-23 20:04:58"
1966
        }
1967
    ],
1968
    "aliases": [],
1969
    "minimum-stability": "stable",
1970
    "stability-flags": [],
1971
    "prefer-stable": false,
1972
    "prefer-lowest": false,
1973
    "platform": [],
1974
    "platform-dev": []
1975
}
1976