Issues (1)

Security Analysis    no request data  

This project does not seem to handle request data directly as such no vulnerable execution paths were found.

  Cross-Site Scripting
Cross-Site Scripting enables an attacker to inject code into the response of a web-request that is viewed by other users. It can for example be used to bypass access controls, or even to take over other users' accounts.
  File Exposure
File Exposure allows an attacker to gain access to local files that he should not be able to access. These files can for example include database credentials, or other configuration files.
  File Manipulation
File Manipulation enables an attacker to write custom data to files. This potentially leads to injection of arbitrary code on the server.
  Object Injection
Object Injection enables an attacker to inject an object into PHP code, and can lead to arbitrary code execution, file exposure, or file manipulation attacks.
  Code Injection
Code Injection enables an attacker to execute arbitrary code on the server.
  Response Splitting
Response Splitting can be used to send arbitrary responses.
  File Inclusion
File Inclusion enables an attacker to inject custom files into PHP's file loading mechanism, either explicitly passed to include, or for example via PHP's auto-loading mechanism.
  Command Injection
Command Injection enables an attacker to inject a shell command that is execute with the privileges of the web-server. This can be used to expose sensitive data, or gain access of your server.
  SQL Injection
SQL Injection enables an attacker to execute arbitrary SQL code on your database server gaining access to user data, or manipulating user data.
  XPath Injection
XPath Injection enables an attacker to modify the parts of XML document that are read. If that XML document is for example used for authentication, this can lead to further vulnerabilities similar to SQL Injection.
  LDAP Injection
LDAP Injection enables an attacker to inject LDAP statements potentially granting permission to run unauthorized queries, or modify content inside the LDAP tree.
  Header Injection
  Other Vulnerability
This category comprises other attack vectors such as manipulating the PHP runtime, loading custom extensions, freezing the runtime, or similar.
  Regex Injection
Regex Injection enables an attacker to execute arbitrary code in your PHP process.
  XML Injection
XML Injection enables an attacker to read files on your local filesystem including configuration files, or can be abused to freeze your web-server process.
  Variable Injection
Variable Injection enables an attacker to overwrite program variables with custom data, and can lead to further vulnerabilities.
Unfortunately, the security analysis is currently not available for your project. If you are a non-commercial open-source project, please contact support to gain access.

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