mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-11 00:09:39 +00:00
1054 lines
36 KiB
JSON
1054 lines
36 KiB
JSON
{
|
|
"_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": "a852a026a0a9f5ca2dbea5c06aab4856",
|
|
"packages": [
|
|
{
|
|
"name": "adhocore/json-comment",
|
|
"version": "0.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/adhocore/php-json-comment.git",
|
|
"reference": "8448076039389f558f39ad0553aab87db3f81614"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/adhocore/php-json-comment/zipball/8448076039389f558f39ad0553aab87db3f81614",
|
|
"reference": "8448076039389f558f39ad0553aab87db3f81614",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.5 || ^7.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": "2020-01-03T13:51:23+00:00"
|
|
},
|
|
{
|
|
"name": "fgrosse/phpasn1",
|
|
"version": "v2.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/fgrosse/PHPASN1.git",
|
|
"reference": "7ebf2a09084a7bbdb7b879c66fdf7ad80461bbe8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/7ebf2a09084a7bbdb7b879c66fdf7ad80461bbe8",
|
|
"reference": "7ebf2a09084a7bbdb7b879c66fdf7ad80461bbe8",
|
|
"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-12-02T01:34:34+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": "netresearch/jsonmapper",
|
|
"version": "v2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/cweiske/jsonmapper.git",
|
|
"reference": "e0f1e33a71587aca81be5cffbb9746510e1fe04e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/e0f1e33a71587aca81be5cffbb9746510e1fe04e",
|
|
"reference": "e0f1e33a71587aca81be5cffbb9746510e1fe04e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"ext-pcre": "*",
|
|
"ext-reflection": "*",
|
|
"ext-spl": "*",
|
|
"php": ">=5.6"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.8.35 || ~5.7 || ~6.4 || ~7.0",
|
|
"squizlabs/php_codesniffer": "~3.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"JsonMapper": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"OSL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Christian Weiske",
|
|
"email": "cweiske@cweiske.de",
|
|
"homepage": "http://github.com/cweiske/jsonmapper/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Map nested JSON structures onto PHP classes",
|
|
"time": "2020-04-16T18:48:43+00:00"
|
|
},
|
|
{
|
|
"name": "ocramius/package-versions",
|
|
"version": "1.5.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Ocramius/PackageVersions.git",
|
|
"reference": "1d32342b8c1eb27353c8887c366147b4c2da673c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/1d32342b8c1eb27353c8887c366147b4c2da673c",
|
|
"reference": "1d32342b8c1eb27353c8887c366147b4c2da673c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer-plugin-api": "^1.0.0",
|
|
"php": "^7.3.0"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "^1.8.6",
|
|
"doctrine/coding-standard": "^6.0.0",
|
|
"ext-zip": "*",
|
|
"infection/infection": "^0.13.4",
|
|
"phpunit/phpunit": "^8.2.5",
|
|
"vimeo/psalm": "^3.4.9"
|
|
},
|
|
"type": "composer-plugin",
|
|
"extra": {
|
|
"class": "PackageVersions\\Installer",
|
|
"branch-alias": {
|
|
"dev-master": "1.6.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PackageVersions\\": "src/PackageVersions"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Marco Pivetta",
|
|
"email": "ocramius@gmail.com"
|
|
}
|
|
],
|
|
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
|
|
"time": "2019-07-17T15:49:50+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": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/pmmp/BinaryUtils.git",
|
|
"reference": "a36705550b42e7e93e2a9748a8b9fa88985780bf"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/pmmp/BinaryUtils/zipball/a36705550b42e7e93e2a9748a8b9fa88985780bf",
|
|
"reference": "a36705550b42e7e93e2a9748a8b9fa88985780bf",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2",
|
|
"php-64bit": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^0.12.8"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"pocketmine\\utils\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0"
|
|
],
|
|
"description": "Classes and methods for conveniently handling binary data",
|
|
"time": "2020-01-28T12:17:38+00:00"
|
|
},
|
|
{
|
|
"name": "pocketmine/callback-validator",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/pmmp/CallbackValidator.git",
|
|
"reference": "4aef6bb25f97d0b830ba0b4f66834b1a9c86fc9a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/pmmp/CallbackValidator/zipball/4aef6bb25f97d0b830ba0b4f66834b1a9c86fc9a",
|
|
"reference": "4aef6bb25f97d0b830ba0b4f66834b1a9c86fc9a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-reflection": "*",
|
|
"php": ">=7.1"
|
|
},
|
|
"replace": {
|
|
"daverandom/callback-validator": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.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": "Fork of daverandom/callback-validator - Tools for validating callback signatures",
|
|
"time": "2020-03-17T12:04:22+00:00"
|
|
},
|
|
{
|
|
"name": "pocketmine/classloader",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/pmmp/ClassLoader.git",
|
|
"reference": "70ab2a59217c4ebd33a58388ce87c86d770edfc3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/pmmp/ClassLoader/zipball/70ab2a59217c4ebd33a58388ce87c86d770edfc3",
|
|
"reference": "70ab2a59217c4ebd33a58388ce87c86d770edfc3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-pthreads": "~3.2.0",
|
|
"ext-reflection": "*",
|
|
"php": ">=7.2.0"
|
|
},
|
|
"conflict": {
|
|
"pocketmine/spl": "<0.4"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^0.12.8"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"./src"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0"
|
|
],
|
|
"description": "Ad-hoc autoloading components used by PocketMine-MP",
|
|
"time": "2020-01-31T14:26:22+00:00"
|
|
},
|
|
{
|
|
"name": "pocketmine/errorhandler",
|
|
"version": "0.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/pmmp/ErrorHandler.git",
|
|
"reference": "0503a1929a3934e754114814509ff9152f4908eb"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/pmmp/ErrorHandler/zipball/0503a1929a3934e754114814509ff9152f4908eb",
|
|
"reference": "0503a1929a3934e754114814509ff9152f4908eb",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^0.12.23",
|
|
"phpstan/phpstan-strict-rules": "^0.12.2"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"pocketmine\\errorhandler\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0"
|
|
],
|
|
"description": "Utilities to handle nasty PHP E_* errors in a usable way",
|
|
"time": "2020-05-10T11:45:02+00:00"
|
|
},
|
|
{
|
|
"name": "pocketmine/log",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/pmmp/Log.git",
|
|
"reference": "23895dce020076e0217b2fbee50b39f523080b4f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/pmmp/Log/zipball/23895dce020076e0217b2fbee50b39f523080b4f",
|
|
"reference": "23895dce020076e0217b2fbee50b39f523080b4f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2"
|
|
},
|
|
"conflict": {
|
|
"pocketmine/spl": "<0.4"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^0.12.8",
|
|
"phpstan/phpstan-strict-rules": "^0.12.2"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"./src"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0"
|
|
],
|
|
"description": "Logging components used by PocketMine-MP and related projects",
|
|
"time": "2020-03-31T17:06:15+00:00"
|
|
},
|
|
{
|
|
"name": "pocketmine/log-pthreads",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/pmmp/LogPthreads.git",
|
|
"reference": "88ea500715908dfc5c99a0bbde8e823bae0534df"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/pmmp/LogPthreads/zipball/88ea500715908dfc5c99a0bbde8e823bae0534df",
|
|
"reference": "88ea500715908dfc5c99a0bbde8e823bae0534df",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-pthreads": "~3.2.0",
|
|
"php": ">=7.2",
|
|
"pocketmine/log": "^0.2.0 || dev-master"
|
|
},
|
|
"conflict": {
|
|
"pocketmine/spl": "<0.4"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^0.12.18"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"./src"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0"
|
|
],
|
|
"description": "Logging components specialized for pthreads used by PocketMine-MP and related projects",
|
|
"time": "2020-03-31T18:31:56+00:00"
|
|
},
|
|
{
|
|
"name": "pocketmine/math",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/pmmp/Math.git",
|
|
"reference": "9aa4018635e7d634c535d4c7d9e032c7d905c29d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/pmmp/Math/zipball/9aa4018635e7d634c535d4c7d9e032c7d905c29d",
|
|
"reference": "9aa4018635e7d634c535d4c7d9e032c7d905c29d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.0",
|
|
"php-64bit": "*"
|
|
},
|
|
"require-dev": {
|
|
"irstea/phpunit-shim": "^7.5",
|
|
"phpstan/phpstan": "^0.12.8"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"pocketmine\\math\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0"
|
|
],
|
|
"description": "PHP library containing math related code used in PocketMine-MP",
|
|
"time": "2020-01-28T14:13:55+00:00"
|
|
},
|
|
{
|
|
"name": "pocketmine/nbt",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/pmmp/NBT.git",
|
|
"reference": "8e42604a7a91d52578af0c9a8024635ed5985b97"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/pmmp/NBT/zipball/8e42604a7a91d52578af0c9a8024635ed5985b97",
|
|
"reference": "8e42604a7a91d52578af0c9a8024635ed5985b97",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-zlib": "*",
|
|
"php": ">=7.2.0",
|
|
"php-64bit": "*",
|
|
"pocketmine/binaryutils": "dev-master"
|
|
},
|
|
"require-dev": {
|
|
"irstea/phpunit-shim": "^7.5",
|
|
"phpstan/phpstan": "^0.12.11"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"pocketmine\\nbt\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0"
|
|
],
|
|
"description": "PHP library for working with Named Binary Tags",
|
|
"time": "2020-04-19T12:18:01+00:00"
|
|
},
|
|
{
|
|
"name": "pocketmine/raklib",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/pmmp/RakLib.git",
|
|
"reference": "12153dcd1e37d1d1b026db65605210f094579861"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/pmmp/RakLib/zipball/12153dcd1e37d1d1b026db65605210f094579861",
|
|
"reference": "12153dcd1e37d1d1b026db65605210f094579861",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-sockets": "*",
|
|
"php": ">=7.2.0",
|
|
"php-64bit": "*",
|
|
"php-ipv6": "*",
|
|
"pocketmine/binaryutils": "dev-master",
|
|
"pocketmine/log": "dev-master"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^0.12.18",
|
|
"phpstan/phpstan-strict-rules": "^0.12.2"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"raklib\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-3.0"
|
|
],
|
|
"description": "A RakNet server implementation written in PHP",
|
|
"time": "2020-05-10T10:47:44+00:00"
|
|
},
|
|
{
|
|
"name": "pocketmine/snooze",
|
|
"version": "0.1.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/pmmp/Snooze.git",
|
|
"reference": "88420da3d9335dbcb3ee2decfd5e5453d057dcdf"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/pmmp/Snooze/zipball/88420da3d9335dbcb3ee2decfd5e5453d057dcdf",
|
|
"reference": "88420da3d9335dbcb3ee2decfd5e5453d057dcdf",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-pthreads": ">=3.1.7dev",
|
|
"php-64bit": ">=7.2.0"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^0.12.8"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"pocketmine\\snooze\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0"
|
|
],
|
|
"description": "Thread notification management library for code using the pthreads extension",
|
|
"time": "2020-01-28T19:08:10+00:00"
|
|
},
|
|
{
|
|
"name": "pocketmine/spl",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/pmmp/SPL.git",
|
|
"reference": "98589af98ff5662f4f69a76bdbf3129c9e2e3614"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/pmmp/SPL/zipball/98589af98ff5662f4f69a76bdbf3129c9e2e3614",
|
|
"reference": "98589af98ff5662f4f69a76bdbf3129c9e2e3614",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^0.12.8"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"./src"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0"
|
|
],
|
|
"description": "Standard library files required by PocketMine-MP and related projects",
|
|
"time": "2020-05-10T12:05:24+00:00"
|
|
},
|
|
{
|
|
"name": "pocketmine/uuid",
|
|
"version": "0.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/pmmp/UUID.git",
|
|
"reference": "c45c995cb87eafee01a14a06a4b7b517cada03a5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/pmmp/UUID/zipball/c45c995cb87eafee01a14a06a4b7b517cada03a5",
|
|
"reference": "c45c995cb87eafee01a14a06a4b7b517cada03a5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.3",
|
|
"pocketmine/binaryutils": "^0.1 || dev-master"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^0.12.23",
|
|
"phpstan/phpstan-strict-rules": "^0.12.2"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"pocketmine\\uuid\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0"
|
|
],
|
|
"description": "Basic UUID implementation used by PocketMine-MP and related projects",
|
|
"time": "2020-05-10T12:38:41+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [
|
|
{
|
|
"name": "irstea/phpunit-shim",
|
|
"version": "8.5.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://gitlab.irstea.fr/pole-is/tools/phpunit-shim.git",
|
|
"reference": "25b3ffe1502bfd35d5cd23dc37f2f2e70cdf0b54"
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"ext-json": "*",
|
|
"ext-libxml": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-xml": "*",
|
|
"ext-xmlwriter": "*",
|
|
"php": "^7.2"
|
|
},
|
|
"replace": {
|
|
"phpunit/phpunit": "self.version"
|
|
},
|
|
"suggest": {
|
|
"ext-soap": "*",
|
|
"ext-xdebug": "*"
|
|
},
|
|
"bin": [
|
|
"phpunit"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"exclude-from-classmap": [
|
|
"phpunit"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Shim repository for phpunit/phpunit",
|
|
"homepage": "https://phpunit.de/",
|
|
"keywords": [
|
|
"phpunit",
|
|
"shim",
|
|
"testing",
|
|
"xunit"
|
|
],
|
|
"time": "2020-04-24T02:20:21+00:00"
|
|
},
|
|
{
|
|
"name": "phpstan/phpstan",
|
|
"version": "0.12.23",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpstan/phpstan.git",
|
|
"reference": "71e529efced79e055fa8318b692e7f7d03ea4e75"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/71e529efced79e055fa8318b692e7f7d03ea4e75",
|
|
"reference": "71e529efced79e055fa8318b692e7f7d03ea4e75",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1"
|
|
},
|
|
"conflict": {
|
|
"phpstan/phpstan-shim": "*"
|
|
},
|
|
"bin": [
|
|
"phpstan",
|
|
"phpstan.phar"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.12-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "PHPStan - PHP Static Analysis Tool",
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/ondrejmirtes",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://www.patreon.com/phpstan",
|
|
"type": "patreon"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2020-05-05T12:55:44+00:00"
|
|
},
|
|
{
|
|
"name": "phpstan/phpstan-phpunit",
|
|
"version": "0.12.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpstan/phpstan-phpunit.git",
|
|
"reference": "7232c17e2493dc598173da784477ce0afb2c4e0e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/7232c17e2493dc598173da784477ce0afb2c4e0e",
|
|
"reference": "7232c17e2493dc598173da784477ce0afb2c4e0e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "~7.1",
|
|
"phpstan/phpstan": "^0.12.6"
|
|
},
|
|
"conflict": {
|
|
"phpunit/phpunit": "<7.0"
|
|
},
|
|
"require-dev": {
|
|
"consistence/coding-standard": "^3.5",
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
|
|
"ergebnis/composer-normalize": "^2.0.2",
|
|
"jakub-onderka/php-parallel-lint": "^1.0",
|
|
"phing/phing": "^2.16.0",
|
|
"phpstan/phpstan-strict-rules": "^0.12",
|
|
"phpunit/phpunit": "^7.0",
|
|
"satooshi/php-coveralls": "^1.0",
|
|
"slevomat/coding-standard": "^4.7.2"
|
|
},
|
|
"type": "phpstan-extension",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.12-dev"
|
|
},
|
|
"phpstan": {
|
|
"includes": [
|
|
"extension.neon",
|
|
"rules.neon"
|
|
]
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PHPStan\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "PHPUnit extensions and rules for PHPStan",
|
|
"time": "2020-04-17T08:04:10+00:00"
|
|
},
|
|
{
|
|
"name": "phpstan/phpstan-strict-rules",
|
|
"version": "0.12.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpstan/phpstan-strict-rules.git",
|
|
"reference": "a670a59aff7cf96f75d21b974860ada10e25b2ee"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/a670a59aff7cf96f75d21b974860ada10e25b2ee",
|
|
"reference": "a670a59aff7cf96f75d21b974860ada10e25b2ee",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "~7.1",
|
|
"phpstan/phpstan": "^0.12.6"
|
|
},
|
|
"require-dev": {
|
|
"consistence/coding-standard": "^3.0.1",
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
|
|
"ergebnis/composer-normalize": "^2.0.2",
|
|
"jakub-onderka/php-parallel-lint": "^1.0",
|
|
"phing/phing": "^2.16.0",
|
|
"phpstan/phpstan-phpunit": "^0.12",
|
|
"phpunit/phpunit": "^7.0",
|
|
"slevomat/coding-standard": "^4.5.2"
|
|
},
|
|
"type": "phpstan-extension",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.12-dev"
|
|
},
|
|
"phpstan": {
|
|
"includes": [
|
|
"rules.neon"
|
|
]
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PHPStan\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Extra strict and opinionated rules for PHPStan",
|
|
"time": "2020-01-20T13:08:52+00:00"
|
|
}
|
|
],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": {
|
|
"pocketmine/raklib": 20,
|
|
"pocketmine/spl": 20,
|
|
"pocketmine/binaryutils": 20,
|
|
"pocketmine/log": 20,
|
|
"pocketmine/nbt": 20,
|
|
"pocketmine/math": 20,
|
|
"pocketmine/classloader": 20,
|
|
"pocketmine/log-pthreads": 20
|
|
},
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": ">=7.3.0",
|
|
"php-64bit": "*",
|
|
"ext-bcmath": "*",
|
|
"ext-chunkutils2": "^0.1.0",
|
|
"ext-curl": "*",
|
|
"ext-crypto": "^0.3.1",
|
|
"ext-ctype": "*",
|
|
"ext-date": "*",
|
|
"ext-ds": "^1.2.7",
|
|
"ext-gmp": "*",
|
|
"ext-hash": "*",
|
|
"ext-igbinary": "^3.0.1",
|
|
"ext-json": "*",
|
|
"ext-leveldb": "^0.2.1",
|
|
"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": [],
|
|
"plugin-api-version": "1.1.0"
|
|
}
|