GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.

Issues (37)

Security Analysis    no request data  

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

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

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "2ac7bbf918e34fe51df8171e9d186a5f",
8
    "content-hash": "b9c80a4e2e90e9341bea7d3f15435047",
9
    "packages": [
10
        {
11
            "name": "guzzlehttp/guzzle",
0 ignored issues
show
There is a security advisory for your installed version of guzzlehttp/guzzle:

HTTP Proxy header vulnerability
Loading history...
12
            "version": "6.2.0",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/guzzle/guzzle.git",
16
                "reference": "d094e337976dff9d8e2424e8485872194e768662"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d094e337976dff9d8e2424e8485872194e768662",
21
                "reference": "d094e337976dff9d8e2424e8485872194e768662",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "guzzlehttp/promises": "~1.0",
26
                "guzzlehttp/psr7": "~1.1",
27
                "php": ">=5.5.0"
28
            },
29
            "require-dev": {
30
                "ext-curl": "*",
31
                "phpunit/phpunit": "~4.0",
32
                "psr/log": "~1.0"
33
            },
34
            "type": "library",
35
            "extra": {
36
                "branch-alias": {
37
                    "dev-master": "6.2-dev"
38
                }
39
            },
40
            "autoload": {
41
                "files": [
42
                    "src/functions_include.php"
43
                ],
44
                "psr-4": {
45
                    "GuzzleHttp\\": "src/"
46
                }
47
            },
48
            "notification-url": "https://packagist.org/downloads/",
49
            "license": [
50
                "MIT"
51
            ],
52
            "authors": [
53
                {
54
                    "name": "Michael Dowling",
55
                    "email": "[email protected]",
56
                    "homepage": "https://github.com/mtdowling"
57
                }
58
            ],
59
            "description": "Guzzle is a PHP HTTP client library",
60
            "homepage": "http://guzzlephp.org/",
61
            "keywords": [
62
                "client",
63
                "curl",
64
                "framework",
65
                "http",
66
                "http client",
67
                "rest",
68
                "web service"
69
            ],
70
            "time": "2016-03-21 20:02:09"
71
        },
72
        {
73
            "name": "guzzlehttp/promises",
74
            "version": "1.2.0",
75
            "source": {
76
                "type": "git",
77
                "url": "https://github.com/guzzle/promises.git",
78
                "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579"
79
            },
80
            "dist": {
81
                "type": "zip",
82
                "url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579",
83
                "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579",
84
                "shasum": ""
85
            },
86
            "require": {
87
                "php": ">=5.5.0"
88
            },
89
            "require-dev": {
90
                "phpunit/phpunit": "~4.0"
91
            },
92
            "type": "library",
93
            "extra": {
94
                "branch-alias": {
95
                    "dev-master": "1.0-dev"
96
                }
97
            },
98
            "autoload": {
99
                "psr-4": {
100
                    "GuzzleHttp\\Promise\\": "src/"
101
                },
102
                "files": [
103
                    "src/functions_include.php"
104
                ]
105
            },
106
            "notification-url": "https://packagist.org/downloads/",
107
            "license": [
108
                "MIT"
109
            ],
110
            "authors": [
111
                {
112
                    "name": "Michael Dowling",
113
                    "email": "[email protected]",
114
                    "homepage": "https://github.com/mtdowling"
115
                }
116
            ],
117
            "description": "Guzzle promises library",
118
            "keywords": [
119
                "promise"
120
            ],
121
            "time": "2016-05-18 16:56:05"
122
        },
123
        {
124
            "name": "guzzlehttp/psr7",
125
            "version": "1.3.0",
126
            "source": {
127
                "type": "git",
128
                "url": "https://github.com/guzzle/psr7.git",
129
                "reference": "31382fef2889136415751badebbd1cb022a4ed72"
130
            },
131
            "dist": {
132
                "type": "zip",
133
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/31382fef2889136415751badebbd1cb022a4ed72",
134
                "reference": "31382fef2889136415751badebbd1cb022a4ed72",
135
                "shasum": ""
136
            },
137
            "require": {
138
                "php": ">=5.4.0",
139
                "psr/http-message": "~1.0"
140
            },
141
            "provide": {
142
                "psr/http-message-implementation": "1.0"
143
            },
144
            "require-dev": {
145
                "phpunit/phpunit": "~4.0"
146
            },
147
            "type": "library",
148
            "extra": {
149
                "branch-alias": {
150
                    "dev-master": "1.0-dev"
151
                }
152
            },
153
            "autoload": {
154
                "psr-4": {
155
                    "GuzzleHttp\\Psr7\\": "src/"
156
                },
157
                "files": [
158
                    "src/functions_include.php"
159
                ]
160
            },
161
            "notification-url": "https://packagist.org/downloads/",
162
            "license": [
163
                "MIT"
164
            ],
165
            "authors": [
166
                {
167
                    "name": "Michael Dowling",
168
                    "email": "[email protected]",
169
                    "homepage": "https://github.com/mtdowling"
170
                }
171
            ],
172
            "description": "PSR-7 message implementation",
173
            "keywords": [
174
                "http",
175
                "message",
176
                "stream",
177
                "uri"
178
            ],
179
            "time": "2016-04-13 19:56:01"
180
        },
181
        {
182
            "name": "monolog/monolog",
183
            "version": "1.19.0",
184
            "source": {
185
                "type": "git",
186
                "url": "https://github.com/Seldaek/monolog.git",
187
                "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf"
188
            },
189
            "dist": {
190
                "type": "zip",
191
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/5f56ed5212dc509c8dc8caeba2715732abb32dbf",
192
                "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf",
193
                "shasum": ""
194
            },
195
            "require": {
196
                "php": ">=5.3.0",
197
                "psr/log": "~1.0"
198
            },
199
            "provide": {
200
                "psr/log-implementation": "1.0.0"
201
            },
202
            "require-dev": {
203
                "aws/aws-sdk-php": "^2.4.9",
204
                "doctrine/couchdb": "~1.0@dev",
205
                "graylog2/gelf-php": "~1.0",
206
                "jakub-onderka/php-parallel-lint": "0.9",
207
                "php-amqplib/php-amqplib": "~2.4",
208
                "php-console/php-console": "^3.1.3",
209
                "phpunit/phpunit": "~4.5",
210
                "phpunit/phpunit-mock-objects": "2.3.0",
211
                "raven/raven": "^0.13",
212
                "ruflin/elastica": ">=0.90 <3.0",
213
                "swiftmailer/swiftmailer": "~5.3"
214
            },
215
            "suggest": {
216
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
217
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
218
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
219
                "ext-mongo": "Allow sending log messages to a MongoDB server",
220
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
221
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
222
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
223
                "php-console/php-console": "Allow sending log messages to Google Chrome",
224
                "raven/raven": "Allow sending log messages to a Sentry server",
225
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
226
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
227
            },
228
            "type": "library",
229
            "extra": {
230
                "branch-alias": {
231
                    "dev-master": "2.0.x-dev"
232
                }
233
            },
234
            "autoload": {
235
                "psr-4": {
236
                    "Monolog\\": "src/Monolog"
237
                }
238
            },
239
            "notification-url": "https://packagist.org/downloads/",
240
            "license": [
241
                "MIT"
242
            ],
243
            "authors": [
244
                {
245
                    "name": "Jordi Boggiano",
246
                    "email": "[email protected]",
247
                    "homepage": "http://seld.be"
248
                }
249
            ],
250
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
251
            "homepage": "http://github.com/Seldaek/monolog",
252
            "keywords": [
253
                "log",
254
                "logging",
255
                "psr-3"
256
            ],
257
            "time": "2016-04-12 18:29:35"
258
        },
