From 2955a92837e2554bb2d13eee1df517bec4d7d7d0 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Thu, 16 Dec 2021 01:19:30 +0000 Subject: [PATCH] Updated pocketmine/nbt to 0.2.19 --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index ab792210b..9517df926 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "pocketmine/log": "^0.2.0", "pocketmine/log-pthreads": "^0.1.0", "pocketmine/math": "^0.2.0", - "pocketmine/nbt": "^0.2.18", + "pocketmine/nbt": "^0.2.19", "pocketmine/raklib": "^0.12.7", "pocketmine/snooze": "^0.1.0", "pocketmine/spl": "^0.4.0" diff --git a/composer.lock b/composer.lock index e948d9abf..ee5297b91 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "2d144524b177c9e7f699ba7366c16354", + "content-hash": "03871ed11c5fe042f6417bceefe9bd4a", "packages": [ { "name": "adhocore/json-comment", @@ -322,16 +322,16 @@ }, { "name": "pocketmine/nbt", - "version": "0.2.18", + "version": "0.2.19", "source": { "type": "git", "url": "https://github.com/pmmp/NBT.git", - "reference": "9f82ca4d7f97fcd9a566e44b63c4f18a7657ae82" + "reference": "8567c65e8e099c2f7436cfea3d886b3dcd332283" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pmmp/NBT/zipball/9f82ca4d7f97fcd9a566e44b63c4f18a7657ae82", - "reference": "9f82ca4d7f97fcd9a566e44b63c4f18a7657ae82", + "url": "https://api.github.com/repos/pmmp/NBT/zipball/8567c65e8e099c2f7436cfea3d886b3dcd332283", + "reference": "8567c65e8e099c2f7436cfea3d886b3dcd332283", "shasum": "" }, "require": { @@ -343,7 +343,7 @@ "require-dev": { "irstea/phpunit-shim": "^7.5 || ^8.0", "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "0.12.80", + "phpstan/phpstan": "0.12.85", "phpstan/phpstan-strict-rules": "^0.12.4" }, "type": "library", @@ -359,9 +359,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.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",