mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-26 03:27:31 +00:00
Fix the suggest, require and author properties from #6
This commit is contained in:
parent
9a0087719e
commit
73a45af6f9
@ -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/",
|
||||||
|
Loading…
Reference in New Issue
Block a user