From 35d2f7ac17aa30245c47fc5ceec1feb901bd9baf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 10:29:05 +0000 Subject: [PATCH] Bump pocketmine/math from 0.4.2 to 0.4.3 Bumps [pocketmine/math](https://github.com/pmmp/Math) from 0.4.2 to 0.4.3. - [Release notes](https://github.com/pmmp/Math/releases) - [Commits](https://github.com/pmmp/Math/compare/0.4.2...0.4.3) --- updated-dependencies: - dependency-name: pocketmine/math dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index a73d549..02af0a3 100644 --- a/composer.lock +++ b/composer.lock @@ -647,16 +647,16 @@ }, { "name": "pocketmine/math", - "version": "0.4.2", + "version": "0.4.3", "source": { "type": "git", "url": "https://github.com/pmmp/Math.git", - "reference": "aacc3759a508a69dfa5bc4dfa770ab733c5c94bf" + "reference": "47a243d320b01c8099d65309967934c188111549" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pmmp/Math/zipball/aacc3759a508a69dfa5bc4dfa770ab733c5c94bf", - "reference": "aacc3759a508a69dfa5bc4dfa770ab733c5c94bf", + "url": "https://api.github.com/repos/pmmp/Math/zipball/47a243d320b01c8099d65309967934c188111549", + "reference": "47a243d320b01c8099d65309967934c188111549", "shasum": "" }, "require": { @@ -665,7 +665,7 @@ }, "require-dev": { "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "1.2.0", + "phpstan/phpstan": "1.8.2", "phpstan/phpstan-strict-rules": "^1.0", "phpunit/phpunit": "^8.5 || ^9.5" }, @@ -682,9 +682,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/0.4.2" + "source": "https://github.com/pmmp/Math/tree/0.4.3" }, - "time": "2021-12-05T01:15:17+00:00" + "time": "2022-08-25T18:43:37+00:00" }, { "name": "pocketmine/nbt", @@ -3548,5 +3548,5 @@ "platform-overrides": { "php": "8.0.0" }, - "plugin-api-version": "2.1.0" + "plugin-api-version": "2.3.0" }