Issues (1)

Security Analysis    no request data  

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

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

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "318908d7cc094e6bc69fe84db0997bfd",
8
    "content-hash": "c0520a659d5203dc600a1b0821032f6a",
9
    "packages": [
10
        {
11
            "name": "doctrine/annotations",
12
            "version": "v1.2.7",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/doctrine/annotations.git",
16
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
21
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "doctrine/lexer": "1.*",
26
                "php": ">=5.3.2"
27
            },
28
            "require-dev": {
29
                "doctrine/cache": "1.*",
30
                "phpunit/phpunit": "4.*"
31
            },
32
            "type": "library",
33
            "extra": {
34
                "branch-alias": {
35
                    "dev-master": "1.3.x-dev"
36
                }
37
            },
38
            "autoload": {
39
                "psr-0": {
40
                    "Doctrine\\Common\\Annotations\\": "lib/"
41
                }
42
            },
43
            "notification-url": "https://packagist.org/downloads/",
44
            "license": [
45
                "MIT"
46
            ],
47
            "authors": [
48
                {
49
                    "name": "Roman Borschel",
50
                    "email": "[email protected]"
51
                },
52
                {
53
                    "name": "Benjamin Eberlei",
54
                    "email": "[email protected]"
55
                },
56
                {
57
                    "name": "Guilherme Blanco",
58
                    "email": "[email protected]"
59
                },
60
                {
61
                    "name": "Jonathan Wage",
62
                    "email": "[email protected]"
63
                },
64
                {
65
                    "name": "Johannes Schmitt",
66
                    "email": "[email protected]"
67
                }
68
            ],
69
            "description": "Docblock Annotations Parser",
70
            "homepage": "http://www.doctrine-project.org",
71
            "keywords": [
72
                "annotations",
73
                "docblock",
74
                "parser"
75
            ],
76
            "time": "2015-08-31 12:32:49"
77
        },
78
        {
79
            "name": "doctrine/cache",
80
            "version": "v1.6.0",
81
            "source": {
82
                "type": "git",
83
                "url": "https://github.com/doctrine/cache.git",
84
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
85
            },
86
            "dist": {
87
                "type": "zip",
88
                "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
89
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
90
                "shasum": ""
91
            },
92
            "require": {
93
                "php": "~5.5|~7.0"
94
            },
95
            "conflict": {
96
                "doctrine/common": ">2.2,<2.4"
97
            },
98
            "require-dev": {
99
                "phpunit/phpunit": "~4.8|~5.0",
100
                "predis/predis": "~1.0",
101
                "satooshi/php-coveralls": "~0.6"
102
            },
103
            "type": "library",
104
            "extra": {
105
                "branch-alias": {
106
                    "dev-master": "1.6.x-dev"
107
                }
108
            },
109
            "autoload": {
110
                "psr-4": {
111
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
112
                }
113
            },
114
            "notification-url": "https://packagist.org/downloads/",
115
            "license": [
116
                "MIT"
117
            ],
118
            "authors": [
119
                {
120
                    "name": "Roman Borschel",
121
                    "email": "[email protected]"
122
                },
123
                {
124
                    "name": "Benjamin Eberlei",
125
                    "email": "[email protected]"
126
                },
127
                {
128
                    "name": "Guilherme Blanco",
129
                    "email": "[email protected]"
130
                },
131
                {
132
                    "name": "Jonathan Wage",
133
                    "email": "[email protected]"
134
                },
135
                {
136
                    "name": "Johannes Schmitt",
137
                    "email": "[email protected]"
138
                }
139
            ],
140
            "description": "Caching library offering an object-oriented API for many cache backends",
141
            "homepage": "http://www.doctrine-project.org",
142
            "keywords": [
143
                "cache",
144
                "caching"
145
            ],
146
            "time": "2015-12-31 16:37:02"
147
        },
148
        {
149
            "name": "doctrine/lexer",
150
            "version": "v1.0.1",
151
            "source": {
152
                "type": "git",
153
                "url": "https://github.com/doctrine/lexer.git",
154
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
155
            },
156
            "dist": {
157
                "type": "zip",
158
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
159
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
160
                "shasum": ""
161
            },
162
            "require": {
163
                "php": ">=5.3.2"
164
            },
165
            "type": "library",
166
            "extra": {
167
                "branch-alias": {
168
                    "dev-master": "1.0.x-dev"
169
                }
170
            },
171
            "autoload": {
172
                "psr-0": {
173
                    "Doctrine\\Common\\Lexer\\": "lib/"
174
                }
175
            },
176
            "notification-url": "https://packagist.org/downloads/",
177
            "license": [
178
                "MIT"
179
            ],
180
            "authors": [
181
                {
182
                    "name": "Roman Borschel",
183
                    "email": "[email protected]"
184
                },
185
                {
186
                    "name": "Guilherme Blanco",
187
                    "email": "[email protected]"
188
                },
189
                {
190
                    "name": "Johannes Schmitt",
191
                    "email": "[email protected]"
192
                }
193
            ],
194
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
195
            "homepage": "http://www.doctrine-project.org",
196
            "keywords": [
197
                "lexer",
198
                "parser"
199
            ],
200
            "time": "2014-09-09 13:34:57"
201
        },
202
        {
203
            "name": "elasticsearch/elasticsearch",
204
            "version": "v2.1.5",
205
            "source": {
206
                "type": "git",
207
                "url": "https://github.com/elastic/elasticsearch-php.git",
208
                "reference": "c1675245c0a6f789cbb80b3e0b333b9ef521a627"
209
            },
210
            "dist": {
211
                "type": "zip",
212
                "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/c1675245c0a6f789cbb80b3e0b333b9ef521a627",
213
                "reference": "c1675245c0a6f789cbb80b3e0b333b9ef521a627",
214
                "shasum": ""
215
            },
216
            "require": {
217
                "guzzlehttp/ringphp": "~1.0",
218
                "php": ">=5.4",
219
                "psr/log": "~1.0"
220
            },
221
            "require-dev": {
222
                "athletic/athletic": "~0.1",
223
                "cpliakas/git-wrapper": "~1.0",
224
                "mockery/mockery": "0.9.4",
225
                "phpunit/phpunit": "~4.7",
226
                "symfony/yaml": "2.4.3 as 2.4.2",
227
                "twig/twig": "1.*"
228
            },
229
            "suggest": {
230
                "ext-curl": "*",
231
                "monolog/monolog": "Allows for client-level logging and tracing"
232
            },
233
            "type": "library",
234
            "autoload": {
235
                "psr-4": {
236
                    "Elasticsearch\\": "src/Elasticsearch/"
237
                }
238
            },
239
            "notification-url": "https://packagist.org/downloads/",
240
            "license": [
241
                "Apache 2"
242
            ],
243
            "authors": [
244
                {
245
                    "name": "Zachary Tong"
246
                }
247
            ],
248
            "description": "PHP Client for Elasticsearch",
249
            "keywords": [
250
                "client",
251
                "elasticsearch",
252
                "search"
253
            ],
254
            "time": "2016-03-18 16:31:37"
255
        },
256
        {
257
            "name": "guzzlehttp/ringphp",
258
            "version": "1.1.0",
259
            "source": {
260
                "type": "git",
261
                "url": "https://github.com/guzzle/RingPHP.git",
262
                "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b"
263
            },
264
            "dist": {
265
                "type": "zip",
266
                "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
267
                "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
268
                "shasum": ""
269
            },
270
            "require": {
271
                "guzzlehttp/streams": "~3.0",
272
                "php": ">=5.4.0",
273
                "react/promise": "~2.0"
274
            },
275
            "require-dev": {
276
                "ext-curl": "*",
277
                "phpunit/phpunit": "~4.0"
278
            },
279
            "suggest": {
280
                "ext-curl": "Guzzle will use specific adapters if cURL is present"
281
            },
282
            "type": "library",
283
            "extra": {
284
                "branch-alias": {
285
                    "dev-master": "1.1-dev"
286
                }
287
            },
288
            "autoload": {
289
                "psr-4": {
290
                    "GuzzleHttp\\Ring\\": "src/"
291
                }
292
            },
293
            "notification-url": "https://packagist.org/downloads/",
294
            "license": [
295
                "MIT"
296
            ],
297
            "authors": [
298
                {
299
                    "name": "Michael Dowling",
300
                    "email": "[email protected]",
301
                    "homepage": "https://github.com/mtdowling"
302
                }
303
            ],
304
            "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
305
            "time": "2015-05-20 03:37:09"
306
        },
307
        {
308
            "name": "guzzlehttp/streams",
309
            "version": "3.0.0",
310
            "source": {
311
                "type": "git",
312
                "url": "https://github.com/guzzle/streams.git",
313
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
314
            },
315
            "dist": {
316
                "type": "zip",
317
                "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
318
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
319
                "shasum": ""
320
            },
321
            "require": {
322
                "php": ">=5.4.0"
323
            },
324
            "require-dev": {
325
                "phpunit/phpunit": "~4.0"
326
            },
327
            "type": "library",
328
            "extra": {
329
                "branch-alias": {
330
                    "dev-master": "3.0-dev"
331
                }
332
            },
333
            "autoload": {
334
                "psr-4": {
335
                    "GuzzleHttp\\Stream\\": "src/"
336
                }
337
            },
338
            "notification-url": "https://packagist.org/downloads/",
339
            "license": [
340
                "MIT"
341
            ],
342
            "authors": [
343
                {
344
                    "name": "Michael Dowling",
345
                    "email": "[email protected]",
346
                    "homepage": "https://github.com/mtdowling"
347
                }
348
            ],
349
            "description": "Provides a simple abstraction over streams of data",
350
            "homepage": "http://guzzlephp.org/",
351
            "keywords": [
352
                "Guzzle",
353
                "stream"
354
            ],
355
            "time": "2014-10-12 19:18:40"
356
        },
357
        {
358
            "name": "m6web/elasticsearch-bundle",
359
            "version": "v1.1.0",
360
            "source": {
361
                "type": "git",
362
                "url": "https://github.com/M6Web/ElasticsearchBundle.git",
363
                "reference": "a91de19424073d92c9ef490ad87f6c463d8cc0cd"
364
            },
365
            "dist": {
366
                "type": "zip",
367
                "url": "https://api.github.com/repos/M6Web/ElasticsearchBundle/zipball/a91de19424073d92c9ef490ad87f6c463d8cc0cd",
368
                "reference": "a91de19424073d92c9ef490ad87f6c463d8cc0cd",
369
                "shasum": ""
370
            },
371
            "require": {
372
                "elasticsearch/elasticsearch": "~2.0",
373
                "php": ">=5.5"
374
            },
375
            "require-dev": {
376
                "atoum/atoum": "^2.6",
377
                "m6web/coke": "~1.2.0",
378
                "m6web/symfony2-coding-standard": "~1.2.0",
379
                "symfony/config": "^2.3|^3.0",
380
                "symfony/dependency-injection": "^2.3|^3.0",
381
                "symfony/event-dispatcher": "^2.3|^3.0",
382
                "symfony/yaml": "^2.3|^3.0"
383
            },
384
            "type": "symfony-bundle",
385
            "autoload": {
386
                "psr-0": {
387
                    "": "src/"
388
                }
389
            },
390
            "notification-url": "https://packagist.org/downloads/",
391
            "license": [
392
                "MIT"
393
            ],
394
            "authors": [
395
                {
396
                    "name": "Matthieu Guillermin",
397
                    "email": "[email protected]"
398
                }
399
            ],
400
            "description": "Symfony2 Bundle on top of elasticsearch/elasticsearch-php",
401
            "time": "2016-04-01 10:02:59"
402
        },
