From 0682c93f5a43f9d3e5468eca53cb95bdf53c9009 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Mon, 14 Dec 2020 20:59:07 +0000 Subject: [PATCH] Drop bcmath dependency we haven't used bcmath since the days of 32-bit. --- composer.json | 1 - composer.lock | 3 +-- src/pocketmine/PocketMine.php | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/composer.json b/composer.json index df24c2f072..a21f4615e9 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,6 @@ "require": { "php": ">=7.3.0", "php-64bit": "*", - "ext-bcmath": "*", "ext-curl": "*", "ext-ctype": "*", "ext-date": "*", diff --git a/composer.lock b/composer.lock index 0f561a656e..2201df36e1 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": "2c44138f2052c259a201871d4d423947", + "content-hash": "898e2d529d8aec83866a2bbaa867e23f", "packages": [ { "name": "adhocore/json-comment", @@ -2749,7 +2749,6 @@ "platform": { "php": ">=7.3.0", "php-64bit": "*", - "ext-bcmath": "*", "ext-curl": "*", "ext-ctype": "*", "ext-date": "*", diff --git a/src/pocketmine/PocketMine.php b/src/pocketmine/PocketMine.php index cff3178f26..20273a629c 100644 --- a/src/pocketmine/PocketMine.php +++ b/src/pocketmine/PocketMine.php @@ -73,7 +73,6 @@ namespace pocketmine { } $extensions = [ - "bcmath" => "BC Math", "curl" => "cURL", "ctype" => "ctype", "date" => "Date",