removing ext-bcmath require

I think it _should_ be required, but a test (linux, 32bit, 7.0-zts) is choking
on composer install, so putting things back to how I found them
This commit is contained in:
Brett McBride 2022-01-25 21:00:02 +11:00
parent 3e724d8a2e
commit a78b89ef2a

View File

@ -6,8 +6,7 @@
"homepage": "https://developers.google.com/protocol-buffers/",
"license": "BSD-3-Clause",
"require": {
"php": ">=7.0.0",
"ext-bcmath": "*"
"php": ">=7.0.0"
},
"require-dev": {
"phpunit/phpunit": ">=5.0.0"