{ "name": "brick/math", "description": "Arbitrary-precision arithmetic library", "type": "library", "keywords": [ "Brick", "Math", "Arbitrary-precision", "Arithmetic", "BigInteger", "BigDecimal" ], "license": "MIT", "require": { "php": ">=5.6" }, "require-dev": { "phpunit/phpunit": "*", "satooshi/php-coveralls": "dev-master" }, "autoload": { "psr-4": { "Brick\\Math\\": "src/", "Brick\\Math\\Tests\\": "tests/" } } }