Drop PHP 8.0, 8.1 is now minimum version

This commit is contained in:
Dylan K. Taylor
2023-05-17 13:53:57 +01:00
parent 5ad8016b99
commit 043350753b
7 changed files with 34 additions and 121 deletions

View File

@ -50,7 +50,7 @@ namespace pocketmine {
require_once __DIR__ . '/VersionInfo.php';
const MIN_PHP_VERSION = "8.0.0";
const MIN_PHP_VERSION = "8.1.0";
/**
* @param string $message