Updated BedrockProtocol

This commit is contained in:
Dylan K. Taylor 2022-06-08 02:46:01 +01:00
parent 01a8bce2dd
commit a851496293
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

12
composer.lock generated
View File

@ -275,16 +275,16 @@
}, },
{ {
"name": "pocketmine/bedrock-protocol", "name": "pocketmine/bedrock-protocol",
"version": "10.0.0+bedrock-1.19.0", "version": "10.0.1+bedrock-1.19.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pmmp/BedrockProtocol.git", "url": "https://github.com/pmmp/BedrockProtocol.git",
"reference": "7c17498541bb9a375b945cb131e951674067c00e" "reference": "331fb0eb45c26daadf8cf01a3b6f20e909d7684b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pmmp/BedrockProtocol/zipball/7c17498541bb9a375b945cb131e951674067c00e", "url": "https://api.github.com/repos/pmmp/BedrockProtocol/zipball/331fb0eb45c26daadf8cf01a3b6f20e909d7684b",
"reference": "7c17498541bb9a375b945cb131e951674067c00e", "reference": "331fb0eb45c26daadf8cf01a3b6f20e909d7684b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -316,9 +316,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/10.0.0+bedrock-1.19.0" "source": "https://github.com/pmmp/BedrockProtocol/tree/10.0.1+bedrock-1.19.0"
}, },
"time": "2022-06-07T16:31:30+00:00" "time": "2022-06-08T01:11:15+00:00"
}, },
{ {
"name": "pocketmine/binaryutils", "name": "pocketmine/binaryutils",