From 0e9c6be90ecb36d61d63f34d6f5269b1fbe447a6 Mon Sep 17 00:00:00 2001 From: fkwa Date: Sat, 11 Jul 2020 13:08:48 +0300 Subject: [PATCH] Correct required extension list --- bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.php b/bootstrap.php index 909ae702..2c140767 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -17,7 +17,7 @@ function _ovk_check_environment(): void $problems[] = "Composer dependencies missing"; $requiredExtensions = [ - "imagick", + "gd", "fileinfo", "PDO", "pdo_mysql",