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