Commit 0664c6eb authored by Anton Smirnov's avatar Anton Smirnov
Browse files

Suggest BCMath

parent be43c5c2
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@
    "suggest": {
        "php-64bit": "Running 64 bit is recommended to prevent integer overflow",
        "ext-gmp": "In case you need integers larger than your architecture supports",
        "ext-bcmath": "In case you need integers larger than your architecture supports (PHP 8.4 or later)",
        "brick/math": "In case you need integers larger than your architecture supports",
        "pear/math_biginteger": "In case you need integers larger than your architecture supports"
    }