1
0
mirror of https://github.com/flarum/core.git synced 2025-10-18 18:26:07 +02:00

phpversion minimum requirement changed in wrong location for installation

This commit is contained in:
Daniel Klabbers
2018-06-28 11:40:34 +02:00
parent eaf98ccfc5
commit 0f5ddc1c43
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ class InstallServiceProvider extends AbstractServiceProvider
PrerequisiteInterface::class,
function () {
return new Composite(
new PhpVersion('5.5.0'),
new PhpVersion('7.1.0'),
new PhpExtensions([
'dom',
'fileinfo',