Issues (4714)

Security Analysis    not enabled

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

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

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "5b40d7bda763b7492bcc74be1aa6e78d",
8
    "content-hash": "3da1731624f7859f492eb094eb5ecafe",
9
    "packages": [
10
        {
11
            "name": "ezyang/htmlpurifier",
12
            "version": "v4.5.0",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/ezyang/htmlpurifier.git",
16
                "reference": "d516e2f8de435ea78cc6152abc425d3ff2c4d289"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d516e2f8de435ea78cc6152abc425d3ff2c4d289",
21
                "reference": "d516e2f8de435ea78cc6152abc425d3ff2c4d289",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "php": ">=5.2"
26
            },
27
            "type": "library",
28
            "autoload": {
29
                "psr-0": {
30
                    "HTMLPurifier": "library/"
31
                },
32
                "files": [
33
                    "library/HTMLPurifier.composer.php"
34
                ]
35
            },
36
            "notification-url": "https://packagist.org/downloads/",
37
            "license": [
38
                "LGPL"
39
            ],
40
            "authors": [
41
                {
42
                    "name": "Edward Z. Yang",
43
                    "email": "[email protected]",
44
                    "homepage": "http://ezyang.com"
45
                }
46
            ],
47
            "description": "Standards compliant HTML filter written in PHP",
48
            "homepage": "http://htmlpurifier.org/",
49
            "keywords": [
50
                "html"
51
            ],
52
            "time": "2013-02-18 00:04:08"
53
        },
54
        {
55
            "name": "intraface/category",
56
            "version": "dev-master",
57
            "source": {
58
                "type": "git",
59
                "url": "https://github.com/intraface/Ilib_Category.git",
60
                "reference": "bac3cf074eb03992a5889ede30956a454868ba5c"
61
            },
62
            "require": {
63
                "php": ">=5.3.2"
64
            },
65
            "require-dev": {
66
                "phpunit/phpunit": "4.4.*",
67
                "squizlabs/php_codesniffer": "2.*"
68
            },
69
            "type": "library",
70
            "autoload": {
71
                "classmap": [
72
                    "src/"
73
                ]
74
            },
75
            "autoload-dev": {
76
                "classmap": [
77
                    "tests/"
78
                ]
79
            },
80
            "license": [
81
                "MIT"
82
            ],
83
            "authors": [
84
                {
85
                    "name": "Lars Olesen",
86
                    "email": "[email protected]"
87
                },
88
                {
89
                    "name": "Sune T. Jensen",
90
                    "email": "[email protected]"
91
                }
92
            ],
93
            "homepage": "https://github.com/intraface/Ilib_Category",
94
            "time": "2016-04-04 13:46:19"
95
        },
96
        {
97
            "name": "intraface/classloader",
98
            "version": "dev-master",
99
            "source": {
100
                "type": "git",
101
                "url": "https://github.com/intraface/Ilib_ClassLoader.git",
102
                "reference": "20188477b125209a2cb4302932b8e3b092e6fef8"
103
            },
104
            "require": {
105
                "php": ">=5.3.2"
106
            },
107
            "require-dev": {
108
                "phpunit/phpunit": "4.4.*",
109
                "squizlabs/php_codesniffer": "2.*"
110
            },
111
            "type": "library",
112
            "autoload": {
113
                "classmap": [
114
                    "src/"
115
                ]
116
            },
117
            "autoload-dev": {
118
                "classmap": [
119
                    "tests/"
120
                ]
121
            },
122
            "license": [
123
                "MIT"
124
            ],
125
            "authors": [
126
                {
127
                    "name": "Lars Olesen",
128
                    "email": "[email protected]"
129
                },
130
                {
131
                    "name": "Sune T. Jensen",
132
                    "email": "[email protected]"
133
                }
134
            ],
135
            "homepage": "https://github.com/intraface/Ilib_ClassLoader",
136
            "time": "2016-04-04 13:49:16"
137
        },
138
        {
139
            "name": "intraface/countries",
140
            "version": "dev-master",
141
            "source": {
142
                "type": "git",
143
                "url": "https://github.com/intraface/Ilib_Countries.git",
144
                "reference": "fc4d99c8f8da7925f0333a951851b4bf08d3939a"
145
            },
146
            "require": {
147
                "php": ">=5.3.2"
148
            },
149
            "require-dev": {
150
                "phpunit/phpunit": "4.4.*",
151
                "squizlabs/php_codesniffer": "2.*"
152
            },
153
            "type": "library",
154
            "autoload": {
155
                "classmap": [
156
                    "src/"
157
                ]
158
            },
159
            "autoload-dev": {
160
                "classmap": [
161
                    "tests/"
162
                ]
163
            },
164
            "license": [
165
                "MIT"
166
            ],
167
            "authors": [
168
                {
169
                    "name": "Lars Olesen",
170
                    "email": "[email protected]"
171
                },
172
                {
173
                    "name": "Sune T. Jensen",
174
                    "email": "[email protected]"
175
                }
176
            ],
177
            "homepage": "https://github.com/intraface/Ilib_Countries",
178
            "time": "2016-04-19 11:44:58"
179
        },
180
        {
181
            "name": "intraface/date",
182
            "version": "dev-master",
183
            "source": {
184
                "type": "git",
185
                "url": "https://github.com/intraface/Ilib_Date.git",
186
                "reference": "d77eab8599730324862ada2be87b8ec2bbf5cc1b"
187
            },
188
            "require": {
189
                "php": ">=5.3.2"
190
            },
191
            "require-dev": {
192
                "phpunit/phpunit": "4.4.*",
193
                "squizlabs/php_codesniffer": "2.*"
194
            },
195
            "type": "library",
196
            "autoload": {
197
                "classmap": [
198
                    "src/"
199
                ]
200
            },
201
            "autoload-dev": {
202
                "classmap": [
203
                    "tests/"
204
                ]
205
            },
206
            "license": [
207
                "MIT"
208
            ],
209
            "authors": [
210
                {
211
                    "name": "Lars Olesen",
212
                    "email": "[email protected]"
213
                },
214
                {
215
                    "name": "Sune T. Jensen",
216
                    "email": "[email protected]"
217
                }
218
            ],
219
            "homepage": "https://github.com/intraface/Ilib_Date",
220
            "time": "2016-04-06 12:15:56"
221
        },
222
        {
223
            "name": "intraface/dbquery",
224
            "version": "dev-master",
225
            "source": {
226
                "type": "git",
227
                "url": "https://github.com/intraface/Ilib_DBQuery.git",
228
                "reference": "5901cf05e4b3c44c3ff833b2d22a9513e93deeb1"
229
            },
230
            "require": {
231
                "intraface/dbsql": "*",
232
                "intraface/error": "*",
233
                "pear-pear.php.net/mdb2": "2.4.*",
234
                "pear-pear.php.net/mdb2_driver_mysql": "1.4.*",
235
                "php": ">=5.3.2"
236
            },
237
            "require-dev": {
238
                "phpunit/phpunit": "4.4.*",
239
                "squizlabs/php_codesniffer": "2.*"
240
            },
241
            "type": "library",
242
            "autoload": {
243
                "classmap": [
244
                    "src/"
245
                ]
246
            },
247
            "autoload-dev": {
248
                "classmap": [
249
                    "tests/"
250
                ]
251
            },
252
            "license": [
253
                "MIT"
254
            ],
255
            "authors": [
256
                {
257
                    "name": "Lars Olesen",
258
                    "email": "[email protected]"
259
                },
260
                {
261
                    "name": "Sune T. Jensen",
262
                    "email": "[email protected]"
263
                }
264
            ],
265
            "homepage": "https://github.com/intraface/Ilib_DBQuery",
266
            "time": "2016-04-19 10:37:01"
267
        },
268
        {
269
            "name": "intraface/dbsql",
270
            "version": "dev-master",
271
            "source": {
272
                "type": "git",
273
                "url": "https://github.com/intraface/DB_Sql.git",
274
                "reference": "fc9bf6c52892f0a3f6d46abf66e3e33ce1f293aa"
275
            },
276
            "require": {
277
                "php": ">=5.3.2"
278
            },
279
            "require-dev": {
280
                "phpunit/phpunit": "4.4.*",
281
                "squizlabs/php_codesniffer": "2.*"
282
            },
283
            "type": "library",
284
            "autoload": {
285
                "classmap": [
286
                    "src/"
287
                ]
288
            },
289
            "autoload-dev": {
290
                "classmap": [
291
                    "tests/"
292
                ]
293
            },
294
            "license": [
295
                "MIT"
296
            ],
297
            "authors": [
298
                {
299
                    "name": "Lars Olesen",
300
                    "email": "[email protected]"
301
                },
302
                {
303
                    "name": "Sune T. Jensen",
304
                    "email": "[email protected]"
305
                }
306
            ],
307
            "homepage": "https://github.com/intraface/DB_Sql",
308
            "time": "2016-04-04 13:49:45"
309
        },
310
        {
311
            "name": "intraface/debtor-pdf",
312
            "version": "dev-master",
313
            "source": {
314
                "type": "git",
315
                "url": "https://github.com/intraface/Ilib_Debtor_PDF.git",
316
                "reference": "bf74d1b461b91fbfcdada258f6949265c9f2a10d"
317
            },
318
            "require": {
319
                "intraface/variable": "dev-master",
320
                "php": ">=5.3.2"
321
            },
322
            "require-dev": {
323
                "phpunit/phpunit": "4.4.*",
324
                "squizlabs/php_codesniffer": "2.*"
325
            },
326
            "type": "library",
327
            "autoload": {
328
                "classmap": [
329
                    "src/"
330
                ]
331
            },
332
            "autoload-dev": {
333
                "classmap": [
334
                    "test/"
335
                ],
336
                "files": [
337
                    "test/stubs/Debtor.php",
338
                    "test/stubs/DebtorLongProductText.php",
339
                    "test/stubs/DebtorManyProducts.php",
340
                    "test/stubs/DebtorLongMessage.php",
341
                    "test/stubs/DebtorNoAmount.php",
342
                    "test/stubs/Contact.php",
343
                    "test/stubs/ContactPerson.php",
344
                    "test/stubs/Translation.php",
345
                    "test/stubs/Address.php",
346
                    "test/stubs/VariableFloat.php"
347
                ]
348
            },
349
            "license": [
350
                "GPL-3.0"
351
            ],
352
            "authors": [
353
                {
354
                    "name": "Lars Olesen",
355
                    "email": "[email protected]"
356
                },
357
                {
358
                    "name": "Sune T. Jensen",
359
                    "email": "[email protected]"
360
                }
361
            ],
362
            "description": "Library for creating PDF's for debtors",
363
            "homepage": "https://github.com/intraface/Ilib_Debtor_PDF",
364
            "time": "2016-06-10 13:55:29"
365
        },
366
        {
367
            "name": "intraface/doctrine-template-positionable",
368
            "version": "dev-master",
369
            "source": {
370
                "type": "git",
371
                "url": "https://github.com/intraface/Doctrine_Template_positionable.git",
372
                "reference": "f32d283f11c4529657705786c0bb255ad4cda86e"
373
            },
374
            "require": {
375
                "pear-pear.doctrine-project.org/doctrine": "1.2.4",
376
                "php": ">=5.3.2"
377
            },
378
            "require-dev": {
379
                "phpunit/phpunit": "4.4.*",
380
                "squizlabs/php_codesniffer": "2.*"
381
            },
382
            "type": "library",
383
            "autoload": {
384
                "classmap": [
385
                    "src/"
386
                ]
387
            },
388
            "autoload-dev": {
389
                "classmap": [
390
                    "tests/"
391
                ]
392
            },
393
            "license": [
394
                "MIT"
395
            ],
396
            "authors": [
397
                {
398
                    "name": "Lars Olesen",
399
                    "email": "[email protected]"
400
                },
401
                {
402
                    "name": "Sune T. Jensen",
403
                    "email": "[email protected]"
404
                }
405
            ],
406
            "homepage": "https://github.com/intraface/Doctrine_Template_Positionable",
407
            "time": "2016-04-20 14:20:31"
408
        },
409
        {
410
            "name": "intraface/doctrine-validator-greaterthan",
411
            "version": "dev-master",
412
            "source": {
413
                "type": "git",
414
                "url": "https://github.com/intraface/Doctrine_Validator_Greaterthan.git",
415
                "reference": "0ae19f2b5bc5b85c4dbc3190484f87d249809f7d"
416
            },
417
            "require": {
418
                "php": ">=5.3.2"
419
            },
420
            "require-dev": {
421
                "phpunit/phpunit": "4.4.*",
422
                "squizlabs/php_codesniffer": "2.*"
423
            },
424
            "type": "library",
425
            "autoload": {
426
                "classmap": [
427
                    "src/"
428
                ]
429
            },
430
            "autoload-dev": {
431
                "classmap": [
432
                    "tests/"
433
                ]
434
            },
435
            "license": [
436
                "MIT"
437
            ],
438
            "authors": [
439
                {
440
                    "name": "Lars Olesen",
441
                    "email": "[email protected]"
442
                },
443
                {
444
                    "name": "Sune T. Jensen",
445
                    "email": "[email protected]"
446
                }
447
            ],
448
            "description": "Library for handling variables",
449
            "homepage": "https://github.com/intraface/Doctrine_Validator_Greaterthan",
450
            "time": "2016-04-04 13:42:45"
451
        },
452
        {
453
            "name": "intraface/doctrine-validator-nohtml",
454
            "version": "dev-master",
455
            "source": {
456
                "type": "git",
457
                "url": "https://github.com/intraface/Doctrine_Validator_Nohtml.git",
458
                "reference": "31d0aec073d3a172ca9611f6003d9b8178ec2871"
459
            },
460
            "require": {
461
                "php": ">=5.3.2"
462
            },
463
            "require-dev": {
464
                "phpunit/phpunit": "4.4.*",
465
                "squizlabs/php_codesniffer": "2.*"
466
            },
467
            "type": "library",
468
            "autoload": {
469
                "classmap": [
470
                    "src/"
471
                ]
472
            },
473
            "autoload-dev": {
474
                "classmap": [
475
                    "tests/"
476
                ]
477
            },
478
            "license": [
479
                "MIT"
480
            ],
481
            "authors": [
482
                {
483
                    "name": "Lars Olesen",
484
                    "email": "[email protected]"
485
                },
486
                {
487
                    "name": "Sune T. Jensen",
488
                    "email": "[email protected]"
489
                }
490
            ],
491
            "homepage": "https://github.com/intraface/Doctrine_Validator_Nohtml",
492
            "time": "2016-04-04 13:41:18"
493
        },
494
        {
495
            "name": "intraface/error",
496
            "version": "dev-master",
497
            "source": {
498
                "type": "git",
499
                "url": "https://github.com/intraface/Ilib_Error.git",
500
                "reference": "f2904c28e80a8bf900e52d2ba480533d0cd8eeac"
501
            },
502
            "require": {
503
                "php": ">=5.3.2"
504
            },
505
            "require-dev": {
506
                "phpunit/phpunit": "4.4.*",
507
                "squizlabs/php_codesniffer": "2.*"
508
            },
509
            "type": "library",
510
            "autoload": {
511
                "classmap": [
512
                    "src/"
513
                ]
514
            },
515
            "autoload-dev": {
516
                "classmap": [
517
                    "tests/"
518
                ]
519
            },
520
            "license": [
521
                "MIT"
522
            ],
523
            "authors": [
524
                {
525
                    "name": "Lars Olesen",
526
                    "email": "[email protected]"
527
                },
528
                {
529
                    "name": "Sune T. Jensen",
530
                    "email": "[email protected]"
531
                }
532
            ],
533
            "homepage": "https://github.com/intraface/Ilib_Error",
534
            "time": "2016-04-06 10:18:45"
535
        },
536
        {
537
            "name": "intraface/error-handler",
538
            "version": "dev-master",
539
            "source": {
540
                "type": "git",
541
                "url": "https://github.com/intraface/ErrorHandler",
542
                "reference": "9c342d44651785bb27c6debe2ab9cc8427f7fc58"
543
            },
544
            "require": {
545
                "php": ">=5.3.2"
546
            },
547
            "require-dev": {
548
                "phpunit/phpunit": "4.4.*",
549
                "squizlabs/php_codesniffer": "2.*"
550
            },
551
            "type": "library",
552
            "autoload": {
553
                "classmap": [
554
                    "src/"
555
                ]
556
            },
557
            "autoload-dev": {
558
                "classmap": [
559
                    "tests/"
560
                ]
561
            },
562
            "license": [
563
                "MIT"
564
            ],
565
            "authors": [
566
                {
567
                    "name": "Lars Olesen",
568
                    "email": "[email protected]"
569
                },
570
                {
571
                    "name": "Sune T. Jensen",
572
                    "email": "[email protected]"
573
                }
574
            ],
575
            "description": "Library for handling errors",
576
            "homepage": "https://github.com/intraface/ErrorHandler",
577
            "time": "2016-04-19 14:12:18"
578
        },
