diff --git a/composer.json b/composer.json index 205b60ee8..b532e32b9 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "pocketmine/raklib": "^0.12.0", "pocketmine/spl": "^0.3.0", "pocketmine/binaryutils": "^0.1.0", - "pocketmine/nbt": "^0.2.0", + "pocketmine/nbt": "^0.2.1", "pocketmine/math": "^0.2.0", "pocketmine/snooze": "^0.1.0" }, diff --git a/composer.lock b/composer.lock index 86292d682..c01d0de3c 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "2670b9e2a730ff758909be8b9e9d609a", + "content-hash": "3536995c56bfc3dbd6ccc0994e88a636", "packages": [ { "name": "pocketmine/binaryutils", @@ -76,16 +76,16 @@ }, { "name": "pocketmine/nbt", - "version": "0.2.0", + "version": "0.2.1", "source": { "type": "git", "url": "https://github.com/pmmp/NBT.git", - "reference": "da19487ff92f6f7a16b5ce8894132bb1d1e9ea0c" + "reference": "a4ee39f313c6870153fb7c7e513b211217f7daf8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pmmp/NBT/zipball/da19487ff92f6f7a16b5ce8894132bb1d1e9ea0c", - "reference": "da19487ff92f6f7a16b5ce8894132bb1d1e9ea0c", + "url": "https://api.github.com/repos/pmmp/NBT/zipball/a4ee39f313c6870153fb7c7e513b211217f7daf8", + "reference": "a4ee39f313c6870153fb7c7e513b211217f7daf8", "shasum": "" }, "require": { @@ -109,10 +109,10 @@ ], "description": "PHP library for working with Named Binary Tags", "support": { - "source": "https://github.com/pmmp/NBT/tree/0.2.0", + "source": "https://github.com/pmmp/NBT/tree/0.2.1", "issues": "https://github.com/pmmp/NBT/issues" }, - "time": "2018-06-13T09:56:00+00:00" + "time": "2018-09-04T10:36:02+00:00" }, { "name": "pocketmine/raklib",