Issues (1)

Security Analysis    no request data  

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

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

composer.lock (1 issue)

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 http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "2e861fea0af901dec77a83cc2da4db09",
8
    "packages": [
9
        {
10
            "name": "doctrine/cache",
0 ignored issues
show
There is a security advisory for your installed version of doctrine/cache:

Security Misconfiguration Vulnerability in various Doctrine projects
Loading history...
11
            "version": "v1.4.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/doctrine/cache.git",
15
                "reference": "2346085d2b027b233ae1d5de59b07440b9f288c8"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/doctrine/cache/zipball/2346085d2b027b233ae1d5de59b07440b9f288c8",
20
                "reference": "2346085d2b027b233ae1d5de59b07440b9f288c8",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": ">=5.3.2"
25
            },
26
            "conflict": {
27
                "doctrine/common": ">2.2,<2.4"
28
            },
29
            "require-dev": {
30
                "phpunit/phpunit": ">=3.7",
31
                "predis/predis": "~0.8",
32
                "satooshi/php-coveralls": "~0.6"
33
            },
34
            "type": "library",
35
            "extra": {
36
                "branch-alias": {
37
                    "dev-master": "1.4.x-dev"
38
                }
39
            },
40
            "autoload": {
41
                "psr-0": {
42
                    "Doctrine\\Common\\Cache\\": "lib/"
43
                }
44
            },
45
            "notification-url": "https://packagist.org/downloads/",
46
            "license": [
47
                "MIT"
48
            ],
49
            "authors": [
50
                {
51
                    "name": "Roman Borschel",
52
                    "email": "[email protected]"
53
                },
54
                {
55
                    "name": "Benjamin Eberlei",
56
                    "email": "[email protected]"
57
                },
58
                {
59
                    "name": "Guilherme Blanco",
60
                    "email": "[email protected]"
61
                },
62
                {
63
                    "name": "Jonathan Wage",
64
                    "email": "[email protected]"
65
                },
66
                {
67
                    "name": "Johannes Schmitt",
68
                    "email": "[email protected]"
69
                }
70
            ],
71
            "description": "Caching library offering an object-oriented API for many cache backends",
72
            "homepage": "http://www.doctrine-project.org",
73
            "keywords": [
74
                "cache",
75
                "caching"
76
            ],
77
            "time": "2015-01-15 20:38:55"
78
        },
79
        {
80
            "name": "pimple/pimple",
81
            "version": "1.1.x-dev",
82
            "source": {
83
                "type": "git",
84
                "url": "https://github.com/silexphp/Pimple.git",
85
                "reference": "bc2fc12cdf1f29bcad9e650d493a54a8fd1f3d85"
86
            },
87
            "dist": {
88
                "type": "zip",
89
                "url": "https://api.github.com/repos/silexphp/Pimple/zipball/bc2fc12cdf1f29bcad9e650d493a54a8fd1f3d85",
90
                "reference": "bc2fc12cdf1f29bcad9e650d493a54a8fd1f3d85",
91
                "shasum": ""
92
            },
93
            "require": {
94
                "php": ">=5.3.0"
95
            },
96
            "type": "library",
97
            "extra": {
98
                "branch-alias": {
99
                    "dev-master": "1.1.x-dev"
100
                }
101
            },
102
            "autoload": {
103
                "psr-0": {
104
                    "Pimple": "lib/"
105
                }
106
            },
107
            "notification-url": "https://packagist.org/downloads/",
108
            "license": [
109
                "MIT"
110
            ],
111
            "authors": [
112
                {
113
                    "name": "Fabien Potencier",
114
                    "email": "[email protected]"
115
                }
116
            ],
117
            "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
118
            "homepage": "http://pimple.sensiolabs.org",
119
            "keywords": [
120
                "container",
121
                "dependency injection"
122
            ],
123
            "time": "2014-04-20 07:24:09"
124
        },
125
        {
126
            "name": "psr/log",
127
            "version": "dev-master",
128
            "source": {
129
                "type": "git",
130
                "url": "https://github.com/php-fig/log.git",
131
                "reference": "bf2c13de4300e227d7b2fd08027673a79c519987"
132
            },
133
            "dist": {
134
                "type": "zip",
135
                "url": "https://api.github.com/repos/php-fig/log/zipball/bf2c13de4300e227d7b2fd08027673a79c519987",
136
                "reference": "bf2c13de4300e227d7b2fd08027673a79c519987",
137
                "shasum": ""
138
            },
139
            "type": "library",
140
            "extra": {
141
                "branch-alias": {
142
                    "dev-master": "1.0.x-dev"
143
                }
144
            },
145
            "autoload": {
146
                "psr-4": {
147
                    "Psr\\Log\\": "Psr/Log/"
148
                }
149
            },
150
            "notification-url": "https://packagist.org/downloads/",
151
            "license": [
152
                "MIT"
153
            ],
154
            "authors": [
155
                {
156
                    "name": "PHP-FIG",
157
                    "homepage": "http://www.php-fig.org/"
158
                }
159
            ],
160
            "description": "Common interface for logging libraries",
161
            "keywords": [
162
                "log",
163
                "psr",
164
                "psr-3"
165
            ],
166
            "time": "2015-03-26 14:39:45"
167
        },
168
        {
169
            "name": "silex/silex",
170
            "version": "1.3.x-dev",
171
            "source": {
172
                "type": "git",
173
                "url": "https://github.com/silexphp/Silex.git",
174
                "reference": "78def7e1c5a8897139777643c4029934cdc75e4e"
175
            },
176
            "dist": {
177
                "type": "zip",
178
                "url": "https://api.github.com/repos/silexphp/Silex/zipball/78def7e1c5a8897139777643c4029934cdc75e4e",
179
                "reference": "78def7e1c5a8897139777643c4029934cdc75e4e",
180
                "shasum": ""
181
            },
182
            "require": {
183
                "php": ">=5.3.9",
184
                "pimple/pimple": "~1.0",
185
                "symfony/event-dispatcher": "~2.3,<3.0",
186
                "symfony/http-foundation": "~2.3,<3.0",
187
                "symfony/http-kernel": "~2.3,<3.0",
188
                "symfony/routing": "~2.3,<3.0"
189
            },
190
            "require-dev": {
191
                "doctrine/dbal": "~2.2",
192
                "monolog/monolog": "~1.4,>=1.4.1",
193
                "swiftmailer/swiftmailer": "5.*",
194
                "symfony/browser-kit": "~2.3,<3.0",
195
                "symfony/config": "~2.3,<3.0",
196
                "symfony/css-selector": "~2.3,<3.0",
197
                "symfony/debug": "~2.3,<3.0",
198
                "symfony/dom-crawler": "~2.3,<3.0",
199
                "symfony/finder": "~2.3,<3.0",
200
                "symfony/form": "~2.3,<3.0",
201
                "symfony/locale": "~2.3,<3.0",
202
                "symfony/monolog-bridge": "~2.3,<3.0",
203
                "symfony/options-resolver": "~2.3,<3.0",
204
                "symfony/process": "~2.3,<3.0",
205
                "symfony/security": "~2.3,<3.0",
206
                "symfony/serializer": "~2.3,<3.0",
207
                "symfony/translation": "~2.3,<3.0",
208
                "symfony/twig-bridge": "~2.3,<3.0",
209
                "symfony/validator": "~2.3,<3.0",
210
                "twig/twig": ">=1.8.0,<2.0-dev"
211
            },
212
            "suggest": {
213
                "symfony/browser-kit": "~2.3",
214
                "symfony/css-selector": "~2.3",
215
                "symfony/dom-crawler": "~2.3",
216
                "symfony/form": "~2.3"
217
            },
218
            "type": "library",
219
            "extra": {
220
                "branch-alias": {
221
                    "dev-master": "1.3.x-dev"
222
                }
223
            },
224
            "autoload": {
225
                "psr-0": {
226
                    "Silex": "src/"
227
                }
228
            },
229
            "notification-url": "https://packagist.org/downloads/",
230
            "license": [
231
                "MIT"
232
            ],
233
            "authors": [
234
                {
235
                    "name": "Fabien Potencier",
236
                    "email": "[email protected]"
237
                },
238
                {
239
                    "name": "Igor Wiedler",
240
                    "email": "[email protected]"
241
                }
242
            ],
243
            "description": "The PHP micro-framework based on the Symfony2 Components",
244
            "homepage": "http://silex.sensiolabs.org",
245
            "keywords": [
246
                "microframework"
247
            ],
248
            "time": "2015-03-27 16:10:09"
249
        },