579
        {
580
            "name": "intraface/fileimport",
581
            "version": "dev-master",
582
            "source": {
583
                "type": "git",
584
                "url": "https://github.com/intraface/Ilib_FileImport.git",
585
                "reference": "1026478d023ea175d237412dd86be2afa4e60ee9"
586
            },
587
            "require": {
588
                "intraface/classloader": "*",
589
                "intraface/error": "*",
590
                "pear-pear.php.net/file_csv": "1.0.0",
591
                "php": ">=5.3.2"
592
            },
593
            "require-dev": {
594
                "phpunit/phpunit": "4.4.*",
595
                "squizlabs/php_codesniffer": "2.*"
596
            },
597
            "type": "library",
598
            "autoload": {
599
                "classmap": [
600
                    "src/"
601
                ]
602
            },
603
            "autoload-dev": {
604
                "classmap": [
605
                    "tests/"
606
                ]
607
            },
608
            "license": [
609
                "MIT"
610
            ],
611
            "authors": [
612
                {
613
                    "name": "Lars Olesen",
614
                    "email": "[email protected]"
615
                },
616
                {
617
                    "name": "Sune T. Jensen",
618
                    "email": "[email protected]"
619
                }
620
            ],
621
            "homepage": "https://github.com/intraface/Ilib_FileImport",
622
            "time": "2016-04-06 12:47:25"
623
        },
624
        {
625
            "name": "intraface/filemanager",
626
            "version": "dev-master",
627
            "source": {
628
                "type": "git",
629
                "url": "https://github.com/intraface/Ilib_Filemanager.git",
630
                "reference": "ed1ff37e1e021d283f0fd36025fac9d616332df8"
631
            },
632
            "require": {
633
                "php": ">=5.3.2"
634
            },
635
            "require-dev": {
636
                "phpunit/phpunit": "4.4.*",
637
                "squizlabs/php_codesniffer": "2.*"
638
            },
639
            "type": "library",
640
            "autoload": {
641
                "classmap": [
642
                    "src/"
643
                ]
644
            },
645
            "autoload-dev": {
646
                "classmap": [
647
                    "tests/"
648
                ]
649
            },
650
            "license": [
651
                "MIT"
652
            ],
653
            "authors": [
654
                {
655
                    "name": "Lars Olesen",
656
                    "email": "[email protected]"
657
                },
658
                {
659
                    "name": "Sune T. Jensen",
660
                    "email": "[email protected]"
661
                }
662
            ],
663
            "homepage": "https://github.com/intraface/Ilib_Filemanager",
664
            "time": "2016-04-19 11:37:33"
665
        },
666
        {
667
            "name": "intraface/filemanager-controller",
668
            "version": "dev-master",
669
            "source": {
670
                "type": "git",
671
                "url": "https://github.com/intraface/Ilib_Filemanager_Controller.git",
672
                "reference": "d5d44a824db3d3990c907a387f2ecdba2f76bf81"
673
            },
674
            "require": {
675
                "php": ">=5.3.2"
676
            },
677
            "require-dev": {
678
                "phpunit/phpunit": "4.4.*",
679
                "squizlabs/php_codesniffer": "2.*"
680
            },
681
            "type": "library",
682
            "autoload": {
683
                "classmap": [
684
                    "src/"
685
                ]
686
            },
687
            "license": [
688
                "MIT"
689
            ],
690
            "authors": [
691
                {
692
                    "name": "Lars Olesen",
693
                    "email": "[email protected]"
694
                },
695
                {
696
                    "name": "Sune T. Jensen",
697
                    "email": "[email protected]"
698
                }
699
            ],
700
            "homepage": "https://github.com/intraface/Ilib_Filemanager_Controller",
701
            "time": "2016-04-19 11:40:17"
702
        },
703
        {
704
            "name": "intraface/ilib-error-handler",
705
            "version": "dev-master",
706
            "source": {
707
                "type": "git",
708
                "url": "https://github.com/intraface/Ilib_ErrorHandler_Handler.git",
709
                "reference": "faa70a54f5cb4c76c0b2a503938c2d8094f8aab4"
710
            },
711
            "require": {
712
                "php": ">=5.3.2"
713
            },
714
            "require-dev": {
715
                "phpunit/phpunit": "4.4.*",
716
                "squizlabs/php_codesniffer": "2.*"
717
            },
718
            "type": "library",
719
            "autoload": {
720
                "classmap": [
721
                    "src/"
722
                ]
723
            },
724
            "autoload-dev": {
725
                "classmap": [
726
                    "tests/"
727
                ]
728
            },
729
            "license": [
730
                "MIT"
731
            ],
732
            "authors": [
733
                {
734
                    "name": "Lars Olesen",
735
                    "email": "[email protected]"
736
                },
737
                {
738
                    "name": "Sune T. Jensen",
739
                    "email": "[email protected]"
740
                }
741
            ],
742
            "description": "Library for handling errors",
743
            "homepage": "https://github.com/intraface/Ilib_Errorhandler_Handler",
744
            "time": "2016-04-19 14:11:37"
745
        },
746
        {
747
            "name": "intraface/keyword",
748
            "version": "dev-master",
749
            "source": {
750
                "type": "git",
751
                "url": "https://github.com/intraface/Ilib_Keyword.git",
752
                "reference": "49247786a298efeaaf1bd11e9c9d51f417e049d5"
753
            },
754
            "require": {
755
                "php": ">=5.3.2"
756
            },
757
            "require-dev": {
758
                "phpunit/phpunit": "4.4.*",
759
                "squizlabs/php_codesniffer": "2.*"
760
            },
761
            "type": "library",
762
            "autoload": {
763
                "classmap": [
764
                    "src/"
765
                ]
766
            },
767
            "autoload-dev": {
768
                "classmap": [
769
                    "tests/"
770
                ]
771
            },
772
            "license": [
773
                "MIT"
774
            ],
775
            "authors": [
776
                {
777
                    "name": "Lars Olesen",
778
                    "email": "[email protected]"
779
                },
780
                {
781
                    "name": "Sune T. Jensen",
782
                    "email": "[email protected]"
783
                }
784
            ],
785
            "homepage": "https://github.com/intraface/Ilib_Keyword",
786
            "time": "2016-04-04 14:17:25"
787
        },
788
        {
789
            "name": "intraface/keyword-controller",
790
            "version": "dev-master",
791
            "source": {
792
                "type": "git",
793
                "url": "https://github.com/intraface/Ilib_Keyword_Controller.git",
794
                "reference": "244eef0d2277188a4a4ac84fea2a084947ec9c07"
795
            },
796
            "require": {
797
                "php": ">=5.3.2"
798
            },
799
            "require-dev": {
800
                "phpunit/phpunit": "4.4.*",
801
                "squizlabs/php_codesniffer": "2.*"
802
            },
803
            "type": "library",
804
            "autoload": {
805
                "classmap": [
806
                    "src/"
807
                ]
808
            },
809
            "license": [
810
                "MIT"
811
            ],
812
            "authors": [
813
                {
814
                    "name": "Lars Olesen",
815
                    "email": "[email protected]"
816
                },
817
                {
818
                    "name": "Sune T. Jensen",
819
                    "email": "[email protected]"
820
                }
821
            ],
822
            "homepage": "https://github.com/intraface/Ilib_Keyword_Controller",
823
            "time": "2016-04-19 11:42:29"
824
        },
825
        {
826
            "name": "intraface/mdb2-debug-explainqueries",
827
            "version": "dev-master",
828
            "source": {
829
                "type": "git",
830
                "url": "https://github.com/lsolesen/mdb2-debug-explainqueries.git",
831
                "reference": "393d86de92ff4b3f1c684db2f2a32f8cba7d7bd4"
832
            },
833
            "require": {
834
                "php": ">=5.3.2"
835
            },
836
            "require-dev": {
837
                "phpunit/phpunit": "4.4.*",
838
                "squizlabs/php_codesniffer": "2.*"
839
            },
840
            "type": "library",
841
            "autoload": {
842
                "classmap": [
843
                    "src/"
844
                ]
845
            },
846
            "autoload-dev": {
847
                "classmap": [
848
                    "tests/"
849
                ]
850
            },
851
            "license": [
852
                "MIT"
853
            ],
854
            "authors": [
855
                {
856
                    "name": "Lars Olesen",
857
                    "email": "[email protected]"
858
                },
859
                {
860
                    "name": "Sune T. Jensen",
861
                    "email": "[email protected]"
862
                }
863
            ],
864
            "description": "Library for explaining queries for MDB2",
865
            "homepage": "https://github.com/intraface/mdb2-debug-explainqueries",
866
            "time": "2016-04-04 13:38:59"
867
        },
868
        {
869
            "name": "intraface/position",
870
            "version": "dev-master",
871
            "source": {
872
                "type": "git",
873
                "url": "https://github.com/intraface/Ilib_Position.git",
874
                "reference": "d3c8cb9b211f75d921893dd716e34a5e5f227310"
875
            },
876
            "require": {
877
                "php": ">=5.3.2"
878
            },
879
            "require-dev": {
880
                "phpunit/phpunit": "4.4.*",
881
                "squizlabs/php_codesniffer": "2.*"
882
            },
883
            "type": "library",
884
            "autoload": {
885
                "classmap": [
886
                    "src/"
887
                ]
888
            },
889
            "autoload-dev": {
890
                "classmap": [
891
                    "tests/"
892
                ]
893
            },
894
            "license": [
895
                "MIT"
896
            ],
897
            "authors": [
898
                {
899
                    "name": "Lars Olesen",
900
                    "email": "[email protected]"
901
                },
902
                {
903
                    "name": "Sune T. Jensen",
904
                    "email": "[email protected]"
905
                }
906
            ],
907
            "description": "Library for handling position in database",
908
            "homepage": "https://github.com/intraface/Ilib_Position",
909
            "time": "2016-04-04 13:40:10"
910
        },
911
        {
912
            "name": "intraface/public-cms-controller",
913
            "version": "dev-master",
914
            "source": {
915
                "type": "git",
916
                "url": "https://github.com/intraface/IntrafacePublic_CMS_Controller.git",
917
                "reference": "ea1cf26f938884939847e55bbe5bcdf79aa1c63d"
918
            },
919
            "require": {
920
                "php": ">=5.3.2"
921
            },
922
            "require-dev": {
923
                "phpunit/phpunit": "4.4.*",
924
                "squizlabs/php_codesniffer": "2.*"
925
            },
926
            "type": "library",
927
            "autoload": {
928
                "classmap": [
929
                    "src/"
930
                ]
931
            },
932
            "license": [
933
                "MIT"
934
            ],
935
            "authors": [
936
                {
937
                    "name": "Lars Olesen",
938
                    "email": "[email protected]"
939
                },
940
                {
941
                    "name": "Sune T. Jensen",
942
                    "email": "[email protected]"
943
                }
944
            ],
945
            "homepage": "https://github.com/intraface/IntrafacePublic_CMS_Controller",
946
            "time": "2016-04-19 11:47:52"
947
        },
948
        {
949
            "name": "intraface/randomkey-generator",
950
            "version": "dev-master",
951
            "source": {
952
                "type": "git",
953
                "url": "https://github.com/intraface/Ilib_RandomKeyGenerator.git",
954
                "reference": "d26101879b3c924134a1cb70bc2eb1b3380db02d"
955
            },
956
            "require": {
957
                "php": ">=5.3.2"
958
            },
959
            "require-dev": {
960
                "phpunit/phpunit": "4.4.*",
961
                "squizlabs/php_codesniffer": "2.*"
962
            },
963
            "type": "library",
964
            "autoload": {
965
                "classmap": [
966
                    "src/"
967
                ]
968
            },
969
            "autoload-dev": {
970
                "classmap": [
971
                    "tests/"
972
                ]
973
            },
974
            "license": [
975
                "MIT"
976
            ],
977
            "authors": [
978
                {
979
                    "name": "Lars Olesen",
980
                    "email": "[email protected]"
981
                },
982
                {
983
                    "name": "Sune T. Jensen",
984
                    "email": "[email protected]"
985
                }
986
            ],
987
            "description": "Library for generating random keys",
988
            "homepage": "https://github.com/intraface/Ilib_RandomKeyGenerator",
989
            "time": "2016-04-04 09:40:41"
990
        },
991
        {
992
            "name": "intraface/redirect",
993
            "version": "dev-master",
994
            "source": {
995
                "type": "git",
996
                "url": "https://github.com/intraface/Ilib_Redirect.git",
997
                "reference": "a9d2636065cbab0cea2091a90eea1ab30a4f55fc"
998
            },
999
            "require": {
1000
                "php": ">=5.3.2"
1001
            },
1002
            "require-dev": {
1003
                "phpunit/phpunit": "4.4.*",
1004
                "squizlabs/php_codesniffer": "2.*"
1005
            },
1006
            "type": "library",
1007
            "autoload": {
1008
                "classmap": [
1009
                    "src/"
1010
                ]
1011
            },
1012
            "autoload-dev": {
1013
                "classmap": [
1014
                    "tests/"
1015
                ]
1016
            },
1017
            "license": [
1018
                "MIT"
1019
            ],
1020
            "authors": [
1021
                {
1022
                    "name": "Lars Olesen",
1023
                    "email": "[email protected]"
1024
                },
1025
                {
1026
                    "name": "Sune T. Jensen",
1027
                    "email": "[email protected]"
1028
                }
1029
            ],
1030
            "homepage": "https://github.com/intraface/Ilib_Redirect",
1031
            "time": "2016-04-04 13:47:50"
1032
        },
1033
        {
1034
            "name": "intraface/validator",
1035
            "version": "dev-master",
1036
            "source": {
1037
                "type": "git",
1038
                "url": "https://github.com/intraface/Ilib_Validator.git",
1039
                "reference": "0517be4137df1bac957294dafafdcf87a327dbe4"
1040
            },
1041
            "require": {
1042
                "php": ">=5.3.2"
1043
            },
1044
            "require-dev": {
1045
                "phpunit/phpunit": "4.4.*",
1046
                "squizlabs/php_codesniffer": "2.*"
1047
            },
1048
            "type": "library",
1049
            "autoload": {
1050
                "classmap": [
1051
                    "src/"
1052
                ]
1053
            },
1054
            "autoload-dev": {
1055
                "classmap": [
1056
                    "tests/"
1057
                ]
1058
            },
1059
            "license": [
1060
                "MIT"
1061
            ],
1062
            "authors": [
1063
                {
1064
                    "name": "Lars Olesen",
1065
                    "email": "[email protected]"
1066
                },
1067
                {
1068
                    "name": "Sune T. Jensen",
1069
                    "email": "[email protected]"
1070
                }
1071
            ],
1072
            "homepage": "https://github.com/intraface/Ilib_Validator",
1073
            "time": "2016-04-04 13:48:51"
1074
        },
1075
        {
1076
            "name": "intraface/variable",
1077
            "version": "dev-master",
1078
            "source": {
1079
                "type": "git",
1080
                "url": "https://github.com/intraface/Ilib_Variable.git",
1081
                "reference": "11eb5c56c6877d89674f0e1d1852583fc9a0176f"
1082
            },
1083
            "require": {
1084
                "php": ">=5.3.2"
1085
            },
1086
            "require-dev": {
1087
                "phpunit/phpunit": "4.4.*",
1088
                "squizlabs/php_codesniffer": "2.*"
1089
            },
1090
            "type": "library",
1091
            "autoload": {
1092
                "classmap": [
1093
                    "src/"
1094
                ]
1095
            },
1096
            "autoload-dev": {
1097
                "classmap": [
1098
                    "tests/"
1099
                ]
1100
            },
1101
            "license": [
1102
                "MIT"
1103
            ],
1104
            "authors": [
1105
                {
1106
                    "name": "Lars Olesen",
1107
                    "email": "[email protected]"
1108
                },
1109
                {
1110
                    "name": "Sune T. Jensen",
1111
                    "email": "[email protected]"
1112
                }
1113
            ],
1114
            "description": "Library for handling variables",
1115
            "homepage": "https://github.com/intraface/Ilib_Variable",
1116
            "time": "2016-04-03 09:33:51"
1117
        },
1118
        {
1119
            "name": "intrafacepublic/cms",
1120
            "version": "dev-master",
1121
            "source": {
1122
                "type": "git",
1123
                "url": "https://github.com/intraface/IntrafacePublic_CMS.git",
1124
                "reference": "54b06503a70d7bae9f6a39e734b48c4accda7683"
1125
            },
1126
            "require": {
1127
                "php": ">=5.3.2"
1128
            },
1129
            "require-dev": {
1130
                "phpunit/phpunit": "4.4.*",
1131
                "squizlabs/php_codesniffer": "2.*"
1132
            },
1133
            "type": "library",
1134
            "autoload": {
1135
                "classmap": [
1136
                    "src/"
1137
                ]
1138
            },
1139
            "autoload-dev": {
1140
                "classmap": [
1141
                    "tests/"
1142
                ]
1143
            },
1144
            "license": [
1145
                "MIT"
1146
            ],
1147
            "authors": [
1148
                {
1149
                    "name": "Lars Olesen",
1150
                    "email": "[email protected]"
1151
                },
1152
                {
1153
                    "name": "Sune T. Jensen",
1154
                    "email": "[email protected]"
1155
                }
1156
            ],
1157
            "description": "Library for CMS",
1158
            "homepage": "https://github.com/intraface/IntrafacePublic_CMS",
1159
            "time": "2016-04-20 06:16:55"
1160
        },
