Updated composer dependencies

This commit is contained in:
Dylan K. Taylor 2021-11-12 00:13:22 +00:00
parent 73592349cd
commit 3276047497
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

26
composer.lock generated
View File

@ -275,16 +275,16 @@
},
{
"name": "pocketmine/bedrock-protocol",
"version": "5.1.0+bedrock-1.17.40",
"version": "5.1.2+bedrock-1.17.40",
"source": {
"type": "git",
"url": "https://github.com/pmmp/BedrockProtocol.git",
"reference": "5abbe5bc21d8a9152d46c26578bf5257526612f9"
"reference": "5f600ce446f357391968c8ce92e3be989aa1dc9e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pmmp/BedrockProtocol/zipball/5abbe5bc21d8a9152d46c26578bf5257526612f9",
"reference": "5abbe5bc21d8a9152d46c26578bf5257526612f9",
"url": "https://api.github.com/repos/pmmp/BedrockProtocol/zipball/5f600ce446f357391968c8ce92e3be989aa1dc9e",
"reference": "5f600ce446f357391968c8ce92e3be989aa1dc9e",
"shasum": ""
},
"require": {
@ -316,9 +316,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/5.1.0+bedrock-1.17.40"
"source": "https://github.com/pmmp/BedrockProtocol/tree/5.1.2+bedrock-1.17.40"
},
"time": "2021-11-08T16:26:25+00:00"
"time": "2021-11-10T13:53:03+00:00"
},
{
"name": "pocketmine/binaryutils",
@ -2916,16 +2916,16 @@
},
{
"name": "sebastian/exporter",
"version": "4.0.3",
"version": "4.0.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
"reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65"
"reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/d89cc98761b8cb5a1a235a6b703ae50d34080e65",
"reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/65e8b7db476c5dd267e65eea9cab77584d3cfff9",
"reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9",
"shasum": ""
},
"require": {
@ -2974,14 +2974,14 @@
}
],
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
"homepage": "https://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],
"support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues",
"source": "https://github.com/sebastianbergmann/exporter/tree/4.0.3"
"source": "https://github.com/sebastianbergmann/exporter/tree/4.0.4"
},
"funding": [
{
@ -2989,7 +2989,7 @@
"type": "github"
}
],
"time": "2020-09-28T05:24:23+00:00"
"time": "2021-11-11T14:18:36+00:00"
},
{
"name": "sebastian/global-state",