mirror of
https://github.com/danog/tgseclib.git
synced 2024-11-30 04:39:02 +01: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": {
|
||||
"php": ">=4.3.3"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-mcrypt": "*",
|
||||
"ext-gmp": "*"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user