Fix the suggest, require and author properties from #6

This commit is contained in:
Rob Loach 2012-06-08 16:57:26 -04:00
parent 9a0087719e
commit 73a45af6f9
1 changed files with 10 additions and 2 deletions

View File

@ -6,8 +6,9 @@
"license": "MIT",
"authors": [
{
"name": "terrafrost",
"homepage": "http://frostjedi.com"
"name": "Jim Wigginton",
"email": "terrafrost@php.net",
"role": "Developer"
}
],
"support": {
@ -15,6 +16,13 @@
"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/",