From ec3986827c87f244e55ff7497d0c86a5b4f92f49 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Wed, 20 Oct 2021 16:20:10 +0100 Subject: [PATCH] Update BedrockProtocol to 3.0.1, widen constraint to allow newer patch versions --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index da7c87f62..4a01020a7 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "adhocore/json-comment": "^1.1", "fgrosse/phpasn1": "^2.3", "netresearch/jsonmapper": "^4.0", - "pocketmine/bedrock-protocol": "3.0.0+bedrock1.17.40", + "pocketmine/bedrock-protocol": "^3.0.1+bedrock1.17.40", "pocketmine/binaryutils": "^0.2.1", "pocketmine/callback-validator": "^1.0.2", "pocketmine/classloader": "dev-master", diff --git a/composer.lock b/composer.lock index 95ceaa103..cb1287b83 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": "ddffa959e1045fc084bb9142884f27a3", + "content-hash": "bc2b425a6f436a01de4e423ea651dc84", "packages": [ { "name": "adhocore/json-comment", @@ -249,16 +249,16 @@ }, { "name": "pocketmine/bedrock-protocol", - "version": "3.0.0+bedrock1.17.40", + "version": "3.0.1+bedrock1.17.40", "source": { "type": "git", "url": "https://github.com/pmmp/BedrockProtocol.git", - "reference": "ea9e22563b3d56f3b94b4a132c725912d029c101" + "reference": "1add11e06366b983b97fa415fee55f31af3cb7a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pmmp/BedrockProtocol/zipball/ea9e22563b3d56f3b94b4a132c725912d029c101", - "reference": "ea9e22563b3d56f3b94b4a132c725912d029c101", + "url": "https://api.github.com/repos/pmmp/BedrockProtocol/zipball/1add11e06366b983b97fa415fee55f31af3cb7a9", + "reference": "1add11e06366b983b97fa415fee55f31af3cb7a9", "shasum": "" }, "require": { @@ -290,9 +290,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.17.40" + "source": "https://github.com/pmmp/BedrockProtocol/tree/3.0.1+bedrock1.17.40" }, - "time": "2021-10-19T17:28:41+00:00" + "time": "2021-10-20T14:00:00+00:00" }, { "name": "pocketmine/binaryutils",