From 510b75ef38dbc89c9df11f5a3efbe434465cde94 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sun, 29 Aug 2021 16:23:56 +0100 Subject: [PATCH] Use tagged version of BedrockProtocol --- composer.json | 2 +- composer.lock | 18 ++++++++---------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 999131857..090e9e218 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": "dev-master#88ae308a03e8e61ccfdddd42623efabe9e772b42", + "pocketmine/bedrock-protocol": "1.0.0+bedrock1.17.10", "pocketmine/binaryutils": "^0.2.1", "pocketmine/callback-validator": "^1.0.2", "pocketmine/classloader": "dev-master", diff --git a/composer.lock b/composer.lock index 69ac419f9..3e33cab31 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": "db2d0f1b7626686a7d1d368052ff9a0a", + "content-hash": "2165259c189ef225a417898ac118f0d3", "packages": [ { "name": "adhocore/json-comment", @@ -245,16 +245,16 @@ }, { "name": "pocketmine/bedrock-protocol", - "version": "dev-master", + "version": "1.0.0+bedrock1.17.10", "source": { "type": "git", "url": "https://github.com/pmmp/BedrockProtocol.git", - "reference": "88ae308a03e8e61ccfdddd42623efabe9e772b42" + "reference": "2e3bba545dae1774681883fc12a3ee84e553df67" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pmmp/BedrockProtocol/zipball/88ae308a03e8e61ccfdddd42623efabe9e772b42", - "reference": "88ae308a03e8e61ccfdddd42623efabe9e772b42", + "url": "https://api.github.com/repos/pmmp/BedrockProtocol/zipball/2e3bba545dae1774681883fc12a3ee84e553df67", + "reference": "2e3bba545dae1774681883fc12a3ee84e553df67", "shasum": "" }, "require": { @@ -268,12 +268,11 @@ "ramsey/uuid": "^4.1" }, "require-dev": { - "phpstan/phpstan": "0.12.93", + "phpstan/phpstan": "0.12.96", "phpstan/phpstan-phpunit": "^0.12.21", "phpstan/phpstan-strict-rules": "^0.12.10", "phpunit/phpunit": "^9.5" }, - "default-branch": true, "type": "library", "autoload": { "psr-4": { @@ -287,9 +286,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/master" + "source": "https://github.com/pmmp/BedrockProtocol/tree/1.0.0+bedrock1.17.10" }, - "time": "2021-07-23T22:10:41+00:00" + "time": "2021-08-23T14:30:22+00:00" }, { "name": "pocketmine/binaryutils", @@ -3524,7 +3523,6 @@ "aliases": [], "minimum-stability": "stable", "stability-flags": { - "pocketmine/bedrock-protocol": 20, "pocketmine/classloader": 20, "pocketmine/spl": 20 },