Issues (3)

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

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "1282b9cd92ba94cf423977fb37474d15",
8
    "packages": [
9
        {
10
            "name": "elasticsearch/elasticsearch",
11
            "version": "v1.1.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/elasticsearch/elasticsearch-php.git",
15
                "reference": "fd304b1c12778c9eab9b1c1a9e07d791f40bd56d"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/elasticsearch/elasticsearch-php/zipball/fd304b1c12778c9eab9b1c1a9e07d791f40bd56d",
20
                "reference": "fd304b1c12778c9eab9b1c1a9e07d791f40bd56d",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "ext-curl": "*",
25
                "guzzle/guzzle": "~3.7",
26
                "monolog/monolog": "~1.5",
27
                "php": ">=5.3.9",
28
                "pimple/pimple": "~1.0",
29
                "psr/log": "~1.0"
30
            },
31
            "require-dev": {
32
                "athletic/athletic": "~0.1",
33
                "cpliakas/git-wrapper": "~1.0",
34
                "mikey179/vfsstream": "~1.2",
35
                "mockery/mockery": "dev-master@dev",
36
                "phpunit/phpunit": "3.7.*",
37
                "satooshi/php-coveralls": "dev-master",
38
                "symfony/yaml": "2.4.3 as 2.4.2",
39
                "twig/twig": "1.*"
40
            },
41
            "type": "library",
42
            "autoload": {
43
                "psr-0": {
44
                    "Elasticsearch": "src/",
45
                    "Elasticsearch\\Tests": "tests/",
46
                    "Elasticsearch\\Benchmarks": "benchmarks/"
47
                }
48
            },
49
            "notification-url": "https://packagist.org/downloads/",
50
            "license": [
51
                "Apache 2"
52
            ],
53
            "authors": [
54
                {
55
                    "name": "Zachary Tong"
56
                }
57
            ],
58
            "description": "PHP Client for Elasticsearch",
59
            "keywords": [
60
                "client",
61
                "elasticsearch",
62
                "search"
63
            ],
64
            "time": "2014-05-07 15:54:46"
65
        },
66
        {
67
            "name": "guzzle/guzzle",
68
            "version": "v3.9.2",
69
            "source": {
70
                "type": "git",
71
                "url": "https://github.com/guzzle/guzzle3.git",
72
                "reference": "54991459675c1a2924122afbb0e5609ade581155"
73
            },
74
            "dist": {
75
                "type": "zip",
76
                "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/54991459675c1a2924122afbb0e5609ade581155",
77
                "reference": "54991459675c1a2924122afbb0e5609ade581155",
78
                "shasum": ""
79
            },
80
            "require": {
81
                "ext-curl": "*",
82
                "php": ">=5.3.3",
83
                "symfony/event-dispatcher": "~2.1"
84
            },
85
            "replace": {
86
                "guzzle/batch": "self.version",
87
                "guzzle/cache": "self.version",
88
                "guzzle/common": "self.version",
89
                "guzzle/http": "self.version",
90
                "guzzle/inflection": "self.version",
91
                "guzzle/iterator": "self.version",
92
                "guzzle/log": "self.version",
93
                "guzzle/parser": "self.version",
94
                "guzzle/plugin": "self.version",
95
                "guzzle/plugin-async": "self.version",
96
                "guzzle/plugin-backoff": "self.version",
97
                "guzzle/plugin-cache": "self.version",
98
                "guzzle/plugin-cookie": "self.version",
99
                "guzzle/plugin-curlauth": "self.version",
100
                "guzzle/plugin-error-response": "self.version",
101
                "guzzle/plugin-history": "self.version",
102
                "guzzle/plugin-log": "self.version",
103
                "guzzle/plugin-md5": "self.version",
104
                "guzzle/plugin-mock": "self.version",
105
                "guzzle/plugin-oauth": "self.version",
106
                "guzzle/service": "self.version",
107
                "guzzle/stream": "self.version"
108
            },
109
            "require-dev": {
110
                "doctrine/cache": "~1.3",
111
                "monolog/monolog": "~1.0",
112
                "phpunit/phpunit": "3.7.*",
113
                "psr/log": "~1.0",
114
                "symfony/class-loader": "~2.1",
115
                "zendframework/zend-cache": "2.*,<2.3",
116
                "zendframework/zend-log": "2.*,<2.3"
117
            },
118
            "type": "library",
119
            "extra": {
120
                "branch-alias": {
121
                    "dev-master": "3.9-dev"
122
                }
123
            },
124
            "autoload": {
125
                "psr-0": {
126
                    "Guzzle": "src/",
127
                    "Guzzle\\Tests": "tests/"
128
                }
129
            },
130
            "notification-url": "https://packagist.org/downloads/",
131
            "license": [
132
                "MIT"
133
            ],
134
            "authors": [
135
                {
136
                    "name": "Michael Dowling",
137
                    "email": "[email protected]",
138
                    "homepage": "https://github.com/mtdowling"
139
                },
140
                {
141
                    "name": "Guzzle Community",
142
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
143
                }
144
            ],
145
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
146
            "homepage": "http://guzzlephp.org/",
147
            "keywords": [
148
                "client",
149
                "curl",
150
                "framework",
151
                "http",
152
                "http client",
153
                "rest",
154
                "web service"
155
            ],
156
            "time": "2014-08-11 04:32:36"
157
        },
158
        {
159
            "name": "monolog/monolog",
0 ignored issues
show
There is a security advisory for your installed version of monolog/monolog:

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