Issues (36)

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)

Severity

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": "9c3746e84330f79b6d6969f6637a06b8",
8
    "packages": [
9
        {
10
            "name": "fabpot/goutte",
11
            "version": "v2.0.4",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/FriendsOfPHP/Goutte.git",
15
                "reference": "0ad3ee6dc2d0aaa832a80041a1e09bf394e99802"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/0ad3ee6dc2d0aaa832a80041a1e09bf394e99802",
20
                "reference": "0ad3ee6dc2d0aaa832a80041a1e09bf394e99802",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "guzzlehttp/guzzle": ">=4,<6",
25
                "php": ">=5.4.0",
26
                "symfony/browser-kit": "~2.1",
27
                "symfony/css-selector": "~2.1",
28
                "symfony/dom-crawler": "~2.1"
29
            },
30
            "type": "application",
31
            "extra": {
32
                "branch-alias": {
33
                    "dev-master": "2.0-dev"
34
                }
35
            },
36
            "autoload": {
37
                "psr-4": {
38
                    "Goutte\\": "Goutte"
39
                }
40
            },
41
            "notification-url": "https://packagist.org/downloads/",
42
            "license": [
43
                "MIT"
44
            ],
45
            "authors": [
46
                {
47
                    "name": "Fabien Potencier",
48
                    "email": "[email protected]"
49
                }
50
            ],
51
            "description": "A simple PHP Web Scraper",
52
            "homepage": "https://github.com/FriendsOfPHP/Goutte",
53
            "keywords": [
54
                "scraper"
55
            ],
56
            "time": "2015-05-05 21:14:57"
57
        },
58
        {
59
            "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...
60
            "version": "5.3.0",
61
            "source": {
62
                "type": "git",
63
                "url": "https://github.com/guzzle/guzzle.git",
64
                "reference": "f3c8c22471cb55475105c14769644a49c3262b93"
65
            },
66
            "dist": {
67
                "type": "zip",
68
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f3c8c22471cb55475105c14769644a49c3262b93",
69
                "reference": "f3c8c22471cb55475105c14769644a49c3262b93",
70
                "shasum": ""
71
            },
72
            "require": {
73
                "guzzlehttp/ringphp": "^1.1",
74
                "php": ">=5.4.0"
75
            },
76
            "require-dev": {
77
                "ext-curl": "*",
78
                "phpunit/phpunit": "^4.0",
79
                "psr/log": "^1.0"
80
            },
81
            "type": "library",
82
            "extra": {
83
                "branch-alias": {
84
                    "dev-master": "5.0-dev"
85
                }
86
            },
87
            "autoload": {
88
                "psr-4": {
89
                    "GuzzleHttp\\": "src/"
90
                }
91
            },
92
            "notification-url": "https://packagist.org/downloads/",
93
            "license": [
94
                "MIT"
95
            ],
96
            "authors": [
97
                {
98
                    "name": "Michael Dowling",
99
                    "email": "[email protected]",
100
                    "homepage": "https://github.com/mtdowling"
101
                }
102
            ],
103
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
104
            "homepage": "http://guzzlephp.org/",
105
            "keywords": [
106
                "client",
107
                "curl",
108
                "framework",
109
                "http",
110
                "http client",
111
                "rest",
112
                "web service"
113
            ],
114
            "time": "2015-05-20 03:47:55"
115
        },
116
        {
117
            "name": "guzzlehttp/ringphp",
118
            "version": "1.1.0",
119
            "source": {
120
                "type": "git",
121
                "url": "https://github.com/guzzle/RingPHP.git",
122
                "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b"
123
            },
124
            "dist": {
125
                "type": "zip",
126
                "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
127
                "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
128
                "shasum": ""
129
            },
130
            "require": {
131
                "guzzlehttp/streams": "~3.0",
132
                "php": ">=5.4.0",
133
                "react/promise": "~2.0"
134
            },
135
            "require-dev": {
136
                "ext-curl": "*",
137
                "phpunit/phpunit": "~4.0"
138
            },
139
            "suggest": {
140
                "ext-curl": "Guzzle will use specific adapters if cURL is present"
141
            },
142
            "type": "library",
143
            "extra": {
144
                "branch-alias": {
145
                    "dev-master": "1.1-dev"
146
                }
147
            },
148
            "autoload": {
149
                "psr-4": {
150
                    "GuzzleHttp\\Ring\\": "src/"
151
                }
152
            },
153
            "notification-url": "https://packagist.org/downloads/",
154
            "license": [
155
                "MIT"
156
            ],
157
            "authors": [
158
                {
159
                    "name": "Michael Dowling",
160
                    "email": "[email protected]",
161
                    "homepage": "https://github.com/mtdowling"
162
                }
163
            ],
164
            "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
165
            "time": "2015-05-20 03:37:09"
166
        },
167
        {
168
            "name": "guzzlehttp/streams",
169
            "version": "3.0.0",
170
            "source": {
171
                "type": "git",
172
                "url": "https://github.com/guzzle/streams.git",
173
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
174
            },
175
            "dist": {
176
                "type": "zip",
177
                "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
178
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
179
                "shasum": ""
180
            },
181
            "require": {
182
                "php": ">=5.4.0"
183
            },
184
            "require-dev": {
185
                "phpunit/phpunit": "~4.0"
186
            },
187
            "type": "library",
188
            "extra": {
189
                "branch-alias": {
190
                    "dev-master": "3.0-dev"
191
                }
192
            },
193
            "autoload": {
194
                "psr-4": {
195
                    "GuzzleHttp\\Stream\\": "src/"
196
                }
197
            },
198
            "notification-url": "https://packagist.org/downloads/",
199
            "license": [
200
                "MIT"
201
            ],
202
            "authors": [
203
                {
204
                    "name": "Michael Dowling",
205
                    "email": "[email protected]",
206
                    "homepage": "https://github.com/mtdowling"
207
                }
208
            ],
209
            "description": "Provides a simple abstraction over streams of data",
210
            "homepage": "http://guzzlephp.org/",
211
            "keywords": [
212
                "Guzzle",
213
                "stream"
214
            ],
215
            "time": "2014-10-12 19:18:40"
216
        },
