mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-14 15:35:31 +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-ds": "^1.2.7",
|
||||||
"ext-gmp": "*",
|
"ext-gmp": "*",
|
||||||
"ext-hash": "*",
|
"ext-hash": "*",
|
||||||
|
"ext-igbinary": "^3.0.1",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"ext-leveldb": "^0.2.1",
|
"ext-leveldb": "^0.2.1",
|
||||||
"ext-mbstring": "*",
|
"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",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "eedc6357547d912c1cc4d47477573086",
|
"content-hash": "64291f2e02aeadac88f4f205e8ec76e5",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "adhocore/json-comment",
|
"name": "adhocore/json-comment",
|
||||||
@ -537,6 +537,7 @@
|
|||||||
"ext-ds": "^1.2.7",
|
"ext-ds": "^1.2.7",
|
||||||
"ext-gmp": "*",
|
"ext-gmp": "*",
|
||||||
"ext-hash": "*",
|
"ext-hash": "*",
|
||||||
|
"ext-igbinary": "^3.0.1",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"ext-leveldb": "^0.2.1",
|
"ext-leveldb": "^0.2.1",
|
||||||
"ext-mbstring": "*",
|
"ext-mbstring": "*",
|
||||||
|
@ -78,6 +78,7 @@ namespace pocketmine {
|
|||||||
"ds" => "Data Structures",
|
"ds" => "Data Structures",
|
||||||
"gmp" => "GMP",
|
"gmp" => "GMP",
|
||||||
"hash" => "Hash",
|
"hash" => "Hash",
|
||||||
|
"igbinary" => "igbinary",
|
||||||
"json" => "JSON",
|
"json" => "JSON",
|
||||||
"leveldb" => "LevelDB",
|
"leveldb" => "LevelDB",
|
||||||
"mbstring" => "Multibyte String",
|
"mbstring" => "Multibyte String",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user