Update RakLib (again)

This commit is contained in:
Dylan K. Taylor 2024-03-02 01:02:57 +00:00
parent f13eaaab05
commit 5ad63f27bb
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

23
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "665baa60fbb39de57c133c35b26eb7c3", "content-hash": "4e1a278e68755522f194fba9b29cd3e2",
"packages": [ "packages": [
{ {
"name": "adhocore/json-comment", "name": "adhocore/json-comment",
@ -617,10 +617,16 @@
{ {
"name": "pocketmine/raklib", "name": "pocketmine/raklib",
"version": "dev-client-reliable-buffer", "version": "dev-client-reliable-buffer",
"source": {
"type": "git",
"url": "https://github.com/pmmp/RakLib.git",
"reference": "b1a31e87f0aadeb5894939ded01f60f1259657c5"
},
"dist": { "dist": {
"type": "path", "type": "zip",
"url": "../deps/RakLib", "url": "https://api.github.com/repos/pmmp/RakLib/zipball/b1a31e87f0aadeb5894939ded01f60f1259657c5",
"reference": "90d8ce314ac59244d738d20313cb3525ab5d63d8" "reference": "b1a31e87f0aadeb5894939ded01f60f1259657c5",
"shasum": ""
}, },
"require": { "require": {
"ext-sockets": "*", "ext-sockets": "*",
@ -640,13 +646,16 @@
"raklib\\": "src/" "raklib\\": "src/"
} }
}, },
"notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"GPL-3.0" "GPL-3.0"
], ],
"description": "A RakNet server implementation written in PHP", "description": "A RakNet server implementation written in PHP",
"transport-options": { "support": {
"relative": true "issues": "https://github.com/pmmp/RakLib/issues",
} "source": "https://github.com/pmmp/RakLib/tree/client-reliable-buffer"
},
"time": "2024-03-02T01:02:00+00:00"
}, },
{ {
"name": "pocketmine/raklib-ipc", "name": "pocketmine/raklib-ipc",