Completed
Pull Request — master (#18)
by Anatolii
16:50
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
    "hash": "b49dc13e195a8d7a769edec322f2b98b",
8
    "content-hash": "0c2acb8dd6bad02620211e9e6aa5c145",
9
    "packages": [
10
        {
11
            "name": "fiv/collection",
12
            "version": "0.0.1",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/funivan/collection.git",
16
                "reference": "6748a731b3fd3ce551f0fda32973c449b32edb03"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/funivan/collection/zipball/6748a731b3fd3ce551f0fda32973c449b32edb03",
21
                "reference": "6748a731b3fd3ce551f0fda32973c449b32edb03",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "php": ">=5.3.0"
26
            },
27
            "require-dev": {
28
                "phpunit/phpunit": "4.*"
29
            },
30
            "type": "library",
31
            "autoload": {
32
                "psr-4": {
33
                    "Fiv\\Collection\\": "src"
34
                }
35
            },
36
            "notification-url": "https://packagist.org/downloads/",
37
            "license": [
38
                "MIT"
39
            ],
40
            "authors": [
41
                {
42
                    "name": "Ivan Scherbak",
43
                    "email": "[email protected]",
44
                    "homepage": "http://funivan.com",
45
                    "role": "Developer"
46
                }
47
            ],
48
            "description": "Abstract class for typed object collection",
49
            "homepage": "https://github.com/funivan/object-collection",
50
            "keywords": [
51
                "collection"
52
            ],
53
            "time": "2014-11-07 10:26:07"
54
        },
55
        {
56
            "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...
57
            "version": "6.1.1",
58
            "source": {
59
                "type": "git",
60
                "url": "https://github.com/guzzle/guzzle.git",
61
                "reference": "c6851d6e48f63b69357cbfa55bca116448140e0c"
62
            },
63
            "dist": {
64
                "type": "zip",
65
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/c6851d6e48f63b69357cbfa55bca116448140e0c",
66
                "reference": "c6851d6e48f63b69357cbfa55bca116448140e0c",
67
                "shasum": ""
68
            },
69
            "require": {
70
                "guzzlehttp/promises": "~1.0",
71
                "guzzlehttp/psr7": "~1.1",
72
                "php": ">=5.5.0"
73
            },
74
            "require-dev": {
75
                "ext-curl": "*",
76
                "phpunit/phpunit": "~4.0",
77
                "psr/log": "~1.0"
78
            },
79
            "type": "library",
80
            "extra": {
81
                "branch-alias": {
82
                    "dev-master": "6.1-dev"
83
                }
84
            },
85
            "autoload": {
86
                "files": [
87
                    "src/functions_include.php"
88
                ],
89
                "psr-4": {
90
                    "GuzzleHttp\\": "src/"
91
                }
92
            },
93
            "notification-url": "https://packagist.org/downloads/",
94
            "license": [
95
                "MIT"
96
            ],
97
            "authors": [
98
                {
99
                    "name": "Michael Dowling",
100
                    "email": "[email protected]",
101
                    "homepage": "https://github.com/mtdowling"
102
                }
103
            ],
104
            "description": "Guzzle is a PHP HTTP client library",
105
            "homepage": "http://guzzlephp.org/",
106
            "keywords": [
107
                "client",
108
                "curl",
109
                "framework",
110
                "http",
111
                "http client",
112
                "rest",
113
                "web service"
114
            ],
115
            "time": "2015-11-23 00:47:50"
116
        },
117
        {
118
            "name": "guzzlehttp/promises",
119
            "version": "1.2.0",
120
            "source": {
121
                "type": "git",
122
                "url": "https://github.com/guzzle/promises.git",
123
                "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579"
124
            },
125
            "dist": {
126
                "type": "zip",
127
                "url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579",
128
                "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579",
129
                "shasum": ""
130
            },
131
            "require": {
132
                "php": ">=5.5.0"
133
            },
134
            "require-dev": {
135
                "phpunit/phpunit": "~4.0"
136
            },
137
            "type": "library",
138
            "extra": {
139
                "branch-alias": {
140
                    "dev-master": "1.0-dev"
141
                }
142
            },
143
            "autoload": {
144
                "psr-4": {
145
                    "GuzzleHttp\\Promise\\": "src/"
146
                },
147
                "files": [
148
                    "src/functions_include.php"
149
                ]
150
            },
151
            "notification-url": "https://packagist.org/downloads/",
152
            "license": [
153
                "MIT"
154
            ],
155
            "authors": [
156
                {
157
                    "name": "Michael Dowling",
158
                    "email": "[email protected]",
159
                    "homepage": "https://github.com/mtdowling"
160
                }
161
            ],
162
            "description": "Guzzle promises library",
163
            "keywords": [
164
                "promise"
165
            ],
166
            "time": "2016-05-18 16:56:05"
167
        },
168
        {
169
            "name": "guzzlehttp/psr7",
170
            "version": "1.3.0",
171
            "source": {
172
                "type": "git",
173
                "url": "https://github.com/guzzle/psr7.git",
174
                "reference": "31382fef2889136415751badebbd1cb022a4ed72"
175
            },
176
            "dist": {
177
                "type": "zip",
178
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/31382fef2889136415751badebbd1cb022a4ed72",
179
                "reference": "31382fef2889136415751badebbd1cb022a4ed72",
180
                "shasum": ""
181
            },
182
            "require": {
183
                "php": ">=5.4.0",
184
                "psr/http-message": "~1.0"
185
            },
186
            "provide": {
187
                "psr/http-message-implementation": "1.0"
188
            },
189
            "require-dev": {
190
                "phpunit/phpunit": "~4.0"
191
            },
192
            "type": "library",
193
            "extra": {
194
                "branch-alias": {
195
                    "dev-master": "1.0-dev"
196
                }
197
            },
198
            "autoload": {
199
                "psr-4": {
200
                    "GuzzleHttp\\Psr7\\": "src/"
201
                },
202
                "files": [
203
                    "src/functions_include.php"
204
                ]
205
            },
206
            "notification-url": "https://packagist.org/downloads/",
207
            "license": [
208
                "MIT"
209
            ],
210
            "authors": [
211
                {
212
                    "name": "Michael Dowling",
213
                    "email": "[email protected]",
214
                    "homepage": "https://github.com/mtdowling"
215
                }
216
            ],
217
            "description": "PSR-7 message implementation",
218
            "keywords": [
219
                "http",
220
                "message",
221
                "stream",
222
                "uri"
223
            ],
224
            "time": "2016-04-13 19:56:01"
225
        },
226
        {
227
            "name": "psr/http-message",
228
            "version": "1.0",
229
            "source": {
230
                "type": "git",
231
                "url": "https://github.com/php-fig/http-message.git",
232
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
233
            },
234
            "dist": {
235
                "type": "zip",
236
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
237
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
238
                "shasum": ""
239
            },
240
            "require": {
241
                "php": ">=5.3.0"
242
            },
243
            "type": "library",
244
            "extra": {
245
                "branch-alias": {
246
                    "dev-master": "1.0.x-dev"
247
                }
248
            },
249
            "autoload": {
250
                "psr-4": {
251
                    "Psr\\Http\\Message\\": "src/"
252
                }
253
            },
254
            "notification-url": "https://packagist.org/downloads/",
255
            "license": [
256
                "MIT"
257
            ],
258
            "authors": [
259
                {
260
                    "name": "PHP-FIG",
261
                    "homepage": "http://www.php-fig.org/"
262
                }
263
            ],
264
            "description": "Common interface for HTTP messages",
265
            "keywords": [
266
                "http",
267
                "http-message",
268
                "psr",
269
                "psr-7",
270
                "request",
271
                "response"
272
            ],
273
            "time": "2015-05-04 20:22:00"
274
        },
275
        {
276
            "name": "xparse/element-finder",
277
            "version": "0.1.0-alpha.3",
278
            "source": {
279
                "type": "git",
280
                "url": "https://github.com/xparse/ElementFinder.git",
281
                "reference": "ff9b4f5fff12821f181f38f850ced946476709c6"
282
            },
283
            "dist": {
284
                "type": "zip",
285
                "url": "https://api.github.com/repos/xparse/ElementFinder/zipball/ff9b4f5fff12821f181f38f850ced946476709c6",
286
                "reference": "ff9b4f5fff12821f181f38f850ced946476709c6",
287
                "shasum": ""
288
            },
289
            "require": {
290
                "fiv/collection": "0.0.1.*",
291
                "php": ">=5.6",
292
                "xparse/expression-translator": "0.0.3"
293
            },
294
            "require-dev": {
295
                "phpunit/phpunit": "4.*"
296
            },
297
            "type": "library",
298
            "autoload": {
299
                "psr-4": {
300
                    "Xparse\\ElementFinder\\": "src"
301
                }
302
            },
303
            "notification-url": "https://packagist.org/downloads/",
304
            "license": [
305
                "MIT"
306
            ],
307
            "authors": [
308
                {
309
                    "name": "Ivan Scherbak",
310
                    "email": "[email protected]",
311
                    "homepage": "http://funivan.com/",
312
                    "role": "Developer"
313
                }
314
            ],
315
            "homepage": "https://github.com/xparse/ElementFinder",
316
            "keywords": [
317
                "Xpath",
318
                "dom",
319
                "parser"
320
            ],
321
            "time": "2016-06-02 07:25:59"
322
        },
323
        {
324
            "name": "xparse/expression-translator",
325
            "version": "0.0.3",
326
            "source": {
327
                "type": "git",
328
                "url": "https://github.com/xparse/ExpressionTranslator.git",
329
                "reference": "077158c291419c8693813b580659e9db8ecadfa8"
330
            },
331
            "dist": {
332
                "type": "zip",
333
                "url": "https://api.github.com/repos/xparse/ExpressionTranslator/zipball/077158c291419c8693813b580659e9db8ecadfa8",
334
                "reference": "077158c291419c8693813b580659e9db8ecadfa8",
335
                "shasum": ""
336
            },
337
            "require": {
338
                "php": ">=5.5.0"
339
            },
340
            "require-dev": {
341
                "phpunit/phpunit": "4.*"
342
            },
343
            "type": "library",
344
            "autoload": {
345
                "psr-4": {
346
                    "Xparse\\ExpressionTranslator\\": "src"
347
                }
348
            },
349
            "notification-url": "https://packagist.org/downloads/",
350
            "license": [
351
                "MIT"
352
            ],
353
            "authors": [
354
                {
355
                    "name": "funivan",
356
                    "email": "[email protected]",
357
                    "homepage": "http://funivan.com",
358
                    "role": "Developer"
359
                }
360
            ],
361
            "description": "Translate custom expressions to xpath",
362
            "homepage": "https://github.com/",
363
            "time": "2015-12-02 13:29:01"
364
        },
365
        {
366
            "name": "xparse/parser",
367
            "version": "0.1.0-alpha.3",
368
            "source": {
369
                "type": "git",
370
                "url": "https://github.com/xparse/Parser.git",
371
                "reference": "c708bf74d2829a72b972f18c42242b8072ec7249"
372
            },
373
            "dist": {
374
                "type": "zip",
375
                "url": "https://api.github.com/repos/xparse/Parser/zipball/c708bf74d2829a72b972f18c42242b8072ec7249",
376
                "reference": "c708bf74d2829a72b972f18c42242b8072ec7249",
377
                "shasum": ""
378
            },
379
            "require": {
380
                "guzzlehttp/guzzle": "6.1.*",
381
                "php": ">=5.6.0",
382
                "xparse/element-finder": "0.1.*",
383
                "xparse/parser-interface": "0.0.3"
384
            },
385
            "require-dev": {
386
                "phpunit/phpunit": "4.*"
387
            },
388
            "type": "library",
389
            "autoload": {
390
                "psr-4": {
391
                    "Xparse\\Parser\\": "src"
392
                }
393
            },
394
            "notification-url": "https://packagist.org/downloads/",
395
            "license": [
396
                "MIT"
397
            ],
398
            "authors": [
399
                {
400
                    "name": "Ivan Scherbak",
401
                    "email": "[email protected]",
402
                    "homepage": "http://funivan.com/",
403
                    "role": "Developer"
404
                }
405
            ],
406
            "description": "Parser client",
407
            "homepage": "https://github.com/xparse/Parser",
408
            "keywords": [
409
                "grabber",
410
                "parser"
411
            ],
412
            "time": "2016-06-02 07:35:04"
413
        },
414
        {
415
            "name": "xparse/parser-interface",
416
            "version": "0.0.3",
417
            "source": {
418
                "type": "git",
419
                "url": "https://github.com/xparse/ParserInterface.git",
420
                "reference": "6582a7afeeaefdbf622c8064622a70273a0fd2c0"
421
            },
422
            "dist": {
423
                "type": "zip",
424
                "url": "https://api.github.com/repos/xparse/ParserInterface/zipball/6582a7afeeaefdbf622c8064622a70273a0fd2c0",
425
                "reference": "6582a7afeeaefdbf622c8064622a70273a0fd2c0",
426
                "shasum": ""
427
            },
428
            "require": {
429
                "php": ">=5.3.0"
430
            },
431
            "type": "library",
432
            "autoload": {
433
                "psr-4": {
434
                    "Xparse\\ParserInterface\\": "src"
435
                }
436
            },
437
            "notification-url": "https://packagist.org/downloads/",
438
            "license": [
439
                "MIT"
440
            ],
441
            "authors": [
442
                {
443
                    "name": "Ivan Scherbak",
444
                    "email": "[email protected]",
445
                    "homepage": "http://funivan.com/",
446
                    "role": "Developer"
447
                }
448
            ],
449
            "homepage": "https://github.com/xparse/ParserInterface",
450
            "time": "2015-07-09 10:43:29"
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-14 21:17:01"
507
        },
508
        {
509
            "name": "phpdocumentor/reflection-docblock",
510
            "version": "2.0.4",
511
            "source": {
512
                "type": "git",
513
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
514
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
515
            },
516
            "dist": {
517
                "type": "zip",
518
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
519
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
520
                "shasum": ""
521
            },
522
            "require": {
523
                "php": ">=5.3.3"
524
            },
525
            "require-dev": {
526
                "phpunit/phpunit": "~4.0"
527
            },
528
            "suggest": {
529
                "dflydev/markdown": "~1.0",
530
                "erusev/parsedown": "~1.0"
531
            },
532
            "type": "library",
533
            "extra": {
534
                "branch-alias": {
535
                    "dev-master": "2.0.x-dev"
536
                }
537
            },
538
            "autoload": {
539
                "psr-0": {
540
                    "phpDocumentor": [
541
                        "src/"
542
                    ]
543
                }
544
            },
545
            "notification-url": "https://packagist.org/downloads/",
546
            "license": [
547
                "MIT"
548
            ],
549
            "authors": [
550
                {
551
                    "name": "Mike van Riel",
552
                    "email": "[email protected]"
553
                }
554
            ],
555
            "time": "2015-02-03 12:10:50"
556
        },
557
        {
558
            "name": "phpspec/prophecy",
559
            "version": "v1.6.0",
560
            "source": {
561
                "type": "git",
562
                "url": "https://github.com/phpspec/prophecy.git",
563
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
564
            },
565
            "dist": {
566
                "type": "zip",
567
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
568
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
569
                "shasum": ""
570
            },
571
            "require": {
572
                "doctrine/instantiator": "^1.0.2",
573
                "php": "^5.3|^7.0",
574
                "phpdocumentor/reflection-docblock": "~2.0",
575
                "sebastian/comparator": "~1.1",
576
                "sebastian/recursion-context": "~1.0"
577
            },
578
            "require-dev": {
579
                "phpspec/phpspec": "~2.0"
580
            },
581
            "type": "library",
582
            "extra": {
583
                "branch-alias": {
584
                    "dev-master": "1.5.x-dev"
585
                }
586
            },
587
            "autoload": {
588
                "psr-0": {
589
                    "Prophecy\\": "src/"
590
                }
591
            },
592
            "notification-url": "https://packagist.org/downloads/",
593
            "license": [
594
                "MIT"
595
            ],
596
            "authors": [
597
                {
598
                    "name": "Konstantin Kudryashov",
599
                    "email": "[email protected]",
600
                    "homepage": "http://everzet.com"
601
                },
602
                {
603
                    "name": "Marcello Duarte",
604
                    "email": "[email protected]"
605
                }
606
            ],
607
            "description": "Highly opinionated mocking framework for PHP 5.3+",
608
            "homepage": "https://github.com/phpspec/prophecy",
609
            "keywords": [
610
                "Double",
611
                "Dummy",
612
                "fake",
613
                "mock",
614
                "spy",
615
                "stub"
616
            ],
617
            "time": "2016-02-15 07:46:21"
618
        },
619
        {
620
            "name": "phpunit/php-code-coverage",
621
            "version": "2.2.4",
622
            "source": {
623
                "type": "git",
624
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
625
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
626
            },
627
            "dist": {
628
                "type": "zip",
629
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
630
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
631
                "shasum": ""
632
            },
633
            "require": {
634
                "php": ">=5.3.3",
635
                "phpunit/php-file-iterator": "~1.3",
636
                "phpunit/php-text-template": "~1.2",
637
                "phpunit/php-token-stream": "~1.3",
638
                "sebastian/environment": "^1.3.2",
639
                "sebastian/version": "~1.0"
640
            },
641
            "require-dev": {
642
                "ext-xdebug": ">=2.1.4",
643
                "phpunit/phpunit": "~4"
644
            },
645
            "suggest": {
646
                "ext-dom": "*",
647
                "ext-xdebug": ">=2.2.1",
648
                "ext-xmlwriter": "*"
649
            },
650
            "type": "library",
651
            "extra": {
652
                "branch-alias": {
653
                    "dev-master": "2.2.x-dev"
654
                }
655
            },
656
            "autoload": {
657
                "classmap": [
658
                    "src/"
659
                ]
660
            },
661
            "notification-url": "https://packagist.org/downloads/",
662
            "license": [
663
                "BSD-3-Clause"
664
            ],
665
            "authors": [
666
                {
667
                    "name": "Sebastian Bergmann",
668
                    "email": "[email protected]",
669
                    "role": "lead"
670
                }
671
            ],
672
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
673
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
674
            "keywords": [
675
                "coverage",
676
                "testing",
677
                "xunit"
678
            ],
679
            "time": "2015-10-06 15:47:00"
680
        },
681
        {
682
            "name": "phpunit/php-file-iterator",
683
            "version": "1.4.1",
684
            "source": {
685
                "type": "git",
686
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
687
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
688
            },
689
            "dist": {
690
                "type": "zip",
691
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
692
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
693
                "shasum": ""
694
            },
695
            "require": {
696
                "php": ">=5.3.3"
697
            },
698
            "type": "library",
699
            "extra": {
700
                "branch-alias": {
701
                    "dev-master": "1.4.x-dev"
702
                }
703
            },
704
            "autoload": {
705
                "classmap": [
706
                    "src/"
707
                ]
708
            },
709
            "notification-url": "https://packagist.org/downloads/",
710
            "license": [
711
                "BSD-3-Clause"
712
            ],
713
            "authors": [
714
                {
715
                    "name": "Sebastian Bergmann",
716
                    "email": "[email protected]",
717
                    "role": "lead"
718
                }
719
            ],
720
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
721
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
722
            "keywords": [
723
                "filesystem",
724
                "iterator"
725
            ],
726
            "time": "2015-06-21 13:08:43"
727
        },
728
        {
729
            "name": "phpunit/php-text-template",
730
            "version": "1.2.1",
731
            "source": {
732
                "type": "git",
733
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
734
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
735
            },
736
            "dist": {
737
                "type": "zip",
738
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
739
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
740
                "shasum": ""
741
            },
742
            "require": {
743
                "php": ">=5.3.3"
744
            },
745
            "type": "library",
746
            "autoload": {
747
                "classmap": [
748
                    "src/"
749
                ]
750
            },
751
            "notification-url": "https://packagist.org/downloads/",
752
            "license": [
753
                "BSD-3-Clause"
754
            ],
755
            "authors": [
756
                {
757
                    "name": "Sebastian Bergmann",
758
                    "email": "[email protected]",
759
                    "role": "lead"
760
                }
761
            ],
762
            "description": "Simple template engine.",
763
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
764
            "keywords": [
765
                "template"
766
            ],
767
            "time": "2015-06-21 13:50:34"
768
        },
769
        {
770
            "name": "phpunit/php-timer",
771
            "version": "1.0.8",
772
            "source": {
773
                "type": "git",
774
                "url": "https://github.com/sebastianbergmann/php-timer.git",
775
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
776
            },
777
            "dist": {
778
                "type": "zip",
779
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
780
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
781
                "shasum": ""
782
            },
783
            "require": {
784
                "php": ">=5.3.3"
785
            },
786
            "require-dev": {
787
                "phpunit/phpunit": "~4|~5"
788
            },
789
            "type": "library",
790
            "autoload": {
791
                "classmap": [
792
                    "src/"
793
                ]
794
            },
795
            "notification-url": "https://packagist.org/downloads/",
796
            "license": [
797
                "BSD-3-Clause"
798
            ],
799
            "authors": [
800
                {
801
                    "name": "Sebastian Bergmann",
802
                    "email": "[email protected]",
803
                    "role": "lead"
804
                }
805
            ],
806
            "description": "Utility class for timing",
807
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
808
            "keywords": [
809
                "timer"
810
            ],
811
            "time": "2016-05-12 18:03:57"
812
        },
813
        {
814
            "name": "phpunit/php-token-stream",
815
            "version": "1.4.8",
816
            "source": {
817
                "type": "git",
818
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
819
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
820
            },
821
            "dist": {
822
                "type": "zip",
823
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
824
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
825
                "shasum": ""
826
            },
827
            "require": {
828
                "ext-tokenizer": "*",
829
                "php": ">=5.3.3"
830
            },
831
            "require-dev": {
832
                "phpunit/phpunit": "~4.2"
833
            },
834
            "type": "library",
835
            "extra": {
836
                "branch-alias": {
837
                    "dev-master": "1.4-dev"
838
                }
839
            },
840
            "autoload": {
841
                "classmap": [
842
                    "src/"
843
                ]
844
            },
845
            "notification-url": "https://packagist.org/downloads/",
846
            "license": [
847
                "BSD-3-Clause"
848
            ],
849
            "authors": [
850
                {
851
                    "name": "Sebastian Bergmann",
852
                    "email": "[email protected]"
853
                }
854
            ],
855
            "description": "Wrapper around PHP's tokenizer extension.",
856
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
857
            "keywords": [
858
                "tokenizer"
859
            ],
860
            "time": "2015-09-15 10:49:45"
861
        },
862
        {
863
            "name": "phpunit/phpunit",
864
            "version": "4.8.26",
865
            "source": {
866
                "type": "git",
867
                "url": "https://github.com/sebastianbergmann/phpunit.git",
868
                "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74"
869
            },
870
            "dist": {
871
                "type": "zip",
872
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fc1d8cd5b5de11625979125c5639347896ac2c74",
873
                "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74",
874
                "shasum": ""
875
            },
876
            "require": {
877
                "ext-dom": "*",
878
                "ext-json": "*",
879
                "ext-pcre": "*",
880
                "ext-reflection": "*",
881
                "ext-spl": "*",
882
                "php": ">=5.3.3",
883
                "phpspec/prophecy": "^1.3.1",
884
                "phpunit/php-code-coverage": "~2.1",
885
                "phpunit/php-file-iterator": "~1.4",
886
                "phpunit/php-text-template": "~1.2",
887
                "phpunit/php-timer": "^1.0.6",
888
                "phpunit/phpunit-mock-objects": "~2.3",
889
                "sebastian/comparator": "~1.1",
890
                "sebastian/diff": "~1.2",
891
                "sebastian/environment": "~1.3",
892
                "sebastian/exporter": "~1.2",
893
                "sebastian/global-state": "~1.0",
894
                "sebastian/version": "~1.0",
895
                "symfony/yaml": "~2.1|~3.0"
896
            },
897
            "suggest": {
898
                "phpunit/php-invoker": "~1.1"
899
            },
900
            "bin": [
901
                "phpunit"
902
            ],
903
            "type": "library",
904
            "extra": {
905
                "branch-alias": {
906
                    "dev-master": "4.8.x-dev"
907
                }
908
            },
909
            "autoload": {
910
                "classmap": [
911
                    "src/"
912
                ]
913
            },
914
            "notification-url": "https://packagist.org/downloads/",
915
            "license": [
916
                "BSD-3-Clause"
917
            ],
918
            "authors": [
919
                {
920
                    "name": "Sebastian Bergmann",
921
                    "email": "[email protected]",
922
                    "role": "lead"
923
                }
924
            ],
925
            "description": "The PHP Unit Testing framework.",
926
            "homepage": "https://phpunit.de/",
927
            "keywords": [
928
                "phpunit",
929
                "testing",
930
                "xunit"
931
            ],
932
            "time": "2016-05-17 03:09:28"
933
        },
934
        {
935
            "name": "phpunit/phpunit-mock-objects",
936
            "version": "2.3.8",
937
            "source": {
938
                "type": "git",
939
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
940
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
941
            },
942
            "dist": {
943
                "type": "zip",
944
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
945
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
946
                "shasum": ""
947
            },
948
            "require": {
949
                "doctrine/instantiator": "^1.0.2",
950
                "php": ">=5.3.3",
951
                "phpunit/php-text-template": "~1.2",
952
                "sebastian/exporter": "~1.2"
953
            },
954
            "require-dev": {
955
                "phpunit/phpunit": "~4.4"
956
            },
957
            "suggest": {
958
                "ext-soap": "*"
959
            },
960
            "type": "library",
961
            "extra": {
962
                "branch-alias": {
963
                    "dev-master": "2.3.x-dev"
964
                }
965
            },
966
            "autoload": {
967
                "classmap": [
968
                    "src/"
969
                ]
970
            },
971
            "notification-url": "https://packagist.org/downloads/",
972
            "license": [
973
                "BSD-3-Clause"
974
            ],
975
            "authors": [
976
                {
977
                    "name": "Sebastian Bergmann",
978
                    "email": "[email protected]",
979
                    "role": "lead"
980
                }
981
            ],
982
            "description": "Mock Object library for PHPUnit",
983
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
984
            "keywords": [
985
                "mock",
986
                "xunit"
987
            ],
988
            "time": "2015-10-02 06:51:40"
989
        },
990
        {
991
            "name": "sebastian/comparator",
992
            "version": "1.2.0",
993
            "source": {
994
                "type": "git",
995
                "url": "https://github.com/sebastianbergmann/comparator.git",
996
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
997
            },
998
            "dist": {
999
                "type": "zip",
1000
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
1001
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
1002
                "shasum": ""
1003
            },
1004
            "require": {
1005
                "php": ">=5.3.3",
1006
                "sebastian/diff": "~1.2",
1007
                "sebastian/exporter": "~1.2"
1008
            },
1009
            "require-dev": {
1010
                "phpunit/phpunit": "~4.4"
1011
            },
1012
            "type": "library",
1013
            "extra": {
1014
                "branch-alias": {
1015
                    "dev-master": "1.2.x-dev"
1016
                }
1017
            },
1018
            "autoload": {
1019
                "classmap": [
1020
                    "src/"
1021
                ]
1022
            },
1023
            "notification-url": "https://packagist.org/downloads/",
1024
            "license": [
1025
                "BSD-3-Clause"
1026
            ],
1027
            "authors": [
1028
                {
1029
                    "name": "Jeff Welch",
1030
                    "email": "[email protected]"
1031
                },
1032
                {
1033
                    "name": "Volker Dusch",
1034
                    "email": "[email protected]"
1035
                },
1036
                {
1037
                    "name": "Bernhard Schussek",
1038
                    "email": "[email protected]"
1039
                },
1040
                {
1041
                    "name": "Sebastian Bergmann",
1042
                    "email": "[email protected]"
1043
                }
1044
            ],
1045
            "description": "Provides the functionality to compare PHP values for equality",
1046
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1047
            "keywords": [
1048
                "comparator",
1049
                "compare",
1050
                "equality"
1051
            ],
1052
            "time": "2015-07-26 15:48:44"
1053
        },
1054
        {
1055
            "name": "sebastian/diff",
1056
            "version": "1.4.1",
1057
            "source": {
1058
                "type": "git",
1059
                "url": "https://github.com/sebastianbergmann/diff.git",
1060
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
1061
            },
1062
            "dist": {
1063
                "type": "zip",
1064
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
1065
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
1066
                "shasum": ""
1067
            },
1068
            "require": {
1069
                "php": ">=5.3.3"
1070
            },
1071
            "require-dev": {
1072
                "phpunit/phpunit": "~4.8"
1073
            },
1074
            "type": "library",
1075
            "extra": {
1076
                "branch-alias": {
1077
                    "dev-master": "1.4-dev"
1078
                }
1079
            },
1080
            "autoload": {
1081
                "classmap": [
1082
                    "src/"
1083
                ]
1084
            },
1085
            "notification-url": "https://packagist.org/downloads/",
1086
            "license": [
1087
                "BSD-3-Clause"
1088
            ],
1089
            "authors": [
1090
                {
1091
                    "name": "Kore Nordmann",
1092
                    "email": "[email protected]"
1093
                },
1094
                {
1095
                    "name": "Sebastian Bergmann",
1096
                    "email": "[email protected]"
1097
                }
1098
            ],
1099
            "description": "Diff implementation",
1100
            "homepage": "https://github.com/sebastianbergmann/diff",
1101
            "keywords": [
1102
                "diff"
1103
            ],
1104
            "time": "2015-12-08 07:14:41"
1105
        },
1106
        {
1107
            "name": "sebastian/environment",
1108
            "version": "1.3.7",
1109
            "source": {
1110
                "type": "git",
1111
                "url": "https://github.com/sebastianbergmann/environment.git",
1112
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
1113
            },
1114
            "dist": {
1115
                "type": "zip",
1116
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
1117
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
1118
                "shasum": ""
1119
            },
1120
            "require": {
1121
                "php": ">=5.3.3"
1122
            },
1123
            "require-dev": {
1124
                "phpunit/phpunit": "~4.4"
1125
            },
1126
            "type": "library",
1127
            "extra": {
1128
                "branch-alias": {
1129
                    "dev-master": "1.3.x-dev"
1130
                }
1131
            },
1132
            "autoload": {
1133
                "classmap": [
1134
                    "src/"
1135
                ]
1136
            },
1137
            "notification-url": "https://packagist.org/downloads/",
1138
            "license": [
1139
                "BSD-3-Clause"
1140
            ],
1141
            "authors": [
1142
                {
1143
                    "name": "Sebastian Bergmann",
1144
                    "email": "[email protected]"
1145
                }
1146
            ],
1147
            "description": "Provides functionality to handle HHVM/PHP environments",
1148
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1149
            "keywords": [
1150
                "Xdebug",
1151
                "environment",
1152
                "hhvm"
1153
            ],
1154
            "time": "2016-05-17 03:18:57"
1155
        },
1156
        {
1157
            "name": "sebastian/exporter",
1158
            "version": "1.2.1",
1159
            "source": {
1160
                "type": "git",
1161
                "url": "https://github.com/sebastianbergmann/exporter.git",
1162
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
1163
            },
1164
            "dist": {
1165
                "type": "zip",
1166
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
1167
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
1168
                "shasum": ""
1169
            },
1170
            "require": {
1171
                "php": ">=5.3.3",
1172
                "sebastian/recursion-context": "~1.0"
1173
            },
1174
            "require-dev": {
1175
                "phpunit/phpunit": "~4.4"
1176
            },
1177
            "type": "library",
1178
            "extra": {
1179
                "branch-alias": {
1180
                    "dev-master": "1.2.x-dev"
1181
                }
1182
            },
1183
            "autoload": {
1184
                "classmap": [
1185
                    "src/"
1186
                ]
1187
            },
1188
            "notification-url": "https://packagist.org/downloads/",
1189
            "license": [
1190
                "BSD-3-Clause"
1191
            ],
1192
            "authors": [
1193
                {
1194
                    "name": "Jeff Welch",
1195
                    "email": "[email protected]"
1196
                },
1197
                {
1198
                    "name": "Volker Dusch",
1199
                    "email": "[email protected]"
1200
                },
1201
                {
1202
                    "name": "Bernhard Schussek",
1203
                    "email": "[email protected]"
1204
                },
1205
                {
1206
                    "name": "Sebastian Bergmann",
1207
                    "email": "[email protected]"
1208
                },
1209
                {
1210
                    "name": "Adam Harvey",
1211
                    "email": "[email protected]"
1212
                }
1213
            ],
1214
            "description": "Provides the functionality to export PHP variables for visualization",
1215
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1216
            "keywords": [
1217
                "export",
1218
                "exporter"
1219
            ],
1220
            "time": "2015-06-21 07:55:53"
1221
        },
1222
        {
1223
            "name": "sebastian/global-state",
1224
            "version": "1.1.1",
1225
            "source": {
1226
                "type": "git",
1227
                "url": "https://github.com/sebastianbergmann/global-state.git",
1228
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1229
            },
1230
            "dist": {
1231
                "type": "zip",
1232
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1233
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1234
                "shasum": ""
1235
            },
1236
            "require": {
1237
                "php": ">=5.3.3"
1238
            },
1239
            "require-dev": {
1240
                "phpunit/phpunit": "~4.2"
1241
            },
1242
            "suggest": {
1243
                "ext-uopz": "*"
1244
            },
1245
            "type": "library",
1246
            "extra": {
1247
                "branch-alias": {
1248
                    "dev-master": "1.0-dev"
1249
                }
1250
            },
1251
            "autoload": {
1252
                "classmap": [
1253
                    "src/"
1254
                ]
1255
            },
1256
            "notification-url": "https://packagist.org/downloads/",
1257
            "license": [
1258
                "BSD-3-Clause"
1259
            ],
1260
            "authors": [
1261
                {
1262
                    "name": "Sebastian Bergmann",
1263
                    "email": "[email protected]"
1264
                }
1265
            ],
1266
            "description": "Snapshotting of global state",
1267
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1268
            "keywords": [
1269
                "global state"
1270
            ],
1271
            "time": "2015-10-12 03:26:01"
1272
        },
1273
        {
1274
            "name": "sebastian/recursion-context",
1275
            "version": "1.0.2",
1276
            "source": {
1277
                "type": "git",
1278
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1279
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
1280
            },
1281
            "dist": {
1282
                "type": "zip",
1283
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
1284
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
1285
                "shasum": ""
1286
            },
1287
            "require": {
1288
                "php": ">=5.3.3"
1289
            },
1290
            "require-dev": {
1291
                "phpunit/phpunit": "~4.4"
1292
            },
1293
            "type": "library",
1294
            "extra": {
1295
                "branch-alias": {
1296
                    "dev-master": "1.0.x-dev"
1297
                }
1298
            },
1299
            "autoload": {
1300
                "classmap": [
1301
                    "src/"
1302
                ]
1303
            },
1304
            "notification-url": "https://packagist.org/downloads/",
1305
            "license": [
1306
                "BSD-3-Clause"
1307
            ],
1308
            "authors": [
1309
                {
1310
                    "name": "Jeff Welch",
1311
                    "email": "[email protected]"
1312
                },
1313
                {
1314
                    "name": "Sebastian Bergmann",
1315
                    "email": "[email protected]"
1316
                },
1317
                {
1318
                    "name": "Adam Harvey",
1319
                    "email": "[email protected]"
1320
                }
1321
            ],
1322
            "description": "Provides functionality to recursively process PHP variables",
1323
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1324
            "time": "2015-11-11 19:50:13"
1325
        },
1326
        {
1327
            "name": "sebastian/version",
1328
            "version": "1.0.6",
1329
            "source": {
1330
                "type": "git",
1331
                "url": "https://github.com/sebastianbergmann/version.git",
1332
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
1333
            },
1334
            "dist": {
1335
                "type": "zip",
1336
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1337
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1338
                "shasum": ""
1339
            },
1340
            "type": "library",
1341
            "autoload": {
1342
                "classmap": [
1343
                    "src/"
1344
                ]
1345
            },
1346
            "notification-url": "https://packagist.org/downloads/",
1347
            "license": [
1348
                "BSD-3-Clause"
1349
            ],
1350
            "authors": [
1351
                {
1352
                    "name": "Sebastian Bergmann",
1353
                    "email": "[email protected]",
1354
                    "role": "lead"
1355
                }
1356
            ],
1357
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1358
            "homepage": "https://github.com/sebastianbergmann/version",
1359
            "time": "2015-06-21 13:59:46"
1360
        },
1361
        {
1362
            "name": "symfony/yaml",
1363
            "version": "v3.1.0",
1364
            "source": {
1365
                "type": "git",
1366
                "url": "https://github.com/symfony/yaml.git",
1367
                "reference": "eca51b7b65eb9be6af88ad7cc91685f1556f5c9a"
1368
            },
1369
            "dist": {
1370
                "type": "zip",
1371
                "url": "https://api.github.com/repos/symfony/yaml/zipball/eca51b7b65eb9be6af88ad7cc91685f1556f5c9a",
1372
                "reference": "eca51b7b65eb9be6af88ad7cc91685f1556f5c9a",
1373
                "shasum": ""
1374
            },
1375
            "require": {
1376
                "php": ">=5.5.9"
1377
            },
1378
            "type": "library",
1379
            "extra": {
1380
                "branch-alias": {
1381
                    "dev-master": "3.1-dev"
1382
                }
1383
            },
1384
            "autoload": {
1385
                "psr-4": {
1386
                    "Symfony\\Component\\Yaml\\": ""
1387
                },
1388
                "exclude-from-classmap": [
1389
                    "/Tests/"
1390
                ]
1391
            },
1392
            "notification-url": "https://packagist.org/downloads/",
1393
            "license": [
1394
                "MIT"
1395
            ],
1396
            "authors": [
1397
                {
1398
                    "name": "Fabien Potencier",
1399
                    "email": "[email protected]"
1400
                },
1401
                {
1402
                    "name": "Symfony Community",
1403
                    "homepage": "https://symfony.com/contributors"
1404
                }
1405
            ],
1406
            "description": "Symfony Yaml Component",
1407
            "homepage": "https://symfony.com",
1408
            "time": "2016-05-26 21:46:24"
1409
        }
1410
    ],
1411
    "aliases": [],
1412
    "minimum-stability": "alpha",
1413
    "stability-flags": [],
1414
    "prefer-stable": false,
1415
    "prefer-lowest": false,
1416
    "platform": {
1417
        "php": ">=5.6.0"
1418
    },
1419
    "platform-dev": []
1420
}
1421