Update BedrockProtocol to 3.0.1, widen constraint to allow newer patch versions

This commit is contained in:
Dylan K. Taylor 2021-10-20 16:20:10 +01:00
parent 09c840b66a
commit ec3986827c
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D
2 changed files with 8 additions and 8 deletions

View File

@ -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",

14
composer.lock generated
View File

@ -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",