Add fileinfo ext to requirements #735

closes #735
This commit is contained in:
Nabeel Shahzad
2020-09-04 11:28:33 -04:00
parent 9a735d2935
commit 23962a1abb
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -16,6 +16,7 @@ return [
'extensions' => [
// 'bcmath',
'fileinfo',
'openssl',
'pdo',
'mbstring',