Passed
Pull Request — master (#31)
by Harry
03:56
created

composer.lock (1 issue)

Severity
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": "d81e87846f0b46a58919e87fbdb523c1",
8
    "packages": [
9
        {
10
            "name": "danielstjules/stringy",
11
            "version": "1.8.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/danielstjules/Stringy.git",
15
                "reference": "d661047fb347cc384591fe3dbe5f62886f203416"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/d661047fb347cc384591fe3dbe5f62886f203416",
20
                "reference": "d661047fb347cc384591fe3dbe5f62886f203416",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "ext-mbstring": "*",
25
                "php": ">=5.3.0"
26
            },
27
            "require-dev": {
28
                "phpunit/phpunit": "~4.0"
29
            },
30
            "type": "library",
31
            "autoload": {
32
                "psr-4": {
33
                    "Stringy\\": "src/"
34
                },
35
                "files": [
36
                    "src/Create.php"
37
                ]
38
            },
39
            "notification-url": "https://packagist.org/downloads/",
40
            "license": [
41
                "MIT"
42
            ],
43
            "authors": [
44
                {
45
                    "name": "Daniel St. Jules",
46
                    "email": "[email protected]",
47
                    "homepage": "http://www.danielstjules.com"
48
                }
49
            ],
50
            "description": "A string manipulation library with multibyte support",
51
            "homepage": "https://github.com/danielstjules/Stringy",
52
            "keywords": [
53
                "UTF",
54
                "helpers",
55
                "manipulation",
56
                "methods",
57
                "multibyte",
58
                "string",
59
                "utf-8",
60
                "utility",
61
                "utils"
62
            ],
63
            "time": "2015-01-04T06:54:13+00:00"
64
        },
65
        {
66
            "name": "doctrine/inflector",
67
            "version": "v1.0",
68
            "source": {
69
                "type": "git",
70
                "url": "https://github.com/doctrine/inflector.git",
71
                "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08"
72
            },
73
            "dist": {
74
                "type": "zip",
75
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/54b8333d2a5682afdc690060c1cf384ba9f47f08",
76
                "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08",
77
                "shasum": ""
78
            },
79
            "require": {
80
                "php": ">=5.3.2"
81
            },
82
            "type": "library",
83
            "autoload": {
84
                "psr-0": {
85
                    "Doctrine\\Common\\Inflector\\": "lib/"
86
                }
87
            },
88
            "notification-url": "https://packagist.org/downloads/",
89
            "license": [
90
                "MIT"
91
            ],
92
            "authors": [
93
                {
94
                    "name": "Jonathan Wage",
95
                    "email": "[email protected]",
96
                    "homepage": "http://www.jwage.com/",
97
                    "role": "Creator"
98
                },
99
                {
100
                    "name": "Guilherme Blanco",
101
                    "email": "[email protected]",
102
                    "homepage": "http://www.instaclick.com"
103
                },
104
                {
105
                    "name": "Roman Borschel",
106
                    "email": "[email protected]"
107
                },
108
                {
109
                    "name": "Benjamin Eberlei",
110
                    "email": "[email protected]"
111
                },
112
                {
113
                    "name": "Johannes Schmitt",
114
                    "email": "[email protected]",
115
                    "homepage": "https://github.com/schmittjoh",
116
                    "role": "Developer of wrapped JMSSerializerBundle"
117
                }
118
            ],
119
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
120
            "homepage": "http://www.doctrine-project.org",
121
            "keywords": [
122
                "inflection",
123
                "pluarlize",
124
                "singuarlize",
125
                "string"
126
            ],
127
            "time": "2013-01-10T21:49:15+00:00"
128
        },
129
        {
130
            "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...
131
            "version": "6.2.0",
132
            "source": {
133
                "type": "git",
134
                "url": "https://github.com/guzzle/guzzle.git",
135
                "reference": "d094e337976dff9d8e2424e8485872194e768662"
136
            },
137
            "dist": {
138
                "type": "zip",
139
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d094e337976dff9d8e2424e8485872194e768662",
140
                "reference": "d094e337976dff9d8e2424e8485872194e768662",
141
                "shasum": ""
142
            },
143
            "require": {
144
                "guzzlehttp/promises": "~1.0",
145
                "guzzlehttp/psr7": "~1.1",
146
                "php": ">=5.5.0"
147
            },
148
            "require-dev": {
149
                "ext-curl": "*",
150
                "phpunit/phpunit": "~4.0",
151
                "psr/log": "~1.0"
152
            },
153
            "type": "library",
154
            "extra": {
155
                "branch-alias": {
156
                    "dev-master": "6.2-dev"
157
                }
158
            },
159
            "autoload": {
160
                "files": [
161
                    "src/functions_include.php"
162
                ],
163
                "psr-4": {
164
                    "GuzzleHttp\\": "src/"
165
                }
166
            },
167
            "notification-url": "https://packagist.org/downloads/",
168
            "license": [
169
                "MIT"
170
            ],
171
            "authors": [
172
                {
173
                    "name": "Michael Dowling",
174
                    "email": "[email protected]",
175
                    "homepage": "https://github.com/mtdowling"
176
                }
177
            ],
178
            "description": "Guzzle is a PHP HTTP client library",
179
            "homepage": "http://guzzlephp.org/",
180
            "keywords": [
181
                "client",
182
                "curl",
183
                "framework",
184
                "http",
185
                "http client",
186
                "rest",
187
                "web service"
188
            ],
189
            "time": "2016-03-21T20:02:09+00:00"
190
        },
191
        {
192
            "name": "guzzlehttp/promises",
193
            "version": "1.0.0",
194
            "source": {
195
                "type": "git",
196
                "url": "https://github.com/guzzle/promises.git",
197
                "reference": "01abc3232138f330d8a1eaa808fcbdf9b4292f47"
198
            },
199
            "dist": {
200
                "type": "zip",
201
                "url": "https://api.github.com/repos/guzzle/promises/zipball/01abc3232138f330d8a1eaa808fcbdf9b4292f47",
202
                "reference": "01abc3232138f330d8a1eaa808fcbdf9b4292f47",
203
                "shasum": ""
204
            },
205
            "require": {
206
                "php": ">=5.5.0"
207
            },
208
            "require-dev": {
209
                "phpunit/phpunit": "^4.0"
210
            },
211
            "type": "library",
212
            "extra": {
213
                "branch-alias": {
214
                    "dev-master": "1.0-dev"
215
                }
216
            },
217
            "autoload": {
218
                "psr-4": {
219
                    "GuzzleHttp\\Promise\\": "src/"
220
                },
221
                "files": [
222
                    "src/functions.php"
223
                ]
224
            },
225
            "notification-url": "https://packagist.org/downloads/",
226
            "license": [
227
                "MIT"
228
            ],
229
            "authors": [
230
                {
231
                    "name": "Michael Dowling",
232
                    "email": "[email protected]",
233
                    "homepage": "https://github.com/mtdowling"
234
                }
235
            ],
236
            "description": "Guzzle promises library",
237
            "keywords": [
238
                "promise"
239
            ],
240
            "time": "2015-05-13T05:05:10+00:00"
241
        },
242
        {
243
            "name": "guzzlehttp/psr7",
244
            "version": "1.1.0",
245
            "source": {
246
                "type": "git",
247
                "url": "https://github.com/guzzle/psr7.git",
248
                "reference": "af0e1758de355eb113917ad79c3c0e3604bce4bd"
249
            },
250
            "dist": {
251
                "type": "zip",
252
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/af0e1758de355eb113917ad79c3c0e3604bce4bd",
253
                "reference": "af0e1758de355eb113917ad79c3c0e3604bce4bd",
254
                "shasum": ""
255
            },
256
            "require": {
257
                "php": ">=5.4.0",
258
                "psr/http-message": "~1.0"
259
            },
260
            "provide": {
261
                "psr/http-message-implementation": "1.0"
262
            },
263
            "require-dev": {
264
                "phpunit/phpunit": "~4.0"
265
            },
266
            "type": "library",
267
            "extra": {
268
                "branch-alias": {
269
                    "dev-master": "1.0-dev"
270
                }
271
            },
272
            "autoload": {
273
                "psr-4": {
274
                    "GuzzleHttp\\Psr7\\": "src/"
275
                },
276
                "files": [
277
                    "src/functions.php"
278
                ]
279
            },
280
            "notification-url": "https://packagist.org/downloads/",
281
            "license": [
282
                "MIT"
283
            ],
284
            "authors": [
285
                {
286
                    "name": "Michael Dowling",
287
                    "email": "[email protected]",
288
                    "homepage": "https://github.com/mtdowling"
289
                }
290
            ],
291
            "description": "PSR-7 message implementation",
292
            "keywords": [
293
                "http",
294
                "message",
295
                "stream",
296
                "uri"
297
            ],
298
            "time": "2015-06-24T19:55:15+00:00"
299
        },
300
        {
301
            "name": "illuminate/contracts",
302
            "version": "v5.0.0",
303
            "source": {
304
                "type": "git",
305
                "url": "https://github.com/illuminate/contracts.git",
306
                "reference": "78f1dba092d5fcb6d3a19537662abe31c4d128fd"
307
            },
308
            "dist": {
309
                "type": "zip",
310
                "url": "https://api.github.com/repos/illuminate/contracts/zipball/78f1dba092d5fcb6d3a19537662abe31c4d128fd",
311
                "reference": "78f1dba092d5fcb6d3a19537662abe31c4d128fd",
312
                "shasum": ""
313
            },
314
            "require": {
315
                "php": ">=5.4.0"
316
            },
317
            "type": "library",
318
            "extra": {
319
                "branch-alias": {
320
                    "dev-master": "5.0-dev"
321
                }
322
            },
323
            "autoload": {
324
                "psr-4": {
325
                    "Illuminate\\Contracts\\": ""
326
                }
327
            },
328
            "notification-url": "https://packagist.org/downloads/",
329
            "license": [
330
                "MIT"
331
            ],
332
            "authors": [
333
                {
334
                    "name": "Taylor Otwell",
335
                    "email": "[email protected]"
336
                }
337
            ],
338
            "description": "The Illuminate Contracts package.",
339
            "time": "2015-01-30T16:27:08+00:00"
340
        },
341
        {
342
            "name": "illuminate/support",
343
            "version": "v5.0.0",
344
            "source": {
345
                "type": "git",
346
                "url": "https://github.com/illuminate/support.git",
347
                "reference": "306ceb305f5b480608d94355ac3a0a730b21a905"
348
            },
349
            "dist": {
350
                "type": "zip",
351
                "url": "https://api.github.com/repos/illuminate/support/zipball/306ceb305f5b480608d94355ac3a0a730b21a905",
352
                "reference": "306ceb305f5b480608d94355ac3a0a730b21a905",
353
                "shasum": ""
354
            },
355
            "require": {
356
                "danielstjules/stringy": "~1.8",
357
                "doctrine/inflector": "~1.0",
358
                "ext-mbstring": "*",
359
                "illuminate/contracts": "5.0.*",
360
                "php": ">=5.4.0"
361
            },
362
            "suggest": {
363
                "jeremeamia/superclosure": "Required to be able to serialize closures (~2.0)."
364
            },
365
            "type": "library",
366
            "extra": {
367
                "branch-alias": {
368
                    "dev-master": "5.0-dev"
369
                }
370
            },
371
            "autoload": {
372
                "psr-4": {
373
                    "Illuminate\\Support\\": ""
374
                },
375
                "files": [
376
                    "helpers.php"
377
                ]
378
            },
379
            "notification-url": "https://packagist.org/downloads/",
380
            "license": [
381
                "MIT"
382
            ],
383
            "authors": [
384
                {
385
                    "name": "Taylor Otwell",
386
                    "email": "[email protected]"
387
                }
388
            ],
389
            "description": "The Illuminate Support package.",
390
            "time": "2015-02-03T22:40:35+00:00"
391
        },
392
        {
393
            "name": "psr/http-message",
394
            "version": "1.0",
395
            "source": {
396
                "type": "git",
397
                "url": "https://github.com/php-fig/http-message.git",
398
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
399
            },
400
            "dist": {
401
                "type": "zip",
402
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
403
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
404
                "shasum": ""
405
            },
406
            "require": {
407
                "php": ">=5.3.0"
408
            },
409
            "type": "library",
410
            "extra": {
411
                "branch-alias": {
412
                    "dev-master": "1.0.x-dev"
413
                }
414
            },
415
            "autoload": {
416
                "psr-4": {
417
                    "Psr\\Http\\Message\\": "src/"
418
                }
419
            },
420
            "notification-url": "https://packagist.org/downloads/",
421
            "license": [
422
                "MIT"
423
            ],
424
            "authors": [
425
                {
426
                    "name": "PHP-FIG",
427
                    "homepage": "http://www.php-fig.org/"
428
                }
429
            ],
430
            "description": "Common interface for HTTP messages",
431
            "keywords": [
432
                "http",
433
                "http-message",
434
                "psr",
435
                "psr-7",
436
                "request",
437
                "response"
438
            ],
439
            "time": "2015-05-04T20:22:00+00:00"
440
        }
441
    ],
