Completed
Pull Request — master (#23)
by Anatolii
14:37
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": "b0c194cc6c6b70458a6b1d9f178d23ca",
8
    "packages": [
9
        {
10
            "name": "fiv/collection",
11
            "version": "0.0.1",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/funivan/collection.git",
15
                "reference": "6748a731b3fd3ce551f0fda32973c449b32edb03"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/funivan/collection/zipball/6748a731b3fd3ce551f0fda32973c449b32edb03",
20
                "reference": "6748a731b3fd3ce551f0fda32973c449b32edb03",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": ">=5.3.0"
25
            },
26
            "require-dev": {
27
                "phpunit/phpunit": "4.*"
28
            },
29
            "type": "library",
30
            "autoload": {
31
                "psr-4": {
32
                    "Fiv\\Collection\\": "src"
33
                }
34
            },
35
            "notification-url": "https://packagist.org/downloads/",
36
            "license": [
37
                "MIT"
38
            ],
39
            "authors": [
40
                {
41
                    "name": "Ivan Scherbak",
42
                    "email": "[email protected]",
43
                    "homepage": "http://funivan.com",
44
                    "role": "Developer"
45
                }
46
            ],
47
            "description": "Abstract class for typed object collection",
48
            "homepage": "https://github.com/funivan/object-collection",
49
            "keywords": [
50
                "collection"
51
            ],
52
            "time": "2014-11-07T10:26:07+00:00"
53
        },
54
        {
55
            "name": "guzzlehttp/guzzle",
0 ignored issues
show
There is a security advisory for your installed version of guzzlehttp/guzzle:

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