Issues (2)

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

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": "7933548d7a77d3ec5081c4affb6cba14",
8
    "packages": [
9
        {
10
            "name": "pimple/pimple",
11
            "version": "v1.1.1",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/silexphp/Pimple.git",
15
                "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/silexphp/Pimple/zipball/2019c145fe393923f3441b23f29bbdfaa5c58c4d",
20
                "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": ">=5.3.0"
25
            },
26
            "type": "library",
27
            "extra": {
28
                "branch-alias": {
29
                    "dev-master": "1.1.x-dev"
30
                }
31
            },
32
            "autoload": {
33
                "psr-0": {
34
                    "Pimple": "lib/"
35
                }
36
            },
37
            "notification-url": "https://packagist.org/downloads/",
38
            "license": [
39
                "MIT"
40
            ],
41
            "authors": [
42
                {
43
                    "name": "Fabien Potencier",
44
                    "email": "[email protected]"
45
                }
46
            ],
47
            "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
48
            "homepage": "http://pimple.sensiolabs.org",
49
            "keywords": [
50
                "container",
51
                "dependency injection"
52
            ],
53
            "time": "2013-11-22 08:30:29"
54
        },
55
        {
56
            "name": "psr/log",
57
            "version": "1.0.0",
58
            "source": {
59
                "type": "git",
60
                "url": "https://github.com/php-fig/log.git",
61
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
62
            },
63
            "dist": {
64
                "type": "zip",
65
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
66
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
67
                "shasum": ""
68
            },
69
            "type": "library",
70
            "autoload": {
71
                "psr-0": {
72
                    "Psr\\Log\\": ""
73
                }
74
            },
75
            "notification-url": "https://packagist.org/downloads/",
76
            "license": [
77
                "MIT"
78
            ],
79
            "authors": [
80
                {
81
                    "name": "PHP-FIG",
82
                    "homepage": "http://www.php-fig.org/"
83
                }
84
            ],
85
            "description": "Common interface for logging libraries",
86
            "keywords": [
87
                "log",
88
                "psr",
89
                "psr-3"
90
            ],
91
            "time": "2012-12-21 11:40:51"
92
        },
93
        {
94
            "name": "silex/silex",
95
            "version": "v1.2.2",
96
            "source": {
97
                "type": "git",
98
                "url": "https://github.com/silexphp/Silex.git",
99
                "reference": "8c5e86eb97f3eee633729b22e950082fb5591328"
100
            },
101
            "dist": {
102
                "type": "zip",
103
                "url": "https://api.github.com/repos/silexphp/Silex/zipball/8c5e86eb97f3eee633729b22e950082fb5591328",
104
                "reference": "8c5e86eb97f3eee633729b22e950082fb5591328",
105
                "shasum": ""
106
            },
107
            "require": {
108
                "php": ">=5.3.3",
109
                "pimple/pimple": "~1.0",
110
                "symfony/event-dispatcher": ">=2.3,<2.6-dev",
111
                "symfony/http-foundation": ">=2.3,<2.6-dev",
112
                "symfony/http-kernel": ">=2.3,<2.6-dev",
113
                "symfony/routing": ">=2.3,<2.6-dev"
114
            },
115
            "require-dev": {
116
                "doctrine/dbal": "~2.2",
117
                "monolog/monolog": "~1.4,>=1.4.1",
118
                "phpunit/phpunit": "~3.7",
119
                "swiftmailer/swiftmailer": "5.*",
120
                "symfony/browser-kit": ">=2.3,<2.6-dev",
121
                "symfony/config": ">=2.3,<2.6-dev",
122
                "symfony/css-selector": ">=2.3,<2.6-dev",
123
                "symfony/debug": ">=2.3,<2.6-dev",
124
                "symfony/dom-crawler": ">=2.3,<2.6-dev",
125
                "symfony/finder": ">=2.3,<2.6-dev",
126
                "symfony/form": ">=2.3,<2.6-dev",
127
                "symfony/locale": ">=2.3,<2.6-dev",
128
                "symfony/monolog-bridge": ">=2.3,<2.6-dev",
129
                "symfony/options-resolver": ">=2.3,<2.6-dev",
130
                "symfony/process": ">=2.3,<2.6-dev",
131
                "symfony/security": ">=2.3,<2.6-dev",
132
                "symfony/serializer": ">=2.3,<2.6-dev",
133
                "symfony/translation": ">=2.3,<2.6-dev",
134
                "symfony/twig-bridge": ">=2.3,<2.6-dev",
135
                "symfony/validator": ">=2.3,<2.6-dev",
136
                "twig/twig": ">=1.8.0,<2.0-dev"
137
            },
138
            "suggest": {
139
                "symfony/browser-kit": ">=2.3,<2.6-dev",
140
                "symfony/css-selector": ">=2.3,<2.6-dev",
141
                "symfony/dom-crawler": ">=2.3,<2.6-dev",
142
                "symfony/form": ">=2.3,<2.6-dev"
143
            },
144
            "type": "library",
145
            "extra": {
146
                "branch-alias": {
147
                    "dev-master": "1.2.x-dev"
148
                }
149
            },
150
            "autoload": {
151
                "psr-0": {
152
                    "Silex": "src/"
153
                }
154
            },
155
            "notification-url": "https://packagist.org/downloads/",
156
            "license": [
157
                "MIT"
158
            ],
159
            "authors": [
160
                {
161
                    "name": "Fabien Potencier",
162
                    "email": "[email protected]"
163
                },
164
                {
165
                    "name": "Igor Wiedler",
166
                    "email": "[email protected]"
167
                }
168
            ],
169
            "description": "The PHP micro-framework based on the Symfony2 Components",
170
            "homepage": "http://silex.sensiolabs.org",
171
            "keywords": [
172
                "microframework"
173
            ],
174
            "time": "2014-09-26 09:32:30"
175
        },
