Sync NBT dependency

This commit is contained in:
Dylan K. Taylor 2018-12-03 16:15:02 +00:00
parent b0f891081c
commit f091446ec7

13
composer.lock generated
View File

@ -76,19 +76,20 @@
}, },
{ {
"name": "pocketmine/nbt", "name": "pocketmine/nbt",
"version": "0.2.2", "version": "0.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pmmp/NBT.git", "url": "https://github.com/pmmp/NBT.git",
"reference": "474f0cf0a47656d0122b4f3f71302e694ed6977b" "reference": "291bf5cc2a94500eada1edbda51d15bed25a1e1c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pmmp/NBT/zipball/474f0cf0a47656d0122b4f3f71302e694ed6977b", "url": "https://api.github.com/repos/pmmp/NBT/zipball/291bf5cc2a94500eada1edbda51d15bed25a1e1c",
"reference": "474f0cf0a47656d0122b4f3f71302e694ed6977b", "reference": "291bf5cc2a94500eada1edbda51d15bed25a1e1c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-zlib": "*",
"php": ">=7.2.0", "php": ">=7.2.0",
"php-64bit": "*", "php-64bit": "*",
"pocketmine/binaryutils": "^0.1.0" "pocketmine/binaryutils": "^0.1.0"
@ -109,10 +110,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.2", "source": "https://github.com/pmmp/NBT/tree/0.2.3",
"issues": "https://github.com/pmmp/NBT/issues" "issues": "https://github.com/pmmp/NBT/issues"
}, },
"time": "2018-10-12T08:26:44+00:00" "time": "2018-12-03T16:08:28+00:00"
}, },
{ {
"name": "pocketmine/raklib", "name": "pocketmine/raklib",