Require imagick instead of gd

This commit is contained in:
Ilya Prokopenko 2023-02-11 16:24:15 +07:00
parent cee1b4c8c1
commit 668d4f2ada
No known key found for this signature in database
GPG key ID: 7736BBBB05F14A56

View file

@ -17,7 +17,7 @@ function _ovk_check_environment(): void
$problems[] = "Composer dependencies missing";
$requiredExtensions = [
"gd",
"imagick",
"fileinfo",
"PDO",
"pdo_mysql",