need for php math functions. used in mergeFromJsonString (#3409)
Showing
... | @@ -11,6 +11,9 @@ | ... | @@ -11,6 +11,9 @@ |
"require-dev": { | "require-dev": { | ||
"phpunit/phpunit": ">=4.8.0" | "phpunit/phpunit": ">=4.8.0" | ||
}, | }, | ||
"suggest": { | |||
"ext-bcmath": "Need to support JSON deserialization" | |||
}, | |||
"autoload": { | "autoload": { | ||
"psr-4": { | "psr-4": { | ||
"Google\\Protobuf\\Internal\\": "php/src/Google/Protobuf/Internal", | "Google\\Protobuf\\Internal\\": "php/src/Google/Protobuf/Internal", | ||
... | ... |
Please
register
or
sign in
to comment