Skip to content
Snippets Groups Projects
composer.lock 264 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": "371c6aac9ca489338bf3b3fa06ffdb21",
    "packages": [
        {
            "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": "67e6f3d9eaff82d003ad30058857f37536ea4252"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/codeigniter4/CodeIgniter4/zipball/67e6f3d9eaff82d003ad30058857f37536ea4252",
                "reference": "67e6f3d9eaff82d003ad30058857f37536ea4252",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-intl": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "kint-php/kint": "^3.3",
                "laminas/laminas-escaper": "^2.6",
                "php": "^7.3 || ^8.0",
                "psr/log": "^1.1"
            },
            "require-dev": {
                "fakerphp/faker": "^1.9",
                "friendsofphp/php-cs-fixer": "^3.0",
                "mikey179/vfsstream": "^1.6",
                "nexusphp/cs-config": "^3.1",
                "nexusphp/tachycardia": "^1.0",
                "phpstan/phpstan": "0.12.88",
                "phpunit/phpunit": "^9.1",
                "predis/predis": "^1.1",
                "rector/rector": "0.11.14",
                "symplify/package-builder": "^9.3"
            },
            "suggest": {
                "ext-fileinfo": "Improves mime type detection for files"
            },
            "default-branch": true,
            "type": "project",
            "extra": {
                "branch-alias": {
                    "dev-develop": "4.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "CodeIgniter\\": "system/"
                },
                "exclude-from-classmap": [
                    "**/Database/Migrations/**"
                ]
            },
            "autoload-dev": {
                "psr-4": {
                    "CodeIgniter\\": "tests/system/",
                    "Utils\\": "utils/"
                }
            },
            "scripts": {
                "post-update-cmd": [
                    "CodeIgniter\\ComposerScripts::postUpdate",
                    "bash -c \"if [ -f admin/setup.sh ]; then bash admin/setup.sh; fi\""
                ],
                "analyze": [
                    "phpstan analyse"
                ],
                "test": [
                    "phpunit"
                ]
            },
            "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"
            },
            "time": "2021-06-07T06:25:13+00:00"
        },
        {
            "name": "composer/ca-bundle",
            "version": "1.2.9",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/ca-bundle.git",
                "reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5"
            },
            "dist": {
                "type": "zip",
                "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": {
                "phpstan/phpstan": "^0.12.55",
                "psr/log": "^1.0",
                "symfony/phpunit-bridge": "^4.2 || ^5",
                "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "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",
Loading
Loading full blame...