Use tagged version of BedrockProtocol

This commit is contained in:
Dylan K. Taylor 2021-08-29 16:23:56 +01:00
parent 8847aa2d7f
commit 510b75ef38
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D
2 changed files with 9 additions and 11 deletions

View File

@ -34,7 +34,7 @@
"adhocore/json-comment": "^1.1", "adhocore/json-comment": "^1.1",
"fgrosse/phpasn1": "^2.3", "fgrosse/phpasn1": "^2.3",
"netresearch/jsonmapper": "^4.0", "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/binaryutils": "^0.2.1",
"pocketmine/callback-validator": "^1.0.2", "pocketmine/callback-validator": "^1.0.2",
"pocketmine/classloader": "dev-master", "pocketmine/classloader": "dev-master",

18
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": "db2d0f1b7626686a7d1d368052ff9a0a", "content-hash": "2165259c189ef225a417898ac118f0d3",
"packages": [ "packages": [
{ {
"name": "adhocore/json-comment", "name": "adhocore/json-comment",
@ -245,16 +245,16 @@
}, },
{ {
"name": "pocketmine/bedrock-protocol", "name": "pocketmine/bedrock-protocol",
"version": "dev-master", "version": "1.0.0+bedrock1.17.10",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pmmp/BedrockProtocol.git", "url": "https://github.com/pmmp/BedrockProtocol.git",
"reference": "88ae308a03e8e61ccfdddd42623efabe9e772b42" "reference": "2e3bba545dae1774681883fc12a3ee84e553df67"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pmmp/BedrockProtocol/zipball/88ae308a03e8e61ccfdddd42623efabe9e772b42", "url": "https://api.github.com/repos/pmmp/BedrockProtocol/zipball/2e3bba545dae1774681883fc12a3ee84e553df67",
"reference": "88ae308a03e8e61ccfdddd42623efabe9e772b42", "reference": "2e3bba545dae1774681883fc12a3ee84e553df67",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -268,12 +268,11 @@
"ramsey/uuid": "^4.1" "ramsey/uuid": "^4.1"
}, },
"require-dev": { "require-dev": {
"phpstan/phpstan": "0.12.93", "phpstan/phpstan": "0.12.96",
"phpstan/phpstan-phpunit": "^0.12.21", "phpstan/phpstan-phpunit": "^0.12.21",
"phpstan/phpstan-strict-rules": "^0.12.10", "phpstan/phpstan-strict-rules": "^0.12.10",
"phpunit/phpunit": "^9.5" "phpunit/phpunit": "^9.5"
}, },
"default-branch": true,
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -287,9 +286,9 @@
"description": "An implementation of the Minecraft: Bedrock Edition protocol in PHP", "description": "An implementation of the Minecraft: Bedrock Edition protocol in PHP",
"support": { "support": {
"issues": "https://github.com/pmmp/BedrockProtocol/issues", "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", "name": "pocketmine/binaryutils",
@ -3524,7 +3523,6 @@
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": {
"pocketmine/bedrock-protocol": 20,
"pocketmine/classloader": 20, "pocketmine/classloader": 20,
"pocketmine/spl": 20 "pocketmine/spl": 20
}, },