Issues (1751)

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

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "ac46c7e7117c89cb852778eddeafc354",
8
    "packages": [
9
        {
10
            "name": "arc/arc",
11
            "version": "2.1",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/Ariadne-CMS/arc-arc.git",
15
                "reference": "56b41a56f65b66680b022249ccdfd7edf507f450"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/Ariadne-CMS/arc-arc/zipball/56b41a56f65b66680b022249ccdfd7edf507f450",
20
                "reference": "56b41a56f65b66680b022249ccdfd7edf507f450",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "arc/base": "~2.1",
25
                "arc/cache": "~1.2",
26
                "arc/config": "~1.2",
27
                "arc/events": "~1.2",
28
                "arc/grants": "~1.2",
29
                "arc/html": "~1.0",
30
                "arc/prototype": "~0.9",
31
                "arc/web": "~2.1",
32
                "arc/xml": "~2.1",
33
                "php": ">=5.4"
34
            },
35
            "type": "library",
36
            "notification-url": "https://packagist.org/downloads/",
37
            "license": [
38
                "MIT"
39
            ],
40
            "authors": [
41
                {
42
                    "name": "Auke van Slooten",
43
                    "email": "[email protected]"
44
                }
45
            ],
46
            "description": "Ariadne Component Library: All Components",
47
            "homepage": "https://github.com/Ariadne-CMS/arc/wiki",
48
            "keywords": [
49
                "component",
50
                "components"
51
            ],
52
            "time": "2016-01-28T15:08:00+00:00"
53
        },
54
        {
55
            "name": "arc/base",
56
            "version": "2.1.1",
57
            "source": {
58
                "type": "git",
59
                "url": "https://github.com/Ariadne-CMS/arc-base.git",
60
                "reference": "b643a1a360c5a596c862a79611946d2f0f7b1654"
61
            },
62
            "dist": {
63
                "type": "zip",
64
                "url": "https://api.github.com/repos/Ariadne-CMS/arc-base/zipball/b643a1a360c5a596c862a79611946d2f0f7b1654",
65
                "reference": "b643a1a360c5a596c862a79611946d2f0f7b1654",
66
                "shasum": ""
67
            },
68
            "require": {
69
                "php": ">=5.6"
70
            },
71
            "require-dev": {
72
                "phpunit/phpunit": "5.1.*"
73
            },
74
            "type": "library",
75
            "autoload": {
76
                "psr-4": {
77
                    "arc\\": "src/"
78
                }
79
            },
80
            "notification-url": "https://packagist.org/downloads/",
81
            "license": [
82
                "MIT"
83
            ],
84
            "authors": [
85
                {
86
                    "name": "Auke van Slooten",
87
                    "email": "[email protected]"
88
                }
89
            ],
90
            "description": "Ariadne Component Library",
91
            "homepage": "https://github.com/Ariadne-CMS/arc/wiki",
92
            "keywords": [
93
                "component",
94
                "components"
95
            ],
96
            "time": "2016-01-28T14:35:55+00:00"
97
        },
98
        {
99
            "name": "arc/cache",
100
            "version": "1.2.1",
101
            "source": {
102
                "type": "git",
103
                "url": "https://github.com/Ariadne-CMS/arc-cache.git",
104
                "reference": "377f3d8896585e776a71e6a001868ff21adddaca"
105
            },
106
            "dist": {
107
                "type": "zip",
108
                "url": "https://api.github.com/repos/Ariadne-CMS/arc-cache/zipball/377f3d8896585e776a71e6a001868ff21adddaca",
109
                "reference": "377f3d8896585e776a71e6a001868ff21adddaca",
110
                "shasum": ""
111
            },
112
            "require": {
113
                "arc/base": "~2.1",
114
                "php": ">=5.4"
115
            },
116
            "require-dev": {
117
                "phpunit/phpunit": "5.1.*"
118
            },
119
            "type": "library",
120
            "autoload": {
121
                "psr-4": {
122
                    "arc\\": "src/"
123
                }
124
            },
125
            "notification-url": "https://packagist.org/downloads/",
126
            "license": [
127
                "MIT"
128
            ],
129
            "authors": [
130
                {
131
                    "name": "Auke van Slooten",
132
                    "email": "[email protected]"
133
                }
134
            ],
135
            "description": "Ariadne Component Library: Cache Component",
136
            "homepage": "https://github.com/Ariadne-CMS/arc/wiki",
137
            "keywords": [
138
                "component",
139
                "components"
140
            ],
141
            "time": "2016-01-28T15:01:26+00:00"
142
        },
143
        {
144
            "name": "arc/config",
145
            "version": "1.2.1",
146
            "source": {
147
                "type": "git",
148
                "url": "https://github.com/Ariadne-CMS/arc-config.git",
149
                "reference": "48cb069d9d113efd85a1a28d0cf7d36554f6a6cb"
150
            },
151
            "dist": {
152
                "type": "zip",
153
                "url": "https://api.github.com/repos/Ariadne-CMS/arc-config/zipball/48cb069d9d113efd85a1a28d0cf7d36554f6a6cb",
154
                "reference": "48cb069d9d113efd85a1a28d0cf7d36554f6a6cb",
155
                "shasum": ""
156
            },
157
            "require": {
158
                "arc/base": "~2.1",
159
                "php": ">=5.4"
160
            },
161
            "require-dev": {
162
                "phpunit/phpunit": "5.1.*"
163
            },
164
            "type": "library",
165
            "autoload": {
166
                "psr-4": {
167
                    "arc\\": "src/"
168
                }
169
            },
170
            "notification-url": "https://packagist.org/downloads/",
171
            "license": [
172
                "MIT"
173
            ],
174
            "authors": [
175
                {
176
                    "name": "Auke van Slooten",
177
                    "email": "[email protected]"
178
                }
179
            ],
180
            "description": "Ariadne Component Library: hierarchical configuration management Component",
181
            "homepage": "https://github.com/Ariadne-CMS/arc/wiki",
182
            "keywords": [
183
                "component",
184
                "components"
185
            ],
186
            "time": "2016-01-28T15:02:15+00:00"
187
        },
188
        {
189
            "name": "arc/events",
190
            "version": "1.2.1",
191
            "source": {
192
                "type": "git",
193
                "url": "https://github.com/Ariadne-CMS/arc-events.git",
194
                "reference": "ca37cd80f389c2e435d2f5717e3d69e5b2ca38f8"
195
            },
196
            "dist": {
197
                "type": "zip",
198
                "url": "https://api.github.com/repos/Ariadne-CMS/arc-events/zipball/ca37cd80f389c2e435d2f5717e3d69e5b2ca38f8",
199
                "reference": "ca37cd80f389c2e435d2f5717e3d69e5b2ca38f8",
200
                "shasum": ""
201
            },
202
            "require": {
203
                "arc/base": "~2.1",
204
                "php": ">=5.4"
205
            },
206
            "require-dev": {
207
                "phpunit/phpunit": "5.1.*"
208
            },
209
            "type": "library",
210
            "autoload": {
211
                "psr-4": {
212
                    "arc\\": "src/"
213
                }
214
            },
215
            "notification-url": "https://packagist.org/downloads/",
216
            "license": [
217
                "MIT"
218
            ],
219
            "authors": [
220
                {
221
                    "name": "Auke van Slooten",
222
                    "email": "[email protected]"
223
                }
224
            ],
225
            "description": "Ariadne Component Library: W3C style events Component",
226
            "homepage": "https://github.com/Ariadne-CMS/arc/wiki",
227
            "keywords": [
228
                "component",
229
                "components"
230
            ],
231
            "time": "2016-01-28T15:01:27+00:00"
232
        },
233
        {
234
            "name": "arc/grants",
235
            "version": "1.2",
236
            "source": {
237
                "type": "git",
238
                "url": "https://github.com/Ariadne-CMS/arc-grants.git",
239
                "reference": "7d6e1f4c477f8a52fdb189cbe84c4d881e7ea7a6"
240
            },
241
            "dist": {
242
                "type": "zip",
243
                "url": "https://api.github.com/repos/Ariadne-CMS/arc-grants/zipball/7d6e1f4c477f8a52fdb189cbe84c4d881e7ea7a6",
244
                "reference": "7d6e1f4c477f8a52fdb189cbe84c4d881e7ea7a6",
245
                "shasum": ""
246
            },
247
            "require": {
248
                "arc/base": "~1.0||~2.0",
249
                "php": ">=5.4"
250
            },
251
            "require-dev": {
252
                "phpunit/phpunit": "5.1.*"
253
            },
254
            "type": "library",
255
            "autoload": {
256
                "psr-4": {
257
                    "arc\\": "src/"
258
                }
259
            },
260
            "notification-url": "https://packagist.org/downloads/",
261
            "license": [
262
                "MIT"
263
            ],
264
            "authors": [
265
                {
266
                    "name": "Auke van Slooten",
267
                    "email": "[email protected]"
268
                }
269
            ],
270
            "description": "Ariadne Component Library: user and group rights management Component",
271
            "homepage": "https://github.com/Ariadne-CMS/arc/wiki",
272
            "keywords": [
273
                "component",
274
                "components"
275
            ],
276
            "time": "2016-01-27T23:18:44+00:00"
277
        },
