소스 검색

need for php math functions. used in mergeFromJsonString (#3409)

Sergey 8 년 전
부모
커밋
bb8664419b
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      composer.json

+ 3 - 0
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",