403
        {
404
            "name": "paragonie/random_compat",
405
            "version": "v1.4.1",
406
            "source": {
407
                "type": "git",
408
                "url": "https://github.com/paragonie/random_compat.git",
409
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
410
            },
411
            "dist": {
412
                "type": "zip",
413
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
414
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
415
                "shasum": ""
416
            },
417
            "require": {
418
                "php": ">=5.2.0"
419
            },
420
            "require-dev": {
421
                "phpunit/phpunit": "4.*|5.*"
422
            },
423
            "suggest": {
424
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
425
            },
426
            "type": "library",
427
            "autoload": {
428
                "files": [
429
                    "lib/random.php"
430
                ]
431
            },
432
            "notification-url": "https://packagist.org/downloads/",
433
            "license": [
434
                "MIT"
435
            ],
436
            "authors": [
437
                {
438
                    "name": "Paragon Initiative Enterprises",
439
                    "email": "[email protected]",
440
                    "homepage": "https://paragonie.com"
441
                }
442
            ],
443
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
444
            "keywords": [
445
                "csprng",
446
                "pseudorandom",
447
                "random"
448
            ],
449
            "time": "2016-03-18 20:34:03"
450
        },
451
        {
452
            "name": "psr/log",
453
            "version": "1.0.0",
454
            "source": {
455
                "type": "git",
456
                "url": "https://github.com/php-fig/log.git",
457
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
458
            },
459
            "dist": {
460
                "type": "zip",
461
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
462
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
463
                "shasum": ""
464
            },
465
            "type": "library",
466
            "autoload": {
467
                "psr-0": {
468
                    "Psr\\Log\\": ""
469
                }
470
            },
471
            "notification-url": "https://packagist.org/downloads/",
472
            "license": [
473
                "MIT"
474
            ],
475
            "authors": [
476
                {
477
                    "name": "PHP-FIG",
478
                    "homepage": "http://www.php-fig.org/"
479
                }
480
            ],
481
            "description": "Common interface for logging libraries",
482
            "keywords": [
483
                "log",
484
                "psr",
485
                "psr-3"
486
            ],
487
            "time": "2012-12-21 11:40:51"
488
        },
489
        {
490
            "name": "react/promise",
491
            "version": "v2.4.0",
492
            "source": {
493
                "type": "git",
494
                "url": "https://github.com/reactphp/promise.git",
495
                "reference": "f942da7b505d1a294284ab343d05df42d02ad6d9"
496
            },
497
            "dist": {
498
                "type": "zip",
499
                "url": "https://api.github.com/repos/reactphp/promise/zipball/f942da7b505d1a294284ab343d05df42d02ad6d9",
500
                "reference": "f942da7b505d1a294284ab343d05df42d02ad6d9",
501
                "shasum": ""
502
            },
503
            "require": {
504
                "php": ">=5.4.0"
505
            },
506
            "type": "library",
507
            "extra": {
508
                "branch-alias": {
509
                    "dev-master": "2.0-dev"
510
                }
511
            },
512
            "autoload": {
513
                "psr-4": {
514
                    "React\\Promise\\": "src/"
515
                },
516
                "files": [
517
                    "src/functions_include.php"
518
                ]
519
            },
520
            "notification-url": "https://packagist.org/downloads/",
521
            "license": [
522
                "MIT"
523
            ],
524
            "authors": [
525
                {
526
                    "name": "Jan Sorgalla",
527
                    "email": "[email protected]"
528
                }
529
            ],
530
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
531
            "time": "2016-03-31 13:10:33"
532
        },
533
        {
534
            "name": "symfony/asset",
535
            "version": "v3.0.4",
536
            "source": {
537
                "type": "git",
538
                "url": "https://github.com/symfony/asset.git",
539
                "reference": "ae5e0397523f6c75d28e500731a4300385f1a11b"
540
            },
541
            "dist": {
542
                "type": "zip",
543
                "url": "https://api.github.com/repos/symfony/asset/zipball/ae5e0397523f6c75d28e500731a4300385f1a11b",
544
                "reference": "ae5e0397523f6c75d28e500731a4300385f1a11b",
545
                "shasum": ""
546
            },
547
            "require": {
548
                "php": ">=5.5.9"
549
            },
550
            "require-dev": {
551
                "symfony/http-foundation": "~2.8|~3.0"
552
            },
553
            "suggest": {
554
                "symfony/http-foundation": ""
555
            },
556
            "type": "library",
557
            "extra": {
558
                "branch-alias": {
559
                    "dev-master": "3.0-dev"
560
                }
561
            },
562
            "autoload": {
563
                "psr-4": {
564
                    "Symfony\\Component\\Asset\\": ""
565
                },
566
                "exclude-from-classmap": [
567
                    "/Tests/"
568
                ]
569
            },
570
            "notification-url": "https://packagist.org/downloads/",
571
            "license": [
572
                "MIT"
573
            ],
574
            "authors": [
575
                {
576
                    "name": "Fabien Potencier",
577
                    "email": "[email protected]"
578
                },
579
                {
580
                    "name": "Symfony Community",
581
                    "homepage": "https://symfony.com/contributors"
582
                }
583
            ],
584
            "description": "Symfony Asset Component",
585
            "homepage": "https://symfony.com",
586
            "time": "2016-03-10 10:34:12"
587
        },
588
        {
589
            "name": "symfony/class-loader",
590
            "version": "v3.0.4",
591
            "source": {
592
                "type": "git",
593
                "url": "https://github.com/symfony/class-loader.git",
594
                "reference": "cbb7e6a9c0213a0cffa5d9065ee8214ca4e83877"
595
            },
596
            "dist": {
597
                "type": "zip",
598
                "url": "https://api.github.com/repos/symfony/class-loader/zipball/cbb7e6a9c0213a0cffa5d9065ee8214ca4e83877",
599
                "reference": "cbb7e6a9c0213a0cffa5d9065ee8214ca4e83877",
600
                "shasum": ""
601
            },
602
            "require": {
603
                "php": ">=5.5.9"
604
            },
605
            "require-dev": {
606
                "symfony/finder": "~2.8|~3.0",
607
                "symfony/polyfill-apcu": "~1.1"
608
            },
609
            "suggest": {
610
                "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
611
            },
612
            "type": "library",
613
            "extra": {
614
                "branch-alias": {
615
                    "dev-master": "3.0-dev"
616
                }
617
            },
618
            "autoload": {
619
                "psr-4": {
620
                    "Symfony\\Component\\ClassLoader\\": ""
621
                },
622
                "exclude-from-classmap": [
623
                    "/Tests/"
624
                ]
625
            },
626
            "notification-url": "https://packagist.org/downloads/",
627
            "license": [
628
                "MIT"
629
            ],
630
            "authors": [
631
                {
632
                    "name": "Fabien Potencier",
633
                    "email": "[email protected]"
634
                },
635
                {
636
                    "name": "Symfony Community",
637
                    "homepage": "https://symfony.com/contributors"
638
                }
639
            ],
640
            "description": "Symfony ClassLoader Component",
641
            "homepage": "https://symfony.com",
642
            "time": "2016-03-30 10:41:14"
643
        },
644
        {
645
            "name": "symfony/config",
646
            "version": "v3.0.4",
647
            "source": {
648
                "type": "git",
649
                "url": "https://github.com/symfony/config.git",
650
                "reference": "980ee40c28f00acff8906c11b778aab5f0db74c2"
651
            },
652
            "dist": {
653
                "type": "zip",
654
                "url": "https://api.github.com/repos/symfony/config/zipball/980ee40c28f00acff8906c11b778aab5f0db74c2",
655
                "reference": "980ee40c28f00acff8906c11b778aab5f0db74c2",
656
                "shasum": ""
657
            },
658
            "require": {
659
                "php": ">=5.5.9",
660
                "symfony/filesystem": "~2.8|~3.0"
661
            },
662
            "suggest": {
663
                "symfony/yaml": "To use the yaml reference dumper"
664
            },
665
            "type": "library",
666
            "extra": {
667
                "branch-alias": {
668
                    "dev-master": "3.0-dev"
669
                }
670
            },
671
            "autoload": {
672
                "psr-4": {
673
                    "Symfony\\Component\\Config\\": ""
674
                },
675
                "exclude-from-classmap": [
676
                    "/Tests/"
677
                ]
678
            },
679
            "notification-url": "https://packagist.org/downloads/",
680
            "license": [
681
                "MIT"
682
            ],
683
            "authors": [
684
                {
685
                    "name": "Fabien Potencier",
686
                    "email": "[email protected]"
687
                },
688
                {
689
                    "name": "Symfony Community",
690
                    "homepage": "https://symfony.com/contributors"
691
                }
692
            ],
693
            "description": "Symfony Config Component",
694
            "homepage": "https://symfony.com",
695
            "time": "2016-03-04 07:55:57"
696
        },
697
        {
698
            "name": "symfony/console",
699
            "version": "v3.0.4",
700
            "source": {
701
                "type": "git",
702
                "url": "https://github.com/symfony/console.git",
703
                "reference": "6b1175135bc2a74c08a28d89761272de8beed8cd"
704
            },
705
            "dist": {
706
                "type": "zip",
707
                "url": "https://api.github.com/repos/symfony/console/zipball/6b1175135bc2a74c08a28d89761272de8beed8cd",
708
                "reference": "6b1175135bc2a74c08a28d89761272de8beed8cd",
709
                "shasum": ""
710
            },
711
            "require": {
712
                "php": ">=5.5.9",
713
                "symfony/polyfill-mbstring": "~1.0"
714
            },
715
            "require-dev": {
716
                "psr/log": "~1.0",
717
                "symfony/event-dispatcher": "~2.8|~3.0",
718
                "symfony/process": "~2.8|~3.0"
719
            },
720
            "suggest": {
721
                "psr/log": "For using the console logger",
722
                "symfony/event-dispatcher": "",
723
                "symfony/process": ""
724
            },
725
            "type": "library",
726
            "extra": {
727
                "branch-alias": {
728
                    "dev-master": "3.0-dev"
729
                }
730
            },
731
            "autoload": {
732
                "psr-4": {
733
                    "Symfony\\Component\\Console\\": ""
734
                },
735
                "exclude-from-classmap": [
736
                    "/Tests/"
737
                ]
738
            },
739
            "notification-url": "https://packagist.org/downloads/",
740
            "license": [
741
                "MIT"
742
            ],
743
            "authors": [
744
                {
745
                    "name": "Fabien Potencier",
746
                    "email": "[email protected]"
747
                },
748
                {
749
                    "name": "Symfony Community",
750
                    "homepage": "https://symfony.com/contributors"
751
                }
752
            ],
753
            "description": "Symfony Console Component",
754
            "homepage": "https://symfony.com",
755
            "time": "2016-03-16 17:00:50"
756
        },
