PocketMine.php: require ext-crypto

This commit is contained in:
Dylan K. Taylor 2022-01-22 00:30:05 +00:00
parent 09201ac14b
commit e5a9123522
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -76,6 +76,7 @@ namespace pocketmine {
$extensions = [ $extensions = [
"chunkutils2" => "PocketMine ChunkUtils v2", "chunkutils2" => "PocketMine ChunkUtils v2",
"curl" => "cURL", "curl" => "cURL",
"crypto" => "php-crypto",
"ctype" => "ctype", "ctype" => "ctype",
"date" => "Date", "date" => "Date",
"hash" => "Hash", "hash" => "Hash",