Drop bcmath dependency

we haven't used bcmath since the days of 32-bit.
This commit is contained in:
Dylan K. Taylor 2020-12-14 20:59:07 +00:00
parent da90ae85da
commit 0682c93f5a
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D
3 changed files with 1 additions and 4 deletions

View File

@ -7,7 +7,6 @@
"require": {
"php": ">=7.3.0",
"php-64bit": "*",
"ext-bcmath": "*",
"ext-curl": "*",
"ext-ctype": "*",
"ext-date": "*",

3
composer.lock generated
View File

@ -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": "*",

View File

@ -73,7 +73,6 @@ namespace pocketmine {
}
$extensions = [
"bcmath" => "BC Math",
"curl" => "cURL",
"ctype" => "ctype",
"date" => "Date",