757
        {
758
            "name": "symfony/debug",
759
            "version": "v3.0.4",
760
            "source": {
761
                "type": "git",
762
                "url": "https://github.com/symfony/debug.git",
763
                "reference": "a06d10888a45afd97534506afb058ec38d9ba35b"
764
            },
765
            "dist": {
766
                "type": "zip",
767
                "url": "https://api.github.com/repos/symfony/debug/zipball/a06d10888a45afd97534506afb058ec38d9ba35b",
768
                "reference": "a06d10888a45afd97534506afb058ec38d9ba35b",
769
                "shasum": ""
770
            },
771
            "require": {
772
                "php": ">=5.5.9",
773
                "psr/log": "~1.0"
774
            },
775
            "conflict": {
776
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
777
            },
778
            "require-dev": {
779
                "symfony/class-loader": "~2.8|~3.0",
780
                "symfony/http-kernel": "~2.8|~3.0"
781
            },
782
            "type": "library",
783
            "extra": {
784
                "branch-alias": {
785
                    "dev-master": "3.0-dev"
786
                }
787
            },
788
            "autoload": {
789
                "psr-4": {
790
                    "Symfony\\Component\\Debug\\": ""
791
                },
792
                "exclude-from-classmap": [
793
                    "/Tests/"
794
                ]
795
            },
796
            "notification-url": "https://packagist.org/downloads/",
797
            "license": [
798
                "MIT"
799
            ],
800
            "authors": [
801
                {
802
                    "name": "Fabien Potencier",
803
                    "email": "[email protected]"
804
                },
805
                {
806
                    "name": "Symfony Community",
807
                    "homepage": "https://symfony.com/contributors"
808
                }
809
            ],
810
            "description": "Symfony Debug Component",
811
            "homepage": "https://symfony.com",
812
            "time": "2016-03-30 10:41:14"
813
        },
814
        {
815
            "name": "symfony/dependency-injection",
816
            "version": "v3.0.4",
817
            "source": {
818
                "type": "git",
819
                "url": "https://github.com/symfony/dependency-injection.git",
820
                "reference": "6a9058101b591edced21ca3c83c80a3978f5c6b0"
821
            },
822
            "dist": {
823
                "type": "zip",
824
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/6a9058101b591edced21ca3c83c80a3978f5c6b0",
825
                "reference": "6a9058101b591edced21ca3c83c80a3978f5c6b0",
826
                "shasum": ""
827
            },
828
            "require": {
829
                "php": ">=5.5.9"
830
            },
831
            "require-dev": {
832
                "symfony/config": "~2.8|~3.0",
833
                "symfony/expression-language": "~2.8|~3.0",
834
                "symfony/yaml": "~2.8|~3.0"
835
            },
836
            "suggest": {
837
                "symfony/config": "",
838
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
839
                "symfony/yaml": ""
840
            },
841
            "type": "library",
842
            "extra": {
843
                "branch-alias": {
844
                    "dev-master": "3.0-dev"
845
                }
846
            },
847
            "autoload": {
848
                "psr-4": {
849
                    "Symfony\\Component\\DependencyInjection\\": ""
850
                },
851
                "exclude-from-classmap": [
852
                    "/Tests/"
853
                ]
854
            },
855
            "notification-url": "https://packagist.org/downloads/",
856
            "license": [
857
                "MIT"
858
            ],
859
            "authors": [
860
                {
861
                    "name": "Fabien Potencier",
862
                    "email": "[email protected]"
863
                },
864
                {
865
                    "name": "Symfony Community",
866
                    "homepage": "https://symfony.com/contributors"
867
                }
868
            ],
869
            "description": "Symfony DependencyInjection Component",
870
            "homepage": "https://symfony.com",
871
            "time": "2016-03-30 10:41:14"
872
        },
873
        {
874
            "name": "symfony/event-dispatcher",
875
            "version": "v3.0.4",
876
            "source": {
877
                "type": "git",
878
                "url": "https://github.com/symfony/event-dispatcher.git",
879
                "reference": "9002dcf018d884d294b1ef20a6f968efc1128f39"
880
            },
881
            "dist": {
882
                "type": "zip",
883
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9002dcf018d884d294b1ef20a6f968efc1128f39",
884
                "reference": "9002dcf018d884d294b1ef20a6f968efc1128f39",
885
                "shasum": ""
886
            },
887
            "require": {
888
                "php": ">=5.5.9"
889
            },
890
            "require-dev": {
891
                "psr/log": "~1.0",
892
                "symfony/config": "~2.8|~3.0",
893
                "symfony/dependency-injection": "~2.8|~3.0",
894
                "symfony/expression-language": "~2.8|~3.0",
895
                "symfony/stopwatch": "~2.8|~3.0"
896
            },
897
            "suggest": {
898
                "symfony/dependency-injection": "",
899
                "symfony/http-kernel": ""
900
            },
901
            "type": "library",
902
            "extra": {
903
                "branch-alias": {
904
                    "dev-master": "3.0-dev"
905
                }
906
            },
907
            "autoload": {
908
                "psr-4": {
909
                    "Symfony\\Component\\EventDispatcher\\": ""
910
                },
911
                "exclude-from-classmap": [
912
                    "/Tests/"
913
                ]
914
            },
915
            "notification-url": "https://packagist.org/downloads/",
916
            "license": [
917
                "MIT"
918
            ],
919
            "authors": [
920
                {
921
                    "name": "Fabien Potencier",
922
                    "email": "[email protected]"
923
                },
924
                {
925
                    "name": "Symfony Community",
926
                    "homepage": "https://symfony.com/contributors"
927
                }
928
            ],
929
            "description": "Symfony EventDispatcher Component",
930
            "homepage": "https://symfony.com",
931
            "time": "2016-03-10 10:34:12"
932
        },
933
        {
934
            "name": "symfony/expression-language",
935
            "version": "v3.0.4",
936
            "source": {
937
                "type": "git",
938
                "url": "https://github.com/symfony/expression-language.git",
939
                "reference": "98466efcae5b9e8a5dd45b300b0ff54eaa6f3988"
940
            },
941
            "dist": {
942
                "type": "zip",
943
                "url": "https://api.github.com/repos/symfony/expression-language/zipball/98466efcae5b9e8a5dd45b300b0ff54eaa6f3988",
944
                "reference": "98466efcae5b9e8a5dd45b300b0ff54eaa6f3988",
945
                "shasum": ""
946
            },
947
            "require": {
948
                "php": ">=5.5.9"
949
            },
950
            "type": "library",
951
            "extra": {
952
                "branch-alias": {
953
                    "dev-master": "3.0-dev"
954
                }
955
            },
956
            "autoload": {
957
                "psr-4": {
958
                    "Symfony\\Component\\ExpressionLanguage\\": ""
959
                },
960
                "exclude-from-classmap": [
961
                    "/Tests/"
962
                ]
963
            },
964
            "notification-url": "https://packagist.org/downloads/",
965
            "license": [
966
                "MIT"
967
            ],
968
            "authors": [
969
                {
970
                    "name": "Fabien Potencier",
971
                    "email": "[email protected]"
972
                },
973
                {
974
                    "name": "Symfony Community",
975
                    "homepage": "https://symfony.com/contributors"
976
                }
977
            ],
978
            "description": "Symfony ExpressionLanguage Component",
979
            "homepage": "https://symfony.com",
980
            "time": "2016-03-10 10:34:12"
981
        },
982
        {
983
            "name": "symfony/filesystem",
984
            "version": "v3.0.4",
985
            "source": {
986
                "type": "git",
987
                "url": "https://github.com/symfony/filesystem.git",
988
                "reference": "f82499a459dcade2ea56df94cc58b19c8bde3d20"
989
            },
990
            "dist": {
991
                "type": "zip",
992
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/f82499a459dcade2ea56df94cc58b19c8bde3d20",
993
                "reference": "f82499a459dcade2ea56df94cc58b19c8bde3d20",
994
                "shasum": ""
995
            },
996
            "require": {
997
                "php": ">=5.5.9"
998
            },
999
            "type": "library",
1000
            "extra": {
1001
                "branch-alias": {
1002
                    "dev-master": "3.0-dev"
1003
                }
1004
            },
1005
            "autoload": {
1006
                "psr-4": {
1007
                    "Symfony\\Component\\Filesystem\\": ""
1008
                },
1009
                "exclude-from-classmap": [
1010
                    "/Tests/"
1011
                ]
1012
            },
1013
            "notification-url": "https://packagist.org/downloads/",
1014
            "license": [
1015
                "MIT"
1016
            ],
1017
            "authors": [
1018
                {
1019
                    "name": "Fabien Potencier",
1020
                    "email": "[email protected]"
1021
                },
1022
                {
1023
                    "name": "Symfony Community",
1024
                    "homepage": "https://symfony.com/contributors"
1025
                }
1026
            ],
1027
            "description": "Symfony Filesystem Component",
1028
            "homepage": "https://symfony.com",
1029
            "time": "2016-03-27 10:24:39"
1030
        },
1031
        {
1032
            "name": "symfony/finder",
1033
            "version": "v3.0.4",
1034
            "source": {
1035
                "type": "git",
1036
                "url": "https://github.com/symfony/finder.git",
1037
                "reference": "c54e407b35bc098916704e9fd090da21da4c4f52"
1038
            },
1039
            "dist": {
1040
                "type": "zip",
1041
                "url": "https://api.github.com/repos/symfony/finder/zipball/c54e407b35bc098916704e9fd090da21da4c4f52",
1042
                "reference": "c54e407b35bc098916704e9fd090da21da4c4f52",
1043
                "shasum": ""
1044
            },
1045
            "require": {
1046
                "php": ">=5.5.9"
1047
            },
1048
            "type": "library",
1049
            "extra": {
1050
                "branch-alias": {
1051
                    "dev-master": "3.0-dev"
1052
                }
1053
            },
1054
            "autoload": {
1055
                "psr-4": {
1056
                    "Symfony\\Component\\Finder\\": ""
1057
                },
1058
                "exclude-from-classmap": [
1059
                    "/Tests/"
1060
                ]
1061
            },
1062
            "notification-url": "https://packagist.org/downloads/",
1063
            "license": [
1064
                "MIT"
1065
            ],
1066
            "authors": [
1067
                {
1068
                    "name": "Fabien Potencier",
1069
                    "email": "[email protected]"
1070
                },
1071
                {
1072
                    "name": "Symfony Community",
1073
                    "homepage": "https://symfony.com/contributors"
1074
                }
1075
            ],
1076
            "description": "Symfony Finder Component",
1077
            "homepage": "https://symfony.com",
1078
            "time": "2016-03-10 11:13:05"
1079
        },
