[feature/composer] Add description for suggested extensions, it's not a version

This commit is contained in:
Andreas Fischer 2012-06-08 22:14:00 +02:00
parent 789d545fb8
commit 32a3eab2ab

View File

@ -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": {