Issues (9)

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": "a780ce42770b4a5aee52118177dd6a54",
8
    "content-hash": "e78b603f3de7ef5295d955d14d00ae9a",
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/filesystem",
935
            "version": "v3.0.4",
936
            "source": {
937
                "type": "git",
938
                "url": "https://github.com/symfony/filesystem.git",
939
                "reference": "f82499a459dcade2ea56df94cc58b19c8bde3d20"
940
            },
941
            "dist": {
942
                "type": "zip",
943
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/f82499a459dcade2ea56df94cc58b19c8bde3d20",
944
                "reference": "f82499a459dcade2ea56df94cc58b19c8bde3d20",
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\\Filesystem\\": ""
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 Filesystem Component",
979
            "homepage": "https://symfony.com",
980
            "time": "2016-03-27 10:24:39"
981
        },
982
        {
983
            "name": "symfony/finder",
984
            "version": "v3.0.4",
985
            "source": {
986
                "type": "git",
987
                "url": "https://github.com/symfony/finder.git",
988
                "reference": "c54e407b35bc098916704e9fd090da21da4c4f52"
989
            },
990
            "dist": {
991
                "type": "zip",
992
                "url": "https://api.github.com/repos/symfony/finder/zipball/c54e407b35bc098916704e9fd090da21da4c4f52",
993
                "reference": "c54e407b35bc098916704e9fd090da21da4c4f52",
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\\Finder\\": ""
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 Finder Component",
1028
            "homepage": "https://symfony.com",
1029
            "time": "2016-03-10 11:13:05"
1030
        },
1031
        {
1032
            "name": "symfony/framework-bundle",
1033
            "version": "v3.0.4",
1034
            "source": {
1035
                "type": "git",
1036
                "url": "https://github.com/symfony/framework-bundle.git",
1037
                "reference": "73134a2f1fc6c1a8557f20f785a18057fcc9d11c"
1038
            },
1039
            "dist": {
1040
                "type": "zip",
1041
                "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/73134a2f1fc6c1a8557f20f785a18057fcc9d11c",
1042
                "reference": "73134a2f1fc6c1a8557f20f785a18057fcc9d11c",
1043
                "shasum": ""
1044
            },
1045
            "require": {
1046
                "doctrine/annotations": "~1.0",
1047
                "doctrine/cache": "~1.0",
1048
                "php": ">=5.5.9",
1049
                "symfony/asset": "~2.8|~3.0",
1050
                "symfony/class-loader": "~2.8|~3.0",
1051
                "symfony/config": "~2.8|~3.0",
1052
                "symfony/dependency-injection": "~2.8|~3.0",
1053
                "symfony/event-dispatcher": "~2.8|~3.0",
1054
                "symfony/filesystem": "~2.8|~3.0",
1055
                "symfony/finder": "~2.8|~3.0",
1056
                "symfony/http-foundation": "~2.8|~3.0",
1057
                "symfony/http-kernel": "~2.8|~3.0",
1058
                "symfony/polyfill-mbstring": "~1.0",
1059
                "symfony/routing": "~3.0",
1060
                "symfony/security-core": "~2.8|~3.0",
1061
                "symfony/security-csrf": "~2.8|~3.0",
1062
                "symfony/stopwatch": "~2.8|~3.0",
1063
                "symfony/templating": "~2.8|~3.0",
1064
                "symfony/translation": "~2.8|~3.0"
1065
            },
1066
            "require-dev": {
1067
                "phpdocumentor/reflection": "^1.0.7",
1068
                "symfony/browser-kit": "~2.8|~3.0",
1069
                "symfony/console": "~2.8|~3.0",
1070
                "symfony/css-selector": "~2.8|~3.0",
1071
                "symfony/dom-crawler": "~2.8|~3.0",
1072
                "symfony/expression-language": "~2.8|~3.0",
1073
                "symfony/form": "~2.8|~3.0",
1074
                "symfony/polyfill-intl-icu": "~1.0",
1075
                "symfony/process": "~2.8|~3.0",
1076
                "symfony/property-info": "~2.8|~3.0",
1077
                "symfony/security": "~2.8|~3.0",
1078
                "symfony/validator": "~2.8|~3.0",
1079
                "symfony/yaml": "~2.8|~3.0",
1080
                "twig/twig": "~1.23|~2.0"
1081
            },
1082
            "suggest": {
1083
                "symfony/console": "For using the console commands",
1084
                "symfony/form": "For using forms",
1085
                "symfony/process": "For using the server:run, server:start, server:stop, and server:status commands",
1086
                "symfony/property-info": "For using the property_info service",
1087
                "symfony/serializer": "For using the serializer service",
1088
                "symfony/validator": "For using validation",
1089
                "symfony/yaml": "For using the debug:config and lint:yaml commands"
1090
            },
1091
            "type": "symfony-bundle",
1092
            "extra": {
1093
                "branch-alias": {
1094
                    "dev-master": "3.0-dev"
1095
                }
1096
            },
1097
            "autoload": {
1098
                "psr-4": {
1099
                    "Symfony\\Bundle\\FrameworkBundle\\": ""
1100
                },
1101
                "exclude-from-classmap": [
1102
                    "/Tests/"
1103
                ]
1104
            },
1105
            "notification-url": "https://packagist.org/downloads/",
1106
            "license": [
1107
                "MIT"
1108
            ],
1109
            "authors": [
1110
                {
1111
                    "name": "Fabien Potencier",
1112
                    "email": "[email protected]"
1113
                },
1114
                {
1115
                    "name": "Symfony Community",
1116
                    "homepage": "https://symfony.com/contributors"
1117
                }
1118
            ],
1119
            "description": "Symfony FrameworkBundle",
1120
            "homepage": "https://symfony.com",
1121
            "time": "2016-03-27 10:25:16"
1122
        },
1123
        {
1124
            "name": "symfony/http-foundation",
1125
            "version": "v3.0.4",
1126
            "source": {
1127
                "type": "git",
1128
                "url": "https://github.com/symfony/http-foundation.git",
1129
                "reference": "99f38445a874e7becb8afc4b4a79ee181cf6ec3f"
1130
            },
1131
            "dist": {
1132
                "type": "zip",
1133
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/99f38445a874e7becb8afc4b4a79ee181cf6ec3f",
1134
                "reference": "99f38445a874e7becb8afc4b4a79ee181cf6ec3f",
1135
                "shasum": ""
1136
            },
1137
            "require": {
1138
                "php": ">=5.5.9",
1139
                "symfony/polyfill-mbstring": "~1.1"
1140
            },
1141
            "require-dev": {
1142
                "symfony/expression-language": "~2.8|~3.0"
1143
            },
1144
            "type": "library",
1145
            "extra": {
1146
                "branch-alias": {
1147
                    "dev-master": "3.0-dev"
1148
                }
1149
            },
1150
            "autoload": {
1151
                "psr-4": {
1152
                    "Symfony\\Component\\HttpFoundation\\": ""
1153
                },
1154
                "exclude-from-classmap": [
1155
                    "/Tests/"
1156
                ]
1157
            },
1158
            "notification-url": "https://packagist.org/downloads/",
1159
            "license": [
1160
                "MIT"
1161
            ],
1162
            "authors": [
1163
                {
1164
                    "name": "Fabien Potencier",
1165
                    "email": "[email protected]"
1166
                },
1167
                {
1168
                    "name": "Symfony Community",
1169
                    "homepage": "https://symfony.com/contributors"
1170
                }
1171
            ],
1172
            "description": "Symfony HttpFoundation Component",
1173
            "homepage": "https://symfony.com",
1174
            "time": "2016-03-27 14:50:32"
1175
        },
1176
        {
1177
            "name": "symfony/http-kernel",
1178
            "version": "v3.0.4",
1179
            "source": {
1180
                "type": "git",
1181
                "url": "https://github.com/symfony/http-kernel.git",
1182
                "reference": "579f828489659d7b3430f4bd9b67b4618b387dea"
1183
            },
1184
            "dist": {
1185
                "type": "zip",
1186
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/579f828489659d7b3430f4bd9b67b4618b387dea",
1187
                "reference": "579f828489659d7b3430f4bd9b67b4618b387dea",
1188
                "shasum": ""
1189
            },
1190
            "require": {
1191
                "php": ">=5.5.9",
1192
                "psr/log": "~1.0",
1193
                "symfony/debug": "~2.8|~3.0",
1194
                "symfony/event-dispatcher": "~2.8|~3.0",
1195
                "symfony/http-foundation": "~2.8|~3.0"
1196
            },
1197
            "conflict": {
1198
                "symfony/config": "<2.8"
1199
            },
1200
            "require-dev": {
1201
                "symfony/browser-kit": "~2.8|~3.0",
1202
                "symfony/class-loader": "~2.8|~3.0",
1203
                "symfony/config": "~2.8|~3.0",
1204
                "symfony/console": "~2.8|~3.0",
1205
                "symfony/css-selector": "~2.8|~3.0",
1206
                "symfony/dependency-injection": "~2.8|~3.0",
1207
                "symfony/dom-crawler": "~2.8|~3.0",
1208
                "symfony/expression-language": "~2.8|~3.0",
1209
                "symfony/finder": "~2.8|~3.0",
1210
                "symfony/process": "~2.8|~3.0",
1211
                "symfony/routing": "~2.8|~3.0",
1212
                "symfony/stopwatch": "~2.8|~3.0",
1213
                "symfony/templating": "~2.8|~3.0",
1214
                "symfony/translation": "~2.8|~3.0",
1215
                "symfony/var-dumper": "~2.8|~3.0"
1216
            },
1217
            "suggest": {
1218
                "symfony/browser-kit": "",
1219
                "symfony/class-loader": "",
1220
                "symfony/config": "",
1221
                "symfony/console": "",
1222
                "symfony/dependency-injection": "",
1223
                "symfony/finder": "",
1224
                "symfony/var-dumper": ""
1225
            },
1226
            "type": "library",
1227
            "extra": {
1228
                "branch-alias": {
1229
                    "dev-master": "3.0-dev"
1230
                }
1231
            },
1232
            "autoload": {
1233
                "psr-4": {
1234
                    "Symfony\\Component\\HttpKernel\\": ""
1235
                },
1236
                "exclude-from-classmap": [
1237
                    "/Tests/"
1238
                ]
1239
            },
1240
            "notification-url": "https://packagist.org/downloads/",
1241
            "license": [
1242
                "MIT"
1243
            ],
1244
            "authors": [
1245
                {
1246
                    "name": "Fabien Potencier",
1247
                    "email": "[email protected]"
1248
                },
1249
                {
1250
                    "name": "Symfony Community",
1251
                    "homepage": "https://symfony.com/contributors"
1252
                }
1253
            ],
1254
            "description": "Symfony HttpKernel Component",
1255
            "homepage": "https://symfony.com",
1256
            "time": "2016-03-25 01:41:20"
1257
        },
1258
        {
1259
            "name": "symfony/polyfill-mbstring",
1260
            "version": "v1.1.1",
1261
            "source": {
1262
                "type": "git",
1263
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1264
                "reference": "1289d16209491b584839022f29257ad859b8532d"
1265
            },
1266
            "dist": {
1267
                "type": "zip",
1268
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d",
1269
                "reference": "1289d16209491b584839022f29257ad859b8532d",
1270
                "shasum": ""
1271
            },
1272
            "require": {
1273
                "php": ">=5.3.3"
1274
            },
1275
            "suggest": {
1276
                "ext-mbstring": "For best performance"
1277
            },
1278
            "type": "library",
1279
            "extra": {
1280
                "branch-alias": {
1281
                    "dev-master": "1.1-dev"
1282
                }
1283
            },
1284
            "autoload": {
1285
                "psr-4": {
1286
                    "Symfony\\Polyfill\\Mbstring\\": ""
1287
                },
1288
                "files": [
1289
                    "bootstrap.php"
1290
                ]
1291
            },
1292
            "notification-url": "https://packagist.org/downloads/",
1293
            "license": [
1294
                "MIT"
1295
            ],
1296
            "authors": [
1297
                {
1298
                    "name": "Nicolas Grekas",
1299
                    "email": "[email protected]"
1300
                },
1301
                {
1302
                    "name": "Symfony Community",
1303
                    "homepage": "https://symfony.com/contributors"
1304
                }
1305
            ],
1306
            "description": "Symfony polyfill for the Mbstring extension",
1307
            "homepage": "https://symfony.com",
1308
            "keywords": [
1309
                "compatibility",
1310
                "mbstring",
1311
                "polyfill",
1312
                "portable",
1313
                "shim"
1314
            ],
1315
            "time": "2016-01-20 09:13:37"
1316
        },
1317
        {
1318
            "name": "symfony/polyfill-php56",
1319
            "version": "v1.1.1",
1320
            "source": {
1321
                "type": "git",
1322
                "url": "https://github.com/symfony/polyfill-php56.git",
1323
                "reference": "4d891fff050101a53a4caabb03277284942d1ad9"
1324
            },
1325
            "dist": {
1326
                "type": "zip",
1327
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/4d891fff050101a53a4caabb03277284942d1ad9",
1328
                "reference": "4d891fff050101a53a4caabb03277284942d1ad9",
1329
                "shasum": ""
1330
            },
1331
            "require": {
1332
                "php": ">=5.3.3",
1333
                "symfony/polyfill-util": "~1.0"
1334
            },
1335
            "type": "library",
1336
            "extra": {
1337
                "branch-alias": {
1338
                    "dev-master": "1.1-dev"
1339
                }
1340
            },
1341
            "autoload": {
1342
                "psr-4": {
1343
                    "Symfony\\Polyfill\\Php56\\": ""
1344
                },
1345
                "files": [
1346
                    "bootstrap.php"
1347
                ]
1348
            },
1349
            "notification-url": "https://packagist.org/downloads/",
1350
            "license": [
1351
                "MIT"
1352
            ],
1353
            "authors": [
1354
                {
1355
                    "name": "Nicolas Grekas",
1356
                    "email": "[email protected]"
1357
                },
1358
                {
1359
                    "name": "Symfony Community",
1360
                    "homepage": "https://symfony.com/contributors"
1361
                }
1362
            ],
1363
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
1364
            "homepage": "https://symfony.com",
1365
            "keywords": [
1366
                "compatibility",
1367
                "polyfill",
1368
                "portable",
1369
                "shim"
1370
            ],
1371
            "time": "2016-01-20 09:13:37"
1372
        },
1373
        {
1374
            "name": "symfony/polyfill-php70",
1375
            "version": "v1.1.1",
1376
            "source": {
1377
                "type": "git",
1378
                "url": "https://github.com/symfony/polyfill-php70.git",
1379
                "reference": "386c1be9cad3ab531425211919e78c37971be4ce"
1380
            },
1381
            "dist": {
1382
                "type": "zip",
1383
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/386c1be9cad3ab531425211919e78c37971be4ce",
1384
                "reference": "386c1be9cad3ab531425211919e78c37971be4ce",
1385
                "shasum": ""
1386
            },
1387
            "require": {
1388
                "paragonie/random_compat": "~1.0",
1389
                "php": ">=5.3.3"
1390
            },
1391
            "type": "library",
1392
            "extra": {
1393
                "branch-alias": {
1394
                    "dev-master": "1.1-dev"
1395
                }
1396
            },
1397
            "autoload": {
1398
                "psr-4": {
1399
                    "Symfony\\Polyfill\\Php70\\": ""
1400
                },
1401
                "files": [
1402
                    "bootstrap.php"
1403
                ],
1404
                "classmap": [
1405
                    "Resources/stubs"
1406
                ]
1407
            },
1408
            "notification-url": "https://packagist.org/downloads/",
1409
            "license": [
1410
                "MIT"
1411
            ],
1412
            "authors": [
1413
                {
1414
                    "name": "Nicolas Grekas",
1415
                    "email": "[email protected]"
1416
                },
1417
                {
1418
                    "name": "Symfony Community",
1419
                    "homepage": "https://symfony.com/contributors"
1420
                }
1421
            ],
1422
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
1423
            "homepage": "https://symfony.com",
1424
            "keywords": [
1425
                "compatibility",
1426
                "polyfill",
1427
                "portable",
1428
                "shim"
1429
            ],
1430
            "time": "2016-01-28 22:42:02"
1431
        },
1432
        {
1433
            "name": "symfony/polyfill-util",
1434
            "version": "v1.1.1",
1435
            "source": {
1436
                "type": "git",
1437
                "url": "https://github.com/symfony/polyfill-util.git",
1438
                "reference": "8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4"
1439
            },
1440
            "dist": {
1441
                "type": "zip",
1442
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4",
1443
                "reference": "8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4",
1444
                "shasum": ""
1445
            },
1446
            "require": {
1447
                "php": ">=5.3.3"
1448
            },
1449
            "type": "library",
1450
            "extra": {
1451
                "branch-alias": {
1452
                    "dev-master": "1.1-dev"
1453
                }
1454
            },
1455
            "autoload": {
1456
                "psr-4": {
1457
                    "Symfony\\Polyfill\\Util\\": ""
1458
                }
1459
            },
1460
            "notification-url": "https://packagist.org/downloads/",
1461
            "license": [
1462
                "MIT"
1463
            ],
1464
            "authors": [
1465
                {
1466
                    "name": "Nicolas Grekas",
1467
                    "email": "[email protected]"
1468
                },
1469
                {
1470
                    "name": "Symfony Community",
1471
                    "homepage": "https://symfony.com/contributors"
1472
                }
1473
            ],
1474
            "description": "Symfony utilities for portability of PHP codes",
1475
            "homepage": "https://symfony.com",
1476
            "keywords": [
1477
                "compat",
1478
                "compatibility",
1479
                "polyfill",
1480
                "shim"
1481
            ],
1482
            "time": "2016-01-20 09:13:37"
1483
        },
1484
        {
1485
            "name": "symfony/routing",
1486
            "version": "v3.0.4",
1487
            "source": {
1488
                "type": "git",
1489
                "url": "https://github.com/symfony/routing.git",
1490
                "reference": "d061b609f2d0769494c381ec92f5c5cc5e4a20aa"
1491
            },
1492
            "dist": {
1493
                "type": "zip",
1494
                "url": "https://api.github.com/repos/symfony/routing/zipball/d061b609f2d0769494c381ec92f5c5cc5e4a20aa",
1495
                "reference": "d061b609f2d0769494c381ec92f5c5cc5e4a20aa",
1496
                "shasum": ""
1497
            },
1498
            "require": {
1499
                "php": ">=5.5.9"
1500
            },
1501
            "conflict": {
1502
                "symfony/config": "<2.8"
1503
            },
1504
            "require-dev": {
1505
                "doctrine/annotations": "~1.0",
1506
                "doctrine/common": "~2.2",
1507
                "psr/log": "~1.0",
1508
                "symfony/config": "~2.8|~3.0",
1509
                "symfony/expression-language": "~2.8|~3.0",
1510
                "symfony/http-foundation": "~2.8|~3.0",
1511
                "symfony/yaml": "~2.8|~3.0"
1512
            },
1513
            "suggest": {
1514
                "doctrine/annotations": "For using the annotation loader",
1515
                "symfony/config": "For using the all-in-one router or any loader",
1516
                "symfony/dependency-injection": "For loading routes from a service",
1517
                "symfony/expression-language": "For using expression matching",
1518
                "symfony/http-foundation": "For using a Symfony Request object",
1519
                "symfony/yaml": "For using the YAML loader"
1520
            },
1521
            "type": "library",
1522
            "extra": {
1523
                "branch-alias": {
1524
                    "dev-master": "3.0-dev"
1525
                }
1526
            },
1527
            "autoload": {
1528
                "psr-4": {
1529
                    "Symfony\\Component\\Routing\\": ""
1530
                },
1531
                "exclude-from-classmap": [
1532
                    "/Tests/"
1533
                ]
1534
            },
1535
            "notification-url": "https://packagist.org/downloads/",
1536
            "license": [
1537
                "MIT"
1538
            ],
1539
            "authors": [
1540
                {
1541
                    "name": "Fabien Potencier",
1542
                    "email": "[email protected]"
1543
                },
1544
                {
1545
                    "name": "Symfony Community",
1546
                    "homepage": "https://symfony.com/contributors"
1547
                }
1548
            ],
1549
            "description": "Symfony Routing Component",
1550
            "homepage": "https://symfony.com",
1551
            "keywords": [
1552
                "router",
1553
                "routing",
1554
                "uri",
1555
                "url"
1556
            ],
1557
            "time": "2016-03-23 13:23:25"
1558
        },
1559
        {
1560
            "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...
1561
            "version": "v3.0.4",
1562
            "source": {
1563
                "type": "git",
1564
                "url": "https://github.com/symfony/security-core.git",
1565
                "reference": "62eda01f17077bd0646ce8790308264133da3252"
1566
            },
1567
            "dist": {
1568
                "type": "zip",
1569
                "url": "https://api.github.com/repos/symfony/security-core/zipball/62eda01f17077bd0646ce8790308264133da3252",
1570
                "reference": "62eda01f17077bd0646ce8790308264133da3252",
1571
                "shasum": ""
1572
            },
1573
            "require": {
1574
                "php": ">=5.5.9",
1575
                "symfony/polyfill-php56": "~1.0",
1576
                "symfony/polyfill-util": "~1.0"
1577
            },
1578
            "require-dev": {
1579
                "psr/log": "~1.0",
1580
                "symfony/event-dispatcher": "~2.8|~3.0",
1581
                "symfony/expression-language": "~2.8|~3.0",
1582
                "symfony/http-foundation": "~2.8|~3.0",
1583
                "symfony/ldap": "~2.8|~3.0",
1584
                "symfony/validator": "~2.8|~3.0"
1585
            },
1586
            "suggest": {
1587
                "symfony/event-dispatcher": "",
1588
                "symfony/expression-language": "For using the expression voter",
1589
                "symfony/http-foundation": "",
1590
                "symfony/ldap": "For using LDAP integration",
1591
                "symfony/validator": "For using the user password constraint"
1592
            },
1593
            "type": "library",
1594
            "extra": {
1595
                "branch-alias": {
1596
                    "dev-master": "3.0-dev"
1597
                }
1598
            },
1599
            "autoload": {
1600
                "psr-4": {
1601
                    "Symfony\\Component\\Security\\Core\\": ""
1602
                },
1603
                "exclude-from-classmap": [
1604
                    "/Tests/"
1605
                ]
1606
            },
1607
            "notification-url": "https://packagist.org/downloads/",
1608
            "license": [
1609
                "MIT"
1610
            ],
1611
            "authors": [
1612
                {
1613
                    "name": "Fabien Potencier",
1614
                    "email": "[email protected]"
1615
                },
1616
                {
1617
                    "name": "Symfony Community",
1618
                    "homepage": "https://symfony.com/contributors"
1619
                }
1620
            ],
1621
            "description": "Symfony Security Component - Core Library",
1622
            "homepage": "https://symfony.com",
1623
            "time": "2016-03-16 16:47:19"
1624
        },
1625
        {
1626
            "name": "symfony/security-csrf",
1627
            "version": "v3.0.4",
1628
            "source": {
1629
                "type": "git",
1630
                "url": "https://github.com/symfony/security-csrf.git",
1631
                "reference": "7fc8ca2f52e6c886579027c00273a02581527a1f"
1632
            },
1633
            "dist": {
1634
                "type": "zip",
1635
                "url": "https://api.github.com/repos/symfony/security-csrf/zipball/7fc8ca2f52e6c886579027c00273a02581527a1f",
1636
                "reference": "7fc8ca2f52e6c886579027c00273a02581527a1f",
1637
                "shasum": ""
1638
            },
1639
            "require": {
1640
                "php": ">=5.5.9",
1641
                "symfony/polyfill-php56": "~1.0",
1642
                "symfony/polyfill-php70": "~1.0",
1643
                "symfony/security-core": "~2.8|~3.0"
1644
            },
1645
            "require-dev": {
1646
                "symfony/http-foundation": "~2.8|~3.0"
1647
            },
1648
            "suggest": {
1649
                "symfony/http-foundation": "For using the class SessionTokenStorage."
1650
            },
1651
            "type": "library",
1652
            "extra": {
1653
                "branch-alias": {
1654
                    "dev-master": "3.0-dev"
1655
                }
1656
            },
1657
            "autoload": {
1658
                "psr-4": {
1659
                    "Symfony\\Component\\Security\\Csrf\\": ""
1660
                },
1661
                "exclude-from-classmap": [
1662
                    "/Tests/"
1663
                ]
1664
            },
1665
            "notification-url": "https://packagist.org/downloads/",
1666
            "license": [
1667
                "MIT"
1668
            ],
1669
            "authors": [
1670
                {
1671
                    "name": "Fabien Potencier",
1672
                    "email": "[email protected]"
1673
                },
1674
                {
1675
                    "name": "Symfony Community",
1676
                    "homepage": "https://symfony.com/contributors"
1677
                }
1678
            ],
1679
            "description": "Symfony Security Component - CSRF Library",
1680
            "homepage": "https://symfony.com",
1681
            "time": "2016-03-10 10:34:12"
1682
        },
1683
        {
1684
            "name": "symfony/stopwatch",
1685
            "version": "v3.0.4",
1686
            "source": {
1687
                "type": "git",
1688
                "url": "https://github.com/symfony/stopwatch.git",
1689
                "reference": "6015187088421e9499d8f8316bdb396f8b806c06"
1690
            },
1691
            "dist": {
1692
                "type": "zip",
1693
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/6015187088421e9499d8f8316bdb396f8b806c06",
1694
                "reference": "6015187088421e9499d8f8316bdb396f8b806c06",
1695
                "shasum": ""
1696
            },
1697
            "require": {
1698
                "php": ">=5.5.9"
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\\Stopwatch\\": ""
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 Stopwatch Component",
1729
            "homepage": "https://symfony.com",
1730
            "time": "2016-03-04 07:55:57"
1731
        },
1732
        {
1733
            "name": "symfony/templating",
1734
            "version": "v3.0.4",
1735
            "source": {
1736
                "type": "git",
1737
                "url": "https://github.com/symfony/templating.git",
1738
                "reference": "582623fef6efc3f78aa86391e175b4e961909e3d"
1739
            },
1740
            "dist": {
1741
                "type": "zip",
1742
                "url": "https://api.github.com/repos/symfony/templating/zipball/582623fef6efc3f78aa86391e175b4e961909e3d",
1743
                "reference": "582623fef6efc3f78aa86391e175b4e961909e3d",
1744
                "shasum": ""
1745
            },
1746
            "require": {
1747
                "php": ">=5.5.9"
1748
            },
1749
            "require-dev": {
1750
                "psr/log": "~1.0"
1751
            },
1752
            "suggest": {
1753
                "psr/log": "For using debug logging in loaders"
1754
            },
1755
            "type": "library",
1756
            "extra": {
1757
                "branch-alias": {
1758
                    "dev-master": "3.0-dev"
1759
                }
1760
            },
1761
            "autoload": {
1762
                "psr-4": {
1763
                    "Symfony\\Component\\Templating\\": ""
1764
                },
1765
                "exclude-from-classmap": [
1766
                    "/Tests/"
1767
                ]
1768
            },
1769
            "notification-url": "https://packagist.org/downloads/",
1770
            "license": [
1771
                "MIT"
1772
            ],
1773
            "authors": [
1774
                {
1775
                    "name": "Fabien Potencier",
1776
                    "email": "[email protected]"
1777
                },
1778
                {
1779
                    "name": "Symfony Community",
1780
                    "homepage": "https://symfony.com/contributors"
1781
                }
1782
            ],
1783
            "description": "Symfony Templating Component",
1784
            "homepage": "https://symfony.com",
1785
            "time": "2016-03-27 10:24:39"
1786
        },
1787
        {
1788
            "name": "symfony/translation",
1789
            "version": "v3.0.4",
1790
            "source": {
1791
                "type": "git",
1792
                "url": "https://github.com/symfony/translation.git",
1793
                "reference": "f7a07af51ea067745a521dab1e3152044a2fb1f2"
1794
            },
1795
            "dist": {
1796
                "type": "zip",
1797
                "url": "https://api.github.com/repos/symfony/translation/zipball/f7a07af51ea067745a521dab1e3152044a2fb1f2",
1798
                "reference": "f7a07af51ea067745a521dab1e3152044a2fb1f2",
1799
                "shasum": ""
1800
            },
1801
            "require": {
1802
                "php": ">=5.5.9",
1803
                "symfony/polyfill-mbstring": "~1.0"
1804
            },
1805
            "conflict": {
1806
                "symfony/config": "<2.8"
1807
            },
1808
            "require-dev": {
1809
                "psr/log": "~1.0",
1810
                "symfony/config": "~2.8|~3.0",
1811
                "symfony/intl": "~2.8|~3.0",
1812
                "symfony/yaml": "~2.8|~3.0"
1813
            },
1814
            "suggest": {
1815
                "psr/log": "To use logging capability in translator",
1816
                "symfony/config": "",
1817
                "symfony/yaml": ""
1818
            },
1819
            "type": "library",
1820
            "extra": {
1821
                "branch-alias": {
1822
                    "dev-master": "3.0-dev"
1823
                }
1824
            },
1825
            "autoload": {
1826
                "psr-4": {
1827
                    "Symfony\\Component\\Translation\\": ""
1828
                },
1829
                "exclude-from-classmap": [
1830
                    "/Tests/"
1831
                ]
1832
            },
1833
            "notification-url": "https://packagist.org/downloads/",
1834
            "license": [
1835
                "MIT"
1836
            ],
1837
            "authors": [
1838
                {
1839
                    "name": "Fabien Potencier",
1840
                    "email": "[email protected]"
1841
                },
1842
                {
1843
                    "name": "Symfony Community",
1844
                    "homepage": "https://symfony.com/contributors"
1845
                }
1846
            ],
1847
            "description": "Symfony Translation Component",
1848
            "homepage": "https://symfony.com",
1849
            "time": "2016-03-25 01:41:20"
1850
        },
1851
        {
1852
            "name": "symfony/yaml",
1853
            "version": "v3.0.4",
1854
            "source": {
1855
                "type": "git",
1856
                "url": "https://github.com/symfony/yaml.git",
1857
                "reference": "0047c8366744a16de7516622c5b7355336afae96"
1858
            },
1859
            "dist": {
1860
                "type": "zip",
1861
                "url": "https://api.github.com/repos/symfony/yaml/zipball/0047c8366744a16de7516622c5b7355336afae96",
1862
                "reference": "0047c8366744a16de7516622c5b7355336afae96",
1863
                "shasum": ""
1864
            },
1865
            "require": {
1866
                "php": ">=5.5.9"
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\\Yaml\\": ""
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 Yaml Component",
1897
            "homepage": "https://symfony.com",
1898
            "time": "2016-03-04 07:55:57"
1899
        }
1900
    ],
1901
    "packages-dev": [
1902
        {
1903
            "name": "atoum/atoum",
1904
            "version": "2.6.0",
1905
            "source": {
1906
                "type": "git",
1907
                "url": "https://github.com/atoum/atoum.git",
1908
                "reference": "80a985ae02bb0028c6e9c658b1d862d01ad8e522"
1909
            },
1910
            "dist": {
1911
                "type": "zip",
1912
                "url": "https://api.github.com/repos/atoum/atoum/zipball/80a985ae02bb0028c6e9c658b1d862d01ad8e522",
1913
                "reference": "80a985ae02bb0028c6e9c658b1d862d01ad8e522",
1914
                "shasum": ""
1915
            },
1916
            "require": {
1917
                "ext-hash": "*",
1918
                "ext-json": "*",
1919
                "ext-session": "*",
1920
                "ext-tokenizer": "*",
1921
                "ext-xml": "*",
1922
                "php": ">=5.3.3"
1923
            },
1924
            "replace": {
1925
                "mageekguy/atoum": "*"
1926
            },
1927
            "suggest": {
1928
                "atoum/stubs": "Provides IDE support (like autocompletion) for atoum",
1929
                "ext-mbstring": "Provides support for UTF-8 strings"
1930
            },
1931
            "bin": [
1932
                "bin/atoum"
1933
            ],
1934
            "type": "library",
1935
            "extra": {
1936
                "branch-alias": {
1937
                    "dev-master": "2.x-dev"
1938
                }
1939
            },
1940
            "autoload": {
1941
                "classmap": [
1942
                    "classes/"
1943
                ]
1944
            },
1945
            "notification-url": "https://packagist.org/downloads/",
1946
            "license": [
1947
                "BSD-3-Clause"
1948
            ],
1949
            "authors": [
1950
                {
1951
                    "name": "Frédéric Hardy",
1952
                    "email": "[email protected]",
1953
                    "homepage": "http://blog.mageekbox.net"
1954
                },
1955
                {
1956
                    "name": "François Dussert",
1957
                    "email": "[email protected]"
1958
                },
1959
                {
1960
                    "name": "Gérald Croes",
1961
                    "email": "[email protected]"
1962
                },
1963
                {
1964
                    "name": "Julien Bianchi",
1965
                    "email": "[email protected]"
1966
                },
1967
                {
1968
                    "name": "Ludovic Fleury",
1969
                    "email": "[email protected]"
1970
                }
1971
            ],
1972
            "description": "Simple modern and intuitive unit testing framework for PHP 5.3+",
1973
            "homepage": "http://www.atoum.org",
1974
            "keywords": [
1975
                "TDD",
1976
                "atoum",
1977
                "test",
1978
                "unit testing"
1979
            ],
1980
            "time": "2016-03-09 16:06:05"
1981
        }
1982
    ],
1983
    "aliases": [],
1984
    "minimum-stability": "stable",
1985
    "stability-flags": [],
1986
    "prefer-stable": false,
1987
    "prefer-lowest": false,
1988
    "platform": {
1989
        "php": ">=5.5"
1990
    },
1991
    "platform-dev": []
1992
}
1993