259
        {
260
            "name": "netresearch/jsonmapper",
261
            "version": "v0.11.0",
262
            "source": {
263
                "type": "git",
264
                "url": "https://github.com/cweiske/jsonmapper.git",
265
                "reference": "979abda4b128415c642b06f07db615e75cfd3173"
266
            },
267
            "dist": {
268
                "type": "zip",
269
                "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/979abda4b128415c642b06f07db615e75cfd3173",
270
                "reference": "979abda4b128415c642b06f07db615e75cfd3173",
271
                "shasum": ""
272
            },
273
            "require-dev": {
274
                "phpunit/phpunit": "4.2.*",
275
                "squizlabs/php_codesniffer": "~1.5"
276
            },
277
            "type": "library",
278
            "autoload": {
279
                "psr-0": {
280
                    "JsonMapper": "src/"
281
                }
282
            },
283
            "notification-url": "https://packagist.org/downloads/",
284
            "license": [
285
                "OSL-3.0"
286
            ],
287
            "authors": [
288
                {
289
                    "name": "Christian Weiske",
290
                    "email": "[email protected]",
291
                    "homepage": "http://github.com/cweiske/jsonmapper/",
292
                    "role": "Developer"
293
                }
294
            ],
295
            "description": "Map nested JSON structures onto PHP classes",
296
            "time": "2016-04-14 21:59:35"
297
        },
298
        {
299
            "name": "psr/http-message",
300
            "version": "1.0",
301
            "source": {
302
                "type": "git",
303
                "url": "https://github.com/php-fig/http-message.git",
304
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
305
            },
306
            "dist": {
307
                "type": "zip",
308
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
309
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
310
                "shasum": ""
311
            },
312
            "require": {
313
                "php": ">=5.3.0"
314
            },
315
            "type": "library",
316
            "extra": {
317
                "branch-alias": {
318
                    "dev-master": "1.0.x-dev"
319
                }
320
            },
321
            "autoload": {
322
                "psr-4": {
323
                    "Psr\\Http\\Message\\": "src/"
324
                }
325
            },
326
            "notification-url": "https://packagist.org/downloads/",
327
            "license": [
328
                "MIT"
329
            ],
330
            "authors": [
331
                {
332
                    "name": "PHP-FIG",
333
                    "homepage": "http://www.php-fig.org/"
334
                }
335
            ],
336
            "description": "Common interface for HTTP messages",
337
            "keywords": [
338
                "http",
339
                "http-message",
340
                "psr",
341
                "psr-7",
342
                "request",
343
                "response"
344
            ],
345
            "time": "2015-05-04 20:22:00"
346
        },
347
        {
348
            "name": "psr/log",
349
            "version": "1.0.0",
350
            "source": {
351
                "type": "git",
352
                "url": "https://github.com/php-fig/log.git",
353
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
354
            },
355
            "dist": {
356
                "type": "zip",
357
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
358
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
359
                "shasum": ""
360
            },
361
            "type": "library",
362
            "autoload": {
363
                "psr-0": {
364
                    "Psr\\Log\\": ""
365
                }
366
            },
367
            "notification-url": "https://packagist.org/downloads/",
368
            "license": [
369
                "MIT"
370
            ],
371
            "authors": [
372
                {
373
                    "name": "PHP-FIG",
374
                    "homepage": "http://www.php-fig.org/"
375
                }
376
            ],
377
            "description": "Common interface for logging libraries",
378
            "keywords": [
379
                "log",
380
                "psr",
381
                "psr-3"
382
            ],
383
            "time": "2012-12-21 11:40:51"
384
        },
385
        {
386
            "name": "symfony/debug",
387
            "version": "v3.1.0",
388
            "source": {
389
                "type": "git",
390
                "url": "https://github.com/symfony/debug.git",
391
                "reference": "c9ed5a44dbc783a352f06b20440863c7463de907"
392
            },
393
            "dist": {
394
                "type": "zip",
395
                "url": "https://api.github.com/repos/symfony/debug/zipball/c9ed5a44dbc783a352f06b20440863c7463de907",
396
                "reference": "c9ed5a44dbc783a352f06b20440863c7463de907",
397
                "shasum": ""
398
            },
399
            "require": {
400
                "php": ">=5.5.9",
401
                "psr/log": "~1.0"
402
            },
403
            "conflict": {
404
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
405
            },
406
            "require-dev": {
407
                "symfony/class-loader": "~2.8|~3.0",
408
                "symfony/http-kernel": "~2.8|~3.0"
409
            },
410
            "type": "library",
411
            "extra": {
412
                "branch-alias": {
413
                    "dev-master": "3.1-dev"
414
                }
415
            },
416
            "autoload": {
417
                "psr-4": {
418
                    "Symfony\\Component\\Debug\\": ""
419
                },
420
                "exclude-from-classmap": [
421
                    "/Tests/"
422
                ]
423
            },
424
            "notification-url": "https://packagist.org/downloads/",
425
            "license": [
426
                "MIT"
427
            ],
428
            "authors": [
429
                {
430
                    "name": "Fabien Potencier",
431
                    "email": "[email protected]"
432
                },
433
                {
434
                    "name": "Symfony Community",
435
                    "homepage": "https://symfony.com/contributors"
436
                }
437
            ],
438
            "description": "Symfony Debug Component",
439
            "homepage": "https://symfony.com",
440
            "time": "2016-05-24 10:06:56"
441
        },
442
        {
443
            "name": "symfony/event-dispatcher",
444
            "version": "v3.1.0",
445
            "source": {
446
                "type": "git",
447
                "url": "https://github.com/symfony/event-dispatcher.git",
448
                "reference": "0343b2cedd0edb26cdc791212a8eb645c406018b"
449
            },
450
            "dist": {
451
                "type": "zip",
452
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/0343b2cedd0edb26cdc791212a8eb645c406018b",
453
                "reference": "0343b2cedd0edb26cdc791212a8eb645c406018b",
454
                "shasum": ""
455
            },
456
            "require": {
457
                "php": ">=5.5.9"
458
            },
459
            "require-dev": {
460
                "psr/log": "~1.0",
461
                "symfony/config": "~2.8|~3.0",
462
                "symfony/dependency-injection": "~2.8|~3.0",
463
                "symfony/expression-language": "~2.8|~3.0",
464
                "symfony/stopwatch": "~2.8|~3.0"
465
            },
466
            "suggest": {
467
                "symfony/dependency-injection": "",
468
                "symfony/http-kernel": ""
469
            },
470
            "type": "library",
471
            "extra": {
472
                "branch-alias": {
473
                    "dev-master": "3.1-dev"
474
                }
475
            },
476
            "autoload": {
477
                "psr-4": {
478
                    "Symfony\\Component\\EventDispatcher\\": ""
479
                },
480
                "exclude-from-classmap": [
481
                    "/Tests/"
482
                ]
483
            },
484
            "notification-url": "https://packagist.org/downloads/",
485
            "license": [
486
                "MIT"
487
            ],
488
            "authors": [
489
                {
490
                    "name": "Fabien Potencier",
491
                    "email": "[email protected]"
492
                },
493
                {
494
                    "name": "Symfony Community",
495
                    "homepage": "https://symfony.com/contributors"
496
                }
497
            ],
498
            "description": "Symfony EventDispatcher Component",
499
            "homepage": "https://symfony.com",
500
            "time": "2016-04-12 18:27:47"
501
        },
