Updated pocketmine/nbt to 0.2.19

This commit is contained in:
Dylan K. Taylor 2021-12-16 01:19:30 +00:00
parent 7fb1669c6d
commit 2955a92837
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D
2 changed files with 9 additions and 9 deletions

View File

@ -33,7 +33,7 @@
"pocketmine/log": "^0.2.0", "pocketmine/log": "^0.2.0",
"pocketmine/log-pthreads": "^0.1.0", "pocketmine/log-pthreads": "^0.1.0",
"pocketmine/math": "^0.2.0", "pocketmine/math": "^0.2.0",
"pocketmine/nbt": "^0.2.18", "pocketmine/nbt": "^0.2.19",
"pocketmine/raklib": "^0.12.7", "pocketmine/raklib": "^0.12.7",
"pocketmine/snooze": "^0.1.0", "pocketmine/snooze": "^0.1.0",
"pocketmine/spl": "^0.4.0" "pocketmine/spl": "^0.4.0"

16
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": "2d144524b177c9e7f699ba7366c16354", "content-hash": "03871ed11c5fe042f6417bceefe9bd4a",
"packages": [ "packages": [
{ {
"name": "adhocore/json-comment", "name": "adhocore/json-comment",
@ -322,16 +322,16 @@
}, },
{ {
"name": "pocketmine/nbt", "name": "pocketmine/nbt",
"version": "0.2.18", "version": "0.2.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pmmp/NBT.git", "url": "https://github.com/pmmp/NBT.git",
"reference": "9f82ca4d7f97fcd9a566e44b63c4f18a7657ae82" "reference": "8567c65e8e099c2f7436cfea3d886b3dcd332283"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pmmp/NBT/zipball/9f82ca4d7f97fcd9a566e44b63c4f18a7657ae82", "url": "https://api.github.com/repos/pmmp/NBT/zipball/8567c65e8e099c2f7436cfea3d886b3dcd332283",
"reference": "9f82ca4d7f97fcd9a566e44b63c4f18a7657ae82", "reference": "8567c65e8e099c2f7436cfea3d886b3dcd332283",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -343,7 +343,7 @@
"require-dev": { "require-dev": {
"irstea/phpunit-shim": "^7.5 || ^8.0", "irstea/phpunit-shim": "^7.5 || ^8.0",
"phpstan/extension-installer": "^1.0", "phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "0.12.80", "phpstan/phpstan": "0.12.85",
"phpstan/phpstan-strict-rules": "^0.12.4" "phpstan/phpstan-strict-rules": "^0.12.4"
}, },
"type": "library", "type": "library",
@ -359,9 +359,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.2.18" "source": "https://github.com/pmmp/NBT/tree/0.2.19"
}, },
"time": "2021-03-11T00:09:04+00:00" "time": "2021-12-16T01:15:41+00:00"
}, },
{ {
"name": "pocketmine/raklib", "name": "pocketmine/raklib",