From 23962a1abb4d78043ec11afe4bb4cab783d9b143 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Fri, 4 Sep 2020 11:28:33 -0400 Subject: [PATCH] Add `fileinfo` ext to requirements #735 closes #735 --- docker-compose.yml | 2 +- modules/Installer/Config/config.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 452a3ccb..66b79cb5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,7 +27,7 @@ services: - app mysql: - image: mysql:5.7.26 + image: mysql:5.7 command: "--innodb_use_native_aio=0" environment: MYSQL_DATABASE: phpvms diff --git a/modules/Installer/Config/config.php b/modules/Installer/Config/config.php index a14a249b..b5beac9d 100644 --- a/modules/Installer/Config/config.php +++ b/modules/Installer/Config/config.php @@ -16,6 +16,7 @@ return [ 'extensions' => [ // 'bcmath', + 'fileinfo', 'openssl', 'pdo', 'mbstring',