217
        {
218
            "name": "react/promise",
219
            "version": "v2.2.1",
220
            "source": {
221
                "type": "git",
222
                "url": "https://github.com/reactphp/promise.git",
223
                "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627"
224
            },
225
            "dist": {
226
                "type": "zip",
227
                "url": "https://api.github.com/repos/reactphp/promise/zipball/3b6fca09c7d56321057fa8867c8dbe1abf648627",
228
                "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627",
229
                "shasum": ""
230
            },
231
            "require": {
232
                "php": ">=5.4.0"
233
            },
234
            "type": "library",
235
            "extra": {
236
                "branch-alias": {
237
                    "dev-master": "2.0-dev"
238
                }
239
            },
240
            "autoload": {
241
                "psr-4": {
242
                    "React\\Promise\\": "src/"
243
                },
244
                "files": [
245
                    "src/functions_include.php"
246
                ]
247
            },
248
            "notification-url": "https://packagist.org/downloads/",
249
            "license": [
250
                "MIT"
251
            ],
252
            "authors": [
253
                {
254
                    "name": "Jan Sorgalla",
255
                    "email": "[email protected]"
256
                }
257
            ],
258
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
259
            "time": "2015-07-03 13:48:55"
260
        },
261
        {
262
            "name": "symfony/browser-kit",
263
            "version": "v2.7.3",
264
            "source": {
265
                "type": "git",
266
                "url": "https://github.com/symfony/BrowserKit.git",
267
                "reference": "176905d3d74c2f99e6ab70f4f5a89460532495ae"
268
            },
269
            "dist": {
270
                "type": "zip",
271
                "url": "https://api.github.com/repos/symfony/BrowserKit/zipball/176905d3d74c2f99e6ab70f4f5a89460532495ae",
272
                "reference": "176905d3d74c2f99e6ab70f4f5a89460532495ae",
273
                "shasum": ""
274
            },
275
            "require": {
276
                "php": ">=5.3.9",
277
                "symfony/dom-crawler": "~2.0,>=2.0.5"
278
            },
279
            "require-dev": {
280
                "symfony/css-selector": "~2.0,>=2.0.5",
281
                "symfony/phpunit-bridge": "~2.7",
282
                "symfony/process": "~2.0,>=2.0.5"
283
            },
284
            "suggest": {
285
                "symfony/process": ""
286
            },
287
            "type": "library",
288
            "extra": {
289
                "branch-alias": {
290
                    "dev-master": "2.7-dev"
291
                }
292
            },
293
            "autoload": {
294
                "psr-4": {
295
                    "Symfony\\Component\\BrowserKit\\": ""
296
                }
297
            },
298
            "notification-url": "https://packagist.org/downloads/",
299
            "license": [
300
                "MIT"
301
            ],
302
            "authors": [
303
                {
304
                    "name": "Fabien Potencier",
305
                    "email": "[email protected]"
306
                },
307
                {
308
                    "name": "Symfony Community",
309
                    "homepage": "https://symfony.com/contributors"
310
                }
311
            ],
312
            "description": "Symfony BrowserKit Component",
313
            "homepage": "https://symfony.com",
314
            "time": "2015-07-09 16:07:40"
315
        },
316
        {
317
            "name": "symfony/console",
318
            "version": "v2.7.3",
319
            "source": {
320
                "type": "git",
321
                "url": "https://github.com/symfony/Console.git",
322
                "reference": "d6cf02fe73634c96677e428f840704bfbcaec29e"
323
            },
324
            "dist": {
325
                "type": "zip",
326
                "url": "https://api.github.com/repos/symfony/Console/zipball/d6cf02fe73634c96677e428f840704bfbcaec29e",
327
                "reference": "d6cf02fe73634c96677e428f840704bfbcaec29e",
328
                "shasum": ""
329
            },
330
            "require": {
331
                "php": ">=5.3.9"
332
            },
333
            "require-dev": {
334
                "psr/log": "~1.0",
335
                "symfony/event-dispatcher": "~2.1",
336
                "symfony/phpunit-bridge": "~2.7",
337
                "symfony/process": "~2.1"
338
            },
339
            "suggest": {
340
                "psr/log": "For using the console logger",
341
                "symfony/event-dispatcher": "",
342
                "symfony/process": ""
343
            },
344
            "type": "library",
345
            "extra": {
346
                "branch-alias": {
347
                    "dev-master": "2.7-dev"
348
                }
349
            },
350
            "autoload": {
351
                "psr-4": {
352
                    "Symfony\\Component\\Console\\": ""
353
                }
354
            },
355
            "notification-url": "https://packagist.org/downloads/",
356
            "license": [
357
                "MIT"
358
            ],
359
            "authors": [
360
                {
361
                    "name": "Fabien Potencier",
362
                    "email": "[email protected]"
363
                },
364
                {
365
                    "name": "Symfony Community",
366
                    "homepage": "https://symfony.com/contributors"
367
                }
368
            ],
369
            "description": "Symfony Console Component",
370
            "homepage": "https://symfony.com",
371
            "time": "2015-07-28 15:18:12"
372
        },