278
        {
279
            "name": "arc/html",
280
            "version": "1.0",
281
            "source": {
282
                "type": "git",
283
                "url": "https://github.com/Ariadne-CMS/arc-html.git",
284
                "reference": "c71ba27d091aec20c728e1a7252dfc2368d23375"
285
            },
286
            "dist": {
287
                "type": "zip",
288
                "url": "https://api.github.com/repos/Ariadne-CMS/arc-html/zipball/c71ba27d091aec20c728e1a7252dfc2368d23375",
289
                "reference": "c71ba27d091aec20c728e1a7252dfc2368d23375",
290
                "shasum": ""
291
            },
292
            "require": {
293
                "arc/xml": "~2.2",
294
                "php": ">=5.4"
295
            },
296
            "require-dev": {
297
                "phpunit/phpunit": "5.1.*"
298
            },
299
            "type": "library",
300
            "autoload": {
301
                "psr-4": {
302
                    "arc\\": "src/"
303
                }
304
            },
305
            "notification-url": "https://packagist.org/downloads/",
306
            "license": [
307
                "MIT"
308
            ],
309
            "authors": [
310
                {
311
                    "name": "Auke van Slooten",
312
                    "email": "[email protected]"
313
                }
314
            ],
315
            "description": "Ariadne Component Library: html writer and parser Component",
316
            "homepage": "https://github.com/Ariadne-CMS/arc/wiki",
317
            "keywords": [
318
                "component",
319
                "components"
320
            ],
321
            "time": "2016-01-24T15:53:31+00:00"
322
        },
323
        {
324
            "name": "arc/prototype",
325
            "version": "0.9.9",
326
            "source": {
327
                "type": "git",
328
                "url": "https://github.com/Ariadne-CMS/arc-prototype.git",
329
                "reference": "20a26b4ee2bac9db93432888747fc564d5878483"
330
            },
331
            "dist": {
332
                "type": "zip",
333
                "url": "https://api.github.com/repos/Ariadne-CMS/arc-prototype/zipball/20a26b4ee2bac9db93432888747fc564d5878483",
334
                "reference": "20a26b4ee2bac9db93432888747fc564d5878483",
335
                "shasum": ""
336
            },
337
            "require": {
338
                "arc/base": ">=2.0",
339
                "php": ">=5.6"
340
            },
341
            "require-dev": {
342
                "phpunit/phpunit": "5.1.*"
343
            },
344
            "type": "library",
345
            "autoload": {
346
                "psr-4": {
347
                    "arc\\": "src/"
348
                }
349
            },
350
            "notification-url": "https://packagist.org/downloads/",
351
            "license": [
352
                "MIT"
353
            ],
354
            "authors": [
355
                {
356
                    "name": "Auke van Slooten",
357
                    "email": "[email protected]"
358
                }
359
            ],
360
            "description": "ARC: prototypical inheritance component",
361
            "homepage": "https://github.com/Ariadne-CMS/arc/wiki",
362
            "keywords": [
363
                "arc",
364
                "component",
365
                "components",
366
                "prototype"
367
            ],
368
            "time": "2016-01-20T14:31:54+00:00"
369
        },
370
        {
371
            "name": "arc/web",
372
            "version": "2.1",
373
            "source": {
374
                "type": "git",
375
                "url": "https://github.com/Ariadne-CMS/arc-web.git",
376
                "reference": "954270d2142bea5364a8e69fd4c6ad870378ac79"
377
            },
378
            "dist": {
379
                "type": "zip",
380
                "url": "https://api.github.com/repos/Ariadne-CMS/arc-web/zipball/954270d2142bea5364a8e69fd4c6ad870378ac79",
381
                "reference": "954270d2142bea5364a8e69fd4c6ad870378ac79",
382
                "shasum": ""
383
            },
384
            "require": {
385
                "arc/base": "~2.0",
386
                "php": ">=5.6"
387
            },
388
            "require-dev": {
389
                "phpunit/phpunit": "5.1.*"
390
            },
391
            "type": "library",
392
            "autoload": {
393
                "psr-4": {
394
                    "arc\\": "src/"
395
                }
396
            },
397
            "notification-url": "https://packagist.org/downloads/",
398
            "license": [
399
                "MIT"
400
            ],
401
            "authors": [
402
                {
403
                    "name": "Auke van Slooten",
404
                    "email": "[email protected]"
405
                }
406
            ],
407
            "description": "Ariadne Component Library: Web Components",
408
            "homepage": "https://github.com/Ariadne-CMS/arc/wiki",
409
            "keywords": [
410
                "component",
411
                "components"
412
            ],
413
            "time": "2016-01-27T22:30:38+00:00"
414
        },
415
        {
416
            "name": "arc/xml",
417
            "version": "2.4.1",
418
            "source": {
419
                "type": "git",
420
                "url": "https://github.com/Ariadne-CMS/arc-xml.git",
421
                "reference": "ed1825a66700220ecc52e1812183226ade68d0a8"
422
            },
423
            "dist": {
424
                "type": "zip",
425
                "url": "https://api.github.com/repos/Ariadne-CMS/arc-xml/zipball/ed1825a66700220ecc52e1812183226ade68d0a8",
426
                "reference": "ed1825a66700220ecc52e1812183226ade68d0a8",
427
                "shasum": ""
428
            },
429
            "require": {
430
                "arc/base": "~2.1",
431
                "php": ">=5.4"
432
            },
433
            "require-dev": {
434
                "phpunit/phpunit": "5.1.*"
435
            },
436
            "type": "library",
437
            "autoload": {
438
                "psr-4": {
439
                    "arc\\": "src/"
440
                }
441
            },
442
            "notification-url": "https://packagist.org/downloads/",
443
            "license": [
444
                "MIT"
445
            ],
446
            "authors": [
447
                {
448
                    "name": "Auke van Slooten",
449
                    "email": "[email protected]"
450
                }
451
            ],
452
            "description": "Ariadne Component Library: xml writer and parser Component",
453
            "homepage": "https://github.com/Ariadne-CMS/arc/wiki",
454
            "keywords": [
455
                "component",
456
                "components"
457
            ],
458
            "time": "2016-01-31T18:23:42+00:00"
459
        },
460
        {
461
            "name": "doctrine/instantiator",
462
            "version": "1.0.5",
463
            "source": {
464
                "type": "git",
465
                "url": "https://github.com/doctrine/instantiator.git",
466
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
467
            },
468
            "dist": {
469
                "type": "zip",
470
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
471
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
472
                "shasum": ""
473
            },
474
            "require": {
475
                "php": ">=5.3,<8.0-DEV"
476
            },
477
            "require-dev": {
478
                "athletic/athletic": "~0.1.8",
479
                "ext-pdo": "*",
480
                "ext-phar": "*",
481
                "phpunit/phpunit": "~4.0",
482
                "squizlabs/php_codesniffer": "~2.0"
483
            },
484
            "type": "library",
485
            "extra": {
486
                "branch-alias": {
487
                    "dev-master": "1.0.x-dev"
488
                }
489
            },
490
            "autoload": {
491
                "psr-4": {
492
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
493
                }
494
            },
495
            "notification-url": "https://packagist.org/downloads/",
496
            "license": [
497
                "MIT"
498
            ],
499
            "authors": [
500
                {
501
                    "name": "Marco Pivetta",
502
                    "email": "[email protected]",
503
                    "homepage": "http://ocramius.github.com/"
504
                }
505
            ],
506
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
507
            "homepage": "https://github.com/doctrine/instantiator",
508
            "keywords": [
509
                "constructor",
510
                "instantiate"
511
            ],
512
            "time": "2015-06-14T21:17:01+00:00"
513
        },
514
        {
515
            "name": "erusev/parsedown",
0 ignored issues
show
There is a security advisory for your installed version of erusev/parsedown:

Cross-Site Scripting
Loading history...
516
            "version": "1.6.0",
517
            "source": {
518
                "type": "git",
519
                "url": "https://github.com/erusev/parsedown.git",
520
                "reference": "3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7"
521
            },
522
            "dist": {
523
                "type": "zip",
524
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7",
525
                "reference": "3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7",
526
                "shasum": ""
527
            },
528
            "type": "library",
529
            "autoload": {
530
                "psr-0": {
531
                    "Parsedown": ""
532
                }
533
            },
534
            "notification-url": "https://packagist.org/downloads/",
535
            "license": [
536
                "MIT"
537
            ],
538
            "authors": [
539
                {
540
                    "name": "Emanuil Rusev",
541
                    "email": "[email protected]",
542
                    "homepage": "http://erusev.com"
543
                }
544
            ],
545
            "description": "Parser for Markdown.",
546
            "homepage": "http://parsedown.org",
547
            "keywords": [
548
                "markdown",
549
                "parser"
550
            ],
551
            "time": "2015-10-04T16:44:32+00:00"
552
        },
553
        {
554
            "name": "firebase/php-jwt",
555
            "version": "v3.0.0",
556
            "source": {
557
                "type": "git",
558
                "url": "https://github.com/firebase/php-jwt.git",
559
                "reference": "fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1"
560
            },
561
            "dist": {
562
                "type": "zip",
563
                "url": "https://api.github.com/repos/firebase/php-jwt/zipball/fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1",
564
                "reference": "fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1",
565
                "shasum": ""
566
            },
567
            "require": {
568
                "php": ">=5.3.0"
569
            },
570
            "type": "library",
571
            "autoload": {
572
                "psr-4": {
573
                    "Firebase\\JWT\\": "src"
574
                }
575
            },
576
            "notification-url": "https://packagist.org/downloads/",
577
            "license": [
578
                "BSD-3-Clause"
579
            ],
580
            "authors": [
581
                {
582
                    "name": "Neuman Vong",
583
                    "email": "[email protected]",
584
                    "role": "Developer"
585
                },
586
                {
587
                    "name": "Anant Narayanan",
588
                    "email": "[email protected]",
589
                    "role": "Developer"
590
                }
591
            ],
592
            "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
593
            "homepage": "https://github.com/firebase/php-jwt",
594
            "time": "2015-07-22T18:31:08+00:00"
595
        },
