[securemail] Update Composer dependency ahead of release
[friendica-addons.git/.git] / securemail / vendor / composer / installed.json
1 [
2     {
3         "name": "paragonie/constant_time_encoding",
4         "version": "v2.6.3",
5         "version_normalized": "2.6.3.0",
6         "source": {
7             "type": "git",
8             "url": "https://github.com/paragonie/constant_time_encoding.git",
9             "reference": "58c3f47f650c94ec05a151692652a868995d2938"
10         },
11         "dist": {
12             "type": "zip",
13             "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
14             "reference": "58c3f47f650c94ec05a151692652a868995d2938",
15             "shasum": ""
16         },
17         "require": {
18             "php": "^7|^8"
19         },
20         "require-dev": {
21             "phpunit/phpunit": "^6|^7|^8|^9",
22             "vimeo/psalm": "^1|^2|^3|^4"
23         },
24         "time": "2022-06-14T06:56:20+00:00",
25         "type": "library",
26         "installation-source": "dist",
27         "autoload": {
28             "psr-4": {
29                 "ParagonIE\\ConstantTime\\": "src/"
30             }
31         },
32         "notification-url": "https://packagist.org/downloads/",
33         "license": [
34             "MIT"
35         ],
36         "authors": [
37             {
38                 "name": "Paragon Initiative Enterprises",
39                 "email": "security@paragonie.com",
40                 "homepage": "https://paragonie.com",
41                 "role": "Maintainer"
42             },
43             {
44                 "name": "Steve 'Sc00bz' Thomas",
45                 "email": "steve@tobtu.com",
46                 "homepage": "https://www.tobtu.com",
47                 "role": "Original Developer"
48             }
49         ],
50         "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
51         "keywords": [
52             "base16",
53             "base32",
54             "base32_decode",
55             "base32_encode",
56             "base64",
57             "base64_decode",
58             "base64_encode",
59             "bin2hex",
60             "encoding",
61             "hex",
62             "hex2bin",
63             "rfc4648"
64         ]
65     },
66     {
67         "name": "phpseclib/phpseclib",
68         "version": "3.0.37",
69         "version_normalized": "3.0.37.0",
70         "source": {
71             "type": "git",
72             "url": "https://github.com/phpseclib/phpseclib.git",
73             "reference": "cfa2013d0f68c062055180dd4328cc8b9d1f30b8"
74         },
75         "dist": {
76             "type": "zip",
77             "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/cfa2013d0f68c062055180dd4328cc8b9d1f30b8",
78             "reference": "cfa2013d0f68c062055180dd4328cc8b9d1f30b8",
79             "shasum": ""
80         },
81         "require": {
82             "paragonie/constant_time_encoding": "^1|^2",
83             "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
84             "php": ">=5.6.1"
85         },
86         "require-dev": {
87             "phpunit/phpunit": "*"
88         },
89         "suggest": {
90             "ext-dom": "Install the DOM extension to load XML formatted public keys.",
91             "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
92             "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
93             "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
94             "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
95         },
96         "time": "2024-03-03T02:14:58+00:00",
97         "type": "library",
98         "installation-source": "dist",
99         "autoload": {
100             "files": [
101                 "phpseclib/bootstrap.php"
102             ],
103             "psr-4": {
104                 "phpseclib3\\": "phpseclib/"
105             }
106         },
107         "notification-url": "https://packagist.org/downloads/",
108         "license": [
109             "MIT"
110         ],
111         "authors": [
112             {
113                 "name": "Jim Wigginton",
114                 "email": "terrafrost@php.net",
115                 "role": "Lead Developer"
116             },
117             {
118                 "name": "Patrick Monnerat",
119                 "email": "pm@datasphere.ch",
120                 "role": "Developer"
121             },
122             {
123                 "name": "Andreas Fischer",
124                 "email": "bantu@phpbb.com",
125                 "role": "Developer"
126             },
127             {
128                 "name": "Hans-Jürgen Petrich",
129                 "email": "petrich@tronic-media.com",
130                 "role": "Developer"
131             },
132             {
133                 "name": "Graham Campbell",
134                 "email": "graham@alt-three.com",
135                 "role": "Developer"
136             }
137         ],
138         "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
139         "homepage": "http://phpseclib.sourceforge.net",
140         "keywords": [
141             "BigInteger",
142             "aes",
143             "asn.1",
144             "asn1",
145             "blowfish",
146             "crypto",
147             "cryptography",
148             "encryption",
149             "rsa",
150             "security",
151             "sftp",
152             "signature",
153             "signing",
154             "ssh",
155             "twofish",
156             "x.509",
157             "x509"
158         ],
159         "funding": [
160             {
161                 "url": "https://github.com/terrafrost",
162                 "type": "github"
163             },
164             {
165                 "url": "https://www.patreon.com/phpseclib",
166                 "type": "patreon"
167             },
168             {
169                 "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
170                 "type": "tidelift"
171             }
172         ]
173     },
174     {
175         "name": "singpolyma/openpgp-php",
176         "version": "0.6.0",
177         "version_normalized": "0.6.0.0",
178         "source": {
179             "type": "git",
180             "url": "https://github.com/singpolyma/openpgp-php.git",
181             "reference": "1c3bdcd2d9c6113c2d6b768e208e7432a48d3a1e"
182         },
183         "dist": {
184             "type": "zip",
185             "url": "https://api.github.com/repos/singpolyma/openpgp-php/zipball/1c3bdcd2d9c6113c2d6b768e208e7432a48d3a1e",
186             "reference": "1c3bdcd2d9c6113c2d6b768e208e7432a48d3a1e",
187             "shasum": ""
188         },
189         "require": {
190             "php": "^5.6 || ^7.0 || ^8.0",
191             "phpseclib/phpseclib": "^3.0.14"
192         },
193         "require-dev": {
194             "phpunit/phpunit": "^9.0"
195         },
196         "suggest": {
197             "ext-mcrypt": "required if you use encryption cast5",
198             "ext-openssl": "required if you use encryption cast5"
199         },
200         "time": "2022-10-31T13:43:21+00:00",
201         "type": "library",
202         "installation-source": "dist",
203         "autoload": {
204             "classmap": [
205                 "lib/"
206             ]
207         },
208         "notification-url": "https://packagist.org/downloads/",
209         "license": [
210             "Unlicense"
211         ],
212         "authors": [
213             {
214                 "name": "Arto Bendiken",
215                 "email": "arto.bendiken@gmail.com"
216             },
217             {
218                 "name": "Stephen Paul Weber",
219                 "email": "singpolyma@singpolyma.net"
220             }
221         ],
222         "description": "Pure-PHP implementation of the OpenPGP Message Format (RFC 4880)",
223         "funding": [
224             {
225                 "url": "https://github.com/singpolyma",
226                 "type": "github"
227             },
228             {
229                 "url": "https://liberapay.com/singpolyma",
230                 "type": "liberapay"
231             },
232             {
233                 "url": "https://www.patreon.com/singpolyma",
234                 "type": "patreon"
235             }
236         ]
237     }
238 ]