]> git.mxchange.org Git - friendica-addons.git/blob - securemail/vendor/composer/installed.json
Move Notify::TYPE_COMMENT
[friendica-addons.git] / securemail / vendor / composer / installed.json
1 [
2     {
3         "name": "phpseclib/phpseclib",
4         "version": "2.0.4",
5         "version_normalized": "2.0.4.0",
6         "source": {
7             "type": "git",
8             "url": "https://github.com/phpseclib/phpseclib.git",
9             "reference": "ab8028c93c03cc8d9c824efa75dc94f1db2369bf"
10         },
11         "dist": {
12             "type": "zip",
13             "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/ab8028c93c03cc8d9c824efa75dc94f1db2369bf",
14             "reference": "ab8028c93c03cc8d9c824efa75dc94f1db2369bf",
15             "shasum": ""
16         },
17         "require": {
18             "php": ">=5.3.3"
19         },
20         "require-dev": {
21             "phing/phing": "~2.7",
22             "phpunit/phpunit": "~4.0",
23             "sami/sami": "~2.0",
24             "squizlabs/php_codesniffer": "~2.0"
25         },
26         "suggest": {
27             "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
28             "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
29             "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
30             "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
31         },
32         "time": "2016-10-04T00:57:04+00:00",
33         "type": "library",
34         "installation-source": "dist",
35         "autoload": {
36             "files": [
37                 "phpseclib/bootstrap.php"
38             ],
39             "psr-4": {
40                 "phpseclib\\": "phpseclib/"
41             }
42         },
43         "notification-url": "https://packagist.org/downloads/",
44         "license": [
45             "MIT"
46         ],
47         "authors": [
48             {
49                 "name": "Jim Wigginton",
50                 "email": "terrafrost@php.net",
51                 "role": "Lead Developer"
52             },
53             {
54                 "name": "Patrick Monnerat",
55                 "email": "pm@datasphere.ch",
56                 "role": "Developer"
57             },
58             {
59                 "name": "Andreas Fischer",
60                 "email": "bantu@phpbb.com",
61                 "role": "Developer"
62             },
63             {
64                 "name": "Hans-Jürgen Petrich",
65                 "email": "petrich@tronic-media.com",
66                 "role": "Developer"
67             },
68             {
69                 "name": "Graham Campbell",
70                 "email": "graham@alt-three.com",
71                 "role": "Developer"
72             }
73         ],
74         "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
75         "homepage": "http://phpseclib.sourceforge.net",
76         "keywords": [
77             "BigInteger",
78             "aes",
79             "asn.1",
80             "asn1",
81             "blowfish",
82             "crypto",
83             "cryptography",
84             "encryption",
85             "rsa",
86             "security",
87             "sftp",
88             "signature",
89             "signing",
90             "ssh",
91             "twofish",
92             "x.509",
93             "x509"
94         ]
95     },
96     {
97         "name": "singpolyma/openpgp-php",
98         "version": "0.3.0",
99         "version_normalized": "0.3.0.0",
100         "source": {
101             "type": "git",
102             "url": "https://github.com/singpolyma/openpgp-php.git",
103             "reference": "6006111bbc4c3b6cb8f0acb7d6c4a7047df366e8"
104         },
105         "dist": {
106             "type": "zip",
107             "url": "https://api.github.com/repos/singpolyma/openpgp-php/zipball/6006111bbc4c3b6cb8f0acb7d6c4a7047df366e8",
108             "reference": "6006111bbc4c3b6cb8f0acb7d6c4a7047df366e8",
109             "shasum": ""
110         },
111         "require": {
112             "phpseclib/phpseclib": ">=2.0.0 <=2.0.4"
113         },
114         "require-dev": {
115             "phpunit/phpunit": "~4.0"
116         },
117         "time": "2017-04-12T21:23:15+00:00",
118         "type": "library",
119         "installation-source": "dist",
120         "autoload": {
121             "classmap": [
122                 "lib/"
123             ]
124         },
125         "notification-url": "https://packagist.org/downloads/",
126         "license": [
127             "Unlicense"
128         ],
129         "authors": [
130             {
131                 "name": "Arto Bendiken",
132                 "email": "arto.bendiken@gmail.com"
133             },
134             {
135                 "name": "Stephen Paul Weber",
136                 "email": "singpolyma@singpolyma.net"
137             }
138         ],
139         "description": "Pure-PHP implementation of the OpenPGP Message Format (RFC 4880)"
140     }
141 ]