Issues (18)

Security Analysis    not enabled

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 (2 issues)

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 http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "f13716d631b5de938af01c8a9e4304d3",
8
    "packages": [
9
        {
10
            "name": "hampel/json",
11
            "version": "1.0.3",
12
            "source": {
13
                "type": "git",
14
                "url": "https://bitbucket.org/hampel/json.git",
15
                "reference": "2030a1bf263b776e630d4af7564d34327858e33f"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://bitbucket.org/hampel/json/get/2030a1bf263b776e630d4af7564d34327858e33f.zip",
20
                "reference": "2030a1bf263b776e630d4af7564d34327858e33f",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "ext-json": "*",
25
                "php": ">=5.3.0"
26
            },
27
            "require-dev": {
28
                "phpunit/phpunit": "~4.0"
29
            },
30
            "type": "library",
31
            "autoload": {
32
                "psr-4": {
33
                    "Hampel\\Json\\": "src/"
34
                }
35
            },
36
            "notification-url": "https://packagist.org/downloads/",
37
            "license": [
38
                "MIT"
39
            ],
40
            "authors": [
41
                {
42
                    "name": "Simon Hampel",
43
                    "email": "[email protected]",
44
                    "homepage": "http://hampelgroup.com/",
45
                    "role": "Developer"
46
                }
47
            ],
48
            "description": "Wrapper for PHP json functions",
49
            "homepage": "https://bitbucket.org/hampel/json",
50
            "keywords": [
51
                "json"
52
            ],
53
            "time": "2014-07-23 08:18:07"
54
        },
55
        {
56
            "name": "level3/resource",
57
            "version": "v0.0.1",
58
            "source": {
59
                "type": "git",
60
                "url": "https://github.com/level3php/resource.git",
61
                "reference": "8da6cb4a7331c1fa20fc941dc7c91464210f6e9b"
62
            },
63
            "dist": {
64
                "type": "zip",
65
                "url": "https://api.github.com/repos/level3php/resource/zipball/8da6cb4a7331c1fa20fc941dc7c91464210f6e9b",
66
                "reference": "8da6cb4a7331c1fa20fc941dc7c91464210f6e9b",
67
                "shasum": ""
68
            },
69
            "require": {
70
                "hampel/json": "1.0.*",
71
                "php": ">=5.4.0"
72
            },
73
            "require-dev": {
74
                "mockery/mockery": "0.8.0",
75
                "phpunit/phpunit": "3.7.*"
76
            },
77
            "type": "library",
78
            "autoload": {
79
                "psr-0": {
80
                    "Level3\\Resource": "src/"
81
                }
82
            },
83
            "notification-url": "https://packagist.org/downloads/",
84
            "license": [
85
                "MIT"
86
            ],
87
            "authors": [
88
                {
89
                    "name": "Máximo Cuadros Ortiz",
90
                    "email": "[email protected]",
91
                    "homepage": "https://github.com/mcuadros"
92
                }
93
            ],
94
            "description": "Level3 Resource is a library for representing resources and consuming in different hypermedia formats.",
95
            "homepage": "http://github.com/level3php/resource",
96
            "keywords": [
97
                "HATEOAS",
98
                "Siren",
99
                "api",
100
                "consuming",
101
                "hal",
102
                "parser",
103
                "reader",
104
                "rest",
105
                "restful",
106
                "writer"
107
            ],
108
            "time": "2013-11-25 19:05:58"
109
        },
110
        {
111
            "name": "zendframework/zendframework",
0 ignored issues
show
112
            "version": "2.3.3",
113
            "source": {
114
                "type": "git",
115
                "url": "https://github.com/zendframework/zf2.git",
116
                "reference": "88c9b6f566fc1097f64ead155625db9bdfee531e"
117
            },
118
            "dist": {
119
                "type": "zip",
120
                "url": "https://api.github.com/repos/zendframework/zf2/zipball/88c9b6f566fc1097f64ead155625db9bdfee531e",
121
                "reference": "88c9b6f566fc1097f64ead155625db9bdfee531e",
122
                "shasum": ""
123
            },
124
            "require": {
125
                "php": ">=5.3.23",
126
                "zendframework/zendxml": "~1.0-dev"
127
            },
128
            "replace": {
129
                "zendframework/zend-authentication": "self.version",
130
                "zendframework/zend-barcode": "self.version",
131
                "zendframework/zend-cache": "self.version",
132
                "zendframework/zend-captcha": "self.version",
133
                "zendframework/zend-code": "self.version",
134
                "zendframework/zend-config": "self.version",
135
                "zendframework/zend-console": "self.version",
136
                "zendframework/zend-crypt": "self.version",
137
                "zendframework/zend-db": "self.version",
138
                "zendframework/zend-debug": "self.version",
139
                "zendframework/zend-di": "self.version",
140
                "zendframework/zend-dom": "self.version",
141
                "zendframework/zend-escaper": "self.version",
142
                "zendframework/zend-eventmanager": "self.version",
143
                "zendframework/zend-feed": "self.version",
144
                "zendframework/zend-file": "self.version",
145
                "zendframework/zend-filter": "self.version",
146
                "zendframework/zend-form": "self.version",
147
                "zendframework/zend-http": "self.version",
148
                "zendframework/zend-i18n": "self.version",
149
                "zendframework/zend-inputfilter": "self.version",
150
                "zendframework/zend-json": "self.version",
151
                "zendframework/zend-ldap": "self.version",
152
                "zendframework/zend-loader": "self.version",
153
                "zendframework/zend-log": "self.version",
154
                "zendframework/zend-mail": "self.version",
155
                "zendframework/zend-math": "self.version",
156
                "zendframework/zend-memory": "self.version",
157
                "zendframework/zend-mime": "self.version",
158
                "zendframework/zend-modulemanager": "self.version",
159
                "zendframework/zend-mvc": "self.version",
160
                "zendframework/zend-navigation": "self.version",
161
                "zendframework/zend-paginator": "self.version",
162
                "zendframework/zend-permissions-acl": "self.version",
163
                "zendframework/zend-permissions-rbac": "self.version",
164
                "zendframework/zend-progressbar": "self.version",
165
                "zendframework/zend-resources": "self.version",
166
                "zendframework/zend-serializer": "self.version",
167
                "zendframework/zend-server": "self.version",
168
                "zendframework/zend-servicemanager": "self.version",
169
                "zendframework/zend-session": "self.version",
170
                "zendframework/zend-soap": "self.version",
171
                "zendframework/zend-stdlib": "self.version",
172
                "zendframework/zend-tag": "self.version",
173
                "zendframework/zend-test": "self.version",
174
                "zendframework/zend-text": "self.version",
175
                "zendframework/zend-uri": "self.version",
176
                "zendframework/zend-validator": "self.version",
177
                "zendframework/zend-version": "self.version",
178
                "zendframework/zend-view": "self.version",
179
                "zendframework/zend-xmlrpc": "self.version"
180
            },
181
            "require-dev": {
182
                "doctrine/annotations": ">=1.0",
183
                "fabpot/php-cs-fixer": "dev-master#fcbb09b5204",
184
                "ircmaxell/random-lib": "dev-master",
185
                "ircmaxell/security-lib": "dev-master",
186
                "mikey179/vfsstream": "1.2.*",
187
                "phpunit/phpunit": "3.7.*",
188
                "satooshi/php-coveralls": "dev-master",
189
                "sebastianbergmann/phpcov": "1.1.0"
190
            },
191
            "suggest": {
192
                "doctrine/annotations": "Doctrine Annotations >=1.0 for annotation features",
193
                "ext-intl": "ext/intl for i18n features (included in default builds of PHP)",
194
                "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable",
195
                "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services",
196
                "zendframework/zendpdf": "ZendPdf for creating PDF representations of barcodes",
197
                "zendframework/zendservice-recaptcha": "ZendService\\ReCaptcha for rendering ReCaptchas in Zend\\Captcha and/or Zend\\Form"
198
            },
199
            "bin": [
200
                "bin/classmap_generator.php",
201
                "bin/pluginmap_generator.php",
202
                "bin/templatemap_generator.php"
203
            ],
204
            "type": "library",
205
            "extra": {
206
                "branch-alias": {
207
                    "dev-master": "2.3-dev",
208
                    "dev-develop": "2.4-dev"
209
                }
210
            },
211
            "autoload": {
212
                "psr-0": {
213
                    "Zend\\": "library/"
214
                }
215
            },
216
            "notification-url": "https://packagist.org/downloads/",
217
            "license": [
218
                "BSD-3-Clause"
219
            ],
220
            "description": "Zend Framework 2",
221
            "homepage": "http://framework.zend.com/",
222
            "keywords": [
223
                "framework",
224
                "zf2"
225
            ],
226
            "time": "2014-09-16 22:58:11"
227
        },
228
        {
229
            "name": "zendframework/zendxml",
0 ignored issues
show
There is a security advisory for your installed version of zendframework/zendxml:

XXE/XEE vector when using ZendXml on multibyte payloads
Loading history...
230
            "version": "1.0.0",
231
            "source": {
232
                "type": "git",
233
                "url": "https://github.com/zendframework/ZendXml.git",
234
                "reference": "559b34f426d33a11c3db118e00ce14bb8dc64e5f"
235
            },
236
            "dist": {
237
                "type": "zip",
238
                "url": "https://api.github.com/repos/zendframework/ZendXml/zipball/559b34f426d33a11c3db118e00ce14bb8dc64e5f",
239
                "reference": "559b34f426d33a11c3db118e00ce14bb8dc64e5f",
240
                "shasum": ""
241
            },
242
            "require": {
243
                "php": ">=5.3.3"
244
            },
245
            "require-dev": {
246
                "fabpot/php-cs-fixer": "*@dev",
247
                "phpunit/phpunit": "~3.7"
248
            },
249
            "type": "library",
250
            "extra": {
251
                "branch-alias": {
252
                    "dev-master": "1.0-dev"
253
                }
254
            },
255
            "autoload": {
256
                "psr-0": {
257
                    "ZendXml": "library/"
258
                }
259
            },
260
            "notification-url": "https://packagist.org/downloads/",
261
            "license": [
262
                "BSD-3-Clause"
263
            ],
264
            "description": "Utility library for XML usage, best practices, and security in PHP",
265
            "homepage": "http://packages.zendframework.com/",
266
            "keywords": [
267
                "security",
268
                "xml",
269
                "zf2"
270
            ],
271
            "time": "2014-03-05 22:25:44"
272
        }
273
    ],
