Move min required PHP version to 7.2.0

This commit is contained in:
Dylan K. Taylor 2018-04-09 15:37:56 +01:00
parent 08d8adae5b
commit 5f1ae1059e

View File

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