diff --git a/config/installer.php b/config/installer.php index 012d3fa9..2f8b8add 100755 --- a/config/installer.php +++ b/config/installer.php @@ -13,7 +13,7 @@ return [ | */ 'core' => [ - 'minPhpVersion' => '7.4.0', + 'minPhpVersion' => '8.1.0', ], 'final' => [ 'key' => true, @@ -21,13 +21,16 @@ return [ ], 'requirements' => [ 'php' => [ - 'openssl', + 'exif', 'pdo', + 'bcmath', + 'openssl', 'mbstring', - 'tokenizer', - 'JSON', - 'cURL', + 'json', + 'xml', + 'fileinfo', 'zip', + 'curl', ], 'apache' => [ 'mod_rewrite',