250
        {
251
            "name": "symfony/debug",
252
            "version": "dev-master",
253
            "target-dir": "Symfony/Component/Debug",
254
            "source": {
255
                "type": "git",
256
                "url": "https://github.com/symfony/Debug.git",
257
                "reference": "87414569904e194cc8225353f33df4756b6bb79d"
258
            },
259
            "dist": {
260
                "type": "zip",
261
                "url": "https://api.github.com/repos/symfony/Debug/zipball/87414569904e194cc8225353f33df4756b6bb79d",
262
                "reference": "87414569904e194cc8225353f33df4756b6bb79d",
263
                "shasum": ""
264
            },
265
            "require": {
266
                "php": ">=5.5.9",
267
                "psr/log": "~1.0"
268
            },
269
            "conflict": {
270
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
271
            },
272
            "require-dev": {
273
                "symfony/class-loader": "~2.7|~3.0",
274
                "symfony/http-foundation": "~2.7|~3.0",
275
                "symfony/http-kernel": "~2.7|~3.0",
276
                "symfony/phpunit-bridge": "~2.7|~3.0"
277
            },
278
            "suggest": {
279
                "symfony/http-foundation": "",
280
                "symfony/http-kernel": ""
281
            },
282
            "type": "library",
283
            "extra": {
284
                "branch-alias": {
285
                    "dev-master": "3.0-dev"
286
                }
287
            },
288
            "autoload": {
289
                "psr-0": {
290
                    "Symfony\\Component\\Debug\\": ""
291
                }
292
            },
293
            "notification-url": "https://packagist.org/downloads/",
294
            "license": [
295
                "MIT"
296
            ],
297
            "authors": [
298
                {
299
                    "name": "Symfony Community",
300
                    "homepage": "http://symfony.com/contributors"
301
                },
302
                {
303
                    "name": "Fabien Potencier",
304
                    "email": "[email protected]"
305
                }
306
            ],
307
            "description": "Symfony Debug Component",
308
            "homepage": "http://symfony.com",
309
            "time": "2015-03-24 17:09:17"
310
        },
311
        {
312
            "name": "symfony/event-dispatcher",
313
            "version": "2.7.x-dev",
314
            "target-dir": "Symfony/Component/EventDispatcher",
315
            "source": {
316
                "type": "git",
317
                "url": "https://github.com/symfony/EventDispatcher.git",
318
                "reference": "186349c2966529804e38685f671e64746dde220b"
319
            },
320
            "dist": {
321
                "type": "zip",
322
                "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/186349c2966529804e38685f671e64746dde220b",
323
                "reference": "186349c2966529804e38685f671e64746dde220b",
324
                "shasum": ""
325
            },
326
            "require": {
327
                "php": ">=5.3.9"
328
            },
329
            "require-dev": {
330
                "psr/log": "~1.0",
331
                "symfony/config": "~2.0,>=2.0.5|~3.0.0",
332
                "symfony/dependency-injection": "~2.6|~3.0.0",
333
                "symfony/expression-language": "~2.6|~3.0.0",
334
                "symfony/phpunit-bridge": "~2.7|~3.0.0",
335
                "symfony/stopwatch": "~2.3|~3.0.0"
336
            },
337
            "suggest": {
338
                "symfony/dependency-injection": "",
339
                "symfony/http-kernel": ""
340
            },
341
            "type": "library",
342
            "extra": {
343
                "branch-alias": {
344
                    "dev-master": "2.7-dev"
345
                }
346
            },
347
            "autoload": {
348
                "psr-0": {
349
                    "Symfony\\Component\\EventDispatcher\\": ""
350
                }
351
            },
352
            "notification-url": "https://packagist.org/downloads/",
353
            "license": [
354
                "MIT"
355
            ],
356
            "authors": [
357
                {
358
                    "name": "Symfony Community",
359
                    "homepage": "http://symfony.com/contributors"
360
                },
361
                {
362
                    "name": "Fabien Potencier",
363
                    "email": "[email protected]"
364
                }
365
            ],
366
            "description": "Symfony EventDispatcher Component",
367
            "homepage": "http://symfony.com",
368
            "time": "2015-03-13 17:50:01"
369
        },
370
        {
371
            "name": "symfony/http-foundation",
372
            "version": "2.7.x-dev",
373
            "target-dir": "Symfony/Component/HttpFoundation",
374
            "source": {
375
                "type": "git",
376
                "url": "https://github.com/symfony/HttpFoundation.git",
377
                "reference": "8710245d48dd6471dcb728807b4a282919808295"
378
            },
379
            "dist": {
380
                "type": "zip",
381
                "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/8710245d48dd6471dcb728807b4a282919808295",
382
                "reference": "8710245d48dd6471dcb728807b4a282919808295",
383
                "shasum": ""
384
            },
385
            "require": {
386
                "php": ">=5.3.9"
387
            },
388
            "require-dev": {
389
                "symfony/expression-language": "~2.4|~3.0.0",
390
                "symfony/phpunit-bridge": "~2.7|~3.0.0"
391
            },
392
            "type": "library",
393
            "extra": {
394
                "branch-alias": {
395
                    "dev-master": "2.7-dev"
396
                }
397
            },
398
            "autoload": {
399
                "psr-0": {
400
                    "Symfony\\Component\\HttpFoundation\\": ""
401
                },
402
                "classmap": [
403
                    "Symfony/Component/HttpFoundation/Resources/stubs"
404
                ]
405
            },
406
            "notification-url": "https://packagist.org/downloads/",
407
            "license": [
408
                "MIT"
409
            ],
410
            "authors": [
411
                {
412
                    "name": "Symfony Community",
413
                    "homepage": "http://symfony.com/contributors"
414
                },
415
                {
416
                    "name": "Fabien Potencier",
417
                    "email": "[email protected]"
418
                }
419
            ],
420
            "description": "Symfony HttpFoundation Component",
421
            "homepage": "http://symfony.com",
422
            "time": "2015-03-30 15:55:07"
423
        },
