From b86d68279366debc42a6f0870f9da2ce1d52804f Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Wed, 14 Jul 2021 20:14:33 +0100 Subject: [PATCH] Update to released version of pocketmine/math --- composer.json | 2 +- composer.lock | 19 +++++++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 48b207fbd..37ac6a7b0 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "pocketmine/errorhandler": "^0.3.0", "pocketmine/log": "^0.3.0", "pocketmine/log-pthreads": "^0.2.0", - "pocketmine/math": "dev-master", + "pocketmine/math": "^0.3.0", "pocketmine/nbt": "^0.3.0", "pocketmine/raklib": "^0.13.1", "pocketmine/raklib-ipc": "^0.1.0", diff --git a/composer.lock b/composer.lock index 5bdbc6d8f..4810dab99 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "28939b75a6c33177454a6d027bf4d7cb", + "content-hash": "5456f8b834ba877a4c04d1cf5a933d63", "packages": [ { "name": "adhocore/json-comment", @@ -617,26 +617,26 @@ }, { "name": "pocketmine/math", - "version": "dev-master", + "version": "0.3.0", "source": { "type": "git", "url": "https://github.com/pmmp/Math.git", - "reference": "4595b5ee90627e817317839519a7d482c809effb" + "reference": "83ec067b12c066fc61d9fb129daf7e61ef3b1d63" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pmmp/Math/zipball/4595b5ee90627e817317839519a7d482c809effb", - "reference": "4595b5ee90627e817317839519a7d482c809effb", + "url": "https://api.github.com/repos/pmmp/Math/zipball/83ec067b12c066fc61d9fb129daf7e61ef3b1d63", + "reference": "83ec067b12c066fc61d9fb129daf7e61ef3b1d63", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0", + "php": "^7.4 || ^8.0", "php-64bit": "*" }, "require-dev": { "irstea/phpunit-shim": "^8.5 || ^9.5", "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "0.12.80", + "phpstan/phpstan": "0.12.90", "phpstan/phpstan-strict-rules": "^0.12.4" }, "type": "library", @@ -652,9 +652,9 @@ "description": "PHP library containing math related code used in PocketMine-MP", "support": { "issues": "https://github.com/pmmp/Math/issues", - "source": "https://github.com/pmmp/Math/tree/master" + "source": "https://github.com/pmmp/Math/tree/0.3.0" }, - "time": "2021-05-10T10:44:46+00:00" + "time": "2021-07-14T18:39:31+00:00" }, { "name": "pocketmine/nbt", @@ -3548,7 +3548,6 @@ "minimum-stability": "stable", "stability-flags": { "pocketmine/classloader": 20, - "pocketmine/math": 20, "pocketmine/spl": 20 }, "prefer-stable": false,