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:
parent
3e724d8a2e
commit
a78b89ef2a
@ -6,8 +6,7 @@
|
|||||||
"homepage": "https://developers.google.com/protocol-buffers/",
|
"homepage": "https://developers.google.com/protocol-buffers/",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.0.0",
|
"php": ">=7.0.0"
|
||||||
"ext-bcmath": "*"
|
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": ">=5.0.0"
|
"phpunit/phpunit": ">=5.0.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user