1
0
mirror of https://github.com/danog/math.git synced 2025-01-22 21:51:22 +01:00
math/composer.json
2014-08-31 14:25:54 +02:00

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/"
}
}
}