%PDF- %PDF-
Direktori : /var/www/html/hrsys/api/vendor/brick/math/ |
Current File : /var/www/html/hrsys/api/vendor/brick/math/composer.json |
{ "name": "brick/math", "description": "Arbitrary-precision arithmetic library", "type": "library", "keywords": [ "Brick", "Math", "Arbitrary-precision", "Arithmetic", "BigInteger", "BigDecimal", "BigRational", "Bignum" ], "license": "MIT", "require": { "php": ">=7.1" }, "require-dev": { "phpunit/phpunit": "7.*", "php-coveralls/php-coveralls": "2.*", "vimeo/psalm": "3.*" }, "autoload": { "psr-4": { "Brick\\Math\\": "src/" } }, "autoload-dev": { "psr-4": { "Brick\\Math\\Tests\\": "tests/" } } }