596
        {
597
            "name": "firephp/firephp-core",
598
            "version": "v0.4.0",
599
            "source": {
600
                "type": "git",
601
                "url": "https://github.com/firephp/firephp-core.git",
602
                "reference": "fabad0f2503f9577fe8dd2cb1d1c7cd73ed2aacf"
603
            },
604
            "dist": {
605
                "type": "zip",
606
                "url": "https://api.github.com/repos/firephp/firephp-core/zipball/fabad0f2503f9577fe8dd2cb1d1c7cd73ed2aacf",
607
                "reference": "fabad0f2503f9577fe8dd2cb1d1c7cd73ed2aacf",
608
                "shasum": ""
609
            },
610
            "type": "library",
611
            "autoload": {
612
                "classmap": [
613
                    "lib/FirePHPCore/FirePHP.class.php",
614
                    "lib/FirePHPCore/fb.php"
615
                ]
616
            },
617
            "notification-url": "https://packagist.org/downloads/",
618
            "license": [
619
                "MIT"
620
            ],
621
            "authors": [
622
                {
623
                    "name": "Christoph Dorn",
624
                    "email": "[email protected]",
625
                    "homepage": "http://christophdorn.com"
626
                }
627
            ],
628
            "description": "Traditional FirePHPCore library for sending PHP variables to the browser.",
629
            "homepage": "https://github.com/firephp/firephp-core",
630
            "time": "2013-04-23T15:28:20+00:00"
631
        },
632
        {
633
            "name": "ircmaxell/password-compat",
634
            "version": "v1.0.4",
635
            "source": {
636
                "type": "git",
637
                "url": "https://github.com/ircmaxell/password_compat.git",
638
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
639
            },
640
            "dist": {
641
                "type": "zip",
642
                "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
643
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
644
                "shasum": ""
645
            },
646
            "require-dev": {
647
                "phpunit/phpunit": "4.*"
648
            },
649
            "type": "library",
650
            "autoload": {
651
                "files": [
652
                    "lib/password.php"
653
                ]
654
            },
655
            "notification-url": "https://packagist.org/downloads/",
656
            "license": [
657
                "MIT"
658
            ],
659
            "authors": [
660
                {
661
                    "name": "Anthony Ferrara",
662
                    "email": "[email protected]",
663
                    "homepage": "http://blog.ircmaxell.com"
664
                }
665
            ],
666
            "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
667
            "homepage": "https://github.com/ircmaxell/password_compat",
668
            "keywords": [
669
                "hashing",
670
                "password"
671
            ],
672
            "time": "2014-11-20T16:49:30+00:00"
673
        },
674
        {
675
            "name": "leafo/lessphp",
676
            "version": "v0.4.0",
677
            "source": {
678
                "type": "git",
679
                "url": "https://github.com/leafo/lessphp.git",
680
                "reference": "51f3f06f0fe78a722dabfd14578444bdd078d9de"
681
            },
682
            "dist": {
683
                "type": "zip",
684
                "url": "https://api.github.com/repos/leafo/lessphp/zipball/51f3f06f0fe78a722dabfd14578444bdd078d9de",
685
                "reference": "51f3f06f0fe78a722dabfd14578444bdd078d9de",
686
                "shasum": ""
687
            },
688
            "type": "library",
689
            "extra": {
690
                "branch-alias": {
691
                    "dev-master": "0.3-dev"
692
                }
693
            },
694
            "autoload": {
695
                "classmap": [
696
                    "lessc.inc.php"
697
                ]
698
            },
699
            "notification-url": "https://packagist.org/downloads/",
700
            "license": [
701
                "MIT",
702
                "GPL-3.0"
703
            ],
704
            "authors": [
705
                {
706
                    "name": "Leaf Corcoran",
707
                    "email": "[email protected]",
708
                    "homepage": "http://leafo.net"
709
                }
710
            ],
711
            "description": "lessphp is a compiler for LESS written in PHP.",
712
            "homepage": "http://leafo.net/lessphp/",
713
            "time": "2013-08-09T17:09:19+00:00"
714
        },
715
        {
716
            "name": "mishal/iless",
717
            "version": "1.7.0",
718
            "source": {
719
                "type": "git",
720
                "url": "https://github.com/mishal/iless.git",
721
                "reference": "c7855265f00567098e9af5b347bac5753019ab5b"
722
            },
723
            "dist": {
724
                "type": "zip",
725
                "url": "https://api.github.com/repos/mishal/iless/zipball/c7855265f00567098e9af5b347bac5753019ab5b",
726
                "reference": "c7855265f00567098e9af5b347bac5753019ab5b",
727
                "shasum": ""
728
            },
729
            "require": {
730
                "ext-bcmath": "*",
731
                "php": ">=5.2.0"
732
            },
733
            "type": "library",
734
            "extra": {
735
                "branch-alias": {
736
                    "dev-master": "1.7-dev"
737
                }
738
            },
739
            "autoload": {
740
                "psr-0": {
741
                    "ILess": "lib/"
742
                }
743
            },
744
            "notification-url": "https://packagist.org/downloads/",
745
            "license": [
746
                "MIT"
747
            ],
748
            "authors": [
749
                {
750
                    "name": "ILess contributors",
751
                    "homepage": "https://github.com/mishal/iless/wiki/Contributors"
752
                }
753
            ],
754
            "description": "Less parser and compiler written for Php",
755
            "homepage": "http://github.com/mishal/iless",
756
            "keywords": [
757
                "compiler",
758
                "less",
759
                "lesscss",
760
                "parser",
761
                "php",
762
                "processor"
763
            ],
764
            "time": "2015-05-11T07:13:30+00:00"
765
        },
766
        {
767
            "name": "mrclay/jsmin-php",
768
            "version": "2.3.2",
769
            "source": {
770
                "type": "git",
771
                "url": "https://github.com/mrclay/jsmin-php.git",
772
                "reference": "932c9633c35b390beb2cfdea69a41ea7dbc8d759"
773
            },
774
            "dist": {
775
                "type": "zip",
776
                "url": "https://api.github.com/repos/mrclay/jsmin-php/zipball/932c9633c35b390beb2cfdea69a41ea7dbc8d759",
777
                "reference": "932c9633c35b390beb2cfdea69a41ea7dbc8d759",
778
                "shasum": ""
779
            },
780
            "require": {
781
                "ext-pcre": "*",
782
                "php": ">=5.3.0"
783
            },
784
            "require-dev": {
785
                "phpunit/phpunit": "4.2"
786
            },
787
            "type": "library",
788
            "autoload": {
789
                "psr-0": {
790
                    "JSMin\\": "src/"
791
                }
792
            },
793
            "notification-url": "https://packagist.org/downloads/",
794
            "license": [
795
                "MIT"
796
            ],
797
            "authors": [
798
                {
799
                    "name": "Stephen Clay",
800
                    "email": "[email protected]",
801
                    "role": "Developer"
802
                },
803
                {
804
                    "name": "Ryan Grove",
805
                    "email": "[email protected]",
806
                    "role": "Developer"
807
                }
808
            ],
809
            "description": "Provides a modified port of Douglas Crockford's jsmin.c, which removes unnecessary whitespace from JavaScript files.",
810
            "homepage": "https://github.com/mrclay/jsmin-php/",
811
            "keywords": [
812
                "compress",
813
                "jsmin",
814
                "minify"
815
            ],
816
            "time": "2015-03-30T15:04:42+00:00"
817
        },
818
        {
819
            "name": "myclabs/deep-copy",
820
            "version": "1.5.1",
821
            "source": {
822
                "type": "git",
823
                "url": "https://github.com/myclabs/DeepCopy.git",
824
                "reference": "a8773992b362b58498eed24bf85005f363c34771"
825
            },
826
            "dist": {
827
                "type": "zip",
828
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/a8773992b362b58498eed24bf85005f363c34771",
829
                "reference": "a8773992b362b58498eed24bf85005f363c34771",
830
                "shasum": ""
831
            },
832
            "require": {
833
                "php": ">=5.4.0"
834
            },
835
            "require-dev": {
836
                "doctrine/collections": "1.*",
837
                "phpunit/phpunit": "~4.1"
838
            },
839
            "type": "library",
840
            "autoload": {
841
                "psr-4": {
842
                    "DeepCopy\\": "src/DeepCopy/"
843
                }
844
            },
845
            "notification-url": "https://packagist.org/downloads/",
846
            "license": [
847
                "MIT"
848
            ],
849
            "description": "Create deep copies (clones) of your objects",
850
            "homepage": "https://github.com/myclabs/DeepCopy",
851
            "keywords": [
852
                "clone",
853
                "copy",
854
                "duplicate",
855
                "object",
856
                "object graph"
857
            ],
858
            "time": "2015-11-20T12:04:31+00:00"
859
        },
860
        {
861
            "name": "nikic/php-parser",
862
            "version": "v2.0.0",
863
            "source": {
864
                "type": "git",
865
                "url": "https://github.com/nikic/PHP-Parser.git",
866
                "reference": "c542e5d86a9775abd1021618eb2430278bfc1e01"
867
            },
868
            "dist": {
869
                "type": "zip",
870
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c542e5d86a9775abd1021618eb2430278bfc1e01",
871
                "reference": "c542e5d86a9775abd1021618eb2430278bfc1e01",
872
                "shasum": ""
873
            },
874
            "require": {
875
                "ext-tokenizer": "*",
876
                "php": ">=5.4"
877
            },
878
            "require-dev": {
879
                "phpunit/phpunit": "~4.0"
880
            },
881
            "bin": [
882
                "bin/php-parse"
883
            ],
884
            "type": "library",
885
            "extra": {
886
                "branch-alias": {
887
                    "dev-master": "2.0-dev"
888
                }
889
            },
890
            "autoload": {
891
                "psr-4": {
892
                    "PhpParser\\": "lib/PhpParser"
893
                }
894
            },
895
            "notification-url": "https://packagist.org/downloads/",
896
            "license": [
897
                "BSD-3-Clause"
898
            ],
899
            "authors": [
900
                {
901
                    "name": "Nikita Popov"
902
                }
903
            ],
904
            "description": "A PHP parser written in PHP",
905
            "keywords": [
906
                "parser",
907
                "php"
908
            ],
909
            "time": "2015-12-04T15:28:43+00:00"
910
        },
