mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
ext-igbinary is mandatory since e1352668d1bfc9d6638afc4c7c43cf17b87430c5
This commit is contained in:
parent
acdcb99566
commit
043f1a5577
@ -16,6 +16,7 @@
|
||||
"ext-ds": "^1.2.7",
|
||||
"ext-gmp": "*",
|
||||
"ext-hash": "*",
|
||||
"ext-igbinary": "^3.0.1",
|
||||
"ext-json": "*",
|
||||
"ext-leveldb": "^0.2.1",
|
||||
"ext-mbstring": "*",
|
||||
|
3
composer.lock
generated
3
composer.lock
generated
@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "eedc6357547d912c1cc4d47477573086",
|
||||
"content-hash": "64291f2e02aeadac88f4f205e8ec76e5",
|
||||
"packages": [
|
||||
{
|
||||
"name": "adhocore/json-comment",
|
||||
@ -537,6 +537,7 @@
|
||||
"ext-ds": "^1.2.7",
|
||||
"ext-gmp": "*",
|
||||
"ext-hash": "*",
|
||||
"ext-igbinary": "^3.0.1",
|
||||
"ext-json": "*",
|
||||
"ext-leveldb": "^0.2.1",
|
||||
"ext-mbstring": "*",
|
||||
|
@ -78,6 +78,7 @@ namespace pocketmine {
|
||||
"ds" => "Data Structures",
|
||||
"gmp" => "GMP",
|
||||
"hash" => "Hash",
|
||||
"igbinary" => "igbinary",
|
||||
"json" => "JSON",
|
||||
"leveldb" => "LevelDB",
|
||||
"mbstring" => "Multibyte String",
|
||||
|
Loading…
x
Reference in New Issue
Block a user