diff --git a/.gitignore b/.gitignore index c563f46..cd2946a 100644 --- a/.gitignore +++ b/.gitignore @@ -45,7 +45,3 @@ $RECYCLE.BIN/ Network Trash Folder Temporary Items .apdisk - -# Composer -composer.phar -vendor diff --git a/composer.json b/composer.json deleted file mode 100644 index 4e5d1ca..0000000 --- a/composer.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/pmmp/PocketMine-MP" - }, - { - "type": "vcs", - "url": "https://github.com/pmmp/RakLib" - }, - { - "type": "vcs", - "url": "https://github.com/pmmp/SPL" - }, - { - "type": "vcs", - "url": "https://github.com/pmmp/BinaryUtils" - }, - { - "type": "vcs", - "url": "https://github.com/pmmp/NBT" - }, - { - "type": "vcs", - "url": "https://github.com/pmmp/Math" - }, - { - "type": "vcs", - "url": "https://github.com/pmmp/Snooze" - } - ], - "require-dev": { - "pocketmine/pocketmine-mp" : "dev-master#api/2.0.0" - }, - "autoload": { - "psr-4": {"Ad5001\\": "src/Ad5001"} - }, - "minimum-stability" : "dev" -} diff --git a/composer.lock b/composer.lock deleted file mode 100644 index c1c52fb..0000000 --- a/composer.lock +++ /dev/null @@ -1,599 +0,0 @@ -{ - "_readme": [ - "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", - "This file is @generated automatically" - ], - "content-hash": "63d745568a16a09a848b8467698fe4c2", - "packages": [], - "packages-dev": [ - { - "name": "adhocore/json-comment", - "version": "v0.0.7", - "source": { - "type": "git", - "url": "https://github.com/adhocore/php-json-comment.git", - "reference": "135356c7e7336ef59924f1d921c770045f937a76" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/adhocore/php-json-comment/zipball/135356c7e7336ef59924f1d921c770045f937a76", - "reference": "135356c7e7336ef59924f1d921c770045f937a76", - "shasum": "" - }, - "require": { - "php": ">=5.4" - }, - "require-dev": { - "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5" - }, - "type": "library", - "autoload": { - "psr-4": { - "Ahc\\Json\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jitendra Adhikari", - "email": "jiten.adhikary@gmail.com" - } - ], - "description": "Lightweight JSON comment stripper library for PHP", - "keywords": [ - "comment", - "json", - "strip-comment" - ], - "time": "2018-08-01T12:27:26+00:00" - }, - { - "name": "daverandom/callback-validator", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/DaveRandom/CallbackValidator.git", - "reference": "d87a08cddbc6099816ed01e50ce25cdfc43b542f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/DaveRandom/CallbackValidator/zipball/d87a08cddbc6099816ed01e50ce25cdfc43b542f", - "reference": "d87a08cddbc6099816ed01e50ce25cdfc43b542f", - "shasum": "" - }, - "require": { - "ext-reflection": "*", - "php": ">=7.0" - }, - "require-dev": { - "phpunit/phpunit": "^6.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "DaveRandom\\CallbackValidator\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Chris Wright", - "email": "cw@daverandom.com" - } - ], - "description": "Tools for validating callback signatures", - "time": "2017-04-03T15:22:41+00:00" - }, - { - "name": "fgrosse/phpasn1", - "version": "2.1.x-dev", - "source": { - "type": "git", - "url": "https://github.com/fgrosse/PHPASN1.git", - "reference": "734e1a94dfb292199f4f285be99a5645ea66fb58" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/734e1a94dfb292199f4f285be99a5645ea66fb58", - "reference": "734e1a94dfb292199f4f285be99a5645ea66fb58", - "shasum": "" - }, - "require": { - "php": ">=7.0.0" - }, - "require-dev": { - "phpunit/phpunit": "~6.3", - "satooshi/php-coveralls": "~2.0" - }, - "suggest": { - "ext-gmp": "GMP is the preferred extension for big integer calculations", - "php-curl": "For loading OID information from the web if they have not bee defined statically" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "FG\\": "lib/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Friedrich Große", - "email": "friedrich.grosse@gmail.com", - "homepage": "https://github.com/FGrosse", - "role": "Author" - }, - { - "name": "All contributors", - "homepage": "https://github.com/FGrosse/PHPASN1/contributors" - } - ], - "description": "A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures using the ITU-T X.690 Encoding Rules.", - "homepage": "https://github.com/FGrosse/PHPASN1", - "keywords": [ - "DER", - "asn.1", - "asn1", - "ber", - "binary", - "decoding", - "encoding", - "x.509", - "x.690", - "x509", - "x690" - ], - "time": "2018-03-31T08:32:19+00:00" - }, - { - "name": "mdanter/ecc", - "version": "v0.5.2", - "source": { - "type": "git", - "url": "https://github.com/phpecc/phpecc.git", - "reference": "b95f25cc1bacc83a9f0ccd375900b7cfd343029e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpecc/phpecc/zipball/b95f25cc1bacc83a9f0ccd375900b7cfd343029e", - "reference": "b95f25cc1bacc83a9f0ccd375900b7cfd343029e", - "shasum": "" - }, - "require": { - "ext-gmp": "*", - "fgrosse/phpasn1": "^2.0", - "php": "^7.0" - }, - "require-dev": { - "phpunit/phpunit": "^6.0", - "squizlabs/php_codesniffer": "^2.0", - "symfony/yaml": "^2.6|^3.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Mdanter\\Ecc\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Matyas Danter", - "homepage": "http://matejdanter.com/", - "role": "Author" - }, - { - "name": "Thibaud Fabre", - "email": "thibaud@aztech.io", - "homepage": "http://aztech.io", - "role": "Maintainer" - }, - { - "name": "Thomas Kerin", - "email": "afk11@users.noreply.github.com", - "role": "Maintainer" - } - ], - "description": "PHP Elliptic Curve Cryptography library", - "homepage": "https://github.com/phpecc/phpecc", - "keywords": [ - "Diffie", - "ECDSA", - "Hellman", - "curve", - "ecdh", - "elliptic", - "nistp192", - "nistp224", - "nistp256", - "nistp384", - "nistp521", - "phpecc", - "secp256k1", - "secp256r1" - ], - "time": "2018-12-03T18:17:01+00:00" - }, - { - "name": "particle/validator", - "version": "v2.3.4", - "source": { - "type": "git", - "url": "https://github.com/particle-php/Validator.git", - "reference": "657c7543e51938dd9d114750e49d695129527a7a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/particle-php/Validator/zipball/657c7543e51938dd9d114750e49d695129527a7a", - "reference": "657c7543e51938dd9d114750e49d695129527a7a", - "shasum": "" - }, - "require": { - "php": ">=5.4" - }, - "require-dev": { - "byrokrat/checkdigit": "^1.0", - "giggsey/libphonenumber-for-php": "^7.2", - "phpunit/phpunit": "~4.0", - "squizlabs/php_codesniffer": "2.*" - }, - "suggest": { - "byrokrat/checkdigit": "If you want to use CreditCard validation rule, this library must be installed.", - "giggsey/libphonenumber-for-php": "If you want to use Phone validation rule, this library must be installed." - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } - }, - "autoload": { - "psr-4": { - "Particle\\Validator\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Berry Langerak", - "email": "berry@berryllium.nl", - "role": "developer" - }, - { - "name": "Rick van der Staaij", - "homepage": "http://rickvanderstaaij.nl", - "role": "Developer" - } - ], - "description": "Flexible and highly usable validation library with no dependencies.", - "homepage": "http://github.com/particle-php/validator", - "keywords": [ - "validation", - "validator" - ], - "time": "2019-01-07T13:39:13+00:00" - }, - { - "name": "pocketmine/binaryutils", - "version": "0.1.x-dev", - "source": { - "type": "git", - "url": "https://github.com/pmmp/BinaryUtils.git", - "reference": "33f511715d22418c03368b49b45a6c25d6b33806" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/pmmp/BinaryUtils/zipball/33f511715d22418c03368b49b45a6c25d6b33806", - "reference": "33f511715d22418c03368b49b45a6c25d6b33806", - "shasum": "" - }, - "require": { - "php": ">=7.2", - "php-64bit": "*" - }, - "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/BinaryUtils/tree/0.1.8", - "issues": "https://github.com/pmmp/BinaryUtils/issues" - }, - "time": "2019-01-16T17:31:44+00:00" - }, - { - "name": "pocketmine/math", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/pmmp/Math.git", - "reference": "1bf44397897d8e50d747e9e7a3de245c21b464c9" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/pmmp/Math/zipball/1bf44397897d8e50d747e9e7a3de245c21b464c9", - "reference": "1bf44397897d8e50d747e9e7a3de245c21b464c9", - "shasum": "" - }, - "require": { - "php": ">=7.2.0", - "php-64bit": "*" - }, - "type": "library", - "autoload": { - "psr-4": { - "pocketmine\\math\\": "src/" - } - }, - "autoload-dev": { - "psr-4": { - "pocketmine\\math\\": "tests/phpunit/" - } - }, - "license": [ - "LGPL-3.0" - ], - "description": "PHP library containing math related code used in PocketMine-MP", - "support": { - "source": "https://github.com/pmmp/Math/tree/master", - "issues": "https://github.com/pmmp/Math/issues" - }, - "time": "2019-01-04T15:49:39+00:00" - }, - { - "name": "pocketmine/nbt", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/pmmp/NBT.git", - "reference": "6736e85ec7600309d7ef1dc5b965ff7e4b1c5357" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/pmmp/NBT/zipball/6736e85ec7600309d7ef1dc5b965ff7e4b1c5357", - "reference": "6736e85ec7600309d7ef1dc5b965ff7e4b1c5357", - "shasum": "" - }, - "require": { - "ext-zlib": "*", - "php": ">=7.2.0", - "php-64bit": "*", - "pocketmine/binaryutils": "^0.1.7" - }, - "type": "library", - "autoload": { - "psr-4": { - "pocketmine\\nbt\\": "src/" - } - }, - "autoload-dev": { - "psr-4": { - "pocketmine\\nbt\\": "tests/phpunit/" - } - }, - "license": [ - "LGPL-3.0" - ], - "description": "PHP library for working with Named Binary Tags", - "support": { - "source": "https://github.com/pmmp/NBT/tree/master", - "issues": "https://github.com/pmmp/NBT/issues" - }, - "time": "2019-01-18T15:28:20+00:00" - }, - { - "name": "pocketmine/pocketmine-mp", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/pmmp/PocketMine-MP.git", - "reference": "c5998a92a8cbdb1dfc3697dec502e69135eff2fe" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/pmmp/PocketMine-MP/zipball/c5998a92a8cbdb1dfc3697dec502e69135eff2fe", - "reference": "c5998a92a8cbdb1dfc3697dec502e69135eff2fe", - "shasum": "" - }, - "require": { - "adhocore/json-comment": "^0.0.7", - "daverandom/callback-validator": "dev-master", - "ext-bcmath": "*", - "ext-crypto": "^0.3.1", - "ext-ctype": "*", - "ext-curl": "*", - "ext-date": "*", - "ext-gmp": "*", - "ext-hash": "*", - "ext-json": "*", - "ext-mbstring": "*", - "ext-openssl": "*", - "ext-pcre": "*", - "ext-phar": "*", - "ext-pthreads": ">=3.1.7dev", - "ext-reflection": "*", - "ext-sockets": "*", - "ext-spl": "*", - "ext-yaml": ">=2.0.0", - "ext-zip": "*", - "ext-zlib": ">=1.2.11", - "mdanter/ecc": "^0.5.0", - "particle/validator": "^2.3", - "php": ">=7.2.0", - "php-64bit": "*", - "pocketmine/binaryutils": "^0.1.7", - "pocketmine/math": "dev-master", - "pocketmine/nbt": "dev-master", - "pocketmine/raklib": "dev-master", - "pocketmine/snooze": "^0.1.0", - "pocketmine/spl": "dev-master" - }, - "type": "project", - "autoload": { - "psr-4": { - "": [ - "src" - ] - } - }, - "autoload-dev": { - "psr-4": { - "pocketmine\\": "tests/phpunit/" - } - }, - "license": [ - "LGPL-3.0" - ], - "description": "A server software for Minecraft: Pocket Edition written in PHP", - "homepage": "https://pmmp.io", - "support": { - "source": "https://github.com/pmmp/PocketMine-MP/tree/master", - "issues": "https://github.com/pmmp/PocketMine-MP/issues" - }, - "time": "2019-01-17T23:34:59+00:00" - }, - { - "name": "pocketmine/raklib", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/pmmp/RakLib.git", - "reference": "caffc9bcce765c78d4464b4f6852e3981b81b752" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/pmmp/RakLib/zipball/caffc9bcce765c78d4464b4f6852e3981b81b752", - "reference": "caffc9bcce765c78d4464b4f6852e3981b81b752", - "shasum": "" - }, - "require": { - "ext-bcmath": "*", - "ext-pthreads": ">=3.1.7dev", - "ext-sockets": "*", - "php": ">=7.2.0", - "php-64bit": "*", - "php-ipv6": "*", - "pocketmine/binaryutils": "^0.1.0", - "pocketmine/snooze": "^0.1.0", - "pocketmine/spl": "dev-master" - }, - "type": "library", - "autoload": { - "psr-4": { - "raklib\\": "src/" - } - }, - "license": [ - "GPL-3.0" - ], - "description": "A RakNet server implementation written in PHP", - "support": { - "source": "https://github.com/pmmp/RakLib/tree/master", - "issues": "https://github.com/pmmp/RakLib/issues" - }, - "time": "2019-01-17T19:13:53+00:00" - }, - { - "name": "pocketmine/snooze", - "version": "0.1.1", - "source": { - "type": "git", - "url": "https://github.com/pmmp/Snooze.git", - "reference": "b7bd231bdb75e69300cac89ccd515fc731c38c40" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/pmmp/Snooze/zipball/b7bd231bdb75e69300cac89ccd515fc731c38c40", - "reference": "b7bd231bdb75e69300cac89ccd515fc731c38c40", - "shasum": "" - }, - "require": { - "ext-pthreads": ">=3.1.7dev", - "php-64bit": ">=7.2.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "pocketmine\\snooze\\": "src/" - } - }, - "license": [ - "LGPL-3.0" - ], - "description": "Thread notification management library for code using the pthreads extension", - "support": { - "source": "https://github.com/pmmp/Snooze/tree/0.1.1", - "issues": "https://github.com/pmmp/Snooze/issues" - }, - "time": "2019-01-04T15:54:45+00:00" - }, - { - "name": "pocketmine/spl", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/pmmp/SPL.git", - "reference": "d7bd7b8cb10c264ca6e6b5c3ef9b52e48a6f29d8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/pmmp/SPL/zipball/d7bd7b8cb10c264ca6e6b5c3ef9b52e48a6f29d8", - "reference": "d7bd7b8cb10c264ca6e6b5c3ef9b52e48a6f29d8", - "shasum": "" - }, - "type": "library", - "autoload": { - "exclude-from-classmap": [ - "stubs" - ], - "classmap": [ - "./" - ] - }, - "license": [ - "LGPL-3.0" - ], - "description": "Standard library files required by PocketMine-MP and related projects", - "support": { - "source": "https://github.com/pmmp/SPL/tree/master" - }, - "time": "2019-01-17T18:54:01+00:00" - } - ], - "aliases": [], - "minimum-stability": "dev", - "stability-flags": { - "pocketmine/pocketmine-mp": 20 - }, - "prefer-stable": false, - "prefer-lowest": false, - "platform": [], - "platform-dev": [] -}