mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-27 17:00:52 +01:00
discontinue php versions before 7.4
This commit is contained in:
parent
3413e74f24
commit
14ae2d7d06
@ -729,10 +729,10 @@ if ($step == 0) {
|
|||||||
$tests = array(
|
$tests = array(
|
||||||
array(
|
array(
|
||||||
'category' => 'PHP',
|
'category' => 'PHP',
|
||||||
'name' => 'PHP ≥ 5.4',
|
'name' => 'PHP ≥ 7.4',
|
||||||
'result' => PHP_VERSION_ID >= 50400,
|
'result' => PHP_VERSION_ID >= 50400,
|
||||||
'required' => true,
|
'required' => true,
|
||||||
'message' => 'vichan requires PHP 5.4 or better.',
|
'message' => 'vichan requires PHP 7.4 or better.',
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'category' => 'PHP',
|
'category' => 'PHP',
|
||||||
|
Loading…
Reference in New Issue
Block a user