Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 650910
Collapse All | Expand All

(-)roundcubemail-1.3.4.org/vendor/composer/installed.json (-648 lines)
Lines 173-826 Link Here
173
        ]
173
        ]
174
    },
174
    },
175
    {
175
    {
176
        "name": "pear/auth_sasl",
177
        "version": "v1.1.0",
178
        "version_normalized": "1.1.0.0",
179
        "source": {
180
            "type": "git",
181
            "url": "https://github.com/pear/Auth_SASL.git",
182
            "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee"
183
        },
184
        "dist": {
185
            "type": "zip",
186
            "url": "https://api.github.com/repos/pear/Auth_SASL/zipball/db1ead3dc0bf986d2bab0dbc04d114800cf91dee",
187
            "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee",
188
            "shasum": ""
189
        },
190
        "require": {
191
            "pear/pear_exception": "@stable"
192
        },
193
        "require-dev": {
194
            "phpunit/phpunit": "@stable"
195
        },
196
        "time": "2017-03-07T14:37:05+00:00",
197
        "type": "library",
198
        "installation-source": "dist",
199
        "autoload": {
200
            "psr-0": {
201
                "Auth": "./"
202
            }
203
        },
204
        "notification-url": "https://packagist.org/downloads/",
205
        "include-path": [
206
            "./"
207
        ],
208
        "license": [
209
            "BSD"
210
        ],
211
        "authors": [
212
            {
213
                "name": "Anish Mistry",
214
                "email": "amistry@am-productions.biz",
215
                "role": "Lead"
216
            },
217
            {
218
                "name": "Richard Heyes",
219
                "email": "richard@php.net",
220
                "role": "Lead"
221
            },
222
            {
223
                "name": "Michael Bretterklieber",
224
                "email": "michael@bretterklieber.com",
225
                "role": "Lead"
226
            }
227
        ],
228
        "description": "Abstraction of various SASL mechanism responses"
229
    },
230
    {
231
        "name": "pear/console_commandline",
232
        "version": "v1.2.2",
233
        "version_normalized": "1.2.2.0",
234
        "source": {
235
            "type": "git",
236
            "url": "https://github.com/pear/Console_CommandLine.git",
237
            "reference": "7a8afa50bdc8dbfdc0cf394f1101106e8b8f8e67"
238
        },
239
        "dist": {
240
            "type": "zip",
241
            "url": "https://api.github.com/repos/pear/Console_CommandLine/zipball/7a8afa50bdc8dbfdc0cf394f1101106e8b8f8e67",
242
            "reference": "7a8afa50bdc8dbfdc0cf394f1101106e8b8f8e67",
243
            "shasum": ""
244
        },
245
        "require": {
246
            "ext-dom": "*",
247
            "ext-xml": "*",
248
            "pear/pear_exception": "^1.0.0",
249
            "php": ">=5.3.0"
250
        },
251
        "require-dev": {
252
            "phpunit/phpunit": "*"
253
        },
254
        "time": "2016-07-14T06:00:57+00:00",
255
        "type": "library",
256
        "installation-source": "dist",
257
        "autoload": {
258
            "psr-0": {
259
                "Console": "./"
260
            }
261
        },
262
        "notification-url": "https://packagist.org/downloads/",
263
        "include-path": [
264
            ""
265
        ],
266
        "license": [
267
            "MIT"
268
        ],
269
        "authors": [
270
            {
271
                "name": "Richard Quadling",
272
                "email": "RQuadling@GMail.com"
273
            },
274
            {
275
                "name": "David Jean Louis",
276
                "email": "izimobil@gmail.com"
277
            }
278
        ],
279
        "description": "A full featured command line options and arguments parser.",
280
        "homepage": "https://github.com/pear/Console_CommandLine",
281
        "keywords": [
282
            "console"
283
        ]
284
    },
285
    {
286
        "name": "pear/console_getopt",
287
        "version": "v1.4.1",
288
        "version_normalized": "1.4.1.0",
289
        "source": {
290
            "type": "git",
291
            "url": "https://github.com/pear/Console_Getopt.git",
292
            "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f"
293
        },
294
        "dist": {
295
            "type": "zip",
296
            "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
297
            "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
298
            "shasum": ""
299
        },
300
        "time": "2015-07-20T20:28:12+00:00",
301
        "type": "library",
302
        "installation-source": "dist",
303
        "autoload": {
304
            "psr-0": {
305
                "Console": "./"
306
            }
307
        },
308
        "notification-url": "https://packagist.org/downloads/",
309
        "include-path": [
310
            "./"
311
        ],
312
        "license": [
313
            "BSD-2-Clause"
314
        ],
315
        "authors": [
316
            {
317
                "name": "Greg Beaver",
318
                "email": "cellog@php.net",
319
                "role": "Helper"
320
            },
321
            {
322
                "name": "Andrei Zmievski",
323
                "email": "andrei@php.net",
324
                "role": "Lead"
325
            },
326
            {
327
                "name": "Stig Bakken",
328
                "email": "stig@php.net",
329
                "role": "Developer"
330
            }
331
        ],
332
        "description": "More info available on: http://pear.php.net/package/Console_Getopt"
333
    },
334
    {
335
        "name": "pear/crypt_gpg",
336
        "version": "v1.6.2",
337
        "version_normalized": "1.6.2.0",
338
        "source": {
339
            "type": "git",
340
            "url": "https://github.com/pear/Crypt_GPG.git",
341
            "reference": "43066ee0f1cad38aa6cf41ed13db34a2792e527d"
342
        },
343
        "dist": {
344
            "type": "zip",
345
            "url": "https://api.github.com/repos/pear/Crypt_GPG/zipball/43066ee0f1cad38aa6cf41ed13db34a2792e527d",
346
            "reference": "43066ee0f1cad38aa6cf41ed13db34a2792e527d",
347
            "shasum": ""
348
        },
349
        "require": {
350
            "ext-mbstring": "*",
351
            "pear/console_commandline": "*",
352
            "pear/pear_exception": "*",
353
            "php": ">=5.4.8"
354
        },
355
        "require-dev": {
356
            "phpunit/phpunit": "*"
357
        },
358
        "suggest": {
359
            "ext-posix": "May require the posix PHP extension"
360
        },
361
        "time": "2017-09-03T07:55:02+00:00",
362
        "bin": [
363
            "scripts/crypt-gpg-pinentry"
364
        ],
365
        "type": "library",
366
        "installation-source": "dist",
367
        "autoload": {
368
            "psr-0": {
369
                "Crypt": "./"
370
            }
371
        },
372
        "notification-url": "https://packagist.org/downloads/",
373
        "include-path": [
374
            "./"
375
        ],
376
        "license": [
377
            "LGPL-2.1"
378
        ],
379
        "authors": [
380
            {
381
                "name": "Michael Gauthier",
382
                "email": "mike@silverorange.com"
383
            },
384
            {
385
                "name": "Nathan Fredrickson",
386
                "email": "nathan@silverorange.com"
387
            },
388
            {
389
                "name": "Aleksander Machniak",
390
                "email": "alec@alec.pl"
391
            }
392
        ],
393
        "description": "Provides an object oriented interface to the GNU Privacy Guard (GnuPG). It requires the GnuPG executable to be on the system.",
394
        "homepage": "https://github.com/pear/Crypt_GPG",
395
        "keywords": [
396
            "PGP",
397
            "encryption",
398
            "gnupg",
399
            "gpg"
400
        ]
401
    },
402
    {
403
        "name": "pear/mail_mime",
404
        "version": "1.10.2",
405
        "version_normalized": "1.10.2.0",
406
        "source": {
407
            "type": "git",
408
            "url": "https://github.com/pear/Mail_Mime.git",
409
            "reference": "7b2f93fa5219da99e9997f497b916b5bb27eb57a"
410
        },
411
        "dist": {
412
            "type": "zip",
413
            "url": "https://api.github.com/repos/pear/Mail_Mime/zipball/7b2f93fa5219da99e9997f497b916b5bb27eb57a",
414
            "reference": "7b2f93fa5219da99e9997f497b916b5bb27eb57a",
415
            "shasum": ""
416
        },
417
        "require": {
418
            "pear/pear-core-minimal": "*"
419
        },
420
        "time": "2017-11-17T09:21:45+00:00",
421
        "type": "library",
422
        "installation-source": "dist",
423
        "autoload": {
424
            "psr-0": {
425
                "Mail": "./"
426
            }
427
        },
428
        "notification-url": "https://packagist.org/downloads/",
429
        "include-path": [
430
            "./"
431
        ],
432
        "license": [
433
            "BSD-3-clause"
434
        ],
435
        "authors": [
436
            {
437
                "name": "Cipriano Groenendal",
438
                "email": "cipri@php.net",
439
                "role": "Lead"
440
            },
441
            {
442
                "name": "Aleksander Machniak",
443
                "email": "alec@php.net",
444
                "role": "Lead"
445
            }
446
        ],
447
        "description": "Mail_Mime provides classes to create MIME messages",
448
        "homepage": "http://pear.php.net/package/Mail_Mime"
449
    },
450
    {
451
        "name": "pear/net_idna2",
452
        "version": "v0.2.0",
453
        "version_normalized": "0.2.0.0",
454
        "source": {
455
            "type": "git",
456
            "url": "https://github.com/pear/Net_IDNA2.git",
457
            "reference": "51734eaf8be2df58e8aad5835b9966459b2fb37c"
458
        },
459
        "dist": {
460
            "type": "zip",
461
            "url": "https://api.github.com/repos/pear/Net_IDNA2/zipball/51734eaf8be2df58e8aad5835b9966459b2fb37c",
462
            "reference": "51734eaf8be2df58e8aad5835b9966459b2fb37c",
463
            "shasum": ""
464
        },
465
        "require": {
466
            "pear/pear_exception": "@stable"
467
        },
468
        "require-dev": {
469
            "phpunit/phpunit": "^4"
470
        },
471
        "time": "2017-03-06T20:46:41+00:00",
472
        "type": "library",
473
        "installation-source": "dist",
474
        "autoload": {
475
            "psr-0": {
476
                "Net": "./"
477
            }
478
        },
479
        "notification-url": "https://packagist.org/downloads/",
480
        "include-path": [
481
            "./"
482
        ],
483
        "license": [
484
            "LGPL"
485
        ],
486
        "authors": [
487
            {
488
                "name": "Stefan Neufeind",
489
                "email": "pear.neufeind@speedpartner.de",
490
                "role": "Lead"
491
            },
492
            {
493
                "name": "Daniel O'Connor",
494
                "email": "daniel.oconnor@gmail.com",
495
                "role": "Lead"
496
            }
497
        ],
498
        "description": "More info available on: https://pear.php.net/package/Net_IDNA2"
499
    },
500
    {
501
        "name": "pear/net_ldap2",
502
        "version": "v2.2.0",
503
        "version_normalized": "2.2.0.0",
504
        "source": {
505
            "type": "git",
506
            "url": "https://github.com/pear/Net_LDAP2.git",
507
            "reference": "38f1b22a96dfbd7ec53852f0e1e7ec1a9a5eb0e8"
508
        },
509
        "dist": {
510
            "type": "zip",
511
            "url": "https://api.github.com/repos/pear/Net_LDAP2/zipball/38f1b22a96dfbd7ec53852f0e1e7ec1a9a5eb0e8",
512
            "reference": "38f1b22a96dfbd7ec53852f0e1e7ec1a9a5eb0e8",
513
            "shasum": ""
514
        },
515
        "require": {
516
            "ext-ldap": "*",
517
            "pear/pear-core-minimal": "^1.10.1"
518
        },
519
        "time": "2015-10-30T20:34:22+00:00",
520
        "type": "library",
521
        "installation-source": "dist",
522
        "autoload": {
523
            "classmap": [
524
                "Net/"
525
            ]
526
        },
527
        "notification-url": "https://packagist.org/downloads/",
528
        "include-path": [
529
            "."
530
        ],
531
        "license": [
532
            "LGPL-3.0"
533
        ],
534
        "description": "Object oriented interface for searching and manipulating LDAP-entries",
535
        "homepage": "http://pear.php.net/package/Net_LDAP2",
536
        "keywords": [
537
            "PEAR",
538
            "ldap"
539
        ]
540
    },
541
    {
542
        "name": "pear/net_sieve",
543
        "version": "1.4.0",
544
        "version_normalized": "1.4.0.0",
545
        "source": {
546
            "type": "git",
547
            "url": "https://github.com/pear/Net_Sieve.git",
548
            "reference": "0058a5e3c84841fe841c055e118fbee4ed239a8f"
549
        },
550
        "dist": {
551
            "type": "zip",
552
            "url": "https://api.github.com/repos/pear/Net_Sieve/zipball/0058a5e3c84841fe841c055e118fbee4ed239a8f",
553
            "reference": "0058a5e3c84841fe841c055e118fbee4ed239a8f",
554
            "shasum": ""
555
        },
556
        "require": {
557
            "pear/net_socket": "*",
558
            "pear/pear-core-minimal": "*"
559
        },
560
        "require-dev": {
561
            "phpunit/phpunit": "~5.7.15"
562
        },
563
        "suggest": {
564
            "pear/auth_sasl": "Install optionally via your project's composer.json"
565
        },
566
        "time": "2017-05-21T10:17:48+00:00",
567
        "type": "library",
568
        "installation-source": "dist",
569
        "autoload": {
570
            "classmap": [
571
                "./"
572
            ]
573
        },
574
        "notification-url": "https://packagist.org/downloads/",
575
        "license": [
576
            "BSD"
577
        ],
578
        "authors": [
579
            {
580
                "name": "Anish Mistry",
581
                "email": "amistry@am-productions.biz",
582
                "role": "Lead"
583
            },
584
            {
585
                "name": "Richard Heyes",
586
                "email": "richard@php.net",
587
                "role": "Lead"
588
            },
589
            {
590
                "name": "Jan Schneider",
591
                "email": "jan@horde.org",
592
                "role": "lead"
593
            },
594
            {
595
                "name": "Damian Fernandez Sosa",
596
                "email": "damlists@cnba.uba.ar",
597
                "role": "Lead"
598
            }
599
        ],
600
        "description": "More info available on: http://pear.php.net/package/Net_Sieve"
601
    },
602
    {
603
        "name": "pear/net_smtp",
604
        "version": "1.7.3",
605
        "version_normalized": "1.7.3.0",
606
        "source": {
607
            "type": "git",
608
            "url": "https://github.com/pear/Net_SMTP.git",
609
            "reference": "e066e5ee011ae056c03db1a95d210fc09649b477"
610
        },
611
        "dist": {
612
            "type": "zip",
613
            "url": "https://api.github.com/repos/pear/Net_SMTP/zipball/e066e5ee011ae056c03db1a95d210fc09649b477",
614
            "reference": "e066e5ee011ae056c03db1a95d210fc09649b477",
615
            "shasum": ""
616
        },
617
        "require": {
618
            "pear/net_socket": "*",
619
            "pear/pear-core-minimal": "*",
620
            "php": ">=5.4.0"
621
        },
622
        "require-dev": {
623
            "phpunit/phpunit": "*"
624
        },
625
        "suggest": {
626
            "pear/auth_sasl": "Install optionally via your project's composer.json"
627
        },
628
        "time": "2017-01-14T18:19:55+00:00",
629
        "type": "library",
630
        "installation-source": "dist",
631
        "autoload": {
632
            "psr-0": {
633
                "Net": "./"
634
            }
635
        },
636
        "notification-url": "https://packagist.org/downloads/",
637
        "include-path": [
638
            "./"
639
        ],
640
        "license": [
641
            "PHP-3.01"
642
        ],
643
        "authors": [
644
            {
645
                "name": "Jon Parise",
646
                "email": "jon@php.net",
647
                "homepage": "http://www.indelible.org",
648
                "role": "Lead"
649
            },
650
            {
651
                "name": "Chuck Hagenbuch",
652
                "email": "chuck@horde.org",
653
                "role": "Lead"
654
            }
655
        ],
656
        "description": "An implementation of the SMTP protocol",
657
        "homepage": "http://pear.github.io/Net_SMTP/",
658
        "keywords": [
659
            "email",
660
            "mail",
661
            "smtp"
662
        ]
663
    },
664
    {
665
        "name": "pear/net_socket",
666
        "version": "v1.2.1",
667
        "version_normalized": "1.2.1.0",
668
        "source": {
669
            "type": "git",
670
            "url": "https://github.com/pear/Net_Socket.git",
671
            "reference": "f31d75ac352d49908f8987bbb1496c02a409812a"
672
        },
673
        "dist": {
674
            "type": "zip",
675
            "url": "https://api.github.com/repos/pear/Net_Socket/zipball/f31d75ac352d49908f8987bbb1496c02a409812a",
676
            "reference": "f31d75ac352d49908f8987bbb1496c02a409812a",
677
            "shasum": ""
678
        },
679
        "require": {
680
            "pear/pear_exception": "@stable",
681
            "php": ">=5.4.0"
682
        },
683
        "require-dev": {
684
            "phpunit/phpunit": "^4"
685
        },
686
        "time": "2017-04-06T15:16:38+00:00",
687
        "type": "library",
688
        "installation-source": "dist",
689
        "autoload": {
690
            "psr-0": {
691
                "Net": "./"
692
            }
693
        },
694
        "notification-url": "https://packagist.org/downloads/",
695
        "include-path": [
696
            "./"
697
        ],
698
        "license": [
699
            "BSD-2-Clause"
700
        ],
701
        "authors": [
702
            {
703
                "name": "Chuck Hagenbuch",
704
                "email": "chuck@horde.org",
705
                "role": "Lead"
706
            },
707
            {
708
                "name": "Aleksander Machniak",
709
                "email": "alec@php.net",
710
                "role": "Lead"
711
            },
712
            {
713
                "name": "Stig Bakken",
714
                "email": "stig@php.net",
715
                "role": "Lead"
716
            }
717
        ],
718
        "description": "More info available on: http://pear.php.net/package/Net_Socket"
719
    },
720
    {
721
        "name": "pear/pear-core-minimal",
722
        "version": "v1.10.3",
723
        "version_normalized": "1.10.3.0",
724
        "source": {
725
            "type": "git",
726
            "url": "https://github.com/pear/pear-core-minimal.git",
727
            "reference": "070f0b600b2caca2501e2c9b7e553016e4b0d115"
728
        },
729
        "dist": {
730
            "type": "zip",
731
            "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/070f0b600b2caca2501e2c9b7e553016e4b0d115",
732
            "reference": "070f0b600b2caca2501e2c9b7e553016e4b0d115",
733
            "shasum": ""
734
        },
735
        "require": {
736
            "pear/console_getopt": "~1.4",
737
            "pear/pear_exception": "~1.0"
738
        },
739
        "replace": {
740
            "rsky/pear-core-min": "self.version"
741
        },
742
        "time": "2017-02-28T16:46:11+00:00",
743
        "type": "library",
744
        "installation-source": "dist",
745
        "autoload": {
746
            "psr-0": {
747
                "": "src/"
748
            }
749
        },
750
        "notification-url": "https://packagist.org/downloads/",
751
        "include-path": [
752
            "src/"
753
        ],
754
        "license": [
755
            "BSD-3-Clause"
756
        ],
757
        "authors": [
758
            {
759
                "name": "Christian Weiske",
760
                "email": "cweiske@php.net",
761
                "role": "Lead"
762
            }
763
        ],
764
        "description": "Minimal set of PEAR core files to be used as composer dependency"
765
    },
766
    {
767
        "name": "pear/pear_exception",
768
        "version": "v1.0.0",
769
        "version_normalized": "1.0.0.0",
770
        "source": {
771
            "type": "git",
772
            "url": "https://github.com/pear/PEAR_Exception.git",
773
            "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
774
        },
775
        "dist": {
776
            "type": "zip",
777
            "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
778
            "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
779
            "shasum": ""
780
        },
781
        "require": {
782
            "php": ">=4.4.0"
783
        },
784
        "require-dev": {
785
            "phpunit/phpunit": "*"
786
        },
787
        "time": "2015-02-10T20:07:52+00:00",
788
        "type": "class",
789
        "extra": {
790
            "branch-alias": {
791
                "dev-master": "1.0.x-dev"
792
            }
793
        },
794
        "installation-source": "dist",
795
        "autoload": {
796
            "psr-0": {
797
                "PEAR": ""
798
            }
799
        },
800
        "notification-url": "https://packagist.org/downloads/",
801
        "include-path": [
802
            "."
803
        ],
804
        "license": [
805
            "BSD-2-Clause"
806
        ],
807
        "authors": [
808
            {
809
                "name": "Helgi Thormar",
810
                "email": "dufuz@php.net"
811
            },
812
            {
813
                "name": "Greg Beaver",
814
                "email": "cellog@php.net"
815
            }
816
        ],
817
        "description": "The PEAR Exception base class.",
818
        "homepage": "https://github.com/pear/PEAR_Exception",
819
        "keywords": [
820
            "exception"
821
        ]
822
    },
823
    {
824
        "name": "roundcube/plugin-installer",
176
        "name": "roundcube/plugin-installer",
825
        "version": "0.1.9",
177
        "version": "0.1.9",
826
        "version_normalized": "0.1.9.0",
178
        "version_normalized": "0.1.9.0",

Return to bug 650910