mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-28 01:28:27 +00:00
[feature/composer] Add description for suggested extensions, it's not a version
This commit is contained in:
parent
789d545fb8
commit
32a3eab2ab
@ -28,8 +28,8 @@
|
|||||||
"php": ">=4.3.3"
|
"php": ">=4.3.3"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-mcrypt": "*",
|
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.",
|
||||||
"ext-gmp": "*"
|
"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations."
|
||||||
},
|
},
|
||||||
"include-path": ["phpseclib/"],
|
"include-path": ["phpseclib/"],
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user