1161
        {
1162
            "name": "michelf/php-markdown",
1163
            "version": "1.3",
1164
            "source": {
1165
                "type": "git",
1166
                "url": "https://github.com/michelf/php-markdown.git",
1167
                "reference": "fcdd3e0781ae40c2b9847874e0755ff4f5559688"
1168
            },
1169
            "dist": {
1170
                "type": "zip",
1171
                "url": "https://api.github.com/repos/michelf/php-markdown/zipball/fcdd3e0781ae40c2b9847874e0755ff4f5559688",
1172
                "reference": "fcdd3e0781ae40c2b9847874e0755ff4f5559688",
1173
                "shasum": ""
1174
            },
1175
            "require": {
1176
                "php": ">=5.3.0"
1177
            },
1178
            "type": "library",
1179
            "extra": {
1180
                "branch-alias": {
1181
                    "dev-lib": "1.3.x-dev"
1182
                }
1183
            },
1184
            "autoload": {
1185
                "psr-0": {
1186
                    "Michelf": ""
1187
                }
1188
            },
1189
            "notification-url": "https://packagist.org/downloads/",
1190
            "license": [
1191
                "BSD-3-Clause"
1192
            ],
1193
            "authors": [
1194
                {
1195
                    "name": "Michel Fortin",
1196
                    "email": "[email protected]",
1197
                    "homepage": "http://michelf.ca/",
1198
                    "role": "Developer"
1199
                },
1200
                {
1201
                    "name": "John Gruber",
1202
                    "homepage": "http://daringfireball.net/"
1203
                }
1204
            ],
1205
            "description": "PHP Markdown",
1206
            "homepage": "http://michelf.ca/projects/php-markdown/",
1207
            "keywords": [
1208
                "markdown"
1209
            ],
1210
            "time": "2013-04-11 18:53:11"
1211
        },
1212
        {
1213
            "name": "michelf/php-smartypants",
1214
            "version": "dev-lib",
1215
            "source": {
1216
                "type": "git",
1217
                "url": "https://github.com/michelf/php-smartypants.git",
1218
                "reference": "e4a873d4a4e0f3dd6fbf5b9e017362f174eb28df"
1219
            },
1220
            "dist": {
1221
                "type": "zip",
1222
                "url": "https://api.github.com/repos/michelf/php-smartypants/zipball/e4a873d4a4e0f3dd6fbf5b9e017362f174eb28df",
1223
                "reference": "e4a873d4a4e0f3dd6fbf5b9e017362f174eb28df",
1224
                "shasum": ""
1225
            },
1226
            "require": {
1227
                "php": ">=5.3.0"
1228
            },
1229
            "type": "library",
1230
            "extra": {
1231
                "branch-alias": {
1232
                    "dev-lib": "1.6.x-dev"
1233
                }
1234
            },
1235
            "autoload": {
1236
                "psr-0": {
1237
                    "Michelf": ""
1238
                }
1239
            },
1240
            "notification-url": "https://packagist.org/downloads/",
1241
            "license": [
1242
                "BSD-3-Clause"
1243
            ],
1244
            "authors": [
1245
                {
1246
                    "name": "Michel Fortin",
1247
                    "email": "[email protected]",
1248
                    "homepage": "http://michelf.ca/",
1249
                    "role": "Developer"
1250
                },
1251
                {
1252
                    "name": "John Gruber",
1253
                    "homepage": "http://daringfireball.net/"
1254
                }
1255
            ],
1256
            "description": "PHP SmartyPants",
1257
            "homepage": "http://michelf.ca/projects/php-smartypants/",
1258
            "keywords": [
1259
                "dashes",
1260
                "quotes",
1261
                "spaces",
1262
                "typographer",
1263
                "typography"
1264
            ],
1265
            "time": "2013-08-02 10:48:47"
1266
        },
1267
        {
1268
            "name": "pear-pear.doctrine-project.org/Doctrine",
1269
            "version": "1.2.4",
1270
            "dist": {
1271
                "type": "file",
1272
                "url": "http://pear.doctrine-project.org/get/Doctrine-1.2.4.tgz",
1273
                "reference": null,
1274
                "shasum": null
1275
            },
1276
            "require": {
1277
                "php": ">=5.2.3.0"
1278
            },
1279
            "replace": {
1280
                "pear-doctrine/doctrine": "== 1.2.4.0"
1281
            },
1282
            "type": "pear-library",
1283
            "autoload": {
1284
                "classmap": [
1285
                    ""
1286
                ]
1287
            },
1288
            "include-path": [
1289
                "/"
1290
            ],
1291
            "license": [
1292
                "LGPL"
1293
            ],
1294
            "description": "Doctrine is an ORM (object relational mapper) for PHP 5.2.x+ that sits on top of\na powerful DBAL (database abstraction layer). One of its key features is the\nability to optionally write database queries in an OO (object oriented)\nSQL-dialect called DQL inspired by Hibernates HQL. This provides developers with\na powerful alternative to SQL that maintains a maximum of flexibility without\nrequiring needless code duplication."
1295
        },
1296
        {
1297
            "name": "pear-pear.php.net/Archive_Tar",
1298
            "version": "1.4.2",
1299
            "dist": {
1300
                "type": "file",
1301
                "url": "https://pear.php.net/get/Archive_Tar-1.4.2.tgz",
1302
                "reference": null,
1303
                "shasum": null
1304
            },
1305
            "require": {
1306
                "php": ">=5.2.0.0"
1307
            },
1308
            "replace": {
1309
                "pear-pear/archive_tar": "== 1.4.2.0"
1310
            },
1311
            "type": "pear-library",
1312
            "autoload": {
1313
                "classmap": [
1314
                    ""
1315
                ]
1316
            },
1317
            "include-path": [
1318
                "/"
1319
            ],
1320
            "license": [
1321
                "New BSD License"
1322
            ],
1323
            "description": "This class provides handling of tar files in PHP.\nIt supports creating, listing, extracting and adding to tar files.\nGzip support is available if PHP has the zlib extension built-in or\nloaded. Bz2 compression is also supported with the bz2 extension loaded."
1324
        },
1325
        {
1326
            "name": "pear-pear.php.net/Cache_Lite",
1327
            "version": "1.7.11",
1328
            "dist": {
1329
                "type": "file",
1330
                "url": "https://pear.php.net/get/Cache_Lite-1.7.11.tgz",
1331
                "reference": null,
1332
                "shasum": null
1333
            },
1334
            "require": {
1335
                "pear-pear.php.net/pear": "*",
1336
                "php": ">=4.0.0.0"
1337
            },
1338
            "replace": {
1339
                "pear-pear/cache_lite": "== 1.7.11.0"
1340
            },
1341
            "type": "pear-library",
1342
            "autoload": {
1343
                "classmap": [
1344
                    ""
1345
                ]
1346
            },
1347
            "include-path": [
1348
                "/"
1349
            ],
1350
            "license": [
1351
                "lgpl"
1352
            ],
1353
            "description": "This package is a little cache system optimized for file containers. It is fast and safe (because it\n        uses file locking and/or anti-corruption tests)."
1354
        },
1355
        {
1356
            "name": "pear-pear.php.net/Config",
1357
            "version": "1.10.12",
1358
            "dist": {
1359
                "type": "file",
1360
                "url": "https://pear.php.net/get/Config-1.10.12.tgz",
1361
                "reference": null,
1362
                "shasum": null
1363
            },
1364
            "require": {
1365
                "php": ">=4.3.0.0"
1366
            },
1367
            "replace": {
1368
                "pear-pear/config": "== 1.10.12.0"
1369
            },
1370
            "type": "pear-library",
1371
            "autoload": {
1372
                "classmap": [
1373
                    ""
1374
                ]
1375
            },
1376
            "include-path": [
1377
                "/"
1378
            ],
1379
            "license": [
1380
                "PHP License"
1381
            ],
1382
            "description": "The Config package provides methods for configuration manipulation.\n* Creates configurations from scratch\n* Parses and outputs different formats (XML, PHP, INI, Apache...)\n* Edits existing configurations\n* Converts configurations to other formats\n* Allows manipulation of sections, comments, directives...\n* Parses configurations into a tree structure\n* Provides XPath like access to directives"
1383
        },
1384
        {
1385
            "name": "pear-pear.php.net/Console_Getopt",
1386
            "version": "1.4.1",
1387
            "dist": {
1388
                "type": "file",
1389
                "url": "https://pear.php.net/get/Console_Getopt-1.4.1.tgz",
1390
                "reference": null,
1391
                "shasum": null
1392
            },
1393
            "require": {
1394
                "php": ">=5.4.0.0"
1395
            },
1396
            "replace": {
1397
                "pear-pear/console_getopt": "== 1.4.1.0"
1398
            },
1399
            "type": "pear-library",
1400
            "autoload": {
1401
                "classmap": [
1402
                    ""
1403
                ]
1404
            },
1405
            "include-path": [
1406
                "/"
1407
            ],
1408
            "license": [
1409
                "BSD-2-Clause"
1410
            ],
1411
            "description": "This is a PHP implementation of \"getopt\" supporting both\nshort and long options."
1412
        },
1413
        {
1414
            "name": "pear-pear.php.net/Console_Table",
1415
            "version": "1.1.4",
1416
            "dist": {
1417
                "type": "file",
1418
                "url": "https://pear.php.net/get/Console_Table-1.1.4.tgz",
1419
                "reference": null,
1420
                "shasum": null
1421
            },
1422
            "require": {
1423
                "php": ">=4.0.0.0"
1424
            },
1425
            "replace": {
1426
                "pear-pear/console_table": "== 1.1.4.0"
1427
            },
1428
            "type": "pear-library",
1429
            "autoload": {
1430
                "classmap": [
1431
                    ""
1432
                ]
1433
            },
1434
            "include-path": [
1435
                "/"
1436
            ],
1437
            "license": [
1438
                "BSD"
1439
            ],
1440
            "description": "Provides a Console_Table class with methods such as addRow(), insertRow(), addCol() etc. to build console tables with or without headers and with user defined table rules, padding, and alignment."
1441
        },
1442
        {
1443
            "name": "pear-pear.php.net/Contact_Vcard_Build",
1444
            "version": "1.1.2",
1445
            "dist": {
1446
                "type": "file",
1447
                "url": "https://pear.php.net/get/Contact_Vcard_Build-1.1.2.tgz",
1448
                "reference": null,
1449
                "shasum": null
1450
            },
1451
            "require": {
1452
                "php": ">=4.0.0.0"
1453
            },
1454
            "replace": {
1455
                "pear-pear/contact_vcard_build": "== 1.1.2.0"
1456
            },
1457
            "type": "pear-library",
1458
            "autoload": {
1459
                "classmap": [
1460
                    ""
1461
                ]
1462
            },
1463
            "include-path": [
1464
                "/"
1465
            ],
1466
            "license": [
1467
                "PHP License"
1468
            ],
1469
            "description": "Allows you to programmatically create a vCard, version 2.1 or 3.0, and fetch the vCard text.\n  \n  Users of Contact_Vcard_Build are encouraged to check out File_IMC."
1470
        },
1471
        {
1472
            "name": "pear-pear.php.net/Date",
1473
            "version": "1.4.7",
1474
            "dist": {
1475
                "type": "file",
1476
                "url": "https://pear.php.net/get/Date-1.4.7.tgz",
1477
                "reference": null,
1478
                "shasum": null
1479
            },
1480
            "require": {
1481
                "php": ">=4.3.0.0"
1482
            },
1483
            "replace": {
1484
                "pear-pear/date": "== 1.4.7.0"
1485
            },
1486
            "type": "pear-library",
1487
            "autoload": {
1488
                "classmap": [
1489
                    ""
1490
                ]
1491
            },
1492
            "include-path": [
1493
                "/"
1494
            ],
1495
            "license": [
1496
                "BSD License"
1497
            ],
1498
            "description": "Generic classes for representation and manipulation of\ndates, times and time zones without the need of timestamps,\nwhich is a huge limitation for PHP programs.  Includes time zone data,\ntime zone conversions and many date/time conversions.\nIt does not rely on 32-bit system date stamps, so\nyou can display calendars and compare dates that date\npre 1970 and post 2038."
1499
        },
1500
        {
1501
            "name": "pear-pear.php.net/File",
1502
            "version": "1.4.0",
1503
            "dist": {
1504
                "type": "file",
1505
                "url": "https://pear.php.net/get/File-1.4.0.tgz",
1506
                "reference": null,
1507
                "shasum": null
1508
            },
1509
            "require": {
1510
                "ext-pcre": "*",
1511
                "php": ">=4.3.0.0"
1512
            },
1513
            "replace": {
1514
                "pear-pear/file": "== 1.4.0.0"
1515
            },
1516
            "suggest": {
1517
                "*-pear-pear.php.net/File_CSV": "*",
1518
                "*-pear-pear.php.net/File_Util": "*"
1519
            },
1520
            "type": "pear-library",
1521
            "autoload": {
1522
                "classmap": [
1523
                    ""
1524
                ]
1525
            },
1526
            "include-path": [
1527
                "/"
1528
            ],
1529
            "license": [
1530
                "PHP"
1531
            ],
1532
            "description": "Provides easy access to read/write to files along with\nsome common routines to deal with paths."
1533
        },
1534
        {
1535
            "name": "pear-pear.php.net/File_CSV",
1536
            "version": "1.0.0",
1537
            "dist": {
1538
                "type": "file",
1539
                "url": "https://pear.php.net/get/File_CSV-1.0.0.tgz",
1540
                "reference": null,
1541
                "shasum": null
1542
            },
1543
            "require": {
1544
                "ext-pcre": "*",
1545
                "pear-pear.php.net/file": ">=1.4.0.0",
1546
                "php": ">=4.3.0.0"
1547
            },
1548
            "replace": {
1549
                "pear-pear/file_csv": "== 1.0.0.0"
1550
            },
1551
            "type": "pear-library",
1552
            "autoload": {
1553
                "classmap": [
1554
                    ""
1555
                ]
1556
            },
1557
            "include-path": [
1558
                "/"
1559
            ],
1560
            "license": [
1561
                "New BSD"
1562
            ],
1563
            "description": "Read and write of CSV files as well as discovering the format the CSV file is in.\n\nSupports headers and is excel compatible, i.e. ="0004" outputs as 0004 (only read wise)\n\nFor more information on CSV: http://rfc.net/rfc4180.html"
1564
        },
1565
        {
1566
            "name": "pear-pear.php.net/HTTP",
1567
            "version": "1.4.1",
1568
            "dist": {
1569
                "type": "file",
1570
                "url": "https://pear.php.net/get/HTTP-1.4.1.tgz",
1571
                "reference": null,
1572
                "shasum": null
1573
            },
1574
            "require": {
1575
                "ext-pcre": "*",
1576
                "pear-pear.php.net/pear": "*",
1577
                "php": ">=4.0.6.0"
1578
            },
1579
            "replace": {
1580
                "pear-pear/http": "== 1.4.1.0"
1581
            },
1582
            "type": "pear-library",
1583
            "autoload": {
1584
                "classmap": [
1585
                    ""
1586
                ]
1587
            },
1588
            "include-path": [
1589
                "/"
1590
            ],
1591
            "license": [
1592
                "New BSD License"
1593
            ],
1594
            "description": "The HTTP class is a class with static methods for doing\nmiscellaneous HTTP related stuff like date formatting,\nlanguage negotiation or HTTP redirection."
1595
        },
1596
        {
1597
            "name": "pear-pear.php.net/HTTP_Request2",
1598
            "version": "2.3.0",
1599
            "dist": {
1600
                "type": "file",
1601
                "url": "https://pear.php.net/get/HTTP_Request2-2.3.0.tgz",
1602
                "reference": null,
1603
                "shasum": null
1604
            },
1605
            "require": {
1606
                "pear-pear.php.net/net_url2": ">=2.2.0.0",
1607
                "pear-pear.php.net/pear": ">=1.9.2.0",
1608
                "php": ">=5.2.0.0"
1609
            },
1610
            "replace": {
1611
                "pear-pear/http_request2": "== 2.3.0.0"
1612
            },
1613
            "type": "pear-library",
1614
            "autoload": {
1615
                "classmap": [
1616
                    ""
1617
                ]
1618
            },
1619
            "include-path": [
1620
                "/"
1621
            ],
1622
            "license": [
1623
                "BSD 3-Clause License"
1624
            ],
1625
            "description": "PHP5 rewrite of HTTP_Request package (with parts of HTTP_Client). Provides\ncleaner API and pluggable Adapters:\n  * Socket adapter, based on old HTTP_Request code,\n  * Curl adapter, wraps around PHP's cURL extension,\n  * Mock adapter, to use for testing packages dependent on HTTP_Request2.\nSupports POST requests with data and file uploads, basic and digest\nauthentication, cookies, managing cookies across requests, proxies, gzip and\ndeflate encodings, redirects, monitoring the request progress with Observers..."
1626
        },
1627
        {
1628
            "name": "pear-pear.php.net/HTTP_Upload",
1629
            "version": "0.9.1",
1630
            "dist": {
1631
                "type": "file",
1632
                "url": "https://pear.php.net/get/HTTP_Upload-0.9.1.tgz",
1633
                "reference": null,
1634
                "shasum": null
1635
            },
1636
            "replace": {
1637
                "pear-pear/http_upload": "== 0.9.1.0"
1638
            },
1639
            "type": "pear-library",
1640
            "autoload": {
1641
                "classmap": [
1642
                    ""
1643
                ]
1644
            },
1645
            "include-path": [
1646
                "/"
1647
            ],
1648
            "license": [
1649
                "LGPL"
1650
            ],
1651
            "description": "This class provides an advanced file uploader system for file uploads made\nfrom html forms. Features:\n * Can handle from one file to multiple files.\n * Safe file copying from tmp dir.\n * Easy detecting mechanism of valid upload, missing upload or error.\n * Gives extensive information about the uploaded file.\n * Rename uploaded files in different ways: as it is, safe or unique\n * Validate allowed file extensions\n * Multiple languages error messages support (es, en, de, fr, it, nl, pt_BR)"
1652
        },