502
        {
503
            "name": "symfony/http-foundation",
504
            "version": "v3.1.0",
505
            "source": {
506
                "type": "git",
507
                "url": "https://github.com/symfony/http-foundation.git",
508
                "reference": "83c47b60cdcc0a79651c4e68a3420a54d1eba6e1"
509
            },
510
            "dist": {
511
                "type": "zip",
512
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/83c47b60cdcc0a79651c4e68a3420a54d1eba6e1",
513
                "reference": "83c47b60cdcc0a79651c4e68a3420a54d1eba6e1",
514
                "shasum": ""
515
            },
516
            "require": {
517
                "php": ">=5.5.9",
518
                "symfony/polyfill-mbstring": "~1.1"
519
            },
520
            "require-dev": {
521
                "symfony/expression-language": "~2.8|~3.0"
522
            },
523
            "type": "library",
524
            "extra": {
525
                "branch-alias": {
526
                    "dev-master": "3.1-dev"
527
                }
528
            },
529
            "autoload": {
530
                "psr-4": {
531
                    "Symfony\\Component\\HttpFoundation\\": ""
532
                },
533
                "exclude-from-classmap": [
534
                    "/Tests/"
535
                ]
536
            },
537
            "notification-url": "https://packagist.org/downloads/",
538
            "license": [
539
                "MIT"
540
            ],
541
            "authors": [
542
                {
543
                    "name": "Fabien Potencier",
544
                    "email": "[email protected]"
545
                },
546
                {
547
                    "name": "Symfony Community",
548
                    "homepage": "https://symfony.com/contributors"
549
                }
550
            ],
551
            "description": "Symfony HttpFoundation Component",
552
            "homepage": "https://symfony.com",
553
            "time": "2016-05-13 18:06:41"
554
        },
555
        {
556
            "name": "symfony/http-kernel",
557
            "version": "v3.1.0",
558
            "source": {
559
                "type": "git",
560
                "url": "https://github.com/symfony/http-kernel.git",
561
                "reference": "01586fd019f01c98ea4d34d26b493de06e619d20"
562
            },
563
            "dist": {
564
                "type": "zip",
565
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/01586fd019f01c98ea4d34d26b493de06e619d20",
566
                "reference": "01586fd019f01c98ea4d34d26b493de06e619d20",
567
                "shasum": ""
568
            },
569
            "require": {
570
                "php": ">=5.5.9",
571
                "psr/log": "~1.0",
572
                "symfony/debug": "~2.8|~3.0",
573
                "symfony/event-dispatcher": "~2.8|~3.0",
574
                "symfony/http-foundation": "~2.8|~3.0"
575
            },
576
            "conflict": {
577
                "symfony/config": "<2.8"
578
            },
579
            "require-dev": {
580
                "symfony/browser-kit": "~2.8|~3.0",
581
                "symfony/class-loader": "~2.8|~3.0",
582
                "symfony/config": "~2.8|~3.0",
583
                "symfony/console": "~2.8|~3.0",
584
                "symfony/css-selector": "~2.8|~3.0",
585
                "symfony/dependency-injection": "~2.8|~3.0",
586
                "symfony/dom-crawler": "~2.8|~3.0",
587
                "symfony/expression-language": "~2.8|~3.0",
588
                "symfony/finder": "~2.8|~3.0",
589
                "symfony/process": "~2.8|~3.0",
590
                "symfony/routing": "~2.8|~3.0",
591
                "symfony/stopwatch": "~2.8|~3.0",
592
                "symfony/templating": "~2.8|~3.0",
593
                "symfony/translation": "~2.8|~3.0",
594
                "symfony/var-dumper": "~2.8|~3.0"
595
            },
596
            "suggest": {
597
                "symfony/browser-kit": "",
598
                "symfony/class-loader": "",
599
                "symfony/config": "",
600
                "symfony/console": "",
601
                "symfony/dependency-injection": "",
602
                "symfony/finder": "",
603
                "symfony/var-dumper": ""
604
            },
605
            "type": "library",
606
            "extra": {
607
                "branch-alias": {
608
                    "dev-master": "3.1-dev"
609
                }
610
            },
611
            "autoload": {
612
                "psr-4": {
613
                    "Symfony\\Component\\HttpKernel\\": ""
614
                },
615
                "exclude-from-classmap": [
616
                    "/Tests/"
617
                ]
618
            },
619
            "notification-url": "https://packagist.org/downloads/",
620
            "license": [
621
                "MIT"
622
            ],
623
            "authors": [
624
                {
625
                    "name": "Fabien Potencier",
626
                    "email": "[email protected]"
627
                },
628
                {
629
                    "name": "Symfony Community",
630
                    "homepage": "https://symfony.com/contributors"
631
                }
632
            ],
633
            "description": "Symfony HttpKernel Component",
634
            "homepage": "https://symfony.com",
635
            "time": "2016-05-30 07:24:26"
636
        },
637
        {
638
            "name": "symfony/polyfill-mbstring",
639
            "version": "v1.2.0",
640
            "source": {
641
                "type": "git",
642
                "url": "https://github.com/symfony/polyfill-mbstring.git",
643
                "reference": "dff51f72b0706335131b00a7f49606168c582594"
644
            },
645
            "dist": {
646
                "type": "zip",
647
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
648
                "reference": "dff51f72b0706335131b00a7f49606168c582594",
649
                "shasum": ""
650
            },
651
            "require": {
652
                "php": ">=5.3.3"
653
            },
654
            "suggest": {
655
                "ext-mbstring": "For best performance"
656
            },
657
            "type": "library",
658
            "extra": {
659
                "branch-alias": {
660
                    "dev-master": "1.2-dev"
661
                }
662
            },
663
            "autoload": {
664
                "psr-4": {
665
                    "Symfony\\Polyfill\\Mbstring\\": ""
666
                },
667
                "files": [
668
                    "bootstrap.php"
669
                ]
670
            },
671
            "notification-url": "https://packagist.org/downloads/",
672
            "license": [
673
                "MIT"
674
            ],
675
            "authors": [
676
                {
677
                    "name": "Nicolas Grekas",
678
                    "email": "[email protected]"
679
                },
680
                {
681
                    "name": "Symfony Community",
682
                    "homepage": "https://symfony.com/contributors"
683
                }
684
            ],
685
            "description": "Symfony polyfill for the Mbstring extension",
686
            "homepage": "https://symfony.com",
687
            "keywords": [
688
                "compatibility",
689
                "mbstring",
690
                "polyfill",
691
                "portable",
692
                "shim"
693
            ],
694
            "time": "2016-05-18 14:26:46"
695
        }
696
    ],
