mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update InstallController.php
This commit is contained in:
parent
ae595c5611
commit
a54d9c4f71
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue