Avoid use of internal fields in BinaryStream

This commit is contained in:
Dylan K. Taylor
2019-01-01 16:42:14 +00:00
parent 4a629e1a26
commit f81bbd60e8
9 changed files with 21 additions and 20 deletions

12
composer.lock generated
View File

@ -233,16 +233,16 @@
},
{
"name": "pocketmine/binaryutils",
"version": "0.1.3",
"version": "0.1.4",
"source": {
"type": "git",
"url": "https://github.com/pmmp/BinaryUtils.git",
"reference": "925001c8eff97a36519b16bbd095964b0fc52772"
"reference": "8c559e8c437aa56143e1a9231debf734b4de481c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pmmp/BinaryUtils/zipball/925001c8eff97a36519b16bbd095964b0fc52772",
"reference": "925001c8eff97a36519b16bbd095964b0fc52772",
"url": "https://api.github.com/repos/pmmp/BinaryUtils/zipball/8c559e8c437aa56143e1a9231debf734b4de481c",
"reference": "8c559e8c437aa56143e1a9231debf734b4de481c",
"shasum": ""
},
"require": {
@ -260,10 +260,10 @@
],
"description": "Classes and methods for conveniently handling binary data",
"support": {
"source": "https://github.com/pmmp/BinaryUtils/tree/0.1.3",
"source": "https://github.com/pmmp/BinaryUtils/tree/master",
"issues": "https://github.com/pmmp/BinaryUtils/issues"
},
"time": "2018-12-30T12:17:51+00:00"
"time": "2019-01-01T15:58:16+00:00"
},
{
"name": "pocketmine/math",