1653
        {
1654
            "name": "pear-pear.php.net/Image_Transform",
1655
            "version": "0.9.4",
1656
            "dist": {
1657
                "type": "file",
1658
                "url": "https://pear.php.net/get/Image_Transform-0.9.4.tgz",
1659
                "reference": null,
1660
                "shasum": null
1661
            },
1662
            "require": {
1663
                "php": ">=4.3.2.0"
1664
            },
1665
            "replace": {
1666
                "pear-pear/image_transform": "== 0.9.4.0"
1667
            },
1668
            "type": "pear-library",
1669
            "autoload": {
1670
                "classmap": [
1671
                    ""
1672
                ]
1673
            },
1674
            "include-path": [
1675
                "/"
1676
            ],
1677
            "license": [
1678
                "PHP License"
1679
            ],
1680
            "description": "This package was written to provide a simpler and cross-library interface to doing image transformations and manipulations.\nIt provides :\n\n* support for GD, ImageMagick, Imagick and NetPBM\n* files related functions\n* addText\n* Scale (by length, percentage, maximum X/Y)\n* Resize\n* Rotate (custom angle)\n* Crop\n* Mirror (Most drivers)\n* Flip (Most drivers)\n* Add border (soon)\n* Add shadow (soon)"
1681
        },
1682
        {
1683
            "name": "pear-pear.php.net/Log",
1684
            "version": "1.12.6",
1685
            "dist": {
1686
                "type": "file",
1687
                "url": "https://pear.php.net/get/Log-1.12.6.tgz",
1688
                "reference": null,
1689
                "shasum": null
1690
            },
1691
            "require": {
1692
                "php": ">=5.0.0.0"
1693
            },
1694
            "replace": {
1695
                "pear-pear/log": "== 1.12.6.0"
1696
            },
1697
            "type": "pear-library",
1698
            "autoload": {
1699
                "classmap": [
1700
                    ""
1701
                ]
1702
            },
1703
            "include-path": [
1704
                "/"
1705
            ],
1706
            "license": [
1707
                "MIT License"
1708
            ],
1709
            "description": "The Log package provides an abstracted logging framework.  It includes output handlers for log files, databases, syslog, email, Firebug, and the console.  It also provides composite and subject-observer logging mechanisms."
1710
        },
1711
        {
1712
            "name": "pear-pear.php.net/MDB2",
1713
            "version": "2.4.1",
1714
            "dist": {
1715
                "type": "file",
1716
                "url": "https://pear.php.net/get/MDB2-2.4.1.tgz",
1717
                "reference": null,
1718
                "shasum": null
1719
            },
1720
            "require": {
1721
                "pear-pear.php.net/pear": ">=1.3.6.0",
1722
                "php": ">=4.3.2.0"
1723
            },
1724
            "replace": {
1725
                "pear-pear/mdb2": "== 2.4.1.0"
1726
            },
1727
            "suggest": {
1728
                "fbsql-pear-pear.php.net/MDB2_Driver_fbsql": ">=0.3.0.0",
1729
                "ibase-pear-pear.php.net/MDB2_Driver_ibase": ">=1.4.1.0",
1730
                "mssql-pear-pear.php.net/MDB2_Driver_mssql": ">=1.2.1.0",
1731
                "mysql-pear-pear.php.net/MDB2_Driver_mysql": ">=1.4.1.0",
1732
                "mysqli-pear-pear.php.net/MDB2_Driver_mysqli": ">=1.4.1.0",
1733
                "oci8-pear-pear.php.net/MDB2_Driver_oci8": ">=1.4.1.0",
1734
                "pgsql-pear-pear.php.net/MDB2_Driver_pgsql": ">=1.4.1.0",
1735
                "querysim-pear-pear.php.net/MDB2_Driver_querysim": ">=0.6.0.0",
1736
                "sqlite-pear-pear.php.net/MDB2_Driver_sqlite": ">=1.4.1.0"
1737
            },
1738
            "type": "pear-library",
1739
            "autoload": {
1740
                "classmap": [
1741
                    ""
1742
                ]
1743
            },
1744
            "include-path": [
1745
                "/"
1746
            ],
1747
            "license": [
1748
                "BSD License"
1749
            ],
1750
            "description": "PEAR MDB2 is a merge of the PEAR DB and Metabase php database abstraction layers.\n\nIt provides a common API for all supported RDBMS. The main difference to most\nother DB abstraction packages is that MDB2 goes much further to ensure\nportability. MDB2 provides most of its many features optionally that\ncan be used to construct portable SQL statements:\n* Object-Oriented API\n* A DSN (data source name) or array format for specifying database servers\n* Datatype abstraction and on demand datatype conversion\n* Various optional fetch modes to fix portability issues\n* Portable error codes\n* Sequential and non sequential row fetching as well as bulk fetching\n* Ability to make buffered and unbuffered queries\n* Ordered array and associative array for the fetched rows\n* Prepare/execute (bind) named and unnamed placeholder emulation\n* Sequence/autoincrement emulation\n* Replace emulation\n* Limited sub select emulation\n* Row limit emulation\n* Transactions/savepoint support\n* Large Object support\n* Index/Unique Key/Primary Key support\n* Pattern matching abstraction\n* Module framework to load advanced functionality on demand\n* Ability to read the information schema\n* RDBMS management methods (creating, dropping, altering)\n* Reverse engineering schemas from an existing database\n* SQL function call abstraction\n* Full integration into the PEAR Framework\n* PHPDoc API documentation"
1751
        },
1752
        {
1753
            "name": "pear-pear.php.net/MDB2_Driver_mysql",
1754
            "version": "1.4.1",
1755
            "dist": {
1756
                "type": "file",
1757
                "url": "https://pear.php.net/get/MDB2_Driver_mysql-1.4.1.tgz",
1758
                "reference": null,
1759
                "shasum": null
1760
            },
1761
            "require": {
1762
                "ext-mysql": "*",
1763
                "pear-pear.php.net/mdb2": ">=2.4.1.0",
1764
                "php": ">=4.3.0.0"
1765
            },
1766
            "replace": {
1767
                "pear-pear/mdb2_driver_mysql": "== 1.4.1.0"
1768
            },
1769
            "type": "pear-library",
1770
            "autoload": {
1771
                "classmap": [
1772
                    ""
1773
                ]
1774
            },
1775
            "include-path": [
1776
                "/"
1777
            ],
1778
            "license": [
1779
                "BSD License"
1780
            ],
1781
            "description": "This is the MySQL MDB2 driver."
1782
        },
1783
        {
1784
            "name": "pear-pear.php.net/MIME_Type",
1785
            "version": "1.2.1",
1786
            "dist": {
1787
                "type": "file",
1788
                "url": "https://pear.php.net/get/MIME_Type-1.2.1.tgz",
1789
                "reference": null,
1790
                "shasum": null
1791
            },
1792
            "require": {
1793
                "pear-pear.php.net/pear": ">=1.4.0.0",
1794
                "php": ">=4.3.0.0"
1795
            },
1796
            "replace": {
1797
                "pear-pear/mime_type": "== 1.2.1.0"
1798
            },
1799
            "type": "pear-library",
1800
            "autoload": {
1801
                "classmap": [
1802
                    ""
1803
                ]
1804
            },
1805
            "include-path": [
1806
                "/"
1807
            ],
1808
            "license": [
1809
                "LGPL"
1810
            ],
1811
            "description": "Provide functionality for dealing with MIME types.\n* Parse MIME type.\n* Supports full RFC2045 specification.\n* Many utility functions for working with and determining info about types.\n* Most functions can be called statically.\n* Autodetect a file's mime-type, either with fileinfo extension,\n  mime_magic extension, the 'file' command or an in-built mapping list"
1812
        },
1813
        {
1814
            "name": "pear-pear.php.net/Net_IDNA",
1815
            "version": "0.8.1",
1816
            "dist": {
1817
                "type": "file",
1818
                "url": "https://pear.php.net/get/Net_IDNA-0.8.1.tgz",
1819
                "reference": null,
1820
                "shasum": null
1821
            },
1822
            "require": {
1823
                "php": ">=4.3.0.0"
1824
            },
1825
            "replace": {
1826
                "pear-pear/net_idna": "== 0.8.1.0"
1827
            },
1828
            "type": "pear-library",
1829
            "autoload": {
1830
                "classmap": [
1831
                    ""
1832
                ]
1833
            },
1834
            "include-path": [
1835
                "/"
1836
            ],
1837
            "license": [
1838
                "LGPL"
1839
            ],
1840
            "description": "This package helps you to encode and decode punycode strings easily."
1841
        },
1842
        {
1843
            "name": "pear-pear.php.net/Net_URL2",
1844
            "version": "2.2.1",
1845
            "dist": {
1846
                "type": "file",
1847
                "url": "https://pear.php.net/get/Net_URL2-2.2.1.tgz",
1848
                "reference": null,
1849
                "shasum": null
1850
            },
1851
            "require": {
1852
                "php": ">=5.1.4.0"
1853
            },
1854
            "replace": {
1855
                "pear-pear/net_url2": "== 2.2.1.0"
1856
            },
1857
            "type": "pear-library",
1858
            "autoload": {
1859
                "classmap": [
1860
                    ""
1861
                ]
1862
            },
1863
            "include-path": [
1864
                "/"
1865
            ],
1866
            "license": [
1867
                "BSD-3-Clause"
1868
            ],
1869
            "description": "Provides parsing of URLs into their constituent parts (scheme, host, path etc.), URL generation, and resolving of\n    relative URLs."
1870
        },
1871
        {
1872
            "name": "pear-pear.php.net/OLE",
1873
            "version": "1.0.0RC1",
1874
            "dist": {
1875
                "type": "file",
1876
                "url": "https://pear.php.net/get/OLE-1.0.0RC1.tgz",
1877
                "reference": null,
1878
                "shasum": null
1879
            },
1880
            "require": {
1881
                "php": ">=4.0.0.0"
1882
            },
1883
            "replace": {
1884
                "pear-pear/ole": "== 1.0.0.0-RC1"
1885
            },
1886
            "type": "pear-library",
1887
            "autoload": {
1888
                "classmap": [
1889
                    ""
1890
                ]
1891
            },
1892
            "include-path": [
1893
                "/"
1894
            ],
1895
            "license": [
1896
                "PHP"
1897
            ],
1898
            "description": "This package allows reading and writing of OLE (Object Linking and Embedding) compound documents. This format is used as container for Excel (.xls), Word (.doc) and other Microsoft file formats."
1899
        },
1900
        {
1901
            "name": "pear-pear.php.net/PEAR",
1902
            "version": "1.9.5",
1903
            "dist": {
1904
                "type": "file",
1905
                "url": "https://pear.php.net/get/PEAR-1.9.5.tgz",
1906
                "reference": null,
1907
                "shasum": null
1908
            },
1909
            "require": {
1910
                "ext-pcre": "*",
1911
                "ext-xml": "*",
1912
                "pear-pear.php.net/archive_tar": ">=1.3.11.0",
1913
                "pear-pear.php.net/console_getopt": ">=1.2.0.0",
1914
                "pear-pear.php.net/structures_graph": ">=1.0.2.0",
1915
                "pear-pear.php.net/xml_util": ">=1.2.0.0",
1916
                "php": ">=4.4.0.0,!=5.0.0.0,!=5.1.0.0,!=5.1.1.0,!=5.1.2.0,!=5.1.3.0,!=5.1.4.0,!=5.1.5.0"
1917
            },
1918
            "conflict": {
1919
                "pear-pear.php.net/pear_frontend_gtk": "<0.4.0.0",
1920
                "pear-pear.php.net/pear_frontend_web": "<=0.4.0.0"
1921
            },
1922
            "replace": {
1923
                "pear-pear/pear": "== 1.9.5.0"
1924
            },
1925
            "type": "pear-library",
1926
            "autoload": {
1927
                "classmap": [
1928
                    ""
1929
                ]
1930
            },
1931
            "include-path": [
1932
                "/"
1933
            ],
1934
            "license": [
1935
                "New BSD License"
1936
            ],
1937
            "description": "The PEAR package contains:\n * the PEAR installer, for creating, distributing\n   and installing packages\n * the PEAR_Exception PHP5 error handling mechanism\n * the PEAR_ErrorStack advanced error handling mechanism\n * the PEAR_Error error handling mechanism\n * the OS_Guess class for retrieving info about the OS\n   where PHP is running on\n * the System class for quick handling of common operations\n   with files and directories\n * the PEAR base class\n  Features in a nutshell:\n  * full support for channels\n  * pre-download dependency validation\n  * new package.xml 2.0 format allows tremendous flexibility while maintaining BC\n  * support for optional dependency groups and limited support for sub-packaging\n  * robust dependency support\n  * full dependency validation on uninstall\n  * remote install for hosts with only ftp access - no more problems with\n    restricted host installation\n  * full support for mirroring\n  * support for bundling several packages into a single tarball\n  * support for static dependencies on a url-based package\n  * support for custom file roles and installation tasks"
1938
        },
1939
        {
1940
            "name": "pear-pear.php.net/Spreadsheet_Excel_Writer",
1941
            "version": "0.9.2",
1942
            "dist": {
1943
                "type": "file",
1944
                "url": "https://pear.php.net/get/Spreadsheet_Excel_Writer-0.9.2.tgz",
1945
                "reference": null,
1946
                "shasum": null
1947
            },
1948
            "require": {
1949
                "pear-pear.php.net/ole": ">=0.5.0.0",
1950
                "php": ">=4.1.0.0"
1951
            },
1952
            "replace": {
1953
                "pear-pear/spreadsheet_excel_writer": "== 0.9.2.0"
1954
            },
1955
            "type": "pear-library",
1956
            "autoload": {
1957
                "classmap": [
1958
                    ""
1959
                ]
1960
            },
1961
            "include-path": [
1962
                "/"
1963
            ],
1964
            "license": [
1965
                "LGPL"
1966
            ],
1967
            "description": "Spreadsheet_Excel_Writer was born as a porting of the Spreadsheet::WriteExcel Perl module to PHP.\n  It allows writing of Excel spreadsheets without the need for COM objects.\n  It supports formulas, images (BMP) and all kinds of formatting for text and cells.\n  It currently supports the BIFF5 format (Excel 5.0), so functionality appeared in the latest Excel versions is not yet available."
1968
        },
1969
        {
1970
            "name": "pear-pear.php.net/Structures_Graph",
1971
            "version": "1.1.1",
1972
            "dist": {
1973
                "type": "file",
1974
                "url": "https://pear.php.net/get/Structures_Graph-1.1.1.tgz",
1975
                "reference": null,
1976
                "shasum": null
1977
            },
1978
            "require": {
1979
                "php": ">=5.3.0.0"
1980
            },
1981
            "replace": {
1982
                "pear-pear/structures_graph": "== 1.1.1.0"
1983
            },
1984
            "type": "pear-library",
1985
            "autoload": {
1986
                "classmap": [
1987
                    ""
1988
                ]
1989
            },
1990
            "include-path": [
1991
                "/"
1992
            ],
1993
            "license": [
1994
                "LGPL-3.0+"
1995
            ],
1996
            "description": "Structures_Graph is a package for creating and manipulating graph datastructures. It allows building of directed\nand undirected graphs, with data and metadata stored in nodes. The library provides functions for graph traversing\nas well as for characteristic extraction from the graph topology."
1997
        },
1998
        {
1999
            "name": "pear-pear.php.net/System_Command",
2000
            "version": "1.0.7",
2001
            "dist": {
2002
                "type": "file",
2003
                "url": "https://pear.php.net/get/System_Command-1.0.7.tgz",
2004
                "reference": null,
2005
                "shasum": null
2006
            },
2007
            "require": {
2008
                "php": ">=4.0.0.0"
2009
            },
2010
            "replace": {
2011
                "pear-pear/system_command": "== 1.0.7.0"
2012
            },
2013
            "type": "pear-library",
2014
            "autoload": {
2015
                "classmap": [
2016
                    ""
2017
                ]
2018
            },
2019
            "include-path": [
2020
                "/"
2021
            ],
2022
            "license": [
2023
                "PHP License"
2024
            ],
2025
            "description": "System_Command is a commandline execution interface. Running functions from the commandline can be risky if the proper precautions are not taken to escape the shell arguments and reaping the exit status properly. This class provides a formal interface to both, so that you can run a system command as comfortably as you would run a php function, with full pear error handling as results on failure. It is important to note that this class, unlike other implementations, distinguishes between output to stderr and output to stdout. It also reports the exit status of the command. So in every sense of the word, it gives php shell capabilities."
2026
        },
2027
        {
2028
            "name": "pear-pear.php.net/Text_Wiki",
2029
            "version": "1.2.1",
2030
            "dist": {
2031
                "type": "file",
2032
                "url": "https://pear.php.net/get/Text_Wiki-1.2.1.tgz",
2033
                "reference": null,
2034
                "shasum": null
2035
            },
2036
            "require": {
2037
                "php": ">=4.0.0.0"
2038
            },
2039
            "replace": {
2040
                "pear-pear/text_wiki": "== 1.2.1.0"
2041
            },
2042
            "type": "pear-library",
2043
            "autoload": {
2044
                "classmap": [
2045
                    ""
2046
                ]
2047
            },
2048
            "include-path": [
2049
                "/"
2050
            ],
2051
            "license": [
2052
                "LGPL"
2053
            ],
2054
            "description": "The text transformation is done in 2 steps.\nThe chosen parser uses markup rules to tokenize the tags and content.\nRenderers output the tokens and text into the requested format.\nThe tokenized form replaces the tags by a protected byte value associated to an index in an options table. This form shares up to 50 rules by all parsers and renderers.\nThe package is intented for versatile transformers as well as converters.\nText_Wiki is delivered with its own parser, which is used by Yawiki or Horde's Wicked and three basic renderers: XHTML , LaTeX and plain text.\nStrong sanitizing of XHTML is default.\nParsers (* and Renderers) exist for BBCode, Cowiki (*), Dokuwiki (*), Mediawiki and Tikiwiki (*).\nIt is highly configurable and can be easily extended."
2055
        },