176
        {
177
            "name": "symfony/debug",
178
            "version": "v2.6.1",
179
            "target-dir": "Symfony/Component/Debug",
180
            "source": {
181
                "type": "git",
182
                "url": "https://github.com/symfony/Debug.git",
183
                "reference": "08b529b4c0aa3e746d187fe2a63f08cb955a3566"
184
            },
185
            "dist": {
186
                "type": "zip",
187
                "url": "https://api.github.com/repos/symfony/Debug/zipball/08b529b4c0aa3e746d187fe2a63f08cb955a3566",
188
                "reference": "08b529b4c0aa3e746d187fe2a63f08cb955a3566",
189
                "shasum": ""
190
            },
191
            "require": {
192
                "php": ">=5.3.3",
193
                "psr/log": "~1.0"
194
            },
195
            "require-dev": {
196
                "symfony/http-foundation": "~2.1",
197
                "symfony/http-kernel": "~2.1"
198
            },
199
            "suggest": {
200
                "symfony/http-foundation": "",
201
                "symfony/http-kernel": ""
202
            },
203
            "type": "library",
204
            "extra": {
205
                "branch-alias": {
206
                    "dev-master": "2.6-dev"
207
                }
208
            },
209
            "autoload": {
210
                "psr-0": {
211
                    "Symfony\\Component\\Debug\\": ""
212
                }
213
            },
214
            "notification-url": "https://packagist.org/downloads/",
215
            "license": [
216
                "MIT"
217
            ],
218
            "authors": [
219
                {
220
                    "name": "Symfony Community",
221
                    "homepage": "http://symfony.com/contributors"
222
                },
223
                {
224
                    "name": "Fabien Potencier",
225
                    "email": "[email protected]"
226
                }
227
            ],
228
            "description": "Symfony Debug Component",
229
            "homepage": "http://symfony.com",
230
            "time": "2014-12-02 20:19:20"
231
        },
232
        {
233
            "name": "symfony/event-dispatcher",
234
            "version": "v2.5.8",
235
            "target-dir": "Symfony/Component/EventDispatcher",
236
            "source": {
237
                "type": "git",
238
                "url": "https://github.com/symfony/EventDispatcher.git",
239
                "reference": "c0a15f7c45efc6506077c728658c16b579929bf8"
240
            },
241
            "dist": {
242
                "type": "zip",
243
                "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/c0a15f7c45efc6506077c728658c16b579929bf8",
244
                "reference": "c0a15f7c45efc6506077c728658c16b579929bf8",
245
                "shasum": ""
246
            },
247
            "require": {
248
                "php": ">=5.3.3"
249
            },
250
            "require-dev": {
251
                "psr/log": "~1.0",
252
                "symfony/config": "~2.0",
253
                "symfony/dependency-injection": "~2.0,<2.6.0",
254
                "symfony/stopwatch": "~2.2"
255
            },
256
            "suggest": {
257
                "symfony/dependency-injection": "",
258
                "symfony/http-kernel": ""
259
            },
260
            "type": "library",
261
            "extra": {
262
                "branch-alias": {
263
                    "dev-master": "2.5-dev"
264
                }
265
            },
266
            "autoload": {
267
                "psr-0": {
268
                    "Symfony\\Component\\EventDispatcher\\": ""
269
                }
270
            },
271
            "notification-url": "https://packagist.org/downloads/",
272
            "license": [
273
                "MIT"
274
            ],
275
            "authors": [
276
                {
277
                    "name": "Symfony Community",
278
                    "homepage": "http://symfony.com/contributors"
279
                },
280
                {
281
                    "name": "Fabien Potencier",
282
                    "email": "[email protected]"
283
                }
284
            ],
285
            "description": "Symfony EventDispatcher Component",
286
            "homepage": "http://symfony.com",
287
            "time": "2014-12-02 20:15:53"
288
        },
289
        {
290
            "name": "symfony/http-foundation",
0 ignored issues
show
There is a security advisory for your installed version of symfony/http-foundation:

Unsafe methods in the Request class
Loading history...
291
            "version": "v2.5.8",
292
            "target-dir": "Symfony/Component/HttpFoundation",
293
            "source": {
294
                "type": "git",
295
                "url": "https://github.com/symfony/HttpFoundation.git",
296
                "reference": "44dfbeb4fa64582d46c7bd59e325245d0b2b9fff"
297
            },
298
            "dist": {
299
                "type": "zip",
300
                "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/44dfbeb4fa64582d46c7bd59e325245d0b2b9fff",
301
                "reference": "44dfbeb4fa64582d46c7bd59e325245d0b2b9fff",
302
                "shasum": ""
303
            },
304
            "require": {
305
                "php": ">=5.3.3"
306
            },
307
            "require-dev": {
308
                "symfony/expression-language": "~2.4"
309
            },
310
            "type": "library",
311
            "extra": {
312
                "branch-alias": {
313
                    "dev-master": "2.5-dev"
314
                }
315
            },
316
            "autoload": {
317
                "psr-0": {
318
                    "Symfony\\Component\\HttpFoundation\\": ""
319
                },
320
                "classmap": [
321
                    "Symfony/Component/HttpFoundation/Resources/stubs"
322
                ]
323
            },
324
            "notification-url": "https://packagist.org/downloads/",
325
            "license": [
326
                "MIT"
327
            ],
328
            "authors": [
329
                {
330
                    "name": "Symfony Community",
331
                    "homepage": "http://symfony.com/contributors"
332
                },
333
                {
334
                    "name": "Fabien Potencier",
335
                    "email": "[email protected]"
336
                }
337
            ],
338
            "description": "Symfony HttpFoundation Component",
339
            "homepage": "http://symfony.com",
340
            "time": "2014-12-02 20:15:53"
341
        },
342
        {
343
            "name": "symfony/http-kernel",
0 ignored issues
show
There are 2 security advisories for your installed version of symfony/http-kernel:

- CVE-2015-4050: ESI unauthorized access
- Esi Code Injection
Loading history...
344
            "version": "v2.5.8",
345
            "target-dir": "Symfony/Component/HttpKernel",
346
            "source": {
347
                "type": "git",
348
                "url": "https://github.com/symfony/HttpKernel.git",
349
                "reference": "c16051a1f3d259f806115fd9897430ae162d19a0"
350
            },
351
            "dist": {
352
                "type": "zip",
353
                "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/c16051a1f3d259f806115fd9897430ae162d19a0",
354
                "reference": "c16051a1f3d259f806115fd9897430ae162d19a0",
355
                "shasum": ""
356
            },
357
            "require": {
358
                "php": ">=5.3.3",
359
                "psr/log": "~1.0",
360
                "symfony/debug": "~2.5",
361
                "symfony/event-dispatcher": "~2.5",
362
                "symfony/http-foundation": "~2.5"
363
            },
364
            "require-dev": {
365
                "symfony/browser-kit": "~2.2",
366
                "symfony/class-loader": "~2.1",
367
                "symfony/config": "~2.0",
368
                "symfony/console": "~2.2",
369
                "symfony/dependency-injection": "~2.0",
370
                "symfony/expression-language": "~2.4",
371
                "symfony/finder": "~2.0",
372
                "symfony/process": "~2.0",
373
                "symfony/routing": "~2.2",
374
                "symfony/stopwatch": "~2.2",
375
                "symfony/templating": "~2.2"
376
            },
377
            "suggest": {
378
                "symfony/browser-kit": "",
379
                "symfony/class-loader": "",
380
                "symfony/config": "",
381
                "symfony/console": "",
382
                "symfony/dependency-injection": "",
383
                "symfony/finder": ""
384
            },
385
            "type": "library",
386
            "extra": {
387
                "branch-alias": {
388
                    "dev-master": "2.5-dev"
389
                }
390
            },
391
            "autoload": {
392
                "psr-0": {
393
                    "Symfony\\Component\\HttpKernel\\": ""
394
                }
395
            },
396
            "notification-url": "https://packagist.org/downloads/",
397
            "license": [
398
                "MIT"
399
            ],
400
            "authors": [
401
                {
402
                    "name": "Symfony Community",
403
                    "homepage": "http://symfony.com/contributors"
404
                },
405
                {
406
                    "name": "Fabien Potencier",
407
                    "email": "[email protected]"
408
                }
409
            ],
410
            "description": "Symfony HttpKernel Component",
411
            "homepage": "http://symfony.com",
412
            "time": "2014-12-03 14:18:17"
413
        },