911
        {
912
            "name": "paragonie/random_compat",
913
            "version": "v2.0.2",
914
            "source": {
915
                "type": "git",
916
                "url": "https://github.com/paragonie/random_compat.git",
917
                "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf"
918
            },
919
            "dist": {
920
                "type": "zip",
921
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/088c04e2f261c33bed6ca5245491cfca69195ccf",
922
                "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf",
923
                "shasum": ""
924
            },
925
            "require": {
926
                "php": ">=5.2.0"
927
            },
928
            "require-dev": {
929
                "phpunit/phpunit": "4.*|5.*"
930
            },
931
            "suggest": {
932
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
933
            },
934
            "type": "library",
935
            "autoload": {
936
                "files": [
937
                    "lib/random.php"
938
                ]
939
            },
940
            "notification-url": "https://packagist.org/downloads/",
941
            "license": [
942
                "MIT"
943
            ],
944
            "authors": [
945
                {
946
                    "name": "Paragon Initiative Enterprises",
947
                    "email": "[email protected]",
948
                    "homepage": "https://paragonie.com"
949
                }
950
            ],
951
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
952
            "keywords": [
953
                "csprng",
954
                "pseudorandom",
955
                "random"
956
            ],
957
            "time": "2016-04-03T06:00:07+00:00"
958
        },
959
        {
960
            "name": "pear/archive_tar",
961
            "version": "1.4.3",
962
            "source": {
963
                "type": "git",
964
                "url": "https://github.com/pear/Archive_Tar.git",
965
                "reference": "43455c960da70e655c6bdf8ea2bc8cc1a6034afb"
966
            },
967
            "dist": {
968
                "type": "zip",
969
                "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/43455c960da70e655c6bdf8ea2bc8cc1a6034afb",
970
                "reference": "43455c960da70e655c6bdf8ea2bc8cc1a6034afb",
971
                "shasum": ""
972
            },
973
            "require": {
974
                "pear/pear-core-minimal": "^1.10.0alpha2",
975
                "php": ">=5.2.0"
976
            },
977
            "require-dev": {
978
                "phpunit/phpunit": "*"
979
            },
980
            "suggest": {
981
                "ext-bz2": "bz2 compression support.",
982
                "ext-xz": "lzma2 compression support.",
983
                "ext-zlib": "Gzip compression support."
984
            },
985
            "type": "library",
986
            "extra": {
987
                "branch-alias": {
988
                    "dev-master": "1.4.x-dev"
989
                }
990
            },
991
            "autoload": {
992
                "psr-0": {
993
                    "Archive_Tar": ""
994
                }
995
            },
996
            "notification-url": "https://packagist.org/downloads/",
997
            "include-path": [
998
                "./"
999
            ],
1000
            "license": [
1001
                "BSD-3-Clause"
1002
            ],
1003
            "authors": [
1004
                {
1005
                    "name": "Vincent Blavet",
1006
                    "email": "[email protected]"
1007
                },
1008
                {
1009
                    "name": "Greg Beaver",
1010
                    "email": "[email protected]"
1011
                },
1012
                {
1013
                    "name": "Michiel Rook",
1014
                    "email": "[email protected]"
1015
                }
1016
            ],
1017
            "description": "Tar file management class",
1018
            "homepage": "https://github.com/pear/Archive_Tar",
1019
            "keywords": [
1020
                "archive",
1021
                "tar"
1022
            ],
1023
            "time": "2017-06-11T17:28:11+00:00"
1024
        },
1025
        {
1026
            "name": "pear/console_getopt",
1027
            "version": "v1.4.1",
1028
            "source": {
1029
                "type": "git",
1030
                "url": "https://github.com/pear/Console_Getopt.git",
1031
                "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f"
1032
            },
1033
            "dist": {
1034
                "type": "zip",
1035
                "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
1036
                "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
1037
                "shasum": ""
1038
            },
1039
            "type": "library",
1040
            "autoload": {
1041
                "psr-0": {
1042
                    "Console": "./"
1043
                }
1044
            },
1045
            "notification-url": "https://packagist.org/downloads/",
1046
            "include-path": [
1047
                "./"
1048
            ],
1049
            "license": [
1050
                "BSD-2-Clause"
1051
            ],
1052
            "authors": [
1053
                {
1054
                    "name": "Greg Beaver",
1055
                    "email": "[email protected]",
1056
                    "role": "Helper"
1057
                },
1058
                {
1059
                    "name": "Andrei Zmievski",
1060
                    "email": "[email protected]",
1061
                    "role": "Lead"
1062
                },
1063
                {
1064
                    "name": "Stig Bakken",
1065
                    "email": "[email protected]",
1066
                    "role": "Developer"
1067
                }
1068
            ],
1069
            "description": "More info available on: http://pear.php.net/package/Console_Getopt",
1070
            "time": "2015-07-20T20:28:12+00:00"
1071
        },
1072
        {
1073
            "name": "pear/pear-core-minimal",
1074
            "version": "v1.10.1",
1075
            "source": {
1076
                "type": "git",
1077
                "url": "https://github.com/pear/pear-core-minimal.git",
1078
                "reference": "cae0f1ce0cb5bddb611b0a652d322905a65a5896"
1079
            },
1080
            "dist": {
1081
                "type": "zip",
1082
                "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/cae0f1ce0cb5bddb611b0a652d322905a65a5896",
1083
                "reference": "cae0f1ce0cb5bddb611b0a652d322905a65a5896",
1084
                "shasum": ""
1085
            },
1086
            "require": {
1087
                "pear/console_getopt": "~1.3",
1088
                "pear/pear_exception": "~1.0"
1089
            },
1090
            "replace": {
1091
                "rsky/pear-core-min": "self.version"
1092
            },
1093
            "type": "library",
1094
            "autoload": {
1095
                "psr-0": {
1096
                    "": "src/"
1097
                }
1098
            },
1099
            "notification-url": "https://packagist.org/downloads/",
1100
            "include-path": [
1101
                "src/"
1102
            ],
1103
            "license": [
1104
                "BSD-3-Clause"
1105
            ],
1106
            "authors": [
1107
                {
1108
                    "name": "Christian Weiske",
1109
                    "email": "[email protected]",
1110
                    "role": "Lead"
1111
                }
1112
            ],
1113
            "description": "Minimal set of PEAR core files to be used as composer dependency",
1114
            "time": "2015-10-17T11:41:19+00:00"
1115
        },
1116
        {
1117
            "name": "pear/pear_exception",
1118
            "version": "v1.0.0",
1119
            "source": {
1120
                "type": "git",
1121
                "url": "https://github.com/pear/PEAR_Exception.git",
1122
                "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
1123
            },
1124
            "dist": {
1125
                "type": "zip",
1126
                "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
1127
                "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
1128
                "shasum": ""
1129
            },
1130
            "require": {
1131
                "php": ">=4.4.0"
1132
            },
1133
            "require-dev": {
1134
                "phpunit/phpunit": "*"
1135
            },
1136
            "type": "class",
1137
            "extra": {
1138
                "branch-alias": {
1139
                    "dev-master": "1.0.x-dev"
1140
                }
1141
            },
1142
            "autoload": {
1143
                "psr-0": {
1144
                    "PEAR": ""
1145
                }
1146
            },
1147
            "notification-url": "https://packagist.org/downloads/",
1148
            "include-path": [
1149
                "."
1150
            ],
1151
            "license": [
1152
                "BSD-2-Clause"
1153
            ],
1154
            "authors": [
1155
                {
1156
                    "name": "Helgi Thormar",
1157
                    "email": "[email protected]"
1158
                },
1159
                {
1160
                    "name": "Greg Beaver",
1161
                    "email": "[email protected]"
1162
                }
1163
            ],
1164
            "description": "The PEAR Exception base class.",
1165
            "homepage": "https://github.com/pear/PEAR_Exception",
1166
            "keywords": [
1167
                "exception"
1168
            ],
1169
            "time": "2015-02-10T20:07:52+00:00"
1170
        },
1171
        {
1172
            "name": "pear/versioncontrol_svn",
1173
            "version": "0.5.2",
1174
            "source": {
1175
                "type": "git",
1176
                "url": "https://github.com/pear/VersionControl_SVN.git",
1177
                "reference": "10d899fcd2df32852c4e557d71def472071686f5"
1178
            },
1179
            "dist": {
1180
                "type": "zip",
1181
                "url": "https://api.github.com/repos/pear/VersionControl_SVN/zipball/10d899fcd2df32852c4e557d71def472071686f5",
1182
                "reference": "10d899fcd2df32852c4e557d71def472071686f5",
1183
                "shasum": ""
1184
            },
1185
            "require": {
1186
                "pear/pear_exception": "*@dev",
1187
                "php": ">=5.3.0"
1188
            },
1189
            "require-dev": {
1190
                "phpunit/phpunit": "*"
1191
            },
1192
            "type": "library",
1193
            "autoload": {
1194
                "psr-0": {
1195
                    "VersionControl_SVN": "./"
1196
                }
1197
            },
1198
            "notification-url": "https://packagist.org/downloads/",
1199
            "include-path": [
1200
                "./"
1201
            ],
1202
            "license": [
1203
                "BSD License"
1204
            ],
1205
            "authors": [
1206
                {
1207
                    "name": "Michiel Rook",
1208
                    "email": "[email protected]",
1209
                    "role": "Lead"
1210
                },
1211
                {
1212
                    "name": "Clay Loveless",
1213
                    "email": "[email protected]",
1214
                    "role": "Lead"
1215
                }
1216
            ],
1217
            "description": "More info available on: http://pear.php.net/package/VersionControl_SVN",
1218
            "time": "2014-09-29T07:55:44+00:00"
1219
        },
