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
diff --git a/php/composer.json b/php/composer.json
index 71a1e75..f712f0e 100644
--- a/php/composer.json
+++ b/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"