697
    "packages-dev": [
698
        {
699
            "name": "doctrine/instantiator",
700
            "version": "1.0.5",
701
            "source": {
702
                "type": "git",
703
                "url": "https://github.com/doctrine/instantiator.git",
704
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
705
            },
706
            "dist": {
707
                "type": "zip",
708
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
709
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
710
                "shasum": ""
711
            },
712
            "require": {
713
                "php": ">=5.3,<8.0-DEV"
714
            },
715
            "require-dev": {
716
                "athletic/athletic": "~0.1.8",
717
                "ext-pdo": "*",
718
                "ext-phar": "*",
719
                "phpunit/phpunit": "~4.0",
720
                "squizlabs/php_codesniffer": "~2.0"
721
            },
722
            "type": "library",
723
            "extra": {
724
                "branch-alias": {
725
                    "dev-master": "1.0.x-dev"
726
                }
727
            },
728
            "autoload": {
729
                "psr-4": {
730
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
731
                }
732
            },
733
            "notification-url": "https://packagist.org/downloads/",
734
            "license": [
735
                "MIT"
736
            ],
737
            "authors": [
738
                {
739
                    "name": "Marco Pivetta",
740
                    "email": "[email protected]",
741
                    "homepage": "http://ocramius.github.com/"
742
                }
743
            ],
744
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
745
            "homepage": "https://github.com/doctrine/instantiator",
746
            "keywords": [
747
                "constructor",
748
                "instantiate"
749
            ],
750
            "time": "2015-06-14 21:17:01"
751
        },
752
        {
753
            "name": "myclabs/deep-copy",
754
            "version": "1.5.1",
755
            "source": {
756
                "type": "git",
757
                "url": "https://github.com/myclabs/DeepCopy.git",
758
                "reference": "a8773992b362b58498eed24bf85005f363c34771"
759
            },
760
            "dist": {
761
                "type": "zip",
762
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/a8773992b362b58498eed24bf85005f363c34771",
763
                "reference": "a8773992b362b58498eed24bf85005f363c34771",
764
                "shasum": ""
765
            },
766
            "require": {
767
                "php": ">=5.4.0"
768
            },
769
            "require-dev": {
770
                "doctrine/collections": "1.*",
771
                "phpunit/phpunit": "~4.1"
772
            },
773
            "type": "library",
774
            "autoload": {
775
                "psr-4": {
776
                    "DeepCopy\\": "src/DeepCopy/"
777
                }
778
            },
779
            "notification-url": "https://packagist.org/downloads/",
780
            "license": [
781
                "MIT"
782
            ],
783
            "description": "Create deep copies (clones) of your objects",
784
            "homepage": "https://github.com/myclabs/DeepCopy",
785
            "keywords": [
786
                "clone",
787
                "copy",
788
                "duplicate",
789
                "object",
790
                "object graph"
791
            ],
792
            "time": "2015-11-20 12:04:31"
793
        },
794
        {
795
            "name": "phpdocumentor/reflection-docblock",
796
            "version": "2.0.4",
797
            "source": {
798
                "type": "git",
799
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
800
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
801
            },
802
            "dist": {
803
                "type": "zip",
804
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
805
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
806
                "shasum": ""
807
            },
808
            "require": {
809
                "php": ">=5.3.3"
810
            },
811
            "require-dev": {
812
                "phpunit/phpunit": "~4.0"
813
            },
814
            "suggest": {
815
                "dflydev/markdown": "~1.0",
816
                "erusev/parsedown": "~1.0"
817
            },
818
            "type": "library",
819
            "extra": {
820
                "branch-alias": {
821
                    "dev-master": "2.0.x-dev"
822
                }
823
            },
824
            "autoload": {
825
                "psr-0": {
826
                    "phpDocumentor": [
827
                        "src/"
828
                    ]
829
                }
830
            },
831
            "notification-url": "https://packagist.org/downloads/",
832
            "license": [
833
                "MIT"
834
            ],
835
            "authors": [
836
                {
837
                    "name": "Mike van Riel",
838
                    "email": "[email protected]"
839
                }
840
            ],
841
            "time": "2015-02-03 12:10:50"
842
        },
843
        {
844
            "name": "phpspec/prophecy",
845
            "version": "v1.6.0",
846
            "source": {
847
                "type": "git",
848
                "url": "https://github.com/phpspec/prophecy.git",
849
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
850
            },
851
            "dist": {
852
                "type": "zip",
853
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
854
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
855
                "shasum": ""
856
            },
857
            "require": {
858
                "doctrine/instantiator": "^1.0.2",
859
                "php": "^5.3|^7.0",
860
                "phpdocumentor/reflection-docblock": "~2.0",
861
                "sebastian/comparator": "~1.1",
862
                "sebastian/recursion-context": "~1.0"
863
            },
864
            "require-dev": {
865
                "phpspec/phpspec": "~2.0"
866
            },
867
            "type": "library",
868
            "extra": {
869
                "branch-alias": {
870
                    "dev-master": "1.5.x-dev"
871
                }
872
            },
873
            "autoload": {
874
                "psr-0": {
875
                    "Prophecy\\": "src/"
876
                }
877
            },
878
            "notification-url": "https://packagist.org/downloads/",
879
            "license": [
880
                "MIT"
881
            ],
882
            "authors": [
883
                {
884
                    "name": "Konstantin Kudryashov",
885
                    "email": "[email protected]",
886
                    "homepage": "http://everzet.com"
887
                },
888
                {
889
                    "name": "Marcello Duarte",
890
                    "email": "[email protected]"
891
                }
892
            ],
893
            "description": "Highly opinionated mocking framework for PHP 5.3+",
894
            "homepage": "https://github.com/phpspec/prophecy",
895
            "keywords": [
896
                "Double",
897
                "Dummy",
898
                "fake",
899
                "mock",
900
                "spy",
901
                "stub"
902
            ],
903
            "time": "2016-02-15 07:46:21"
904
        },
905
        {
906
            "name": "phpunit/php-code-coverage",
907
            "version": "4.0.0",
908
            "source": {
909
                "type": "git",
910
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
911
                "reference": "900370c81280cc0d942ffbc5912d80464eaee7e9"
912
            },
913
            "dist": {
914
                "type": "zip",
915
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/900370c81280cc0d942ffbc5912d80464eaee7e9",
916
                "reference": "900370c81280cc0d942ffbc5912d80464eaee7e9",
917
                "shasum": ""
918
            },
919
            "require": {
920
                "php": "^5.6 || ^7.0",
921
                "phpunit/php-file-iterator": "~1.3",
922
                "phpunit/php-text-template": "~1.2",
923
                "phpunit/php-token-stream": "^1.4.2",
924
                "sebastian/code-unit-reverse-lookup": "~1.0",
925
                "sebastian/environment": "^1.3.2",
926
                "sebastian/version": "~1.0|~2.0"
927
            },
928
            "require-dev": {
929
                "ext-xdebug": ">=2.1.4",
930
                "phpunit/phpunit": "^5.4"
931
            },
932
            "suggest": {
933
                "ext-dom": "*",
934
                "ext-xdebug": ">=2.4.0",
935
                "ext-xmlwriter": "*"
936
            },
937
            "type": "library",
938
            "extra": {
939
                "branch-alias": {
940
                    "dev-master": "4.0.x-dev"
941
                }
942
            },
943
            "autoload": {
944
                "classmap": [
945
                    "src/"
946
                ]
947
            },
948
            "notification-url": "https://packagist.org/downloads/",
949
            "license": [
950
                "BSD-3-Clause"
951
            ],
952
            "authors": [
953
                {
954
                    "name": "Sebastian Bergmann",
955
                    "email": "[email protected]",
956
                    "role": "lead"
957
                }
958
            ],
959
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
960
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
961
            "keywords": [
962
                "coverage",
963
                "testing",
964
                "xunit"
965
            ],
966
            "time": "2016-06-03 05:03:56"
967
        },
968
        {
969
            "name": "phpunit/php-file-iterator",
970
            "version": "1.4.1",
971
            "source": {
972
                "type": "git",
973
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
974
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
975
            },
976
            "dist": {
977
                "type": "zip",
978
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
979
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
980
                "shasum": ""
981
            },
982
            "require": {
983
                "php": ">=5.3.3"
984
            },
985
            "type": "library",
986
            "extra": {
987
                "branch-alias": {
988
                    "dev-master": "1.4.x-dev"
989
                }
990
            },
991
            "autoload": {
992
                "classmap": [
993
                    "src/"
994
                ]
995
            },
996
            "notification-url": "https://packagist.org/downloads/",
997
            "license": [
998
                "BSD-3-Clause"
999
            ],
1000
            "authors": [
1001
                {
1002
                    "name": "Sebastian Bergmann",
1003
                    "email": "[email protected]",
1004
                    "role": "lead"
1005
                }
1006
            ],
1007
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1008
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1009
            "keywords": [
1010
                "filesystem",
1011
                "iterator"
1012
            ],
1013
            "time": "2015-06-21 13:08:43"
1014
        },
1015
        {
1016
            "name": "phpunit/php-text-template",
1017
            "version": "1.2.1",
1018
            "source": {
1019
                "type": "git",
1020
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1021
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1022
            },
1023
            "dist": {
1024
                "type": "zip",
1025
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1026
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1027
                "shasum": ""
1028
            },
1029
            "require": {
1030
                "php": ">=5.3.3"
1031
            },
1032
            "type": "library",
1033
            "autoload": {
1034
                "classmap": [
1035
                    "src/"
1036
                ]
1037
            },
1038
            "notification-url": "https://packagist.org/downloads/",
1039
            "license": [
1040
                "BSD-3-Clause"
1041
            ],
1042
            "authors": [
1043
                {
1044
                    "name": "Sebastian Bergmann",
1045
                    "email": "[email protected]",
1046
                    "role": "lead"
1047
                }
1048
            ],
1049
            "description": "Simple template engine.",
1050
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1051
            "keywords": [
1052
                "template"
1053
            ],
1054
            "time": "2015-06-21 13:50:34"
1055
        },
1056
        {
1057
            "name": "phpunit/php-timer",
1058
            "version": "1.0.8",
1059
            "source": {
1060
                "type": "git",
1061
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1062
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
1063
            },
1064
            "dist": {
1065
                "type": "zip",
1066
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
1067
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
1068
                "shasum": ""
1069
            },
1070
            "require": {
1071
                "php": ">=5.3.3"
1072
            },
1073
            "require-dev": {
1074
                "phpunit/phpunit": "~4|~5"
1075
            },
1076
            "type": "library",
1077
            "autoload": {
1078
                "classmap": [
1079
                    "src/"
1080
                ]
1081
            },
1082
            "notification-url": "https://packagist.org/downloads/",
1083
            "license": [
1084
                "BSD-3-Clause"
1085
            ],
1086
            "authors": [
1087
                {
1088
                    "name": "Sebastian Bergmann",
1089
                    "email": "[email protected]",
1090
                    "role": "lead"
1091
                }
1092
            ],
1093
            "description": "Utility class for timing",
1094
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1095
            "keywords": [
1096
                "timer"
1097
            ],
1098
            "time": "2016-05-12 18:03:57"
1099
        },
1100
        {
1101
            "name": "phpunit/php-token-stream",
1102
            "version": "1.4.8",
1103
            "source": {
1104
                "type": "git",
1105
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1106
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
1107
            },
1108
            "dist": {
1109
                "type": "zip",
1110
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1111
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1112
                "shasum": ""
1113
            },
1114
            "require": {
1115
                "ext-tokenizer": "*",
1116
                "php": ">=5.3.3"
1117
            },
1118
            "require-dev": {
1119
                "phpunit/phpunit": "~4.2"
1120
            },
1121
            "type": "library",
1122
            "extra": {
1123
                "branch-alias": {
1124
                    "dev-master": "1.4-dev"
1125
                }
1126
            },
1127
            "autoload": {
1128
                "classmap": [
1129
                    "src/"
1130
                ]
1131
            },
1132
            "notification-url": "https://packagist.org/downloads/",
1133
            "license": [
1134
                "BSD-3-Clause"
1135
            ],
1136
            "authors": [
1137
                {
1138
                    "name": "Sebastian Bergmann",
1139
                    "email": "[email protected]"
1140
                }
1141
            ],
1142
            "description": "Wrapper around PHP's tokenizer extension.",
1143
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1144
            "keywords": [
1145
                "tokenizer"
1146
            ],
1147
            "time": "2015-09-15 10:49:45"
1148
        },
1149
        {
1150
            "name": "phpunit/phpunit",
1151
            "version": "5.4.0",
1152
            "source": {
1153
                "type": "git",
1154
                "url": "https://github.com/sebastianbergmann/phpunit.git",
1155
                "reference": "32428748cee28724d24e7d3b5fb3151170a1aed2"
1156
            },
1157
            "dist": {
1158
                "type": "zip",
1159
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/32428748cee28724d24e7d3b5fb3151170a1aed2",
1160
                "reference": "32428748cee28724d24e7d3b5fb3151170a1aed2",
1161
                "shasum": ""
1162
            },
1163
            "require": {
1164
                "ext-dom": "*",
1165
                "ext-json": "*",
1166
                "ext-pcre": "*",
1167
                "ext-reflection": "*",
1168
                "ext-spl": "*",
1169
                "myclabs/deep-copy": "~1.3",
1170
                "php": "^5.6 || ^7.0",
1171
                "phpspec/prophecy": "^1.3.1",
1172
                "phpunit/php-code-coverage": "^4.0",
1173
                "phpunit/php-file-iterator": "~1.4",
1174
                "phpunit/php-text-template": "~1.2",
1175
                "phpunit/php-timer": "^1.0.6",
1176
                "phpunit/phpunit-mock-objects": "^3.2",
1177
                "sebastian/comparator": "~1.1",
1178
                "sebastian/diff": "~1.2",
1179
                "sebastian/environment": "~1.3",
1180
                "sebastian/exporter": "~1.2",
1181
                "sebastian/global-state": "~1.0",
1182
                "sebastian/object-enumerator": "~1.0",
1183
                "sebastian/resource-operations": "~1.0",
1184
                "sebastian/version": "~1.0|~2.0",
1185
                "symfony/yaml": "~2.1|~3.0"
1186
            },
1187
            "suggest": {
1188
                "phpunit/php-invoker": "~1.1"
1189
            },
1190
            "bin": [
1191
                "phpunit"
1192
            ],
1193
            "type": "library",
1194
            "extra": {
1195
                "branch-alias": {
1196
                    "dev-master": "5.4.x-dev"
1197
                }
1198
            },
1199
            "autoload": {
1200
                "classmap": [
1201
                    "src/"
1202
                ]
1203
            },
1204
            "notification-url": "https://packagist.org/downloads/",
1205
            "license": [
1206
                "BSD-3-Clause"
1207
            ],
1208
            "authors": [
1209
                {
1210
                    "name": "Sebastian Bergmann",
1211
                    "email": "[email protected]",
1212
                    "role": "lead"
1213
                }
1214
            ],
1215
            "description": "The PHP Unit Testing framework.",
1216
            "homepage": "https://phpunit.de/",
1217
            "keywords": [
1218
                "phpunit",
1219
                "testing",
1220
                "xunit"
1221
            ],
1222
            "time": "2016-06-03 05:05:35"
1223
        },
1224
        {
1225
            "name": "phpunit/phpunit-mock-objects",
1226
            "version": "3.2.0",
1227
            "source": {
1228
                "type": "git",
1229
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1230
                "reference": "314f8c44019b4dfece2571b98938574e6342be59"
1231
            },
1232
            "dist": {
1233
                "type": "zip",
1234
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/314f8c44019b4dfece2571b98938574e6342be59",
1235
                "reference": "314f8c44019b4dfece2571b98938574e6342be59",
1236
                "shasum": ""
1237
            },
1238
            "require": {
1239
                "doctrine/instantiator": "^1.0.2",
1240
                "php": "^5.6 || ^7.0",
1241
                "phpunit/php-text-template": "^1.2",
1242
                "sebastian/exporter": "^1.2"
1243
            },
1244
            "require-dev": {
1245
                "phpunit/phpunit": "^5.4"
1246
            },
1247
            "suggest": {
1248
                "ext-soap": "*"
1249
            },
1250
            "type": "library",
1251
            "extra": {
1252
                "branch-alias": {
1253
                    "dev-master": "3.2.x-dev"
1254
                }
1255
            },
1256
            "autoload": {
1257
                "classmap": [
1258
                    "src/"
1259
                ]
1260
            },
1261
            "notification-url": "https://packagist.org/downloads/",
1262
            "license": [
1263
                "BSD-3-Clause"
1264
            ],
1265
            "authors": [
1266
                {
1267
                    "name": "Sebastian Bergmann",
1268
                    "email": "[email protected]",
1269
                    "role": "lead"
1270
                }
1271
            ],
1272
            "description": "Mock Object library for PHPUnit",
1273
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1274
            "keywords": [
1275
                "mock",
1276
                "xunit"
1277
            ],
1278
            "time": "2016-06-03 05:01:30"
1279
        },
1280
        {
1281
            "name": "pimple/pimple",
1282
            "version": "v3.0.2",
1283
            "source": {
1284
                "type": "git",
1285
                "url": "https://github.com/silexphp/Pimple.git",
1286
                "reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a"
1287
            },
1288
            "dist": {
1289
                "type": "zip",
1290
                "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a30f7d6e57565a2e1a316e1baf2a483f788b258a",
1291
                "reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a",
1292
                "shasum": ""
1293
            },
1294
            "require": {
1295
                "php": ">=5.3.0"
1296
            },
1297
            "type": "library",
1298
            "extra": {
1299
                "branch-alias": {
1300
                    "dev-master": "3.0.x-dev"
1301
                }
1302
            },
1303
            "autoload": {
1304
                "psr-0": {
1305
                    "Pimple": "src/"
1306
                }
1307
            },
1308
            "notification-url": "https://packagist.org/downloads/",
1309
            "license": [
1310
                "MIT"
1311
            ],
1312
            "authors": [
1313
                {
1314
                    "name": "Fabien Potencier",
1315
                    "email": "[email protected]"
1316
                }
1317
            ],
1318
            "description": "Pimple, a simple Dependency Injection Container",
1319
            "homepage": "http://pimple.sensiolabs.org",
1320
            "keywords": [
1321
                "container",
1322
                "dependency injection"
1323
            ],
1324
            "time": "2015-09-11 15:10:35"
1325
        },
1326
        {
1327
            "name": "sebastian/code-unit-reverse-lookup",
1328
            "version": "1.0.0",
1329
            "source": {
1330
                "type": "git",
1331
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1332
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
1333
            },
1334
            "dist": {
1335
                "type": "zip",
1336
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
1337
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
1338
                "shasum": ""
1339
            },
1340
            "require": {
1341
                "php": ">=5.6"
1342
            },
1343
            "require-dev": {
1344
                "phpunit/phpunit": "~5"
1345
            },
1346
            "type": "library",
1347
            "extra": {
1348
                "branch-alias": {
1349
                    "dev-master": "1.0.x-dev"
1350
                }
1351
            },
1352
            "autoload": {
1353
                "classmap": [
1354
                    "src/"
1355
                ]
1356
            },
1357
            "notification-url": "https://packagist.org/downloads/",
1358
            "license": [
1359
                "BSD-3-Clause"
1360
            ],
1361
            "authors": [
1362
                {
1363
                    "name": "Sebastian Bergmann",
1364
                    "email": "[email protected]"
1365
                }
1366
            ],
1367
            "description": "Looks up which function or method a line of code belongs to",
1368
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1369
            "time": "2016-02-13 06:45:14"
1370
        },
1371
        {
1372
            "name": "sebastian/comparator",
1373
            "version": "1.2.0",
1374
            "source": {
1375
                "type": "git",
1376
                "url": "https://github.com/sebastianbergmann/comparator.git",
1377
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
1378
            },
1379
            "dist": {
1380
                "type": "zip",
1381
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
1382
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
1383
                "shasum": ""
1384
            },
1385
            "require": {
1386
                "php": ">=5.3.3",
1387
                "sebastian/diff": "~1.2",
1388
                "sebastian/exporter": "~1.2"
1389
            },
1390
            "require-dev": {
1391
                "phpunit/phpunit": "~4.4"
1392
            },
1393
            "type": "library",
1394
            "extra": {
1395
                "branch-alias": {
1396
                    "dev-master": "1.2.x-dev"
1397
                }
1398
            },
1399
            "autoload": {
1400
                "classmap": [
1401
                    "src/"
1402
                ]
1403
            },
1404
            "notification-url": "https://packagist.org/downloads/",
1405
            "license": [
1406
                "BSD-3-Clause"
1407
            ],
1408
            "authors": [
1409
                {
1410
                    "name": "Jeff Welch",
1411
                    "email": "[email protected]"
1412
                },
1413
                {
1414
                    "name": "Volker Dusch",
1415
                    "email": "[email protected]"
1416
                },
1417
                {
1418
                    "name": "Bernhard Schussek",
1419
                    "email": "[email protected]"
1420
                },
1421
                {
1422
                    "name": "Sebastian Bergmann",
1423
                    "email": "[email protected]"
1424
                }
1425
            ],
1426
            "description": "Provides the functionality to compare PHP values for equality",
1427
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1428
            "keywords": [
1429
                "comparator",
1430
                "compare",
1431
                "equality"
1432
            ],
1433
            "time": "2015-07-26 15:48:44"
1434
        },
1435
        {
1436
            "name": "sebastian/diff",
1437
            "version": "1.4.1",
1438
            "source": {
1439
                "type": "git",
1440
                "url": "https://github.com/sebastianbergmann/diff.git",
1441
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
1442
            },
1443
            "dist": {
1444
                "type": "zip",
1445
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
1446
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
1447
                "shasum": ""
1448
            },
1449
            "require": {
1450
                "php": ">=5.3.3"
1451
            },
1452
            "require-dev": {
1453
                "phpunit/phpunit": "~4.8"
1454
            },
1455
            "type": "library",
1456
            "extra": {
1457
                "branch-alias": {
1458
                    "dev-master": "1.4-dev"
1459
                }
1460
            },
1461
            "autoload": {
1462
                "classmap": [
1463
                    "src/"
1464
                ]
1465
            },
1466
            "notification-url": "https://packagist.org/downloads/",
1467
            "license": [
1468
                "BSD-3-Clause"
1469
            ],
1470
            "authors": [
1471
                {
1472
                    "name": "Kore Nordmann",
1473
                    "email": "[email protected]"
1474
                },
1475
                {
1476
                    "name": "Sebastian Bergmann",
1477
                    "email": "[email protected]"
1478
                }
1479
            ],
1480
            "description": "Diff implementation",
1481
            "homepage": "https://github.com/sebastianbergmann/diff",
1482
            "keywords": [
1483
                "diff"
1484
            ],
1485
            "time": "2015-12-08 07:14:41"
1486
        },
1487
        {
1488
            "name": "sebastian/environment",
1489
            "version": "1.3.7",
1490
            "source": {
1491
                "type": "git",
1492
                "url": "https://github.com/sebastianbergmann/environment.git",
1493
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
1494
            },
1495
            "dist": {
1496
                "type": "zip",
1497
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
1498
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
1499
                "shasum": ""
1500
            },
1501
            "require": {
1502
                "php": ">=5.3.3"
1503
            },
1504
            "require-dev": {
1505
                "phpunit/phpunit": "~4.4"
1506
            },
1507
            "type": "library",
1508
            "extra": {
1509
                "branch-alias": {
1510
                    "dev-master": "1.3.x-dev"
1511
                }
1512
            },
1513
            "autoload": {
1514
                "classmap": [
1515
                    "src/"
1516
                ]
1517
            },
1518
            "notification-url": "https://packagist.org/downloads/",
1519
            "license": [
1520
                "BSD-3-Clause"
1521
            ],
1522
            "authors": [
1523
                {
1524
                    "name": "Sebastian Bergmann",
1525
                    "email": "[email protected]"
1526
                }
1527
            ],
1528
            "description": "Provides functionality to handle HHVM/PHP environments",
1529
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1530
            "keywords": [
1531
                "Xdebug",
1532
                "environment",
1533
                "hhvm"
1534
            ],
1535
            "time": "2016-05-17 03:18:57"
1536
        },
1537
        {
1538
            "name": "sebastian/exporter",
1539
            "version": "1.2.1",
1540
            "source": {
1541
                "type": "git",
1542
                "url": "https://github.com/sebastianbergmann/exporter.git",
1543
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
1544
            },
1545
            "dist": {
1546
                "type": "zip",
1547
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
1548
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
1549
                "shasum": ""
1550
            },
1551
            "require": {
1552
                "php": ">=5.3.3",
1553
                "sebastian/recursion-context": "~1.0"
1554
            },
1555
            "require-dev": {
1556
                "phpunit/phpunit": "~4.4"
1557
            },
1558
            "type": "library",
1559
            "extra": {
1560
                "branch-alias": {
1561
                    "dev-master": "1.2.x-dev"
1562
                }
1563
            },
1564
            "autoload": {
1565
                "classmap": [
1566
                    "src/"
1567
                ]
1568
            },
1569
            "notification-url": "https://packagist.org/downloads/",
1570
            "license": [
1571
                "BSD-3-Clause"
1572
            ],
1573
            "authors": [
1574
                {
1575
                    "name": "Jeff Welch",
1576
                    "email": "[email protected]"
1577
                },
1578
                {
1579
                    "name": "Volker Dusch",
1580
                    "email": "[email protected]"
1581
                },
1582
                {
1583
                    "name": "Bernhard Schussek",
1584
                    "email": "[email protected]"
1585
                },
1586
                {
1587
                    "name": "Sebastian Bergmann",
1588
                    "email": "[email protected]"
1589
                },
1590
                {
1591
                    "name": "Adam Harvey",
1592
                    "email": "[email protected]"
1593
                }
1594
            ],
1595
            "description": "Provides the functionality to export PHP variables for visualization",
1596
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1597
            "keywords": [
1598
                "export",
1599
                "exporter"
1600
            ],
1601
            "time": "2015-06-21 07:55:53"
1602
        },
1603
        {
1604
            "name": "sebastian/global-state",
1605
            "version": "1.1.1",
1606
            "source": {
1607
                "type": "git",
1608
                "url": "https://github.com/sebastianbergmann/global-state.git",
1609
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1610
            },
1611
            "dist": {
1612
                "type": "zip",
1613
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1614
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1615
                "shasum": ""
1616
            },
1617
            "require": {
1618
                "php": ">=5.3.3"
1619
            },
1620
            "require-dev": {
1621
                "phpunit/phpunit": "~4.2"
1622
            },
1623
            "suggest": {
1624
                "ext-uopz": "*"
1625
            },
1626
            "type": "library",
1627
            "extra": {
1628
                "branch-alias": {
1629
                    "dev-master": "1.0-dev"
1630
                }
1631
            },
1632
            "autoload": {
1633
                "classmap": [
1634
                    "src/"
1635
                ]
1636
            },
1637
            "notification-url": "https://packagist.org/downloads/",
1638
            "license": [
1639
                "BSD-3-Clause"
1640
            ],
1641
            "authors": [
1642
                {
1643
                    "name": "Sebastian Bergmann",
1644
                    "email": "[email protected]"
1645
                }
1646
            ],
1647
            "description": "Snapshotting of global state",
1648
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1649
            "keywords": [
1650
                "global state"
1651
            ],
1652
            "time": "2015-10-12 03:26:01"
1653
        },
1654
        {
1655
            "name": "sebastian/object-enumerator",
1656
            "version": "1.0.0",
1657
            "source": {
1658
                "type": "git",
1659
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1660
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26"
1661
            },
1662
            "dist": {
1663
                "type": "zip",
1664
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26",
1665
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26",
1666
                "shasum": ""
1667
            },
1668
            "require": {
1669
                "php": ">=5.6",
1670
                "sebastian/recursion-context": "~1.0"
1671
            },
1672
            "require-dev": {
1673
                "phpunit/phpunit": "~5"
1674
            },
1675
            "type": "library",
1676
            "extra": {
1677
                "branch-alias": {
1678
                    "dev-master": "1.0.x-dev"
1679
                }
1680
            },
1681
            "autoload": {
1682
                "classmap": [
1683
                    "src/"
1684
                ]
1685
            },
1686
            "notification-url": "https://packagist.org/downloads/",
1687
            "license": [
1688
                "BSD-3-Clause"
1689
            ],
1690
            "authors": [
1691
                {
1692
                    "name": "Sebastian Bergmann",
1693
                    "email": "[email protected]"
1694
                }
1695
            ],
1696
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1697
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1698
            "time": "2016-01-28 13:25:10"
1699
        },
1700
        {
1701
            "name": "sebastian/recursion-context",
1702
            "version": "1.0.2",
1703
            "source": {
1704
                "type": "git",
1705
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1706
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
1707
            },
1708
            "dist": {
1709
                "type": "zip",
1710
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
1711
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
1712
                "shasum": ""
1713
            },
1714
            "require": {
1715
                "php": ">=5.3.3"
1716
            },
1717
            "require-dev": {
1718
                "phpunit/phpunit": "~4.4"
1719
            },
1720
            "type": "library",
1721
            "extra": {
1722
                "branch-alias": {
1723
                    "dev-master": "1.0.x-dev"
1724
                }
1725
            },
1726
            "autoload": {
1727
                "classmap": [
1728
                    "src/"
1729
                ]
1730
            },
1731
            "notification-url": "https://packagist.org/downloads/",
1732
            "license": [
1733
                "BSD-3-Clause"
1734
            ],
1735
            "authors": [
1736
                {
1737
                    "name": "Jeff Welch",
1738
                    "email": "[email protected]"
1739
                },
1740
                {
1741
                    "name": "Sebastian Bergmann",
1742
                    "email": "[email protected]"
1743
                },
1744
                {
1745
                    "name": "Adam Harvey",
1746
                    "email": "[email protected]"
1747
                }
1748
            ],
1749
            "description": "Provides functionality to recursively process PHP variables",
1750
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1751
            "time": "2015-11-11 19:50:13"
1752
        },
1753
        {
1754
            "name": "sebastian/resource-operations",
1755
            "version": "1.0.0",
1756
            "source": {
1757
                "type": "git",
1758
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
1759
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
1760
            },
1761
            "dist": {
1762
                "type": "zip",
1763
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1764
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1765
                "shasum": ""
1766
            },
1767
            "require": {
1768
                "php": ">=5.6.0"
1769
            },
1770
            "type": "library",
1771
            "extra": {
1772
                "branch-alias": {
1773
                    "dev-master": "1.0.x-dev"
1774
                }
1775
            },
1776
            "autoload": {
1777
                "classmap": [
1778
                    "src/"
1779
                ]
1780
            },
1781
            "notification-url": "https://packagist.org/downloads/",
1782
            "license": [
1783
                "BSD-3-Clause"
1784
            ],
1785
            "authors": [
1786
                {
1787
                    "name": "Sebastian Bergmann",
1788
                    "email": "[email protected]"
1789
                }
1790
            ],
1791
            "description": "Provides a list of PHP built-in functions that operate on resources",
1792
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1793
            "time": "2015-07-28 20:34:47"
1794
        },
1795
        {
1796
            "name": "sebastian/version",
1797
            "version": "2.0.0",
1798
            "source": {
1799
                "type": "git",
1800
                "url": "https://github.com/sebastianbergmann/version.git",
1801
                "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5"
1802
            },
1803
            "dist": {
1804
                "type": "zip",
1805
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
1806
                "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
1807
                "shasum": ""
1808
            },
1809
            "require": {
1810
                "php": ">=5.6"
1811
            },
1812
            "type": "library",
1813
            "extra": {
1814
                "branch-alias": {
1815
                    "dev-master": "2.0.x-dev"
1816
                }
1817
            },
1818
            "autoload": {
1819
                "classmap": [
1820
                    "src/"
1821
                ]
1822
            },
1823
            "notification-url": "https://packagist.org/downloads/",
1824
            "license": [
1825
                "BSD-3-Clause"
1826
            ],
1827
            "authors": [
1828
                {
1829
                    "name": "Sebastian Bergmann",
1830
                    "email": "[email protected]",
1831
                    "role": "lead"
1832
                }
1833
            ],
1834
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1835
            "homepage": "https://github.com/sebastianbergmann/version",
1836
            "time": "2016-02-04 12:56:52"
1837
        },
1838
        {
1839
            "name": "silex/silex",
1840
            "version": "v2.0.1",
1841
            "source": {
1842
                "type": "git",
1843
                "url": "https://github.com/silexphp/Silex.git",
1844
                "reference": "cf02a560d2d87aa4381b3c72d783fcf3aef2434f"
1845
            },
1846
            "dist": {
1847
                "type": "zip",
1848
                "url": "https://api.github.com/repos/silexphp/Silex/zipball/cf02a560d2d87aa4381b3c72d783fcf3aef2434f",
1849
                "reference": "cf02a560d2d87aa4381b3c72d783fcf3aef2434f",
1850
                "shasum": ""
1851
            },
1852
            "require": {
1853
                "php": ">=5.5.9",
1854
                "pimple/pimple": "~3.0",
1855
                "symfony/event-dispatcher": "~2.8|^3.0",
1856
                "symfony/http-foundation": "~2.8|^3.0",
1857
                "symfony/http-kernel": "~2.8|^3.0",
1858
                "symfony/routing": "~2.8|^3.0"
1859
            },
1860
            "replace": {
1861
                "silex/api": "self.version",
1862
                "silex/providers": "self.version"
1863
            },
1864
            "require-dev": {
1865
                "doctrine/dbal": "~2.2",
1866
                "monolog/monolog": "^1.4.1",
1867
                "swiftmailer/swiftmailer": "~5",
1868
                "symfony/asset": "~2.8|^3.0",
1869
                "symfony/browser-kit": "~2.8|^3.0",
1870
                "symfony/config": "~2.8|^3.0",
1871
                "symfony/css-selector": "~2.8|^3.0",
1872
                "symfony/debug": "~2.8|^3.0",
1873
                "symfony/doctrine-bridge": "~2.8|^3.0",
1874
                "symfony/dom-crawler": "~2.8|^3.0",
1875
                "symfony/expression-language": "~2.8|^3.0",
1876
                "symfony/finder": "~2.8|^3.0",
1877
                "symfony/form": "~2.8|^3.0",
1878
                "symfony/intl": "~2.8|^3.0",
1879
                "symfony/monolog-bridge": "~2.8|^3.0",
1880
                "symfony/options-resolver": "~2.8|^3.0",
1881
                "symfony/process": "~2.8|^3.0",
1882
                "symfony/security": "~2.8|^3.0",
1883
                "symfony/serializer": "~2.8|^3.0",
1884
                "symfony/translation": "~2.8|^3.0",
1885
                "symfony/twig-bridge": "~2.8|^3.0",
1886
                "symfony/validator": "~2.8|^3.0",
1887
                "symfony/var-dumper": "~2.8|^3.0",
1888
                "twig/twig": "~1.8|~2.0"
1889
            },
1890
            "type": "library",
1891
            "extra": {
1892
                "branch-alias": {
1893
                    "dev-master": "2.0.x-dev"
1894
                }
1895
            },
1896
            "autoload": {
1897
                "psr-4": {
1898
                    "Silex\\": "src/Silex"
1899
                }
1900
            },
1901
            "notification-url": "https://packagist.org/downloads/",
1902
            "license": [
1903
                "MIT"
1904
            ],
1905
            "authors": [
1906
                {
1907
                    "name": "Fabien Potencier",
1908
                    "email": "[email protected]"
1909
                },
1910
                {
1911
                    "name": "Igor Wiedler",
1912
                    "email": "[email protected]"
1913
                }
1914
            ],
1915
            "description": "The PHP micro-framework based on the Symfony Components",
1916
            "homepage": "http://silex.sensiolabs.org",
1917
            "keywords": [
1918
                "microframework"
1919
            ],
1920
            "time": "2016-05-27 11:37:31"
1921
        },
1922
        {
1923
            "name": "symfony/routing",
1924
            "version": "v3.1.0",
1925
            "source": {
1926
                "type": "git",
1927
                "url": "https://github.com/symfony/routing.git",
1928
                "reference": "e52818e421659dd58a4eb3d439064fb3c2480999"
1929
            },
1930
            "dist": {
1931
                "type": "zip",
1932
                "url": "https://api.github.com/repos/symfony/routing/zipball/e52818e421659dd58a4eb3d439064fb3c2480999",
1933
                "reference": "e52818e421659dd58a4eb3d439064fb3c2480999",
1934
                "shasum": ""
1935
            },
1936
            "require": {
1937
                "php": ">=5.5.9"
1938
            },
1939
            "conflict": {
1940
                "symfony/config": "<2.8"
1941
            },
1942
            "require-dev": {
1943
                "doctrine/annotations": "~1.0",
1944
                "doctrine/common": "~2.2",
1945
                "psr/log": "~1.0",
1946
                "symfony/config": "~2.8|~3.0",
1947
                "symfony/expression-language": "~2.8|~3.0",
1948
                "symfony/http-foundation": "~2.8|~3.0",
1949
                "symfony/yaml": "~2.8|~3.0"
1950
            },
1951
            "suggest": {
1952
                "doctrine/annotations": "For using the annotation loader",
1953
                "symfony/config": "For using the all-in-one router or any loader",
1954
                "symfony/dependency-injection": "For loading routes from a service",
1955
                "symfony/expression-language": "For using expression matching",
1956
                "symfony/http-foundation": "For using a Symfony Request object",
1957
                "symfony/yaml": "For using the YAML loader"
1958
            },
1959
            "type": "library",
1960
            "extra": {
1961
                "branch-alias": {
1962
                    "dev-master": "3.1-dev"
1963
                }
1964
            },
1965
            "autoload": {
1966
                "psr-4": {
1967
                    "Symfony\\Component\\Routing\\": ""
1968
                },
1969
                "exclude-from-classmap": [
1970
                    "/Tests/"
1971
                ]
1972
            },
1973
            "notification-url": "https://packagist.org/downloads/",
1974
            "license": [
1975
                "MIT"
1976
            ],
1977
            "authors": [
1978
                {
1979
                    "name": "Fabien Potencier",
1980
                    "email": "[email protected]"
1981
                },
1982
                {
1983
                    "name": "Symfony Community",
1984
                    "homepage": "https://symfony.com/contributors"
1985
                }
1986
            ],
1987
            "description": "Symfony Routing Component",
1988
            "homepage": "https://symfony.com",
1989
            "keywords": [
1990
                "router",
1991
                "routing",
1992
                "uri",
1993
                "url"
1994
            ],
1995
            "time": "2016-05-30 06:58:39"
1996
        },
1997
        {
1998
            "name": "symfony/yaml",
1999
            "version": "v3.1.0",
2000
            "source": {
2001
                "type": "git",
2002
                "url": "https://github.com/symfony/yaml.git",
2003
                "reference": "eca51b7b65eb9be6af88ad7cc91685f1556f5c9a"
2004
            },
2005
            "dist": {
2006
                "type": "zip",
2007
                "url": "https://api.github.com/repos/symfony/yaml/zipball/eca51b7b65eb9be6af88ad7cc91685f1556f5c9a",
2008
                "reference": "eca51b7b65eb9be6af88ad7cc91685f1556f5c9a",
2009
                "shasum": ""
2010
            },
2011
            "require": {
2012
                "php": ">=5.5.9"
2013
            },
2014
            "type": "library",
2015
            "extra": {
2016
                "branch-alias": {
2017
                    "dev-master": "3.1-dev"
2018
                }
2019
            },
2020
            "autoload": {
2021
                "psr-4": {
2022
                    "Symfony\\Component\\Yaml\\": ""
2023
                },
2024
                "exclude-from-classmap": [
2025
                    "/Tests/"
2026
                ]
2027
            },
2028
            "notification-url": "https://packagist.org/downloads/",
2029
            "license": [
2030
                "MIT"
2031
            ],
2032
            "authors": [
2033
                {
2034
                    "name": "Fabien Potencier",
2035
                    "email": "[email protected]"
2036
                },
2037
                {
2038
                    "name": "Symfony Community",
2039
                    "homepage": "https://symfony.com/contributors"
2040
                }
2041
            ],
2042
            "description": "Symfony Yaml Component",
2043
            "homepage": "https://symfony.com",
2044
            "time": "2016-05-26 21:46:24"
2045
        }
2046
    ],
2047
    "aliases": [],
2048
    "minimum-stability": "stable",
2049
    "stability-flags": [],
2050
    "prefer-stable": false,
2051
    "prefer-lowest": false,
2052
    "platform": {
2053
        "php": ">=5.6"
2054
    },
2055
    "platform-dev": []
2056
}
2057