1080
        {
1081
            "name": "symfony/framework-bundle",
1082
            "version": "v3.0.4",
1083
            "source": {
1084
                "type": "git",
1085
                "url": "https://github.com/symfony/framework-bundle.git",
1086
                "reference": "73134a2f1fc6c1a8557f20f785a18057fcc9d11c"
1087
            },
1088
            "dist": {
1089
                "type": "zip",
1090
                "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/73134a2f1fc6c1a8557f20f785a18057fcc9d11c",
1091
                "reference": "73134a2f1fc6c1a8557f20f785a18057fcc9d11c",
1092
                "shasum": ""
1093
            },
1094
            "require": {
1095
                "doctrine/annotations": "~1.0",
1096
                "doctrine/cache": "~1.0",
1097
                "php": ">=5.5.9",
1098
                "symfony/asset": "~2.8|~3.0",
1099
                "symfony/class-loader": "~2.8|~3.0",
1100
                "symfony/config": "~2.8|~3.0",
1101
                "symfony/dependency-injection": "~2.8|~3.0",
1102
                "symfony/event-dispatcher": "~2.8|~3.0",
1103
                "symfony/filesystem": "~2.8|~3.0",
1104
                "symfony/finder": "~2.8|~3.0",
1105
                "symfony/http-foundation": "~2.8|~3.0",
1106
                "symfony/http-kernel": "~2.8|~3.0",
1107
                "symfony/polyfill-mbstring": "~1.0",
1108
                "symfony/routing": "~3.0",
1109
                "symfony/security-core": "~2.8|~3.0",
1110
                "symfony/security-csrf": "~2.8|~3.0",
1111
                "symfony/stopwatch": "~2.8|~3.0",
1112
                "symfony/templating": "~2.8|~3.0",
1113
                "symfony/translation": "~2.8|~3.0"
1114
            },
1115
            "require-dev": {
1116
                "phpdocumentor/reflection": "^1.0.7",
1117
                "symfony/browser-kit": "~2.8|~3.0",
1118
                "symfony/console": "~2.8|~3.0",
1119
                "symfony/css-selector": "~2.8|~3.0",
1120
                "symfony/dom-crawler": "~2.8|~3.0",
1121
                "symfony/expression-language": "~2.8|~3.0",
1122
                "symfony/form": "~2.8|~3.0",
1123
                "symfony/polyfill-intl-icu": "~1.0",
1124
                "symfony/process": "~2.8|~3.0",
1125
                "symfony/property-info": "~2.8|~3.0",
1126
                "symfony/security": "~2.8|~3.0",
1127
                "symfony/validator": "~2.8|~3.0",
1128
                "symfony/yaml": "~2.8|~3.0",
1129
                "twig/twig": "~1.23|~2.0"
1130
            },
1131
            "suggest": {
1132
                "symfony/console": "For using the console commands",
1133
                "symfony/form": "For using forms",
1134
                "symfony/process": "For using the server:run, server:start, server:stop, and server:status commands",
1135
                "symfony/property-info": "For using the property_info service",
1136
                "symfony/serializer": "For using the serializer service",
1137
                "symfony/validator": "For using validation",
1138
                "symfony/yaml": "For using the debug:config and lint:yaml commands"
1139
            },
1140
            "type": "symfony-bundle",
1141
            "extra": {
1142
                "branch-alias": {
1143
                    "dev-master": "3.0-dev"
1144
                }
1145
            },
1146
            "autoload": {
1147
                "psr-4": {
1148
                    "Symfony\\Bundle\\FrameworkBundle\\": ""
1149
                },
1150
                "exclude-from-classmap": [
1151
                    "/Tests/"
1152
                ]
1153
            },
1154
            "notification-url": "https://packagist.org/downloads/",
1155
            "license": [
1156
                "MIT"
1157
            ],
1158
            "authors": [
1159
                {
1160
                    "name": "Fabien Potencier",
1161
                    "email": "[email protected]"
1162
                },
1163
                {
1164
                    "name": "Symfony Community",
1165
                    "homepage": "https://symfony.com/contributors"
1166
                }
1167
            ],
1168
            "description": "Symfony FrameworkBundle",
1169
            "homepage": "https://symfony.com",
1170
            "time": "2016-03-27 10:25:16"
1171
        },
1172
        {
1173
            "name": "symfony/http-foundation",
1174
            "version": "v3.0.4",
1175
            "source": {
1176
                "type": "git",
1177
                "url": "https://github.com/symfony/http-foundation.git",
1178
                "reference": "99f38445a874e7becb8afc4b4a79ee181cf6ec3f"
1179
            },
1180
            "dist": {
1181
                "type": "zip",
1182
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/99f38445a874e7becb8afc4b4a79ee181cf6ec3f",
1183
                "reference": "99f38445a874e7becb8afc4b4a79ee181cf6ec3f",
1184
                "shasum": ""
1185
            },
1186
            "require": {
1187
                "php": ">=5.5.9",
1188
                "symfony/polyfill-mbstring": "~1.1"
1189
            },
1190
            "require-dev": {
1191
                "symfony/expression-language": "~2.8|~3.0"
1192
            },
1193
            "type": "library",
1194
            "extra": {
1195
                "branch-alias": {
1196
                    "dev-master": "3.0-dev"
1197
                }
1198
            },
1199
            "autoload": {
1200
                "psr-4": {
1201
                    "Symfony\\Component\\HttpFoundation\\": ""
1202
                },
1203
                "exclude-from-classmap": [
1204
                    "/Tests/"
1205
                ]
1206
            },
1207
            "notification-url": "https://packagist.org/downloads/",
1208
            "license": [
1209
                "MIT"
1210
            ],
1211
            "authors": [
1212
                {
1213
                    "name": "Fabien Potencier",
1214
                    "email": "[email protected]"
1215
                },
1216
                {
1217
                    "name": "Symfony Community",
1218
                    "homepage": "https://symfony.com/contributors"
1219
                }
1220
            ],
1221
            "description": "Symfony HttpFoundation Component",
1222
            "homepage": "https://symfony.com",
1223
            "time": "2016-03-27 14:50:32"
1224
        },
1225
        {
1226
            "name": "symfony/http-kernel",
1227
            "version": "v3.0.4",
1228
            "source": {
1229
                "type": "git",
1230
                "url": "https://github.com/symfony/http-kernel.git",
1231
                "reference": "579f828489659d7b3430f4bd9b67b4618b387dea"
1232
            },
1233
            "dist": {
1234
                "type": "zip",
1235
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/579f828489659d7b3430f4bd9b67b4618b387dea",
1236
                "reference": "579f828489659d7b3430f4bd9b67b4618b387dea",
1237
                "shasum": ""
1238
            },
1239
            "require": {
1240
                "php": ">=5.5.9",
1241
                "psr/log": "~1.0",
1242
                "symfony/debug": "~2.8|~3.0",
1243
                "symfony/event-dispatcher": "~2.8|~3.0",
1244
                "symfony/http-foundation": "~2.8|~3.0"
1245
            },
1246
            "conflict": {
1247
                "symfony/config": "<2.8"
1248
            },
1249
            "require-dev": {
1250
                "symfony/browser-kit": "~2.8|~3.0",
1251
                "symfony/class-loader": "~2.8|~3.0",
1252
                "symfony/config": "~2.8|~3.0",
1253
                "symfony/console": "~2.8|~3.0",
1254
                "symfony/css-selector": "~2.8|~3.0",
1255
                "symfony/dependency-injection": "~2.8|~3.0",
1256
                "symfony/dom-crawler": "~2.8|~3.0",
1257
                "symfony/expression-language": "~2.8|~3.0",
1258
                "symfony/finder": "~2.8|~3.0",
1259
                "symfony/process": "~2.8|~3.0",
1260
                "symfony/routing": "~2.8|~3.0",
1261
                "symfony/stopwatch": "~2.8|~3.0",
1262
                "symfony/templating": "~2.8|~3.0",
1263
                "symfony/translation": "~2.8|~3.0",
1264
                "symfony/var-dumper": "~2.8|~3.0"
1265
            },
1266
            "suggest": {
1267
                "symfony/browser-kit": "",
1268
                "symfony/class-loader": "",
1269
                "symfony/config": "",
1270
                "symfony/console": "",
1271
                "symfony/dependency-injection": "",
1272
                "symfony/finder": "",
1273
                "symfony/var-dumper": ""
1274
            },
1275
            "type": "library",
1276
            "extra": {
1277
                "branch-alias": {
1278
                    "dev-master": "3.0-dev"
1279
                }
1280
            },
1281
            "autoload": {
1282
                "psr-4": {
1283
                    "Symfony\\Component\\HttpKernel\\": ""
1284
                },
1285
                "exclude-from-classmap": [
1286
                    "/Tests/"
1287
                ]
1288
            },
1289
            "notification-url": "https://packagist.org/downloads/",
1290
            "license": [
1291
                "MIT"
1292
            ],
1293
            "authors": [
1294
                {
1295
                    "name": "Fabien Potencier",
1296
                    "email": "[email protected]"
1297
                },
1298
                {
1299
                    "name": "Symfony Community",
1300
                    "homepage": "https://symfony.com/contributors"
1301
                }
1302
            ],
1303
            "description": "Symfony HttpKernel Component",
1304
            "homepage": "https://symfony.com",
1305
            "time": "2016-03-25 01:41:20"
1306
        },
1307
        {
1308
            "name": "symfony/polyfill-mbstring",
1309
            "version": "v1.1.1",
1310
            "source": {
1311
                "type": "git",
1312
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1313
                "reference": "1289d16209491b584839022f29257ad859b8532d"
1314
            },
1315
            "dist": {
1316
                "type": "zip",
1317
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d",
1318
                "reference": "1289d16209491b584839022f29257ad859b8532d",
1319
                "shasum": ""
1320
            },
1321
            "require": {
1322
                "php": ">=5.3.3"
1323
            },
1324
            "suggest": {
1325
                "ext-mbstring": "For best performance"
1326
            },
1327
            "type": "library",
1328
            "extra": {
1329
                "branch-alias": {
1330
                    "dev-master": "1.1-dev"
1331
                }
1332
            },
1333
            "autoload": {
1334
                "psr-4": {
1335
                    "Symfony\\Polyfill\\Mbstring\\": ""
1336
                },
1337
                "files": [
1338
                    "bootstrap.php"
1339
                ]
1340
            },
1341
            "notification-url": "https://packagist.org/downloads/",
1342
            "license": [
1343
                "MIT"
1344
            ],
1345
            "authors": [
1346
                {
1347
                    "name": "Nicolas Grekas",
1348
                    "email": "[email protected]"
1349
                },
1350
                {
1351
                    "name": "Symfony Community",
1352
                    "homepage": "https://symfony.com/contributors"
1353
                }
1354
            ],
1355
            "description": "Symfony polyfill for the Mbstring extension",
1356
            "homepage": "https://symfony.com",
1357
            "keywords": [
1358
                "compatibility",
1359
                "mbstring",
1360
                "polyfill",
1361
                "portable",
1362
                "shim"
1363
            ],
1364
            "time": "2016-01-20 09:13:37"
1365
        },
1366
        {
1367
            "name": "symfony/polyfill-php56",
1368
            "version": "v1.1.1",
1369
            "source": {
1370
                "type": "git",
1371
                "url": "https://github.com/symfony/polyfill-php56.git",
1372
                "reference": "4d891fff050101a53a4caabb03277284942d1ad9"
1373
            },
1374
            "dist": {
1375
                "type": "zip",
1376
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/4d891fff050101a53a4caabb03277284942d1ad9",
1377
                "reference": "4d891fff050101a53a4caabb03277284942d1ad9",
1378
                "shasum": ""
1379
            },
1380
            "require": {
1381
                "php": ">=5.3.3",
1382
                "symfony/polyfill-util": "~1.0"
1383
            },
1384
            "type": "library",
1385
            "extra": {
1386
                "branch-alias": {
1387
                    "dev-master": "1.1-dev"
1388
                }
1389
            },
1390
            "autoload": {
1391
                "psr-4": {
1392
                    "Symfony\\Polyfill\\Php56\\": ""
1393
                },
1394
                "files": [
1395
                    "bootstrap.php"
1396
                ]
1397
            },
1398
            "notification-url": "https://packagist.org/downloads/",
1399
            "license": [
1400
                "MIT"
1401
            ],
1402
            "authors": [
1403
                {
1404
                    "name": "Nicolas Grekas",
1405
                    "email": "[email protected]"
1406
                },
1407
                {
1408
                    "name": "Symfony Community",
1409
                    "homepage": "https://symfony.com/contributors"
1410
                }
1411
            ],
1412
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
1413
            "homepage": "https://symfony.com",
1414
            "keywords": [
1415
                "compatibility",
1416
                "polyfill",
1417
                "portable",
1418
                "shim"
1419
            ],
1420
            "time": "2016-01-20 09:13:37"
1421
        },
