diff --git a/composer.lock b/composer.lock index 49ee4cb15..7e67f170b 100644 --- a/composer.lock +++ b/composer.lock @@ -201,50 +201,50 @@ }, { "name": "pocketmine/math", - "version": "0.2.3", + "version": "0.2.4", "source": { "type": "git", "url": "https://github.com/pmmp/Math.git", - "reference": "68be8a79fd0169043ef514797c304517cb8a6071" + "reference": "b1c28b236df8b795d7b06cf8421f9962b12ac410" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pmmp/Math/zipball/68be8a79fd0169043ef514797c304517cb8a6071", - "reference": "68be8a79fd0169043ef514797c304517cb8a6071", + "url": "https://api.github.com/repos/pmmp/Math/zipball/b1c28b236df8b795d7b06cf8421f9962b12ac410", + "reference": "b1c28b236df8b795d7b06cf8421f9962b12ac410", "shasum": "" }, "require": { "php": ">=7.2.0", "php-64bit": "*" }, + "require-dev": { + "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", - "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" + "time": "2020-01-28T14:11:54+00:00" }, { "name": "pocketmine/nbt", - "version": "0.2.12", + "version": "0.2.13", "source": { "type": "git", "url": "https://github.com/pmmp/NBT.git", - "reference": "b5777265329753b74dd40bb105eedabeefb98724" + "reference": "6fc56f864a5375471f6e2d0f9f89f2462a1d8433" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pmmp/NBT/zipball/b5777265329753b74dd40bb105eedabeefb98724", - "reference": "b5777265329753b74dd40bb105eedabeefb98724", + "url": "https://api.github.com/repos/pmmp/NBT/zipball/6fc56f864a5375471f6e2d0f9f89f2462a1d8433", + "reference": "6fc56f864a5375471f6e2d0f9f89f2462a1d8433", "shasum": "" }, "require": { @@ -253,26 +253,22 @@ "php-64bit": "*", "pocketmine/binaryutils": "^0.1.9" }, + "require-dev": { + "irstea/phpunit-shim": "^7.5", + "phpstan/phpstan": "^0.12.8" + }, "type": "library", "autoload": { "psr-4": { "pocketmine\\nbt\\": "src/" } }, - "autoload-dev": { - "psr-4": { - "pocketmine\\nbt\\": "tests/phpunit/" - } - }, + "notification-url": "https://packagist.org/downloads/", "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" + "time": "2020-01-28T17:03:46+00:00" }, { "name": "pocketmine/raklib", @@ -317,59 +313,62 @@ }, { "name": "pocketmine/snooze", - "version": "0.1.1", + "version": "0.1.2", "source": { "type": "git", "url": "https://github.com/pmmp/Snooze.git", - "reference": "b7bd231bdb75e69300cac89ccd515fc731c38c40" + "reference": "88420da3d9335dbcb3ee2decfd5e5453d057dcdf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pmmp/Snooze/zipball/b7bd231bdb75e69300cac89ccd515fc731c38c40", - "reference": "b7bd231bdb75e69300cac89ccd515fc731c38c40", + "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", - "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" + "time": "2020-01-28T19:08:10+00:00" }, { "name": "pocketmine/spl", - "version": "0.4.0", + "version": "0.4.1", "source": { "type": "git", "url": "https://github.com/pmmp/SPL.git", - "reference": "bd6e1d24280a63838fe4b143205fe1161ea95a23" + "reference": "ff0579a0be41bbe65d3637607715c0f87728a838" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pmmp/SPL/zipball/bd6e1d24280a63838fe4b143205fe1161ea95a23", - "reference": "bd6e1d24280a63838fe4b143205fe1161ea95a23", + "url": "https://api.github.com/repos/pmmp/SPL/zipball/ff0579a0be41bbe65d3637607715c0f87728a838", + "reference": "ff0579a0be41bbe65d3637607715c0f87728a838", "shasum": "" }, "require": { "php": ">=7.2" }, + "require-dev": { + "phpstan/phpstan": "^0.12.8" + }, "type": "library", "autoload": { "classmap": [ - "./" + "./src" ] }, "notification-url": "https://packagist.org/downloads/", @@ -377,7 +376,7 @@ "LGPL-3.0" ], "description": "Standard library files required by PocketMine-MP and related projects", - "time": "2020-01-31T14:16:50+00:00" + "time": "2020-01-31T16:18:03+00:00" } ], "packages-dev": [