mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Move min required PHP version to 7.2.0
This commit is contained in:
@ -84,7 +84,7 @@ namespace pocketmine {
|
||||
const API_VERSION = "3.0.0-ALPHA11";
|
||||
const CODENAME = "[REDACTED]";
|
||||
|
||||
const MIN_PHP_VERSION = "7.2.0RC3";
|
||||
const MIN_PHP_VERSION = "7.2.0";
|
||||
|
||||
function critical_error($message){
|
||||
echo "[ERROR] $message" . PHP_EOL;
|
||||
|
Reference in New Issue
Block a user