Updated pocketmine/nbt to 0.3.2

This commit is contained in:
Dylan K. Taylor 2021-12-16 01:08:23 +00:00
parent 57e1509c3a
commit e70f81a111
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D
2 changed files with 11 additions and 11 deletions

View File

@ -45,7 +45,7 @@
"pocketmine/log": "^0.4.0", "pocketmine/log": "^0.4.0",
"pocketmine/log-pthreads": "^0.4.0", "pocketmine/log-pthreads": "^0.4.0",
"pocketmine/math": "^0.4.0", "pocketmine/math": "^0.4.0",
"pocketmine/nbt": "^0.3.0", "pocketmine/nbt": "^0.3.2",
"pocketmine/raklib": "^0.14.2", "pocketmine/raklib": "^0.14.2",
"pocketmine/raklib-ipc": "^0.1.0", "pocketmine/raklib-ipc": "^0.1.0",
"pocketmine/snooze": "^0.3.0", "pocketmine/snooze": "^0.3.0",

20
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": "6a1fde030a0133e4ff23047afab5727e", "content-hash": "7e9247927fa23baf3e899811c8119f95",
"packages": [ "packages": [
{ {
"name": "adhocore/json-comment", "name": "adhocore/json-comment",
@ -684,16 +684,16 @@
}, },
{ {
"name": "pocketmine/nbt", "name": "pocketmine/nbt",
"version": "0.3.1", "version": "0.3.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pmmp/NBT.git", "url": "https://github.com/pmmp/NBT.git",
"reference": "f43db89b8216b772407cdcedd90147db8eef34bc" "reference": "3e0d9ef6b6c5fb45e3745a121296e75631b3eefe"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pmmp/NBT/zipball/f43db89b8216b772407cdcedd90147db8eef34bc", "url": "https://api.github.com/repos/pmmp/NBT/zipball/3e0d9ef6b6c5fb45e3745a121296e75631b3eefe",
"reference": "f43db89b8216b772407cdcedd90147db8eef34bc", "reference": "3e0d9ef6b6c5fb45e3745a121296e75631b3eefe",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -702,10 +702,10 @@
"pocketmine/binaryutils": "^0.2.0" "pocketmine/binaryutils": "^0.2.0"
}, },
"require-dev": { "require-dev": {
"irstea/phpunit-shim": "^9.5",
"phpstan/extension-installer": "^1.0", "phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "0.12.99", "phpstan/phpstan": "1.2.0",
"phpstan/phpstan-strict-rules": "^0.12.4" "phpstan/phpstan-strict-rules": "^1.0",
"phpunit/phpunit": "^9.5"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -720,9 +720,9 @@
"description": "PHP library for working with Named Binary Tags", "description": "PHP library for working with Named Binary Tags",
"support": { "support": {
"issues": "https://github.com/pmmp/NBT/issues", "issues": "https://github.com/pmmp/NBT/issues",
"source": "https://github.com/pmmp/NBT/tree/0.3.1" "source": "https://github.com/pmmp/NBT/tree/0.3.2"
}, },
"time": "2021-12-06T16:19:10+00:00" "time": "2021-12-16T01:02:37+00:00"
}, },
{ {
"name": "pocketmine/raklib", "name": "pocketmine/raklib",