Issues (7)

Security Analysis    not enabled

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)

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": "6cdadb25f4222d4823ef66285a9ee559",
8
    "content-hash": "ab6eb46a66ccda90e129e9f1742c851b",
9
    "packages": [
10
        {
11
            "name": "aura/installer-default",
12
            "version": "1.0.0",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/auraphp/installer-default.git",
16
                "reference": "52f8de3670cc1ef45a916f40f732937436d028c8"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/auraphp/installer-default/zipball/52f8de3670cc1ef45a916f40f732937436d028c8",
21
                "reference": "52f8de3670cc1ef45a916f40f732937436d028c8",
22
                "shasum": ""
23
            },
24
            "type": "composer-installer",
25
            "extra": {
26
                "class": "Aura\\Composer\\DefaultInstaller"
27
            },
28
            "autoload": {
29
                "psr-0": {
30
                    "Aura\\Composer\\": "src/"
31
                }
32
            },
33
            "notification-url": "https://packagist.org/downloads/",
34
            "license": [
35
                "BSD-2-Clause"
36
            ],
37
            "authors": [
38
                {
39
                    "name": "Paul M. Jones",
40
                    "email": "[email protected]",
41
                    "homepage": "http://paul-m-jones.com"
42
                }
43
            ],
44
            "description": "Installs Aura packages using the Composer defaults.",
45
            "keywords": [
46
                "aura",
47
                "installer"
48
            ],
49
            "time": "2012-11-26 21:35:57"
50
        },
51
        {
52
            "name": "aura/intl",
53
            "version": "1.1.1",
54
            "source": {
55
                "type": "git",
56
                "url": "https://github.com/auraphp/Aura.Intl.git",
57
                "reference": "c5fe620167550ad6fa77dd3570fba2efc77a2a21"
58
            },
59
            "dist": {
60
                "type": "zip",
61
                "url": "https://api.github.com/repos/auraphp/Aura.Intl/zipball/c5fe620167550ad6fa77dd3570fba2efc77a2a21",
62
                "reference": "c5fe620167550ad6fa77dd3570fba2efc77a2a21",
63
                "shasum": ""
64
            },
65
            "require": {
66
                "aura/installer-default": "1.0.*",
67
                "php": ">=5.4.0"
68
            },
69
            "type": "aura-package",
70
            "extra": {
71
                "aura": {
72
                    "type": "library",
73
                    "config": {
74
                        "common": "Aura\\Intl\\_Config\\Common"
75
                    }
76
                },
77
                "branch-alias": {
78
                    "dev-develop": "1.1.x-dev"
79
                }
80
            },
81
            "autoload": {
82
                "psr-0": {
83
                    "Aura\\Intl": "src/"
84
                },
85
                "psr-4": {
86
                    "Aura\\Intl\\_Config\\": "config/"
87
                }
88
            },
89
            "notification-url": "https://packagist.org/downloads/",
90
            "license": [
91
                "BSD-2-Clause"
92
            ],
93
            "authors": [
94
                {
95
                    "name": "Paul M. Jones",
96
                    "email": "[email protected]",
97
                    "homepage": "http://paul-m-jones.com"
98
                },
99
                {
100
                    "name": "Aura.Intl Contributors",
101
                    "homepage": "https://github.com/auraphp/Aura.Intl/contributors"
102
                },
103
                {
104
                    "name": "Pascal Borreli",
105
                    "email": "[email protected]"
106
                },
107
                {
108
                    "name": "Mapthegod",
109
                    "email": "[email protected]"
110
                },
111
                {
112
                    "name": "Jose Lorenzo Rodriguez",
113
                    "email": "[email protected]"
114
                }
115
            ],
116
            "description": "The Aura.Intl package provides internationalization (I18N) tools, specifically\npackage-oriented per-locale message translation.",
117
            "homepage": "http://auraphp.com/Aura.Intl",
118
            "keywords": [
119
                "g11n",
120
                "globalization",
121
                "i18n",
122
                "internationalization",
123
                "intl",
124
                "l10n",
125
                "localization"
126
            ],
127
            "time": "2014-08-24 00:00:00"
128
        },
