From b0d787b3d36e917d72f7f4ac8554761260239b61 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Wed, 24 Aug 2022 19:54:41 +0100 Subject: [PATCH] Update BedrockProtocol for 1.19.21 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 5334687cf..ef3fdd5c7 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "fgrosse/phpasn1": "^2.3", "netresearch/jsonmapper": "^4.0", "pocketmine/bedrock-data": "~1.10.0+bedrock-1.19.20", - "pocketmine/bedrock-protocol": "~12.0.0+bedrock-1.19.20", + "pocketmine/bedrock-protocol": "~12.2.0+bedrock-1.19.20", "pocketmine/binaryutils": "^0.2.1", "pocketmine/callback-validator": "^1.0.2", "pocketmine/classloader": "^0.2.0", diff --git a/composer.lock b/composer.lock index 991d66175..4a03cd7da 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": "80afa24adf37096a23643e051d6128ce", + "content-hash": "72bfad1350c97a3df225577163d702ea", "packages": [ { "name": "adhocore/json-comment", @@ -271,16 +271,16 @@ }, { "name": "pocketmine/bedrock-protocol", - "version": "12.0.0+bedrock-1.19.20", + "version": "12.2.0+bedrock-1.19.21", "source": { "type": "git", "url": "https://github.com/pmmp/BedrockProtocol.git", - "reference": "c2778039544fa0c7c5bd3af7963149e7552f4215" + "reference": "d1b3e83f77e2c6628b64793485260cddc55d92e3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pmmp/BedrockProtocol/zipball/c2778039544fa0c7c5bd3af7963149e7552f4215", - "reference": "c2778039544fa0c7c5bd3af7963149e7552f4215", + "url": "https://api.github.com/repos/pmmp/BedrockProtocol/zipball/d1b3e83f77e2c6628b64793485260cddc55d92e3", + "reference": "d1b3e83f77e2c6628b64793485260cddc55d92e3", "shasum": "" }, "require": { @@ -312,9 +312,9 @@ "description": "An implementation of the Minecraft: Bedrock Edition protocol in PHP", "support": { "issues": "https://github.com/pmmp/BedrockProtocol/issues", - "source": "https://github.com/pmmp/BedrockProtocol/tree/bedrock-1.19.20" + "source": "https://github.com/pmmp/BedrockProtocol/tree/12.2.0+bedrock-1.19.21" }, - "time": "2022-08-09T17:57:29+00:00" + "time": "2022-08-24T18:47:37+00:00" }, { "name": "pocketmine/binaryutils",