Skip to content
Snippets Groups Projects
composer.lock 232 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": "afb6585b90ed08cc8a257f346ab1c416",
  "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": "chrisjean/php-ico",
      "version": "1.0.4",
      "source": {
        "type": "git",
        "url": "https://github.com/chrisbliss18/php-ico.git",
        "reference": "ccd5c0d56554f3ddcd7a823e695be83e0d1e43b6"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/chrisbliss18/php-ico/zipball/ccd5c0d56554f3ddcd7a823e695be83e0d1e43b6",
        "reference": "ccd5c0d56554f3ddcd7a823e695be83e0d1e43b6",
        "shasum": ""
      },
      "require": {
        "ext-gd": "*",
        "php": ">=5.2.4"
      },
      "type": "library",
      "autoload": {
        "classmap": ["class-php-ico.php"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["GPL-2.0+"],
      "authors": [
        {
          "name": "Chris Jean",
          "homepage": "https://chrisjean.com",
          "role": "Developer"
        }
      ],
      "description": "An easy-to-use library to generate valid ICO files.",
      "homepage": "https://github.com/chrisbliss18/php-ico",
      "keywords": ["favicon", "ico"],
      "support": {
        "issues": "https://github.com/chrisbliss18/php-ico/issues",
        "source": "https://github.com/chrisbliss18/php-ico"
      },
      "time": "2016-09-27T22:00:56+00:00"
    },
    {
      "name": "codeigniter4/codeigniter4",
      "version": "dev-develop",
      "source": {
        "type": "git",
        "url": "https://github.com/codeigniter4/CodeIgniter4.git",
        "reference": "995c51f383844bc44a607026ea6ab85b06c7e87e"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/codeigniter4/CodeIgniter4/zipball/995c51f383844bc44a607026ea6ab85b06c7e87e",
        "reference": "995c51f383844bc44a607026ea6ab85b06c7e87e",
        "shasum": ""
      },
      "require": {
        "ext-curl": "*",
        "ext-intl": "*",
        "ext-json": "*",
        "ext-mbstring": "*",
        "kint-php/kint": "^3.3",
        "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",
        "phpunit/phpunit": "^9.1",
        "predis/predis": "^1.1",
        "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"
      },
    {
      "name": "codeigniter4/settings",
      "version": "dev-develop",
      "source": {
        "type": "git",
        "url": "https://github.com/codeigniter4/settings.git",
        "reference": "5d758e5e0a3f9dda9f66303d82ccfbb82e979577"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/codeigniter4/settings/zipball/5d758e5e0a3f9dda9f66303d82ccfbb82e979577",
        "reference": "5d758e5e0a3f9dda9f66303d82ccfbb82e979577",
        "shasum": ""
      },
      "require": {
        "php": "^7.3 || ^8.0"
      },
      "require-dev": {
        "codeigniter4/codeigniter4": "dev-develop",
        "fakerphp/faker": "^1.9",
        "mockery/mockery": "^1.0",
Loading
Loading full blame...