From 1d8b77f16e2e5e1af8fea22b8df7c74bf1ad05f1 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 29 May 2018 10:42:59 +0100 Subject: [PATCH] README: remove unnecessary and outdated section Code dependencies can be seen in the code and in the composer.json file. Besides, there are additional third-party libraries used by PocketMine-MP now which are not listed in this section, and I don't plan to maintain it... --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 3865ec464..42fcfbcd9 100644 --- a/README.md +++ b/README.md @@ -27,18 +27,6 @@ Yes you can! Contributions are welcomed provided that they comply with our [Cont **Note: Please avoid development builds unless there is no other alternative for what you need.** Development builds are subject to changes at any time without notice, and it is likely that your server or plugins might break without warning. -## Third-party Libraries/Protocols Used -* __[PHP Sockets](http://php.net/manual/en/book.sockets.php)__ -* __[PHP mbstring](http://php.net/manual/en/book.mbstring.php)__ -* __[PHP BCMath](http://php.net/manual/en/book.bc.php)__ -* __[PHP pthreads](http://pthreads.org/)__ by _[krakjoe](https://github.com/krakjoe)_: Threading for PHP - Share Nothing, Do Everything. -* __[PHP YAML](https://code.google.com/p/php-yaml/)__ by _Bryan Davis_: The Yaml PHP Extension provides a wrapper to the LibYAML library. -* __[LibYAML](http://pyyaml.org/wiki/LibYAML)__ by _Kirill Simonov_: A YAML 1.1 parser and emitter written in C. -* __[cURL](http://curl.haxx.se/)__: cURL is a command line tool for transferring data with URL syntax -* __[Zlib](http://www.zlib.net/)__: A Massively Spiffy Yet Delicately Unobtrusive Compression Library -* __[Source RCON Protocol](https://developer.valvesoftware.com/wiki/Source_RCON_Protocol)__ -* __[UT3 Query Protocol](http://wiki.unrealadmin.org/UT3_query_protocol)__ - ## Licensing information This program is free software: you can redistribute it and/or modify