Sync 3.2 and 3.1 branches

This commit is contained in:
Dylan K. Taylor 2018-09-04 11:51:05 +01:00
commit f649ef5195
2 changed files with 8 additions and 8 deletions

View File

@ -27,7 +27,7 @@
"pocketmine/raklib": "^0.12.0", "pocketmine/raklib": "^0.12.0",
"pocketmine/spl": "^0.3.0", "pocketmine/spl": "^0.3.0",
"pocketmine/binaryutils": "^0.1.0", "pocketmine/binaryutils": "^0.1.0",
"pocketmine/nbt": "^0.2.0", "pocketmine/nbt": "^0.2.1",
"pocketmine/math": "^0.2.0", "pocketmine/math": "^0.2.0",
"pocketmine/snooze": "^0.1.0" "pocketmine/snooze": "^0.1.0"
}, },

14
composer.lock generated
View File

@ -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": "2670b9e2a730ff758909be8b9e9d609a", "content-hash": "3536995c56bfc3dbd6ccc0994e88a636",
"packages": [ "packages": [
{ {
"name": "pocketmine/binaryutils", "name": "pocketmine/binaryutils",
@ -76,16 +76,16 @@
}, },
{ {
"name": "pocketmine/nbt", "name": "pocketmine/nbt",
"version": "0.2.0", "version": "0.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pmmp/NBT.git", "url": "https://github.com/pmmp/NBT.git",
"reference": "da19487ff92f6f7a16b5ce8894132bb1d1e9ea0c" "reference": "a4ee39f313c6870153fb7c7e513b211217f7daf8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pmmp/NBT/zipball/da19487ff92f6f7a16b5ce8894132bb1d1e9ea0c", "url": "https://api.github.com/repos/pmmp/NBT/zipball/a4ee39f313c6870153fb7c7e513b211217f7daf8",
"reference": "da19487ff92f6f7a16b5ce8894132bb1d1e9ea0c", "reference": "a4ee39f313c6870153fb7c7e513b211217f7daf8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -109,10 +109,10 @@
], ],
"description": "PHP library for working with Named Binary Tags", "description": "PHP library for working with Named Binary Tags",
"support": { "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" "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", "name": "pocketmine/raklib",