mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 14:14:36 -04:00
Fixes for checks on PHP extensions
This commit is contained in:
parent
83c3b3d923
commit
a8c353b3a3
@ -32,7 +32,7 @@ class SystemHealth
|
|||||||
'mbstring',
|
'mbstring',
|
||||||
'xml',
|
'xml',
|
||||||
'bcmath',
|
'bcmath',
|
||||||
'intl',
|
'iconv',
|
||||||
];
|
];
|
||||||
|
|
||||||
private static $php_version = 8.1;
|
private static $php_version = 8.1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user