Skip to content
Snippets Groups Projects
Select Git revision
  • 06f55bff651f19cf74100b4f0b1a9d5426ee0ff0
  • main default protected
  • develop
3 results

composer.lock

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    composer.lock 277.39 KiB
    {
        "_readme": [
            "This file locks the dependencies of your project to a known state",
            "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
            "This file is @generated automatically"
        ],
        "content-hash": "1abc7822bd9f28e9a62986817bf04f76",
        "packages": [
            {
                "name": "brick/math",
                "version": "0.9.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/brick/math.git",
                    "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae",
                    "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae",
                    "shasum": ""
                },
                "require": {
                    "ext-json": "*",
                    "php": "^7.1 || ^8.0"
                },
                "require-dev": {
                    "php-coveralls/php-coveralls": "^2.2",
                    "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",
                    "vimeo/psalm": "4.9.2"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Brick\\Math\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "description": "Arbitrary-precision arithmetic library",
                "keywords": [
                    "Arbitrary-precision",
                    "BigInteger",
                    "BigRational",
                    "arithmetic",
                    "bigdecimal",
                    "bignum",
                    "brick",
                    "math"
                ],
                "support": {
                    "issues": "https://github.com/brick/math/issues",
                    "source": "https://github.com/brick/math/tree/0.9.3"
                },
                "funding": [
                    {
                        "url": "https://github.com/BenMorel",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/brick/math",
                        "type": "tidelift"
                    }
                ],
                "time": "2021-08-15T20:50:18+00:00"
            },
            {
                "name": "dflydev/dot-access-data",