torrentpier-lts/library/Zend/Math/composer.json

31 lines
857 B
JSON
Raw Normal View History

{
"name": "zendframework/zend-math",
"description": " ",
"license": "BSD-3-Clause",
"keywords": [
"zf2",
"math"
],
"homepage": "https://github.com/zendframework/zf2",
"autoload": {
2023-04-01 09:03:34 +03:00
"psr-4": {
"Zend\\Math\\": ""
}
},
"require": {
"php": ">=5.3.23"
},
"suggest": {
"ext-bcmath": "If using the bcmath functionality",
"ext-gmp": "If using the gmp functionality",
"ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable",
"zendframework/zend-servicemanager": ">= current version, if using the BigInteger::factory functionality"
},
"extra": {
"branch-alias": {
2023-04-01 09:03:34 +03:00
"dev-master": "2.4-dev",
"dev-develop": "2.5-dev"
}
}
}