Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/uploads/./../../../.././ecom1.picotech.app/public_html/vendor/maatwebsite/../monolog/../graham-campbell/./../predis/../brick/math
الملفات الموجودة في هذا الـ Path:
.
..
CHANGELOG.md
LICENSE
composer.json
src

مشاهدة ملف: composer.json

{
    "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": "^8.1"
    },
    "require-dev": {
        "phpunit/phpunit": "^10.1",
        "php-coveralls/php-coveralls": "^2.2",
        "vimeo/psalm": "5.16.0"
    },
    "autoload": {
        "psr-4": {
            "Brick\\Math\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Brick\\Math\\Tests\\": "tests/"
        }
    }
}