Require RakLib 0.14.2 minimum

This commit is contained in:
Dylan K. Taylor 2021-10-04 21:50:11 +01:00
parent fb570970a8
commit 6332af3e59
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D
2 changed files with 8 additions and 8 deletions

View File

@ -44,7 +44,7 @@
"pocketmine/log-pthreads": "^0.2.0",
"pocketmine/math": "^0.3.0",
"pocketmine/nbt": "^0.3.0",
"pocketmine/raklib": "^0.14.0",
"pocketmine/raklib": "^0.14.2",
"pocketmine/raklib-ipc": "^0.1.0",
"pocketmine/snooze": "^0.3.0",
"pocketmine/spl": "dev-master",

14
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "bd5d7fc81a75739bfd2ef04b38220b84",
"content-hash": "77f899b35819bca38246a665fd0233f3",
"packages": [
{
"name": "adhocore/json-comment",
@ -675,16 +675,16 @@
},
{
"name": "pocketmine/raklib",
"version": "0.14.1",
"version": "0.14.2",
"source": {
"type": "git",
"url": "https://github.com/pmmp/RakLib.git",
"reference": "2d7bac3d593219880696ca2ca254f083f1e71850"
"reference": "e3a861187470e1facc6625040128f447ebbcbaec"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pmmp/RakLib/zipball/2d7bac3d593219880696ca2ca254f083f1e71850",
"reference": "2d7bac3d593219880696ca2ca254f083f1e71850",
"url": "https://api.github.com/repos/pmmp/RakLib/zipball/e3a861187470e1facc6625040128f447ebbcbaec",
"reference": "e3a861187470e1facc6625040128f447ebbcbaec",
"shasum": ""
},
"require": {
@ -712,9 +712,9 @@
"description": "A RakNet server implementation written in PHP",
"support": {
"issues": "https://github.com/pmmp/RakLib/issues",
"source": "https://github.com/pmmp/RakLib/tree/0.14.1"
"source": "https://github.com/pmmp/RakLib/tree/0.14.2"
},
"time": "2021-10-01T20:35:44+00:00"
"time": "2021-10-04T20:39:11+00:00"
},
{
"name": "pocketmine/raklib-ipc",