Add missing recommended modules gmp and bcmath

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2024-01-22 15:08:59 +01:00
parent 4c34216305
commit f13b2fb103
No known key found for this signature in database
GPG key ID: A3E2F658B28C760A

View file

@ -49,7 +49,9 @@ class PhpModules implements ISetupCheck {
'zlib',
];
protected const RECOMMENDED_MODULES = [
'bcmath',
'exif',
'gmp',
'intl',
'sodium',
'sysvsem',