]> git.mxchange.org Git - friendica-addons.git/blob - securemail/composer.lock
advancedcontentfilter addon HU translation update THX Balázs Úr
[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": "159d6e7134aeceeb05fdf60ef672f3a3",
8     "packages": [
9         {
10             "name": "phpseclib/phpseclib",
11             "version": "2.0.34",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/phpseclib/phpseclib.git",
15                 "reference": "98a6fe587f3481aea319eef7e656d02cfe1675ec"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/98a6fe587f3481aea319eef7e656d02cfe1675ec",
20                 "reference": "98a6fe587f3481aea319eef7e656d02cfe1675ec",
21                 "shasum": ""
22             },
23             "require": {
24                 "php": ">=5.3.3"
25             },
26             "require-dev": {
27                 "phing/phing": "~2.7",
28                 "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
29                 "squizlabs/php_codesniffer": "~2.0"
30             },
31             "suggest": {
32                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
33                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
34                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
35                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
36             },
37             "type": "library",
38             "autoload": {
39                 "files": [
40                     "phpseclib/bootstrap.php"
41                 ],
42                 "psr-4": {
43                     "phpseclib\\": "phpseclib/"
44                 }
45             },
46             "notification-url": "https://packagist.org/downloads/",
47             "license": [
48                 "MIT"
49             ],
50             "authors": [
51                 {
52                     "name": "Jim Wigginton",
53                     "email": "terrafrost@php.net",
54                     "role": "Lead Developer"
55                 },
56                 {
57                     "name": "Patrick Monnerat",
58                     "email": "pm@datasphere.ch",
59                     "role": "Developer"
60                 },
61                 {
62                     "name": "Andreas Fischer",
63                     "email": "bantu@phpbb.com",
64                     "role": "Developer"
65                 },
66                 {
67                     "name": "Hans-Jürgen Petrich",
68                     "email": "petrich@tronic-media.com",
69                     "role": "Developer"
70                 },
71                 {
72                     "name": "Graham Campbell",
73                     "email": "graham@alt-three.com",
74                     "role": "Developer"
75                 }
76             ],
77             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
78             "homepage": "http://phpseclib.sourceforge.net",
79             "keywords": [
80                 "BigInteger",
81                 "aes",
82                 "asn.1",
83                 "asn1",
84                 "blowfish",
85                 "crypto",
86                 "cryptography",
87                 "encryption",
88                 "rsa",
89                 "security",
90                 "sftp",
91                 "signature",
92                 "signing",
93                 "ssh",
94                 "twofish",
95                 "x.509",
96                 "x509"
97             ],
98             "support": {
99                 "issues": "https://github.com/phpseclib/phpseclib/issues",
100                 "source": "https://github.com/phpseclib/phpseclib/tree/2.0.34"
101             },
102             "funding": [
103                 {
104                     "url": "https://github.com/terrafrost",
105                     "type": "github"
106                 },
107                 {
108                     "url": "https://www.patreon.com/phpseclib",
109                     "type": "patreon"
110                 },
111                 {
112                     "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
113                     "type": "tidelift"
114                 }
115             ],
116             "time": "2021-10-27T02:46:30+00:00"
117         },
118         {
119             "name": "singpolyma/openpgp-php",
120             "version": "0.5.0",
121             "source": {
122                 "type": "git",
123                 "url": "https://github.com/singpolyma/openpgp-php.git",
124                 "reference": "69292f6a46ed7f687083bfb8974b161a41ab213c"
125             },
126             "dist": {
127                 "type": "zip",
128                 "url": "https://api.github.com/repos/singpolyma/openpgp-php/zipball/69292f6a46ed7f687083bfb8974b161a41ab213c",
129                 "reference": "69292f6a46ed7f687083bfb8974b161a41ab213c",
130                 "shasum": ""
131             },
132             "require": {
133                 "php": "^5.6 || ^7.0 || ^8.0",
134                 "phpseclib/phpseclib": "^2.0 !=2.0.8"
135             },
136             "require-dev": {
137                 "phpunit/phpunit": "^9.0"
138             },
139             "suggest": {
140                 "ext-mcrypt": "required if you use encryption cast5"
141             },
142             "type": "library",
143             "autoload": {
144                 "classmap": [
145                     "lib/"
146                 ]
147             },
148             "notification-url": "https://packagist.org/downloads/",
149             "license": [
150                 "Unlicense"
151             ],
152             "authors": [
153                 {
154                     "name": "Arto Bendiken",
155                     "email": "arto.bendiken@gmail.com"
156                 },
157                 {
158                     "name": "Stephen Paul Weber",
159                     "email": "singpolyma@singpolyma.net"
160                 }
161             ],
162             "description": "Pure-PHP implementation of the OpenPGP Message Format (RFC 4880)",
163             "support": {
164                 "issues": "https://github.com/singpolyma/openpgp-php/issues",
165                 "source": "https://github.com/singpolyma/openpgp-php/tree/0.5.0"
166             },
167             "funding": [
168                 {
169                     "url": "https://github.com/singpolyma",
170                     "type": "github"
171                 },
172                 {
173                     "url": "https://liberapay.com/singpolyma",
174                     "type": "liberapay"
175                 },
176                 {
177                     "url": "https://www.patreon.com/singpolyma",
178                     "type": "patreon"
179                 }
180             ],
181             "time": "2021-05-26T00:35:20+00:00"
182         }
183     ],
184     "packages-dev": [],
185     "aliases": [],
186     "minimum-stability": "stable",
187     "stability-flags": [],
188     "prefer-stable": false,
189     "prefer-lowest": false,
190     "platform": [],
191     "platform-dev": [],
192     "plugin-api-version": "2.0.0"
193 }