2056
        {
2057
            "name": "pear-pear.php.net/Translation2",
2058
            "version": "2.0.4",
2059
            "dist": {
2060
                "type": "file",
2061
                "url": "https://pear.php.net/get/Translation2-2.0.4.tgz",
2062
                "reference": null,
2063
                "shasum": null
2064
            },
2065
            "require": {
2066
                "php": ">=4.0.0.0"
2067
            },
2068
            "replace": {
2069
                "pear-pear/translation2": "== 2.0.4.0"
2070
            },
2071
            "type": "pear-library",
2072
            "autoload": {
2073
                "classmap": [
2074
                    ""
2075
                ]
2076
            },
2077
            "include-path": [
2078
                "/"
2079
            ],
2080
            "license": [
2081
                "BSD"
2082
            ],
2083
            "description": "This class provides an easy way to retrieve all the strings for a multilingual site from a data source (i.e. db).\nThe following containers are provided, more will follow:\n- PEAR::DB\n- PEAR::MDB\n- PEAR::MDB2\n- gettext\n- XML\n- PEAR::DB_DataObject (experimental)\nIt is designed to reduce the number of queries to the db, caching the results when possible.\nAn Admin class is provided to easily manage translations (add/remove a language, add/remove a string).\nCurrently, the following decorators are provided:\n- CacheLiteFunction (for file-based caching)\n- CacheMemory (for memory-based caching)\n- DefaultText (to replace empty strings with their keys)\n- ErrorText (to replace empty strings with a custom error text)\n- Iconv (to switch from/to different encodings)\n- Lang (resort to fallback languages for empty strings)\n- SpecialChars (replace html entities with their hex codes)\n- UTF-8 (to convert UTF-8 strings to ISO-8859-1)"
2084
        },
2085
        {
2086
            "name": "pear-pear.php.net/Validate",
2087
            "version": "0.8.4",
2088
            "dist": {
2089
                "type": "file",
2090
                "url": "https://pear.php.net/get/Validate-0.8.4.tgz",
2091
                "reference": null,
2092
                "shasum": null
2093
            },
2094
            "require": {
2095
                "php": ">=4.2.0.0"
2096
            },
2097
            "replace": {
2098
                "pear-pear/validate": "== 0.8.4.0"
2099
            },
2100
            "type": "pear-library",
2101
            "autoload": {
2102
                "classmap": [
2103
                    ""
2104
                ]
2105
            },
2106
            "include-path": [
2107
                "/"
2108
            ],
2109
            "license": [
2110
                "New BSD"
2111
            ],
2112
            "description": "Package to validate various datas. It includes :\n    - numbers (min/max, decimal or not)\n    - email (syntax, domain check, rfc822)\n    - string (predifined type alpha upper and/or lowercase, numeric,...)\n    - date (min, max, rfc822 compliant)\n    - uri (RFC2396)\n    - possibility valid multiple data with a single method call (::multiple)"
2113
        },
2114
        {
2115
            "name": "pear-pear.php.net/XML_Parser",
2116
            "version": "1.3.6",
2117
            "dist": {
2118
                "type": "file",
2119
                "url": "https://pear.php.net/get/XML_Parser-1.3.6.tgz",
2120
                "reference": null,
2121
                "shasum": null
2122
            },
2123
            "require": {
2124
                "pear-pear.php.net/pear": "*",
2125
                "php": ">=4.2.0.0"
2126
            },
2127
            "replace": {
2128
                "pear-pear/xml_parser": "== 1.3.6.0"
2129
            },
2130
            "type": "pear-library",
2131
            "autoload": {
2132
                "classmap": [
2133
                    ""
2134
                ]
2135
            },
2136
            "include-path": [
2137
                "/"
2138
            ],
2139
            "license": [
2140
                "BSD License"
2141
            ],
2142
            "description": "This is an XML parser based on PHPs built-in xml extension.\nIt supports two basic modes of operation: \"func\" and \"event\".  In \"func\" mode, it will look for a function named after each element (xmltag_ELEMENT for start tags and xmltag_ELEMENT_ for end tags), and in \"event\" mode it uses a set of generic callbacks.\n\nSince version 1.2.0 there's a new XML_Parser_Simple class that makes parsing of most XML documents easier, by automatically providing a stack for the elements.\nFurthermore its now possible to split the parser from the handler object, so you do not have to extend XML_Parser anymore in order to parse a document with it."
2143
        },
2144
        {
2145
            "name": "pear-pear.php.net/XML_RPC2",
2146
            "version": "1.0.8",
2147
            "dist": {
2148
                "type": "file",
2149
                "url": "https://pear.php.net/get/XML_RPC2-1.0.8.tgz",
2150
                "reference": null,
2151
                "shasum": null
2152
            },
2153
            "require": {
2154
                "ext-curl": "*",
2155
                "pear-pear.php.net/cache_lite": ">=1.6.0.0",
2156
                "pear-pear.php.net/pear": ">=1.0.0.0",
2157
                "php": ">=5.0.0.0"
2158
            },
2159
            "replace": {
2160
                "pear-pear/xml_rpc2": "== 1.0.8.0"
2161
            },
2162
            "type": "pear-library",
2163
            "autoload": {
2164
                "classmap": [
2165
                    ""
2166
                ]
2167
            },
2168
            "include-path": [
2169
                "/"
2170
            ],
2171
            "license": [
2172
                "PHP License 3.01"
2173
            ],
2174
            "description": "XML_RPC2 is a pear package providing XML_RPC client and server services. XML-RPC is a simple remote procedure call protocol built using HTTP as transport and XML as encoding.\n    As a client library, XML_RPC2 is capable of creating a proxy class which exposes the methods exported by the server. As a server library, XML_RPC2 is capable of exposing methods from a class or object instance, seamlessly exporting local methods as remotely callable procedures."
2175
        },
2176
        {
2177
            "name": "pear-pear.php.net/XML_Serializer",
2178
            "version": "0.20.2",
2179
            "dist": {
2180
                "type": "file",
2181
                "url": "https://pear.php.net/get/XML_Serializer-0.20.2.tgz",
2182
                "reference": null,
2183
                "shasum": null
2184
            },
2185
            "require": {
2186
                "ext-xml": "*",
2187
                "pear-pear.php.net/pear": "*",
2188
                "pear-pear.php.net/xml_parser": ">=1.2.6.0",
2189
                "pear-pear.php.net/xml_util": ">=1.1.1.0",
2190
                "php": ">=4.2.0.0"
2191
            },
2192
            "replace": {
2193
                "pear-pear/xml_serializer": "== 0.20.2.0"
2194
            },
2195
            "type": "pear-library",
2196
            "autoload": {
2197
                "classmap": [
2198
                    ""
2199
                ]
2200
            },
2201
            "include-path": [
2202
                "/"
2203
            ],
2204
            "license": [
2205
                "BSD License"
2206
            ],
2207
            "description": "XML_Serializer serializes complex data structures like arrays or object as XML documents.\nThis class helps you generating any XML document you require without the need for DOM.\nFurthermore this package can be used as a replacement to serialize() and unserialize() as it comes with a matching XML_Unserializer that is able to create PHP data structures (like arrays and objects) from XML documents, if type hints are available.\nIf you use the XML_Unserializer on standard XML files, it will try to guess how it has to be unserialized. In most cases it does exactly what you expect it to do.\nTry reading a RSS file with XML_Unserializer and you have the whole RSS file in a structured array or even a collection of objects, similar to XML_RSS.\n\nSince version 0.8.0 the package is able to treat XML documents similar to the simplexml extension of PHP 5."
2208
        },
2209
        {
2210
            "name": "pear-pear.php.net/XML_Util",
2211
            "version": "1.2.0",
2212
            "dist": {
2213
                "type": "file",
2214
                "url": "https://pear.php.net/get/XML_Util-1.2.0.tgz",
2215
                "reference": null,
2216
                "shasum": null
2217
            },
2218
            "require": {
2219
                "ext-pcre": "*",
2220
                "php": ">=4.3.0.0"
2221
            },
2222
            "replace": {
2223
                "pear-pear/xml_util": "== 1.2.0.0"
2224
            },
2225
            "type": "pear-library",
2226
            "autoload": {
2227
                "classmap": [
2228
                    ""
2229
                ]
2230
            },
2231
            "include-path": [
2232
                "/"
2233
            ],
2234
            "license": [
2235
                "BSD License"
2236
            ],
2237
            "description": "Selection of methods that are often needed when working with XML documents.  Functionality includes creating of attribute lists from arrays, creation of tags, validation of XML names and more."
2238
        },
2239
        {
2240
            "name": "simpletest/simpletest",
2241
            "version": "v1.1.7",
2242
            "source": {
2243
                "type": "git",
2244
                "url": "https://github.com/simpletest/simpletest.git",
2245
                "reference": "2f8c466c114bdb9c11028a0c3e6d1380ae6a18dc"
2246
            },
2247
            "dist": {
2248
                "type": "zip",
2249
                "url": "https://api.github.com/repos/simpletest/simpletest/zipball/2f8c466c114bdb9c11028a0c3e6d1380ae6a18dc",
2250
                "reference": "2f8c466c114bdb9c11028a0c3e6d1380ae6a18dc",
2251
                "shasum": ""
2252
            },
2253
            "require": {
2254
                "php": ">=5.0.5"
2255
            },
2256
            "replace": {
2257
                "lastcraft/simpletest": "self.version",
2258
                "vierbergenlars/simpletest": "self.version"
2259
            },
2260
            "type": "library",
2261
            "autoload": {
2262
                "classmap": [
2263
                    "."
2264
                ]
2265
            },
2266
            "notification-url": "https://packagist.org/downloads/",
2267
            "license": [
2268
                "LGPL-2.0+"
2269
            ],
2270
            "authors": [
2271
                {
2272
                    "name": "Lars Vierbergen",
2273
                    "email": "[email protected]"
2274
                },
2275
                {
2276
                    "name": "Lachlan Donald",
2277
                    "email": "[email protected]"
2278
                },
2279
                {
2280
                    "name": "Marcus Baker",
2281
                    "email": "[email protected]",
2282
                    "role": "Original project lead"
2283
                },
2284
                {
2285
                    "name": "Jason Sweat",
2286
                    "role": "Original developer"
2287
                },
2288
                {
2289
                    "name": "Travis Swicegood",
2290
                    "role": "Original developer"
2291
                },
2292
                {
2293
                    "name": "Perrick Penet",
2294
                    "role": "Original developer"
2295
                },
2296
                {
2297
                    "name": "Edward Z. Yang",
2298
                    "role": "Original developer"
2299
                }
2300
            ],
2301
            "description": "Unit testing, mock objects and web testing framework for PHP built around test cases.",
2302
            "homepage": "http://simpletest.org/",
2303
            "keywords": [
2304
                "SimpleTest",
2305
                "code-coverage",
2306
                "selenium",
2307
                "testing",
2308
                "unit-test"
2309
            ],
2310
            "time": "2015-09-21 18:19:52"
2311
        },
2312
        {
2313
            "name": "swiftmailer/swiftmailer",
0 ignored issues
show
There are 2 security advisories for your installed version of swiftmailer/swiftmailer:

- Remote Code Execution when using the mail transport
- Sendmail transport arbitrary shell execution
Loading history...
2314
            "version": "v4.3.1",
2315
            "source": {
2316
                "type": "git",
2317
                "url": "https://github.com/swiftmailer/swiftmailer.git",
2318
                "reference": "ae540bed1079c07aa12e9e62d9d8d4fc49bbdff2"
2319
            },
2320
            "dist": {
2321
                "type": "zip",
2322
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/ae540bed1079c07aa12e9e62d9d8d4fc49bbdff2",
2323
                "reference": "ae540bed1079c07aa12e9e62d9d8d4fc49bbdff2",
2324
                "shasum": ""
2325
            },
2326
            "require": {
2327
                "php": ">=5.2.4"
2328
            },
2329
            "type": "library",
2330
            "extra": {
2331
                "branch-alias": {
2332
                    "dev-master": "4.3-dev"
2333
                }
2334
            },
2335
            "autoload": {
2336
                "files": [
2337
                    "lib/swift_required.php"
2338
                ]
2339
            },
2340
            "notification-url": "https://packagist.org/downloads/",
2341
            "license": [
2342
                "LGPL"
2343
            ],
2344
            "authors": [
2345
                {
2346
                    "name": "Fabien Potencier",
2347
                    "email": "[email protected]",
2348
                    "homepage": "http://fabien.potencier.org",
2349
                    "role": "Lead Developer"
2350
                },
2351
                {
2352
                    "name": "Chris Corbyn"
2353
                }
2354
            ],
2355
            "description": "Swiftmailer, free feature-rich PHP mailer",
2356
            "homepage": "http://swiftmailer.org",
2357
            "keywords": [
2358
                "mail",
2359
                "mailer"
2360
            ],
2361
            "time": "2013-04-11 10:22:09"
2362
        },
2363
        {
2364
            "name": "troelskn/bucket",
2365
            "version": "dev-master",
2366
            "source": {
2367
                "type": "git",
2368
                "url": "https://github.com/troelskn/bucket.git",
2369
                "reference": "236ca9807663d0d8f37ef963db87d7b1ba05a23b"
2370
            },
2371
            "require": {
2372
                "php": ">=5.0.0"
2373
            },
2374
            "require-dev": {
2375
                "simpletest/simpletest": ">=1.1"
2376
            },
2377
            "type": "library",
2378
            "autoload": {
2379
                "files": [
2380
                    "lib/bucket.inc.php"
2381
                ]
2382
            },
2383
            "license": [
2384
                "BSD-4-Clause"
2385
            ],
2386
            "authors": [
2387
                {
2388
                    "name": "Troels Knak-Nielsen",
2389
                    "email": "[email protected]",
2390
                    "homepage": "http://troelskn.com/",
2391
                    "role": "Developer"
2392
                }
2393
            ],
2394
            "description": "Bucket is a very minimal, yet useful di-container for PHP.",
2395
            "homepage": "https://github.com/troelskn/bucket",
2396
            "keywords": [
2397
                "dependency injection",
2398
                "di-container"
2399
            ],
2400
            "time": "2016-04-05 11:58:03"
2401
        },
2402
        {
2403
            "name": "troelskn/konstrukt",
2404
            "version": "dev-composer-autoload",
2405
            "source": {
2406
                "type": "git",
2407
                "url": "https://github.com/troelskn/konstrukt.git",
2408
                "reference": "92ad104aad32f0941755987162b7659aaa8ee1c2"
2409
            },
2410
            "require": {
2411
                "php": ">=5.0.0",
2412
                "simpletest/simpletest": "1.1.*"
2413
            },
2414
            "require-dev": {
2415
                "squizlabs/php_codesniffer": "2.*",
2416
                "troelskn/bucket": "*"
2417
            },
2418
            "type": "library",
2419
            "autoload": {
2420
                "files": [
2421
                    "lib/konstrukt/konstrukt.inc.php",
2422
                    "lib/konstrukt/adapter.inc.php",
2423
                    "lib/konstrukt/charset.inc.php",
2424
                    "lib/konstrukt/response.inc.php",
2425
                    "lib/konstrukt/logging.inc.php",
2426
                    "lib/konstrukt/template.inc.php"
2427
                ]
2428
            },
2429
            "license": [
2430
                "GPL-2.0+"
2431
            ],
2432
            "authors": [
2433
                {
2434
                    "name": "Troels Knak-Nielsen",
2435
                    "email": "[email protected]",
2436
                    "homepage": "http://troelskn.com/",
2437
                    "role": "Developer"
2438
                }
2439
            ],
2440
            "description": "Konstrukt is a minimalistic framework which provides a foundation on which to build rather than a boxed solution to all problems. It focuses on the controller layer, and tries to encourage the developer to deal directly with the HTTP protocol instead of abstracting it away. Konstrukt uses a hierarchical controller pattern, which provides a greater level of flexibility than the popular routed front controller frameworks.",
2441
            "homepage": "http://http://konstrukt.dk/",
2442
            "keywords": [
2443
                "exif",
2444
                "image"
2445
            ],
2446
            "time": "2016-04-19 21:00:54"
2447
        }
2448
    ],