442
    "packages-dev": [
443
        {
444
            "name": "doctrine/instantiator",
445
            "version": "1.0.4",
446
            "source": {
447
                "type": "git",
448
                "url": "https://github.com/doctrine/instantiator.git",
449
                "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119"
450
            },
451
            "dist": {
452
                "type": "zip",
453
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f976e5de371104877ebc89bd8fecb0019ed9c119",
454
                "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119",
455
                "shasum": ""
456
            },
457
            "require": {
458
                "php": ">=5.3,<8.0-DEV"
459
            },
460
            "require-dev": {
461
                "athletic/athletic": "~0.1.8",
462
                "ext-pdo": "*",
463
                "ext-phar": "*",
464
                "phpunit/phpunit": "~4.0",
465
                "squizlabs/php_codesniffer": "2.0.*@ALPHA"
466
            },
467
            "type": "library",
468
            "extra": {
469
                "branch-alias": {
470
                    "dev-master": "1.0.x-dev"
471
                }
472
            },
473
            "autoload": {
474
                "psr-0": {
475
                    "Doctrine\\Instantiator\\": "src"
476
                }
477
            },
478
            "notification-url": "https://packagist.org/downloads/",
479
            "license": [
480
                "MIT"
481
            ],
482
            "authors": [
483
                {
484
                    "name": "Marco Pivetta",
485
                    "email": "[email protected]",
486
                    "homepage": "http://ocramius.github.com/"
487
                }
488
            ],
489
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
490
            "homepage": "https://github.com/doctrine/instantiator",
491
            "keywords": [
492
                "constructor",
493
                "instantiate"
494
            ],
495
            "time": "2014-10-13T12:58:55+00:00"
496
        },
497
        {
498
            "name": "graze/standards",
499
            "version": "v2.0.0",
500
            "source": {
501
                "type": "git",
502
                "url": "https://github.com/graze/standards.git",
503
                "reference": "4afc1e28509585f149b2a27c9849ca1ed53c3ee9"
504
            },
505
            "dist": {
506
                "type": "zip",
507
                "url": "https://api.github.com/repos/graze/standards/zipball/4afc1e28509585f149b2a27c9849ca1ed53c3ee9",
508
                "reference": "4afc1e28509585f149b2a27c9849ca1ed53c3ee9",
509
                "shasum": ""
510
            },
511
            "require-dev": {
512
                "squizlabs/php_codesniffer": "^3.0"
513
            },
514
            "type": "library",
515
            "notification-url": "https://packagist.org/downloads/",
516
            "license": [
517
                "MIT"
518
            ],
519
            "authors": [
520
                {
521
                    "name": "Graze Developers",
522
                    "email": "[email protected]"
523
                }
524
            ],
525
            "description": "Graze coding standards",
526
            "homepage": "https://github.com/graze/standards",
527
            "keywords": [
528
                "coding",
529
                "graze",
530
                "standards"
531
            ],
532
            "time": "2017-08-23T09:31:18+00:00"
533
        },
534
        {
535
            "name": "hamcrest/hamcrest-php",
536
            "version": "v1.1.0",
537
            "source": {
538
                "type": "git",
539
                "url": "https://github.com/hamcrest/hamcrest-php.git",
540
                "reference": "6dc849e4a8954177748320d06721d6bc972129eb"
541
            },
542
            "dist": {
543
                "type": "zip",
544
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/6dc849e4a8954177748320d06721d6bc972129eb",
545
                "reference": "6dc849e4a8954177748320d06721d6bc972129eb",
546
                "shasum": ""
547
            },
548
            "require": {
549
                "php": ">=5.3.2"
550
            },
551
            "type": "library",
552
            "autoload": {
553
                "psr-0": {
554
                    "Hamcrest": "hamcrest"
555
                }
556
            },
557
            "notification-url": "https://packagist.org/downloads/",
558
            "license": [
559
                "BSD"
560
            ],
561
            "description": "This is the PHP port of Hamcrest Matchers",
562
            "keywords": [
563
                "test"
564
            ],
565
            "time": "2013-06-01T23:02:01+00:00"
566
        },
567
        {
568
            "name": "mockery/mockery",
569
            "version": "0.9.4",
570
            "source": {
571
                "type": "git",
572
                "url": "https://github.com/mockery/mockery.git",
573
                "reference": "70bba85e4aabc9449626651f48b9018ede04f86b"
574
            },
575
            "dist": {
576
                "type": "zip",
577
                "url": "https://api.github.com/repos/mockery/mockery/zipball/70bba85e4aabc9449626651f48b9018ede04f86b",
578
                "reference": "70bba85e4aabc9449626651f48b9018ede04f86b",
579
                "shasum": ""
580
            },
581
            "require": {
582
                "hamcrest/hamcrest-php": "~1.1",
583
                "lib-pcre": ">=7.0",
584
                "php": ">=5.3.2"
585
            },
586
            "require-dev": {
587
                "phpunit/phpunit": "~4.0"
588
            },
589
            "type": "library",
590
            "extra": {
591
                "branch-alias": {
592
                    "dev-master": "0.9.x-dev"
593
                }
594
            },
595
            "autoload": {
596
                "psr-0": {
597
                    "Mockery": "library/"
598
                }
599
            },
600
            "notification-url": "https://packagist.org/downloads/",
601
            "license": [
602
                "BSD-3-Clause"
603
            ],
604
            "authors": [
605
                {
606
                    "name": "Pádraic Brady",
607
                    "email": "[email protected]",
608
                    "homepage": "http://blog.astrumfutura.com"
609
                },
610
                {
611
                    "name": "Dave Marshall",
612
                    "email": "[email protected]",
613
                    "homepage": "http://davedevelopment.co.uk"
614
                }
615
            ],
616
            "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
617
            "homepage": "http://github.com/padraic/mockery",
618
            "keywords": [
619
                "BDD",
620
                "TDD",
621
                "library",
622
                "mock",
623
                "mock objects",
624
                "mockery",
625
                "stub",
626
                "test",
627
                "test double",
628
                "testing"
629
            ],
630
            "time": "2015-04-02T19:54:00+00:00"
631
        },
632
        {
633
            "name": "phpunit/php-code-coverage",
634
            "version": "2.0.0",
635
            "source": {
636
                "type": "git",
637
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
638
                "reference": "cbdd64d012c9b8c2e30850abd125001ed5db1eed"
639
            },
640
            "dist": {
641
                "type": "zip",
642
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/cbdd64d012c9b8c2e30850abd125001ed5db1eed",
643
                "reference": "cbdd64d012c9b8c2e30850abd125001ed5db1eed",
644
                "shasum": ""
645
            },
646
            "require": {
647
                "php": ">=5.3.3",
648
                "phpunit/php-file-iterator": "~1.3.1",
649
                "phpunit/php-text-template": "~1.2",
650
                "phpunit/php-token-stream": "~1.1.3",
651
                "sebastian/environment": "~1.0",
652
                "sebastian/version": "~1.0"
653
            },
654
            "require-dev": {
655
                "ext-xdebug": ">=2.1.4",
656
                "phpunit/phpunit": ">=4.0.0,<4.1.0"
657
            },
658
            "suggest": {
659
                "ext-dom": "*",
660
                "ext-xdebug": ">=2.2.1"
661
            },
662
            "type": "library",
663
            "extra": {
664
                "branch-alias": {
665
                    "dev-master": "2.0.x-dev"
666
                }
667
            },
668
            "autoload": {
669
                "classmap": [
670
                    "src/"
671
                ]
672
            },
673
            "notification-url": "https://packagist.org/downloads/",
674
            "include-path": [
675
                ""
676
            ],
677
            "license": [
678
                "BSD-3-Clause"
679
            ],
680
            "authors": [
681
                {
682
                    "name": "Sebastian Bergmann",
683
                    "email": "[email protected]",
684
                    "role": "lead"
685
                }
686
            ],
687
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
688
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
689
            "keywords": [
690
                "coverage",
691
                "testing",
692
                "xunit"
693
            ],
694
            "time": "2014-03-07T06:40:32+00:00"
695
        },
696
        {
697
            "name": "phpunit/php-file-iterator",
698
            "version": "1.3.2",
699
            "source": {
700
                "type": "git",
701
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
702
                "reference": "46b0610951db3a918ee7842bc0d471e72c1d0d46"
703
            },
704
            "dist": {
705
                "type": "zip",
706
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/46b0610951db3a918ee7842bc0d471e72c1d0d46",
707
                "reference": "46b0610951db3a918ee7842bc0d471e72c1d0d46",
708
                "shasum": ""
709
            },
710
            "require": {
711
                "php": ">=5.2.7"
712
            },
713
            "type": "library",
714
            "autoload": {
715
                "files": [
716
                    "File/Iterator/Autoload.php"
717
                ]
718
            },
719
            "notification-url": "https://packagist.org/downloads/",
720
            "include-path": [
721
                ""
722
            ],
723
            "license": [
724
                "BSD-3-Clause"
725
            ],
726
            "authors": [
727
                {
728
                    "name": "Sebastian Bergmann",
729
                    "email": "[email protected]",
730
                    "role": "lead"
731
                }
732
            ],
733
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
734
            "homepage": "http://www.phpunit.de/",
735
            "keywords": [
736
                "filesystem",
737
                "iterator"
738
            ],
739
            "time": "2012-09-22T00:00:00+00:00"
740
        },
741
        {
742
            "name": "phpunit/php-text-template",
743
            "version": "1.2.0",
744
            "source": {
745
                "type": "git",
746
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
747
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
748
            },
749
            "dist": {
750
                "type": "zip",
751
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
752
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
753
                "shasum": ""
754
            },
755
            "require": {
756
                "php": ">=5.3.3"
757
            },
758
            "type": "library",
759
            "autoload": {
760
                "classmap": [
761
                    "Text/"
762
                ]
763
            },
764
            "notification-url": "https://packagist.org/downloads/",
765
            "include-path": [
766
                ""
767
            ],
768
            "license": [
769
                "BSD-3-Clause"
770
            ],
771
            "authors": [
772
                {
773
                    "name": "Sebastian Bergmann",
774
                    "email": "[email protected]",
775
                    "role": "lead"
776
                }
777
            ],
778
            "description": "Simple template engine.",
779
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
780
            "keywords": [
781
                "template"
782
            ],
783
            "time": "2014-01-30T17:20:04+00:00"
784
        },
785
        {
786
            "name": "phpunit/php-timer",
787
            "version": "1.0.3",
788
            "source": {
789
                "type": "git",
790
                "url": "https://github.com/sebastianbergmann/php-timer.git",
791
                "reference": "5175e9bb35fc9cc430973ed83a3d62531c3c8698"
792
            },
793
            "dist": {
794
                "type": "zip",
795
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5175e9bb35fc9cc430973ed83a3d62531c3c8698",
796
                "reference": "5175e9bb35fc9cc430973ed83a3d62531c3c8698",
797
                "shasum": ""
798
            },
799
            "require": {
800
                "php": ">=5.2.7"
801
            },
802
            "type": "library",
803
            "autoload": {
804
                "files": [
805
                    "PHP/Timer/Autoload.php"
806
                ]
807
            },
808
            "notification-url": "https://packagist.org/downloads/",
809
            "include-path": [
810
                ""
811
            ],
812
            "license": [
813
                "BSD-3-Clause"
814
            ],
815
            "authors": [
816
                {
817
                    "name": "Sebastian Bergmann",
818
                    "email": "[email protected]",
819
                    "role": "lead"
820
                }
821
            ],
822
            "description": "Utility class for timing",
823
            "homepage": "http://www.phpunit.de/",
824
            "keywords": [
825
                "timer"
826
            ],
827
            "time": "2012-09-23T00:00:00+00:00"
828
        },
829
        {
830
            "name": "phpunit/php-token-stream",
831
            "version": "1.1.4",
832
            "source": {
833
                "type": "git",
834
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
835
                "reference": "dd11f1b0c071dc46fe711a7dd331db1b2179b9be"
836
            },
837
            "dist": {
838
                "type": "zip",
839
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/dd11f1b0c071dc46fe711a7dd331db1b2179b9be",
840
                "reference": "dd11f1b0c071dc46fe711a7dd331db1b2179b9be",
841
                "shasum": ""
842
            },
843
            "require": {
844
                "ext-tokenizer": "*",
845
                "php": ">=5.2.7"
846
            },
847
            "type": "library",
848
            "autoload": {
849
                "files": [
850
                    "PHP/Token/Stream/Autoload.php"
851
                ]
852
            },
853
            "notification-url": "https://packagist.org/downloads/",
854
            "include-path": [
855
                ""
856
            ],
857
            "license": [
858
                "BSD-3-Clause"
859
            ],
860
            "authors": [
861
                {
862
                    "name": "Sebastian Bergmann",
863
                    "email": "[email protected]",
864
                    "role": "lead"
865
                }
866
            ],
867
            "description": "Wrapper around PHP's tokenizer extension.",
868
            "homepage": "http://www.phpunit.de/",
869
            "keywords": [
870
                "tokenizer"
871
            ],
872
            "time": "2012-09-23T00:00:00+00:00"
873
        },
874
        {
875
            "name": "phpunit/phpunit",
876
            "version": "4.2.0",
877
            "source": {
878
                "type": "git",
879
                "url": "https://github.com/sebastianbergmann/phpunit.git",
880
                "reference": "58db726aa45fe26bca93f692cb3d77e9a46b7830"
881
            },
882
            "dist": {
883
                "type": "zip",
884
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/58db726aa45fe26bca93f692cb3d77e9a46b7830",
885
                "reference": "58db726aa45fe26bca93f692cb3d77e9a46b7830",
886
                "shasum": ""
887
            },
888
            "require": {
889
                "ext-dom": "*",
890
                "ext-json": "*",
891
                "ext-pcre": "*",
892
                "ext-reflection": "*",
893
                "ext-spl": "*",
894
                "php": ">=5.3.3",
895
                "phpunit/php-code-coverage": "~2.0",
896
                "phpunit/php-file-iterator": "~1.3.1",
897
                "phpunit/php-text-template": "~1.2",
898
                "phpunit/php-timer": "~1.0.2",
899
                "phpunit/phpunit-mock-objects": "~2.2",
900
                "sebastian/comparator": "~1.0",
901
                "sebastian/diff": "~1.1",
902
                "sebastian/environment": "~1.0",
903
                "sebastian/exporter": "~1.0",
904
                "sebastian/version": "~1.0",
905
                "symfony/yaml": "~2.0"
906
            },
907
            "suggest": {
908
                "phpunit/php-invoker": "~1.1"
909
            },
910
            "bin": [
911
                "phpunit"
912
            ],
913
            "type": "library",
914
            "extra": {
915
                "branch-alias": {
916
                    "dev-master": "4.2.x-dev"
917
                }
918
            },
919
            "autoload": {
920
                "classmap": [
921
                    "src/"
922
                ]
923
            },
924
            "notification-url": "https://packagist.org/downloads/",
925
            "include-path": [
926
                "",
927
                "../../symfony/yaml/"
928
            ],
929
            "license": [
930
                "BSD-3-Clause"
931
            ],
932
            "authors": [
933
                {
934
                    "name": "Sebastian Bergmann",
935
                    "email": "[email protected]",
936
                    "role": "lead"
937
                }
938
            ],
939
            "description": "The PHP Unit Testing framework.",
940
            "homepage": "http://www.phpunit.de/",
941
            "keywords": [
942
                "phpunit",
943
                "testing",
944
                "xunit"
945
            ],
946
            "time": "2014-08-08T05:13:30+00:00"
947
        },
948
        {
949
            "name": "phpunit/phpunit-mock-objects",
950
            "version": "2.3.0",
951
            "source": {
952
                "type": "git",
953
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
954
                "reference": "c63d2367247365f688544f0d500af90a11a44c65"
955
            },
956
            "dist": {
957
                "type": "zip",
958
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/c63d2367247365f688544f0d500af90a11a44c65",
959
                "reference": "c63d2367247365f688544f0d500af90a11a44c65",
960
                "shasum": ""
961
            },
962
            "require": {
963
                "doctrine/instantiator": "~1.0,>=1.0.1",
964
                "php": ">=5.3.3",
965
                "phpunit/php-text-template": "~1.2"
966
            },
967
            "require-dev": {
968
                "phpunit/phpunit": "~4.3"
969
            },
970
            "suggest": {
971
                "ext-soap": "*"
972
            },
973
            "type": "library",
974
            "extra": {
975
                "branch-alias": {
976
                    "dev-master": "2.3.x-dev"
977
                }
978
            },
979
            "autoload": {
980
                "classmap": [
981
                    "src/"
982
                ]
983
            },
984
            "notification-url": "https://packagist.org/downloads/",
985
            "license": [
986
                "BSD-3-Clause"
987
            ],
988
            "authors": [
989
                {
990
                    "name": "Sebastian Bergmann",
991
                    "email": "[email protected]",
992
                    "role": "lead"
993
                }
994
            ],
995
            "description": "Mock Object library for PHPUnit",
996
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
997
            "keywords": [
998
                "mock",
999
                "xunit"
1000
            ],
1001
            "time": "2014-10-03T05:12:11+00:00"
1002
        },
1003
        {
1004
            "name": "sebastian/comparator",
1005
            "version": "1.0.0",
1006
            "source": {
1007
                "type": "git",
1008
                "url": "https://github.com/sebastianbergmann/comparator.git",
1009
                "reference": "f7069ee51fa9fb6c038e16a9d0e3439f5449dcf2"
1010
            },
1011
            "dist": {
1012
                "type": "zip",
1013
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/f7069ee51fa9fb6c038e16a9d0e3439f5449dcf2",
1014
                "reference": "f7069ee51fa9fb6c038e16a9d0e3439f5449dcf2",
1015
                "shasum": ""
1016
            },
1017
            "require": {
1018
                "php": ">=5.3.3",
1019
                "sebastian/diff": "~1.1",
1020
                "sebastian/exporter": "~1.0"
1021
            },
1022
            "require-dev": {
1023
                "phpunit/phpunit": "~4.1"
1024
            },
1025
            "type": "library",
1026
            "extra": {
1027
                "branch-alias": {
1028
                    "dev-master": "1.0.x-dev"
1029
                }
1030
            },
1031
            "autoload": {
1032
                "classmap": [
1033
                    "src/"
1034
                ]
1035
            },
1036
            "notification-url": "https://packagist.org/downloads/",
1037
            "license": [
1038
                "BSD-3-Clause"
1039
            ],
1040
            "authors": [
1041
                {
1042
                    "name": "Sebastian Bergmann",
1043
                    "email": "[email protected]",
1044
                    "role": "lead"
1045
                },
1046
                {
1047
                    "name": "Jeff Welch",
1048
                    "email": "[email protected]"
1049
                },
1050
                {
1051
                    "name": "Volker Dusch",
1052
                    "email": "[email protected]"
1053
                },
1054
                {
1055
                    "name": "Bernhard Schussek",
1056
                    "email": "[email protected]"
1057
                }
1058
            ],
1059
            "description": "Provides the functionality to compare PHP values for equality",
1060
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1061
            "keywords": [
1062
                "comparator",
1063
                "compare",
1064
                "equality"
1065
            ],
1066
            "time": "2014-05-02T07:05:58+00:00"
1067
        },
1068
        {
1069
            "name": "sebastian/diff",
1070
            "version": "1.1.0",
1071
            "source": {
1072
                "type": "git",
1073
                "url": "https://github.com/sebastianbergmann/diff.git",
1074
                "reference": "1e091702a5a38e6b4c1ba9ca816e3dd343df2e2d"
1075
            },
1076
            "dist": {
1077
                "type": "zip",
1078
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/1e091702a5a38e6b4c1ba9ca816e3dd343df2e2d",
1079
                "reference": "1e091702a5a38e6b4c1ba9ca816e3dd343df2e2d",
1080
                "shasum": ""
1081
            },
1082
            "require": {
1083
                "php": ">=5.3.3"
1084
            },
1085
            "type": "library",
1086
            "extra": {
1087
                "branch-alias": {
1088
                    "dev-master": "1.1-dev"
1089
                }
1090
            },
1091
            "autoload": {
1092
                "classmap": [
1093
                    "src/"
1094
                ]
1095
            },
1096
            "notification-url": "https://packagist.org/downloads/",
1097
            "license": [
1098
                "BSD-3-Clause"
1099
            ],
1100
            "authors": [
1101
                {
1102
                    "name": "Sebastian Bergmann",
1103
                    "email": "[email protected]",
1104
                    "role": "lead"
1105
                },
1106
                {
1107
                    "name": "Kore Nordmann",
1108
                    "email": "[email protected]"
1109
                }
1110
            ],
1111
            "description": "Diff implementation",
1112
            "homepage": "http://www.github.com/sebastianbergmann/diff",
1113
            "keywords": [
1114
                "diff"
1115
            ],
1116
            "time": "2013-08-03T16:46:33+00:00"
1117
        },
1118
        {
1119
            "name": "sebastian/environment",
1120
            "version": "1.0.0",
1121
            "source": {
1122
                "type": "git",
1123
                "url": "https://github.com/sebastianbergmann/environment.git",
1124
                "reference": "79517609ec01139cd7e9fded0dd7ce08c952ef6a"
1125
            },
1126
            "dist": {
1127
                "type": "zip",
1128
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/79517609ec01139cd7e9fded0dd7ce08c952ef6a",
1129
                "reference": "79517609ec01139cd7e9fded0dd7ce08c952ef6a",
1130
                "shasum": ""
1131
            },
1132
            "require": {
1133
                "php": ">=5.3.3"
1134
            },
1135
            "require-dev": {
1136
                "phpunit/phpunit": "4.0.*@dev"
1137
            },
1138
            "type": "library",
1139
            "extra": {
1140
                "branch-alias": {
1141
                    "dev-master": "1.0.x-dev"
1142
                }
1143
            },
1144
            "autoload": {
1145
                "classmap": [
1146
                    "src/"
1147
                ]
1148
            },
1149
            "notification-url": "https://packagist.org/downloads/",
1150
            "license": [
1151
                "BSD-3-Clause"
1152
            ],
1153
            "authors": [
1154
                {
1155
                    "name": "Sebastian Bergmann",
1156
                    "email": "[email protected]",
1157
                    "role": "lead"
1158
                }
1159
            ],
1160
            "description": "Provides functionality to handle HHVM/PHP environments",
1161
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1162
            "keywords": [
1163
                "Xdebug",
1164
                "environment",
1165
                "hhvm"
1166
            ],
1167
            "time": "2014-02-18T16:17:19+00:00"
1168
        },
1169
        {
1170
            "name": "sebastian/exporter",
1171
            "version": "1.0.0",
1172
            "source": {
1173
                "type": "git",
1174
                "url": "https://github.com/sebastianbergmann/exporter.git",
1175
                "reference": "7c801c2db02018e00a91026994eadb9fae51701f"
1176
            },
1177
            "dist": {
1178
                "type": "zip",
1179
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7c801c2db02018e00a91026994eadb9fae51701f",
1180
                "reference": "7c801c2db02018e00a91026994eadb9fae51701f",
1181
                "shasum": ""
1182
            },
1183
            "require": {
1184
                "php": ">=5.3.3"
1185
            },
1186
            "type": "library",
1187
            "extra": {
1188
                "branch-alias": {
1189
                    "dev-master": "1.0.x-dev"
1190
                }
1191
            },
1192
            "autoload": {
1193
                "classmap": [
1194
                    "src/"
1195
                ]
1196
            },
1197
            "notification-url": "https://packagist.org/downloads/",
1198
            "license": [
1199
                "BSD-3-Clause"
1200
            ],
1201
            "authors": [
1202
                {
1203
                    "name": "Sebastian Bergmann",
1204
                    "email": "[email protected]",
1205
                    "role": "lead"
1206
                },
1207
                {
1208
                    "name": "Jeff Welch",
1209
                    "email": "[email protected]"
1210
                },
1211
                {
1212
                    "name": "Volker Dusch",
1213
                    "email": "[email protected]"
1214
                },
1215
                {
1216
                    "name": "Adam Harvey",
1217
                    "email": "[email protected]",
1218
                    "role": "Lead"
1219
                },
1220
                {
1221
                    "name": "Bernhard Schussek",
1222
                    "email": "[email protected]"
1223
                }
1224
            ],
1225
            "description": "Provides the functionality to export PHP variables for visualization",
1226
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1227
            "keywords": [
1228
                "export",
1229
                "exporter"
1230
            ],
1231
            "time": "2013-07-09T05:47:49+00:00"
1232
        },
1233
        {
1234
            "name": "sebastian/version",
1235
            "version": "1.0.0",
1236
            "source": {
1237
                "type": "git",
1238
                "url": "https://github.com/sebastianbergmann/version.git",
1239
                "reference": "16b021aed448b654ae05846e394e057e9a6f04cb"
1240
            },
1241
            "dist": {
1242
                "type": "zip",
1243
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/16b021aed448b654ae05846e394e057e9a6f04cb",
1244
                "reference": "16b021aed448b654ae05846e394e057e9a6f04cb",
1245
                "shasum": ""
1246
            },
1247
            "type": "library",
1248
            "autoload": {
1249
                "classmap": [
1250
                    "src/"
1251
                ]
1252
            },
1253
            "notification-url": "https://packagist.org/downloads/",
1254
            "license": [
1255
                "BSD-3-Clause"
1256
            ],
1257
            "authors": [
1258
                {
1259
                    "name": "Sebastian Bergmann",
1260
                    "email": "[email protected]",
1261
                    "role": "lead"
1262
                }
1263
            ],
1264
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1265
            "homepage": "https://github.com/sebastianbergmann/version",
1266
            "time": "2013-01-05T14:27:32+00:00"
1267
        },
1268
        {
1269
            "name": "squizlabs/php_codesniffer",
1270
            "version": "3.0.0",
1271
            "source": {
1272
                "type": "git",
1273
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1274
                "reference": "b95ff2c3b122a3ee4b57d149a57d2afce65522c3"
1275
            },
1276
            "dist": {
1277
                "type": "zip",
1278
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/b95ff2c3b122a3ee4b57d149a57d2afce65522c3",
1279
                "reference": "b95ff2c3b122a3ee4b57d149a57d2afce65522c3",
1280
                "shasum": ""
1281
            },
1282
            "require": {
1283
                "ext-simplexml": "*",
1284
                "ext-tokenizer": "*",
1285
                "ext-xmlwriter": "*",
1286
                "php": ">=5.4.0"
1287
            },
1288
            "require-dev": {
1289
                "phpunit/phpunit": "~4.0"
1290
            },
1291
            "bin": [
1292
                "bin/phpcs",
1293
                "bin/phpcbf"
1294
            ],
1295
            "type": "library",
1296
            "extra": {
1297
                "branch-alias": {
1298
                    "dev-master": "3.x-dev"
1299
                }
1300
            },
1301
            "notification-url": "https://packagist.org/downloads/",
1302
            "license": [
1303
                "BSD-3-Clause"
1304
            ],
1305
            "authors": [
1306
                {
1307
                    "name": "Greg Sherwood",
1308
                    "role": "lead"
1309
                }
1310
            ],
1311
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
1312
            "homepage": "http://www.squizlabs.com/php-codesniffer",
1313
            "keywords": [
1314
                "phpcs",
1315
                "standards"
1316
            ],
1317
            "time": "2017-05-04T00:33:04+00:00"
1318
        },
1319
        {
1320
            "name": "symfony/yaml",
1321
            "version": "2.0.4",
1322
            "source": {
1323
                "type": "git",
1324
                "url": "https://github.com/symfony/yaml.git",
1325
                "reference": "e60c0d68640e662e88d879f0df139e022335a92a"
1326
            },
1327
            "dist": {
1328
                "type": "zip",
1329
                "url": "https://api.github.com/repos/symfony/yaml/zipball/e60c0d68640e662e88d879f0df139e022335a92a",
1330
                "reference": "e60c0d68640e662e88d879f0df139e022335a92a",
1331
                "shasum": ""
1332
            },
1333
            "require": {
1334
                "php": ">=5.3.2"
1335
            },
1336
            "type": "library",
1337
            "notification-url": "https://packagist.org/downloads/",
1338
            "license": [
1339
                "MIT"
1340
            ],
1341
            "authors": [
1342
                {
1343
                    "name": "Symfony Community",
1344
                    "homepage": "http://symfony.com/contributors"
1345
                },
1346
                {
1347
                    "name": "Fabien Potencier",
1348
                    "email": "[email protected]"
1349
                }
1350
            ],
1351
            "description": "Symfony Yaml Component",
1352
            "homepage": "http://symfony.com",
1353
            "time": "2011-09-26T22:55:43+00:00"
1354
        }
1355
    ],
1356
    "aliases": [],
1357
    "minimum-stability": "stable",
1358
    "stability-flags": [],
1359
    "prefer-stable": true,
1360
    "prefer-lowest": true,
1361
    "platform": {
1362
        "php": ">=5.5.0|^7.0"
1363
    },
1364
    "platform-dev": []
1365
}
1366