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
pull/9370/head
Brett McBride 3 years ago
parent 3e724d8a2e
commit a78b89ef2a
  1. 3
      php/composer.json

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

Loading…
Cancel
Save