1220
        {
1221
            "name": "php-amqplib/php-amqplib",
1222
            "version": "v2.6.3",
1223
            "source": {
1224
                "type": "git",
1225
                "url": "https://github.com/php-amqplib/php-amqplib.git",
1226
                "reference": "fa2f0d4410a11008cb36b379177291be7ee9e4f6"
1227
            },
1228
            "dist": {
1229
                "type": "zip",
1230
                "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/fa2f0d4410a11008cb36b379177291be7ee9e4f6",
1231
                "reference": "fa2f0d4410a11008cb36b379177291be7ee9e4f6",
1232
                "shasum": ""
1233
            },
1234
            "require": {
1235
                "ext-bcmath": "*",
1236
                "ext-mbstring": "*",
1237
                "php": ">=5.3.0"
1238
            },
1239
            "replace": {
1240
                "videlalvaro/php-amqplib": "self.version"
1241
            },
1242
            "require-dev": {
1243
                "phpunit/phpunit": "^4.8",
1244
                "scrutinizer/ocular": "^1.1",
1245
                "squizlabs/php_codesniffer": "^2.5"
1246
            },
1247
            "suggest": {
1248
                "ext-sockets": "Use AMQPSocketConnection"
1249
            },
1250
            "type": "library",
1251
            "extra": {
1252
                "branch-alias": {
1253
                    "dev-master": "2.7-dev"
1254
                }
1255
            },
1256
            "autoload": {
1257
                "psr-4": {
1258
                    "PhpAmqpLib\\": "PhpAmqpLib/"
1259
                }
1260
            },
1261
            "notification-url": "https://packagist.org/downloads/",
1262
            "license": [
1263
                "LGPL-2.1"
1264
            ],
1265
            "authors": [
1266
                {
1267
                    "name": "Alvaro Videla",
1268
                    "role": "Original Maintainer"
1269
                },
1270
                {
1271
                    "name": "John Kelly",
1272
                    "email": "[email protected]",
1273
                    "role": "Maintainer"
1274
                },
1275
                {
1276
                    "name": "Raúl Araya",
1277
                    "email": "[email protected]",
1278
                    "role": "Maintainer"
1279
                }
1280
            ],
1281
            "description": "Formerly videlalvaro/php-amqplib.  This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
1282
            "homepage": "https://github.com/php-amqplib/php-amqplib/",
1283
            "keywords": [
1284
                "message",
1285
                "queue",
1286
                "rabbitmq"
1287
            ],
1288
            "time": "2016-04-11T14:30:01+00:00"
1289
        },
1290
        {
1291
            "name": "phpdocumentor/reflection-docblock",
1292
            "version": "2.0.4",
1293
            "source": {
1294
                "type": "git",
1295
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1296
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
1297
            },
1298
            "dist": {
1299
                "type": "zip",
1300
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
1301
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
1302
                "shasum": ""
1303
            },
1304
            "require": {
1305
                "php": ">=5.3.3"
1306
            },
1307
            "require-dev": {
1308
                "phpunit/phpunit": "~4.0"
1309
            },
1310
            "suggest": {
1311
                "dflydev/markdown": "~1.0",
1312
                "erusev/parsedown": "~1.0"
1313
            },
1314
            "type": "library",
1315
            "extra": {
1316
                "branch-alias": {
1317
                    "dev-master": "2.0.x-dev"
1318
                }
1319
            },
1320
            "autoload": {
1321
                "psr-0": {
1322
                    "phpDocumentor": [
1323
                        "src/"
1324
                    ]
1325
                }
1326
            },
1327
            "notification-url": "https://packagist.org/downloads/",
1328
            "license": [
1329
                "MIT"
1330
            ],
1331
            "authors": [
1332
                {
1333
                    "name": "Mike van Riel",
1334
                    "email": "[email protected]"
1335
                }
1336
            ],
1337
            "time": "2015-02-03T12:10:50+00:00"
1338
        },
1339
        {
1340
            "name": "phpseclib/mcrypt_compat",
1341
            "version": "1.0.8",
1342
            "source": {
1343
                "type": "git",
1344
                "url": "https://github.com/phpseclib/mcrypt_compat.git",
1345
                "reference": "f74c7b1897b62f08f268184b8bb98d9d9ab723b0"
1346
            },
1347
            "dist": {
1348
                "type": "zip",
1349
                "url": "https://api.github.com/repos/phpseclib/mcrypt_compat/zipball/f74c7b1897b62f08f268184b8bb98d9d9ab723b0",
1350
                "reference": "f74c7b1897b62f08f268184b8bb98d9d9ab723b0",
1351
                "shasum": ""
1352
            },
1353
            "require": {
1354
                "php": ">=5.3.3",
1355
                "phpseclib/phpseclib": ">=2.0.11 <3.0.0"
1356
            },
1357
            "require-dev": {
1358
                "phpunit/phpunit": "^4.8.35|^5.7|^6.0"
1359
            },
1360
            "suggest": {
1361
                "ext-openssl": "Will enable faster cryptographic operations"
1362
            },
1363
            "type": "library",
1364
            "autoload": {
1365
                "files": [
1366
                    "lib/mcrypt.php"
1367
                ]
1368
            },
1369
            "notification-url": "https://packagist.org/downloads/",
1370
            "license": [
1371
                "MIT"
1372
            ],
1373
            "authors": [
1374
                {
1375
                    "name": "Jim Wigginton",
1376
                    "email": "[email protected]",
1377
                    "homepage": "http://phpseclib.sourceforge.net"
1378
                }
1379
            ],
1380
            "description": "PHP 7.1 polyfill for the mcrypt extension from PHP <= 7.0",
1381
            "keywords": [
1382
                "cryptograpy",
1383
                "encryption",
1384
                "mcrypt"
1385
            ],
1386
            "time": "2018-08-22T03:11:43+00:00"
1387
        },
1388
        {
1389
            "name": "phpseclib/phpseclib",
1390
            "version": "2.0.11",
1391
            "source": {
1392
                "type": "git",
1393
                "url": "https://github.com/phpseclib/phpseclib.git",
1394
                "reference": "7053f06f91b3de78e143d430e55a8f7889efc08b"
1395
            },
1396
            "dist": {
1397
                "type": "zip",
1398
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/7053f06f91b3de78e143d430e55a8f7889efc08b",
1399
                "reference": "7053f06f91b3de78e143d430e55a8f7889efc08b",
1400
                "shasum": ""
1401
            },
1402
            "require": {
1403
                "php": ">=5.3.3"
1404
            },
1405
            "require-dev": {
1406
                "phing/phing": "~2.7",
1407
                "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
1408
                "sami/sami": "~2.0",
1409
                "squizlabs/php_codesniffer": "~2.0"
1410
            },
1411
            "suggest": {
1412
                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
1413
                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
1414
                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
1415
                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
1416
            },
1417
            "type": "library",
1418
            "autoload": {
1419
                "files": [
1420
                    "phpseclib/bootstrap.php"
1421
                ],
1422
                "psr-4": {
1423
                    "phpseclib\\": "phpseclib/"
1424
                }
1425
            },
1426
            "notification-url": "https://packagist.org/downloads/",
1427
            "license": [
1428
                "MIT"
1429
            ],
1430
            "authors": [
1431
                {
1432
                    "name": "Jim Wigginton",
1433
                    "email": "[email protected]",
1434
                    "role": "Lead Developer"
1435
                },
1436
                {
1437
                    "name": "Patrick Monnerat",
1438
                    "email": "[email protected]",
1439
                    "role": "Developer"
1440
                },
1441
                {
1442
                    "name": "Andreas Fischer",
1443
                    "email": "[email protected]",
1444
                    "role": "Developer"
1445
                },
1446
                {
1447
                    "name": "Hans-Jürgen Petrich",
1448
                    "email": "[email protected]",
1449
                    "role": "Developer"
1450
                },
1451
                {
1452
                    "name": "Graham Campbell",
1453
                    "email": "[email protected]",
1454
                    "role": "Developer"
1455
                }
1456
            ],
1457
            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
1458
            "homepage": "http://phpseclib.sourceforge.net",
1459
            "keywords": [
1460
                "BigInteger",
1461
                "aes",
1462
                "asn.1",
1463
                "asn1",
1464
                "blowfish",
1465
                "crypto",
1466
                "cryptography",
1467
                "encryption",
1468
                "rsa",
1469
                "security",
1470
                "sftp",
1471
                "signature",
1472
                "signing",
1473
                "ssh",
1474
                "twofish",
1475
                "x.509",
1476
                "x509"
1477
            ],
1478
            "time": "2018-04-15T16:55:05+00:00"
1479
        },
