Update composer dependencies

This commit is contained in:
Dylan K. Taylor 2023-08-08 17:43:01 +01:00
parent 514fc1ebb5
commit 2c74124e2e
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

16
composer.lock generated
View File

@ -200,16 +200,16 @@
}, },
{ {
"name": "pocketmine/bedrock-protocol", "name": "pocketmine/bedrock-protocol",
"version": "23.0.2+bedrock-1.20.10", "version": "23.0.3+bedrock-1.20.10",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pmmp/BedrockProtocol.git", "url": "https://github.com/pmmp/BedrockProtocol.git",
"reference": "69a309a2dd7dcf3ec8c316385b866397e8c2cbfd" "reference": "e4157c7af3f91e1b08fe21be171eb73dad7029e9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pmmp/BedrockProtocol/zipball/69a309a2dd7dcf3ec8c316385b866397e8c2cbfd", "url": "https://api.github.com/repos/pmmp/BedrockProtocol/zipball/e4157c7af3f91e1b08fe21be171eb73dad7029e9",
"reference": "69a309a2dd7dcf3ec8c316385b866397e8c2cbfd", "reference": "e4157c7af3f91e1b08fe21be171eb73dad7029e9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -218,8 +218,8 @@
"php": "^8.0", "php": "^8.0",
"pocketmine/binaryutils": "^0.2.0", "pocketmine/binaryutils": "^0.2.0",
"pocketmine/color": "^0.2.0 || ^0.3.0", "pocketmine/color": "^0.2.0 || ^0.3.0",
"pocketmine/math": "^0.3.0 || ^0.4.0", "pocketmine/math": "^0.3.0 || ^0.4.0 || ^1.0.0",
"pocketmine/nbt": "^0.3.0", "pocketmine/nbt": "^0.3.0 || ^1.0.0",
"ramsey/uuid": "^4.1" "ramsey/uuid": "^4.1"
}, },
"require-dev": { "require-dev": {
@ -241,9 +241,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/23.0.2+bedrock-1.20.10" "source": "https://github.com/pmmp/BedrockProtocol/tree/23.0.3+bedrock-1.20.10"
}, },
"time": "2023-07-24T15:35:36+00:00" "time": "2023-08-03T15:30:52+00:00"
}, },
{ {
"name": "pocketmine/binaryutils", "name": "pocketmine/binaryutils",