2449
    "packages-dev": [
2450
        {
2451
            "name": "doctrine/instantiator",
2452
            "version": "dev-master",
2453
            "source": {
2454
                "type": "git",
2455
                "url": "https://github.com/doctrine/instantiator.git",
2456
                "reference": "5acd2bd8c2b600ad5cc4c9180ebf0a930604d6a5"
2457
            },
2458
            "dist": {
2459
                "type": "zip",
2460
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/5acd2bd8c2b600ad5cc4c9180ebf0a930604d6a5",
2461
                "reference": "5acd2bd8c2b600ad5cc4c9180ebf0a930604d6a5",
2462
                "shasum": ""
2463
            },
2464
            "require": {
2465
                "php": ">=5.3,<8.0-DEV"
2466
            },
2467
            "require-dev": {
2468
                "athletic/athletic": "~0.1.8",
2469
                "ext-pdo": "*",
2470
                "ext-phar": "*",
2471
                "phpunit/phpunit": "~4.0",
2472
                "squizlabs/php_codesniffer": "~2.0"
2473
            },
2474
            "type": "library",
2475
            "extra": {
2476
                "branch-alias": {
2477
                    "dev-master": "1.0.x-dev"
2478
                }
2479
            },
2480
            "autoload": {
2481
                "psr-4": {
2482
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2483
                }
2484
            },
2485
            "notification-url": "https://packagist.org/downloads/",
2486
            "license": [
2487
                "MIT"
2488
            ],
2489
            "authors": [
2490
                {
2491
                    "name": "Marco Pivetta",
2492
                    "email": "[email protected]",
2493
                    "homepage": "http://ocramius.github.com/"
2494
                }
2495
            ],
2496
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2497
            "homepage": "https://github.com/doctrine/instantiator",
2498
            "keywords": [
2499
                "constructor",
2500
                "instantiate"
2501
            ],
2502
            "time": "2017-02-16 16:15:51"
2503
        },
2504
        {
2505
            "name": "guzzle/guzzle",
2506
            "version": "dev-master",
2507
            "source": {
2508
                "type": "git",
2509
                "url": "https://github.com/guzzle/guzzle3.git",
2510
                "reference": "f7778ed85e3db90009d79725afd6c3a82dab32fe"
2511
            },
2512
            "dist": {
2513
                "type": "zip",
2514
                "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/f7778ed85e3db90009d79725afd6c3a82dab32fe",
2515
                "reference": "f7778ed85e3db90009d79725afd6c3a82dab32fe",
2516
                "shasum": ""
2517
            },
2518
            "require": {
2519
                "ext-curl": "*",
2520
                "php": ">=5.3.3",
2521
                "symfony/event-dispatcher": "~2.1"
2522
            },
2523
            "replace": {
2524
                "guzzle/batch": "self.version",
2525
                "guzzle/cache": "self.version",
2526
                "guzzle/common": "self.version",
2527
                "guzzle/http": "self.version",
2528
                "guzzle/inflection": "self.version",
2529
                "guzzle/iterator": "self.version",
2530
                "guzzle/log": "self.version",
2531
                "guzzle/parser": "self.version",
2532
                "guzzle/plugin": "self.version",
2533
                "guzzle/plugin-async": "self.version",
2534
                "guzzle/plugin-backoff": "self.version",
2535
                "guzzle/plugin-cache": "self.version",
2536
                "guzzle/plugin-cookie": "self.version",
2537
                "guzzle/plugin-curlauth": "self.version",
2538
                "guzzle/plugin-error-response": "self.version",
2539
                "guzzle/plugin-history": "self.version",
2540
                "guzzle/plugin-log": "self.version",
2541
                "guzzle/plugin-md5": "self.version",
2542
                "guzzle/plugin-mock": "self.version",
2543
                "guzzle/plugin-oauth": "self.version",
2544
                "guzzle/service": "self.version",
2545
                "guzzle/stream": "self.version"
2546
            },
2547
            "require-dev": {
2548
                "doctrine/cache": "~1.3",
2549
                "monolog/monolog": "~1.0",
2550
                "phpunit/phpunit": "3.7.*",
2551
                "psr/log": "~1.0",
2552
                "symfony/class-loader": "~2.1",
2553
                "zendframework/zend-cache": "2.*,<2.3",
2554
                "zendframework/zend-log": "2.*,<2.3"
2555
            },
2556
            "suggest": {
2557
                "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
2558
            },
2559
            "type": "library",
2560
            "extra": {
2561
                "branch-alias": {
2562
                    "dev-master": "3.9-dev"
2563
                }
2564
            },
2565
            "autoload": {
2566
                "psr-0": {
2567
                    "Guzzle": "src/",
2568
                    "Guzzle\\Tests": "tests/"
2569
                }
2570
            },
2571
            "notification-url": "https://packagist.org/downloads/",
2572
            "license": [
2573
                "MIT"
2574
            ],
2575
            "authors": [
2576
                {
2577
                    "name": "Michael Dowling",
2578
                    "email": "[email protected]",
2579
                    "homepage": "https://github.com/mtdowling"
2580
                },
2581
                {
2582
                    "name": "Guzzle Community",
2583
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
2584
                }
2585
            ],
2586
            "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
2587
            "homepage": "http://guzzlephp.org/",
2588
            "keywords": [
2589
                "client",
2590
                "curl",
2591
                "framework",
2592
                "http",
2593
                "http client",
2594
                "rest",
2595
                "web service"
2596
            ],
2597
            "abandoned": "guzzlehttp/guzzle",
2598
            "time": "2016-10-26 18:22:07"
2599
        },
2600
        {
2601
            "name": "ilib/selenium-selenese-testsuite-generator",
2602
            "version": "dev-master",
2603
            "source": {
2604
                "type": "git",
2605
                "url": "https://github.com/intraface/Ilib_Testing_Selenium_Selenese_TestSuiteGenerator.git",
2606
                "reference": "ca511d8a84907b91022fb6461ef56b2120f523e6"
2607
            },
2608
            "require": {
2609
                "php": ">=5.3.2"
2610
            },
2611
            "require-dev": {
2612
                "phpunit/phpunit": "4.4.*",
2613
                "squizlabs/php_codesniffer": "2.*"
2614
            },
2615
            "type": "library",
2616
            "autoload": {
2617
                "classmap": [
2618
                    "src/"
2619
                ]
2620
            },
2621
            "autoload-dev": {
2622
                "classmap": [
2623
                    "tests/"
2624
                ]
2625
            },
2626
            "license": [
2627
                "MIT"
2628
            ],
2629
            "authors": [
2630
                {
2631
                    "name": "Lars Olesen",
2632
                    "email": "[email protected]"
2633
                },
2634
                {
2635
                    "name": "Sune T. Jensen",
2636
                    "email": "[email protected]"
2637
                }
2638
            ],
2639
            "homepage": "https://github.com/intraface/Ilib_Testing_Selenium_Selenese_TestSuiteGenerator",
2640
            "time": "2016-04-20 08:26:45"
2641
        },
2642
        {
2643
            "name": "phpunit/php-code-coverage",
2644
            "version": "2.2.x-dev",
2645
            "source": {
2646
                "type": "git",
2647
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2648
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
2649
            },
2650
            "dist": {
2651
                "type": "zip",
2652
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
2653
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
2654
                "shasum": ""
2655
            },
2656
            "require": {
2657
                "php": ">=5.3.3",
2658
                "phpunit/php-file-iterator": "~1.3",
2659
                "phpunit/php-text-template": "~1.2",
2660
                "phpunit/php-token-stream": "~1.3",
2661
                "sebastian/environment": "^1.3.2",
2662
                "sebastian/version": "~1.0"
2663
            },
2664
            "require-dev": {
2665
                "ext-xdebug": ">=2.1.4",
2666
                "phpunit/phpunit": "~4"
2667
            },
2668
            "suggest": {
2669
                "ext-dom": "*",
2670
                "ext-xdebug": ">=2.2.1",
2671
                "ext-xmlwriter": "*"
2672
            },
2673
            "type": "library",
2674
            "extra": {
2675
                "branch-alias": {
2676
                    "dev-master": "2.2.x-dev"
2677
                }
2678
            },
2679
            "autoload": {
2680
                "classmap": [
2681
                    "src/"
2682
                ]
2683
            },
2684
            "notification-url": "https://packagist.org/downloads/",
2685
            "license": [
2686
                "BSD-3-Clause"
2687
            ],
2688
            "authors": [
2689
                {
2690
                    "name": "Sebastian Bergmann",
2691
                    "email": "[email protected]",
2692
                    "role": "lead"
2693
                }
2694
            ],
2695
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2696
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2697
            "keywords": [
2698
                "coverage",
2699
                "testing",
2700
                "xunit"
2701
            ],
2702
            "time": "2015-10-06 15:47:00"
2703
        },
2704
        {
2705
            "name": "phpunit/php-file-iterator",
2706
            "version": "1.3.4",
2707
            "source": {
2708
                "type": "git",
2709
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2710
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
2711
            },
2712
            "dist": {
2713
                "type": "zip",
2714
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
2715
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
2716
                "shasum": ""
2717
            },
2718
            "require": {
2719
                "php": ">=5.3.3"
2720
            },
2721
            "type": "library",
2722
            "autoload": {
2723
                "classmap": [
2724
                    "File/"
2725
                ]
2726
            },
2727
            "notification-url": "https://packagist.org/downloads/",
2728
            "include-path": [
2729
                ""
2730
            ],
2731
            "license": [
2732
                "BSD-3-Clause"
2733
            ],
2734
            "authors": [
2735
                {
2736
                    "name": "Sebastian Bergmann",
2737
                    "email": "[email protected]",
2738
                    "role": "lead"
2739
                }
2740
            ],
2741
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2742
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2743
            "keywords": [
2744
                "filesystem",
2745
                "iterator"
2746
            ],
2747
            "time": "2013-10-10 15:34:57"
2748
        },
2749
        {
2750
            "name": "phpunit/php-text-template",
2751
            "version": "1.2.1",
2752
            "source": {
2753
                "type": "git",
2754
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2755
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2756
            },
2757
            "dist": {
2758
                "type": "zip",
2759
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2760
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2761
                "shasum": ""
2762
            },
2763
            "require": {
2764
                "php": ">=5.3.3"
2765
            },
2766
            "type": "library",
2767
            "autoload": {
2768
                "classmap": [
2769
                    "src/"
2770
                ]
2771
            },
2772
            "notification-url": "https://packagist.org/downloads/",
2773
            "license": [
2774
                "BSD-3-Clause"
2775
            ],
2776
            "authors": [
2777
                {
2778
                    "name": "Sebastian Bergmann",
2779
                    "email": "[email protected]",
2780
                    "role": "lead"
2781
                }
2782
            ],
2783
            "description": "Simple template engine.",
2784
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2785
            "keywords": [
2786
                "template"
2787
            ],
2788
            "time": "2015-06-21 13:50:34"
2789
        },
2790
        {
2791
            "name": "phpunit/php-timer",
2792
            "version": "dev-master",
2793
            "source": {
2794
                "type": "git",
2795
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2796
                "reference": "d107f347d368dd8a384601398280c7c608390ab7"
2797
            },
2798
            "dist": {
2799
                "type": "zip",
2800
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/d107f347d368dd8a384601398280c7c608390ab7",
2801
                "reference": "d107f347d368dd8a384601398280c7c608390ab7",
2802
                "shasum": ""
2803
            },
2804
            "require": {
2805
                "php": "^5.3.3 || ^7.0"
2806
            },
2807
            "require-dev": {
2808
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2809
            },
2810
            "type": "library",
2811
            "extra": {
2812
                "branch-alias": {
2813
                    "dev-master": "1.0-dev"
2814
                }
2815
            },
2816
            "autoload": {
2817
                "classmap": [
2818
                    "src/"
2819
                ]
2820
            },
2821
            "notification-url": "https://packagist.org/downloads/",
2822
            "license": [
2823
                "BSD-3-Clause"
2824
            ],
2825
            "authors": [
2826
                {
2827
                    "name": "Sebastian Bergmann",
2828
                    "email": "[email protected]",
2829
                    "role": "lead"
2830
                }
2831
            ],
2832
            "description": "Utility class for timing",
2833
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2834
            "keywords": [
2835
                "timer"
2836
            ],
2837
            "time": "2017-03-07 15:42:04"
2838
        },
2839
        {
2840
            "name": "phpunit/php-token-stream",
2841
            "version": "1.4.x-dev",
2842
            "source": {
2843
                "type": "git",
2844
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2845
                "reference": "958103f327daef5dd0bb328dec53e0a9e43cfaf7"
2846
            },
2847
            "dist": {
2848
                "type": "zip",
2849
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/958103f327daef5dd0bb328dec53e0a9e43cfaf7",
2850
                "reference": "958103f327daef5dd0bb328dec53e0a9e43cfaf7",
2851
                "shasum": ""
2852
            },
2853
            "require": {
2854
                "ext-tokenizer": "*",
2855
                "php": ">=5.3.3"
2856
            },
2857
            "require-dev": {
2858
                "phpunit/phpunit": "~4.2"
2859
            },
2860
            "type": "library",
2861
            "extra": {
2862
                "branch-alias": {
2863
                    "dev-master": "1.4-dev"
2864
                }
2865
            },
2866
            "autoload": {
2867
                "classmap": [
2868
                    "src/"
2869
                ]
2870
            },
2871
            "notification-url": "https://packagist.org/downloads/",
2872
            "license": [
2873
                "BSD-3-Clause"
2874
            ],
2875
            "authors": [
2876
                {
2877
                    "name": "Sebastian Bergmann",
2878
                    "email": "[email protected]"
2879
                }
2880
            ],
2881
            "description": "Wrapper around PHP's tokenizer extension.",
2882
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2883
            "keywords": [
2884
                "tokenizer"
2885
            ],
2886
            "time": "2017-03-07 08:21:50"
2887
        },
2888
        {
2889
            "name": "phpunit/phpunit",
2890
            "version": "4.4.x-dev",
2891
            "source": {
2892
                "type": "git",
2893
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2894
                "reference": "5fbd35c52d9ad2a12683a11a138e5c05b31da95a"
2895
            },
2896
            "dist": {
2897
                "type": "zip",
2898
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5fbd35c52d9ad2a12683a11a138e5c05b31da95a",
2899
                "reference": "5fbd35c52d9ad2a12683a11a138e5c05b31da95a",
2900
                "shasum": ""
2901
            },
2902
            "require": {
2903
                "ext-dom": "*",
2904
                "ext-json": "*",
2905
                "ext-pcre": "*",
2906
                "ext-reflection": "*",
2907
                "ext-spl": "*",
2908
                "php": ">=5.3.3",
2909
                "phpunit/php-code-coverage": "~2.0",
2910
                "phpunit/php-file-iterator": "~1.3.2",
2911
                "phpunit/php-text-template": "~1.2",
2912
                "phpunit/php-timer": "~1.0.2",
2913
                "phpunit/phpunit-mock-objects": "~2.3",
2914
                "sebastian/comparator": "~1.0",
2915
                "sebastian/diff": "~1.1",
2916
                "sebastian/environment": "~1.1",
2917
                "sebastian/exporter": "~1.1",
2918
                "sebastian/global-state": "~1.0",
2919
                "sebastian/recursion-context": "~1.0",
2920
                "sebastian/version": "~1.0",
2921
                "symfony/yaml": "~2.0"
2922
            },
2923
            "suggest": {
2924
                "phpunit/php-invoker": "~1.1"
2925
            },
2926
            "bin": [
2927
                "phpunit"
2928
            ],
2929
            "type": "library",
2930
            "extra": {
2931
                "branch-alias": {
2932
                    "dev-master": "4.4.x-dev"
2933
                }
2934
            },
2935
            "autoload": {
2936
                "classmap": [
2937
                    "src/"
2938
                ]
2939
            },
2940
            "notification-url": "https://packagist.org/downloads/",
2941
            "license": [
2942
                "BSD-3-Clause"
2943
            ],
2944
            "authors": [
2945
                {
2946
                    "name": "Sebastian Bergmann",
2947
                    "email": "[email protected]",
2948
                    "role": "lead"
2949
                }
2950
            ],
2951
            "description": "The PHP Unit Testing framework.",
2952
            "homepage": "https://phpunit.de/",
2953
            "keywords": [
2954
                "phpunit",
2955
                "testing",
2956
                "xunit"
2957
            ],
2958
            "time": "2015-02-09 06:34:32"
2959
        },
2960
        {
2961
            "name": "phpunit/phpunit-mock-objects",
2962
            "version": "2.3.x-dev",
2963
            "source": {
2964
                "type": "git",
2965
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2966
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
2967
            },
2968
            "dist": {
2969
                "type": "zip",
2970
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
2971
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
2972
                "shasum": ""
2973
            },
2974
            "require": {
2975
                "doctrine/instantiator": "^1.0.2",
2976
                "php": ">=5.3.3",
2977
                "phpunit/php-text-template": "~1.2",
2978
                "sebastian/exporter": "~1.2"
2979
            },
2980
            "require-dev": {
2981
                "phpunit/phpunit": "~4.4"
2982
            },
2983
            "suggest": {
2984
                "ext-soap": "*"
2985
            },
2986
            "type": "library",
2987
            "extra": {
2988
                "branch-alias": {
2989
                    "dev-master": "2.3.x-dev"
2990
                }
2991
            },
2992
            "autoload": {
2993
                "classmap": [
2994
                    "src/"
2995
                ]
2996
            },
2997
            "notification-url": "https://packagist.org/downloads/",
2998
            "license": [
2999
                "BSD-3-Clause"
3000
            ],
3001
            "authors": [
3002
                {
3003
                    "name": "Sebastian Bergmann",
3004
                    "email": "[email protected]",
3005
                    "role": "lead"
3006
                }
3007
            ],
3008
            "description": "Mock Object library for PHPUnit",
3009
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3010
            "keywords": [
3011
                "mock",
3012
                "xunit"
3013
            ],
3014
            "time": "2015-10-02 06:51:40"
3015
        },
3016
        {
3017
            "name": "phpunit/phpunit-selenium",
3018
            "version": "1.4.2",
3019
            "source": {
3020
                "type": "git",
3021
                "url": "https://github.com/giorgiosironi/phpunit-selenium.git",
3022
                "reference": "c84dd7ca214563868ce216123b7ae9c792beb262"
3023
            },
3024
            "dist": {
3025
                "type": "zip",
3026
                "url": "https://api.github.com/repos/giorgiosironi/phpunit-selenium/zipball/c84dd7ca214563868ce216123b7ae9c792beb262",
3027
                "reference": "c84dd7ca214563868ce216123b7ae9c792beb262",
3028
                "shasum": ""
3029
            },
3030
            "require": {
3031
                "ext-curl": "*",
3032
                "ext-dom": "*",
3033
                "php": ">=5.3.3",
3034
                "phpunit/phpunit": "~3.7|~4.0",
3035
                "sebastian/comparator": "~1.0"
3036
            },
3037
            "type": "library",
3038
            "autoload": {
3039
                "classmap": [
3040
                    "PHPUnit/"
3041
                ]
3042
            },
3043
            "notification-url": "https://packagist.org/downloads/",
3044
            "include-path": [
3045
                ""
3046
            ],
3047
            "license": [
3048
                "BSD-3-Clause"
3049
            ],
3050
            "authors": [
3051
                {
3052
                    "name": "Sebastian Bergmann",
3053
                    "email": "[email protected]",
3054
                    "role": "lead"
3055
                },
3056
                {
3057
                    "name": "Giorgio Sironi",
3058
                    "email": "[email protected]",
3059
                    "role": "developer"
3060
                }
3061
            ],
3062
            "description": "Selenium Server integration for PHPUnit",
3063
            "homepage": "http://www.phpunit.de/",
3064
            "keywords": [
3065
                "selenium",
3066
                "testing",
3067
                "xunit"
3068
            ],
3069
            "time": "2014-11-02 09:23:27"
3070
        },
3071
        {
3072
            "name": "psr/log",
3073
            "version": "dev-master",
3074
            "source": {
3075
                "type": "git",
3076
                "url": "https://github.com/php-fig/log.git",
3077
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
3078
            },
3079
            "dist": {
3080
                "type": "zip",
3081
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
3082
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
3083
                "shasum": ""
3084
            },
3085
            "require": {
3086
                "php": ">=5.3.0"
3087
            },
3088
            "type": "library",
3089
            "extra": {
3090
                "branch-alias": {
3091
                    "dev-master": "1.0.x-dev"
3092
                }
3093
            },
3094
            "autoload": {
3095
                "psr-4": {
3096
                    "Psr\\Log\\": "Psr/Log/"
3097
                }
3098
            },
3099
            "notification-url": "https://packagist.org/downloads/",
3100
            "license": [
3101
                "MIT"
3102
            ],
3103
            "authors": [
3104
                {
3105
                    "name": "PHP-FIG",
3106
                    "homepage": "http://www.php-fig.org/"
3107
                }
3108
            ],
3109
            "description": "Common interface for logging libraries",
3110
            "homepage": "https://github.com/php-fig/log",
3111
            "keywords": [
3112
                "log",
3113
                "psr",
3114
                "psr-3"
3115
            ],
3116
            "time": "2016-10-10 12:19:37"
3117
        },
3118
        {
3119
            "name": "satooshi/php-coveralls",
3120
            "version": "v1.0.1",
3121
            "source": {
3122
                "type": "git",
3123
                "url": "https://github.com/satooshi/php-coveralls.git",
3124
                "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c"
3125
            },
3126
            "dist": {
3127
                "type": "zip",
3128
                "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/da51d304fe8622bf9a6da39a8446e7afd432115c",
3129
                "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c",
3130
                "shasum": ""
3131
            },
3132
            "require": {
3133
                "ext-json": "*",
3134
                "ext-simplexml": "*",
3135
                "guzzle/guzzle": "^2.8|^3.0",
3136
                "php": ">=5.3.3",
3137
                "psr/log": "^1.0",
3138
                "symfony/config": "^2.1|^3.0",
3139
                "symfony/console": "^2.1|^3.0",
3140
                "symfony/stopwatch": "^2.0|^3.0",
3141
                "symfony/yaml": "^2.0|^3.0"
3142
            },
3143
            "suggest": {
3144
                "symfony/http-kernel": "Allows Symfony integration"
3145
            },
3146
            "bin": [
3147
                "bin/coveralls"
3148
            ],
3149
            "type": "library",
3150
            "autoload": {
3151
                "psr-4": {
3152
                    "Satooshi\\": "src/Satooshi/"
3153
                }
3154
            },
3155
            "notification-url": "https://packagist.org/downloads/",
3156
            "license": [
3157
                "MIT"
3158
            ],
3159
            "authors": [
3160
                {
3161
                    "name": "Kitamura Satoshi",
3162
                    "email": "[email protected]",
3163
                    "homepage": "https://www.facebook.com/satooshi.jp"
3164
                }
3165
            ],
3166
            "description": "PHP client library for Coveralls API",
3167
            "homepage": "https://github.com/satooshi/php-coveralls",
3168
            "keywords": [
3169
                "ci",
3170
                "coverage",
3171
                "github",
3172
                "test"
3173
            ],
3174
            "time": "2016-01-20 17:35:46"
3175
        },
3176
        {
3177
            "name": "sebastian/comparator",
3178
            "version": "1.2.x-dev",
3179
            "source": {
3180
                "type": "git",
3181
                "url": "https://github.com/sebastianbergmann/comparator.git",
3182
                "reference": "18a5d97c25f408f48acaf6d1b9f4079314c5996a"
3183
            },
3184
            "dist": {
3185
                "type": "zip",
3186
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/18a5d97c25f408f48acaf6d1b9f4079314c5996a",
3187
                "reference": "18a5d97c25f408f48acaf6d1b9f4079314c5996a",
3188
                "shasum": ""
3189
            },
3190
            "require": {
3191
                "php": ">=5.3.3",
3192
                "sebastian/diff": "~1.2",
3193
                "sebastian/exporter": "~1.2 || ~2.0"
3194
            },
3195
            "require-dev": {
3196
                "phpunit/phpunit": "~4.4"
3197
            },
3198
            "type": "library",
3199
            "extra": {
3200
                "branch-alias": {
3201
                    "dev-master": "1.2.x-dev"
3202
                }
3203
            },
3204
            "autoload": {
3205
                "classmap": [
3206
                    "src/"
3207
                ]
3208
            },
3209
            "notification-url": "https://packagist.org/downloads/",
3210
            "license": [
3211
                "BSD-3-Clause"
3212
            ],
3213
            "authors": [
3214
                {
3215
                    "name": "Jeff Welch",
3216
                    "email": "[email protected]"
3217
                },
3218
                {
3219
                    "name": "Volker Dusch",
3220
                    "email": "[email protected]"
3221
                },
3222
                {
3223
                    "name": "Bernhard Schussek",
3224
                    "email": "[email protected]"
3225
                },
3226
                {
3227
                    "name": "Sebastian Bergmann",
3228
                    "email": "[email protected]"
3229
                }
3230
            ],
3231
            "description": "Provides the functionality to compare PHP values for equality",
3232
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
3233
            "keywords": [
3234
                "comparator",
3235
                "compare",
3236
                "equality"
3237
            ],
3238
            "time": "2017-03-07 10:34:43"
3239
        },
3240
        {
3241
            "name": "sebastian/diff",
3242
            "version": "dev-master",
3243
            "source": {
3244
                "type": "git",
3245
                "url": "https://github.com/sebastianbergmann/diff.git",
3246
                "reference": "763d7adeb8c35d2af2b04c0f6cafeee059074dfb"
3247
            },
3248
            "dist": {
3249
                "type": "zip",
3250
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/763d7adeb8c35d2af2b04c0f6cafeee059074dfb",
3251
                "reference": "763d7adeb8c35d2af2b04c0f6cafeee059074dfb",
3252
                "shasum": ""
3253
            },
3254
            "require": {
3255
                "php": "^5.3.3 || ^7.0"
3256
            },
3257
            "require-dev": {
3258
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3259
            },
3260
            "type": "library",
3261
            "extra": {
3262
                "branch-alias": {
3263
                    "dev-master": "1.4-dev"
3264
                }
3265
            },
3266
            "autoload": {
3267
                "classmap": [
3268
                    "src/"
3269
                ]
3270
            },
3271
            "notification-url": "https://packagist.org/downloads/",
3272
            "license": [
3273
                "BSD-3-Clause"
3274
            ],
3275
            "authors": [
3276
                {
3277
                    "name": "Kore Nordmann",
3278
                    "email": "[email protected]"
3279
                },
3280
                {
3281
                    "name": "Sebastian Bergmann",
3282
                    "email": "[email protected]"
3283
                }
3284
            ],
3285
            "description": "Diff implementation",
3286
            "homepage": "https://github.com/sebastianbergmann/diff",
3287
            "keywords": [
3288
                "diff"
3289
            ],
3290
            "time": "2017-03-07 07:26:53"
3291
        },
3292
        {
3293
            "name": "sebastian/environment",
3294
            "version": "1.3.x-dev",
3295
            "source": {
3296
                "type": "git",
3297
                "url": "https://github.com/sebastianbergmann/environment.git",
3298
                "reference": "67f55699c2810ff0f2cc47478bbdeda8567e68ee"
3299
            },
3300
            "dist": {
3301
                "type": "zip",
3302
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/67f55699c2810ff0f2cc47478bbdeda8567e68ee",
3303
                "reference": "67f55699c2810ff0f2cc47478bbdeda8567e68ee",
3304
                "shasum": ""
3305
            },
3306
            "require": {
3307
                "php": "^5.3.3 || ^7.0"
3308
            },
3309
            "require-dev": {
3310
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3311
            },
3312
            "type": "library",
3313
            "extra": {
3314
                "branch-alias": {
3315
                    "dev-master": "1.3.x-dev"
3316
                }
3317
            },
3318
            "autoload": {
3319
                "classmap": [
3320
                    "src/"
3321
                ]
3322
            },
3323
            "notification-url": "https://packagist.org/downloads/",
3324
            "license": [
3325
                "BSD-3-Clause"
3326
            ],
3327
            "authors": [
3328
                {
3329
                    "name": "Sebastian Bergmann",
3330
                    "email": "[email protected]"
3331
                }
3332
            ],
3333
            "description": "Provides functionality to handle HHVM/PHP environments",
3334
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3335
            "keywords": [
3336
                "Xdebug",
3337
                "environment",
3338
                "hhvm"
3339
            ],
3340
            "time": "2017-02-28 08:18:59"
3341
        },
3342
        {
3343
            "name": "sebastian/exporter",
3344
            "version": "1.2.x-dev",
3345
            "source": {
3346
                "type": "git",
3347
                "url": "https://github.com/sebastianbergmann/exporter.git",
3348
                "reference": "dcd43bcc0fd3551bd2ede0081882d549bb78225d"
3349
            },
3350
            "dist": {
3351
                "type": "zip",
3352
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/dcd43bcc0fd3551bd2ede0081882d549bb78225d",
3353
                "reference": "dcd43bcc0fd3551bd2ede0081882d549bb78225d",
3354
                "shasum": ""
3355
            },
3356
            "require": {
3357
                "php": "^5.3.3 || ^7.0",
3358
                "sebastian/recursion-context": "^1.0"
3359
            },
3360
            "require-dev": {
3361
                "ext-mbstring": "*",
3362
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3363
            },
3364
            "type": "library",
3365
            "extra": {
3366
                "branch-alias": {
3367
                    "dev-master": "1.2.x-dev"
3368
                }
3369
            },
3370
            "autoload": {
3371
                "classmap": [
3372
                    "src/"
3373
                ]
3374
            },
3375
            "notification-url": "https://packagist.org/downloads/",
3376
            "license": [
3377
                "BSD-3-Clause"
3378
            ],
3379
            "authors": [
3380
                {
3381
                    "name": "Jeff Welch",
3382
                    "email": "[email protected]"
3383
                },
3384
                {
3385
                    "name": "Volker Dusch",
3386
                    "email": "[email protected]"
3387
                },
3388
                {
3389
                    "name": "Bernhard Schussek",
3390
                    "email": "[email protected]"
3391
                },
3392
                {
3393
                    "name": "Sebastian Bergmann",
3394
                    "email": "[email protected]"
3395
                },
3396
                {
3397
                    "name": "Adam Harvey",
3398
                    "email": "[email protected]"
3399
                }
3400
            ],
3401
            "description": "Provides the functionality to export PHP variables for visualization",
3402
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3403
            "keywords": [
3404
                "export",
3405
                "exporter"
3406
            ],
3407
            "time": "2017-02-26 13:09:30"
3408
        },
3409
        {
3410
            "name": "sebastian/global-state",
3411
            "version": "1.1.x-dev",
3412
            "source": {
3413
                "type": "git",
3414
                "url": "https://github.com/sebastianbergmann/global-state.git",
3415
                "reference": "cea85a84b00f2795341ebbbca4fa396347f2494e"
3416
            },
3417
            "dist": {
3418
                "type": "zip",
3419
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/cea85a84b00f2795341ebbbca4fa396347f2494e",
3420
                "reference": "cea85a84b00f2795341ebbbca4fa396347f2494e",
3421
                "shasum": ""
3422
            },
3423
            "require": {
3424
                "php": ">=5.3.3"
3425
            },
3426
            "require-dev": {
3427
                "phpunit/phpunit": "~4.2|~5.0"
3428
            },
3429
            "suggest": {
3430
                "ext-uopz": "*"
3431
            },
3432
            "type": "library",
3433
            "extra": {
3434
                "branch-alias": {
3435
                    "dev-master": "1.0-dev"
3436
                }
3437
            },
3438
            "autoload": {
3439
                "classmap": [
3440
                    "src/"
3441
                ]
3442
            },
3443
            "notification-url": "https://packagist.org/downloads/",
3444
            "license": [
3445
                "BSD-3-Clause"
3446
            ],
3447
            "authors": [
3448
                {
3449
                    "name": "Sebastian Bergmann",
3450
                    "email": "[email protected]"
3451
                }
3452
            ],
3453
            "description": "Snapshotting of global state",
3454
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3455
            "keywords": [
3456
                "global state"
3457
            ],
3458
            "time": "2017-02-23 14:11:06"
3459
        },
3460
        {
3461
            "name": "sebastian/recursion-context",
3462
            "version": "1.0.x-dev",
3463
            "source": {
3464
                "type": "git",
3465
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3466
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
3467
            },
3468
            "dist": {
3469
                "type": "zip",
3470
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
3471
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
3472
                "shasum": ""
3473
            },
3474
            "require": {
3475
                "php": ">=5.3.3"
3476
            },
3477
            "require-dev": {
3478
                "phpunit/phpunit": "~4.4"
3479
            },
3480
            "type": "library",
3481
            "extra": {
3482
                "branch-alias": {
3483
                    "dev-master": "1.0.x-dev"
3484
                }
3485
            },
3486
            "autoload": {
3487
                "classmap": [
3488
                    "src/"
3489
                ]
3490
            },
3491
            "notification-url": "https://packagist.org/downloads/",
3492
            "license": [
3493
                "BSD-3-Clause"
3494
            ],
3495
            "authors": [
3496
                {
3497
                    "name": "Jeff Welch",
3498
                    "email": "[email protected]"
3499
                },
3500
                {
3501
                    "name": "Sebastian Bergmann",
3502
                    "email": "[email protected]"
3503
                },
3504
                {
3505
                    "name": "Adam Harvey",
3506
                    "email": "[email protected]"
3507
                }
3508
            ],
3509
            "description": "Provides functionality to recursively process PHP variables",
3510
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3511
            "time": "2016-10-03 07:41:43"
3512
        },
3513
        {
3514
            "name": "sebastian/version",
3515
            "version": "1.0.6",
3516
            "source": {
3517
                "type": "git",
3518
                "url": "https://github.com/sebastianbergmann/version.git",
3519
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
3520
            },
3521
            "dist": {
3522
                "type": "zip",
3523
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
3524
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
3525
                "shasum": ""
3526
            },
3527
            "type": "library",
3528
            "autoload": {
3529
                "classmap": [
3530
                    "src/"
3531
                ]
3532
            },
3533
            "notification-url": "https://packagist.org/downloads/",
3534
            "license": [
3535
                "BSD-3-Clause"
3536
            ],
3537
            "authors": [
3538
                {
3539
                    "name": "Sebastian Bergmann",
3540
                    "email": "[email protected]",
3541
                    "role": "lead"
3542
                }
3543
            ],
3544
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3545
            "homepage": "https://github.com/sebastianbergmann/version",
3546
            "time": "2015-06-21 13:59:46"
3547
        },
3548
        {
3549
            "name": "squizlabs/php_codesniffer",
3550
            "version": "dev-master",
3551
            "source": {
3552
                "type": "git",
3553
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
3554
                "reference": "2d2fb2b8cee337d9da0cc94cdd14282c0d6e03ba"
3555
            },
3556
            "dist": {
3557
                "type": "zip",
3558
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/2d2fb2b8cee337d9da0cc94cdd14282c0d6e03ba",
3559
                "reference": "2d2fb2b8cee337d9da0cc94cdd14282c0d6e03ba",
3560
                "shasum": ""
3561
            },
3562
            "require": {
3563
                "ext-simplexml": "*",
3564
                "ext-tokenizer": "*",
3565
                "ext-xmlwriter": "*",
3566
                "php": ">=5.1.2"
3567
            },
3568
            "require-dev": {
3569
                "phpunit/phpunit": "~4.0"
3570
            },
3571
            "bin": [
3572
                "scripts/phpcs",
3573
                "scripts/phpcbf"
3574
            ],
3575
            "type": "library",
3576
            "extra": {
3577
                "branch-alias": {
3578
                    "dev-master": "2.x-dev"
3579
                }
3580
            },
3581
            "autoload": {
3582
                "classmap": [
3583
                    "CodeSniffer.php",
3584
                    "CodeSniffer/CLI.php",
3585
                    "CodeSniffer/Exception.php",
3586
                    "CodeSniffer/File.php",
3587
                    "CodeSniffer/Fixer.php",
3588
                    "CodeSniffer/Report.php",
3589
                    "CodeSniffer/Reporting.php",
3590
                    "CodeSniffer/Sniff.php",
3591
                    "CodeSniffer/Tokens.php",
3592
                    "CodeSniffer/Reports/",
3593
                    "CodeSniffer/Tokenizers/",
3594
                    "CodeSniffer/DocGenerators/",
3595
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
3596
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
3597
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
3598
                    "CodeSniffer/Standards/IncorrectPatternException.php",
3599
                    "CodeSniffer/Standards/Generic/Sniffs/",
3600
                    "CodeSniffer/Standards/MySource/Sniffs/",
3601
                    "CodeSniffer/Standards/PEAR/Sniffs/",
3602
                    "CodeSniffer/Standards/PSR1/Sniffs/",
3603
                    "CodeSniffer/Standards/PSR2/Sniffs/",
3604
                    "CodeSniffer/Standards/Squiz/Sniffs/",
3605
                    "CodeSniffer/Standards/Zend/Sniffs/"
3606
                ]
3607
            },
3608
            "notification-url": "https://packagist.org/downloads/",
3609
            "license": [
3610
                "BSD-3-Clause"
3611
            ],
3612
            "authors": [
3613
                {
3614
                    "name": "Greg Sherwood",
3615
                    "role": "lead"
3616
                }
3617
            ],
3618
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
3619
            "homepage": "http://www.squizlabs.com/php-codesniffer",
3620
            "keywords": [
3621
                "phpcs",
3622
                "standards"
3623
            ],
3624
            "time": "2017-03-19 21:54:14"
3625
        },
3626
        {
3627
            "name": "symfony/config",
3628
            "version": "dev-master",
3629
            "source": {
3630
                "type": "git",
3631
                "url": "https://github.com/symfony/config.git",
3632
                "reference": "c7b22412a63602c443956344bec700707a74c494"
3633
            },
3634
            "dist": {
3635
                "type": "zip",
3636
                "url": "https://api.github.com/repos/symfony/config/zipball/c7b22412a63602c443956344bec700707a74c494",
3637
                "reference": "c7b22412a63602c443956344bec700707a74c494",
3638
                "shasum": ""
3639
            },
3640
            "require": {
3641
                "php": ">=5.5.9",
3642
                "symfony/filesystem": "~2.8|~3.0"
3643
            },
3644
            "conflict": {
3645
                "symfony/dependency-injection": "<3.3"
3646
            },
3647
            "require-dev": {
3648
                "symfony/dependency-injection": "~3.3",
3649
                "symfony/yaml": "~3.0"
3650
            },
3651
            "suggest": {
3652
                "symfony/yaml": "To use the yaml reference dumper"
3653
            },
3654
            "type": "library",
3655
            "extra": {
3656
                "branch-alias": {
3657
                    "dev-master": "3.3-dev"
3658
                }
3659
            },
3660
            "autoload": {
3661
                "psr-4": {
3662
                    "Symfony\\Component\\Config\\": ""
3663
                },
3664
                "exclude-from-classmap": [
3665
                    "/Tests/"
3666
                ]
3667
            },
3668
            "notification-url": "https://packagist.org/downloads/",
3669
            "license": [
3670
                "MIT"
3671
            ],
3672
            "authors": [
3673
                {
3674
                    "name": "Fabien Potencier",
3675
                    "email": "[email protected]"
3676
                },
3677
                {
3678
                    "name": "Symfony Community",
3679
                    "homepage": "https://symfony.com/contributors"
3680
                }
3681
            ],
3682
            "description": "Symfony Config Component",
3683
            "homepage": "https://symfony.com",
3684
            "time": "2017-03-07 19:35:42"
3685
        },
3686
        {
3687
            "name": "symfony/console",
3688
            "version": "dev-master",
3689
            "source": {
3690
                "type": "git",
3691
                "url": "https://github.com/symfony/console.git",
3692
                "reference": "2e8369faed1e0bf0fb7d2831832544d204a9a133"
3693
            },
3694
            "dist": {
3695
                "type": "zip",
3696
                "url": "https://api.github.com/repos/symfony/console/zipball/2e8369faed1e0bf0fb7d2831832544d204a9a133",
3697
                "reference": "2e8369faed1e0bf0fb7d2831832544d204a9a133",
3698
                "shasum": ""
3699
            },
3700
            "require": {
3701
                "php": ">=5.5.9",
3702
                "symfony/debug": "~2.8|~3.0",
3703
                "symfony/polyfill-mbstring": "~1.0"
3704
            },
3705
            "conflict": {
3706
                "symfony/dependency-injection": "<3.3"
3707
            },
3708
            "require-dev": {
3709
                "psr/log": "~1.0",
3710
                "symfony/dependency-injection": "~3.3",
3711
                "symfony/event-dispatcher": "~2.8|~3.0",
3712
                "symfony/filesystem": "~2.8|~3.0",
3713
                "symfony/http-kernel": "~2.8|~3.0",
3714
                "symfony/process": "~2.8|~3.0"
3715
            },
3716
            "suggest": {
3717
                "psr/log": "For using the console logger",
3718
                "symfony/event-dispatcher": "",
3719
                "symfony/filesystem": "",
3720
                "symfony/process": ""
3721
            },
3722
            "type": "library",
3723
            "extra": {
3724
                "branch-alias": {
3725
                    "dev-master": "3.3-dev"
3726
                }
3727
            },
3728
            "autoload": {
3729
                "psr-4": {
3730
                    "Symfony\\Component\\Console\\": ""
3731
                },
3732
                "exclude-from-classmap": [
3733
                    "/Tests/"
3734
                ]
3735
            },
3736
            "notification-url": "https://packagist.org/downloads/",
3737
            "license": [
3738
                "MIT"
3739
            ],
3740
            "authors": [
3741
                {
3742
                    "name": "Fabien Potencier",
3743
                    "email": "[email protected]"
3744
                },
3745
                {
3746
                    "name": "Symfony Community",
3747
                    "homepage": "https://symfony.com/contributors"
3748
                }
3749
            ],
3750
            "description": "Symfony Console Component",
3751
            "homepage": "https://symfony.com",
3752
            "time": "2017-03-17 13:55:48"
3753
        },
3754
        {
3755
            "name": "symfony/debug",
3756
            "version": "dev-master",
3757
            "source": {
3758
                "type": "git",
3759
                "url": "https://github.com/symfony/debug.git",
3760
                "reference": "105f6a21065954b6449e47effb98bdae8317e733"
3761
            },
3762
            "dist": {
3763
                "type": "zip",
3764
                "url": "https://api.github.com/repos/symfony/debug/zipball/105f6a21065954b6449e47effb98bdae8317e733",
3765
                "reference": "105f6a21065954b6449e47effb98bdae8317e733",
3766
                "shasum": ""
3767
            },
3768
            "require": {
3769
                "php": ">=5.5.9",
3770
                "psr/log": "~1.0"
3771
            },
3772
            "conflict": {
3773
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
3774
            },
3775
            "require-dev": {
3776
                "symfony/http-kernel": "~2.8|~3.0"
3777
            },
3778
            "type": "library",
3779
            "extra": {
3780
                "branch-alias": {
3781
                    "dev-master": "3.3-dev"
3782
                }
3783
            },
3784
            "autoload": {
3785
                "psr-4": {
3786
                    "Symfony\\Component\\Debug\\": ""
3787
                },
3788
                "exclude-from-classmap": [
3789
                    "/Tests/"
3790
                ]
3791
            },
3792
            "notification-url": "https://packagist.org/downloads/",
3793
            "license": [
3794
                "MIT"
3795
            ],
3796
            "authors": [
3797
                {
3798
                    "name": "Fabien Potencier",
3799
                    "email": "[email protected]"
3800
                },
3801
                {
3802
                    "name": "Symfony Community",
3803
                    "homepage": "https://symfony.com/contributors"
3804
                }
3805
            ],
3806
            "description": "Symfony Debug Component",
3807
            "homepage": "https://symfony.com",
3808
            "time": "2017-02-18 17:35:19"
3809
        },
3810
        {
3811
            "name": "symfony/event-dispatcher",
3812
            "version": "2.8.x-dev",
3813
            "source": {
3814
                "type": "git",
3815
                "url": "https://github.com/symfony/event-dispatcher.git",
3816
                "reference": "bb4ec47e8e109c1c1172145732d0aa468d967cd0"
3817
            },
3818
            "dist": {
3819
                "type": "zip",
3820
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/bb4ec47e8e109c1c1172145732d0aa468d967cd0",
3821
                "reference": "bb4ec47e8e109c1c1172145732d0aa468d967cd0",
3822
                "shasum": ""
3823
            },
3824
            "require": {
3825
                "php": ">=5.3.9"
3826
            },
3827
            "require-dev": {
3828
                "psr/log": "~1.0",
3829
                "symfony/config": "^2.0.5|~3.0.0",
3830
                "symfony/dependency-injection": "~2.6|~3.0.0",
3831
                "symfony/expression-language": "~2.6|~3.0.0",
3832
                "symfony/stopwatch": "~2.3|~3.0.0"
3833
            },
3834
            "suggest": {
3835
                "symfony/dependency-injection": "",
3836
                "symfony/http-kernel": ""
3837
            },
3838
            "type": "library",
3839
            "extra": {
3840
                "branch-alias": {
3841
                    "dev-master": "2.8-dev"
3842
                }
3843
            },
3844
            "autoload": {
3845
                "psr-4": {
3846
                    "Symfony\\Component\\EventDispatcher\\": ""
3847
                },
3848
                "exclude-from-classmap": [
3849
                    "/Tests/"
3850
                ]
3851
            },
3852
            "notification-url": "https://packagist.org/downloads/",
3853
            "license": [
3854
                "MIT"
3855
            ],
3856
            "authors": [
3857
                {
3858
                    "name": "Fabien Potencier",
3859
                    "email": "[email protected]"
3860
                },
3861
                {
3862
                    "name": "Symfony Community",
3863
                    "homepage": "https://symfony.com/contributors"
3864
                }
3865
            ],
3866
            "description": "Symfony EventDispatcher Component",
3867
            "homepage": "https://symfony.com",
3868
            "time": "2017-02-21 08:33:48"
3869
        },
3870
        {
3871
            "name": "symfony/filesystem",
3872
            "version": "dev-master",
3873
            "source": {
3874
                "type": "git",
3875
                "url": "https://github.com/symfony/filesystem.git",
3876
                "reference": "1eec5c503048de52741f8c2f243abbfc9f289b0f"
3877
            },
3878
            "dist": {
3879
                "type": "zip",
3880
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/1eec5c503048de52741f8c2f243abbfc9f289b0f",
3881
                "reference": "1eec5c503048de52741f8c2f243abbfc9f289b0f",
3882
                "shasum": ""
3883
            },
3884
            "require": {
3885
                "php": ">=5.5.9"
3886
            },
3887
            "type": "library",
3888
            "extra": {
3889
                "branch-alias": {
3890
                    "dev-master": "3.3-dev"
3891
                }
3892
            },
3893
            "autoload": {
3894
                "psr-4": {
3895
                    "Symfony\\Component\\Filesystem\\": ""
3896
                },
3897
                "exclude-from-classmap": [
3898
                    "/Tests/"
3899
                ]
3900
            },
3901
            "notification-url": "https://packagist.org/downloads/",
3902
            "license": [
3903
                "MIT"
3904
            ],
3905
            "authors": [
3906
                {
3907
                    "name": "Fabien Potencier",
3908
                    "email": "[email protected]"
3909
                },
3910
                {
3911
                    "name": "Symfony Community",
3912
                    "homepage": "https://symfony.com/contributors"
3913
                }
3914
            ],
3915
            "description": "Symfony Filesystem Component",
3916
            "homepage": "https://symfony.com",
3917
            "time": "2017-03-07 16:28:52"
3918
        },
3919
        {
3920
            "name": "symfony/polyfill-mbstring",
3921
            "version": "dev-master",
3922
            "source": {
3923
                "type": "git",
3924
                "url": "https://github.com/symfony/polyfill-mbstring.git",
3925
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
3926
            },
3927
            "dist": {
3928
                "type": "zip",
3929
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
3930
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
3931
                "shasum": ""
3932
            },
3933
            "require": {
3934
                "php": ">=5.3.3"
3935
            },
3936
            "suggest": {
3937
                "ext-mbstring": "For best performance"
3938
            },
3939
            "type": "library",
3940
            "extra": {
3941
                "branch-alias": {
3942
                    "dev-master": "1.3-dev"
3943
                }
3944
            },
3945
            "autoload": {
3946
                "psr-4": {
3947
                    "Symfony\\Polyfill\\Mbstring\\": ""
3948
                },
3949
                "files": [
3950
                    "bootstrap.php"
3951
                ]
3952
            },
3953
            "notification-url": "https://packagist.org/downloads/",
3954
            "license": [
3955
                "MIT"
3956
            ],
3957
            "authors": [
3958
                {
3959
                    "name": "Nicolas Grekas",
3960
                    "email": "[email protected]"
3961
                },
3962
                {
3963
                    "name": "Symfony Community",
3964
                    "homepage": "https://symfony.com/contributors"
3965
                }
3966
            ],
3967
            "description": "Symfony polyfill for the Mbstring extension",
3968
            "homepage": "https://symfony.com",
3969
            "keywords": [
3970
                "compatibility",
3971
                "mbstring",
3972
                "polyfill",
3973
                "portable",
3974
                "shim"
3975
            ],
3976
            "time": "2016-11-14 01:06:16"
3977
        },
3978
        {
3979
            "name": "symfony/stopwatch",
3980
            "version": "dev-master",
3981
            "source": {
3982
                "type": "git",
3983
                "url": "https://github.com/symfony/stopwatch.git",
3984
                "reference": "13a61f2560b778d7a15eaa7bdc769c58935261be"
3985
            },
3986
            "dist": {
3987
                "type": "zip",
3988
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/13a61f2560b778d7a15eaa7bdc769c58935261be",
3989
                "reference": "13a61f2560b778d7a15eaa7bdc769c58935261be",
3990
                "shasum": ""
3991
            },
3992
            "require": {
3993
                "php": ">=5.5.9"
3994
            },
3995
            "type": "library",
3996
            "extra": {
3997
                "branch-alias": {
3998
                    "dev-master": "3.3-dev"
3999
                }
4000
            },
4001
            "autoload": {
4002
                "psr-4": {
4003
                    "Symfony\\Component\\Stopwatch\\": ""
4004
                },
4005
                "exclude-from-classmap": [
4006
                    "/Tests/"
4007
                ]
4008
            },
4009
            "notification-url": "https://packagist.org/downloads/",
4010
            "license": [
4011
                "MIT"
4012
            ],
4013
            "authors": [
4014
                {
4015
                    "name": "Fabien Potencier",
4016
                    "email": "[email protected]"
4017
                },
4018
                {
4019
                    "name": "Symfony Community",
4020
                    "homepage": "https://symfony.com/contributors"
4021
                }
4022
            ],
4023
            "description": "Symfony Stopwatch Component",
4024
            "homepage": "https://symfony.com",
4025
            "time": "2017-02-18 17:35:19"
4026
        },
4027
        {
4028
            "name": "symfony/yaml",
4029
            "version": "2.8.x-dev",
4030
            "source": {
4031
                "type": "git",
4032
                "url": "https://github.com/symfony/yaml.git",
4033
                "reference": "841f67594b6f6a0b1024569aab10623bf903f393"
4034
            },
4035
            "dist": {
4036
                "type": "zip",
4037
                "url": "https://api.github.com/repos/symfony/yaml/zipball/841f67594b6f6a0b1024569aab10623bf903f393",
4038
                "reference": "841f67594b6f6a0b1024569aab10623bf903f393",
4039
                "shasum": ""
4040
            },
4041
            "require": {
4042
                "php": ">=5.3.9"
4043
            },
4044
            "type": "library",
4045
            "extra": {
4046
                "branch-alias": {
4047
                    "dev-master": "2.8-dev"
4048
                }
4049
            },
4050
            "autoload": {
4051
                "psr-4": {
4052
                    "Symfony\\Component\\Yaml\\": ""
4053
                },
4054
                "exclude-from-classmap": [
4055
                    "/Tests/"
4056
                ]
4057
            },
4058
            "notification-url": "https://packagist.org/downloads/",
4059
            "license": [
4060
                "MIT"
4061
            ],
4062
            "authors": [
4063
                {
4064
                    "name": "Fabien Potencier",
4065
                    "email": "[email protected]"
4066
                },
4067
                {
4068
                    "name": "Symfony Community",
4069
                    "homepage": "https://symfony.com/contributors"
4070
                }
4071
            ],
4072
            "description": "Symfony Yaml Component",
4073
            "homepage": "https://symfony.com",
4074
            "time": "2017-03-07 16:19:54"
4075
        }
4076
    ],
4077
    "aliases": [],
4078
    "minimum-stability": "dev",
4079
    "stability-flags": {
4080
        "troelskn/konstrukt": 20
4081
    },
4082
    "prefer-stable": false,
4083
    "prefer-lowest": false,
4084
    "platform": {
4085
        "php": ">=5.3.2",
4086
        "ext-gd": "*"
4087
    },
4088
    "platform-dev": []
4089
}
4090