1480
        {
1481
            "name": "phpspec/prophecy",
1482
            "version": "v1.6.0",
1483
            "source": {
1484
                "type": "git",
1485
                "url": "https://github.com/phpspec/prophecy.git",
1486
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
1487
            },
1488
            "dist": {
1489
                "type": "zip",
1490
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
1491
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
1492
                "shasum": ""
1493
            },
1494
            "require": {
1495
                "doctrine/instantiator": "^1.0.2",
1496
                "php": "^5.3|^7.0",
1497
                "phpdocumentor/reflection-docblock": "~2.0",
1498
                "sebastian/comparator": "~1.1",
1499
                "sebastian/recursion-context": "~1.0"
1500
            },
1501
            "require-dev": {
1502
                "phpspec/phpspec": "~2.0"
1503
            },
1504
            "type": "library",
1505
            "extra": {
1506
                "branch-alias": {
1507
                    "dev-master": "1.5.x-dev"
1508
                }
1509
            },
1510
            "autoload": {
1511
                "psr-0": {
1512
                    "Prophecy\\": "src/"
1513
                }
1514
            },
1515
            "notification-url": "https://packagist.org/downloads/",
1516
            "license": [
1517
                "MIT"
1518
            ],
1519
            "authors": [
1520
                {
1521
                    "name": "Konstantin Kudryashov",
1522
                    "email": "[email protected]",
1523
                    "homepage": "http://everzet.com"
1524
                },
1525
                {
1526
                    "name": "Marcello Duarte",
1527
                    "email": "[email protected]"
1528
                }
1529
            ],
1530
            "description": "Highly opinionated mocking framework for PHP 5.3+",
1531
            "homepage": "https://github.com/phpspec/prophecy",
1532
            "keywords": [
1533
                "Double",
1534
                "Dummy",
1535
                "fake",
1536
                "mock",
1537
                "spy",
1538
                "stub"
1539
            ],
1540
            "time": "2016-02-15T07:46:21+00:00"
1541
        },
1542
        {
1543
            "name": "phpunit/php-code-coverage",
1544
            "version": "3.3.3",
1545
            "source": {
1546
                "type": "git",
1547
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1548
                "reference": "44cd8e3930e431658d1a5de7d282d5cb37837fd5"
1549
            },
1550
            "dist": {
1551
                "type": "zip",
1552
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/44cd8e3930e431658d1a5de7d282d5cb37837fd5",
1553
                "reference": "44cd8e3930e431658d1a5de7d282d5cb37837fd5",
1554
                "shasum": ""
1555
            },
1556
            "require": {
1557
                "php": "^5.6 || ^7.0",
1558
                "phpunit/php-file-iterator": "~1.3",
1559
                "phpunit/php-text-template": "~1.2",
1560
                "phpunit/php-token-stream": "^1.4.2",
1561
                "sebastian/code-unit-reverse-lookup": "~1.0",
1562
                "sebastian/environment": "^1.3.2",
1563
                "sebastian/version": "~1.0|~2.0"
1564
            },
1565
            "require-dev": {
1566
                "ext-xdebug": ">=2.1.4",
1567
                "phpunit/phpunit": "~5"
1568
            },
1569
            "suggest": {
1570
                "ext-dom": "*",
1571
                "ext-xdebug": ">=2.4.0",
1572
                "ext-xmlwriter": "*"
1573
            },
1574
            "type": "library",
1575
            "extra": {
1576
                "branch-alias": {
1577
                    "dev-master": "3.3.x-dev"
1578
                }
1579
            },
1580
            "autoload": {
1581
                "classmap": [
1582
                    "src/"
1583
                ]
1584
            },
1585
            "notification-url": "https://packagist.org/downloads/",
1586
            "license": [
1587
                "BSD-3-Clause"
1588
            ],
1589
            "authors": [
1590
                {
1591
                    "name": "Sebastian Bergmann",
1592
                    "email": "[email protected]",
1593
                    "role": "lead"
1594
                }
1595
            ],
1596
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1597
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1598
            "keywords": [
1599
                "coverage",
1600
                "testing",
1601
                "xunit"
1602
            ],
1603
            "time": "2016-05-27T16:24:29+00:00"
1604
        },
1605
        {
1606
            "name": "phpunit/php-file-iterator",
1607
            "version": "1.4.1",
1608
            "source": {
1609
                "type": "git",
1610
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1611
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
1612
            },
1613
            "dist": {
1614
                "type": "zip",
1615
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1616
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1617
                "shasum": ""
1618
            },
1619
            "require": {
1620
                "php": ">=5.3.3"
1621
            },
1622
            "type": "library",
1623
            "extra": {
1624
                "branch-alias": {
1625
                    "dev-master": "1.4.x-dev"
1626
                }
1627
            },
1628
            "autoload": {
1629
                "classmap": [
1630
                    "src/"
1631
                ]
1632
            },
1633
            "notification-url": "https://packagist.org/downloads/",
1634
            "license": [
1635
                "BSD-3-Clause"
1636
            ],
1637
            "authors": [
1638
                {
1639
                    "name": "Sebastian Bergmann",
1640
                    "email": "[email protected]",
1641
                    "role": "lead"
1642
                }
1643
            ],
1644
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1645
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1646
            "keywords": [
1647
                "filesystem",
1648
                "iterator"
1649
            ],
1650
            "time": "2015-06-21T13:08:43+00:00"
1651
        },
1652
        {
1653
            "name": "phpunit/php-text-template",
1654
            "version": "1.2.1",
1655
            "source": {
1656
                "type": "git",
1657
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1658
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1659
            },
1660
            "dist": {
1661
                "type": "zip",
1662
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1663
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1664
                "shasum": ""
1665
            },
1666
            "require": {
1667
                "php": ">=5.3.3"
1668
            },
1669
            "type": "library",
1670
            "autoload": {
1671
                "classmap": [
1672
                    "src/"
1673
                ]
1674
            },
1675
            "notification-url": "https://packagist.org/downloads/",
1676
            "license": [
1677
                "BSD-3-Clause"
1678
            ],
1679
            "authors": [
1680
                {
1681
                    "name": "Sebastian Bergmann",
1682
                    "email": "[email protected]",
1683
                    "role": "lead"
1684
                }
1685
            ],
1686
            "description": "Simple template engine.",
1687
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1688
            "keywords": [
1689
                "template"
1690
            ],
1691
            "time": "2015-06-21T13:50:34+00:00"
1692
        },
1693
        {
1694
            "name": "phpunit/php-timer",
1695
            "version": "1.0.8",
1696
            "source": {
1697
                "type": "git",
1698
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1699
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
1700
            },
1701
            "dist": {
1702
                "type": "zip",
1703
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
1704
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
1705
                "shasum": ""
1706
            },
1707
            "require": {
1708
                "php": ">=5.3.3"
1709
            },
1710
            "require-dev": {
1711
                "phpunit/phpunit": "~4|~5"
1712
            },
1713
            "type": "library",
1714
            "autoload": {
1715
                "classmap": [
1716
                    "src/"
1717
                ]
1718
            },
1719
            "notification-url": "https://packagist.org/downloads/",
1720
            "license": [
1721
                "BSD-3-Clause"
1722
            ],
1723
            "authors": [
1724
                {
1725
                    "name": "Sebastian Bergmann",
1726
                    "email": "[email protected]",
1727
                    "role": "lead"
1728
                }
1729
            ],
1730
            "description": "Utility class for timing",
1731
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1732
            "keywords": [
1733
                "timer"
1734
            ],
1735
            "time": "2016-05-12T18:03:57+00:00"
1736
        },
1737
        {
1738
            "name": "phpunit/php-token-stream",
1739
            "version": "1.4.8",
1740
            "source": {
1741
                "type": "git",
1742
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1743
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
1744
            },
1745
            "dist": {
1746
                "type": "zip",
1747
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1748
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1749
                "shasum": ""
1750
            },
1751
            "require": {
1752
                "ext-tokenizer": "*",
1753
                "php": ">=5.3.3"
1754
            },
1755
            "require-dev": {
1756
                "phpunit/phpunit": "~4.2"
1757
            },
1758
            "type": "library",
1759
            "extra": {
1760
                "branch-alias": {
1761
                    "dev-master": "1.4-dev"
1762
                }
1763
            },
1764
            "autoload": {
1765
                "classmap": [
1766
                    "src/"
1767
                ]
1768
            },
1769
            "notification-url": "https://packagist.org/downloads/",
1770
            "license": [
1771
                "BSD-3-Clause"
1772
            ],
1773
            "authors": [
1774
                {
1775
                    "name": "Sebastian Bergmann",
1776
                    "email": "[email protected]"
1777
                }
1778
            ],
1779
            "description": "Wrapper around PHP's tokenizer extension.",
1780
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1781
            "keywords": [
1782
                "tokenizer"
1783
            ],
1784
            "time": "2015-09-15T10:49:45+00:00"
1785
        },
1786
        {
1787
            "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...
1788
            "version": "5.3.4",
1789
            "source": {
1790
                "type": "git",
1791
                "url": "https://github.com/sebastianbergmann/phpunit.git",
1792
                "reference": "00dd95ffb48805503817ced06399017df315fe5c"
1793
            },
1794
            "dist": {
1795
                "type": "zip",
1796
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/00dd95ffb48805503817ced06399017df315fe5c",
1797
                "reference": "00dd95ffb48805503817ced06399017df315fe5c",
1798
                "shasum": ""
1799
            },
1800
            "require": {
1801
                "ext-dom": "*",
1802
                "ext-json": "*",
1803
                "ext-pcre": "*",
1804
                "ext-reflection": "*",
1805
                "ext-spl": "*",
1806
                "myclabs/deep-copy": "~1.3",
1807
                "php": "^5.6 || ^7.0",
1808
                "phpspec/prophecy": "^1.3.1",
1809
                "phpunit/php-code-coverage": "^3.3.0",
1810
                "phpunit/php-file-iterator": "~1.4",
1811
                "phpunit/php-text-template": "~1.2",
1812
                "phpunit/php-timer": "^1.0.6",
1813
                "phpunit/phpunit-mock-objects": "^3.1",
1814
                "sebastian/comparator": "~1.1",
1815
                "sebastian/diff": "~1.2",
1816
                "sebastian/environment": "~1.3",
1817
                "sebastian/exporter": "~1.2",
1818
                "sebastian/global-state": "~1.0",
1819
                "sebastian/object-enumerator": "~1.0",
1820
                "sebastian/resource-operations": "~1.0",
1821
                "sebastian/version": "~1.0|~2.0",
1822
                "symfony/yaml": "~2.1|~3.0"
1823
            },
1824
            "suggest": {
1825
                "phpunit/php-invoker": "~1.1"
1826
            },
1827
            "bin": [
1828
                "phpunit"
1829
            ],
1830
            "type": "library",
1831
            "extra": {
1832
                "branch-alias": {
1833
                    "dev-master": "5.3.x-dev"
1834
                }
1835
            },
1836
            "autoload": {
1837
                "classmap": [
1838
                    "src/"
1839
                ]
1840
            },
1841
            "notification-url": "https://packagist.org/downloads/",
1842
            "license": [
1843
                "BSD-3-Clause"
1844
            ],
1845
            "authors": [
1846
                {
1847
                    "name": "Sebastian Bergmann",
1848
                    "email": "[email protected]",
1849
                    "role": "lead"
1850
                }
1851
            ],
1852
            "description": "The PHP Unit Testing framework.",
1853
            "homepage": "https://phpunit.de/",
1854
            "keywords": [
1855
                "phpunit",
1856
                "testing",
1857
                "xunit"
1858
            ],
1859
            "time": "2016-05-11T13:28:45+00:00"
1860
        },
