2012-06-08 21:39:36 +02:00
|
|
|
{
|
|
|
|
"name": "phpseclib/phpseclib",
|
|
|
|
"description": "PHP Secure Communications Library",
|
|
|
|
"type": "library",
|
|
|
|
"homepage": "http://phpseclib.sourceforge.net",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
2012-06-08 22:57:26 +02:00
|
|
|
"name": "Jim Wigginton",
|
|
|
|
"email": "terrafrost@php.net",
|
|
|
|
"role": "Developer"
|
2012-06-08 21:39:36 +02:00
|
|
|
}
|
|
|
|
],
|
2012-06-08 22:57:26 +02:00
|
|
|
"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."
|
|
|
|
},
|
2012-06-08 21:39:36 +02:00
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Crypt": "phpseclib/",
|
|
|
|
"File": "phpseclib/",
|
|
|
|
"Math": "phpseclib/",
|
|
|
|
"Net": "phpseclib/"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|