{
	"name": "brick/math",
	"description": "Arbitrary-precision arithmetic library",
	"type": "library",
	"keywords": [
		"Brick",
		"Math",
		"Mathematics",
		"Arbitrary-precision",
		"Arithmetic",
		"BigInteger",
		"BigDecimal",
		"BigRational",
		"BigNumber",
		"Bignum",
		"Decimal",
		"Rational",
		"Integer"
	],
	"license": "MIT",
	"require": {
		"php": "^7.2"
	},
	"require-dev": {
		"phpunit/phpunit": "^10.1",
		"php-coveralls/php-coveralls": "^2.2",
		"vimeo/psalm": "5.25.0"
	},
	"autoload": {
		"psr-4": {
			"VendorPrefix\\Brick\\Math\\": "src/"
		}
	},
	"autoload-dev": {
		"psr-4": {
			"VendorPrefix\\Brick\\Math\\Tests\\": "tests/"
		}
	}
}