129
        {
130
            "name": "cakephp/cakephp",
131
            "version": "3.1.5",
132
            "source": {
133
                "type": "git",
134
                "url": "https://github.com/cakephp/cakephp.git",
135
                "reference": "bfc9cfbb8508e1014e183f35aff082fd584c00d7"
136
            },
137
            "dist": {
138
                "type": "zip",
139
                "url": "https://api.github.com/repos/cakephp/cakephp/zipball/bfc9cfbb8508e1014e183f35aff082fd584c00d7",
140
                "reference": "bfc9cfbb8508e1014e183f35aff082fd584c00d7",
141
                "shasum": ""
142
            },
143
            "require": {
144
                "aura/intl": "1.1.*",
145
                "ext-intl": "*",
146
                "ext-mbstring": "*",
147
                "ircmaxell/password-compat": "1.0.*",
148
                "nesbot/carbon": "1.13.*",
149
                "php": ">=5.4.16",
150
                "psr/log": "1.0"
151
            },
152
            "replace": {
153
                "cakephp/cache": "self.version",
154
                "cakephp/collection": "self.version",
155
                "cakephp/core": "self.version",
156
                "cakephp/database": "self.version",
157
                "cakephp/datasource": "self.version",
158
                "cakephp/event": "self.version",
159
                "cakephp/filesystem": "self.version",
160
                "cakephp/i18n": "self.version",
161
                "cakephp/log": "self.version",
162
                "cakephp/orm": "self.version",
163
                "cakephp/utility": "self.version",
164
                "cakephp/validation": "self.version"
165
            },
166
            "require-dev": {
167
                "cakephp/cakephp-codesniffer": "dev-master",
168
                "phpunit/phpunit": "*"
169
            },
170
            "type": "library",
171
            "autoload": {
172
                "psr-4": {
173
                    "Cake\\": "src"
174
                },
175
                "files": [
176
                    "src/Core/functions.php",
177
                    "src/Collection/functions.php",
178
                    "src/I18n/functions.php",
179
                    "src/Utility/bootstrap.php"
180
                ]
181
            },
182
            "notification-url": "https://packagist.org/downloads/",
183
            "license": [
184
                "MIT"
185
            ],
186
            "authors": [
187
                {
188
                    "name": "CakePHP Community",
189
                    "homepage": "https://github.com/cakephp/cakephp/graphs/contributors"
190
                }
191
            ],
192
            "description": "The CakePHP framework",
193
            "homepage": "http://cakephp.org",
194
            "keywords": [
195
                "framework"
196
            ],
197
            "time": "2015-11-30 03:10:23"
198
        },
199
        {
200
            "name": "cakephp/plugin-installer",
201
            "version": "0.0.12",
202
            "source": {
203
                "type": "git",
204
                "url": "https://github.com/cakephp/plugin-installer.git",
205
                "reference": "8a71f10fcc455b8b9756529433d5f0fd818b0ce1"
206
            },
207
            "dist": {
208
                "type": "zip",
209
                "url": "https://api.github.com/repos/cakephp/plugin-installer/zipball/8a71f10fcc455b8b9756529433d5f0fd818b0ce1",
210
                "reference": "8a71f10fcc455b8b9756529433d5f0fd818b0ce1",
211
                "shasum": ""
212
            },
213
            "require-dev": {
214
                "cakephp/cakephp-codesniffer": "dev-master",
215
                "composer/composer": "1.0.*@dev"
216
            },
217
            "type": "composer-installer",
218
            "extra": {
219
                "class": "Cake\\Composer\\Installer\\PluginInstaller"
220
            },
221
            "autoload": {
222
                "psr-4": {
223
                    "Cake\\Composer\\": "src"
224
                }
225
            },
226
            "notification-url": "https://packagist.org/downloads/",
227
            "license": [
228
                "MIT"
229
            ],
230
            "authors": [
231
                {
232
                    "name": "CakePHP Community",
233
                    "homepage": "http://cakephp.org"
234
                }
235
            ],
236
            "description": "A composer installer for CakePHP 3.0+ plugins.",
237
            "time": "2015-06-10 10:35:13"
238
        },
239
        {
240
            "name": "ircmaxell/password-compat",
241
            "version": "v1.0.4",
242
            "source": {
243
                "type": "git",
244
                "url": "https://github.com/ircmaxell/password_compat.git",
245
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
246
            },
247
            "dist": {
248
                "type": "zip",
249
                "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
250
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
251
                "shasum": ""
252
            },
253
            "require-dev": {
254
                "phpunit/phpunit": "4.*"
255
            },
256
            "type": "library",
257
            "autoload": {
258
                "files": [
259
                    "lib/password.php"
260
                ]
261
            },
262
            "notification-url": "https://packagist.org/downloads/",
263
            "license": [
264
                "MIT"
265
            ],
266
            "authors": [
267
                {
268
                    "name": "Anthony Ferrara",
269
                    "email": "[email protected]",
270
                    "homepage": "http://blog.ircmaxell.com"
271
                }
272
            ],
273
            "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
274
            "homepage": "https://github.com/ircmaxell/password_compat",
275
            "keywords": [
276
                "hashing",
277
                "password"
278
            ],
279
            "time": "2014-11-20 16:49:30"
280
        },
281
        {
282
            "name": "nesbot/carbon",
283
            "version": "1.13.0",
284
            "source": {
285
                "type": "git",
286
                "url": "https://github.com/briannesbitt/Carbon.git",
287
                "reference": "5cb6e71055f7b0b57956b73d324cc4de31278f42"
288
            },
289
            "dist": {
290
                "type": "zip",
291
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/5cb6e71055f7b0b57956b73d324cc4de31278f42",
292
                "reference": "5cb6e71055f7b0b57956b73d324cc4de31278f42",
293
                "shasum": ""
294
            },
295
            "require": {
296
                "php": ">=5.3.0"
297
            },
298
            "require-dev": {
299
                "phpunit/phpunit": "~4.0"
300
            },
301
            "type": "library",
302
            "autoload": {
303
                "psr-0": {
304
                    "Carbon": "src"
305
                }
306
            },
307
            "notification-url": "https://packagist.org/downloads/",
308
            "license": [
309
                "MIT"
310
            ],
311
            "authors": [
312
                {
313
                    "name": "Brian Nesbitt",
314
                    "email": "[email protected]",
315
                    "homepage": "http://nesbot.com"
316
                }
317
            ],
318
            "description": "A simple API extension for DateTime.",
319
            "homepage": "https://github.com/briannesbitt/Carbon",
320
            "keywords": [
321
                "date",
322
                "datetime",
323
                "time"
324
            ],
325
            "time": "2014-09-26 02:52:02"
326
        },
