From bb8664419b7d0dd4a94cc1242a2d77bf5e8f567b Mon Sep 17 00:00:00 2001 From: Sergey Date: Tue, 25 Jul 2017 20:40:10 +0300 Subject: need for php math functions. used in mergeFromJsonString (#3409) --- composer.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 5b6c7ee2..80d90eab 100644 --- a/composer.json +++ b/composer.json @@ -11,6 +11,9 @@ "require-dev": { "phpunit/phpunit": ">=4.8.0" }, + "suggest": { + "ext-bcmath": "Need to support JSON deserialization" + }, "autoload": { "psr-4": { "Google\\Protobuf\\Internal\\": "php/src/Google/Protobuf/Internal", -- cgit v1.2.3