373
        {
374
            "name": "symfony/css-selector",
375
            "version": "v2.7.3",
376
            "source": {
377
                "type": "git",
378
                "url": "https://github.com/symfony/CssSelector.git",
379
                "reference": "0b5c07b516226b7dd32afbbc82fe547a469c5092"
380
            },
381
            "dist": {
382
                "type": "zip",
383
                "url": "https://api.github.com/repos/symfony/CssSelector/zipball/0b5c07b516226b7dd32afbbc82fe547a469c5092",
384
                "reference": "0b5c07b516226b7dd32afbbc82fe547a469c5092",
385
                "shasum": ""
386
            },
387
            "require": {
388
                "php": ">=5.3.9"
389
            },
390
            "require-dev": {
391
                "symfony/phpunit-bridge": "~2.7"
392
            },
393
            "type": "library",
394
            "extra": {
395
                "branch-alias": {
396
                    "dev-master": "2.7-dev"
397
                }
398
            },
399
            "autoload": {
400
                "psr-4": {
401
                    "Symfony\\Component\\CssSelector\\": ""
402
                }
403
            },
404
            "notification-url": "https://packagist.org/downloads/",
405
            "license": [
406
                "MIT"
407
            ],
408
            "authors": [
409
                {
410
                    "name": "Jean-François Simon",
411
                    "email": "[email protected]"
412
                },
413
                {
414
                    "name": "Fabien Potencier",
415
                    "email": "[email protected]"
416
                },
417
                {
418
                    "name": "Symfony Community",
419
                    "homepage": "https://symfony.com/contributors"
420
                }
421
            ],
422
            "description": "Symfony CssSelector Component",
423
            "homepage": "https://symfony.com",
424
            "time": "2015-05-15 13:33:16"
425
        },
426
        {
427
            "name": "symfony/dom-crawler",
428
            "version": "v2.7.3",
429
            "source": {
430
                "type": "git",
431
                "url": "https://github.com/symfony/DomCrawler.git",
432
                "reference": "9dabece63182e95c42b06967a0d929a5df78bc35"
433
            },
434
            "dist": {
435
                "type": "zip",
436
                "url": "https://api.github.com/repos/symfony/DomCrawler/zipball/9dabece63182e95c42b06967a0d929a5df78bc35",
437
                "reference": "9dabece63182e95c42b06967a0d929a5df78bc35",
438
                "shasum": ""
439
            },
440
            "require": {
441
                "php": ">=5.3.9"
442
            },
443
            "require-dev": {
444
                "symfony/css-selector": "~2.3",
445
                "symfony/phpunit-bridge": "~2.7"
446
            },
447
            "suggest": {
448
                "symfony/css-selector": ""
449
            },
450
            "type": "library",
451
            "extra": {
452
                "branch-alias": {
453
                    "dev-master": "2.7-dev"
454
                }
455
            },
456
            "autoload": {
457
                "psr-4": {
458
                    "Symfony\\Component\\DomCrawler\\": ""
459
                }
460
            },
461
            "notification-url": "https://packagist.org/downloads/",
462
            "license": [
463
                "MIT"
464
            ],
465
            "authors": [
466
                {
467
                    "name": "Fabien Potencier",
468
                    "email": "[email protected]"
469
                },
470
                {
471
                    "name": "Symfony Community",
472
                    "homepage": "https://symfony.com/contributors"
473
                }
474
            ],
475
            "description": "Symfony DomCrawler Component",
476
            "homepage": "https://symfony.com",
477
            "time": "2015-07-09 16:07:40"
478
        }
479
    ],
