Lowered required version to php 8.0
This commit is contained in:
parent
ab55fd9abb
commit
b99438c925
|
@ -33,7 +33,7 @@ class UpdateController
|
|||
exit(1);
|
||||
}
|
||||
|
||||
if (PHP_VERSION_ID < 80100) {
|
||||
if (PHP_VERSION_ID < 80000) {
|
||||
echo 'You need at least php version 8.1.0';
|
||||
exit(1);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue