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",