Remove fileinfo dependency

As per https://github.com/flarum/docs/issues/14#issuecomment-365972062
This commit is contained in:
Toby Zerner 2018-11-13 17:16:47 +10:30
parent e3d01c5e94
commit 2a5f524980

View File

@ -34,7 +34,6 @@ class InstallServiceProvider extends AbstractServiceProvider
new PhpVersion('7.1.0'),
new PhpExtensions([
'dom',
'fileinfo',
'gd',
'json',
'mbstring',