1422
        {
1423
            "name": "symfony/polyfill-php70",
1424
            "version": "v1.1.1",
1425
            "source": {
1426
                "type": "git",
1427
                "url": "https://github.com/symfony/polyfill-php70.git",
1428
                "reference": "386c1be9cad3ab531425211919e78c37971be4ce"
1429
            },
1430
            "dist": {
1431
                "type": "zip",
1432
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/386c1be9cad3ab531425211919e78c37971be4ce",
1433
                "reference": "386c1be9cad3ab531425211919e78c37971be4ce",
1434
                "shasum": ""
1435
            },
1436
            "require": {
1437
                "paragonie/random_compat": "~1.0",
1438
                "php": ">=5.3.3"
1439
            },
1440
            "type": "library",
1441
            "extra": {
1442
                "branch-alias": {
1443
                    "dev-master": "1.1-dev"
1444
                }
1445
            },
1446
            "autoload": {
1447
                "psr-4": {
1448
                    "Symfony\\Polyfill\\Php70\\": ""
1449
                },
1450
                "files": [
1451
                    "bootstrap.php"
1452
                ],
1453
                "classmap": [
1454
                    "Resources/stubs"
1455
                ]
1456
            },
1457
            "notification-url": "https://packagist.org/downloads/",
1458
            "license": [
1459
                "MIT"
1460
            ],
1461
            "authors": [
1462
                {
1463
                    "name": "Nicolas Grekas",
1464
                    "email": "[email protected]"
1465
                },
1466
                {
1467
                    "name": "Symfony Community",
1468
                    "homepage": "https://symfony.com/contributors"
1469
                }
1470
            ],
1471
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
1472
            "homepage": "https://symfony.com",
1473
            "keywords": [
1474
                "compatibility",
1475
                "polyfill",
1476
                "portable",
1477
                "shim"
1478
            ],
1479
            "time": "2016-01-28 22:42:02"
1480
        },
1481
        {
1482
            "name": "symfony/polyfill-util",
1483
            "version": "v1.1.1",
1484
            "source": {
1485
                "type": "git",
1486
                "url": "https://github.com/symfony/polyfill-util.git",
1487
                "reference": "8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4"
1488
            },
1489
            "dist": {
1490
                "type": "zip",
1491
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4",
1492
                "reference": "8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4",
1493
                "shasum": ""
1494
            },
1495
            "require": {
1496
                "php": ">=5.3.3"
1497
            },
1498
            "type": "library",
1499
            "extra": {
1500
                "branch-alias": {
1501
                    "dev-master": "1.1-dev"
1502
                }
1503
            },
1504
            "autoload": {
1505
                "psr-4": {
1506
                    "Symfony\\Polyfill\\Util\\": ""
1507
                }
1508
            },
1509
            "notification-url": "https://packagist.org/downloads/",
1510
            "license": [
1511
                "MIT"
1512
            ],
1513
            "authors": [
1514
                {
1515
                    "name": "Nicolas Grekas",
1516
                    "email": "[email protected]"
1517
                },
1518
                {
1519
                    "name": "Symfony Community",
1520
                    "homepage": "https://symfony.com/contributors"
1521
                }
1522
            ],
1523
            "description": "Symfony utilities for portability of PHP codes",
1524
            "homepage": "https://symfony.com",
1525
            "keywords": [
1526
                "compat",
1527
                "compatibility",
1528
                "polyfill",
1529
                "shim"
1530
            ],
1531
            "time": "2016-01-20 09:13:37"
1532
        },
1533
        {
1534
            "name": "symfony/routing",
1535
            "version": "v3.0.4",
1536
            "source": {
1537
                "type": "git",
1538
                "url": "https://github.com/symfony/routing.git",
1539
                "reference": "d061b609f2d0769494c381ec92f5c5cc5e4a20aa"
1540
            },
1541
            "dist": {
1542
                "type": "zip",
1543
                "url": "https://api.github.com/repos/symfony/routing/zipball/d061b609f2d0769494c381ec92f5c5cc5e4a20aa",
1544
                "reference": "d061b609f2d0769494c381ec92f5c5cc5e4a20aa",
1545
                "shasum": ""
1546
            },
1547
            "require": {
1548
                "php": ">=5.5.9"
1549
            },
1550
            "conflict": {
1551
                "symfony/config": "<2.8"
1552
            },
1553
            "require-dev": {
1554
                "doctrine/annotations": "~1.0",
1555
                "doctrine/common": "~2.2",
1556
                "psr/log": "~1.0",
1557
                "symfony/config": "~2.8|~3.0",
1558
                "symfony/expression-language": "~2.8|~3.0",
1559
                "symfony/http-foundation": "~2.8|~3.0",
1560
                "symfony/yaml": "~2.8|~3.0"
1561
            },
1562
            "suggest": {
1563
                "doctrine/annotations": "For using the annotation loader",
1564
                "symfony/config": "For using the all-in-one router or any loader",
1565
                "symfony/dependency-injection": "For loading routes from a service",
1566
                "symfony/expression-language": "For using expression matching",
1567
                "symfony/http-foundation": "For using a Symfony Request object",
1568
                "symfony/yaml": "For using the YAML loader"
1569
            },
1570
            "type": "library",
1571
            "extra": {
1572
                "branch-alias": {
1573
                    "dev-master": "3.0-dev"
1574
                }
1575
            },
1576
            "autoload": {
1577
                "psr-4": {
1578
                    "Symfony\\Component\\Routing\\": ""
1579
                },
1580
                "exclude-from-classmap": [
1581
                    "/Tests/"
1582
                ]
1583
            },
1584
            "notification-url": "https://packagist.org/downloads/",
1585
            "license": [
1586
                "MIT"
1587
            ],
1588
            "authors": [
1589
                {
1590
                    "name": "Fabien Potencier",
1591
                    "email": "[email protected]"
1592
                },
1593
                {
1594
                    "name": "Symfony Community",
1595
                    "homepage": "https://symfony.com/contributors"
1596
                }
1597
            ],
1598
            "description": "Symfony Routing Component",
1599
            "homepage": "https://symfony.com",
1600
            "keywords": [
1601
                "router",
1602
                "routing",
1603
                "uri",
1604
                "url"
1605
            ],
1606
            "time": "2016-03-23 13:23:25"
1607
        },
1608
        {
1609
            "name": "symfony/security-core",
0 ignored issues
show
There is a security advisory for your installed version of symfony/security-core:

CVE-2016-2403: Unauthorized access on a misconfigured Ldap server when using an empty password
Loading history...
1610
            "version": "v3.0.4",
1611
            "source": {
1612
                "type": "git",
1613
                "url": "https://github.com/symfony/security-core.git",
1614
                "reference": "62eda01f17077bd0646ce8790308264133da3252"
1615
            },
1616
            "dist": {
1617
                "type": "zip",
1618
                "url": "https://api.github.com/repos/symfony/security-core/zipball/62eda01f17077bd0646ce8790308264133da3252",
1619
                "reference": "62eda01f17077bd0646ce8790308264133da3252",
1620
                "shasum": ""
1621
            },
1622
            "require": {
1623
                "php": ">=5.5.9",
1624
                "symfony/polyfill-php56": "~1.0",
1625
                "symfony/polyfill-util": "~1.0"
1626
            },
1627
            "require-dev": {
1628
                "psr/log": "~1.0",
1629
                "symfony/event-dispatcher": "~2.8|~3.0",
1630
                "symfony/expression-language": "~2.8|~3.0",
1631
                "symfony/http-foundation": "~2.8|~3.0",
1632
                "symfony/ldap": "~2.8|~3.0",
1633
                "symfony/validator": "~2.8|~3.0"
1634
            },
1635
            "suggest": {
1636
                "symfony/event-dispatcher": "",
1637
                "symfony/expression-language": "For using the expression voter",
1638
                "symfony/http-foundation": "",
1639
                "symfony/ldap": "For using LDAP integration",
1640
                "symfony/validator": "For using the user password constraint"
1641
            },
1642
            "type": "library",
1643
            "extra": {
1644
                "branch-alias": {
1645
                    "dev-master": "3.0-dev"
1646
                }
1647
            },
1648
            "autoload": {
1649
                "psr-4": {
1650
                    "Symfony\\Component\\Security\\Core\\": ""
1651
                },
1652
                "exclude-from-classmap": [
1653
                    "/Tests/"
1654
                ]
1655
            },
1656
            "notification-url": "https://packagist.org/downloads/",
1657
            "license": [
1658
                "MIT"
1659
            ],
1660
            "authors": [
1661
                {
1662
                    "name": "Fabien Potencier",
1663
                    "email": "[email protected]"
1664
                },
1665
                {
1666
                    "name": "Symfony Community",
1667
                    "homepage": "https://symfony.com/contributors"
1668
                }
1669
            ],
1670
            "description": "Symfony Security Component - Core Library",
1671
            "homepage": "https://symfony.com",
1672
            "time": "2016-03-16 16:47:19"
1673
        },
1674
        {
1675
            "name": "symfony/security-csrf",
1676
            "version": "v3.0.4",
1677
            "source": {
1678
                "type": "git",
1679
                "url": "https://github.com/symfony/security-csrf.git",
1680
                "reference": "7fc8ca2f52e6c886579027c00273a02581527a1f"
1681
            },
1682
            "dist": {
1683
                "type": "zip",
1684
                "url": "https://api.github.com/repos/symfony/security-csrf/zipball/7fc8ca2f52e6c886579027c00273a02581527a1f",
1685
                "reference": "7fc8ca2f52e6c886579027c00273a02581527a1f",
1686
                "shasum": ""
1687
            },
1688
            "require": {
1689
                "php": ">=5.5.9",
1690
                "symfony/polyfill-php56": "~1.0",
1691
                "symfony/polyfill-php70": "~1.0",
1692
                "symfony/security-core": "~2.8|~3.0"
1693
            },
1694
            "require-dev": {
1695
                "symfony/http-foundation": "~2.8|~3.0"
1696
            },
1697
            "suggest": {
1698
                "symfony/http-foundation": "For using the class SessionTokenStorage."
1699
            },
1700
            "type": "library",
1701
            "extra": {
1702
                "branch-alias": {
1703
                    "dev-master": "3.0-dev"
1704
                }
1705
            },
1706
            "autoload": {
1707
                "psr-4": {
1708
                    "Symfony\\Component\\Security\\Csrf\\": ""
1709
                },
1710
                "exclude-from-classmap": [
1711
                    "/Tests/"
1712
                ]
1713
            },
1714
            "notification-url": "https://packagist.org/downloads/",
1715
            "license": [
1716
                "MIT"
1717
            ],
1718
            "authors": [
1719
                {
1720
                    "name": "Fabien Potencier",
1721
                    "email": "[email protected]"
1722
                },
1723
                {
1724
                    "name": "Symfony Community",
1725
                    "homepage": "https://symfony.com/contributors"
1726
                }
1727
            ],
1728
            "description": "Symfony Security Component - CSRF Library",
1729
            "homepage": "https://symfony.com",
1730
            "time": "2016-03-10 10:34:12"
1731
        },
