mirror of
https://github.com/danog/math.git
synced 2025-01-22 21:51:22 +01:00
26 lines
526 B
JSON
26 lines
526 B
JSON
{
|
|
"name": "brick/math",
|
|
"description": "Arbitrary-precision arithmetic",
|
|
"type": "library",
|
|
"keywords": [
|
|
"Brick",
|
|
"Math",
|
|
"Arbitrary-precision",
|
|
"Arithmetic",
|
|
"BigInteger",
|
|
"BigDecimal"
|
|
],
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=5.5"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "3.7.*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Brick\\Math\\": "src/",
|
|
"Brick\\Math\\Tests\\": "tests/"
|
|
}
|
|
}
|
|
} |