327
        {
328
            "name": "psr/log",
329
            "version": "1.0.0",
330
            "source": {
331
                "type": "git",
332
                "url": "https://github.com/php-fig/log.git",
333
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
334
            },
335
            "dist": {
336
                "type": "zip",
337
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
338
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
339
                "shasum": ""
340
            },
341
            "type": "library",
342
            "autoload": {
343
                "psr-0": {
344
                    "Psr\\Log\\": ""
345
                }
346
            },
347
            "notification-url": "https://packagist.org/downloads/",
348
            "license": [
349
                "MIT"
350
            ],
351
            "authors": [
352
                {
353
                    "name": "PHP-FIG",
354
                    "homepage": "http://www.php-fig.org/"
355
                }
356
            ],
357
            "description": "Common interface for logging libraries",
358
            "keywords": [
359
                "log",
360
                "psr",
361
                "psr-3"
362
            ],
363
            "time": "2012-12-21 11:40:51"
364
        }
365
    ],
366
    "packages-dev": [
367
        {
368
            "name": "doctrine/instantiator",
369
            "version": "1.0.5",
370
            "source": {
371
                "type": "git",
372
                "url": "https://github.com/doctrine/instantiator.git",
373
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
374
            },
375
            "dist": {
376
                "type": "zip",
377
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
378
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
379
                "shasum": ""
380
            },
381
            "require": {
382
                "php": ">=5.3,<8.0-DEV"
383
            },
384
            "require-dev": {
385
                "athletic/athletic": "~0.1.8",
386
                "ext-pdo": "*",
387
                "ext-phar": "*",
388
                "phpunit/phpunit": "~4.0",
389
                "squizlabs/php_codesniffer": "~2.0"
390
            },
391
            "type": "library",
392
            "extra": {
393
                "branch-alias": {
394
                    "dev-master": "1.0.x-dev"
395
                }
396
            },
397
            "autoload": {
398
                "psr-4": {
399
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
400
                }
401
            },
402
            "notification-url": "https://packagist.org/downloads/",
403
            "license": [
404
                "MIT"
405
            ],
406
            "authors": [
407
                {
408
                    "name": "Marco Pivetta",
409
                    "email": "[email protected]",
410
                    "homepage": "http://ocramius.github.com/"
411
                }
412
            ],
413
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
414
            "homepage": "https://github.com/doctrine/instantiator",
415
            "keywords": [
416
                "constructor",
417
                "instantiate"
418
            ],
419
            "time": "2015-06-14 21:17:01"
420
        },
421
        {
422
            "name": "myclabs/deep-copy",
423
            "version": "1.5.0",
424
            "source": {
425
                "type": "git",
426
                "url": "https://github.com/myclabs/DeepCopy.git",
427
                "reference": "e3abefcd7f106677fd352cd7c187d6c969aa9ddc"
428
            },
429
            "dist": {
430
                "type": "zip",
431
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e3abefcd7f106677fd352cd7c187d6c969aa9ddc",
432
                "reference": "e3abefcd7f106677fd352cd7c187d6c969aa9ddc",
433
                "shasum": ""
434
            },
435
            "require": {
436
                "php": ">=5.4.0"
437
            },
438
            "require-dev": {
439
                "doctrine/collections": "1.*",
440
                "phpunit/phpunit": "~4.1"
441
            },
442
            "type": "library",
443
            "autoload": {
444
                "psr-4": {
445
                    "DeepCopy\\": "src/DeepCopy/"
446
                }
447
            },
448
            "notification-url": "https://packagist.org/downloads/",
449
            "license": [
450
                "MIT"
451
            ],
452
            "description": "Create deep copies (clones) of your objects",
453
            "homepage": "https://github.com/myclabs/DeepCopy",
454
            "keywords": [
455
                "clone",
456
                "copy",
457
                "duplicate",
458
                "object",
459
                "object graph"
460
            ],
461
            "time": "2015-11-07 22:20:37"
462
        },
463
        {
464
            "name": "phpdocumentor/reflection-docblock",
465
            "version": "2.0.4",
466
            "source": {
467
                "type": "git",
468
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
469
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
470
            },
471
            "dist": {
472
                "type": "zip",
473
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
474
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
475
                "shasum": ""
476
            },
477
            "require": {
478
                "php": ">=5.3.3"
479
            },
480
            "require-dev": {
481
                "phpunit/phpunit": "~4.0"
482
            },
483
            "suggest": {
484
                "dflydev/markdown": "~1.0",
485
                "erusev/parsedown": "~1.0"
486
            },
487
            "type": "library",
488
            "extra": {
489
                "branch-alias": {
490
                    "dev-master": "2.0.x-dev"
491
                }
492
            },
493
            "autoload": {
494
                "psr-0": {
495
                    "phpDocumentor": [
496
                        "src/"
497
                    ]
498
                }
499
            },
500
            "notification-url": "https://packagist.org/downloads/",
501
            "license": [
502
                "MIT"
503
            ],
504
            "authors": [
505
                {
506
                    "name": "Mike van Riel",
507
                    "email": "[email protected]"
508
                }
509
            ],
510
            "time": "2015-02-03 12:10:50"
511
        },
512
        {
513
            "name": "phpspec/prophecy",
514
            "version": "v1.5.0",
515
            "source": {
516
                "type": "git",
517
                "url": "https://github.com/phpspec/prophecy.git",
518
                "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
519
            },
520
            "dist": {
521
                "type": "zip",
522
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
523
                "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
524
                "shasum": ""
525
            },
526
            "require": {
527
                "doctrine/instantiator": "^1.0.2",
528
                "phpdocumentor/reflection-docblock": "~2.0",
529
                "sebastian/comparator": "~1.1"
530
            },
531
            "require-dev": {
532
                "phpspec/phpspec": "~2.0"
533
            },
534
            "type": "library",
535
            "extra": {
536
                "branch-alias": {
537
                    "dev-master": "1.4.x-dev"
538
                }
539
            },
540
            "autoload": {
541
                "psr-0": {
542
                    "Prophecy\\": "src/"
543
                }
544
            },
545
            "notification-url": "https://packagist.org/downloads/",
546
            "license": [
547
                "MIT"
548
            ],
549
            "authors": [
550
                {
551
                    "name": "Konstantin Kudryashov",
552
                    "email": "[email protected]",
553
                    "homepage": "http://everzet.com"
554
                },
555
                {
556
                    "name": "Marcello Duarte",
557
                    "email": "[email protected]"
558
                }
559
            ],
560
            "description": "Highly opinionated mocking framework for PHP 5.3+",
561
            "homepage": "https://github.com/phpspec/prophecy",
562
            "keywords": [
563
                "Double",
564
                "Dummy",
565
                "fake",
566
                "mock",
567
                "spy",
568
                "stub"
569
            ],
570
            "time": "2015-08-13 10:07:40"
571
        },
572
        {
573
            "name": "phpunit/php-code-coverage",
574
            "version": "3.0.2",
575
            "source": {
576
                "type": "git",
577
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
578
                "reference": "f7bb5cddf4ffe113eeb737b05241adb947b43f9d"
579
            },
580
            "dist": {
581
                "type": "zip",
582
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f7bb5cddf4ffe113eeb737b05241adb947b43f9d",
583
                "reference": "f7bb5cddf4ffe113eeb737b05241adb947b43f9d",
584
                "shasum": ""
585
            },
586
            "require": {
587
                "php": ">=5.6",
588
                "phpunit/php-file-iterator": "~1.3",
589
                "phpunit/php-text-template": "~1.2",
590
                "phpunit/php-token-stream": "~1.3",
591
                "sebastian/environment": "^1.3.2",
592
                "sebastian/version": "~1.0"
593
            },
594
            "require-dev": {
595
                "ext-xdebug": ">=2.1.4",
596
                "phpunit/phpunit": "~5"
597
            },
598
            "suggest": {
599
                "ext-dom": "*",
600
                "ext-xdebug": ">=2.2.1",
601
                "ext-xmlwriter": "*"
602
            },
603
            "type": "library",
604
            "extra": {
605
                "branch-alias": {
606
                    "dev-master": "3.0.x-dev"
607
                }
608
            },
609
            "autoload": {
610
                "classmap": [
611
                    "src/"
612
                ]
613
            },
614
            "notification-url": "https://packagist.org/downloads/",
615
            "license": [
616
                "BSD-3-Clause"
617
            ],
618
            "authors": [
619
                {
620
                    "name": "Sebastian Bergmann",
621
                    "email": "[email protected]",
622
                    "role": "lead"
623
                }
624
            ],
625
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
626
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
627
            "keywords": [
628
                "coverage",
629
                "testing",
630
                "xunit"
631
            ],
632
            "time": "2015-11-12 21:08:20"
633
        },
634
        {
635
            "name": "phpunit/php-file-iterator",
636
            "version": "1.4.1",
637
            "source": {
638
                "type": "git",
639
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
640
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
641
            },
642
            "dist": {
643
                "type": "zip",
644
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
645
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
646
                "shasum": ""
647
            },
648
            "require": {
649
                "php": ">=5.3.3"
650
            },
651
            "type": "library",
652
            "extra": {
653
                "branch-alias": {
654
                    "dev-master": "1.4.x-dev"
655
                }
656
            },
657
            "autoload": {
658
                "classmap": [
659
                    "src/"
660
                ]
661
            },
662
            "notification-url": "https://packagist.org/downloads/",
663
            "license": [
664
                "BSD-3-Clause"
665
            ],
666
            "authors": [
667
                {
668
                    "name": "Sebastian Bergmann",
669
                    "email": "[email protected]",
670
                    "role": "lead"
671
                }
672
            ],
673
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
674
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
675
            "keywords": [
676
                "filesystem",
677
                "iterator"
678
            ],
679
            "time": "2015-06-21 13:08:43"
680
        },
681
        {
682
            "name": "phpunit/php-text-template",
683
            "version": "1.2.1",
684
            "source": {
685
                "type": "git",
686
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
687
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
688
            },
689
            "dist": {
690
                "type": "zip",
691
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
692
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
693
                "shasum": ""
694
            },
695
            "require": {
696
                "php": ">=5.3.3"
697
            },
698
            "type": "library",
699
            "autoload": {
700
                "classmap": [
701
                    "src/"
702
                ]
703
            },
704
            "notification-url": "https://packagist.org/downloads/",
705
            "license": [
706
                "BSD-3-Clause"
707
            ],
708
            "authors": [
709
                {
710
                    "name": "Sebastian Bergmann",
711
                    "email": "[email protected]",
712
                    "role": "lead"
713
                }
714
            ],
715
            "description": "Simple template engine.",
716
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
717
            "keywords": [
718
                "template"
719
            ],
720
            "time": "2015-06-21 13:50:34"
721
        },
722
        {
723
            "name": "phpunit/php-timer",
724
            "version": "1.0.7",
725
            "source": {
726
                "type": "git",
727
                "url": "https://github.com/sebastianbergmann/php-timer.git",
728
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
729
            },
730
            "dist": {
731
                "type": "zip",
732
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
733
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
734
                "shasum": ""
735
            },
736
            "require": {
737
                "php": ">=5.3.3"
738
            },
739
            "type": "library",
740
            "autoload": {
741
                "classmap": [
742
                    "src/"
743
                ]
744
            },
745
            "notification-url": "https://packagist.org/downloads/",
746
            "license": [
747
                "BSD-3-Clause"
748
            ],
749
            "authors": [
750
                {
751
                    "name": "Sebastian Bergmann",
752
                    "email": "[email protected]",
753
                    "role": "lead"
754
                }
755
            ],
756
            "description": "Utility class for timing",
757
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
758
            "keywords": [
759
                "timer"
760
            ],
761
            "time": "2015-06-21 08:01:12"
762
        },
763
        {
764
            "name": "phpunit/php-token-stream",
765
            "version": "1.4.8",
766
            "source": {
767
                "type": "git",
768
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
769
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
770
            },
771
            "dist": {
772
                "type": "zip",
773
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
774
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
775
                "shasum": ""
776
            },
777
            "require": {
778
                "ext-tokenizer": "*",
779
                "php": ">=5.3.3"
780
            },
781
            "require-dev": {
782
                "phpunit/phpunit": "~4.2"
783
            },
784
            "type": "library",
785
            "extra": {
786
                "branch-alias": {
787
                    "dev-master": "1.4-dev"
788
                }
789
            },
790
            "autoload": {
791
                "classmap": [
792
                    "src/"
793
                ]
794
            },
795
            "notification-url": "https://packagist.org/downloads/",
796
            "license": [
797
                "BSD-3-Clause"
798
            ],
799
            "authors": [
800
                {
801
                    "name": "Sebastian Bergmann",
802
                    "email": "[email protected]"
803
                }
804
            ],
805
            "description": "Wrapper around PHP's tokenizer extension.",
806
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
807
            "keywords": [
808
                "tokenizer"
809
            ],
810
            "time": "2015-09-15 10:49:45"
811
        },
812
        {
813
            "name": "phpunit/phpunit",
0 ignored issues
show
There is a security advisory for your installed version of phpunit/phpunit:

RCE vulnerability in phpunit
Loading history...
814
            "version": "5.1.3",
815
            "source": {
816
                "type": "git",
817
                "url": "https://github.com/sebastianbergmann/phpunit.git",
818
                "reference": "c047ff05d2279404af9a7e89e2a7151c32c88022"
819
            },
820
            "dist": {
821
                "type": "zip",
822
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c047ff05d2279404af9a7e89e2a7151c32c88022",
823
                "reference": "c047ff05d2279404af9a7e89e2a7151c32c88022",
824
                "shasum": ""
825
            },
826
            "require": {
827
                "ext-dom": "*",
828
                "ext-json": "*",
829
                "ext-pcre": "*",
830
                "ext-reflection": "*",
831
                "ext-spl": "*",
832
                "myclabs/deep-copy": "~1.3",
833
                "php": ">=5.6",
834
                "phpspec/prophecy": "^1.3.1",
835
                "phpunit/php-code-coverage": "~3.0",
836
                "phpunit/php-file-iterator": "~1.4",
837
                "phpunit/php-text-template": "~1.2",
838
                "phpunit/php-timer": ">=1.0.6",
839
                "phpunit/phpunit-mock-objects": ">=3.0.5",
840
                "sebastian/comparator": "~1.1",
841
                "sebastian/diff": "~1.2",
842
                "sebastian/environment": "~1.3",
843
                "sebastian/exporter": "~1.2",
844
                "sebastian/global-state": "~1.0",
845
                "sebastian/resource-operations": "~1.0",
846
                "sebastian/version": "~1.0",
847
                "symfony/yaml": "~2.1|~3.0"
848
            },
849
            "suggest": {
850
                "phpunit/php-invoker": "~1.1"
851
            },
852
            "bin": [
853
                "phpunit"
854
            ],
855
            "type": "library",
856
            "extra": {
857
                "branch-alias": {
858
                    "dev-master": "5.1.x-dev"
859
                }
860
            },
861
            "autoload": {
862
                "classmap": [
863
                    "src/"
864
                ]
865
            },
866
            "notification-url": "https://packagist.org/downloads/",
867
            "license": [
868
                "BSD-3-Clause"
869
            ],
870
            "authors": [
871
                {
872
                    "name": "Sebastian Bergmann",
873
                    "email": "[email protected]",
874
                    "role": "lead"
875
                }
876
            ],
877
            "description": "The PHP Unit Testing framework.",
878
            "homepage": "https://phpunit.de/",
879
            "keywords": [
880
                "phpunit",
881
                "testing",
882
                "xunit"
883
            ],
884
            "time": "2015-12-10 07:54:54"
885
        },
886
        {
887
            "name": "phpunit/phpunit-mock-objects",
888
            "version": "3.0.6",
889
            "source": {
890
                "type": "git",
891
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
892
                "reference": "49bc700750196c04dd6bc2c4c99cb632b893836b"
893
            },
894
            "dist": {
895
                "type": "zip",
896
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/49bc700750196c04dd6bc2c4c99cb632b893836b",
897
                "reference": "49bc700750196c04dd6bc2c4c99cb632b893836b",
898
                "shasum": ""
899
            },
900
            "require": {
901
                "doctrine/instantiator": "^1.0.2",
902
                "php": ">=5.6",
903
                "phpunit/php-text-template": "~1.2",
904
                "sebastian/exporter": "~1.2"
905
            },
906
            "require-dev": {
907
                "phpunit/phpunit": "~5"
908
            },
909
            "suggest": {
910
                "ext-soap": "*"
911
            },
912
            "type": "library",
913
            "extra": {
914
                "branch-alias": {
915
                    "dev-master": "3.0.x-dev"
916
                }
917
            },
918
            "autoload": {
919
                "classmap": [
920
                    "src/"
921
                ]
922
            },
923
            "notification-url": "https://packagist.org/downloads/",
924
            "license": [
925
                "BSD-3-Clause"
926
            ],
927
            "authors": [
928
                {
929
                    "name": "Sebastian Bergmann",
930
                    "email": "[email protected]",
931
                    "role": "lead"
932
                }
933
            ],
934
            "description": "Mock Object library for PHPUnit",
935
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
936
            "keywords": [
937
                "mock",
938
                "xunit"
939
            ],
940
            "time": "2015-12-08 08:47:06"
941
        },
942
        {
943
            "name": "sebastian/comparator",
944
            "version": "1.2.0",
945
            "source": {
946
                "type": "git",
947
                "url": "https://github.com/sebastianbergmann/comparator.git",
948
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
949
            },
950
            "dist": {
951
                "type": "zip",
952
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
953
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
954
                "shasum": ""
955
            },
956
            "require": {
957
                "php": ">=5.3.3",
958
                "sebastian/diff": "~1.2",
959
                "sebastian/exporter": "~1.2"
960
            },
961
            "require-dev": {
962
                "phpunit/phpunit": "~4.4"
963
            },
964
            "type": "library",
965
            "extra": {
966
                "branch-alias": {
967
                    "dev-master": "1.2.x-dev"
968
                }
969
            },
970
            "autoload": {
971
                "classmap": [
972
                    "src/"
973
                ]
974
            },
975
            "notification-url": "https://packagist.org/downloads/",
976
            "license": [
977
                "BSD-3-Clause"
978
            ],
979
            "authors": [
980
                {
981
                    "name": "Jeff Welch",
982
                    "email": "[email protected]"
983
                },
984
                {
985
                    "name": "Volker Dusch",
986
                    "email": "[email protected]"
987
                },
988
                {
989
                    "name": "Bernhard Schussek",
990
                    "email": "[email protected]"
991
                },
992
                {
993
                    "name": "Sebastian Bergmann",
994
                    "email": "[email protected]"
995
                }
996
            ],
997
            "description": "Provides the functionality to compare PHP values for equality",
998
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
999
            "keywords": [
1000
                "comparator",
1001
                "compare",
1002
                "equality"
1003
            ],
1004
            "time": "2015-07-26 15:48:44"
1005
        },
1006
        {
1007
            "name": "sebastian/diff",
1008
            "version": "1.4.1",
1009
            "source": {
1010
                "type": "git",
1011
                "url": "https://github.com/sebastianbergmann/diff.git",
1012
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
1013
            },
1014
            "dist": {
1015
                "type": "zip",
1016
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
1017
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
1018
                "shasum": ""
1019
            },
1020
            "require": {
1021
                "php": ">=5.3.3"
1022
            },
1023
            "require-dev": {
1024
                "phpunit/phpunit": "~4.8"
1025
            },
1026
            "type": "library",
1027
            "extra": {
1028
                "branch-alias": {
1029
                    "dev-master": "1.4-dev"
1030
                }
1031
            },
1032
            "autoload": {
1033
                "classmap": [
1034
                    "src/"
1035
                ]
1036
            },
1037
            "notification-url": "https://packagist.org/downloads/",
1038
            "license": [
1039
                "BSD-3-Clause"
1040
            ],
1041
            "authors": [
1042
                {
1043
                    "name": "Kore Nordmann",
1044
                    "email": "[email protected]"
1045
                },
1046
                {
1047
                    "name": "Sebastian Bergmann",
1048
                    "email": "[email protected]"
1049
                }
1050
            ],
1051
            "description": "Diff implementation",
1052
            "homepage": "https://github.com/sebastianbergmann/diff",
1053
            "keywords": [
1054
                "diff"
1055
            ],
1056
            "time": "2015-12-08 07:14:41"
1057
        },
1058
        {
1059
            "name": "sebastian/environment",
1060
            "version": "1.3.3",
1061
            "source": {
1062
                "type": "git",
1063
                "url": "https://github.com/sebastianbergmann/environment.git",
1064
                "reference": "6e7133793a8e5a5714a551a8324337374be209df"
1065
            },
1066
            "dist": {
1067
                "type": "zip",
1068
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e7133793a8e5a5714a551a8324337374be209df",
1069
                "reference": "6e7133793a8e5a5714a551a8324337374be209df",
1070
                "shasum": ""
1071
            },
1072
            "require": {
1073
                "php": ">=5.3.3"
1074
            },
1075
            "require-dev": {
1076
                "phpunit/phpunit": "~4.4"
1077
            },
1078
            "type": "library",
1079
            "extra": {
1080
                "branch-alias": {
1081
                    "dev-master": "1.3.x-dev"
1082
                }
1083
            },
1084
            "autoload": {
1085
                "classmap": [
1086
                    "src/"
1087
                ]
1088
            },
1089
            "notification-url": "https://packagist.org/downloads/",
1090
            "license": [
1091
                "BSD-3-Clause"
1092
            ],
1093
            "authors": [
1094
                {
1095
                    "name": "Sebastian Bergmann",
1096
                    "email": "[email protected]"
1097
                }
1098
            ],
1099
            "description": "Provides functionality to handle HHVM/PHP environments",
1100
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1101
            "keywords": [
1102
                "Xdebug",
1103
                "environment",
1104
                "hhvm"
1105
            ],
1106
            "time": "2015-12-02 08:37:27"
1107
        },
1108
        {
1109
            "name": "sebastian/exporter",
1110
            "version": "1.2.1",
1111
            "source": {
1112
                "type": "git",
1113
                "url": "https://github.com/sebastianbergmann/exporter.git",
1114
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
1115
            },
1116
            "dist": {
1117
                "type": "zip",
1118
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
1119
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
1120
                "shasum": ""
1121
            },
1122
            "require": {
1123
                "php": ">=5.3.3",
1124
                "sebastian/recursion-context": "~1.0"
1125
            },
1126
            "require-dev": {
1127
                "phpunit/phpunit": "~4.4"
1128
            },
1129
            "type": "library",
1130
            "extra": {
1131
                "branch-alias": {
1132
                    "dev-master": "1.2.x-dev"
1133
                }
1134
            },
1135
            "autoload": {
1136
                "classmap": [
1137
                    "src/"
1138
                ]
1139
            },
1140
            "notification-url": "https://packagist.org/downloads/",
1141
            "license": [
1142
                "BSD-3-Clause"
1143
            ],
1144
            "authors": [
1145
                {
1146
                    "name": "Jeff Welch",
1147
                    "email": "[email protected]"
1148
                },
1149
                {
1150
                    "name": "Volker Dusch",
1151
                    "email": "[email protected]"
1152
                },
1153
                {
1154
                    "name": "Bernhard Schussek",
1155
                    "email": "[email protected]"
1156
                },
1157
                {
1158
                    "name": "Sebastian Bergmann",
1159
                    "email": "[email protected]"
1160
                },
1161
                {
1162
                    "name": "Adam Harvey",
1163
                    "email": "[email protected]"
1164
                }
1165
            ],
1166
            "description": "Provides the functionality to export PHP variables for visualization",
1167
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1168
            "keywords": [
1169
                "export",
1170
                "exporter"
1171
            ],
1172
            "time": "2015-06-21 07:55:53"
1173
        },
1174
        {
1175
            "name": "sebastian/global-state",
1176
            "version": "1.1.1",
1177
            "source": {
1178
                "type": "git",
1179
                "url": "https://github.com/sebastianbergmann/global-state.git",
1180
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1181
            },
1182
            "dist": {
1183
                "type": "zip",
1184
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1185
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1186
                "shasum": ""
1187
            },
1188
            "require": {
1189
                "php": ">=5.3.3"
1190
            },
1191
            "require-dev": {
1192
                "phpunit/phpunit": "~4.2"
1193
            },
1194
            "suggest": {
1195
                "ext-uopz": "*"
1196
            },
1197
            "type": "library",
1198
            "extra": {
1199
                "branch-alias": {
1200
                    "dev-master": "1.0-dev"
1201
                }
1202
            },
1203
            "autoload": {
1204
                "classmap": [
1205
                    "src/"
1206
                ]
1207
            },
1208
            "notification-url": "https://packagist.org/downloads/",
1209
            "license": [
1210
                "BSD-3-Clause"
1211
            ],
1212
            "authors": [
1213
                {
1214
                    "name": "Sebastian Bergmann",
1215
                    "email": "[email protected]"
1216
                }
1217
            ],
1218
            "description": "Snapshotting of global state",
1219
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1220
            "keywords": [
1221
                "global state"
1222
            ],
1223
            "time": "2015-10-12 03:26:01"
1224
        },
1225
        {
1226
            "name": "sebastian/recursion-context",
1227
            "version": "1.0.2",
1228
            "source": {
1229
                "type": "git",
1230
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1231
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
1232
            },
1233
            "dist": {
1234
                "type": "zip",
1235
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
1236
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
1237
                "shasum": ""
1238
            },
1239
            "require": {
1240
                "php": ">=5.3.3"
1241
            },
1242
            "require-dev": {
1243
                "phpunit/phpunit": "~4.4"
1244
            },
1245
            "type": "library",
1246
            "extra": {
1247
                "branch-alias": {
1248
                    "dev-master": "1.0.x-dev"
1249
                }
1250
            },
1251
            "autoload": {
1252
                "classmap": [
1253
                    "src/"
1254
                ]
1255
            },
1256
            "notification-url": "https://packagist.org/downloads/",
1257
            "license": [
1258
                "BSD-3-Clause"
1259
            ],
1260
            "authors": [
1261
                {
1262
                    "name": "Jeff Welch",
1263
                    "email": "[email protected]"
1264
                },
1265
                {
1266
                    "name": "Sebastian Bergmann",
1267
                    "email": "[email protected]"
1268
                },
1269
                {
1270
                    "name": "Adam Harvey",
1271
                    "email": "[email protected]"
1272
                }
1273
            ],
1274
            "description": "Provides functionality to recursively process PHP variables",
1275
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1276
            "time": "2015-11-11 19:50:13"
1277
        },
1278
        {
1279
            "name": "sebastian/resource-operations",
1280
            "version": "1.0.0",
1281
            "source": {
1282
                "type": "git",
1283
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
1284
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
1285
            },
1286
            "dist": {
1287
                "type": "zip",
1288
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1289
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1290
                "shasum": ""
1291
            },
1292
            "require": {
1293
                "php": ">=5.6.0"
1294
            },
1295
            "type": "library",
1296
            "extra": {
1297
                "branch-alias": {
1298
                    "dev-master": "1.0.x-dev"
1299
                }
1300
            },
1301
            "autoload": {
1302
                "classmap": [
1303
                    "src/"
1304
                ]
1305
            },
1306
            "notification-url": "https://packagist.org/downloads/",
1307
            "license": [
1308
                "BSD-3-Clause"
1309
            ],
1310
            "authors": [
1311
                {
1312
                    "name": "Sebastian Bergmann",
1313
                    "email": "[email protected]"
1314
                }
1315
            ],
1316
            "description": "Provides a list of PHP built-in functions that operate on resources",
1317
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1318
            "time": "2015-07-28 20:34:47"
1319
        },
1320
        {
1321
            "name": "sebastian/version",
1322
            "version": "1.0.6",
1323
            "source": {
1324
                "type": "git",
1325
                "url": "https://github.com/sebastianbergmann/version.git",
1326
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
1327
            },
1328
            "dist": {
1329
                "type": "zip",
1330
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1331
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1332
                "shasum": ""
1333
            },
1334
            "type": "library",
1335
            "autoload": {
1336
                "classmap": [
1337
                    "src/"
1338
                ]
1339
            },
1340
            "notification-url": "https://packagist.org/downloads/",
1341
            "license": [
1342
                "BSD-3-Clause"
1343
            ],
1344
            "authors": [
1345
                {
1346
                    "name": "Sebastian Bergmann",
1347
                    "email": "[email protected]",
1348
                    "role": "lead"
1349
                }
1350
            ],
1351
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1352
            "homepage": "https://github.com/sebastianbergmann/version",
1353
            "time": "2015-06-21 13:59:46"
1354
        },
1355
        {
1356
            "name": "symfony/yaml",
1357
            "version": "v3.0.0",
1358
            "source": {
1359
                "type": "git",
1360
                "url": "https://github.com/symfony/yaml.git",
1361
                "reference": "177a015cb0e19ff4a49e0e2e2c5fc1c1bee07002"
1362
            },
1363
            "dist": {
1364
                "type": "zip",
1365
                "url": "https://api.github.com/repos/symfony/yaml/zipball/177a015cb0e19ff4a49e0e2e2c5fc1c1bee07002",
1366
                "reference": "177a015cb0e19ff4a49e0e2e2c5fc1c1bee07002",
1367
                "shasum": ""
1368
            },
1369
            "require": {
1370
                "php": ">=5.5.9"
1371
            },
1372
            "type": "library",
1373
            "extra": {
1374
                "branch-alias": {
1375
                    "dev-master": "3.0-dev"
1376
                }
1377
            },
1378
            "autoload": {
1379
                "psr-4": {
1380
                    "Symfony\\Component\\Yaml\\": ""
1381
                },
1382
                "exclude-from-classmap": [
1383
                    "/Tests/"
1384
                ]
1385
            },
1386
            "notification-url": "https://packagist.org/downloads/",
1387
            "license": [
1388
                "MIT"
1389
            ],
1390
            "authors": [
1391
                {
1392
                    "name": "Fabien Potencier",
1393
                    "email": "[email protected]"
1394
                },
1395
                {
1396
                    "name": "Symfony Community",
1397
                    "homepage": "https://symfony.com/contributors"
1398
                }
1399
            ],
1400
            "description": "Symfony Yaml Component",
1401
            "homepage": "https://symfony.com",
1402
            "time": "2015-11-30 12:36:17"
1403
        }
1404
    ],
1405
    "aliases": [],
1406
    "minimum-stability": "stable",
1407
    "stability-flags": [],
1408
    "prefer-stable": false,
1409
    "prefer-lowest": false,
1410
    "platform": [],
1411
    "platform-dev": []
1412
}
1413