summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index ec189c1..2c40aaa 100644
--- a/composer.json
+++ b/composer.json
@@ -12,14 +12,18 @@
}
],
"require": {
- "php": "^7.2 | ^8.0",
- "symfony/polyfill-mbstring": ">=1.3.1"
+ "php": "^7.2 | ^8.0 | ^8.1",
+ "symfony/polyfill-mbstring": ">=1.3.1",
+ "ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"php-coveralls/php-coveralls": "*",
"squizlabs/php_codesniffer": "3.*"
},
+ "suggest": {
+ "ext-gmp": "Required for optimized binomial calculations (also requires PHP >= 7.3)"
+ },
"autoload": {
"psr-4": { "ZxcvbnPhp\\": "src/" }
},