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