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