424
        {
425
            "name": "symfony/http-kernel",
426
            "version": "2.7.x-dev",
427
            "target-dir": "Symfony/Component/HttpKernel",
428
            "source": {
429
                "type": "git",
430
                "url": "https://github.com/symfony/HttpKernel.git",
431
                "reference": "a037d59b2a8984a1d83be3624cc1e356d06e0d58"
432
            },
433
            "dist": {
434
                "type": "zip",
435
                "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/a037d59b2a8984a1d83be3624cc1e356d06e0d58",
436
                "reference": "a037d59b2a8984a1d83be3624cc1e356d06e0d58",
437
                "shasum": ""
438
            },
439
            "require": {
440
                "php": ">=5.3.9",
441
                "psr/log": "~1.0",
442
                "symfony/debug": "~2.6,>=2.6.2|~3.0.0",
443
                "symfony/event-dispatcher": "~2.5.9|~2.6,>=2.6.2|~3.0.0",
444
                "symfony/http-foundation": "~2.5,>=2.5.4|~3.0.0"
445
            },
446
            "require-dev": {
447
                "symfony/browser-kit": "~2.3|~3.0.0",
448
                "symfony/class-loader": "~2.1|~3.0.0",
449
                "symfony/config": "~2.0,>=2.0.5|~3.0.0",
450
                "symfony/console": "~2.3|~3.0.0",
451
                "symfony/css-selector": "~2.0,>=2.0.5|~3.0.0",
452
                "symfony/dependency-injection": "~2.2|~3.0.0",
453
                "symfony/dom-crawler": "~2.0,>=2.0.5|~3.0.0",
454
                "symfony/expression-language": "~2.4|~3.0.0",
455
                "symfony/finder": "~2.0,>=2.0.5|~3.0.0",
456
                "symfony/phpunit-bridge": "~2.7|~3.0.0",
457
                "symfony/process": "~2.0,>=2.0.5|~3.0.0",
458
                "symfony/routing": "~2.2|~3.0.0",
459
                "symfony/stopwatch": "~2.3|~3.0.0",
460
                "symfony/templating": "~2.2|~3.0.0",
461
                "symfony/translation": "~2.0,>=2.0.5|~3.0.0",
462
                "symfony/var-dumper": "~2.6|~3.0.0"
463
            },
464
            "suggest": {
465
                "symfony/browser-kit": "",
466
                "symfony/class-loader": "",
467
                "symfony/config": "",
468
                "symfony/console": "",
469
                "symfony/dependency-injection": "",
470
                "symfony/finder": "",
471
                "symfony/var-dumper": ""
472
            },
473
            "type": "library",
474
            "extra": {
475
                "branch-alias": {
476
                    "dev-master": "2.7-dev"
477
                }
478
            },
479
            "autoload": {
480
                "psr-0": {
481
                    "Symfony\\Component\\HttpKernel\\": ""
482
                }
483
            },
484
            "notification-url": "https://packagist.org/downloads/",
485
            "license": [
486
                "MIT"
487
            ],
488
            "authors": [
489
                {
490
                    "name": "Symfony Community",
491
                    "homepage": "http://symfony.com/contributors"
492
                },
493
                {
494
                    "name": "Fabien Potencier",
495
                    "email": "[email protected]"
496
                }
497
            ],
498
            "description": "Symfony HttpKernel Component",
499
            "homepage": "http://symfony.com",
500
            "time": "2015-03-30 15:55:07"
501
        },
502
        {
503
            "name": "symfony/routing",
504
            "version": "2.7.x-dev",
505
            "target-dir": "Symfony/Component/Routing",
506
            "source": {
507
                "type": "git",
508
                "url": "https://github.com/symfony/Routing.git",
509
                "reference": "c39bbd6ee2e95d927fa34bd393b518c49f028a49"
510
            },
511
            "dist": {
512
                "type": "zip",
513
                "url": "https://api.github.com/repos/symfony/Routing/zipball/c39bbd6ee2e95d927fa34bd393b518c49f028a49",
514
                "reference": "c39bbd6ee2e95d927fa34bd393b518c49f028a49",
515
                "shasum": ""
516
            },
517
            "require": {
518
                "php": ">=5.3.9"
519
            },
520
            "require-dev": {
521
                "doctrine/annotations": "~1.0",
522
                "doctrine/common": "~2.2",
523
                "psr/log": "~1.0",
524
                "symfony/config": "~2.2|~3.0.0",
525
                "symfony/expression-language": "~2.4|~3.0.0",
526
                "symfony/http-foundation": "~2.3|~3.0.0",
527
                "symfony/phpunit-bridge": "~2.7|~3.0.0",
528
                "symfony/yaml": "~2.0,>=2.0.5|~3.0.0"
529
            },
530
            "suggest": {
531
                "doctrine/annotations": "For using the annotation loader",
532
                "symfony/config": "For using the all-in-one router or any loader",
533
                "symfony/expression-language": "For using expression matching",
534
                "symfony/yaml": "For using the YAML loader"
535
            },
536
            "type": "library",
537
            "extra": {
538
                "branch-alias": {
539
                    "dev-master": "2.7-dev"
540
                }
541
            },
542
            "autoload": {
543
                "psr-0": {
544
                    "Symfony\\Component\\Routing\\": ""
545
                }
546
            },
547
            "notification-url": "https://packagist.org/downloads/",
548
            "license": [
549
                "MIT"
550
            ],
551
            "authors": [
552
                {
553
                    "name": "Symfony Community",
554
                    "homepage": "http://symfony.com/contributors"
555
                },
556
                {
557
                    "name": "Fabien Potencier",
558
                    "email": "[email protected]"
559
                }
560
            ],
561
            "description": "Symfony Routing Component",
562
            "homepage": "http://symfony.com",
563
            "keywords": [
564
                "router",
565
                "routing",
566
                "uri",
567
                "url"
568
            ],
569
            "time": "2015-03-30 15:55:07"
570
        }
571
    ],
