Updated PocketMine-NBT dependency to fix CompoundTag bugs

This commit is contained in:
Dylan K. Taylor 2018-02-07 19:49:52 +00:00
parent dbac2abafb
commit 5858025d90
2 changed files with 6 additions and 6 deletions

View File

@ -24,7 +24,7 @@
"pocketmine/raklib": "dev-master#9b50878021ca545684fc1fd2d9333911ab2988e1", "pocketmine/raklib": "dev-master#9b50878021ca545684fc1fd2d9333911ab2988e1",
"pocketmine/pocketmine-spl": "^0.2.0", "pocketmine/pocketmine-spl": "^0.2.0",
"pocketmine/pocketmine-binaryutils": "dev-master#a7cd5303a3b215d26bf9be76682ce9311f40e887", "pocketmine/pocketmine-binaryutils": "dev-master#a7cd5303a3b215d26bf9be76682ce9311f40e887",
"pocketmine/pocketmine-nbt": "dev-master#45706a9732d63950d2a82dc1a340af5c7c280cc5" "pocketmine/pocketmine-nbt": "dev-master#9bd51874c315fd7f3ebf81e3c09f1993ea9b7954"
}, },
"autoload": { "autoload": {
"psr-0": { "psr-0": {

10
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "2a0ccbe9f8148633962125f721ad7283", "content-hash": "a293be03d455a19167a576d4980c3e04",
"packages": [ "packages": [
{ {
"name": "pocketmine/pocketmine-binaryutils", "name": "pocketmine/pocketmine-binaryutils",
@ -45,12 +45,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pmmp/PocketMine-NBT.git", "url": "https://github.com/pmmp/PocketMine-NBT.git",
"reference": "45706a9732d63950d2a82dc1a340af5c7c280cc5" "reference": "9bd51874c315fd7f3ebf81e3c09f1993ea9b7954"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pmmp/PocketMine-NBT/zipball/45706a9732d63950d2a82dc1a340af5c7c280cc5", "url": "https://api.github.com/repos/pmmp/PocketMine-NBT/zipball/9bd51874c315fd7f3ebf81e3c09f1993ea9b7954",
"reference": "45706a9732d63950d2a82dc1a340af5c7c280cc5", "reference": "9bd51874c315fd7f3ebf81e3c09f1993ea9b7954",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -71,7 +71,7 @@
"source": "https://github.com/pmmp/PocketMine-NBT/tree/master", "source": "https://github.com/pmmp/PocketMine-NBT/tree/master",
"issues": "https://github.com/pmmp/PocketMine-NBT/issues" "issues": "https://github.com/pmmp/PocketMine-NBT/issues"
}, },
"time": "2018-02-06T11:23:12+00:00" "time": "2018-02-07T19:47:07+00:00"
}, },
{ {
"name": "pocketmine/pocketmine-spl", "name": "pocketmine/pocketmine-spl",