]> git.mxchange.org Git - friendica-addons.git/blob - securemail/composer.lock
securemail: update pgp library
[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#composer-lock-the-lock-file",
5         "This file is @generated automatically"
6     ],
7     "content-hash": "d3271ed1002824abbeb24fd6d759b2d8",
8     "packages": [
9         {
10             "name": "phpseclib/phpseclib",
11             "version": "0.3.10",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/phpseclib/phpseclib.git",
15                 "reference": "d15bba1edcc7c89e09cc74c5d961317a8b947bf4"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/d15bba1edcc7c89e09cc74c5d961317a8b947bf4",
20                 "reference": "d15bba1edcc7c89e09cc74c5d961317a8b947bf4",
21                 "shasum": ""
22             },
23             "require": {
24                 "php": ">=5.0.0"
25             },
26             "require-dev": {
27                 "phing/phing": "~2.7",
28                 "phpunit/phpunit": "~4.0",
29                 "sami/sami": "~2.0",
30                 "squizlabs/php_codesniffer": "~1.5"
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-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.",
35                 "pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 4.3.3."
36             },
37             "type": "library",
38             "extra": {
39                 "branch-alias": {
40                     "dev-master": "0.3-dev"
41                 }
42             },
43             "autoload": {
44                 "psr-0": {
45                     "Crypt": "phpseclib/",
46                     "File": "phpseclib/",
47                     "Math": "phpseclib/",
48                     "Net": "phpseclib/",
49                     "System": "phpseclib/"
50                 },
51                 "files": [
52                     "phpseclib/Crypt/Random.php"
53                 ]
54             },
55             "notification-url": "https://packagist.org/downloads/",
56             "include-path": [
57                 "phpseclib/"
58             ],
59             "license": [
60                 "MIT"
61             ],
62             "authors": [
63                 {
64                     "name": "Jim Wigginton",
65                     "email": "terrafrost@php.net",
66                     "role": "Lead Developer"
67                 },
68                 {
69                     "name": "Patrick Monnerat",
70                     "email": "pm@datasphere.ch",
71                     "role": "Developer"
72                 },
73                 {
74                     "name": "Andreas Fischer",
75                     "email": "bantu@phpbb.com",
76                     "role": "Developer"
77                 },
78                 {
79                     "name": "Hans-Jürgen Petrich",
80                     "email": "petrich@tronic-media.com",
81                     "role": "Developer"
82                 }
83             ],
84             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
85             "homepage": "http://phpseclib.sourceforge.net",
86             "keywords": [
87                 "BigInteger",
88                 "aes",
89                 "asn.1",
90                 "asn1",
91                 "blowfish",
92                 "crypto",
93                 "cryptography",
94                 "encryption",
95                 "rsa",
96                 "security",
97                 "sftp",
98                 "signature",
99                 "signing",
100                 "ssh",
101                 "twofish",
102                 "x.509",
103                 "x509"
104             ],
105             "time": "2015-01-28T21:50:33+00:00"
106         },
107         {
108             "name": "singpolyma/openpgp-php",
109             "version": "0.2.0",
110             "source": {
111                 "type": "git",
112                 "url": "https://github.com/singpolyma/openpgp-php.git",
113                 "reference": "f4fabd04e781a85d925ef794922fb867a0fbe99a"
114             },
115             "dist": {
116                 "type": "zip",
117                 "url": "https://api.github.com/repos/singpolyma/openpgp-php/zipball/f4fabd04e781a85d925ef794922fb867a0fbe99a",
118                 "reference": "f4fabd04e781a85d925ef794922fb867a0fbe99a",
119                 "shasum": ""
120             },
121             "require": {
122                 "phpseclib/phpseclib": "~0.3"
123             },
124             "require-dev": {
125                 "phpunit/phpunit": "~4.0"
126             },
127             "type": "library",
128             "autoload": {
129                 "classmap": [
130                     "lib/"
131                 ]
132             },
133             "notification-url": "https://packagist.org/downloads/",
134             "license": [
135                 "Unlicense"
136             ],
137             "authors": [
138                 {
139                     "name": "Arto Bendiken",
140                     "email": "arto.bendiken@gmail.com"
141                 },
142                 {
143                     "name": "Stephen Paul Weber",
144                     "email": "singpolyma@singpolyma.net"
145                 }
146             ],
147             "description": "Pure-PHP implementation of the OpenPGP Message Format (RFC 4880)",
148             "time": "2015-08-14T18:15:15+00:00"
149         }
150     ],
151     "packages-dev": [],
152     "aliases": [],
153     "minimum-stability": "stable",
154     "stability-flags": [],
155     "prefer-stable": false,
156     "prefer-lowest": false,
157     "platform": [],
158     "platform-dev": []
159 }