Updated composer dependencies

This commit is contained in:
Dylan K. Taylor 2021-10-23 01:14:54 +01:00
parent a4b65d6a3f
commit c262c2e726
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

27
composer.lock generated
View File

@ -249,16 +249,16 @@
}, },
{ {
"name": "pocketmine/bedrock-protocol", "name": "pocketmine/bedrock-protocol",
"version": "3.0.1+bedrock1.17.40", "version": "3.0.2+bedrock1.17.40",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pmmp/BedrockProtocol.git", "url": "https://github.com/pmmp/BedrockProtocol.git",
"reference": "1add11e06366b983b97fa415fee55f31af3cb7a9" "reference": "3edb21da787c1ab0f028d35243f87bd7c9038b9e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pmmp/BedrockProtocol/zipball/1add11e06366b983b97fa415fee55f31af3cb7a9", "url": "https://api.github.com/repos/pmmp/BedrockProtocol/zipball/3edb21da787c1ab0f028d35243f87bd7c9038b9e",
"reference": "1add11e06366b983b97fa415fee55f31af3cb7a9", "reference": "3edb21da787c1ab0f028d35243f87bd7c9038b9e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -290,22 +290,22 @@
"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/3.0.1+bedrock1.17.40" "source": "https://github.com/pmmp/BedrockProtocol/tree/3.0.2+bedrock1.17.40"
}, },
"time": "2021-10-20T14:00:00+00:00" "time": "2021-10-20T18:52:14+00:00"
}, },
{ {
"name": "pocketmine/binaryutils", "name": "pocketmine/binaryutils",
"version": "0.2.1", "version": "0.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pmmp/BinaryUtils.git", "url": "https://github.com/pmmp/BinaryUtils.git",
"reference": "8cd078e2426f8100331f2d73bef10f481dad6cde" "reference": "f883e1cf9099ed6a757a10a2f75b3333eeb2cdf9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pmmp/BinaryUtils/zipball/8cd078e2426f8100331f2d73bef10f481dad6cde", "url": "https://api.github.com/repos/pmmp/BinaryUtils/zipball/f883e1cf9099ed6a757a10a2f75b3333eeb2cdf9",
"reference": "8cd078e2426f8100331f2d73bef10f481dad6cde", "reference": "f883e1cf9099ed6a757a10a2f75b3333eeb2cdf9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -314,7 +314,7 @@
}, },
"require-dev": { "require-dev": {
"phpstan/extension-installer": "^1.0", "phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "0.12.85", "phpstan/phpstan": "0.12.99",
"phpstan/phpstan-strict-rules": "^0.12.4" "phpstan/phpstan-strict-rules": "^0.12.4"
}, },
"type": "library", "type": "library",
@ -330,9 +330,9 @@
"description": "Classes and methods for conveniently handling binary data", "description": "Classes and methods for conveniently handling binary data",
"support": { "support": {
"issues": "https://github.com/pmmp/BinaryUtils/issues", "issues": "https://github.com/pmmp/BinaryUtils/issues",
"source": "https://github.com/pmmp/BinaryUtils/tree/0.2.1" "source": "https://github.com/pmmp/BinaryUtils/tree/0.2.2"
}, },
"time": "2021-05-30T19:42:57+00:00" "time": "2021-10-22T19:54:16+00:00"
}, },
{ {
"name": "pocketmine/callback-validator", "name": "pocketmine/callback-validator",
@ -3325,7 +3325,6 @@
"type": "github" "type": "github"
} }
], ],
"abandoned": true,
"time": "2020-09-28T06:45:17+00:00" "time": "2020-09-28T06:45:17+00:00"
}, },
{ {