Move Binary and BinaryStream to Composer library

This commit is contained in:
Dylan K. Taylor
2018-01-11 13:19:59 +00:00
parent 43959bccb1
commit 579c508761
4 changed files with 39 additions and 855 deletions

35
composer.lock generated
View File

@ -4,8 +4,38 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "2e9fcb8bb36b51385e5dc3ebf0336d07",
"content-hash": "13a106ee8e33d29b4fc1d9edf2828b7d",
"packages": [
{
"name": "pocketmine/pocketmine-binaryutils",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/pmmp/PocketMine-BinaryUtils.git",
"reference": "4795001f4444725f97b3c14c1e295635ff0a98a4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pmmp/PocketMine-BinaryUtils/zipball/4795001f4444725f97b3c14c1e295635ff0a98a4",
"reference": "4795001f4444725f97b3c14c1e295635ff0a98a4",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-4": {
"pocketmine\\utils\\": "src/"
}
},
"license": [
"LGPL-3.0"
],
"description": "Classes and methods for conveniently handling binary data",
"support": {
"source": "https://github.com/pmmp/PocketMine-BinaryUtils/tree/master",
"issues": "https://github.com/pmmp/PocketMine-BinaryUtils/issues"
},
"time": "2018-01-11T12:51:47+00:00"
},
{
"name": "pocketmine/pocketmine-spl",
"version": "0.2.0",
@ -81,7 +111,8 @@
"minimum-stability": "stable",
"stability-flags": {
"php": 5,
"ext-pthreads": 20
"ext-pthreads": 20,
"pocketmine/pocketmine-binaryutils": 20
},
"prefer-stable": false,
"prefer-lowest": false,