{ "_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": "377d9e0ab5f1a9a4ef9b664706d26f5b", "packages": [ { "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": "pocketmine/binaryutils", "version": "0.1.10", "source": { "type": "git", "url": "https://github.com/pmmp/BinaryUtils.git", "reference": "435f2ee265bce75ef1aa9563f9b60ff36d705e80" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pmmp/BinaryUtils/zipball/435f2ee265bce75ef1aa9563f9b60ff36d705e80", "reference": "435f2ee265bce75ef1aa9563f9b60ff36d705e80", "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.10", "issues": "https://github.com/pmmp/BinaryUtils/issues" }, "time": "2019-10-21T14:40:32+00:00" }, { "name": "pocketmine/math", "version": "0.2.3", "source": { "type": "git", "url": "https://github.com/pmmp/Math.git", "reference": "68be8a79fd0169043ef514797c304517cb8a6071" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pmmp/Math/zipball/68be8a79fd0169043ef514797c304517cb8a6071", "reference": "68be8a79fd0169043ef514797c304517cb8a6071", "shasum": "" }, "require": { "php": ">=7.2.0", "php-64bit": "*" }, "type": "library", "autoload": { "psr-4": { "pocketmine\\math\\": "src/" } }, "license": [ "LGPL-3.0" ], "description": "PHP library containing math related code used in PocketMine-MP", "support": { "source": "https://github.com/pmmp/Math/tree/0.2.3", "issues": "https://github.com/pmmp/Math/issues" }, "time": "2019-10-21T14:35:10+00:00" }, { "name": "pocketmine/nbt", "version": "0.2.12", "source": { "type": "git", "url": "https://github.com/pmmp/NBT.git", "reference": "b5777265329753b74dd40bb105eedabeefb98724" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pmmp/NBT/zipball/b5777265329753b74dd40bb105eedabeefb98724", "reference": "b5777265329753b74dd40bb105eedabeefb98724", "shasum": "" }, "require": { "ext-zlib": "*", "php": ">=7.2.0", "php-64bit": "*", "pocketmine/binaryutils": "^0.1.9" }, "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/0.2", "issues": "https://github.com/pmmp/NBT/issues" }, "time": "2019-12-01T08:20:26+00:00" }, { "name": "pocketmine/raklib", "version": "0.12.6", "source": { "type": "git", "url": "https://github.com/pmmp/RakLib.git", "reference": "18450e01185e6064790bda563ac672e7141c6992" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pmmp/RakLib/zipball/18450e01185e6064790bda563ac672e7141c6992", "reference": "18450e01185e6064790bda563ac672e7141c6992", "shasum": "" }, "require": { "ext-bcmath": "*", "ext-pthreads": "~3.2.0", "ext-sockets": "*", "php": ">=7.2.0", "php-64bit": "*", "php-ipv6": "*", "pocketmine/binaryutils": "^0.1.9", "pocketmine/snooze": "^0.1.0", "pocketmine/spl": "^0.3.0" }, "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/0.12.6", "issues": "https://github.com/pmmp/RakLib/issues" }, "time": "2019-12-07T13:43:34+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": "0.3.3", "source": { "type": "git", "url": "https://github.com/pmmp/SPL.git", "reference": "94d4df142fe837ba836e9348dd00209e4bdcc307" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pmmp/SPL/zipball/94d4df142fe837ba836e9348dd00209e4bdcc307", "reference": "94d4df142fe837ba836e9348dd00209e4bdcc307", "shasum": "" }, "type": "library", "autoload": { "classmap": [ "./" ] }, "license": [ "LGPL-3.0" ], "description": "Standard library files required by PocketMine-MP and related projects", "support": { "source": "https://github.com/pmmp/SPL/tree/0.3.3", "issues": "https://github.com/pmmp/SPL/issues" }, "time": "2019-10-28T11:41:20+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": { "daverandom/callback-validator": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=7.2.0", "php-64bit": "*", "ext-bcmath": "*", "ext-curl": "*", "ext-ctype": "*", "ext-date": "*", "ext-hash": "*", "ext-json": "*", "ext-mbstring": "*", "ext-openssl": "*", "ext-pcre": "*", "ext-phar": "*", "ext-pthreads": "~3.2.0", "ext-reflection": "*", "ext-sockets": "*", "ext-spl": "*", "ext-yaml": ">=2.0.0", "ext-zip": "*", "ext-zlib": ">=1.2.11" }, "platform-dev": [] }