mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-26 03:27:31 +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"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-mcrypt": "*",
|
||||
"ext-gmp": "*"
|
||||
"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."
|
||||
},
|
||||
"include-path": ["phpseclib/"],
|
||||
"autoload": {
|
||||
|
Loading…
Reference in New Issue
Block a user