1861
        {
1862
            "name": "phpunit/phpunit-mock-objects",
1863
            "version": "3.1.3",
1864
            "source": {
1865
                "type": "git",
1866
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1867
                "reference": "151c96874bff6fe61a25039df60e776613a61489"
1868
            },
1869
            "dist": {
1870
                "type": "zip",
1871
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/151c96874bff6fe61a25039df60e776613a61489",
1872
                "reference": "151c96874bff6fe61a25039df60e776613a61489",
1873
                "shasum": ""
1874
            },
1875
            "require": {
1876
                "doctrine/instantiator": "^1.0.2",
1877
                "php": ">=5.6",
1878
                "phpunit/php-text-template": "~1.2",
1879
                "sebastian/exporter": "~1.2"
1880
            },
1881
            "require-dev": {
1882
                "phpunit/phpunit": "~5"
1883
            },
1884
            "suggest": {
1885
                "ext-soap": "*"
1886
            },
1887
            "type": "library",
1888
            "extra": {
1889
                "branch-alias": {
1890
                    "dev-master": "3.1.x-dev"
1891
                }
1892
            },
1893
            "autoload": {
1894
                "classmap": [
1895
                    "src/"
1896
                ]
1897
            },
1898
            "notification-url": "https://packagist.org/downloads/",
1899
            "license": [
1900
                "BSD-3-Clause"
1901
            ],
1902
            "authors": [
1903
                {
1904
                    "name": "Sebastian Bergmann",
1905
                    "email": "[email protected]",
1906
                    "role": "lead"
1907
                }
1908
            ],
1909
            "description": "Mock Object library for PHPUnit",
1910
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1911
            "keywords": [
1912
                "mock",
1913
                "xunit"
1914
            ],
1915
            "time": "2016-04-20T14:39:26+00:00"
1916
        },
1917
        {
1918
            "name": "sebastian/code-unit-reverse-lookup",
1919
            "version": "1.0.0",
1920
            "source": {
1921
                "type": "git",
1922
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1923
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
1924
            },
1925
            "dist": {
1926
                "type": "zip",
1927
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
1928
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
1929
                "shasum": ""
1930
            },
1931
            "require": {
1932
                "php": ">=5.6"
1933
            },
1934
            "require-dev": {
1935
                "phpunit/phpunit": "~5"
1936
            },
1937
            "type": "library",
1938
            "extra": {
1939
                "branch-alias": {
1940
                    "dev-master": "1.0.x-dev"
1941
                }
1942
            },
1943
            "autoload": {
1944
                "classmap": [
1945
                    "src/"
1946
                ]
1947
            },
1948
            "notification-url": "https://packagist.org/downloads/",
1949
            "license": [
1950
                "BSD-3-Clause"
1951
            ],
1952
            "authors": [
1953
                {
1954
                    "name": "Sebastian Bergmann",
1955
                    "email": "[email protected]"
1956
                }
1957
            ],
1958
            "description": "Looks up which function or method a line of code belongs to",
1959
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1960
            "time": "2016-02-13T06:45:14+00:00"
1961
        },
1962
        {
1963
            "name": "sebastian/comparator",
1964
            "version": "1.2.0",
1965
            "source": {
1966
                "type": "git",
1967
                "url": "https://github.com/sebastianbergmann/comparator.git",
1968
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
1969
            },
1970
            "dist": {
1971
                "type": "zip",
1972
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
1973
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
1974
                "shasum": ""
1975
            },
1976
            "require": {
1977
                "php": ">=5.3.3",
1978
                "sebastian/diff": "~1.2",
1979
                "sebastian/exporter": "~1.2"
1980
            },
1981
            "require-dev": {
1982
                "phpunit/phpunit": "~4.4"
1983
            },
1984
            "type": "library",
1985
            "extra": {
1986
                "branch-alias": {
1987
                    "dev-master": "1.2.x-dev"
1988
                }
1989
            },
1990
            "autoload": {
1991
                "classmap": [
1992
                    "src/"
1993
                ]
1994
            },
1995
            "notification-url": "https://packagist.org/downloads/",
1996
            "license": [
1997
                "BSD-3-Clause"
1998
            ],
1999
            "authors": [
2000
                {
2001
                    "name": "Jeff Welch",
2002
                    "email": "[email protected]"
2003
                },
2004
                {
2005
                    "name": "Volker Dusch",
2006
                    "email": "[email protected]"
2007
                },
2008
                {
2009
                    "name": "Bernhard Schussek",
2010
                    "email": "[email protected]"
2011
                },
2012
                {
2013
                    "name": "Sebastian Bergmann",
2014
                    "email": "[email protected]"
2015
                }
2016
            ],
2017
            "description": "Provides the functionality to compare PHP values for equality",
2018
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
2019
            "keywords": [
2020
                "comparator",
2021
                "compare",
2022
                "equality"
2023
            ],
2024
            "time": "2015-07-26T15:48:44+00:00"
2025
        },
2026
        {
2027
            "name": "sebastian/diff",
2028
            "version": "1.4.1",
2029
            "source": {
2030
                "type": "git",
2031
                "url": "https://github.com/sebastianbergmann/diff.git",
2032
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
2033
            },
2034
            "dist": {
2035
                "type": "zip",
2036
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
2037
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
2038
                "shasum": ""
2039
            },
2040
            "require": {
2041
                "php": ">=5.3.3"
2042
            },
2043
            "require-dev": {
2044
                "phpunit/phpunit": "~4.8"
2045
            },
2046
            "type": "library",
2047
            "extra": {
2048
                "branch-alias": {
2049
                    "dev-master": "1.4-dev"
2050
                }
2051
            },
2052
            "autoload": {
2053
                "classmap": [
2054
                    "src/"
2055
                ]
2056
            },
2057
            "notification-url": "https://packagist.org/downloads/",
2058
            "license": [
2059
                "BSD-3-Clause"
2060
            ],
2061
            "authors": [
2062
                {
2063
                    "name": "Kore Nordmann",
2064
                    "email": "[email protected]"
2065
                },
2066
                {
2067
                    "name": "Sebastian Bergmann",
2068
                    "email": "[email protected]"
2069
                }
2070
            ],
2071
            "description": "Diff implementation",
2072
            "homepage": "https://github.com/sebastianbergmann/diff",
2073
            "keywords": [
2074
                "diff"
2075
            ],
2076
            "time": "2015-12-08T07:14:41+00:00"
2077
        },
2078
        {
2079
            "name": "sebastian/environment",
2080
            "version": "1.3.7",
2081
            "source": {
2082
                "type": "git",
2083
                "url": "https://github.com/sebastianbergmann/environment.git",
2084
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
2085
            },
2086
            "dist": {
2087
                "type": "zip",
2088
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
2089
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
2090
                "shasum": ""
2091
            },
2092
            "require": {
2093
                "php": ">=5.3.3"
2094
            },
2095
            "require-dev": {
2096
                "phpunit/phpunit": "~4.4"
2097
            },
2098
            "type": "library",
2099
            "extra": {
2100
                "branch-alias": {
2101
                    "dev-master": "1.3.x-dev"
2102
                }
2103
            },
2104
            "autoload": {
2105
                "classmap": [
2106
                    "src/"
2107
                ]
2108
            },
2109
            "notification-url": "https://packagist.org/downloads/",
2110
            "license": [
2111
                "BSD-3-Clause"
2112
            ],
2113
            "authors": [
2114
                {
2115
                    "name": "Sebastian Bergmann",
2116
                    "email": "[email protected]"
2117
                }
2118
            ],
2119
            "description": "Provides functionality to handle HHVM/PHP environments",
2120
            "homepage": "http://www.github.com/sebastianbergmann/environment",
2121
            "keywords": [
2122
                "Xdebug",
2123
                "environment",
2124
                "hhvm"
2125
            ],
2126
            "time": "2016-05-17T03:18:57+00:00"
2127
        },
