Lowered required version to php 8.0

This commit is contained in:
tracer 2022-08-30 14:16:25 +02:00
parent ab55fd9abb
commit b99438c925
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}