]> git.mxchange.org Git - friendica-addons.git/blob - securemail/composer.lock
Changes:
[friendica-addons.git] / securemail / composer.lock
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#installing-dependencies",
5         "This file is @generated automatically"
6     ],
7     "content-hash": "e7230dc266b072700d7e108251b5ea8f",
8     "packages": [
9         {
10             "name": "paragonie/constant_time_encoding",
11             "version": "v2.6.3",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/paragonie/constant_time_encoding.git",
15                 "reference": "58c3f47f650c94ec05a151692652a868995d2938"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
20                 "reference": "58c3f47f650c94ec05a151692652a868995d2938",
21                 "shasum": ""
22             },
23             "require": {
24                 "php": "^7|^8"
25             },
26             "require-dev": {
27                 "phpunit/phpunit": "^6|^7|^8|^9",
28                 "vimeo/psalm": "^1|^2|^3|^4"
29             },
30             "type": "library",
31             "autoload": {
32                 "psr-4": {
33                     "ParagonIE\\ConstantTime\\": "src/"
34                 }
35             },
36             "notification-url": "https://packagist.org/downloads/",
37             "license": [
38                 "MIT"
39             ],
40             "authors": [
41                 {
42                     "name": "Paragon Initiative Enterprises",
43                     "email": "security@paragonie.com",
44                     "homepage": "https://paragonie.com",
45                     "role": "Maintainer"
46                 },
47                 {
48                     "name": "Steve 'Sc00bz' Thomas",
49                     "email": "steve@tobtu.com",
50                     "homepage": "https://www.tobtu.com",
51                     "role": "Original Developer"
52                 }
53             ],
54             "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
55             "keywords": [
56                 "base16",
57                 "base32",
58                 "base32_decode",
59                 "base32_encode",
60                 "base64",
61                 "base64_decode",
62                 "base64_encode",
63                 "bin2hex",
64                 "encoding",
65                 "hex",
66                 "hex2bin",
67                 "rfc4648"
68             ],
69             "time": "2022-06-14T06:56:20+00:00"
70         },
71         {
72             "name": "phpseclib/phpseclib",
73             "version": "3.0.19",
74             "source": {
75                 "type": "git",
76                 "url": "https://github.com/phpseclib/phpseclib.git",
77                 "reference": "cc181005cf548bfd8a4896383bb825d859259f95"
78             },
79             "dist": {
80                 "type": "zip",
81                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/cc181005cf548bfd8a4896383bb825d859259f95",
82                 "reference": "cc181005cf548bfd8a4896383bb825d859259f95",
83                 "shasum": ""
84             },
85             "require": {
86                 "paragonie/constant_time_encoding": "^1|^2",
87                 "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
88                 "php": ">=5.6.1"
89             },
90             "require-dev": {
91                 "phpunit/phpunit": "*"
92             },
93             "suggest": {
94                 "ext-dom": "Install the DOM extension to load XML formatted public keys.",
95                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
96                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
97                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
98                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
99             },
100             "type": "library",
101             "autoload": {
102                 "files": [
103                     "phpseclib/bootstrap.php"
104                 ],
105                 "psr-4": {
106                     "phpseclib3\\": "phpseclib/"
107                 }
108             },
109             "notification-url": "https://packagist.org/downloads/",
110             "license": [
111                 "MIT"
112             ],
113             "authors": [
114                 {
115                     "name": "Jim Wigginton",
116                     "email": "terrafrost@php.net",
117                     "role": "Lead Developer"
118                 },
119                 {
120                     "name": "Patrick Monnerat",
121                     "email": "pm@datasphere.ch",
122                     "role": "Developer"
123                 },
124                 {
125                     "name": "Andreas Fischer",
126                     "email": "bantu@phpbb.com",
127                     "role": "Developer"
128                 },
129                 {
130                     "name": "Hans-Jürgen Petrich",
131                     "email": "petrich@tronic-media.com",
132                     "role": "Developer"
133                 },
134                 {
135                     "name": "Graham Campbell",
136                     "email": "graham@alt-three.com",
137                     "role": "Developer"
138                 }
139             ],
140             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
141             "homepage": "http://phpseclib.sourceforge.net",
142             "keywords": [
143                 "BigInteger",
144                 "aes",
145                 "asn.1",
146                 "asn1",
147                 "blowfish",
148                 "crypto",
149                 "cryptography",
150                 "encryption",
151                 "rsa",
152                 "security",
153                 "sftp",
154                 "signature",
155                 "signing",
156                 "ssh",
157                 "twofish",
158                 "x.509",
159                 "x509"
160             ],
161             "funding": [
162                 {
163                     "url": "https://github.com/terrafrost",
164                     "type": "github"
165                 },
166                 {
167                     "url": "https://www.patreon.com/phpseclib",
168                     "type": "patreon"
169                 },
170                 {
171                     "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
172                     "type": "tidelift"
173                 }
174             ],
175             "time": "2023-03-05T17:13:09+00:00"
176         },
177         {
178             "name": "singpolyma/openpgp-php",
179             "version": "0.6.0",
180             "source": {
181                 "type": "git",
182                 "url": "https://github.com/singpolyma/openpgp-php.git",
183                 "reference": "1c3bdcd2d9c6113c2d6b768e208e7432a48d3a1e"
184             },
185             "dist": {
186                 "type": "zip",
187                 "url": "https://api.github.com/repos/singpolyma/openpgp-php/zipball/1c3bdcd2d9c6113c2d6b768e208e7432a48d3a1e",
188                 "reference": "1c3bdcd2d9c6113c2d6b768e208e7432a48d3a1e",
189                 "shasum": ""
190             },
191             "require": {
192                 "php": "^5.6 || ^7.0 || ^8.0",
193                 "phpseclib/phpseclib": "^3.0.14"
194             },
195             "require-dev": {
196                 "phpunit/phpunit": "^9.0"
197             },
198             "suggest": {
199                 "ext-mcrypt": "required if you use encryption cast5",
200                 "ext-openssl": "required if you use encryption cast5"
201             },
202             "type": "library",
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             "time": "2022-10-31T13:43:21+00:00"
238         }
239     ],
240     "packages-dev": [],
241     "aliases": [],
242     "minimum-stability": "stable",
243     "stability-flags": [],
244     "prefer-stable": false,
245     "prefer-lowest": false,
246     "platform": [],
247     "platform-dev": [],
248     "platform-overrides": {
249         "php": "7.3"
250     },
251     "plugin-api-version": "1.1.0"
252 }