572
    "packages-dev": [
573
        {
574
            "name": "doctrine/instantiator",
575
            "version": "dev-master",
576
            "source": {
577
                "type": "git",
578
                "url": "https://github.com/doctrine/instantiator.git",
579
                "reference": "3d9669e597439e8d205baf315efb757038fb4dea"
580
            },
581
            "dist": {
582
                "type": "zip",
583
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/3d9669e597439e8d205baf315efb757038fb4dea",
584
                "reference": "3d9669e597439e8d205baf315efb757038fb4dea",
585
                "shasum": ""
586
            },
587
            "require": {
588
                "php": ">=5.3,<8.0-DEV"
589
            },
590
            "require-dev": {
591
                "athletic/athletic": "~0.1.8",
592
                "ext-pdo": "*",
593
                "ext-phar": "*",
594
                "phpunit/phpunit": "~4.0",
595
                "squizlabs/php_codesniffer": "~2.0"
596
            },
597
            "type": "library",
598
            "extra": {
599
                "branch-alias": {
600
                    "dev-master": "1.0.x-dev"
601
                }
602
            },
603
            "autoload": {
604
                "psr-4": {
605
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
606
                }
607
            },
608
            "notification-url": "https://packagist.org/downloads/",
609
            "license": [
610
                "MIT"
611
            ],
612
            "authors": [
613
                {
614
                    "name": "Marco Pivetta",
615
                    "email": "[email protected]",
616
                    "homepage": "http://ocramius.github.com/"
617
                }
618
            ],
619
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
620
            "homepage": "https://github.com/doctrine/instantiator",
621
            "keywords": [
622
                "constructor",
623
                "instantiate"
624
            ],
625
            "time": "2015-01-16 19:29:51"
626
        },
627
        {
628
            "name": "fabpot/php-cs-fixer",
629
            "version": "v1.6",
630
            "source": {
631
                "type": "git",
632
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
633
                "reference": "81a46f8a0f92f1ba64587b384a275d0766cf2c70"
634
            },
635
            "dist": {
636
                "type": "zip",
637
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/81a46f8a0f92f1ba64587b384a275d0766cf2c70",
638
                "reference": "81a46f8a0f92f1ba64587b384a275d0766cf2c70",
639
                "shasum": ""
640
            },
641
            "require": {
642
                "php": ">=5.3.6",
643
                "sebastian/diff": "~1.1",
644
                "symfony/console": "~2.1",
645
                "symfony/event-dispatcher": "~2.1",
646
                "symfony/filesystem": "~2.1",
647
                "symfony/finder": "~2.1",
648
                "symfony/process": "~2.3",
649
                "symfony/stopwatch": "~2.5"
650
            },
651
            "require-dev": {
652
                "satooshi/php-coveralls": "0.7.*@dev"
653
            },
654
            "bin": [
655
                "php-cs-fixer"
656
            ],
657
            "type": "application",
658
            "autoload": {
659
                "psr-4": {
660
                    "Symfony\\CS\\": "Symfony/CS/"
661
                }
662
            },
663
            "notification-url": "https://packagist.org/downloads/",
664
            "license": [
665
                "MIT"
666
            ],
667
            "authors": [
668
                {
669
                    "name": "Dariusz Rumiński",
670
                    "email": "[email protected]"
671
                },
672
                {
673
                    "name": "Fabien Potencier",
674
                    "email": "[email protected]"
675
                }
676
            ],
677
            "description": "A script to automatically fix Symfony Coding Standard",
678
            "time": "2015-03-26 21:09:59"
679
        },
680
        {
681
            "name": "phpdocumentor/reflection-docblock",
682
            "version": "dev-master",
683
            "source": {
684
                "type": "git",
685
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
686
                "reference": "d1da796ba5565789a623052eb9f2cf59d57fec60"
687
            },
688
            "dist": {
689
                "type": "zip",
690
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d1da796ba5565789a623052eb9f2cf59d57fec60",
691
                "reference": "d1da796ba5565789a623052eb9f2cf59d57fec60",
692
                "shasum": ""
693
            },
694
            "require": {
695
                "php": ">=5.3.3"
696
            },
697
            "require-dev": {
698
                "phpunit/phpunit": "~4.0"
699
            },
700
            "suggest": {
701
                "dflydev/markdown": "~1.0",
702
                "erusev/parsedown": "~1.0",
703
                "league/commonmark": "*"
704
            },
705
            "type": "library",
706
            "extra": {
707
                "branch-alias": {
708
                    "dev-master": "2.0.x-dev"
709
                }
710
            },
711
            "autoload": {
712
                "psr-0": {
713
                    "phpDocumentor": [
714
                        "src/"
715
                    ]
716
                }
717
            },
718
            "notification-url": "https://packagist.org/downloads/",
719
            "license": [
720
                "MIT"
721
            ],
722
            "authors": [
723
                {
724
                    "name": "Mike van Riel",
725
                    "email": "[email protected]"
726
                }
727
            ],
728
            "time": "2015-02-27 09:28:18"
729
        },
730
        {
731
            "name": "phpspec/prophecy",
732
            "version": "dev-master",
733
            "source": {
734
                "type": "git",
735
                "url": "https://github.com/phpspec/prophecy.git",
736
                "reference": "8724cd239f8ef4c046f55a3b18b4d91cc7f3e4c5"
737
            },
738
            "dist": {
739
                "type": "zip",
740
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/8724cd239f8ef4c046f55a3b18b4d91cc7f3e4c5",
741
                "reference": "8724cd239f8ef4c046f55a3b18b4d91cc7f3e4c5",
742
                "shasum": ""
743
            },
744
            "require": {
745
                "doctrine/instantiator": "^1.0.2",
746
                "phpdocumentor/reflection-docblock": "~2.0",
747
                "sebastian/comparator": "~1.1"
748
            },
749
            "require-dev": {
750
                "phpspec/phpspec": "~2.0"
751
            },
752
            "type": "library",
753
            "extra": {
754
                "branch-alias": {
755
                    "dev-master": "1.4.x-dev"
756
                }
757
            },
758
            "autoload": {
759
                "psr-0": {
760
                    "Prophecy\\": "src/"
761
                }
762
            },
763
            "notification-url": "https://packagist.org/downloads/",
764
            "license": [
765
                "MIT"
766
            ],
767
            "authors": [
768
                {
769
                    "name": "Konstantin Kudryashov",
770
                    "email": "[email protected]",
771
                    "homepage": "http://everzet.com"
772
                },
773
                {
774
                    "name": "Marcello Duarte",
775
                    "email": "[email protected]"
776
                }
777
            ],
778
            "description": "Highly opinionated mocking framework for PHP 5.3+",
779
            "homepage": "https://github.com/phpspec/prophecy",
780
            "keywords": [
781
                "Double",
782
                "Dummy",
783
                "fake",
784
                "mock",
785
                "spy",
786
                "stub"
787
            ],
788
            "time": "2015-03-27 19:31:25"
789
        },
790
        {
791
            "name": "phpunit/php-code-coverage",
792
            "version": "dev-master",
793
            "source": {
794
                "type": "git",
795
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
796
                "reference": "4676604b851bfc6fc02bf3394bf350c727bcebf4"
797
            },
798
            "dist": {
799
                "type": "zip",
800
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/4676604b851bfc6fc02bf3394bf350c727bcebf4",
801
                "reference": "4676604b851bfc6fc02bf3394bf350c727bcebf4",
802
                "shasum": ""
803
            },
804
            "require": {
805
                "php": ">=5.3.3",
806
                "phpunit/php-file-iterator": "~1.3",
807
                "phpunit/php-text-template": "~1.2",
808
                "phpunit/php-token-stream": "~1.3",
809
                "sebastian/environment": "~1.0",
810
                "sebastian/version": "~1.0"
811
            },
812
            "require-dev": {
813
                "ext-xdebug": ">=2.1.4",
814
                "phpunit/phpunit": "~4"
815
            },
816
            "suggest": {
817
                "ext-dom": "*",
818
                "ext-xdebug": ">=2.2.1",
819
                "ext-xmlwriter": "*"
820
            },
821
            "type": "library",
822
            "extra": {
823
                "branch-alias": {
824
                    "dev-master": "2.0.x-dev"
825
                }
826
            },
827
            "autoload": {
828
                "classmap": [
829
                    "src/"
830
                ]
831
            },
832
            "notification-url": "https://packagist.org/downloads/",
833
            "license": [
834
                "BSD-3-Clause"
835
            ],
836
            "authors": [
837
                {
838
                    "name": "Sebastian Bergmann",
839
                    "email": "[email protected]",
840
                    "role": "lead"
841
                }
842
            ],
843
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
844
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
845
            "keywords": [
846
                "coverage",
847
                "testing",
848
                "xunit"
849
            ],
850
            "time": "2015-03-19 05:49:08"
851
        },
852
        {
853
            "name": "phpunit/php-file-iterator",
854
            "version": "1.3.4",
855
            "source": {
856
                "type": "git",
857
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
858
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
859
            },
860
            "dist": {
861
                "type": "zip",
862
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
863
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
864
                "shasum": ""
865
            },
866
            "require": {
867
                "php": ">=5.3.3"
868
            },
869
            "type": "library",
870
            "autoload": {
871
                "classmap": [
872
                    "File/"
873
                ]
874
            },
875
            "notification-url": "https://packagist.org/downloads/",
876
            "include-path": [
877
                ""
878
            ],
879
            "license": [
880
                "BSD-3-Clause"
881
            ],
882
            "authors": [
883
                {
884
                    "name": "Sebastian Bergmann",
885
                    "email": "[email protected]",
886
                    "role": "lead"
887
                }
888
            ],
889
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
890
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
891
            "keywords": [
892
                "filesystem",
893
                "iterator"
894
            ],
895
            "time": "2013-10-10 15:34:57"
896
        },
897
        {
898
            "name": "phpunit/php-text-template",
899
            "version": "1.2.0",
900
            "source": {
901
                "type": "git",
902
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
903
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
904
            },
905
            "dist": {
906
                "type": "zip",
907
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
908
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
909
                "shasum": ""
910
            },
911
            "require": {
912
                "php": ">=5.3.3"
913
            },
914
            "type": "library",
915
            "autoload": {
916
                "classmap": [
917
                    "Text/"
918
                ]
919
            },
920
            "notification-url": "https://packagist.org/downloads/",
921
            "include-path": [
922
                ""
923
            ],
924
            "license": [
925
                "BSD-3-Clause"
926
            ],
927
            "authors": [
928
                {
929
                    "name": "Sebastian Bergmann",
930
                    "email": "[email protected]",
931
                    "role": "lead"
932
                }
933
            ],
934
            "description": "Simple template engine.",
935
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
936
            "keywords": [
937
                "template"
938
            ],
939
            "time": "2014-01-30 17:20:04"
940
        },
941
        {
942
            "name": "phpunit/php-timer",
943
            "version": "1.0.5",
944
            "source": {
945
                "type": "git",
946
                "url": "https://github.com/sebastianbergmann/php-timer.git",
947
                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
948
            },
949
            "dist": {
950
                "type": "zip",
951
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
952
                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
953
                "shasum": ""
954
            },
955
            "require": {
956
                "php": ">=5.3.3"
957
            },
958
            "type": "library",
959
            "autoload": {
960
                "classmap": [
961
                    "PHP/"
962
                ]
963
            },
964
            "notification-url": "https://packagist.org/downloads/",
965
            "include-path": [
966
                ""
967
            ],
968
            "license": [
969
                "BSD-3-Clause"
970
            ],
971
            "authors": [
972
                {
973
                    "name": "Sebastian Bergmann",
974
                    "email": "[email protected]",
975
                    "role": "lead"
976
                }
977
            ],
978
            "description": "Utility class for timing",
979
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
980
            "keywords": [
981
                "timer"
982
            ],
983
            "time": "2013-08-02 07:42:54"
984
        },
985
        {
986
            "name": "phpunit/php-token-stream",
987
            "version": "dev-master",
988
            "source": {
989
                "type": "git",
990
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
991
                "reference": "db32c18eba00b121c145575fcbcd4d4d24e6db74"
992
            },
993
            "dist": {
994
                "type": "zip",
995
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/db32c18eba00b121c145575fcbcd4d4d24e6db74",
996
                "reference": "db32c18eba00b121c145575fcbcd4d4d24e6db74",
997
                "shasum": ""
998
            },
999
            "require": {
1000
                "ext-tokenizer": "*",
1001
                "php": ">=5.3.3"
1002
            },
1003
            "require-dev": {
1004
                "phpunit/phpunit": "~4.2"
1005
            },
1006
            "type": "library",
1007
            "extra": {
1008
                "branch-alias": {
1009
                    "dev-master": "1.4-dev"
1010
                }
1011
            },
1012
            "autoload": {
1013
                "classmap": [
1014
                    "src/"
1015
                ]
1016
            },
1017
            "notification-url": "https://packagist.org/downloads/",
1018
            "license": [
1019
                "BSD-3-Clause"
1020
            ],
1021
            "authors": [
1022
                {
1023
                    "name": "Sebastian Bergmann",
1024
                    "email": "[email protected]"
1025
                }
1026
            ],
1027
            "description": "Wrapper around PHP's tokenizer extension.",
1028
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1029
            "keywords": [
1030
                "tokenizer"
1031
            ],
1032
            "time": "2015-01-17 09:51:32"
1033
        },
1034
        {
1035
            "name": "phpunit/phpunit",
1036
            "version": "4.5.1",
1037
            "source": {
1038
                "type": "git",
1039
                "url": "https://github.com/sebastianbergmann/phpunit.git",
1040
                "reference": "d6429b0995b24a2d9dfe5587ee3a7071c1161af4"
1041
            },
1042
            "dist": {
1043
                "type": "zip",
1044
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d6429b0995b24a2d9dfe5587ee3a7071c1161af4",
1045
                "reference": "d6429b0995b24a2d9dfe5587ee3a7071c1161af4",
1046
                "shasum": ""
1047
            },
1048
            "require": {
1049
                "ext-dom": "*",
1050
                "ext-json": "*",
1051
                "ext-pcre": "*",
1052
                "ext-reflection": "*",
1053
                "ext-spl": "*",
1054
                "php": ">=5.3.3",
1055
                "phpspec/prophecy": "~1.3,>=1.3.1",
1056
                "phpunit/php-code-coverage": "~2.0,>=2.0.11",
1057
                "phpunit/php-file-iterator": "~1.3.2",
1058
                "phpunit/php-text-template": "~1.2",
1059
                "phpunit/php-timer": "~1.0.2",
1060
                "phpunit/phpunit-mock-objects": "~2.3",
1061
                "sebastian/comparator": "~1.1",
1062
                "sebastian/diff": "~1.1",
1063
                "sebastian/environment": "~1.2",
1064
                "sebastian/exporter": "~1.2",
1065
                "sebastian/global-state": "~1.0",
1066
                "sebastian/version": "~1.0",
1067
                "symfony/yaml": "~2.0"
1068
            },
1069
            "suggest": {
1070
                "phpunit/php-invoker": "~1.1"
1071
            },
1072
            "bin": [
1073
                "phpunit"
1074
            ],
1075
            "type": "library",
1076
            "extra": {
1077
                "branch-alias": {
1078
                    "dev-master": "4.5.x-dev"
1079
                }
1080
            },
1081
            "autoload": {
1082
                "classmap": [
1083
                    "src/"
1084
                ]
1085
            },
1086
            "notification-url": "https://packagist.org/downloads/",
1087
            "license": [
1088
                "BSD-3-Clause"
1089
            ],
1090
            "authors": [
1091
                {
1092
                    "name": "Sebastian Bergmann",
1093
                    "email": "[email protected]",
1094
                    "role": "lead"
1095
                }
1096
            ],
1097
            "description": "The PHP Unit Testing framework.",
1098
            "homepage": "https://phpunit.de/",
1099
            "keywords": [
1100
                "phpunit",
1101
                "testing",
1102
                "xunit"
1103
            ],
1104
            "time": "2015-03-29 09:24:05"
1105
        },
1106
        {
1107
            "name": "phpunit/phpunit-mock-objects",
1108
            "version": "dev-master",
1109
            "source": {
1110
                "type": "git",
1111
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1112
                "reference": "55484334fb4c306ed24bfc3bdb0874685c29036f"
1113
            },
1114
            "dist": {
1115
                "type": "zip",
1116
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/55484334fb4c306ed24bfc3bdb0874685c29036f",
1117
                "reference": "55484334fb4c306ed24bfc3bdb0874685c29036f",
1118
                "shasum": ""
1119
            },
1120
            "require": {
1121
                "doctrine/instantiator": "~1.0,>=1.0.2",
1122
                "php": ">=5.3.3",
1123
                "phpunit/php-text-template": "~1.2"
1124
            },
1125
            "require-dev": {
1126
                "phpunit/phpunit": "4.4.*@dev"
1127
            },
1128
            "suggest": {
1129
                "ext-soap": "*"
1130
            },
1131
            "type": "library",
1132
            "extra": {
1133
                "branch-alias": {
1134
                    "dev-master": "2.4.x-dev"
1135
                }
1136
            },
1137
            "autoload": {
1138
                "classmap": [
1139
                    "src/"
1140
                ]
1141
            },
1142
            "notification-url": "https://packagist.org/downloads/",
1143
            "license": [
1144
                "BSD-3-Clause"
1145
            ],
1146
            "authors": [
1147
                {
1148
                    "name": "Sebastian Bergmann",
1149
                    "email": "[email protected]",
1150
                    "role": "lead"
1151
                }
1152
            ],
1153
            "description": "Mock Object library for PHPUnit",
1154
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1155
            "keywords": [
1156
                "mock",
1157
                "xunit"
1158
            ],
1159
            "time": "2015-03-18 09:04:51"
1160
        },
1161
        {
1162
            "name": "sebastian/comparator",
1163
            "version": "dev-master",
1164
            "source": {
1165
                "type": "git",
1166
                "url": "https://github.com/sebastianbergmann/comparator.git",
1167
                "reference": "1dd8869519a225f7f2b9eb663e225298fade819e"
1168
            },
1169
            "dist": {
1170
                "type": "zip",
1171
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dd8869519a225f7f2b9eb663e225298fade819e",
1172
                "reference": "1dd8869519a225f7f2b9eb663e225298fade819e",
1173
                "shasum": ""
1174
            },
1175
            "require": {
1176
                "php": ">=5.3.3",
1177
                "sebastian/diff": "~1.2",
1178
                "sebastian/exporter": "~1.2"
1179
            },
1180
            "require-dev": {
1181
                "phpunit/phpunit": "~4.4"
1182
            },
1183
            "type": "library",
1184
            "extra": {
1185
                "branch-alias": {
1186
                    "dev-master": "1.1.x-dev"
1187
                }
1188
            },
1189
            "autoload": {
1190
                "classmap": [
1191
                    "src/"
1192
                ]
1193
            },
1194
            "notification-url": "https://packagist.org/downloads/",
1195
            "license": [
1196
                "BSD-3-Clause"
1197
            ],
1198
            "authors": [
1199
                {
1200
                    "name": "Jeff Welch",
1201
                    "email": "[email protected]"
1202
                },
1203
                {
1204
                    "name": "Volker Dusch",
1205
                    "email": "[email protected]"
1206
                },
1207
                {
1208
                    "name": "Bernhard Schussek",
1209
                    "email": "[email protected]"
1210
                },
1211
                {
1212
                    "name": "Sebastian Bergmann",
1213
                    "email": "[email protected]"
1214
                }
1215
            ],
1216
            "description": "Provides the functionality to compare PHP values for equality",
1217
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1218
            "keywords": [
1219
                "comparator",
1220
                "compare",
1221
                "equality"
1222
            ],
1223
            "time": "2015-01-29 16:28:08"
1224
        },
1225
        {
1226
            "name": "sebastian/diff",
1227
            "version": "dev-master",
1228
            "source": {
1229
                "type": "git",
1230
                "url": "https://github.com/sebastianbergmann/diff.git",
1231
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
1232
            },
1233
            "dist": {
1234
                "type": "zip",
1235
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
1236
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
1237
                "shasum": ""
1238
            },
1239
            "require": {
1240
                "php": ">=5.3.3"
1241
            },
1242
            "require-dev": {
1243
                "phpunit/phpunit": "~4.2"
1244
            },
1245
            "type": "library",
1246
            "extra": {
1247
                "branch-alias": {
1248
                    "dev-master": "1.3-dev"
1249
                }
1250
            },
1251
            "autoload": {
1252
                "classmap": [
1253
                    "src/"
1254
                ]
1255
            },
1256
            "notification-url": "https://packagist.org/downloads/",
1257
            "license": [
1258
                "BSD-3-Clause"
1259
            ],
1260
            "authors": [
1261
                {
1262
                    "name": "Kore Nordmann",
1263
                    "email": "[email protected]"
1264
                },
1265
                {
1266
                    "name": "Sebastian Bergmann",
1267
                    "email": "[email protected]"
1268
                }
1269
            ],
1270
            "description": "Diff implementation",
1271
            "homepage": "http://www.github.com/sebastianbergmann/diff",
1272
            "keywords": [
1273
                "diff"
1274
            ],
1275
            "time": "2015-02-22 15:13:53"
1276
        },
1277
        {
1278
            "name": "sebastian/environment",
1279
            "version": "dev-master",
1280
            "source": {
1281
                "type": "git",
1282
                "url": "https://github.com/sebastianbergmann/environment.git",
1283
                "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e"
1284
            },
1285
            "dist": {
1286
                "type": "zip",
1287
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5a8c7d31914337b69923db26c4221b81ff5a196e",
1288
                "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e",
1289
                "shasum": ""
1290
            },
1291
            "require": {
1292
                "php": ">=5.3.3"
1293
            },
1294
            "require-dev": {
1295
                "phpunit/phpunit": "~4.4"
1296
            },
1297
            "type": "library",
1298
            "extra": {
1299
                "branch-alias": {
1300
                    "dev-master": "1.3.x-dev"
1301
                }
1302
            },
1303
            "autoload": {
1304
                "classmap": [
1305
                    "src/"
1306
                ]
1307
            },
1308
            "notification-url": "https://packagist.org/downloads/",
1309
            "license": [
1310
                "BSD-3-Clause"
1311
            ],
1312
            "authors": [
1313
                {
1314
                    "name": "Sebastian Bergmann",
1315
                    "email": "[email protected]"
1316
                }
1317
            ],
1318
            "description": "Provides functionality to handle HHVM/PHP environments",
1319
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1320
            "keywords": [
1321
                "Xdebug",
1322
                "environment",
1323
                "hhvm"
1324
            ],
1325
            "time": "2015-01-01 10:01:08"
1326
        },
1327
        {
1328
            "name": "sebastian/exporter",
1329
            "version": "dev-master",
1330
            "source": {
1331
                "type": "git",
1332
                "url": "https://github.com/sebastianbergmann/exporter.git",
1333
                "reference": "84839970d05254c73cde183a721c7af13aede943"
1334
            },
1335
            "dist": {
1336
                "type": "zip",
1337
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/84839970d05254c73cde183a721c7af13aede943",
1338
                "reference": "84839970d05254c73cde183a721c7af13aede943",
1339
                "shasum": ""
1340
            },
1341
            "require": {
1342
                "php": ">=5.3.3",
1343
                "sebastian/recursion-context": "~1.0"
1344
            },
1345
            "require-dev": {
1346
                "phpunit/phpunit": "~4.4"
1347
            },
1348
            "type": "library",
1349
            "extra": {
1350
                "branch-alias": {
1351
                    "dev-master": "1.2.x-dev"
1352
                }
1353
            },
1354
            "autoload": {
1355
                "classmap": [
1356
                    "src/"
1357
                ]
1358
            },
1359
            "notification-url": "https://packagist.org/downloads/",
1360
            "license": [
1361
                "BSD-3-Clause"
1362
            ],
1363
            "authors": [
1364
                {
1365
                    "name": "Jeff Welch",
1366
                    "email": "[email protected]"
1367
                },
1368
                {
1369
                    "name": "Volker Dusch",
1370
                    "email": "[email protected]"
1371
                },
1372
                {
1373
                    "name": "Bernhard Schussek",
1374
                    "email": "[email protected]"
1375
                },
1376
                {
1377
                    "name": "Sebastian Bergmann",
1378
                    "email": "[email protected]"
1379
                },
1380
                {
1381
                    "name": "Adam Harvey",
1382
                    "email": "[email protected]"
1383
                }
1384
            ],
1385
            "description": "Provides the functionality to export PHP variables for visualization",
1386
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1387
            "keywords": [
1388
                "export",
1389
                "exporter"
1390
            ],
1391
            "time": "2015-01-27 07:23:06"
1392
        },
1393
        {
1394
            "name": "sebastian/global-state",
1395
            "version": "dev-master",
1396
            "source": {
1397
                "type": "git",
1398
                "url": "https://github.com/sebastianbergmann/global-state.git",
1399
                "reference": "007c441df427cf0e175372fcbb9d196bce7eb743"
1400
            },
1401
            "dist": {
1402
                "type": "zip",
1403
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/007c441df427cf0e175372fcbb9d196bce7eb743",
1404
                "reference": "007c441df427cf0e175372fcbb9d196bce7eb743",
1405
                "shasum": ""
1406
            },
1407
            "require": {
1408
                "php": ">=5.3.3"
1409
            },
1410
            "require-dev": {
1411
                "phpunit/phpunit": "~4.2"
1412
            },
1413
            "suggest": {
1414
                "ext-uopz": "*"
1415
            },
1416
            "type": "library",
1417
            "extra": {
1418
                "branch-alias": {
1419
                    "dev-master": "1.0-dev"
1420
                }
1421
            },
1422
            "autoload": {
1423
                "classmap": [
1424
                    "src/"
1425
                ]
1426
            },
1427
            "notification-url": "https://packagist.org/downloads/",
1428
            "license": [
1429
                "BSD-3-Clause"
1430
            ],
1431
            "authors": [
1432
                {
1433
                    "name": "Sebastian Bergmann",
1434
                    "email": "[email protected]"
1435
                }
1436
            ],
1437
            "description": "Snapshotting of global state",
1438
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1439
            "keywords": [
1440
                "global state"
1441
            ],
1442
            "time": "2015-01-20 04:09:31"
1443
        },
1444
        {
1445
            "name": "sebastian/recursion-context",
1446
            "version": "dev-master",
1447
            "source": {
1448
                "type": "git",
1449
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1450
                "reference": "3989662bbb30a29d20d9faa04a846af79b276252"
1451
            },
1452
            "dist": {
1453
                "type": "zip",
1454
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252",
1455
                "reference": "3989662bbb30a29d20d9faa04a846af79b276252",
1456
                "shasum": ""
1457
            },
1458
            "require": {
1459
                "php": ">=5.3.3"
1460
            },
1461
            "require-dev": {
1462
                "phpunit/phpunit": "~4.4"
1463
            },
1464
            "type": "library",
1465
            "extra": {
1466
                "branch-alias": {
1467
                    "dev-master": "1.0.x-dev"
1468
                }
1469
            },
1470
            "autoload": {
1471
                "classmap": [
1472
                    "src/"
1473
                ]
1474
            },
1475
            "notification-url": "https://packagist.org/downloads/",
1476
            "license": [
1477
                "BSD-3-Clause"
1478
            ],
1479
            "authors": [
1480
                {
1481
                    "name": "Jeff Welch",
1482
                    "email": "[email protected]"
1483
                },
1484
                {
1485
                    "name": "Sebastian Bergmann",
1486
                    "email": "[email protected]"
1487
                },
1488
                {
1489
                    "name": "Adam Harvey",
1490
                    "email": "[email protected]"
1491
                }
1492
            ],
1493
            "description": "Provides functionality to recursively process PHP variables",
1494
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1495
            "time": "2015-01-24 09:48:32"
1496
        },
1497
        {
1498
            "name": "sebastian/version",
1499
            "version": "1.0.4",
1500
            "source": {
1501
                "type": "git",
1502
                "url": "https://github.com/sebastianbergmann/version.git",
1503
                "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b"
1504
            },
1505
            "dist": {
1506
                "type": "zip",
1507
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/a77d9123f8e809db3fbdea15038c27a95da4058b",
1508
                "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b",
1509
                "shasum": ""
1510
            },
1511
            "type": "library",
1512
            "autoload": {
1513
                "classmap": [
1514
                    "src/"
1515
                ]
1516
            },
1517
            "notification-url": "https://packagist.org/downloads/",
1518
            "license": [
1519
                "BSD-3-Clause"
1520
            ],
1521
            "authors": [
1522
                {
1523
                    "name": "Sebastian Bergmann",
1524
                    "email": "[email protected]",
1525
                    "role": "lead"
1526
                }
1527
            ],
1528
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1529
            "homepage": "https://github.com/sebastianbergmann/version",
1530
            "time": "2014-12-15 14:25:24"
1531
        },
1532
        {
1533
            "name": "symfony/console",
1534
            "version": "2.7.x-dev",
1535
            "target-dir": "Symfony/Component/Console",
1536
            "source": {
1537
                "type": "git",
1538
                "url": "https://github.com/symfony/Console.git",
1539
                "reference": "780a2bc91e1b2188500ce1097f979c8f47dadf7f"
1540
            },
1541
            "dist": {
1542
                "type": "zip",
1543
                "url": "https://api.github.com/repos/symfony/Console/zipball/780a2bc91e1b2188500ce1097f979c8f47dadf7f",
1544
                "reference": "780a2bc91e1b2188500ce1097f979c8f47dadf7f",
1545
                "shasum": ""
1546
            },
1547
            "require": {
1548
                "php": ">=5.3.9"
1549
            },
1550
            "require-dev": {
1551
                "psr/log": "~1.0",
1552
                "symfony/event-dispatcher": "~2.1|~3.0.0",
1553
                "symfony/phpunit-bridge": "~2.7|~3.0.0",
1554
                "symfony/process": "~2.1|~3.0.0"
1555
            },
1556
            "suggest": {
1557
                "psr/log": "For using the console logger",
1558
                "symfony/event-dispatcher": "",
1559
                "symfony/process": ""
1560
            },
1561
            "type": "library",
1562
            "extra": {
1563
                "branch-alias": {
1564
                    "dev-master": "2.7-dev"
1565
                }
1566
            },
1567
            "autoload": {
1568
                "psr-0": {
1569
                    "Symfony\\Component\\Console\\": ""
1570
                }
1571
            },
1572
            "notification-url": "https://packagist.org/downloads/",
1573
            "license": [
1574
                "MIT"
1575
            ],
1576
            "authors": [
1577
                {
1578
                    "name": "Symfony Community",
1579
                    "homepage": "http://symfony.com/contributors"
1580
                },
1581
                {
1582
                    "name": "Fabien Potencier",
1583
                    "email": "[email protected]"
1584
                }
1585
            ],
1586
            "description": "Symfony Console Component",
1587
            "homepage": "http://symfony.com",
1588
            "time": "2015-03-30 15:55:07"
1589
        },
1590
        {
1591
            "name": "symfony/filesystem",
1592
            "version": "2.7.x-dev",
1593
            "target-dir": "Symfony/Component/Filesystem",
1594
            "source": {
1595
                "type": "git",
1596
                "url": "https://github.com/symfony/Filesystem.git",
1597
                "reference": "0d0790beeb3bdb997a6cb2d6f4e53f607337efe5"
1598
            },
1599
            "dist": {
1600
                "type": "zip",
1601
                "url": "https://api.github.com/repos/symfony/Filesystem/zipball/0d0790beeb3bdb997a6cb2d6f4e53f607337efe5",
1602
                "reference": "0d0790beeb3bdb997a6cb2d6f4e53f607337efe5",
1603
                "shasum": ""
1604
            },
1605
            "require": {
1606
                "php": ">=5.3.9"
1607
            },
1608
            "require-dev": {
1609
                "symfony/phpunit-bridge": "~2.7|~3.0.0"
1610
            },
1611
            "type": "library",
1612
            "extra": {
1613
                "branch-alias": {
1614
                    "dev-master": "2.7-dev"
1615
                }
1616
            },
1617
            "autoload": {
1618
                "psr-0": {
1619
                    "Symfony\\Component\\Filesystem\\": ""
1620
                }
1621
            },
1622
            "notification-url": "https://packagist.org/downloads/",
1623
            "license": [
1624
                "MIT"
1625
            ],
1626
            "authors": [
1627
                {
1628
                    "name": "Symfony Community",
1629
                    "homepage": "http://symfony.com/contributors"
1630
                },
1631
                {
1632
                    "name": "Fabien Potencier",
1633
                    "email": "[email protected]"
1634
                }
1635
            ],
1636
            "description": "Symfony Filesystem Component",
1637
            "homepage": "http://symfony.com",
1638
            "time": "2015-03-22 16:57:18"
1639
        },
1640
        {
1641
            "name": "symfony/finder",
1642
            "version": "2.7.x-dev",
1643
            "target-dir": "Symfony/Component/Finder",
1644
            "source": {
1645
                "type": "git",
1646
                "url": "https://github.com/symfony/Finder.git",
1647
                "reference": "492de776d92afc774f78cb3d47635b5da6ad2507"
1648
            },
1649
            "dist": {
1650
                "type": "zip",
1651
                "url": "https://api.github.com/repos/symfony/Finder/zipball/492de776d92afc774f78cb3d47635b5da6ad2507",
1652
                "reference": "492de776d92afc774f78cb3d47635b5da6ad2507",
1653
                "shasum": ""
1654
            },
1655
            "require": {
1656
                "php": ">=5.3.9"
1657
            },
1658
            "require-dev": {
1659
                "symfony/phpunit-bridge": "~2.7|~3.0.0"
1660
            },
1661
            "type": "library",
1662
            "extra": {
1663
                "branch-alias": {
1664
                    "dev-master": "2.7-dev"
1665
                }
1666
            },
1667
            "autoload": {
1668
                "psr-0": {
1669
                    "Symfony\\Component\\Finder\\": ""
1670
                }
1671
            },
1672
            "notification-url": "https://packagist.org/downloads/",
1673
            "license": [
1674
                "MIT"
1675
            ],
1676
            "authors": [
1677
                {
1678
                    "name": "Symfony Community",
1679
                    "homepage": "http://symfony.com/contributors"
1680
                },
1681
                {
1682
                    "name": "Fabien Potencier",
1683
                    "email": "[email protected]"
1684
                }
1685
            ],
1686
            "description": "Symfony Finder Component",
1687
            "homepage": "http://symfony.com",
1688
            "time": "2015-03-30 15:55:07"
1689
        },
1690
        {
1691
            "name": "symfony/process",
1692
            "version": "2.7.x-dev",
1693
            "target-dir": "Symfony/Component/Process",
1694
            "source": {
1695
                "type": "git",
1696
                "url": "https://github.com/symfony/Process.git",
1697
                "reference": "6028c8268fa2afe7e500f9652709270607b535a1"
1698
            },
1699
            "dist": {
1700
                "type": "zip",
1701
                "url": "https://api.github.com/repos/symfony/Process/zipball/6028c8268fa2afe7e500f9652709270607b535a1",
1702
                "reference": "6028c8268fa2afe7e500f9652709270607b535a1",
1703
                "shasum": ""
1704
            },
1705
            "require": {
1706
                "php": ">=5.3.9"
1707
            },
1708
            "require-dev": {
1709
                "symfony/phpunit-bridge": "~2.7|~3.0.0"
1710
            },
1711
            "type": "library",
1712
            "extra": {
1713
                "branch-alias": {
1714
                    "dev-master": "2.7-dev"
1715
                }
1716
            },
1717
            "autoload": {
1718
                "psr-0": {
1719
                    "Symfony\\Component\\Process\\": ""
1720
                }
1721
            },
1722
            "notification-url": "https://packagist.org/downloads/",
1723
            "license": [
1724
                "MIT"
1725
            ],
1726
            "authors": [
1727
                {
1728
                    "name": "Symfony Community",
1729
                    "homepage": "http://symfony.com/contributors"
1730
                },
1731
                {
1732
                    "name": "Fabien Potencier",
1733
                    "email": "[email protected]"
1734
                }
1735
            ],
1736
            "description": "Symfony Process Component",
1737
            "homepage": "http://symfony.com",
1738
            "time": "2015-03-30 15:55:07"
1739
        },
1740
        {
1741
            "name": "symfony/stopwatch",
1742
            "version": "2.7.x-dev",
1743
            "target-dir": "Symfony/Component/Stopwatch",
1744
            "source": {
1745
                "type": "git",
1746
                "url": "https://github.com/symfony/Stopwatch.git",
1747
                "reference": "39dc0826d2e0e068e8b2e2218c740110b7216006"
1748
            },
1749
            "dist": {
1750
                "type": "zip",
1751
                "url": "https://api.github.com/repos/symfony/Stopwatch/zipball/39dc0826d2e0e068e8b2e2218c740110b7216006",
1752
                "reference": "39dc0826d2e0e068e8b2e2218c740110b7216006",
1753
                "shasum": ""
1754
            },
1755
            "require": {
1756
                "php": ">=5.3.9"
1757
            },
1758
            "require-dev": {
1759
                "symfony/phpunit-bridge": "~2.7|~3.0.0"
1760
            },
1761
            "type": "library",
1762
            "extra": {
1763
                "branch-alias": {
1764
                    "dev-master": "2.7-dev"
1765
                }
1766
            },
1767
            "autoload": {
1768
                "psr-0": {
1769
                    "Symfony\\Component\\Stopwatch\\": ""
1770
                }
1771
            },
1772
            "notification-url": "https://packagist.org/downloads/",
1773
            "license": [
1774
                "MIT"
1775
            ],
1776
            "authors": [
1777
                {
1778
                    "name": "Symfony Community",
1779
                    "homepage": "http://symfony.com/contributors"
1780
                },
1781
                {
1782
                    "name": "Fabien Potencier",
1783
                    "email": "[email protected]"
1784
                }
1785
            ],
1786
            "description": "Symfony Stopwatch Component",
1787
            "homepage": "http://symfony.com",
1788
            "time": "2015-03-22 16:57:18"
1789
        },
1790
        {
1791
            "name": "symfony/yaml",
1792
            "version": "2.7.x-dev",
1793
            "target-dir": "Symfony/Component/Yaml",
1794
            "source": {
1795
                "type": "git",
1796
                "url": "https://github.com/symfony/Yaml.git",
1797
                "reference": "3882af2f22672e347030b561cc6c5abc2b335566"
1798
            },
1799
            "dist": {
1800
                "type": "zip",
1801
                "url": "https://api.github.com/repos/symfony/Yaml/zipball/3882af2f22672e347030b561cc6c5abc2b335566",
1802
                "reference": "3882af2f22672e347030b561cc6c5abc2b335566",
1803
                "shasum": ""
1804
            },
1805
            "require": {
1806
                "php": ">=5.3.9"
1807
            },
1808
            "require-dev": {
1809
                "symfony/phpunit-bridge": "~2.7|~3.0.0"
1810
            },
1811
            "type": "library",
1812
            "extra": {
1813
                "branch-alias": {
1814
                    "dev-master": "2.7-dev"
1815
                }
1816
            },
1817
            "autoload": {
1818
                "psr-0": {
1819
                    "Symfony\\Component\\Yaml\\": ""
1820
                }
1821
            },
1822
            "notification-url": "https://packagist.org/downloads/",
1823
            "license": [
1824
                "MIT"
1825
            ],
1826
            "authors": [
1827
                {
1828
                    "name": "Symfony Community",
1829
                    "homepage": "http://symfony.com/contributors"
1830
                },
1831
                {
1832
                    "name": "Fabien Potencier",
1833
                    "email": "[email protected]"
1834
                }
1835
            ],
1836
            "description": "Symfony Yaml Component",
1837
            "homepage": "http://symfony.com",
1838
            "time": "2015-03-30 15:55:07"
1839
        }
1840
    ],
1841
    "aliases": [],
1842
    "minimum-stability": "dev",
1843
    "stability-flags": {
1844
        "phpunit/phpunit": 0,
1845
        "fabpot/php-cs-fixer": 0
1846
    },
1847
    "prefer-stable": false,
1848
    "prefer-lowest": false,
1849
    "platform": {
1850
        "php": ">=5.4.0"
1851
    },
1852
    "platform-dev": []
1853
}
1854