1732
        {
1733
            "name": "symfony/stopwatch",
1734
            "version": "v3.0.4",
1735
            "source": {
1736
                "type": "git",
1737
                "url": "https://github.com/symfony/stopwatch.git",
1738
                "reference": "6015187088421e9499d8f8316bdb396f8b806c06"
1739
            },
1740
            "dist": {
1741
                "type": "zip",
1742
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/6015187088421e9499d8f8316bdb396f8b806c06",
1743
                "reference": "6015187088421e9499d8f8316bdb396f8b806c06",
1744
                "shasum": ""
1745
            },
1746
            "require": {
1747
                "php": ">=5.5.9"
1748
            },
1749
            "type": "library",
1750
            "extra": {
1751
                "branch-alias": {
1752
                    "dev-master": "3.0-dev"
1753
                }
1754
            },
1755
            "autoload": {
1756
                "psr-4": {
1757
                    "Symfony\\Component\\Stopwatch\\": ""
1758
                },
1759
                "exclude-from-classmap": [
1760
                    "/Tests/"
1761
                ]
1762
            },
1763
            "notification-url": "https://packagist.org/downloads/",
1764
            "license": [
1765
                "MIT"
1766
            ],
1767
            "authors": [
1768
                {
1769
                    "name": "Fabien Potencier",
1770
                    "email": "[email protected]"
1771
                },
1772
                {
1773
                    "name": "Symfony Community",
1774
                    "homepage": "https://symfony.com/contributors"
1775
                }
1776
            ],
1777
            "description": "Symfony Stopwatch Component",
1778
            "homepage": "https://symfony.com",
1779
            "time": "2016-03-04 07:55:57"
1780
        },
1781
        {
1782
            "name": "symfony/templating",
1783
            "version": "v3.0.4",
1784
            "source": {
1785
                "type": "git",
1786
                "url": "https://github.com/symfony/templating.git",
1787
                "reference": "582623fef6efc3f78aa86391e175b4e961909e3d"
1788
            },
1789
            "dist": {
1790
                "type": "zip",
1791
                "url": "https://api.github.com/repos/symfony/templating/zipball/582623fef6efc3f78aa86391e175b4e961909e3d",
1792
                "reference": "582623fef6efc3f78aa86391e175b4e961909e3d",
1793
                "shasum": ""
1794
            },
1795
            "require": {
1796
                "php": ">=5.5.9"
1797
            },
1798
            "require-dev": {
1799
                "psr/log": "~1.0"
1800
            },
1801
            "suggest": {
1802
                "psr/log": "For using debug logging in loaders"
1803
            },
1804
            "type": "library",
1805
            "extra": {
1806
                "branch-alias": {
1807
                    "dev-master": "3.0-dev"
1808
                }
1809
            },
1810
            "autoload": {
1811
                "psr-4": {
1812
                    "Symfony\\Component\\Templating\\": ""
1813
                },
1814
                "exclude-from-classmap": [
1815
                    "/Tests/"
1816
                ]
1817
            },
1818
            "notification-url": "https://packagist.org/downloads/",
1819
            "license": [
1820
                "MIT"
1821
            ],
1822
            "authors": [
1823
                {
1824
                    "name": "Fabien Potencier",
1825
                    "email": "[email protected]"
1826
                },
1827
                {
1828
                    "name": "Symfony Community",
1829
                    "homepage": "https://symfony.com/contributors"
1830
                }
1831
            ],
1832
            "description": "Symfony Templating Component",
1833
            "homepage": "https://symfony.com",
1834
            "time": "2016-03-27 10:24:39"
1835
        },
1836
        {
1837
            "name": "symfony/translation",
1838
            "version": "v3.0.4",
1839
            "source": {
1840
                "type": "git",
1841
                "url": "https://github.com/symfony/translation.git",
1842
                "reference": "f7a07af51ea067745a521dab1e3152044a2fb1f2"
1843
            },
1844
            "dist": {
1845
                "type": "zip",
1846
                "url": "https://api.github.com/repos/symfony/translation/zipball/f7a07af51ea067745a521dab1e3152044a2fb1f2",
1847
                "reference": "f7a07af51ea067745a521dab1e3152044a2fb1f2",
1848
                "shasum": ""
1849
            },
1850
            "require": {
1851
                "php": ">=5.5.9",
1852
                "symfony/polyfill-mbstring": "~1.0"
1853
            },
1854
            "conflict": {
1855
                "symfony/config": "<2.8"
1856
            },
1857
            "require-dev": {
1858
                "psr/log": "~1.0",
1859
                "symfony/config": "~2.8|~3.0",
1860
                "symfony/intl": "~2.8|~3.0",
1861
                "symfony/yaml": "~2.8|~3.0"
1862
            },
1863
            "suggest": {
1864
                "psr/log": "To use logging capability in translator",
1865
                "symfony/config": "",
1866
                "symfony/yaml": ""
1867
            },
1868
            "type": "library",
1869
            "extra": {
1870
                "branch-alias": {
1871
                    "dev-master": "3.0-dev"
1872
                }
1873
            },
1874
            "autoload": {
1875
                "psr-4": {
1876
                    "Symfony\\Component\\Translation\\": ""
1877
                },
1878
                "exclude-from-classmap": [
1879
                    "/Tests/"
1880
                ]
1881
            },
1882
            "notification-url": "https://packagist.org/downloads/",
1883
            "license": [
1884
                "MIT"
1885
            ],
1886
            "authors": [
1887
                {
1888
                    "name": "Fabien Potencier",
1889
                    "email": "[email protected]"
1890
                },
1891
                {
1892
                    "name": "Symfony Community",
1893
                    "homepage": "https://symfony.com/contributors"
1894
                }
1895
            ],
1896
            "description": "Symfony Translation Component",
1897
            "homepage": "https://symfony.com",
1898
            "time": "2016-03-25 01:41:20"
1899
        }
1900
    ],
