[feature/composer] Suggest the mcrypt and gmp extensions for PHP.

This commit is contained in:
Andreas Fischer 2012-06-08 21:53:42 +02:00
parent fd38b97684
commit a4fafd1932

View File

@ -27,4 +27,8 @@
"require": { "require": {
"php": ">=4.3.3" "php": ">=4.3.3"
}, },
"suggest": {
"ext-mcrypt": "*",
"ext-gmp": "*"
}
} }