414
        {
415
            "name": "symfony/routing",
416
            "version": "v2.5.8",
417
            "target-dir": "Symfony/Component/Routing",
418
            "source": {
419
                "type": "git",
420
                "url": "https://github.com/symfony/Routing.git",
421
                "reference": "9b7d9f6121e45243cc18e4ed682d8faa418d04bc"
422
            },
423
            "dist": {
424
                "type": "zip",
425
                "url": "https://api.github.com/repos/symfony/Routing/zipball/9b7d9f6121e45243cc18e4ed682d8faa418d04bc",
426
                "reference": "9b7d9f6121e45243cc18e4ed682d8faa418d04bc",
427
                "shasum": ""
428
            },
429
            "require": {
430
                "php": ">=5.3.3"
431
            },
432
            "require-dev": {
433
                "doctrine/annotations": "~1.0",
434
                "psr/log": "~1.0",
435
                "symfony/config": "~2.2",
436
                "symfony/expression-language": "~2.4",
437
                "symfony/http-foundation": "~2.3",
438
                "symfony/yaml": "~2.0"
439
            },
440
            "suggest": {
441
                "doctrine/annotations": "For using the annotation loader",
442
                "symfony/config": "For using the all-in-one router or any loader",
443
                "symfony/expression-language": "For using expression matching",
444
                "symfony/yaml": "For using the YAML loader"
445
            },
446
            "type": "library",
447
            "extra": {
448
                "branch-alias": {
449
                    "dev-master": "2.5-dev"
450
                }
451
            },
452
            "autoload": {
453
                "psr-0": {
454
                    "Symfony\\Component\\Routing\\": ""
455
                }
456
            },
457
            "notification-url": "https://packagist.org/downloads/",
458
            "license": [
459
                "MIT"
460
            ],
461
            "authors": [
462
                {
463
                    "name": "Symfony Community",
464
                    "homepage": "http://symfony.com/contributors"
465
                },
466
                {
467
                    "name": "Fabien Potencier",
468
                    "email": "[email protected]"
469
                }
470
            ],
471
            "description": "Symfony Routing Component",
472
            "homepage": "http://symfony.com",
473
            "keywords": [
474
                "router",
475
                "routing",
476
                "uri",
477
                "url"
478
            ],
479
            "time": "2014-12-02 20:15:53"
480
        },
481
        {
482
            "name": "xmarcos/carbon-client",
483
            "version": "0.2.0",
484
            "source": {
485
                "type": "git",
486
                "url": "https://github.com/xmarcos/CarbonClient.git",
487
                "reference": "bc67d8bf6cbf3ae58527b9dba5a90ac1dd825b46"
488
            },
489
            "dist": {
490
                "type": "zip",
491
                "url": "https://api.github.com/repos/xmarcos/CarbonClient/zipball/bc67d8bf6cbf3ae58527b9dba5a90ac1dd825b46",
492
                "reference": "bc67d8bf6cbf3ae58527b9dba5a90ac1dd825b46",
493
                "shasum": ""
494
            },
495
            "require": {
496
                "php": ">=5.4.0"
497
            },
498
            "require-dev": {
499
                "fabpot/php-cs-fixer": "@stable",
500
                "phpunit/phpunit": "@stable"
501
            },
502
            "type": "library",
503
            "autoload": {
504
                "psr-4": {
505
                    "xmarcos\\Carbon\\": "src/"
506
                }
507
            },
508
            "notification-url": "https://packagist.org/downloads/",
509
            "license": [
510
                "MIT"
511
            ],
512
            "authors": [
513
                {
514
                    "name": "Marcos Sader",
515
                    "email": "[email protected]"
516
                }
517
            ],
518
            "description": "A PHP client for Carbon (Graphite's backend) using the plaintext protocol.",
519
            "keywords": [
520
                "Metrics",
521
                "carbon",
522
                "graphite",
523
                "log"
524
            ],
525
            "time": "2015-01-07 07:52:12"
526
        }
527
    ],