2128
        {
2129
            "name": "sebastian/exporter",
2130
            "version": "1.2.1",
2131
            "source": {
2132
                "type": "git",
2133
                "url": "https://github.com/sebastianbergmann/exporter.git",
2134
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
2135
            },
2136
            "dist": {
2137
                "type": "zip",
2138
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
2139
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
2140
                "shasum": ""
2141
            },
2142
            "require": {
2143
                "php": ">=5.3.3",
2144
                "sebastian/recursion-context": "~1.0"
2145
            },
2146
            "require-dev": {
2147
                "phpunit/phpunit": "~4.4"
2148
            },
2149
            "type": "library",
2150
            "extra": {
2151
                "branch-alias": {
2152
                    "dev-master": "1.2.x-dev"
2153
                }
2154
            },
2155
            "autoload": {
2156
                "classmap": [
2157
                    "src/"
2158
                ]
2159
            },
2160
            "notification-url": "https://packagist.org/downloads/",
2161
            "license": [
2162
                "BSD-3-Clause"
2163
            ],
2164
            "authors": [
2165
                {
2166
                    "name": "Jeff Welch",
2167
                    "email": "[email protected]"
2168
                },
2169
                {
2170
                    "name": "Volker Dusch",
2171
                    "email": "[email protected]"
2172
                },
2173
                {
2174
                    "name": "Bernhard Schussek",
2175
                    "email": "[email protected]"
2176
                },
2177
                {
2178
                    "name": "Sebastian Bergmann",
2179
                    "email": "[email protected]"
2180
                },
2181
                {
2182
                    "name": "Adam Harvey",
2183
                    "email": "[email protected]"
2184
                }
2185
            ],
2186
            "description": "Provides the functionality to export PHP variables for visualization",
2187
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
2188
            "keywords": [
2189
                "export",
2190
                "exporter"
2191
            ],
2192
            "time": "2015-06-21T07:55:53+00:00"
2193
        },
2194
        {
2195
            "name": "sebastian/global-state",
2196
            "version": "1.1.1",
2197
            "source": {
2198
                "type": "git",
2199
                "url": "https://github.com/sebastianbergmann/global-state.git",
2200
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
2201
            },
2202
            "dist": {
2203
                "type": "zip",
2204
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
2205
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
2206
                "shasum": ""
2207
            },
2208
            "require": {
2209
                "php": ">=5.3.3"
2210
            },
2211
            "require-dev": {
2212
                "phpunit/phpunit": "~4.2"
2213
            },
2214
            "suggest": {
2215
                "ext-uopz": "*"
2216
            },
2217
            "type": "library",
2218
            "extra": {
2219
                "branch-alias": {
2220
                    "dev-master": "1.0-dev"
2221
                }
2222
            },
2223
            "autoload": {
2224
                "classmap": [
2225
                    "src/"
2226
                ]
2227
            },
2228
            "notification-url": "https://packagist.org/downloads/",
2229
            "license": [
2230
                "BSD-3-Clause"
2231
            ],
2232
            "authors": [
2233
                {
2234
                    "name": "Sebastian Bergmann",
2235
                    "email": "[email protected]"
2236
                }
2237
            ],
2238
            "description": "Snapshotting of global state",
2239
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
2240
            "keywords": [
2241
                "global state"
2242
            ],
2243
            "time": "2015-10-12T03:26:01+00:00"
2244
        },
2245
        {
2246
            "name": "sebastian/object-enumerator",
2247
            "version": "1.0.0",
2248
            "source": {
2249
                "type": "git",
2250
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2251
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26"
2252
            },
2253
            "dist": {
2254
                "type": "zip",
2255
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26",
2256
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26",
2257
                "shasum": ""
2258
            },
2259
            "require": {
2260
                "php": ">=5.6",
2261
                "sebastian/recursion-context": "~1.0"
2262
            },
2263
            "require-dev": {
2264
                "phpunit/phpunit": "~5"
2265
            },
2266
            "type": "library",
2267
            "extra": {
2268
                "branch-alias": {
2269
                    "dev-master": "1.0.x-dev"
2270
                }
2271
            },
2272
            "autoload": {
2273
                "classmap": [
2274
                    "src/"
2275
                ]
2276
            },
2277
            "notification-url": "https://packagist.org/downloads/",
2278
            "license": [
2279
                "BSD-3-Clause"
2280
            ],
2281
            "authors": [
2282
                {
2283
                    "name": "Sebastian Bergmann",
2284
                    "email": "[email protected]"
2285
                }
2286
            ],
2287
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2288
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2289
            "time": "2016-01-28T13:25:10+00:00"
2290
        },
2291
        {
2292
            "name": "sebastian/recursion-context",
2293
            "version": "1.0.2",
2294
            "source": {
2295
                "type": "git",
2296
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
2297
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
2298
            },
2299
            "dist": {
2300
                "type": "zip",
2301
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
2302
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
2303
                "shasum": ""
2304
            },
2305
            "require": {
2306
                "php": ">=5.3.3"
2307
            },
2308
            "require-dev": {
2309
                "phpunit/phpunit": "~4.4"
2310
            },
2311
            "type": "library",
2312
            "extra": {
2313
                "branch-alias": {
2314
                    "dev-master": "1.0.x-dev"
2315
                }
2316
            },
2317
            "autoload": {
2318
                "classmap": [
2319
                    "src/"
2320
                ]
2321
            },
2322
            "notification-url": "https://packagist.org/downloads/",
2323
            "license": [
2324
                "BSD-3-Clause"
2325
            ],
2326
            "authors": [
2327
                {
2328
                    "name": "Jeff Welch",
2329
                    "email": "[email protected]"
2330
                },
2331
                {
2332
                    "name": "Sebastian Bergmann",
2333
                    "email": "[email protected]"
2334
                },
2335
                {
2336
                    "name": "Adam Harvey",
2337
                    "email": "[email protected]"
2338
                }
2339
            ],
2340
            "description": "Provides functionality to recursively process PHP variables",
2341
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2342
            "time": "2015-11-11T19:50:13+00:00"
2343
        },
2344
        {
2345
            "name": "sebastian/resource-operations",
2346
            "version": "1.0.0",
2347
            "source": {
2348
                "type": "git",
2349
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
2350
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
2351
            },
2352
            "dist": {
2353
                "type": "zip",
2354
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2355
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2356
                "shasum": ""
2357
            },
2358
            "require": {
2359
                "php": ">=5.6.0"
2360
            },
2361
            "type": "library",
2362
            "extra": {
2363
                "branch-alias": {
2364
                    "dev-master": "1.0.x-dev"
2365
                }
2366
            },
2367
            "autoload": {
2368
                "classmap": [
2369
                    "src/"
2370
                ]
2371
            },
2372
            "notification-url": "https://packagist.org/downloads/",
2373
            "license": [
2374
                "BSD-3-Clause"
2375
            ],
2376
            "authors": [
2377
                {
2378
                    "name": "Sebastian Bergmann",
2379
                    "email": "[email protected]"
2380
                }
2381
            ],
2382
            "description": "Provides a list of PHP built-in functions that operate on resources",
2383
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2384
            "time": "2015-07-28T20:34:47+00:00"
2385
        },
2386
        {
2387
            "name": "sebastian/version",
2388
            "version": "2.0.0",
2389
            "source": {
2390
                "type": "git",
2391
                "url": "https://github.com/sebastianbergmann/version.git",
2392
                "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5"
2393
            },
2394
            "dist": {
2395
                "type": "zip",
2396
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
2397
                "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
2398
                "shasum": ""
2399
            },
2400
            "require": {
2401
                "php": ">=5.6"
2402
            },
2403
            "type": "library",
2404
            "extra": {
2405
                "branch-alias": {
2406
                    "dev-master": "2.0.x-dev"
2407
                }
2408
            },
2409
            "autoload": {
2410
                "classmap": [
2411
                    "src/"
2412
                ]
2413
            },
2414
            "notification-url": "https://packagist.org/downloads/",
2415
            "license": [
2416
                "BSD-3-Clause"
2417
            ],
2418
            "authors": [
2419
                {
2420
                    "name": "Sebastian Bergmann",
2421
                    "email": "[email protected]",
2422
                    "role": "lead"
2423
                }
2424
            ],
2425
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2426
            "homepage": "https://github.com/sebastianbergmann/version",
2427
            "time": "2016-02-04T12:56:52+00:00"
2428
        },
2429
        {
2430
            "name": "symfony/yaml",
2431
            "version": "v3.1.0",
2432
            "source": {
2433
                "type": "git",
2434
                "url": "https://github.com/symfony/yaml.git",
2435
                "reference": "eca51b7b65eb9be6af88ad7cc91685f1556f5c9a"
2436
            },
2437
            "dist": {
2438
                "type": "zip",
2439
                "url": "https://api.github.com/repos/symfony/yaml/zipball/eca51b7b65eb9be6af88ad7cc91685f1556f5c9a",
2440
                "reference": "eca51b7b65eb9be6af88ad7cc91685f1556f5c9a",
2441
                "shasum": ""
2442
            },
2443
            "require": {
2444
                "php": ">=5.5.9"
2445
            },
2446
            "type": "library",
2447
            "extra": {
2448
                "branch-alias": {
2449
                    "dev-master": "3.1-dev"
2450
                }
2451
            },
2452
            "autoload": {
2453
                "psr-4": {
2454
                    "Symfony\\Component\\Yaml\\": ""
2455
                },
2456
                "exclude-from-classmap": [
2457
                    "/Tests/"
2458
                ]
2459
            },
2460
            "notification-url": "https://packagist.org/downloads/",
2461
            "license": [
2462
                "MIT"
2463
            ],
2464
            "authors": [
2465
                {
2466
                    "name": "Fabien Potencier",
2467
                    "email": "[email protected]"
2468
                },
2469
                {
2470
                    "name": "Symfony Community",
2471
                    "homepage": "https://symfony.com/contributors"
2472
                }
2473
            ],
2474
            "description": "Symfony Yaml Component",
2475
            "homepage": "https://symfony.com",
2476
            "time": "2016-05-26T21:46:24+00:00"
2477
        }
2478
    ],
2479
    "packages-dev": [],
2480
    "aliases": [],
2481
    "minimum-stability": "stable",
2482
    "stability-flags": [],
2483
    "prefer-stable": false,
2484
    "prefer-lowest": false,
2485
    "platform": {
2486
        "php": ">=5.6"
2487
    },
2488
    "platform-dev": []
2489
}
2490