mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-13 18:02:58 +00:00
[feature/composer] Suggest the mcrypt and gmp extensions for PHP.
This commit is contained in:
parent
fd38b97684
commit
a4fafd1932
@ -27,4 +27,8 @@
|
|||||||
"require": {
|
"require": {
|
||||||
"php": ">=4.3.3"
|
"php": ">=4.3.3"
|
||||||
},
|
},
|
||||||
|
"suggest": {
|
||||||
|
"ext-mcrypt": "*",
|
||||||
|
"ext-gmp": "*"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user