528
    "packages-dev": [
529
        {
530
            "name": "doctrine/instantiator",
531
            "version": "1.0.4",
532
            "source": {
533
                "type": "git",
534
                "url": "https://github.com/doctrine/instantiator.git",
535
                "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119"
536
            },
537
            "dist": {
538
                "type": "zip",
539
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f976e5de371104877ebc89bd8fecb0019ed9c119",
540
                "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119",
541
                "shasum": ""
542
            },
543
            "require": {
544
                "php": ">=5.3,<8.0-DEV"
545
            },
546
            "require-dev": {
547
                "athletic/athletic": "~0.1.8",
548
                "ext-pdo": "*",
549
                "ext-phar": "*",
550
                "phpunit/phpunit": "~4.0",
551
                "squizlabs/php_codesniffer": "2.0.*@ALPHA"
552
            },
553
            "type": "library",
554
            "extra": {
555
                "branch-alias": {
556
                    "dev-master": "1.0.x-dev"
557
                }
558
            },
559
            "autoload": {
560
                "psr-0": {
561
                    "Doctrine\\Instantiator\\": "src"
562
                }
563
            },
564
            "notification-url": "https://packagist.org/downloads/",
565
            "license": [
566
                "MIT"
567
            ],
568
            "authors": [
569
                {
570
                    "name": "Marco Pivetta",
571
                    "email": "[email protected]",
572
                    "homepage": "http://ocramius.github.com/"
573
                }
574
            ],
575
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
576
            "homepage": "https://github.com/doctrine/instantiator",
577
            "keywords": [
578
                "constructor",
579
                "instantiate"
580
            ],
581
            "time": "2014-10-13 12:58:55"
582
        },
583
        {
584
            "name": "fabpot/php-cs-fixer",
585
            "version": "v1.3",
586
            "source": {
587
                "type": "git",
588
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
589
                "reference": "653cefbf33241185b58f7323157f1829552e370d"
590
            },
591
            "dist": {
592
                "type": "zip",
593
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/653cefbf33241185b58f7323157f1829552e370d",
594
                "reference": "653cefbf33241185b58f7323157f1829552e370d",
595
                "shasum": ""
596
            },
597
            "require": {
598
                "php": ">=5.3.6",
599
                "sebastian/diff": "~1.1",
600
                "symfony/console": "~2.1",
601
                "symfony/event-dispatcher": "~2.1",
602
                "symfony/filesystem": "~2.1",
603
                "symfony/finder": "~2.1",
604
                "symfony/process": "~2.3",
605
                "symfony/stopwatch": "~2.5"
606
            },
607
            "bin": [
608
                "php-cs-fixer"
609
            ],
610
            "type": "application",
611
            "extra": {
612
                "branch-alias": {
613
                    "dev-master": "1.3-dev"
614
                }
615
            },
616
            "autoload": {
617
                "psr-4": {
618
                    "Symfony\\CS\\": "Symfony/CS/"
619
                }
620
            },
621
            "notification-url": "https://packagist.org/downloads/",
622
            "license": [
623
                "MIT"
624
            ],
625
            "authors": [
626
                {
627
                    "name": "Dariusz Rumiński",
628
                    "email": "[email protected]"
629
                },
630
                {
631
                    "name": "Fabien Potencier",
632
                    "email": "[email protected]"
633
                }
634
            ],
635
            "description": "A script to automatically fix Symfony Coding Standard",
636
            "time": "2014-12-12 06:09:01"
637
        },
638
        {
639
            "name": "phpunit/php-code-coverage",
640
            "version": "2.0.14",
641
            "source": {
642
                "type": "git",
643
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
644
                "reference": "ca158276c1200cc27f5409a5e338486bc0b4fc94"
645
            },
646
            "dist": {
647
                "type": "zip",
648
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ca158276c1200cc27f5409a5e338486bc0b4fc94",
649
                "reference": "ca158276c1200cc27f5409a5e338486bc0b4fc94",
650
                "shasum": ""
651
            },
652
            "require": {
653
                "php": ">=5.3.3",
654
                "phpunit/php-file-iterator": "~1.3",
655
                "phpunit/php-text-template": "~1.2",
656
                "phpunit/php-token-stream": "~1.3",
657
                "sebastian/environment": "~1.0",
658
                "sebastian/version": "~1.0"
659
            },
660
            "require-dev": {
661
                "ext-xdebug": ">=2.1.4",
662
                "phpunit/phpunit": "~4.1"
663
            },
664
            "suggest": {
665
                "ext-dom": "*",
666
                "ext-xdebug": ">=2.2.1",
667
                "ext-xmlwriter": "*"
668
            },
669
            "type": "library",
670
            "extra": {
671
                "branch-alias": {
672
                    "dev-master": "2.0.x-dev"
673
                }
674
            },
675
            "autoload": {
676
                "classmap": [
677
                    "src/"
678
                ]
679
            },
680
            "notification-url": "https://packagist.org/downloads/",
681
            "include-path": [
682
                ""
683
            ],
684
            "license": [
685
                "BSD-3-Clause"
686
            ],
687
            "authors": [
688
                {
689
                    "name": "Sebastian Bergmann",
690
                    "email": "[email protected]",
691
                    "role": "lead"
692
                }
693
            ],
694
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
695
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
696
            "keywords": [
697
                "coverage",
698
                "testing",
699
                "xunit"
700
            ],
701
            "time": "2014-12-26 13:28:33"
702
        },
703
        {
704
            "name": "phpunit/php-file-iterator",
705
            "version": "1.3.4",
706
            "source": {
707
                "type": "git",
708
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
709
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
710
            },
711
            "dist": {
712
                "type": "zip",
713
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
714
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
715
                "shasum": ""
716
            },
717
            "require": {
718
                "php": ">=5.3.3"
719
            },
720
            "type": "library",
721
            "autoload": {
722
                "classmap": [
723
                    "File/"
724
                ]
725
            },
726
            "notification-url": "https://packagist.org/downloads/",
727
            "include-path": [
728
                ""
729
            ],
730
            "license": [
731
                "BSD-3-Clause"
732
            ],
733
            "authors": [
734
                {
735
                    "name": "Sebastian Bergmann",
736
                    "email": "[email protected]",
737
                    "role": "lead"
738
                }
739
            ],
740
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
741
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
742
            "keywords": [
743
                "filesystem",
744
                "iterator"
745
            ],
746
            "time": "2013-10-10 15:34:57"
747
        },
748
        {
749
            "name": "phpunit/php-text-template",
750
            "version": "1.2.0",
751
            "source": {
752
                "type": "git",
753
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
754
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
755
            },
756
            "dist": {
757
                "type": "zip",
758
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
759
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
760
                "shasum": ""
761
            },
762
            "require": {
763
                "php": ">=5.3.3"
764
            },
765
            "type": "library",
766
            "autoload": {
767
                "classmap": [
768
                    "Text/"
769
                ]
770
            },
771
            "notification-url": "https://packagist.org/downloads/",
772
            "include-path": [
773
                ""
774
            ],
775
            "license": [
776
                "BSD-3-Clause"
777
            ],
778
            "authors": [
779
                {
780
                    "name": "Sebastian Bergmann",
781
                    "email": "[email protected]",
782
                    "role": "lead"
783
                }
784
            ],
785
            "description": "Simple template engine.",
786
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
787
            "keywords": [
788
                "template"
789
            ],
790
            "time": "2014-01-30 17:20:04"
791
        },
792
        {
793
            "name": "phpunit/php-timer",
794
            "version": "1.0.5",
795
            "source": {
796
                "type": "git",
797
                "url": "https://github.com/sebastianbergmann/php-timer.git",
798
                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
799
            },
800
            "dist": {
801
                "type": "zip",
802
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
803
                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
804
                "shasum": ""
805
            },
806
            "require": {
807
                "php": ">=5.3.3"
808
            },
809
            "type": "library",
810
            "autoload": {
811
                "classmap": [
812
                    "PHP/"
813
                ]
814
            },
815
            "notification-url": "https://packagist.org/downloads/",
816
            "include-path": [
817
                ""
818
            ],
819
            "license": [
820
                "BSD-3-Clause"
821
            ],
822
            "authors": [
823
                {
824
                    "name": "Sebastian Bergmann",
825
                    "email": "[email protected]",
826
                    "role": "lead"
827
                }
828
            ],
829
            "description": "Utility class for timing",
830
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
831
            "keywords": [
832
                "timer"
833
            ],
834
            "time": "2013-08-02 07:42:54"
835
        },
836
        {
837
            "name": "phpunit/php-token-stream",
838
            "version": "1.3.0",
839
            "source": {
840
                "type": "git",
841
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
842
                "reference": "f8d5d08c56de5cfd592b3340424a81733259a876"
843
            },
844
            "dist": {
845
                "type": "zip",
846
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/f8d5d08c56de5cfd592b3340424a81733259a876",
847
                "reference": "f8d5d08c56de5cfd592b3340424a81733259a876",
848
                "shasum": ""
849
            },
850
            "require": {
851
                "ext-tokenizer": "*",
852
                "php": ">=5.3.3"
853
            },
854
            "require-dev": {
855
                "phpunit/phpunit": "~4.2"
856
            },
857
            "type": "library",
858
            "extra": {
859
                "branch-alias": {
860
                    "dev-master": "1.3-dev"
861
                }
862
            },
863
            "autoload": {
864
                "classmap": [
865
                    "src/"
866
                ]
867
            },
868
            "notification-url": "https://packagist.org/downloads/",
869
            "license": [
870
                "BSD-3-Clause"
871
            ],
872
            "authors": [
873
                {
874
                    "name": "Sebastian Bergmann",
875
                    "email": "[email protected]"
876
                }
877
            ],
878
            "description": "Wrapper around PHP's tokenizer extension.",
879
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
880
            "keywords": [
881
                "tokenizer"
882
            ],
883
            "time": "2014-08-31 06:12:13"
884
        },
885
        {
886
            "name": "phpunit/phpunit",
887
            "version": "4.4.1",
888
            "source": {
889
                "type": "git",
890
                "url": "https://github.com/sebastianbergmann/phpunit.git",
891
                "reference": "6a5e49a86ce5e33b8d0657abe145057fc513543a"
892
            },
893
            "dist": {
894
                "type": "zip",
895
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6a5e49a86ce5e33b8d0657abe145057fc513543a",
896
                "reference": "6a5e49a86ce5e33b8d0657abe145057fc513543a",
897
                "shasum": ""
898
            },
899
            "require": {
900
                "ext-dom": "*",
901
                "ext-json": "*",
902
                "ext-pcre": "*",
903
                "ext-reflection": "*",
904
                "ext-spl": "*",
905
                "php": ">=5.3.3",
906
                "phpunit/php-code-coverage": "~2.0",
907
                "phpunit/php-file-iterator": "~1.3.2",
908
                "phpunit/php-text-template": "~1.2",
909
                "phpunit/php-timer": "~1.0.2",
910
                "phpunit/phpunit-mock-objects": "~2.3",
911
                "sebastian/comparator": "~1.0",
912
                "sebastian/diff": "~1.1",
913
                "sebastian/environment": "~1.1",
914
                "sebastian/exporter": "~1.0",
915
                "sebastian/global-state": "~1.0",
916
                "sebastian/version": "~1.0",
917
                "symfony/yaml": "~2.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.4.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": "2014-12-28 07:57:05"
955
        },
956
        {
957
            "name": "phpunit/phpunit-mock-objects",
958
            "version": "2.3.0",
959
            "source": {
960
                "type": "git",
961
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
962
                "reference": "c63d2367247365f688544f0d500af90a11a44c65"
963
            },
964
            "dist": {
965
                "type": "zip",
966
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/c63d2367247365f688544f0d500af90a11a44c65",
967
                "reference": "c63d2367247365f688544f0d500af90a11a44c65",
968
                "shasum": ""
969
            },
970
            "require": {
971
                "doctrine/instantiator": "~1.0,>=1.0.1",
972
                "php": ">=5.3.3",
973
                "phpunit/php-text-template": "~1.2"
974
            },
975
            "require-dev": {
976
                "phpunit/phpunit": "~4.3"
977
            },
978
            "suggest": {
979
                "ext-soap": "*"
980
            },
981
            "type": "library",
982
            "extra": {
983
                "branch-alias": {
984
                    "dev-master": "2.3.x-dev"
985
                }
986
            },
987
            "autoload": {
988
                "classmap": [
989
                    "src/"
990
                ]
991
            },
992
            "notification-url": "https://packagist.org/downloads/",
993
            "license": [
994
                "BSD-3-Clause"
995
            ],
996
            "authors": [
997
                {
998
                    "name": "Sebastian Bergmann",
999
                    "email": "[email protected]",
1000
                    "role": "lead"
1001
                }
1002
            ],
1003
            "description": "Mock Object library for PHPUnit",
1004
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1005
            "keywords": [
1006
                "mock",
1007
                "xunit"
1008
            ],
1009
            "time": "2014-10-03 05:12:11"
1010
        },
1011
        {
1012
            "name": "sebastian/comparator",
1013
            "version": "1.1.0",
1014
            "source": {
1015
                "type": "git",
1016
                "url": "https://github.com/sebastianbergmann/comparator.git",
1017
                "reference": "c484a80f97573ab934e37826dba0135a3301b26a"
1018
            },
1019
            "dist": {
1020
                "type": "zip",
1021
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/c484a80f97573ab934e37826dba0135a3301b26a",
1022
                "reference": "c484a80f97573ab934e37826dba0135a3301b26a",
1023
                "shasum": ""
1024
            },
1025
            "require": {
1026
                "php": ">=5.3.3",
1027
                "sebastian/diff": "~1.1",
1028
                "sebastian/exporter": "~1.0"
1029
            },
1030
            "require-dev": {
1031
                "phpunit/phpunit": "~4.1"
1032
            },
1033
            "type": "library",
1034
            "extra": {
1035
                "branch-alias": {
1036
                    "dev-master": "1.1.x-dev"
1037
                }
1038
            },
1039
            "autoload": {
1040
                "classmap": [
1041
                    "src/"
1042
                ]
1043
            },
1044
            "notification-url": "https://packagist.org/downloads/",
1045
            "license": [
1046
                "BSD-3-Clause"
1047
            ],
1048
            "authors": [
1049
                {
1050
                    "name": "Jeff Welch",
1051
                    "email": "[email protected]"
1052
                },
1053
                {
1054
                    "name": "Volker Dusch",
1055
                    "email": "[email protected]"
1056
                },
1057
                {
1058
                    "name": "Bernhard Schussek",
1059
                    "email": "[email protected]"
1060
                },
1061
                {
1062
                    "name": "Sebastian Bergmann",
1063
                    "email": "[email protected]"
1064
                }
1065
            ],
1066
            "description": "Provides the functionality to compare PHP values for equality",
1067
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1068
            "keywords": [
1069
                "comparator",
1070
                "compare",
1071
                "equality"
1072
            ],
1073
            "time": "2014-11-16 21:32:38"
1074
        },
1075
        {
1076
            "name": "sebastian/diff",
1077
            "version": "1.2.0",
1078
            "source": {
1079
                "type": "git",
1080
                "url": "https://github.com/sebastianbergmann/diff.git",
1081
                "reference": "5843509fed39dee4b356a306401e9dd1a931fec7"
1082
            },
1083
            "dist": {
1084
                "type": "zip",
1085
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/5843509fed39dee4b356a306401e9dd1a931fec7",
1086
                "reference": "5843509fed39dee4b356a306401e9dd1a931fec7",
1087
                "shasum": ""
1088
            },
1089
            "require": {
1090
                "php": ">=5.3.3"
1091
            },
1092
            "require-dev": {
1093
                "phpunit/phpunit": "~4.2"
1094
            },
1095
            "type": "library",
1096
            "extra": {
1097
                "branch-alias": {
1098
                    "dev-master": "1.2-dev"
1099
                }
1100
            },
1101
            "autoload": {
1102
                "classmap": [
1103
                    "src/"
1104
                ]
1105
            },
1106
            "notification-url": "https://packagist.org/downloads/",
1107
            "license": [
1108
                "BSD-3-Clause"
1109
            ],
1110
            "authors": [
1111
                {
1112
                    "name": "Kore Nordmann",
1113
                    "email": "[email protected]"
1114
                },
1115
                {
1116
                    "name": "Sebastian Bergmann",
1117
                    "email": "[email protected]"
1118
                }
1119
            ],
1120
            "description": "Diff implementation",
1121
            "homepage": "http://www.github.com/sebastianbergmann/diff",
1122
            "keywords": [
1123
                "diff"
1124
            ],
1125
            "time": "2014-08-15 10:29:00"
1126
        },
1127
        {
1128
            "name": "sebastian/environment",
1129
            "version": "1.2.1",
1130
            "source": {
1131
                "type": "git",
1132
                "url": "https://github.com/sebastianbergmann/environment.git",
1133
                "reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7"
1134
            },
1135
            "dist": {
1136
                "type": "zip",
1137
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e6c71d918088c251b181ba8b3088af4ac336dd7",
1138
                "reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7",
1139
                "shasum": ""
1140
            },
1141
            "require": {
1142
                "php": ">=5.3.3"
1143
            },
1144
            "require-dev": {
1145
                "phpunit/phpunit": "~4.3"
1146
            },
1147
            "type": "library",
1148
            "extra": {
1149
                "branch-alias": {
1150
                    "dev-master": "1.2.x-dev"
1151
                }
1152
            },
1153
            "autoload": {
1154
                "classmap": [
1155
                    "src/"
1156
                ]
1157
            },
1158
            "notification-url": "https://packagist.org/downloads/",
1159
            "license": [
1160
                "BSD-3-Clause"
1161
            ],
1162
            "authors": [
1163
                {
1164
                    "name": "Sebastian Bergmann",
1165
                    "email": "[email protected]"
1166
                }
1167
            ],
1168
            "description": "Provides functionality to handle HHVM/PHP environments",
1169
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1170
            "keywords": [
1171
                "Xdebug",
1172
                "environment",
1173
                "hhvm"
1174
            ],
1175
            "time": "2014-10-25 08:00:45"
1176
        },
1177
        {
1178
            "name": "sebastian/exporter",
1179
            "version": "1.0.2",
1180
            "source": {
1181
                "type": "git",
1182
                "url": "https://github.com/sebastianbergmann/exporter.git",
1183
                "reference": "c7d59948d6e82818e1bdff7cadb6c34710eb7dc0"
1184
            },
1185
            "dist": {
1186
                "type": "zip",
1187
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/c7d59948d6e82818e1bdff7cadb6c34710eb7dc0",
1188
                "reference": "c7d59948d6e82818e1bdff7cadb6c34710eb7dc0",
1189
                "shasum": ""
1190
            },
1191
            "require": {
1192
                "php": ">=5.3.3"
1193
            },
1194
            "require-dev": {
1195
                "phpunit/phpunit": "~4.0"
1196
            },
1197
            "type": "library",
1198
            "extra": {
1199
                "branch-alias": {
1200
                    "dev-master": "1.0.x-dev"
1201
                }
1202
            },
1203
            "autoload": {
1204
                "classmap": [
1205
                    "src/"
1206
                ]
1207
            },
1208
            "notification-url": "https://packagist.org/downloads/",
1209
            "license": [
1210
                "BSD-3-Clause"
1211
            ],
1212
            "authors": [
1213
                {
1214
                    "name": "Jeff Welch",
1215
                    "email": "[email protected]"
1216
                },
1217
                {
1218
                    "name": "Volker Dusch",
1219
                    "email": "[email protected]"
1220
                },
1221
                {
1222
                    "name": "Bernhard Schussek",
1223
                    "email": "[email protected]"
1224
                },
1225
                {
1226
                    "name": "Sebastian Bergmann",
1227
                    "email": "[email protected]"
1228
                },
1229
                {
1230
                    "name": "Adam Harvey",
1231
                    "email": "[email protected]"
1232
                }
1233
            ],
1234
            "description": "Provides the functionality to export PHP variables for visualization",
1235
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1236
            "keywords": [
1237
                "export",
1238
                "exporter"
1239
            ],
1240
            "time": "2014-09-10 00:51:36"
1241
        },
1242
        {
1243
            "name": "sebastian/global-state",
1244
            "version": "1.0.0",
1245
            "source": {
1246
                "type": "git",
1247
                "url": "https://github.com/sebastianbergmann/global-state.git",
1248
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
1249
            },
1250
            "dist": {
1251
                "type": "zip",
1252
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
1253
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
1254
                "shasum": ""
1255
            },
1256
            "require": {
1257
                "php": ">=5.3.3"
1258
            },
1259
            "require-dev": {
1260
                "phpunit/phpunit": "~4.2"
1261
            },
1262
            "suggest": {
1263
                "ext-uopz": "*"
1264
            },
1265
            "type": "library",
1266
            "extra": {
1267
                "branch-alias": {
1268
                    "dev-master": "1.0-dev"
1269
                }
1270
            },
1271
            "autoload": {
1272
                "classmap": [
1273
                    "src/"
1274
                ]
1275
            },
1276
            "notification-url": "https://packagist.org/downloads/",
1277
            "license": [
1278
                "BSD-3-Clause"
1279
            ],
1280
            "authors": [
1281
                {
1282
                    "name": "Sebastian Bergmann",
1283
                    "email": "[email protected]"
1284
                }
1285
            ],
1286
            "description": "Snapshotting of global state",
1287
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1288
            "keywords": [
1289
                "global state"
1290
            ],
1291
            "time": "2014-10-06 09:23:50"
1292
        },
1293
        {
1294
            "name": "sebastian/version",
1295
            "version": "1.0.4",
1296
            "source": {
1297
                "type": "git",
1298
                "url": "https://github.com/sebastianbergmann/version.git",
1299
                "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b"
1300
            },
1301
            "dist": {
1302
                "type": "zip",
1303
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/a77d9123f8e809db3fbdea15038c27a95da4058b",
1304
                "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b",
1305
                "shasum": ""
1306
            },
1307
            "type": "library",
1308
            "autoload": {
1309
                "classmap": [
1310
                    "src/"
1311
                ]
1312
            },
1313
            "notification-url": "https://packagist.org/downloads/",
1314
            "license": [
1315
                "BSD-3-Clause"
1316
            ],
1317
            "authors": [
1318
                {
1319
                    "name": "Sebastian Bergmann",
1320
                    "email": "[email protected]",
1321
                    "role": "lead"
1322
                }
1323
            ],
1324
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1325
            "homepage": "https://github.com/sebastianbergmann/version",
1326
            "time": "2014-12-15 14:25:24"
1327
        },
1328
        {
1329
            "name": "symfony/console",
1330
            "version": "v2.6.1",
1331
            "target-dir": "Symfony/Component/Console",
1332
            "source": {
1333
                "type": "git",
1334
                "url": "https://github.com/symfony/Console.git",
1335
                "reference": "ef825fd9f809d275926547c9e57cbf14968793e8"
1336
            },
1337
            "dist": {
1338
                "type": "zip",
1339
                "url": "https://api.github.com/repos/symfony/Console/zipball/ef825fd9f809d275926547c9e57cbf14968793e8",
1340
                "reference": "ef825fd9f809d275926547c9e57cbf14968793e8",
1341
                "shasum": ""
1342
            },
1343
            "require": {
1344
                "php": ">=5.3.3"
1345
            },
1346
            "require-dev": {
1347
                "psr/log": "~1.0",
1348
                "symfony/event-dispatcher": "~2.1",
1349
                "symfony/process": "~2.1"
1350
            },
1351
            "suggest": {
1352
                "psr/log": "For using the console logger",
1353
                "symfony/event-dispatcher": "",
1354
                "symfony/process": ""
1355
            },
1356
            "type": "library",
1357
            "extra": {
1358
                "branch-alias": {
1359
                    "dev-master": "2.6-dev"
1360
                }
1361
            },
1362
            "autoload": {
1363
                "psr-0": {
1364
                    "Symfony\\Component\\Console\\": ""
1365
                }
1366
            },
1367
            "notification-url": "https://packagist.org/downloads/",
1368
            "license": [
1369
                "MIT"
1370
            ],
1371
            "authors": [
1372
                {
1373
                    "name": "Symfony Community",
1374
                    "homepage": "http://symfony.com/contributors"
1375
                },
1376
                {
1377
                    "name": "Fabien Potencier",
1378
                    "email": "[email protected]"
1379
                }
1380
            ],
1381
            "description": "Symfony Console Component",
1382
            "homepage": "http://symfony.com",
1383
            "time": "2014-12-02 20:19:20"
1384
        },
1385
        {
1386
            "name": "symfony/filesystem",
1387
            "version": "v2.6.1",
1388
            "target-dir": "Symfony/Component/Filesystem",
1389
            "source": {
1390
                "type": "git",
1391
                "url": "https://github.com/symfony/Filesystem.git",
1392
                "reference": "ff6efc95256cb33031933729e68b01d720b5436b"
1393
            },
1394
            "dist": {
1395
                "type": "zip",
1396
                "url": "https://api.github.com/repos/symfony/Filesystem/zipball/ff6efc95256cb33031933729e68b01d720b5436b",
1397
                "reference": "ff6efc95256cb33031933729e68b01d720b5436b",
1398
                "shasum": ""
1399
            },
1400
            "require": {
1401
                "php": ">=5.3.3"
1402
            },
1403
            "type": "library",
1404
            "extra": {
1405
                "branch-alias": {
1406
                    "dev-master": "2.6-dev"
1407
                }
1408
            },
1409
            "autoload": {
1410
                "psr-0": {
1411
                    "Symfony\\Component\\Filesystem\\": ""
1412
                }
1413
            },
1414
            "notification-url": "https://packagist.org/downloads/",
1415
            "license": [
1416
                "MIT"
1417
            ],
1418
            "authors": [
1419
                {
1420
                    "name": "Symfony Community",
1421
                    "homepage": "http://symfony.com/contributors"
1422
                },
1423
                {
1424
                    "name": "Fabien Potencier",
1425
                    "email": "[email protected]"
1426
                }
1427
            ],
1428
            "description": "Symfony Filesystem Component",
1429
            "homepage": "http://symfony.com",
1430
            "time": "2014-12-02 20:19:20"
1431
        },
1432
        {
1433
            "name": "symfony/finder",
1434
            "version": "v2.6.1",
1435
            "target-dir": "Symfony/Component/Finder",
1436
            "source": {
1437
                "type": "git",
1438
                "url": "https://github.com/symfony/Finder.git",
1439
                "reference": "0d3ef7f6ec55a7af5eca7914eaa0dacc04ccc721"
1440
            },
1441
            "dist": {
1442
                "type": "zip",
1443
                "url": "https://api.github.com/repos/symfony/Finder/zipball/0d3ef7f6ec55a7af5eca7914eaa0dacc04ccc721",
1444
                "reference": "0d3ef7f6ec55a7af5eca7914eaa0dacc04ccc721",
1445
                "shasum": ""
1446
            },
1447
            "require": {
1448
                "php": ">=5.3.3"
1449
            },
1450
            "type": "library",
1451
            "extra": {
1452
                "branch-alias": {
1453
                    "dev-master": "2.6-dev"
1454
                }
1455
            },
1456
            "autoload": {
1457
                "psr-0": {
1458
                    "Symfony\\Component\\Finder\\": ""
1459
                }
1460
            },
1461
            "notification-url": "https://packagist.org/downloads/",
1462
            "license": [
1463
                "MIT"
1464
            ],
1465
            "authors": [
1466
                {
1467
                    "name": "Symfony Community",
1468
                    "homepage": "http://symfony.com/contributors"
1469
                },
1470
                {
1471
                    "name": "Fabien Potencier",
1472
                    "email": "[email protected]"
1473
                }
1474
            ],
1475
            "description": "Symfony Finder Component",
1476
            "homepage": "http://symfony.com",
1477
            "time": "2014-12-02 20:19:20"
1478
        },
1479
        {
1480
            "name": "symfony/process",
1481
            "version": "v2.6.1",
1482
            "target-dir": "Symfony/Component/Process",
1483
            "source": {
1484
                "type": "git",
1485
                "url": "https://github.com/symfony/Process.git",
1486
                "reference": "bf0c9bd625f13b0b0bbe39919225cf145dfb935a"
1487
            },
1488
            "dist": {
1489
                "type": "zip",
1490
                "url": "https://api.github.com/repos/symfony/Process/zipball/bf0c9bd625f13b0b0bbe39919225cf145dfb935a",
1491
                "reference": "bf0c9bd625f13b0b0bbe39919225cf145dfb935a",
1492
                "shasum": ""
1493
            },
1494
            "require": {
1495
                "php": ">=5.3.3"
1496
            },
1497
            "type": "library",
1498
            "extra": {
1499
                "branch-alias": {
1500
                    "dev-master": "2.6-dev"
1501
                }
1502
            },
1503
            "autoload": {
1504
                "psr-0": {
1505
                    "Symfony\\Component\\Process\\": ""
1506
                }
1507
            },
1508
            "notification-url": "https://packagist.org/downloads/",
1509
            "license": [
1510
                "MIT"
1511
            ],
1512
            "authors": [
1513
                {
1514
                    "name": "Symfony Community",
1515
                    "homepage": "http://symfony.com/contributors"
1516
                },
1517
                {
1518
                    "name": "Fabien Potencier",
1519
                    "email": "[email protected]"
1520
                }
1521
            ],
1522
            "description": "Symfony Process Component",
1523
            "homepage": "http://symfony.com",
1524
            "time": "2014-12-02 20:19:20"
1525
        },
1526
        {
1527
            "name": "symfony/stopwatch",
1528
            "version": "v2.6.1",
1529
            "target-dir": "Symfony/Component/Stopwatch",
1530
            "source": {
1531
                "type": "git",
1532
                "url": "https://github.com/symfony/Stopwatch.git",
1533
                "reference": "261abd360cfb6ac65ea93ffd82073e2011d034fc"
1534
            },
1535
            "dist": {
1536
                "type": "zip",
1537
                "url": "https://api.github.com/repos/symfony/Stopwatch/zipball/261abd360cfb6ac65ea93ffd82073e2011d034fc",
1538
                "reference": "261abd360cfb6ac65ea93ffd82073e2011d034fc",
1539
                "shasum": ""
1540
            },
1541
            "require": {
1542
                "php": ">=5.3.3"
1543
            },
1544
            "type": "library",
1545
            "extra": {
1546
                "branch-alias": {
1547
                    "dev-master": "2.6-dev"
1548
                }
1549
            },
1550
            "autoload": {
1551
                "psr-0": {
1552
                    "Symfony\\Component\\Stopwatch\\": ""
1553
                }
1554
            },
1555
            "notification-url": "https://packagist.org/downloads/",
1556
            "license": [
1557
                "MIT"
1558
            ],
1559
            "authors": [
1560
                {
1561
                    "name": "Symfony Community",
1562
                    "homepage": "http://symfony.com/contributors"
1563
                },
1564
                {
1565
                    "name": "Fabien Potencier",
1566
                    "email": "[email protected]"
1567
                }
1568
            ],
1569
            "description": "Symfony Stopwatch Component",
1570
            "homepage": "http://symfony.com",
1571
            "time": "2014-12-02 20:19:20"
1572
        },
1573
        {
1574
            "name": "symfony/yaml",
1575
            "version": "v2.6.1",
1576
            "target-dir": "Symfony/Component/Yaml",
1577
            "source": {
1578
                "type": "git",
1579
                "url": "https://github.com/symfony/Yaml.git",
1580
                "reference": "3346fc090a3eb6b53d408db2903b241af51dcb20"
1581
            },
1582
            "dist": {
1583
                "type": "zip",
1584
                "url": "https://api.github.com/repos/symfony/Yaml/zipball/3346fc090a3eb6b53d408db2903b241af51dcb20",
1585
                "reference": "3346fc090a3eb6b53d408db2903b241af51dcb20",
1586
                "shasum": ""
1587
            },
1588
            "require": {
1589
                "php": ">=5.3.3"
1590
            },
1591
            "type": "library",
1592
            "extra": {
1593
                "branch-alias": {
1594
                    "dev-master": "2.6-dev"
1595
                }
1596
            },
1597
            "autoload": {
1598
                "psr-0": {
1599
                    "Symfony\\Component\\Yaml\\": ""
1600
                }
1601
            },
1602
            "notification-url": "https://packagist.org/downloads/",
1603
            "license": [
1604
                "MIT"
1605
            ],
1606
            "authors": [
1607
                {
1608
                    "name": "Symfony Community",
1609
                    "homepage": "http://symfony.com/contributors"
1610
                },
1611
                {
1612
                    "name": "Fabien Potencier",
1613
                    "email": "[email protected]"
1614
                }
1615
            ],
1616
            "description": "Symfony Yaml Component",
1617
            "homepage": "http://symfony.com",
1618
            "time": "2014-12-02 20:19:20"
1619
        }
1620
    ],
1621
    "aliases": [],
1622
    "minimum-stability": "dev",
1623
    "stability-flags": {
1624
        "phpunit/phpunit": 0,
1625
        "fabpot/php-cs-fixer": 0
1626
    },
1627
    "prefer-stable": true,
1628
    "platform": [],
1629
    "platform-dev": []
1630
}
1631