480
    "packages-dev": [
481
        {
482
            "name": "doctrine/instantiator",
483
            "version": "1.0.5",
484
            "source": {
485
                "type": "git",
486
                "url": "https://github.com/doctrine/instantiator.git",
487
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
488
            },
489
            "dist": {
490
                "type": "zip",
491
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
492
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
493
                "shasum": ""
494
            },
495
            "require": {
496
                "php": ">=5.3,<8.0-DEV"
497
            },
498
            "require-dev": {
499
                "athletic/athletic": "~0.1.8",
500
                "ext-pdo": "*",
501
                "ext-phar": "*",
502
                "phpunit/phpunit": "~4.0",
503
                "squizlabs/php_codesniffer": "~2.0"
504
            },
505
            "type": "library",
506
            "extra": {
507
                "branch-alias": {
508
                    "dev-master": "1.0.x-dev"
509
                }
510
            },
511
            "autoload": {
512
                "psr-4": {
513
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
514
                }
515
            },
516
            "notification-url": "https://packagist.org/downloads/",
517
            "license": [
518
                "MIT"
519
            ],
520
            "authors": [
521
                {
522
                    "name": "Marco Pivetta",
523
                    "email": "[email protected]",
524
                    "homepage": "http://ocramius.github.com/"
525
                }
526
            ],
527
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
528
            "homepage": "https://github.com/doctrine/instantiator",
529
            "keywords": [
530
                "constructor",
531
                "instantiate"
532
            ],
533
            "time": "2015-06-14 21:17:01"
534
        },
535
        {
536
            "name": "phpdocumentor/reflection-docblock",
537
            "version": "2.0.4",
538
            "source": {
539
                "type": "git",
540
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
541
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
542
            },
543
            "dist": {
544
                "type": "zip",
545
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
546
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
547
                "shasum": ""
548
            },
549
            "require": {
550
                "php": ">=5.3.3"
551
            },
552
            "require-dev": {
553
                "phpunit/phpunit": "~4.0"
554
            },
555
            "suggest": {
556
                "dflydev/markdown": "~1.0",
557
                "erusev/parsedown": "~1.0"
558
            },
559
            "type": "library",
560
            "extra": {
561
                "branch-alias": {
562
                    "dev-master": "2.0.x-dev"
563
                }
564
            },
565
            "autoload": {
566
                "psr-0": {
567
                    "phpDocumentor": [
568
                        "src/"
569
                    ]
570
                }
571
            },
572
            "notification-url": "https://packagist.org/downloads/",
573
            "license": [
574
                "MIT"
575
            ],
576
            "authors": [
577
                {
578
                    "name": "Mike van Riel",
579
                    "email": "[email protected]"
580
                }
581
            ],
582
            "time": "2015-02-03 12:10:50"
583
        },
584
        {
585
            "name": "phpspec/prophecy",
586
            "version": "v1.4.1",
587
            "source": {
588
                "type": "git",
589
                "url": "https://github.com/phpspec/prophecy.git",
590
                "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373"
591
            },
592
            "dist": {
593
                "type": "zip",
594
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
595
                "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
596
                "shasum": ""
597
            },
598
            "require": {
599
                "doctrine/instantiator": "^1.0.2",
600
                "phpdocumentor/reflection-docblock": "~2.0",
601
                "sebastian/comparator": "~1.1"
602
            },
603
            "require-dev": {
604
                "phpspec/phpspec": "~2.0"
605
            },
606
            "type": "library",
607
            "extra": {
608
                "branch-alias": {
609
                    "dev-master": "1.4.x-dev"
610
                }
611
            },
612
            "autoload": {
613
                "psr-0": {
614
                    "Prophecy\\": "src/"
615
                }
616
            },
617
            "notification-url": "https://packagist.org/downloads/",
618
            "license": [
619
                "MIT"
620
            ],
621
            "authors": [
622
                {
623
                    "name": "Konstantin Kudryashov",
624
                    "email": "[email protected]",
625
                    "homepage": "http://everzet.com"
626
                },
627
                {
628
                    "name": "Marcello Duarte",
629
                    "email": "[email protected]"
630
                }
631
            ],
632
            "description": "Highly opinionated mocking framework for PHP 5.3+",
633
            "homepage": "https://github.com/phpspec/prophecy",
634
            "keywords": [
635
                "Double",
636
                "Dummy",
637
                "fake",
638
                "mock",
639
                "spy",
640
                "stub"
641
            ],
642
            "time": "2015-04-27 22:15:08"
643
        },
644
        {
645
            "name": "phpunit/php-code-coverage",
646
            "version": "2.2.2",
647
            "source": {
648
                "type": "git",
649
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
650
                "reference": "2d7c03c0e4e080901b8f33b2897b0577be18a13c"
651
            },
652
            "dist": {
653
                "type": "zip",
654
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2d7c03c0e4e080901b8f33b2897b0577be18a13c",
655
                "reference": "2d7c03c0e4e080901b8f33b2897b0577be18a13c",
656
                "shasum": ""
657
            },
658
            "require": {
659
                "php": ">=5.3.3",
660
                "phpunit/php-file-iterator": "~1.3",
661
                "phpunit/php-text-template": "~1.2",
662
                "phpunit/php-token-stream": "~1.3",
663
                "sebastian/environment": "^1.3.2",
664
                "sebastian/version": "~1.0"
665
            },
666
            "require-dev": {
667
                "ext-xdebug": ">=2.1.4",
668
                "phpunit/phpunit": "~4"
669
            },
670
            "suggest": {
671
                "ext-dom": "*",
672
                "ext-xdebug": ">=2.2.1",
673
                "ext-xmlwriter": "*"
674
            },
675
            "type": "library",
676
            "extra": {
677
                "branch-alias": {
678
                    "dev-master": "2.2.x-dev"
679
                }
680
            },
681
            "autoload": {
682
                "classmap": [
683
                    "src/"
684
                ]
685
            },
686
            "notification-url": "https://packagist.org/downloads/",
687
            "license": [
688
                "BSD-3-Clause"
689
            ],
690
            "authors": [
691
                {
692
                    "name": "Sebastian Bergmann",
693
                    "email": "[email protected]",
694
                    "role": "lead"
695
                }
696
            ],
697
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
698
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
699
            "keywords": [
700
                "coverage",
701
                "testing",
702
                "xunit"
703
            ],
704
            "time": "2015-08-04 03:42:39"
705
        },
706
        {
707
            "name": "phpunit/php-file-iterator",
708
            "version": "1.4.1",
709
            "source": {
710
                "type": "git",
711
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
712
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
713
            },
714
            "dist": {
715
                "type": "zip",
716
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
717
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
718
                "shasum": ""
719
            },
720
            "require": {
721
                "php": ">=5.3.3"
722
            },
723
            "type": "library",
724
            "extra": {
725
                "branch-alias": {
726
                    "dev-master": "1.4.x-dev"
727
                }
728
            },
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": "FilterIterator implementation that filters files based on a list of suffixes.",
746
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
747
            "keywords": [
748
                "filesystem",
749
                "iterator"
750
            ],
751
            "time": "2015-06-21 13:08:43"
752
        },
753
        {
754
            "name": "phpunit/php-text-template",
755
            "version": "1.2.1",
756
            "source": {
757
                "type": "git",
758
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
759
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
760
            },
761
            "dist": {
762
                "type": "zip",
763
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
764
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
765
                "shasum": ""
766
            },
767
            "require": {
768
                "php": ">=5.3.3"
769
            },
770
            "type": "library",
771
            "autoload": {
772
                "classmap": [
773
                    "src/"
774
                ]
775
            },
776
            "notification-url": "https://packagist.org/downloads/",
777
            "license": [
778
                "BSD-3-Clause"
779
            ],
780
            "authors": [
781
                {
782
                    "name": "Sebastian Bergmann",
783
                    "email": "[email protected]",
784
                    "role": "lead"
785
                }
786
            ],
787
            "description": "Simple template engine.",
788
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
789
            "keywords": [
790
                "template"
791
            ],
792
            "time": "2015-06-21 13:50:34"
793
        },
794
        {
795
            "name": "phpunit/php-timer",
796
            "version": "1.0.7",
797
            "source": {
798
                "type": "git",
799
                "url": "https://github.com/sebastianbergmann/php-timer.git",
800
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
801
            },
802
            "dist": {
803
                "type": "zip",
804
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
805
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
806
                "shasum": ""
807
            },
808
            "require": {
809
                "php": ">=5.3.3"
810
            },
811
            "type": "library",
812
            "autoload": {
813
                "classmap": [
814
                    "src/"
815
                ]
816
            },
817
            "notification-url": "https://packagist.org/downloads/",
818
            "license": [
819
                "BSD-3-Clause"
820
            ],
821
            "authors": [
822
                {
823
                    "name": "Sebastian Bergmann",
824
                    "email": "[email protected]",
825
                    "role": "lead"
826
                }
827
            ],
828
            "description": "Utility class for timing",
829
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
830
            "keywords": [
831
                "timer"
832
            ],
833
            "time": "2015-06-21 08:01:12"
834
        },
835
        {
836
            "name": "phpunit/php-token-stream",
837
            "version": "1.4.3",
838
            "source": {
839
                "type": "git",
840
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
841
                "reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9"
842
            },
843
            "dist": {
844
                "type": "zip",
845
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/7a9b0969488c3c54fd62b4d504b3ec758fd005d9",
846
                "reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9",
847
                "shasum": ""
848
            },
849
            "require": {
850
                "ext-tokenizer": "*",
851
                "php": ">=5.3.3"
852
            },
853
            "require-dev": {
854
                "phpunit/phpunit": "~4.2"
855
            },
856
            "type": "library",
857
            "extra": {
858
                "branch-alias": {
859
                    "dev-master": "1.4-dev"
860
                }
861
            },
862
            "autoload": {
863
                "classmap": [
864
                    "src/"
865
                ]
866
            },
867
            "notification-url": "https://packagist.org/downloads/",
868
            "license": [
869
                "BSD-3-Clause"
870
            ],
871
            "authors": [
872
                {
873
                    "name": "Sebastian Bergmann",
874
                    "email": "[email protected]"
875
                }
876
            ],
877
            "description": "Wrapper around PHP's tokenizer extension.",
878
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
879
            "keywords": [
880
                "tokenizer"
881
            ],
882
            "time": "2015-06-19 03:43:16"
883
        },
884
        {
885
            "name": "phpunit/phpunit",
886
            "version": "4.8.3",
887
            "source": {
888
                "type": "git",
889
                "url": "https://github.com/sebastianbergmann/phpunit.git",
890
                "reference": "fd3050e26e3105f416d74c4d33aea659b406c59d"
891
            },
892
            "dist": {
893
                "type": "zip",
894
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fd3050e26e3105f416d74c4d33aea659b406c59d",
895
                "reference": "fd3050e26e3105f416d74c4d33aea659b406c59d",
896
                "shasum": ""
897
            },
898
            "require": {
899
                "ext-dom": "*",
900
                "ext-json": "*",
901
                "ext-pcre": "*",
902
                "ext-reflection": "*",
903
                "ext-spl": "*",
904
                "php": ">=5.3.3",
905
                "phpspec/prophecy": "^1.3.1",
906
                "phpunit/php-code-coverage": "~2.1",
907
                "phpunit/php-file-iterator": "~1.4",
908
                "phpunit/php-text-template": "~1.2",
909
                "phpunit/php-timer": ">=1.0.6",
910
                "phpunit/phpunit-mock-objects": "~2.3",
911
                "sebastian/comparator": "~1.1",
912
                "sebastian/diff": "~1.2",
913
                "sebastian/environment": "~1.3",
914
                "sebastian/exporter": "~1.2",
915
                "sebastian/global-state": "~1.0",
916
                "sebastian/version": "~1.0",
917
                "symfony/yaml": "~2.1|~3.0"
918
            },
919
            "suggest": {
920
                "phpunit/php-invoker": "~1.1"
921
            },
922
            "bin": [
923
                "phpunit"
924
            ],
925
            "type": "library",
926
            "extra": {
927
                "branch-alias": {
928
                    "dev-master": "4.8.x-dev"
929
                }
930
            },
931
            "autoload": {
932
                "classmap": [
933
                    "src/"
934
                ]
935
            },
936
            "notification-url": "https://packagist.org/downloads/",
937
            "license": [
938
                "BSD-3-Clause"
939
            ],
940
            "authors": [
941
                {
942
                    "name": "Sebastian Bergmann",
943
                    "email": "[email protected]",
944
                    "role": "lead"
945
                }
946
            ],
947
            "description": "The PHP Unit Testing framework.",
948
            "homepage": "https://phpunit.de/",
949
            "keywords": [
950
                "phpunit",
951
                "testing",
952
                "xunit"
953
            ],
954
            "time": "2015-08-10 09:16:56"
955
        },
956
        {
957
            "name": "phpunit/phpunit-mock-objects",
958
            "version": "2.3.6",
959
            "source": {
960
                "type": "git",
961
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
962
                "reference": "18dfbcb81d05e2296c0bcddd4db96cade75e6f42"
963
            },
964
            "dist": {
965
                "type": "zip",
966
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/18dfbcb81d05e2296c0bcddd4db96cade75e6f42",
967
                "reference": "18dfbcb81d05e2296c0bcddd4db96cade75e6f42",
968
                "shasum": ""
969
            },
970
            "require": {
971
                "doctrine/instantiator": "~1.0,>=1.0.2",
972
                "php": ">=5.3.3",
973
                "phpunit/php-text-template": "~1.2",
974
                "sebastian/exporter": "~1.2"
975
            },
976
            "require-dev": {
977
                "phpunit/phpunit": "~4.4"
978
            },
979
            "suggest": {
980
                "ext-soap": "*"
981
            },
982
            "type": "library",
983
            "extra": {
984
                "branch-alias": {
985
                    "dev-master": "2.3.x-dev"
986
                }
987
            },
988
            "autoload": {
989
                "classmap": [
990
                    "src/"
991
                ]
992
            },
993
            "notification-url": "https://packagist.org/downloads/",
994
            "license": [
995
                "BSD-3-Clause"
996
            ],
997
            "authors": [
998
                {
999
                    "name": "Sebastian Bergmann",
1000
                    "email": "[email protected]",
1001
                    "role": "lead"
1002
                }
1003
            ],
1004
            "description": "Mock Object library for PHPUnit",
1005
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1006
            "keywords": [
1007
                "mock",
1008
                "xunit"
1009
            ],
1010
            "time": "2015-07-10 06:54:24"
1011
        },
1012
        {
1013
            "name": "sebastian/comparator",
1014
            "version": "1.2.0",
1015
            "source": {
1016
                "type": "git",
1017
                "url": "https://github.com/sebastianbergmann/comparator.git",
1018
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
1019
            },
1020
            "dist": {
1021
                "type": "zip",
1022
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
1023
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
1024
                "shasum": ""
1025
            },
1026
            "require": {
1027
                "php": ">=5.3.3",
1028
                "sebastian/diff": "~1.2",
1029
                "sebastian/exporter": "~1.2"
1030
            },
1031
            "require-dev": {
1032
                "phpunit/phpunit": "~4.4"
1033
            },
1034
            "type": "library",
1035
            "extra": {
1036
                "branch-alias": {
1037
                    "dev-master": "1.2.x-dev"
1038
                }
1039
            },
1040
            "autoload": {
1041
                "classmap": [
1042
                    "src/"
1043
                ]
1044
            },
1045
            "notification-url": "https://packagist.org/downloads/",
1046
            "license": [
1047
                "BSD-3-Clause"
1048
            ],
1049
            "authors": [
1050
                {
1051
                    "name": "Jeff Welch",
1052
                    "email": "[email protected]"
1053
                },
1054
                {
1055
                    "name": "Volker Dusch",
1056
                    "email": "[email protected]"
1057
                },
1058
                {
1059
                    "name": "Bernhard Schussek",
1060
                    "email": "[email protected]"
1061
                },
1062
                {
1063
                    "name": "Sebastian Bergmann",
1064
                    "email": "[email protected]"
1065
                }
1066
            ],
1067
            "description": "Provides the functionality to compare PHP values for equality",
1068
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1069
            "keywords": [
1070
                "comparator",
1071
                "compare",
1072
                "equality"
1073
            ],
1074
            "time": "2015-07-26 15:48:44"
1075
        },
1076
        {
1077
            "name": "sebastian/diff",
1078
            "version": "1.3.0",
1079
            "source": {
1080
                "type": "git",
1081
                "url": "https://github.com/sebastianbergmann/diff.git",
1082
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
1083
            },
1084
            "dist": {
1085
                "type": "zip",
1086
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
1087
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
1088
                "shasum": ""
1089
            },
1090
            "require": {
1091
                "php": ">=5.3.3"
1092
            },
1093
            "require-dev": {
1094
                "phpunit/phpunit": "~4.2"
1095
            },
1096
            "type": "library",
1097
            "extra": {
1098
                "branch-alias": {
1099
                    "dev-master": "1.3-dev"
1100
                }
1101
            },
1102
            "autoload": {
1103
                "classmap": [
1104
                    "src/"
1105
                ]
1106
            },
1107
            "notification-url": "https://packagist.org/downloads/",
1108
            "license": [
1109
                "BSD-3-Clause"
1110
            ],
1111
            "authors": [
1112
                {
1113
                    "name": "Kore Nordmann",
1114
                    "email": "[email protected]"
1115
                },
1116
                {
1117
                    "name": "Sebastian Bergmann",
1118
                    "email": "[email protected]"
1119
                }
1120
            ],
1121
            "description": "Diff implementation",
1122
            "homepage": "http://www.github.com/sebastianbergmann/diff",
1123
            "keywords": [
1124
                "diff"
1125
            ],
1126
            "time": "2015-02-22 15:13:53"
1127
        },
1128
        {
1129
            "name": "sebastian/environment",
1130
            "version": "1.3.2",
1131
            "source": {
1132
                "type": "git",
1133
                "url": "https://github.com/sebastianbergmann/environment.git",
1134
                "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"
1135
            },
1136
            "dist": {
1137
                "type": "zip",
1138
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
1139
                "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",
1140
                "shasum": ""
1141
            },
1142
            "require": {
1143
                "php": ">=5.3.3"
1144
            },
1145
            "require-dev": {
1146
                "phpunit/phpunit": "~4.4"
1147
            },
1148
            "type": "library",
1149
            "extra": {
1150
                "branch-alias": {
1151
                    "dev-master": "1.3.x-dev"
1152
                }
1153
            },
1154
            "autoload": {
1155
                "classmap": [
1156
                    "src/"
1157
                ]
1158
            },
1159
            "notification-url": "https://packagist.org/downloads/",
1160
            "license": [
1161
                "BSD-3-Clause"
1162
            ],
1163
            "authors": [
1164
                {
1165
                    "name": "Sebastian Bergmann",
1166
                    "email": "[email protected]"
1167
                }
1168
            ],
1169
            "description": "Provides functionality to handle HHVM/PHP environments",
1170
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1171
            "keywords": [
1172
                "Xdebug",
1173
                "environment",
1174
                "hhvm"
1175
            ],
1176
            "time": "2015-08-03 06:14:51"
1177
        },
1178
        {
1179
            "name": "sebastian/exporter",
1180
            "version": "1.2.1",
1181
            "source": {
1182
                "type": "git",
1183
                "url": "https://github.com/sebastianbergmann/exporter.git",
1184
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
1185
            },
1186
            "dist": {
1187
                "type": "zip",
1188
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
1189
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
1190
                "shasum": ""
1191
            },
1192
            "require": {
1193
                "php": ">=5.3.3",
1194
                "sebastian/recursion-context": "~1.0"
1195
            },
1196
            "require-dev": {
1197
                "phpunit/phpunit": "~4.4"
1198
            },
1199
            "type": "library",
1200
            "extra": {
1201
                "branch-alias": {
1202
                    "dev-master": "1.2.x-dev"
1203
                }
1204
            },
1205
            "autoload": {
1206
                "classmap": [
1207
                    "src/"
1208
                ]
1209
            },
1210
            "notification-url": "https://packagist.org/downloads/",
1211
            "license": [
1212
                "BSD-3-Clause"
1213
            ],
1214
            "authors": [
1215
                {
1216
                    "name": "Jeff Welch",
1217
                    "email": "[email protected]"
1218
                },
1219
                {
1220
                    "name": "Volker Dusch",
1221
                    "email": "[email protected]"
1222
                },
1223
                {
1224
                    "name": "Bernhard Schussek",
1225
                    "email": "[email protected]"
1226
                },
1227
                {
1228
                    "name": "Sebastian Bergmann",
1229
                    "email": "[email protected]"
1230
                },
1231
                {
1232
                    "name": "Adam Harvey",
1233
                    "email": "[email protected]"
1234
                }
1235
            ],
1236
            "description": "Provides the functionality to export PHP variables for visualization",
1237
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1238
            "keywords": [
1239
                "export",
1240
                "exporter"
1241
            ],
1242
            "time": "2015-06-21 07:55:53"
1243
        },
1244
        {
1245
            "name": "sebastian/global-state",
1246
            "version": "1.0.0",
1247
            "source": {
1248
                "type": "git",
1249
                "url": "https://github.com/sebastianbergmann/global-state.git",
1250
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
1251
            },
1252
            "dist": {
1253
                "type": "zip",
1254
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
1255
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
1256
                "shasum": ""
1257
            },
1258
            "require": {
1259
                "php": ">=5.3.3"
1260
            },
1261
            "require-dev": {
1262
                "phpunit/phpunit": "~4.2"
1263
            },
1264
            "suggest": {
1265
                "ext-uopz": "*"
1266
            },
1267
            "type": "library",
1268
            "extra": {
1269
                "branch-alias": {
1270
                    "dev-master": "1.0-dev"
1271
                }
1272
            },
1273
            "autoload": {
1274
                "classmap": [
1275
                    "src/"
1276
                ]
1277
            },
1278
            "notification-url": "https://packagist.org/downloads/",
1279
            "license": [
1280
                "BSD-3-Clause"
1281
            ],
1282
            "authors": [
1283
                {
1284
                    "name": "Sebastian Bergmann",
1285
                    "email": "[email protected]"
1286
                }
1287
            ],
1288
            "description": "Snapshotting of global state",
1289
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1290
            "keywords": [
1291
                "global state"
1292
            ],
1293
            "time": "2014-10-06 09:23:50"
1294
        },
1295
        {
1296
            "name": "sebastian/recursion-context",
1297
            "version": "1.0.1",
1298
            "source": {
1299
                "type": "git",
1300
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1301
                "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
1302
            },
1303
            "dist": {
1304
                "type": "zip",
1305
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
1306
                "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
1307
                "shasum": ""
1308
            },
1309
            "require": {
1310
                "php": ">=5.3.3"
1311
            },
1312
            "require-dev": {
1313
                "phpunit/phpunit": "~4.4"
1314
            },
1315
            "type": "library",
1316
            "extra": {
1317
                "branch-alias": {
1318
                    "dev-master": "1.0.x-dev"
1319
                }
1320
            },
1321
            "autoload": {
1322
                "classmap": [
1323
                    "src/"
1324
                ]
1325
            },
1326
            "notification-url": "https://packagist.org/downloads/",
1327
            "license": [
1328
                "BSD-3-Clause"
1329
            ],
1330
            "authors": [
1331
                {
1332
                    "name": "Jeff Welch",
1333
                    "email": "[email protected]"
1334
                },
1335
                {
1336
                    "name": "Sebastian Bergmann",
1337
                    "email": "[email protected]"
1338
                },
1339
                {
1340
                    "name": "Adam Harvey",
1341
                    "email": "[email protected]"
1342
                }
1343
            ],
1344
            "description": "Provides functionality to recursively process PHP variables",
1345
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1346
            "time": "2015-06-21 08:04:50"
1347
        },
1348
        {
1349
            "name": "sebastian/version",
1350
            "version": "1.0.6",
1351
            "source": {
1352
                "type": "git",
1353
                "url": "https://github.com/sebastianbergmann/version.git",
1354
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
1355
            },
1356
            "dist": {
1357
                "type": "zip",
1358
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1359
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1360
                "shasum": ""
1361
            },
1362
            "type": "library",
1363
            "autoload": {
1364
                "classmap": [
1365
                    "src/"
1366
                ]
1367
            },
1368
            "notification-url": "https://packagist.org/downloads/",
1369
            "license": [
1370
                "BSD-3-Clause"
1371
            ],
1372
            "authors": [
1373
                {
1374
                    "name": "Sebastian Bergmann",
1375
                    "email": "[email protected]",
1376
                    "role": "lead"
1377
                }
1378
            ],
1379
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1380
            "homepage": "https://github.com/sebastianbergmann/version",
1381
            "time": "2015-06-21 13:59:46"
1382
        },
1383
        {
1384
            "name": "squizlabs/php_codesniffer",
1385
            "version": "2.3.3",
1386
            "source": {
1387
                "type": "git",
1388
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1389
                "reference": "c1a26c729508f73560c1a4f767f60b8ab6b4a666"
1390
            },
1391
            "dist": {
1392
                "type": "zip",
1393
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/c1a26c729508f73560c1a4f767f60b8ab6b4a666",
1394
                "reference": "c1a26c729508f73560c1a4f767f60b8ab6b4a666",
1395
                "shasum": ""
1396
            },
1397
            "require": {
1398
                "ext-tokenizer": "*",
1399
                "ext-xmlwriter": "*",
1400
                "php": ">=5.1.2"
1401
            },
1402
            "bin": [
1403
                "scripts/phpcs",
1404
                "scripts/phpcbf"
1405
            ],
1406
            "type": "library",
1407
            "extra": {
1408
                "branch-alias": {
1409
                    "dev-master": "2.0.x-dev"
1410
                }
1411
            },
1412
            "autoload": {
1413
                "classmap": [
1414
                    "CodeSniffer.php",
1415
                    "CodeSniffer/CLI.php",
1416
                    "CodeSniffer/Exception.php",
1417
                    "CodeSniffer/File.php",
1418
                    "CodeSniffer/Fixer.php",
1419
                    "CodeSniffer/Report.php",
1420
                    "CodeSniffer/Reporting.php",
1421
                    "CodeSniffer/Sniff.php",
1422
                    "CodeSniffer/Tokens.php",
1423
                    "CodeSniffer/Reports/",
1424
                    "CodeSniffer/Tokenizers/",
1425
                    "CodeSniffer/DocGenerators/",
1426
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
1427
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
1428
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
1429
                    "CodeSniffer/Standards/IncorrectPatternException.php",
1430
                    "CodeSniffer/Standards/Generic/Sniffs/",
1431
                    "CodeSniffer/Standards/MySource/Sniffs/",
1432
                    "CodeSniffer/Standards/PEAR/Sniffs/",
1433
                    "CodeSniffer/Standards/PSR1/Sniffs/",
1434
                    "CodeSniffer/Standards/PSR2/Sniffs/",
1435
                    "CodeSniffer/Standards/Squiz/Sniffs/",
1436
                    "CodeSniffer/Standards/Zend/Sniffs/"
1437
                ]
1438
            },
1439
            "notification-url": "https://packagist.org/downloads/",
1440
            "license": [
1441
                "BSD-3-Clause"
1442
            ],
1443
            "authors": [
1444
                {
1445
                    "name": "Greg Sherwood",
1446
                    "role": "lead"
1447
                }
1448
            ],
1449
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
1450
            "homepage": "http://www.squizlabs.com/php-codesniffer",
1451
            "keywords": [
1452
                "phpcs",
1453
                "standards"
1454
            ],
1455
            "time": "2015-06-24 03:16:23"
1456
        },
1457
        {
1458
            "name": "symfony/var-dumper",
1459
            "version": "v2.7.3",
1460
            "source": {
1461
                "type": "git",
1462
                "url": "https://github.com/symfony/var-dumper.git",
1463
                "reference": "e8903ebba5eb019f5886ffce739ea9e3b7519579"
1464
            },
1465
            "dist": {
1466
                "type": "zip",
1467
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/e8903ebba5eb019f5886ffce739ea9e3b7519579",
1468
                "reference": "e8903ebba5eb019f5886ffce739ea9e3b7519579",
1469
                "shasum": ""
1470
            },
1471
            "require": {
1472
                "php": ">=5.3.9"
1473
            },
1474
            "require-dev": {
1475
                "symfony/phpunit-bridge": "~2.7"
1476
            },
1477
            "suggest": {
1478
                "ext-symfony_debug": ""
1479
            },
1480
            "type": "library",
1481
            "extra": {
1482
                "branch-alias": {
1483
                    "dev-master": "2.7-dev"
1484
                }
1485
            },
1486
            "autoload": {
1487
                "files": [
1488
                    "Resources/functions/dump.php"
1489
                ],
1490
                "psr-4": {
1491
                    "Symfony\\Component\\VarDumper\\": ""
1492
                }
1493
            },
1494
            "notification-url": "https://packagist.org/downloads/",
1495
            "license": [
1496
                "MIT"
1497
            ],
1498
            "authors": [
1499
                {
1500
                    "name": "Nicolas Grekas",
1501
                    "email": "[email protected]"
1502
                },
1503
                {
1504
                    "name": "Symfony Community",
1505
                    "homepage": "https://symfony.com/contributors"
1506
                }
1507
            ],
1508
            "description": "Symfony mechanism for exploring and dumping PHP variables",
1509
            "homepage": "https://symfony.com",
1510
            "keywords": [
1511
                "debug",
1512
                "dump"
1513
            ],
1514
            "time": "2015-07-28 15:18:12"
1515
        },
1516
        {
1517
            "name": "symfony/yaml",
1518
            "version": "v2.7.3",
1519
            "source": {
1520
                "type": "git",
1521
                "url": "https://github.com/symfony/Yaml.git",
1522
                "reference": "71340e996171474a53f3d29111d046be4ad8a0ff"
1523
            },
1524
            "dist": {
1525
                "type": "zip",
1526
                "url": "https://api.github.com/repos/symfony/Yaml/zipball/71340e996171474a53f3d29111d046be4ad8a0ff",
1527
                "reference": "71340e996171474a53f3d29111d046be4ad8a0ff",
1528
                "shasum": ""
1529
            },
1530
            "require": {
1531
                "php": ">=5.3.9"
1532
            },
1533
            "require-dev": {
1534
                "symfony/phpunit-bridge": "~2.7"
1535
            },
1536
            "type": "library",
1537
            "extra": {
1538
                "branch-alias": {
1539
                    "dev-master": "2.7-dev"
1540
                }
1541
            },
1542
            "autoload": {
1543
                "psr-4": {
1544
                    "Symfony\\Component\\Yaml\\": ""
1545
                }
1546
            },
1547
            "notification-url": "https://packagist.org/downloads/",
1548
            "license": [
1549
                "MIT"
1550
            ],
1551
            "authors": [
1552
                {
1553
                    "name": "Fabien Potencier",
1554
                    "email": "[email protected]"
1555
                },
1556
                {
1557
                    "name": "Symfony Community",
1558
                    "homepage": "https://symfony.com/contributors"
1559
                }
1560
            ],
1561
            "description": "Symfony Yaml Component",
1562
            "homepage": "https://symfony.com",
1563
            "time": "2015-07-28 14:07:07"
1564
        }
1565
    ],
1566
    "aliases": [],
1567
    "minimum-stability": "stable",
1568
    "stability-flags": [],
1569
    "prefer-stable": false,
1570
    "prefer-lowest": false,
1571
    "platform": {
1572
        "php": ">=5.4.0"
1573
    },
1574
    "platform-dev": []
1575
}
1576