mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-04 20:47:54 +00:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"name": "phpseclib/phpseclib",
|
|
"description": "PHP Secure Communications Library",
|
|
"type": "library",
|
|
"homepage": "http://phpseclib.sourceforge.net",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Jim Wigginton",
|
|
"email": "terrafrost@php.net",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"support": {
|
|
"forum": "http://www.frostjedi.com/phpbb/viewforum.php?f=46",
|
|
"issues": "https://github.com/phpseclib/phpseclib/issues",
|
|
"source": "https://github.com/phpseclib/phpseclib"
|
|
},
|
|
"require": {
|
|
"php": ">=4.3.3"
|
|
},
|
|
"suggest": {
|
|
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.",
|
|
"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations."
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Crypt": "phpseclib/",
|
|
"File": "phpseclib/",
|
|
"Math": "phpseclib/",
|
|
"Net": "phpseclib/"
|
|
}
|
|
}
|
|
}
|