Skip to content

Commit 983fab6

Browse files
committed
chore (bootstrap): changed text for error incompatible php version
1 parent 91be9c9 commit 983fab6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function _ovk_check_environment(): void
1616
}
1717

1818
if (!version_compare(PHP_VERSION, "7.3.0", ">=")) {
19-
$problems[] = "Incompatible PHP version: " . PHP_VERSION . " (7.3+ required, 7.4+ recommended)";
19+
$problems[] = "Incompatible PHP version: " . PHP_VERSION . " (7.3+ required, 8.2 recommended)";
2020
}
2121

2222
if (!is_dir(__DIR__ . "/vendor")) {

0 commit comments

Comments
 (0)