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

View File

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