Skip to content

Commit 15b4fb9

Browse files
committed
chore: Adds suggest in composer.json.
1 parent 1c06391 commit 15b4fb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
"phpunit/phpunit": "^9.5",
4848
"squizlabs/php_codesniffer": "^3.7"
4949
},
50+
"suggest": {
51+
"ext-gmp": "Enables faster math with arbitrary-precision integers using GMP."
52+
},
5053
"scripts": {
5154
"phpcs": "phpcs --standard=PSR12 --extensions=php ./src",
5255
"phpmd": "phpmd ./src text phpmd.xml --suffixes php --ignore-violations-on-exit",

0 commit comments

Comments
 (0)