phpseclib/composer.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/"
}
}
}