Skip to content
Snippets Groups Projects
composer.lock 155 KiB
Newer Older
    "_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": "f370b196462e2ca2ff3e2df9627f2ba4",
        {
            "name": "brick/math",
            "version": "0.9.2",
            "source": {
                "type": "git",
                "url": "https://github.com/brick/math.git",
                "reference": "dff976c2f3487d42c1db75a3b180e2b9f0e72ce0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/brick/math/zipball/dff976c2f3487d42c1db75a3b180e2b9f0e72ce0",
                "reference": "dff976c2f3487d42c1db75a3b180e2b9f0e72ce0",
                "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.3.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.2"
            },
            "funding": [
                {
                    "url": "https://tidelift.com/funding/github/packagist/brick/math",
                    "type": "tidelift"
                }
            ],
            "time": "2021-01-20T22:51:39+00:00"
        },
            "name": "codeigniter4/codeigniter4",
            "version": "dev-develop",
            "source": {
                "type": "git",
                "url": "https://github.com/codeigniter4/CodeIgniter4.git",
                "reference": "8b2e7c29043977fac378c37690cc951a715c2bd5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/codeigniter4/CodeIgniter4/zipball/8b2e7c29043977fac378c37690cc951a715c2bd5",
                "reference": "8b2e7c29043977fac378c37690cc951a715c2bd5",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-intl": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "kint-php/kint": "^3.3",
                "laminas/laminas-escaper": "^2.6",
                "psr/log": "^1.1"
            },
            "require-dev": {
                "codeigniter4/codeigniter4-standard": "^1.0",
                "fakerphp/faker": "^1.9",
                "mikey179/vfsstream": "^1.6",
                "nexusphp/tachycardia": "^1.0",
                "squizlabs/php_codesniffer": "^3.3"
            },
            "suggest": {
                "ext-fileinfo": "Improves mime type detection for files"
            },
            "type": "project",
            "autoload": {
                "psr-4": {
                    "CodeIgniter\\": "system/"
                },
                "exclude-from-classmap": [
                    "**/Database/Migrations/**"
                ]
                    "CodeIgniter\\": "tests/system/",
                    "Utils\\": "utils/"
            "scripts": {
                "post-update-cmd": [
                    "CodeIgniter\\ComposerScripts::postUpdate",
                    "bash admin/setup.sh"
                ],
            "license": [
                "MIT"
            ],
            "description": "The CodeIgniter framework v4",
            "homepage": "https://codeigniter.com",
            "support": {
                "forum": "http://forum.codeigniter.com/",
                "source": "https://github.com/codeigniter4/CodeIgniter4",
                "slack": "https://codeigniterchat.slack.com",
                "issues": "https://github.com/codeigniter4/CodeIgniter4/issues"
            },
            "name": "composer/ca-bundle",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/ca-bundle.git",
                "reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5"
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/78a0e288fdcebf92aa2318a8d3656168da6ac1a5",
                "reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5",
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "ext-pcre": "*",
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "^4.2 || ^5",
                "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\CaBundle\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
            "keywords": [
                "cabundle",
                "cacert",
                "certificate",
                "ssl",
                "tls"
            ],
            "support": {
                "irc": "irc://irc.freenode.org/composer",
Loading
Loading full blame...