Update InstallController.php

pull/3486/head
Shlee 3 years ago committed by GitHub
parent ae595c5611
commit a54d9c4f71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,7 +40,7 @@ class InstallController extends Controller
$reqs['php'] = [
'version' => PHP_VERSION,
'supported' => (bool) version_compare(PHP_VERSION, 7.4),
'supported' => (bool) version_compare(PHP_VERSION, '7.4'),
'min_version' => '7.4',
'memory_limit' => [
'recommended' => '256M',

Loading…
Cancel
Save