274
    "packages-dev": [
275
        {
276
            "name": "doctrine/instantiator",
277
            "version": "1.0.4",
278
            "source": {
279
                "type": "git",
280
                "url": "https://github.com/doctrine/instantiator.git",
281
                "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119"
282
            },
283
            "dist": {
284
                "type": "zip",
285
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f976e5de371104877ebc89bd8fecb0019ed9c119",
286
                "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119",
287
                "shasum": ""
288
            },
289
            "require": {
290
                "php": ">=5.3,<8.0-DEV"
291
            },
292
            "require-dev": {
293
                "athletic/athletic": "~0.1.8",
294
                "ext-pdo": "*",
295
                "ext-phar": "*",
296
                "phpunit/phpunit": "~4.0",
297
                "squizlabs/php_codesniffer": "2.0.*@ALPHA"
298
            },
299
            "type": "library",
300
            "extra": {
301
                "branch-alias": {
302
                    "dev-master": "1.0.x-dev"
303
                }
304
            },
305
            "autoload": {
306
                "psr-0": {
307
                    "Doctrine\\Instantiator\\": "src"
308
                }
309
            },
310
            "notification-url": "https://packagist.org/downloads/",
311
            "license": [
312
                "MIT"
313
            ],
314
            "authors": [
315
                {
316
                    "name": "Marco Pivetta",
317
                    "email": "[email protected]",
318
                    "homepage": "http://ocramius.github.com/"
319
                }
320
            ],
321
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
322
            "homepage": "https://github.com/doctrine/instantiator",
323
            "keywords": [
324
                "constructor",
325
                "instantiate"
326
            ],
327
            "time": "2014-10-13 12:58:55"
328
        },
329
        {
330
            "name": "fabpot/php-cs-fixer",
331
            "version": "v0.4.0",
332
            "source": {
333
                "type": "git",
334
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
335
                "reference": "ff49782b0d87007ec675216f3677644778489d7a"
336
            },
337
            "dist": {
338
                "type": "zip",
339
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/ff49782b0d87007ec675216f3677644778489d7a",
340
                "reference": "ff49782b0d87007ec675216f3677644778489d7a",
341
                "shasum": ""
342
            },
343
            "require": {
344
                "php": ">=5.3.6",
345
                "sebastian/diff": "1.1.*",
346
                "symfony/console": "~2.1",
347
                "symfony/filesystem": "~2.1",
348
                "symfony/finder": "~2.1"
349
            },
350
            "bin": [
351
                "php-cs-fixer"
352
            ],
353
            "type": "application",
354
            "extra": {
355
                "branch-alias": {
356
                    "dev-master": "0.4.x-dev"
357
                }
358
            },
359
            "autoload": {
360
                "psr-0": {
361
                    "Symfony\\CS": "."
362
                }
363
            },
364
            "notification-url": "https://packagist.org/downloads/",
365
            "license": [
366
                "MIT"
367
            ],
368
            "authors": [
369
                {
370
                    "name": "Fabien Potencier",
371
                    "email": "[email protected]"
372
                }
373
            ],
374
            "description": "A script to automatically fix Symfony Coding Standard",
375
            "time": "2014-01-07 09:13:46"
376
        },
377
        {
378
            "name": "phpunit/php-code-coverage",
379
            "version": "2.0.14",
380
            "source": {
381
                "type": "git",
382
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
383
                "reference": "ca158276c1200cc27f5409a5e338486bc0b4fc94"
384
            },
385
            "dist": {
386
                "type": "zip",
387
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ca158276c1200cc27f5409a5e338486bc0b4fc94",
388
                "reference": "ca158276c1200cc27f5409a5e338486bc0b4fc94",
389
                "shasum": ""
390
            },
391
            "require": {
392
                "php": ">=5.3.3",
393
                "phpunit/php-file-iterator": "~1.3",
394
                "phpunit/php-text-template": "~1.2",
395
                "phpunit/php-token-stream": "~1.3",
396
                "sebastian/environment": "~1.0",
397
                "sebastian/version": "~1.0"
398
            },
399
            "require-dev": {
400
                "ext-xdebug": ">=2.1.4",
401
                "phpunit/phpunit": "~4.1"
402
            },
403
            "suggest": {
404
                "ext-dom": "*",
405
                "ext-xdebug": ">=2.2.1",
406
                "ext-xmlwriter": "*"
407
            },
408
            "type": "library",
409
            "extra": {
410
                "branch-alias": {
411
                    "dev-master": "2.0.x-dev"
412
                }
413
            },
414
            "autoload": {
415
                "classmap": [
416
                    "src/"
417
                ]
418
            },
419
            "notification-url": "https://packagist.org/downloads/",
420
            "include-path": [
421
                ""
422
            ],
423
            "license": [
424
                "BSD-3-Clause"
425
            ],
426
            "authors": [
427
                {
428
                    "name": "Sebastian Bergmann",
429
                    "email": "[email protected]",
430
                    "role": "lead"
431
                }
432
            ],
433
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
434
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
435
            "keywords": [
436
                "coverage",
437
                "testing",
438
                "xunit"
439
            ],
440
            "time": "2014-12-26 13:28:33"
441
        },
442
        {
443
            "name": "phpunit/php-file-iterator",
444
            "version": "1.3.4",
445
            "source": {
446
                "type": "git",
447
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
448
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
449
            },
450
            "dist": {
451
                "type": "zip",
452
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
453
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
454
                "shasum": ""
455
            },
456
            "require": {
457
                "php": ">=5.3.3"
458
            },
459
            "type": "library",
460
            "autoload": {
461
                "classmap": [
462
                    "File/"
463
                ]
464
            },
465
            "notification-url": "https://packagist.org/downloads/",
466
            "include-path": [
467
                ""
468
            ],
469
            "license": [
470
                "BSD-3-Clause"
471
            ],
472
            "authors": [
473
                {
474
                    "name": "Sebastian Bergmann",
475
                    "email": "[email protected]",
476
                    "role": "lead"
477
                }
478
            ],
479
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
480
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
481
            "keywords": [
482
                "filesystem",
483
                "iterator"
484
            ],
485
            "time": "2013-10-10 15:34:57"
486
        },
487
        {
488
            "name": "phpunit/php-text-template",
489
            "version": "1.2.0",
490
            "source": {
491
                "type": "git",
492
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
493
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
494
            },
495
            "dist": {
496
                "type": "zip",
497
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
498
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
499
                "shasum": ""
500
            },
501
            "require": {
502
                "php": ">=5.3.3"
503
            },
504
            "type": "library",
505
            "autoload": {
506
                "classmap": [
507
                    "Text/"
508
                ]
509
            },
510
            "notification-url": "https://packagist.org/downloads/",
511
            "include-path": [
512
                ""
513
            ],
514
            "license": [
515
                "BSD-3-Clause"
516
            ],
517
            "authors": [
518
                {
519
                    "name": "Sebastian Bergmann",
520
                    "email": "[email protected]",
521
                    "role": "lead"
522
                }
523
            ],
524
            "description": "Simple template engine.",
525
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
526
            "keywords": [
527
                "template"
528
            ],
529
            "time": "2014-01-30 17:20:04"
530
        },
531
        {
532
            "name": "phpunit/php-timer",
533
            "version": "1.0.5",
534
            "source": {
535
                "type": "git",
536
                "url": "https://github.com/sebastianbergmann/php-timer.git",
537
                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
538
            },
539
            "dist": {
540
                "type": "zip",
541
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
542
                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
543
                "shasum": ""
544
            },
545
            "require": {
546
                "php": ">=5.3.3"
547
            },
548
            "type": "library",
549
            "autoload": {
550
                "classmap": [
551
                    "PHP/"
552
                ]
553
            },
554
            "notification-url": "https://packagist.org/downloads/",
555
            "include-path": [
556
                ""
557
            ],
558
            "license": [
559
                "BSD-3-Clause"
560
            ],
561
            "authors": [
562
                {
563
                    "name": "Sebastian Bergmann",
564
                    "email": "[email protected]",
565
                    "role": "lead"
566
                }
567
            ],
568
            "description": "Utility class for timing",
569
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
570
            "keywords": [
571
                "timer"
572
            ],
573
            "time": "2013-08-02 07:42:54"
574
        },
575
        {
576
            "name": "phpunit/php-token-stream",
577
            "version": "1.3.0",
578
            "source": {
579
                "type": "git",
580
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
581
                "reference": "f8d5d08c56de5cfd592b3340424a81733259a876"
582
            },
583
            "dist": {
584
                "type": "zip",
585
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/f8d5d08c56de5cfd592b3340424a81733259a876",
586
                "reference": "f8d5d08c56de5cfd592b3340424a81733259a876",
587
                "shasum": ""
588
            },
589
            "require": {
590
                "ext-tokenizer": "*",
591
                "php": ">=5.3.3"
592
            },
593
            "require-dev": {
594
                "phpunit/phpunit": "~4.2"
595
            },
596
            "type": "library",
597
            "extra": {
598
                "branch-alias": {
599
                    "dev-master": "1.3-dev"
600
                }
601
            },
602
            "autoload": {
603
                "classmap": [
604
                    "src/"
605
                ]
606
            },
607
            "notification-url": "https://packagist.org/downloads/",
608
            "license": [
609
                "BSD-3-Clause"
610
            ],
611
            "authors": [
612
                {
613
                    "name": "Sebastian Bergmann",
614
                    "email": "[email protected]"
615
                }
616
            ],
617
            "description": "Wrapper around PHP's tokenizer extension.",
618
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
619
            "keywords": [
620
                "tokenizer"
621
            ],
622
            "time": "2014-08-31 06:12:13"
623
        },
624
        {
625
            "name": "phpunit/phpunit",
626
            "version": "4.4.1",
627
            "source": {
628
                "type": "git",
629
                "url": "https://github.com/sebastianbergmann/phpunit.git",
630
                "reference": "6a5e49a86ce5e33b8d0657abe145057fc513543a"
631
            },
632
            "dist": {
633
                "type": "zip",
634
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6a5e49a86ce5e33b8d0657abe145057fc513543a",
635
                "reference": "6a5e49a86ce5e33b8d0657abe145057fc513543a",
636
                "shasum": ""
637
            },
638
            "require": {
639
                "ext-dom": "*",
640
                "ext-json": "*",
641
                "ext-pcre": "*",
642
                "ext-reflection": "*",
643
                "ext-spl": "*",
644
                "php": ">=5.3.3",
645
                "phpunit/php-code-coverage": "~2.0",
646
                "phpunit/php-file-iterator": "~1.3.2",
647
                "phpunit/php-text-template": "~1.2",
648
                "phpunit/php-timer": "~1.0.2",
649
                "phpunit/phpunit-mock-objects": "~2.3",
650
                "sebastian/comparator": "~1.0",
651
                "sebastian/diff": "~1.1",
652
                "sebastian/environment": "~1.1",
653
                "sebastian/exporter": "~1.0",
654
                "sebastian/global-state": "~1.0",
655
                "sebastian/version": "~1.0",
656
                "symfony/yaml": "~2.0"
657
            },
658
            "suggest": {
659
                "phpunit/php-invoker": "~1.1"
660
            },
661
            "bin": [
662
                "phpunit"
663
            ],
664
            "type": "library",
665
            "extra": {
666
                "branch-alias": {
667
                    "dev-master": "4.4.x-dev"
668
                }
669
            },
670
            "autoload": {
671
                "classmap": [
672
                    "src/"
673
                ]
674
            },
675
            "notification-url": "https://packagist.org/downloads/",
676
            "license": [
677
                "BSD-3-Clause"
678
            ],
679
            "authors": [
680
                {
681
                    "name": "Sebastian Bergmann",
682
                    "email": "[email protected]",
683
                    "role": "lead"
684
                }
685
            ],
686
            "description": "The PHP Unit Testing framework.",
687
            "homepage": "https://phpunit.de/",
688
            "keywords": [
689
                "phpunit",
690
                "testing",
691
                "xunit"
692
            ],
693
            "time": "2014-12-28 07:57:05"
694
        },
695
        {
696
            "name": "phpunit/phpunit-mock-objects",
697
            "version": "2.3.0",
698
            "source": {
699
                "type": "git",
700
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
701
                "reference": "c63d2367247365f688544f0d500af90a11a44c65"
702
            },
703
            "dist": {
704
                "type": "zip",
705
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/c63d2367247365f688544f0d500af90a11a44c65",
706
                "reference": "c63d2367247365f688544f0d500af90a11a44c65",
707
                "shasum": ""
708
            },
709
            "require": {
710
                "doctrine/instantiator": "~1.0,>=1.0.1",
711
                "php": ">=5.3.3",
712
                "phpunit/php-text-template": "~1.2"
713
            },
714
            "require-dev": {
715
                "phpunit/phpunit": "~4.3"
716
            },
717
            "suggest": {
718
                "ext-soap": "*"
719
            },
720
            "type": "library",
721
            "extra": {
722
                "branch-alias": {
723
                    "dev-master": "2.3.x-dev"
724
                }
725
            },
726
            "autoload": {
727
                "classmap": [
728
                    "src/"
729
                ]
730
            },
731
            "notification-url": "https://packagist.org/downloads/",
732
            "license": [
733
                "BSD-3-Clause"
734
            ],
735
            "authors": [
736
                {
737
                    "name": "Sebastian Bergmann",
738
                    "email": "[email protected]",
739
                    "role": "lead"
740
                }
741
            ],
742
            "description": "Mock Object library for PHPUnit",
743
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
744
            "keywords": [
745
                "mock",
746
                "xunit"
747
            ],
748
            "time": "2014-10-03 05:12:11"
749
        },
750
        {
751
            "name": "sebastian/comparator",
752
            "version": "1.1.0",
753
            "source": {
754
                "type": "git",
755
                "url": "https://github.com/sebastianbergmann/comparator.git",
756
                "reference": "c484a80f97573ab934e37826dba0135a3301b26a"
757
            },
758
            "dist": {
759
                "type": "zip",
760
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/c484a80f97573ab934e37826dba0135a3301b26a",
761
                "reference": "c484a80f97573ab934e37826dba0135a3301b26a",
762
                "shasum": ""
763
            },
764
            "require": {
765
                "php": ">=5.3.3",
766
                "sebastian/diff": "~1.1",
767
                "sebastian/exporter": "~1.0"
768
            },
769
            "require-dev": {
770
                "phpunit/phpunit": "~4.1"
771
            },
772
            "type": "library",
773
            "extra": {
774
                "branch-alias": {
775
                    "dev-master": "1.1.x-dev"
776
                }
777
            },
778
            "autoload": {
779
                "classmap": [
780
                    "src/"
781
                ]
782
            },
783
            "notification-url": "https://packagist.org/downloads/",
784
            "license": [
785
                "BSD-3-Clause"
786
            ],
787
            "authors": [
788
                {
789
                    "name": "Jeff Welch",
790
                    "email": "[email protected]"
791
                },
792
                {
793
                    "name": "Volker Dusch",
794
                    "email": "[email protected]"
795
                },
796
                {
797
                    "name": "Bernhard Schussek",
798
                    "email": "[email protected]"
799
                },
800
                {
801
                    "name": "Sebastian Bergmann",
802
                    "email": "[email protected]"
803
                }
804
            ],
805
            "description": "Provides the functionality to compare PHP values for equality",
806
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
807
            "keywords": [
808
                "comparator",
809
                "compare",
810
                "equality"
811
            ],
812
            "time": "2014-11-16 21:32:38"
813
        },
814
        {
815
            "name": "sebastian/diff",
816
            "version": "1.1.0",
817
            "source": {
818
                "type": "git",
819
                "url": "https://github.com/sebastianbergmann/diff.git",
820
                "reference": "1e091702a5a38e6b4c1ba9ca816e3dd343df2e2d"
821
            },
822
            "dist": {
823
                "type": "zip",
824
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/1e091702a5a38e6b4c1ba9ca816e3dd343df2e2d",
825
                "reference": "1e091702a5a38e6b4c1ba9ca816e3dd343df2e2d",
826
                "shasum": ""
827
            },
828
            "require": {
829
                "php": ">=5.3.3"
830
            },
831
            "type": "library",
832
            "extra": {
833
                "branch-alias": {
834
                    "dev-master": "1.1-dev"
835
                }
836
            },
837
            "autoload": {
838
                "classmap": [
839
                    "src/"
840
                ]
841
            },
842
            "notification-url": "https://packagist.org/downloads/",
843
            "license": [
844
                "BSD-3-Clause"
845
            ],
846
            "authors": [
847
                {
848
                    "name": "Sebastian Bergmann",
849
                    "email": "[email protected]",
850
                    "role": "lead"
851
                },
852
                {
853
                    "name": "Kore Nordmann",
854
                    "email": "[email protected]"
855
                }
856
            ],
857
            "description": "Diff implementation",
858
            "homepage": "http://www.github.com/sebastianbergmann/diff",
859
            "keywords": [
860
                "diff"
861
            ],
862
            "time": "2013-08-03 16:46:33"
863
        },
864
        {
865
            "name": "sebastian/environment",
866
            "version": "1.2.1",
867
            "source": {
868
                "type": "git",
869
                "url": "https://github.com/sebastianbergmann/environment.git",
870
                "reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7"
871
            },
872
            "dist": {
873
                "type": "zip",
874
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e6c71d918088c251b181ba8b3088af4ac336dd7",
875
                "reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7",
876
                "shasum": ""
877
            },
878
            "require": {
879
                "php": ">=5.3.3"
880
            },
881
            "require-dev": {
882
                "phpunit/phpunit": "~4.3"
883
            },
884
            "type": "library",
885
            "extra": {
886
                "branch-alias": {
887
                    "dev-master": "1.2.x-dev"
888
                }
889
            },
890
            "autoload": {
891
                "classmap": [
892
                    "src/"
893
                ]
894
            },
895
            "notification-url": "https://packagist.org/downloads/",
896
            "license": [
897
                "BSD-3-Clause"
898
            ],
899
            "authors": [
900
                {
901
                    "name": "Sebastian Bergmann",
902
                    "email": "[email protected]"
903
                }
904
            ],
905
            "description": "Provides functionality to handle HHVM/PHP environments",
906
            "homepage": "http://www.github.com/sebastianbergmann/environment",
907
            "keywords": [
908
                "Xdebug",
909
                "environment",
910
                "hhvm"
911
            ],
912
            "time": "2014-10-25 08:00:45"
913
        },
914
        {
915
            "name": "sebastian/exporter",
916
            "version": "1.0.2",
917
            "source": {
918
                "type": "git",
919
                "url": "https://github.com/sebastianbergmann/exporter.git",
920
                "reference": "c7d59948d6e82818e1bdff7cadb6c34710eb7dc0"
921
            },
922
            "dist": {
923
                "type": "zip",
924
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/c7d59948d6e82818e1bdff7cadb6c34710eb7dc0",
925
                "reference": "c7d59948d6e82818e1bdff7cadb6c34710eb7dc0",
926
                "shasum": ""
927
            },
928
            "require": {
929
                "php": ">=5.3.3"
930
            },
931
            "require-dev": {
932
                "phpunit/phpunit": "~4.0"
933
            },
934
            "type": "library",
935
            "extra": {
936
                "branch-alias": {
937
                    "dev-master": "1.0.x-dev"
938
                }
939
            },
940
            "autoload": {
941
                "classmap": [
942
                    "src/"
943
                ]
944
            },
945
            "notification-url": "https://packagist.org/downloads/",
946
            "license": [
947
                "BSD-3-Clause"
948
            ],
949
            "authors": [
950
                {
951
                    "name": "Jeff Welch",
952
                    "email": "[email protected]"
953
                },
954
                {
955
                    "name": "Volker Dusch",
956
                    "email": "[email protected]"
957
                },
958
                {
959
                    "name": "Bernhard Schussek",
960
                    "email": "[email protected]"
961
                },
962
                {
963
                    "name": "Sebastian Bergmann",
964
                    "email": "[email protected]"
965
                },
966
                {
967
                    "name": "Adam Harvey",
968
                    "email": "[email protected]"
969
                }
970
            ],
971
            "description": "Provides the functionality to export PHP variables for visualization",
972
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
973
            "keywords": [
974
                "export",
975
                "exporter"
976
            ],
977
            "time": "2014-09-10 00:51:36"
978
        },
979
        {
980
            "name": "sebastian/global-state",
981
            "version": "1.0.0",
982
            "source": {
983
                "type": "git",
984
                "url": "https://github.com/sebastianbergmann/global-state.git",
985
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
986
            },
987
            "dist": {
988
                "type": "zip",
989
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
990
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
991
                "shasum": ""
992
            },
993
            "require": {
994
                "php": ">=5.3.3"
995
            },
996
            "require-dev": {
997
                "phpunit/phpunit": "~4.2"
998
            },
999
            "suggest": {
1000
                "ext-uopz": "*"
1001
            },
1002
            "type": "library",
1003
            "extra": {
1004
                "branch-alias": {
1005
                    "dev-master": "1.0-dev"
1006
                }
1007
            },
1008
            "autoload": {
1009
                "classmap": [
1010
                    "src/"
1011
                ]
1012
            },
1013
            "notification-url": "https://packagist.org/downloads/",
1014
            "license": [
1015
                "BSD-3-Clause"
1016
            ],
1017
            "authors": [
1018
                {
1019
                    "name": "Sebastian Bergmann",
1020
                    "email": "[email protected]"
1021
                }
1022
            ],
1023
            "description": "Snapshotting of global state",
1024
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1025
            "keywords": [
1026
                "global state"
1027
            ],
1028
            "time": "2014-10-06 09:23:50"
1029
        },
1030
        {
1031
            "name": "sebastian/version",
1032
            "version": "1.0.4",
1033
            "source": {
1034
                "type": "git",
1035
                "url": "https://github.com/sebastianbergmann/version.git",
1036
                "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b"
1037
            },
1038
            "dist": {
1039
                "type": "zip",
1040
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/a77d9123f8e809db3fbdea15038c27a95da4058b",
1041
                "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b",
1042
                "shasum": ""
1043
            },
1044
            "type": "library",
1045
            "autoload": {
1046
                "classmap": [
1047
                    "src/"
1048
                ]
1049
            },
1050
            "notification-url": "https://packagist.org/downloads/",
1051
            "license": [
1052
                "BSD-3-Clause"
1053
            ],
1054
            "authors": [
1055
                {
1056
                    "name": "Sebastian Bergmann",
1057
                    "email": "[email protected]",
1058
                    "role": "lead"
1059
                }
1060
            ],
1061
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1062
            "homepage": "https://github.com/sebastianbergmann/version",
1063
            "time": "2014-12-15 14:25:24"
1064
        },
1065
        {
1066
            "name": "symfony/console",
1067
            "version": "v2.6.3",
1068
            "target-dir": "Symfony/Component/Console",
1069
            "source": {
1070
                "type": "git",
1071
                "url": "https://github.com/symfony/Console.git",
1072
                "reference": "6ac6491ff60c0e5a941db3ccdc75a07adbb61476"
1073
            },
1074
            "dist": {
1075
                "type": "zip",
1076
                "url": "https://api.github.com/repos/symfony/Console/zipball/6ac6491ff60c0e5a941db3ccdc75a07adbb61476",
1077
                "reference": "6ac6491ff60c0e5a941db3ccdc75a07adbb61476",
1078
                "shasum": ""
1079
            },
1080
            "require": {
1081
                "php": ">=5.3.3"
1082
            },
1083
            "require-dev": {
1084
                "psr/log": "~1.0",
1085
                "symfony/event-dispatcher": "~2.1",
1086
                "symfony/process": "~2.1"
1087
            },
1088
            "suggest": {
1089
                "psr/log": "For using the console logger",
1090
                "symfony/event-dispatcher": "",
1091
                "symfony/process": ""
1092
            },
1093
            "type": "library",
1094
            "extra": {
1095
                "branch-alias": {
1096
                    "dev-master": "2.6-dev"
1097
                }
1098
            },
1099
            "autoload": {
1100
                "psr-0": {
1101
                    "Symfony\\Component\\Console\\": ""
1102
                }
1103
            },
1104
            "notification-url": "https://packagist.org/downloads/",
1105
            "license": [
1106
                "MIT"
1107
            ],
1108
            "authors": [
1109
                {
1110
                    "name": "Symfony Community",
1111
                    "homepage": "http://symfony.com/contributors"
1112
                },
1113
                {
1114
                    "name": "Fabien Potencier",
1115
                    "email": "[email protected]"
1116
                }
1117
            ],
1118
            "description": "Symfony Console Component",
1119
            "homepage": "http://symfony.com",
1120
            "time": "2015-01-06 17:50:02"
1121
        },
1122
        {
1123
            "name": "symfony/filesystem",
1124
            "version": "v2.6.3",
1125
            "target-dir": "Symfony/Component/Filesystem",
1126
            "source": {
1127
                "type": "git",
1128
                "url": "https://github.com/symfony/Filesystem.git",
1129
                "reference": "a1f566d1f92e142fa1593f4555d6d89e3044a9b7"
1130
            },
1131
            "dist": {
1132
                "type": "zip",
1133
                "url": "https://api.github.com/repos/symfony/Filesystem/zipball/a1f566d1f92e142fa1593f4555d6d89e3044a9b7",
1134
                "reference": "a1f566d1f92e142fa1593f4555d6d89e3044a9b7",
1135
                "shasum": ""
1136
            },
1137
            "require": {
1138
                "php": ">=5.3.3"
1139
            },
1140
            "type": "library",
1141
            "extra": {
1142
                "branch-alias": {
1143
                    "dev-master": "2.6-dev"
1144
                }
1145
            },
1146
            "autoload": {
1147
                "psr-0": {
1148
                    "Symfony\\Component\\Filesystem\\": ""
1149
                }
1150
            },
1151
            "notification-url": "https://packagist.org/downloads/",
1152
            "license": [
1153
                "MIT"
1154
            ],
1155
            "authors": [
1156
                {
1157
                    "name": "Symfony Community",
1158
                    "homepage": "http://symfony.com/contributors"
1159
                },
1160
                {
1161
                    "name": "Fabien Potencier",
1162
                    "email": "[email protected]"
1163
                }
1164
            ],
1165
            "description": "Symfony Filesystem Component",
1166
            "homepage": "http://symfony.com",
1167
            "time": "2015-01-03 21:13:09"
1168
        },
1169
        {
1170
            "name": "symfony/finder",
1171
            "version": "v2.6.3",
1172
            "target-dir": "Symfony/Component/Finder",
1173
            "source": {
1174
                "type": "git",
1175
                "url": "https://github.com/symfony/Finder.git",
1176
                "reference": "16513333bca64186c01609961a2bb1b95b5e1355"
1177
            },
1178
            "dist": {
1179
                "type": "zip",
1180
                "url": "https://api.github.com/repos/symfony/Finder/zipball/16513333bca64186c01609961a2bb1b95b5e1355",
1181
                "reference": "16513333bca64186c01609961a2bb1b95b5e1355",
1182
                "shasum": ""
1183
            },
1184
            "require": {
1185
                "php": ">=5.3.3"
1186
            },
1187
            "type": "library",
1188
            "extra": {
1189
                "branch-alias": {
1190
                    "dev-master": "2.6-dev"
1191
                }
1192
            },
1193
            "autoload": {
1194
                "psr-0": {
1195
                    "Symfony\\Component\\Finder\\": ""
1196
                }
1197
            },
1198
            "notification-url": "https://packagist.org/downloads/",
1199
            "license": [
1200
                "MIT"
1201
            ],
1202
            "authors": [
1203
                {
1204
                    "name": "Symfony Community",
1205
                    "homepage": "http://symfony.com/contributors"
1206
                },
1207
                {
1208
                    "name": "Fabien Potencier",
1209
                    "email": "[email protected]"
1210
                }
1211
            ],
1212
            "description": "Symfony Finder Component",
1213
            "homepage": "http://symfony.com",
1214
            "time": "2015-01-03 08:01:59"
1215
        },
1216
        {
1217
            "name": "symfony/yaml",
1218
            "version": "v2.6.3",
1219
            "target-dir": "Symfony/Component/Yaml",
1220
            "source": {
1221
                "type": "git",
1222
                "url": "https://github.com/symfony/Yaml.git",
1223
                "reference": "82462a90848a52c2533aa6b598b107d68076b018"
1224
            },
1225
            "dist": {
1226
                "type": "zip",
1227
                "url": "https://api.github.com/repos/symfony/Yaml/zipball/82462a90848a52c2533aa6b598b107d68076b018",
1228
                "reference": "82462a90848a52c2533aa6b598b107d68076b018",
1229
                "shasum": ""
1230
            },
1231
            "require": {
1232
                "php": ">=5.3.3"
1233
            },
1234
            "type": "library",
1235
            "extra": {
1236
                "branch-alias": {
1237
                    "dev-master": "2.6-dev"
1238
                }
1239
            },
1240
            "autoload": {
1241
                "psr-0": {
1242
                    "Symfony\\Component\\Yaml\\": ""
1243
                }
1244
            },
1245
            "notification-url": "https://packagist.org/downloads/",
1246
            "license": [
1247
                "MIT"
1248
            ],
1249
            "authors": [
1250
                {
1251
                    "name": "Symfony Community",
1252
                    "homepage": "http://symfony.com/contributors"
1253
                },
1254
                {
1255
                    "name": "Fabien Potencier",
1256
                    "email": "[email protected]"
1257
                }
1258
            ],
1259
            "description": "Symfony Yaml Component",
1260
            "homepage": "http://symfony.com",
1261
            "time": "2015-01-03 15:33:07"
1262
        }
1263
    ],
1264
    "aliases": [],
1265
    "minimum-stability": "stable",
1266
    "stability-flags": [],
1267
    "prefer-stable": false,
1268
    "prefer-lowest": false,
1269
    "platform": {
1270
        "php": ">=5.4",
1271
        "ext-json": "*",
1272
        "ext-mbstring": "*"
1273
    },
1274
    "platform-dev": []
1275
}
1276