commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-old / civicrm / vendor / phpseclib / phpseclib / composer.json
1 {
2 "name": "phpseclib/phpseclib",
3 "type": "library",
4 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
5 "keywords": [
6 "security",
7 "crypto",
8 "cryptography",
9 "encryption",
10 "signature",
11 "signing",
12 "rsa",
13 "aes",
14 "blowfish",
15 "twofish",
16 "ssh",
17 "sftp",
18 "x509",
19 "x.509",
20 "asn1",
21 "asn.1",
22 "BigInteger"
23 ],
24 "homepage": "http://phpseclib.sourceforge.net",
25 "license": "MIT",
26 "authors": [
27 {
28 "name": "Jim Wigginton",
29 "email": "terrafrost@php.net",
30 "role": "Lead Developer"
31 },
32 {
33 "name": "Patrick Monnerat",
34 "email": "pm@datasphere.ch",
35 "role": "Developer"
36 },
37 {
38 "name": "Andreas Fischer",
39 "email": "bantu@phpbb.com",
40 "role": "Developer"
41 },
42 {
43 "name": "Hans-Jürgen Petrich",
44 "email": "petrich@tronic-media.com",
45 "role": "Developer"
46 }
47 ],
48 "require": {
49 "php": ">=5.0.0"
50 },
51 "require-dev": {
52 "phing/phing": "~2.7",
53 "phpunit/phpunit": "~4.0",
54 "sami/sami": "~2.0",
55 "squizlabs/php_codesniffer": "~1.5"
56 },
57 "suggest": {
58 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.",
59 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
60 "pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 4.3.3."
61 },
62 "include-path": ["phpseclib/"],
63 "autoload": {
64 "psr-0": {
65 "Crypt": "phpseclib/",
66 "File": "phpseclib/",
67 "Math": "phpseclib/",
68 "Net": "phpseclib/",
69 "System": "phpseclib/"
70 },
71 "files": [
72 "phpseclib/Crypt/Random.php"
73 ]
74 },
75 "extra": {
76 "branch-alias": {
77 "dev-master": "0.3-dev"
78 }
79 }
80 }