ext-igbinary is mandatory since e1352668d1bfc9d6638afc4c7c43cf17b87430c5

This commit is contained in:
Dylan K. Taylor 2019-10-24 13:17:04 +01:00
parent acdcb99566
commit 043f1a5577
3 changed files with 4 additions and 1 deletions

View File

@ -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
View File

@ -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": "*",

View File

@ -78,6 +78,7 @@ namespace pocketmine {
"ds" => "Data Structures",
"gmp" => "GMP",
"hash" => "Hash",
"igbinary" => "igbinary",
"json" => "JSON",
"leveldb" => "LevelDB",
"mbstring" => "Multibyte String",