mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Correct required extension list
This commit is contained in:
parent
c1cd5e2a9a
commit
0e9c6be90e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ function _ovk_check_environment(): void
|
|||
$problems[] = "Composer dependencies missing";
|
||||
|
||||
$requiredExtensions = [
|
||||
"imagick",
|
||||
"gd",
|
||||
"fileinfo",
|
||||
"PDO",
|
||||
"pdo_mysql",
|
||||
|
|
Loading…
Reference in a new issue