1901
    "packages-dev": [
1902
        {
1903
            "name": "doctrine/instantiator",
1904
            "version": "1.0.5",
1905
            "source": {
1906
                "type": "git",
1907
                "url": "https://github.com/doctrine/instantiator.git",
1908
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
1909
            },
1910
            "dist": {
1911
                "type": "zip",
1912
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
1913
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
1914
                "shasum": ""
1915
            },
1916
            "require": {
1917
                "php": ">=5.3,<8.0-DEV"
1918
            },
1919
            "require-dev": {
1920
                "athletic/athletic": "~0.1.8",
1921
                "ext-pdo": "*",
1922
                "ext-phar": "*",
1923
                "phpunit/phpunit": "~4.0",
1924
                "squizlabs/php_codesniffer": "~2.0"
1925
            },
1926
            "type": "library",
1927
            "extra": {
1928
                "branch-alias": {
1929
                    "dev-master": "1.0.x-dev"
1930
                }
1931
            },
1932
            "autoload": {
1933
                "psr-4": {
1934
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1935
                }
1936
            },
1937
            "notification-url": "https://packagist.org/downloads/",
1938
            "license": [
1939
                "MIT"
1940
            ],
1941
            "authors": [
1942
                {
1943
                    "name": "Marco Pivetta",
1944
                    "email": "[email protected]",
1945
                    "homepage": "http://ocramius.github.com/"
1946
                }
1947
            ],
1948
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1949
            "homepage": "https://github.com/doctrine/instantiator",
1950
            "keywords": [
1951
                "constructor",
1952
                "instantiate"
1953
            ],
1954
            "time": "2015-06-14 21:17:01"
1955
        },
1956
        {
1957
            "name": "phpdocumentor/reflection-docblock",
1958
            "version": "2.0.4",
1959
            "source": {
1960
                "type": "git",
1961
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1962
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
1963
            },
1964
            "dist": {
1965
                "type": "zip",
1966
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
1967
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
1968
                "shasum": ""
1969
            },
1970
            "require": {
1971
                "php": ">=5.3.3"
1972
            },
1973
            "require-dev": {
1974
                "phpunit/phpunit": "~4.0"
1975
            },
1976
            "suggest": {
1977
                "dflydev/markdown": "~1.0",
1978
                "erusev/parsedown": "~1.0"
1979
            },
1980
            "type": "library",
1981
            "extra": {
1982
                "branch-alias": {
1983
                    "dev-master": "2.0.x-dev"
1984
                }
1985
            },
1986
            "autoload": {
1987
                "psr-0": {
1988
                    "phpDocumentor": [
1989
                        "src/"
1990
                    ]
1991
                }
1992
            },
1993
            "notification-url": "https://packagist.org/downloads/",
1994
            "license": [
1995
                "MIT"
1996
            ],
1997
            "authors": [
1998
                {
1999
                    "name": "Mike van Riel",
2000
                    "email": "[email protected]"
2001
                }
2002
            ],
2003
            "time": "2015-02-03 12:10:50"
2004
        },
2005
        {
2006
            "name": "phpspec/prophecy",
2007
            "version": "v1.6.0",
2008
            "source": {
2009
                "type": "git",
2010
                "url": "https://github.com/phpspec/prophecy.git",
2011
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
2012
            },
2013
            "dist": {
2014
                "type": "zip",
2015
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
2016
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
2017
                "shasum": ""
2018
            },
2019
            "require": {
2020
                "doctrine/instantiator": "^1.0.2",
2021
                "php": "^5.3|^7.0",
2022
                "phpdocumentor/reflection-docblock": "~2.0",
2023
                "sebastian/comparator": "~1.1",
2024
                "sebastian/recursion-context": "~1.0"
2025
            },
2026
            "require-dev": {
2027
                "phpspec/phpspec": "~2.0"
2028
            },
2029
            "type": "library",
2030
            "extra": {
2031
                "branch-alias": {
2032
                    "dev-master": "1.5.x-dev"
2033
                }
2034
            },
2035
            "autoload": {
2036
                "psr-0": {
2037
                    "Prophecy\\": "src/"
2038
                }
2039
            },
2040
            "notification-url": "https://packagist.org/downloads/",
2041
            "license": [
2042
                "MIT"
2043
            ],
2044
            "authors": [
2045
                {
2046
                    "name": "Konstantin Kudryashov",
2047
                    "email": "[email protected]",
2048
                    "homepage": "http://everzet.com"
2049
                },
2050
                {
2051
                    "name": "Marcello Duarte",
2052
                    "email": "[email protected]"
2053
                }
2054
            ],
2055
            "description": "Highly opinionated mocking framework for PHP 5.3+",
2056
            "homepage": "https://github.com/phpspec/prophecy",
2057
            "keywords": [
2058
                "Double",
2059
                "Dummy",
2060
                "fake",
2061
                "mock",
2062
                "spy",
2063
                "stub"
2064
            ],
2065
            "time": "2016-02-15 07:46:21"
2066
        },
2067
        {
2068
            "name": "phpunit/php-code-coverage",
2069
            "version": "2.2.4",
2070
            "source": {
2071
                "type": "git",
2072
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2073
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
2074
            },
2075
            "dist": {
2076
                "type": "zip",
2077
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
2078
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
2079
                "shasum": ""
2080
            },
2081
            "require": {
2082
                "php": ">=5.3.3",
2083
                "phpunit/php-file-iterator": "~1.3",
2084
                "phpunit/php-text-template": "~1.2",
2085
                "phpunit/php-token-stream": "~1.3",
2086
                "sebastian/environment": "^1.3.2",
2087
                "sebastian/version": "~1.0"
2088
            },
2089
            "require-dev": {
2090
                "ext-xdebug": ">=2.1.4",
2091
                "phpunit/phpunit": "~4"
2092
            },
2093
            "suggest": {
2094
                "ext-dom": "*",
2095
                "ext-xdebug": ">=2.2.1",
2096
                "ext-xmlwriter": "*"
2097
            },
2098
            "type": "library",
2099
            "extra": {
2100
                "branch-alias": {
2101
                    "dev-master": "2.2.x-dev"
2102
                }
2103
            },
2104
            "autoload": {
2105
                "classmap": [
2106
                    "src/"
2107
                ]
2108
            },
2109
            "notification-url": "https://packagist.org/downloads/",
2110
            "license": [
2111
                "BSD-3-Clause"
2112
            ],
2113
            "authors": [
2114
                {
2115
                    "name": "Sebastian Bergmann",
2116
                    "email": "[email protected]",
2117
                    "role": "lead"
2118
                }
2119
            ],
2120
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2121
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2122
            "keywords": [
2123
                "coverage",
2124
                "testing",
2125
                "xunit"
2126
            ],
2127
            "time": "2015-10-06 15:47:00"
2128
        },
2129
        {
2130
            "name": "phpunit/php-file-iterator",
2131
            "version": "1.4.1",
2132
            "source": {
2133
                "type": "git",
2134
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2135
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
2136
            },
2137
            "dist": {
2138
                "type": "zip",
2139
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
2140
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
2141
                "shasum": ""
2142
            },
2143
            "require": {
2144
                "php": ">=5.3.3"
2145
            },
2146
            "type": "library",
2147
            "extra": {
2148
                "branch-alias": {
2149
                    "dev-master": "1.4.x-dev"
2150
                }
2151
            },
2152
            "autoload": {
2153
                "classmap": [
2154
                    "src/"
2155
                ]
2156
            },
2157
            "notification-url": "https://packagist.org/downloads/",
2158
            "license": [
2159
                "BSD-3-Clause"
2160
            ],
2161
            "authors": [
2162
                {
2163
                    "name": "Sebastian Bergmann",
2164
                    "email": "[email protected]",
2165
                    "role": "lead"
2166
                }
2167
            ],
2168
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2169
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2170
            "keywords": [
2171
                "filesystem",
2172
                "iterator"
2173
            ],
2174
            "time": "2015-06-21 13:08:43"
2175
        },
2176
        {
2177
            "name": "phpunit/php-text-template",
2178
            "version": "1.2.1",
2179
            "source": {
2180
                "type": "git",
2181
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2182
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2183
            },
2184
            "dist": {
2185
                "type": "zip",
2186
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2187
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2188
                "shasum": ""
2189
            },
2190
            "require": {
2191
                "php": ">=5.3.3"
2192
            },
2193
            "type": "library",
2194
            "autoload": {
2195
                "classmap": [
2196
                    "src/"
2197
                ]
2198
            },
2199
            "notification-url": "https://packagist.org/downloads/",
2200
            "license": [
2201
                "BSD-3-Clause"
2202
            ],
2203
            "authors": [
2204
                {
2205
                    "name": "Sebastian Bergmann",
2206
                    "email": "[email protected]",
2207
                    "role": "lead"
2208
                }
2209
            ],
2210
            "description": "Simple template engine.",
2211
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2212
            "keywords": [
2213
                "template"
2214
            ],
2215
            "time": "2015-06-21 13:50:34"
2216
        },
2217
        {
2218
            "name": "phpunit/php-timer",
2219
            "version": "1.0.7",
2220
            "source": {
2221
                "type": "git",
2222
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2223
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
2224
            },
2225
            "dist": {
2226
                "type": "zip",
2227
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
2228
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
2229
                "shasum": ""
2230
            },
2231
            "require": {
2232
                "php": ">=5.3.3"
2233
            },
2234
            "type": "library",
2235
            "autoload": {
2236
                "classmap": [
2237
                    "src/"
2238
                ]
2239
            },
2240
            "notification-url": "https://packagist.org/downloads/",
2241
            "license": [
2242
                "BSD-3-Clause"
2243
            ],
2244
            "authors": [
2245
                {
2246
                    "name": "Sebastian Bergmann",
2247
                    "email": "[email protected]",
2248
                    "role": "lead"
2249
                }
2250
            ],
2251
            "description": "Utility class for timing",
2252
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2253
            "keywords": [
2254
                "timer"
2255
            ],
2256
            "time": "2015-06-21 08:01:12"
2257
        },
2258
        {
2259
            "name": "phpunit/php-token-stream",
2260
            "version": "1.4.8",
2261
            "source": {
2262
                "type": "git",
2263
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2264
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
2265
            },
2266
            "dist": {
2267
                "type": "zip",
2268
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
2269
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
2270
                "shasum": ""
2271
            },
2272
            "require": {
2273
                "ext-tokenizer": "*",
2274
                "php": ">=5.3.3"
2275
            },
2276
            "require-dev": {
2277
                "phpunit/phpunit": "~4.2"
2278
            },
2279
            "type": "library",
2280
            "extra": {
2281
                "branch-alias": {
2282
                    "dev-master": "1.4-dev"
2283
                }
2284
            },
2285
            "autoload": {
2286
                "classmap": [
2287
                    "src/"
2288
                ]
2289
            },
2290
            "notification-url": "https://packagist.org/downloads/",
2291
            "license": [
2292
                "BSD-3-Clause"
2293
            ],
2294
            "authors": [
2295
                {
2296
                    "name": "Sebastian Bergmann",
2297
                    "email": "[email protected]"
2298
                }
2299
            ],
2300
            "description": "Wrapper around PHP's tokenizer extension.",
2301
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2302
            "keywords": [
2303
                "tokenizer"
2304
            ],
2305
            "time": "2015-09-15 10:49:45"
2306
        },
2307
        {
2308
            "name": "phpunit/phpunit",
2309
            "version": "4.8.24",
2310
            "source": {
2311
                "type": "git",
2312
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2313
                "reference": "a1066c562c52900a142a0e2bbf0582994671385e"
2314
            },
2315
            "dist": {
2316
                "type": "zip",
2317
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a1066c562c52900a142a0e2bbf0582994671385e",
2318
                "reference": "a1066c562c52900a142a0e2bbf0582994671385e",
2319
                "shasum": ""
2320
            },
2321
            "require": {
2322
                "ext-dom": "*",
2323
                "ext-json": "*",
2324
                "ext-pcre": "*",
2325
                "ext-reflection": "*",
2326
                "ext-spl": "*",
2327
                "php": ">=5.3.3",
2328
                "phpspec/prophecy": "^1.3.1",
2329
                "phpunit/php-code-coverage": "~2.1",
2330
                "phpunit/php-file-iterator": "~1.4",
2331
                "phpunit/php-text-template": "~1.2",
2332
                "phpunit/php-timer": ">=1.0.6",
2333
                "phpunit/phpunit-mock-objects": "~2.3",
2334
                "sebastian/comparator": "~1.1",
2335
                "sebastian/diff": "~1.2",
2336
                "sebastian/environment": "~1.3",
2337
                "sebastian/exporter": "~1.2",
2338
                "sebastian/global-state": "~1.0",
2339
                "sebastian/version": "~1.0",
2340
                "symfony/yaml": "~2.1|~3.0"
2341
            },
2342
            "suggest": {
2343
                "phpunit/php-invoker": "~1.1"
2344
            },
2345
            "bin": [
2346
                "phpunit"
2347
            ],
2348
            "type": "library",
2349
            "extra": {
2350
                "branch-alias": {
2351
                    "dev-master": "4.8.x-dev"
2352
                }
2353
            },
2354
            "autoload": {
2355
                "classmap": [
2356
                    "src/"
2357
                ]
2358
            },
2359
            "notification-url": "https://packagist.org/downloads/",
2360
            "license": [
2361
                "BSD-3-Clause"
2362
            ],
2363
            "authors": [
2364
                {
2365
                    "name": "Sebastian Bergmann",
2366
                    "email": "[email protected]",
2367
                    "role": "lead"
2368
                }
2369
            ],
2370
            "description": "The PHP Unit Testing framework.",
2371
            "homepage": "https://phpunit.de/",
2372
            "keywords": [
2373
                "phpunit",
2374
                "testing",
2375
                "xunit"
2376
            ],
2377
            "time": "2016-03-14 06:16:08"
2378
        },
2379
        {
2380
            "name": "phpunit/phpunit-mock-objects",
2381
            "version": "2.3.8",
2382
            "source": {
2383
                "type": "git",
2384
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2385
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
2386
            },
2387
            "dist": {
2388
                "type": "zip",
2389
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
2390
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
2391
                "shasum": ""
2392
            },
2393
            "require": {
2394
                "doctrine/instantiator": "^1.0.2",
2395
                "php": ">=5.3.3",
2396
                "phpunit/php-text-template": "~1.2",
2397
                "sebastian/exporter": "~1.2"
2398
            },
2399
            "require-dev": {
2400
                "phpunit/phpunit": "~4.4"
2401
            },
2402
            "suggest": {
2403
                "ext-soap": "*"
2404
            },
2405
            "type": "library",
2406
            "extra": {
2407
                "branch-alias": {
2408
                    "dev-master": "2.3.x-dev"
2409
                }
2410
            },
2411
            "autoload": {
2412
                "classmap": [
2413
                    "src/"
2414
                ]
2415
            },
2416
            "notification-url": "https://packagist.org/downloads/",
2417
            "license": [
2418
                "BSD-3-Clause"
2419
            ],
2420
            "authors": [
2421
                {
2422
                    "name": "Sebastian Bergmann",
2423
                    "email": "[email protected]",
2424
                    "role": "lead"
2425
                }
2426
            ],
2427
            "description": "Mock Object library for PHPUnit",
2428
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2429
            "keywords": [
2430
                "mock",
2431
                "xunit"
2432
            ],
2433
            "time": "2015-10-02 06:51:40"
2434
        },
2435
        {
2436
            "name": "sebastian/comparator",
2437
            "version": "1.2.0",
2438
            "source": {
2439
                "type": "git",
2440
                "url": "https://github.com/sebastianbergmann/comparator.git",
2441
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
2442
            },
2443
            "dist": {
2444
                "type": "zip",
2445
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
2446
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
2447
                "shasum": ""
2448
            },
2449
            "require": {
2450
                "php": ">=5.3.3",
2451
                "sebastian/diff": "~1.2",
2452
                "sebastian/exporter": "~1.2"
2453
            },
2454
            "require-dev": {
2455
                "phpunit/phpunit": "~4.4"
2456
            },
2457
            "type": "library",
2458
            "extra": {
2459
                "branch-alias": {
2460
                    "dev-master": "1.2.x-dev"
2461
                }
2462
            },
2463
            "autoload": {
2464
                "classmap": [
2465
                    "src/"
2466
                ]
2467
            },
2468
            "notification-url": "https://packagist.org/downloads/",
2469
            "license": [
2470
                "BSD-3-Clause"
2471
            ],
2472
            "authors": [
2473
                {
2474
                    "name": "Jeff Welch",
2475
                    "email": "[email protected]"
2476
                },
2477
                {
2478
                    "name": "Volker Dusch",
2479
                    "email": "[email protected]"
2480
                },
2481
                {
2482
                    "name": "Bernhard Schussek",
2483
                    "email": "[email protected]"
2484
                },
2485
                {
2486
                    "name": "Sebastian Bergmann",
2487
                    "email": "[email protected]"
2488
                }
2489
            ],
2490
            "description": "Provides the functionality to compare PHP values for equality",
2491
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
2492
            "keywords": [
2493
                "comparator",
2494
                "compare",
2495
                "equality"
2496
            ],
2497
            "time": "2015-07-26 15:48:44"
2498
        },
2499
        {
2500
            "name": "sebastian/diff",
2501
            "version": "1.4.1",
2502
            "source": {
2503
                "type": "git",
2504
                "url": "https://github.com/sebastianbergmann/diff.git",
2505
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
2506
            },
2507
            "dist": {
2508
                "type": "zip",
2509
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
2510
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
2511
                "shasum": ""
2512
            },
2513
            "require": {
2514
                "php": ">=5.3.3"
2515
            },
2516
            "require-dev": {
2517
                "phpunit/phpunit": "~4.8"
2518
            },
2519
            "type": "library",
2520
            "extra": {
2521
                "branch-alias": {
2522
                    "dev-master": "1.4-dev"
2523
                }
2524
            },
2525
            "autoload": {
2526
                "classmap": [
2527
                    "src/"
2528
                ]
2529
            },
2530
            "notification-url": "https://packagist.org/downloads/",
2531
            "license": [
2532
                "BSD-3-Clause"
2533
            ],
2534
            "authors": [
2535
                {
2536
                    "name": "Kore Nordmann",
2537
                    "email": "[email protected]"
2538
                },
2539
                {
2540
                    "name": "Sebastian Bergmann",
2541
                    "email": "[email protected]"
2542
                }
2543
            ],
2544
            "description": "Diff implementation",
2545
            "homepage": "https://github.com/sebastianbergmann/diff",
2546
            "keywords": [
2547
                "diff"
2548
            ],
2549
            "time": "2015-12-08 07:14:41"
2550
        },
2551
        {
2552
            "name": "sebastian/environment",
2553
            "version": "1.3.5",
2554
            "source": {
2555
                "type": "git",
2556
                "url": "https://github.com/sebastianbergmann/environment.git",
2557
                "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf"
2558
            },
2559
            "dist": {
2560
                "type": "zip",
2561
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
2562
                "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
2563
                "shasum": ""
2564
            },
2565
            "require": {
2566
                "php": ">=5.3.3"
2567
            },
2568
            "require-dev": {
2569
                "phpunit/phpunit": "~4.4"
2570
            },
2571
            "type": "library",
2572
            "extra": {
2573
                "branch-alias": {
2574
                    "dev-master": "1.3.x-dev"
2575
                }
2576
            },
2577
            "autoload": {
2578
                "classmap": [
2579
                    "src/"
2580
                ]
2581
            },
2582
            "notification-url": "https://packagist.org/downloads/",
2583
            "license": [
2584
                "BSD-3-Clause"
2585
            ],
2586
            "authors": [
2587
                {
2588
                    "name": "Sebastian Bergmann",
2589
                    "email": "[email protected]"
2590
                }
2591
            ],
2592
            "description": "Provides functionality to handle HHVM/PHP environments",
2593
            "homepage": "http://www.github.com/sebastianbergmann/environment",
2594
            "keywords": [
2595
                "Xdebug",
2596
                "environment",
2597
                "hhvm"
2598
            ],
2599
            "time": "2016-02-26 18:40:46"
2600
        },
2601
        {
2602
            "name": "sebastian/exporter",
2603
            "version": "1.2.1",
2604
            "source": {
2605
                "type": "git",
2606
                "url": "https://github.com/sebastianbergmann/exporter.git",
2607
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
2608
            },
2609
            "dist": {
2610
                "type": "zip",
2611
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
2612
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
2613
                "shasum": ""
2614
            },
2615
            "require": {
2616
                "php": ">=5.3.3",
2617
                "sebastian/recursion-context": "~1.0"
2618
            },
2619
            "require-dev": {
2620
                "phpunit/phpunit": "~4.4"
2621
            },
2622
            "type": "library",
2623
            "extra": {
2624
                "branch-alias": {
2625
                    "dev-master": "1.2.x-dev"
2626
                }
2627
            },
2628
            "autoload": {
2629
                "classmap": [
2630
                    "src/"
2631
                ]
2632
            },
2633
            "notification-url": "https://packagist.org/downloads/",
2634
            "license": [
2635
                "BSD-3-Clause"
2636
            ],
2637
            "authors": [
2638
                {
2639
                    "name": "Jeff Welch",
2640
                    "email": "[email protected]"
2641
                },
2642
                {
2643
                    "name": "Volker Dusch",
2644
                    "email": "[email protected]"
2645
                },
2646
                {
2647
                    "name": "Bernhard Schussek",
2648
                    "email": "[email protected]"
2649
                },
2650
                {
2651
                    "name": "Sebastian Bergmann",
2652
                    "email": "[email protected]"
2653
                },
2654
                {
2655
                    "name": "Adam Harvey",
2656
                    "email": "[email protected]"
2657
                }
2658
            ],
2659
            "description": "Provides the functionality to export PHP variables for visualization",
2660
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
2661
            "keywords": [
2662
                "export",
2663
                "exporter"
2664
            ],
2665
            "time": "2015-06-21 07:55:53"
2666
        },
2667
        {
2668
            "name": "sebastian/global-state",
2669
            "version": "1.1.1",
2670
            "source": {
2671
                "type": "git",
2672
                "url": "https://github.com/sebastianbergmann/global-state.git",
2673
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
2674
            },
2675
            "dist": {
2676
                "type": "zip",
2677
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
2678
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
2679
                "shasum": ""
2680
            },
2681
            "require": {
2682
                "php": ">=5.3.3"
2683
            },
2684
            "require-dev": {
2685
                "phpunit/phpunit": "~4.2"
2686
            },
2687
            "suggest": {
2688
                "ext-uopz": "*"
2689
            },
2690
            "type": "library",
2691
            "extra": {
2692
                "branch-alias": {
2693
                    "dev-master": "1.0-dev"
2694
                }
2695
            },
2696
            "autoload": {
2697
                "classmap": [
2698
                    "src/"
2699
                ]
2700
            },
2701
            "notification-url": "https://packagist.org/downloads/",
2702
            "license": [
2703
                "BSD-3-Clause"
2704
            ],
2705
            "authors": [
2706
                {
2707
                    "name": "Sebastian Bergmann",
2708
                    "email": "[email protected]"
2709
                }
2710
            ],
2711
            "description": "Snapshotting of global state",
2712
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
2713
            "keywords": [
2714
                "global state"
2715
            ],
2716
            "time": "2015-10-12 03:26:01"
2717
        },
2718
        {
2719
            "name": "sebastian/recursion-context",
2720
            "version": "1.0.2",
2721
            "source": {
2722
                "type": "git",
2723
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
2724
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
2725
            },
2726
            "dist": {
2727
                "type": "zip",
2728
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
2729
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
2730
                "shasum": ""
2731
            },
2732
            "require": {
2733
                "php": ">=5.3.3"
2734
            },
2735
            "require-dev": {
2736
                "phpunit/phpunit": "~4.4"
2737
            },
2738
            "type": "library",
2739
            "extra": {
2740
                "branch-alias": {
2741
                    "dev-master": "1.0.x-dev"
2742
                }
2743
            },
2744
            "autoload": {
2745
                "classmap": [
2746
                    "src/"
2747
                ]
2748
            },
2749
            "notification-url": "https://packagist.org/downloads/",
2750
            "license": [
2751
                "BSD-3-Clause"
2752
            ],
2753
            "authors": [
2754
                {
2755
                    "name": "Jeff Welch",
2756
                    "email": "[email protected]"
2757
                },
2758
                {
2759
                    "name": "Sebastian Bergmann",
2760
                    "email": "[email protected]"
2761
                },
2762
                {
2763
                    "name": "Adam Harvey",
2764
                    "email": "[email protected]"
2765
                }
2766
            ],
2767
            "description": "Provides functionality to recursively process PHP variables",
2768
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2769
            "time": "2015-11-11 19:50:13"
2770
        },
2771
        {
2772
            "name": "sebastian/version",
2773
            "version": "1.0.6",
2774
            "source": {
2775
                "type": "git",
2776
                "url": "https://github.com/sebastianbergmann/version.git",
2777
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
2778
            },
2779
            "dist": {
2780
                "type": "zip",
2781
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
2782
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
2783
                "shasum": ""
2784
            },
2785
            "type": "library",
2786
            "autoload": {
2787
                "classmap": [
2788
                    "src/"
2789
                ]
2790
            },
2791
            "notification-url": "https://packagist.org/downloads/",
2792
            "license": [
2793
                "BSD-3-Clause"
2794
            ],
2795
            "authors": [
2796
                {
2797
                    "name": "Sebastian Bergmann",
2798
                    "email": "[email protected]",
2799
                    "role": "lead"
2800
                }
2801
            ],
2802
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2803
            "homepage": "https://github.com/sebastianbergmann/version",
2804
            "time": "2015-06-21 13:59:46"
2805
        },
2806
        {
2807
            "name": "symfony/yaml",
2808
            "version": "v3.0.4",
2809
            "source": {
2810
                "type": "git",
2811
                "url": "https://github.com/symfony/yaml.git",
2812
                "reference": "0047c8366744a16de7516622c5b7355336afae96"
2813
            },
2814
            "dist": {
2815
                "type": "zip",
2816
                "url": "https://api.github.com/repos/symfony/yaml/zipball/0047c8366744a16de7516622c5b7355336afae96",
2817
                "reference": "0047c8366744a16de7516622c5b7355336afae96",
2818
                "shasum": ""
2819
            },
2820
            "require": {
2821
                "php": ">=5.5.9"
2822
            },
2823
            "type": "library",
2824
            "extra": {
2825
                "branch-alias": {
2826
                    "dev-master": "3.0-dev"
2827
                }
2828
            },
2829
            "autoload": {
2830
                "psr-4": {
2831
                    "Symfony\\Component\\Yaml\\": ""
2832
                },
2833
                "exclude-from-classmap": [
2834
                    "/Tests/"
2835
                ]
2836
            },
2837
            "notification-url": "https://packagist.org/downloads/",
2838
            "license": [
2839
                "MIT"
2840
            ],
2841
            "authors": [
2842
                {
2843
                    "name": "Fabien Potencier",
2844
                    "email": "[email protected]"
2845
                },
2846
                {
2847
                    "name": "Symfony Community",
2848
                    "homepage": "https://symfony.com/contributors"
2849
                }
2850
            ],
2851
            "description": "Symfony Yaml Component",
2852
            "homepage": "https://symfony.com",
2853
            "time": "2016-03-04 07:55:57"
2854
        }
2855
    ],
2856
    "aliases": [],
2857
    "minimum-stability": "stable",
2858
    "stability-flags": [],
2859
    "prefer-stable": false,
2860
    "prefer-lowest": false,
2861
    "platform": [],
2862
    "platform-dev": []
2863
}
2864