Updated NBT dependency (again)

This commit is contained in:
Dylan K. Taylor 2021-03-11 00:15:00 +00:00
parent 72bd37e442
commit 0660888029
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D
2 changed files with 8 additions and 8 deletions

View File

@ -31,7 +31,7 @@
"pocketmine/log": "^0.2.0",
"pocketmine/log-pthreads": "^0.1.0",
"pocketmine/math": "^0.2.0",
"pocketmine/nbt": "^0.2.10",
"pocketmine/nbt": "^0.2.18",
"pocketmine/raklib": "^0.12.7",
"pocketmine/snooze": "^0.1.0",
"pocketmine/spl": "^0.4.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",
"This file is @generated automatically"
],
"content-hash": "4ed24eeab1fdf52c6b9a797a42e10638",
"content-hash": "0ff6c2c87e1c350034929c4507151e38",
"packages": [
{
"name": "adhocore/json-comment",
@ -315,16 +315,16 @@
},
{
"name": "pocketmine/nbt",
"version": "0.2.17",
"version": "0.2.18",
"source": {
"type": "git",
"url": "https://github.com/pmmp/NBT.git",
"reference": "7de6bdfdfbcafe2689aafbde47f6506f265afd19"
"reference": "9f82ca4d7f97fcd9a566e44b63c4f18a7657ae82"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pmmp/NBT/zipball/7de6bdfdfbcafe2689aafbde47f6506f265afd19",
"reference": "7de6bdfdfbcafe2689aafbde47f6506f265afd19",
"url": "https://api.github.com/repos/pmmp/NBT/zipball/9f82ca4d7f97fcd9a566e44b63c4f18a7657ae82",
"reference": "9f82ca4d7f97fcd9a566e44b63c4f18a7657ae82",
"shasum": ""
},
"require": {
@ -352,9 +352,9 @@
"description": "PHP library for working with Named Binary Tags",
"support": {
"issues": "https://github.com/pmmp/NBT/issues",
"source": "https://github.com/pmmp/NBT/tree/0.2.17"
"source": "https://github.com/pmmp/NBT/tree/0.2.18"
},
"time": "2021-03-07T20:51:26+00:00"
"time": "2021-03-11T00:09:04+00:00"
},
{
"name": "pocketmine/raklib",