Skip to content
Snippets Groups Projects
composer.lock 236 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": "ec7b17f7a9846c6f31606bcd2dea17ab",
  "packages": [
    {
      "name": "adaures/ipcat-php",
      "version": "v1.0.0",
      "source": {
        "type": "git",
        "url": "https://code.castopod.org/adaures/ipcat-php",
        "reference": "478a121cc32147359df27d2f5d087595ddcdc8b4"
      },
      "require": {
        "php": ">=5.4"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "AdAures\\Ipcat\\": ""
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["GPL-3.0-only"],
      "authors": [
        {
          "name": "Benjamin Bellamy",
          "email": "ben@castopod.org",
          "homepage": "https://code.castopod.org/benjamin"
        },
        {
          "name": "Yassine Doghri",
          "email": "yassine@doghri.fr",
          "homepage": "https://code.castopod.org/yassine"
        }
      ],
      "description": "Categorization of IP Addresses adapted to PHP 5.4+ from https://github.com/client9/ipcat",
      "homepage": "https://code.castopod.org/adaures/ipcat-php",
      "time": "2022-02-12T10:19:28+00:00"
    },
    {
      "name": "adaures/podcast-persons-taxonomy",
      "version": "v1.0.0",
      "source": {
        "type": "git",
        "url": "https://code.castopod.org/adaures/podcast-persons-taxonomy",
        "reference": "9cb2bc9a36700f28ae907482a6ee2017aa4c38b0"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "AdAures\\PodcastPersonsTaxonomy\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Benjamin Bellamy",
          "email": "ben@castopod.org",
          "homepage": "https://code.castopod.org/benjamin"
        },
        {
          "name": "Yassine Doghri",
          "email": "yassine@doghri.fr",
          "homepage": "https://code.castopod.org/yassine"
        }
      ],
      "description": "Generate PHP translation files for CodeIgniter4 from the podcast-namespace's Persons Taxonomy json files.",
      "homepage": "https://code.castopod.org/adaures/podcast-persons-taxonomy",
      "time": "2022-02-12T10:45:50+00:00"
    },
    {
      "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": "8449d13724d460a4e5573f49027cd9f862449a29"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/codeigniter4/CodeIgniter4/zipball/8449d13724d460a4e5573f49027cd9f862449a29",
        "reference": "8449d13724d460a4e5573f49027cd9f862449a29",
        "shasum": ""
      },
      "require": {
        "ext-curl": "*",
        "ext-intl": "*",
        "ext-json": "*",
        "ext-mbstring": "*",
        "kint-php/kint": "^4.0",
        "laminas/laminas-escaper": "^2.9",
        "php": "^7.3 || ^8.0",
        "psr/log": "^1.1"
      },
      "require-dev": {
        "codeigniter/coding-standard": "^1.1",
        "fakerphp/faker": "^1.9",
        "friendsofphp/php-cs-fixer": "^3.1",
        "mikey179/vfsstream": "^1.6",
        "nexusphp/cs-config": "^3.3",
        "nexusphp/tachycardia": "^1.0",
        "phpunit/phpunit": "^9.1",
        "predis/predis": "^1.1",
        "rector/rector": "0.12.11"
      },
      "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/",
          "CodeIgniter\\AutoReview\\": "tests/AutoReview/",
          "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"],
        "cs": [
          "php-cs-fixer fix --verbose --dry-run --diff --config=.no-header.php-cs-fixer.dist.php",
          "php-cs-fixer fix --verbose --dry-run --diff"
        ],
        "cs-fix": [
          "php-cs-fixer fix --verbose --diff --config=.no-header.php-cs-fixer.dist.php",
          "php-cs-fixer fix --verbose --diff"
        ]
      },
      "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": "2022-01-10T01:36:11+00:00"
    {
      "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",
        "nexusphp/tachycardia": "^1.0",
        "php-coveralls/php-coveralls": "^2.4",
        "phpstan/phpstan": "^0.12",
        "phpunit/phpunit": "^9.0",
        "squizlabs/php_codesniffer": "^3.3"
      },
      "default-branch": true,
      "type": "library",
      "autoload": {
        "psr-4": {
          "Sparks\\Settings\\": "src"
        },
        "exclude-from-classmap": ["**/Database/Migrations/**"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Lonnie Ezell",
          "email": "lonnieje@gmail.com",
          "role": "Developer"
        }
      ],
      "description": "Settings library for CodeIgniter 4",
      "homepage": "https://github.com/codeigniter4/settings",
      "keywords": ["Settings", "codeigniter", "codeigniter4"],
      "support": {
        "issues": "https://github.com/codeigniter4/settings/issues",
        "source": "https://github.com/codeigniter4/settings/tree/develop"
      },
      "time": "2021-08-16T05:07:59+00:00"
    },
    {
      "name": "composer/ca-bundle",
      "source": {
        "type": "git",
        "url": "https://github.com/composer/ca-bundle.git",
        "reference": "9fdb22c2e97a614657716178093cd1da90a64aa8"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/composer/ca-bundle/zipball/9fdb22c2e97a614657716178093cd1da90a64aa8",
        "reference": "9fdb22c2e97a614657716178093cd1da90a64aa8",
        "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", "certificate", "ssl", "tls"],
      "support": {
        "irc": "irc://irc.freenode.org/composer",
        "issues": "https://github.com/composer/ca-bundle/issues",
        "source": "https://github.com/composer/ca-bundle/tree/1.2.10"
      },
      "funding": [
        {
          "url": "https://packagist.com",
          "type": "custom"
        },
        {
          "url": "https://github.com/composer",
          "type": "github"
        },
        {
          "url": "https://tidelift.com/funding/github/packagist/composer/composer",
          "type": "tidelift"
        }
      ],
      "time": "2021-06-07T13:58:28+00:00"
    {
      "name": "dflydev/dot-access-data",
      "version": "v3.0.1",
      "source": {
        "type": "git",
        "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
        "reference": "0992cc19268b259a39e86f296da5f0677841f42c"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/0992cc19268b259a39e86f296da5f0677841f42c",
        "reference": "0992cc19268b259a39e86f296da5f0677841f42c",
        "shasum": ""
      },
      "require": {
        "php": "^7.1 || ^8.0"
      },
      "require-dev": {
        "phpstan/phpstan": "^0.12.42",
        "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
        "scrutinizer/ocular": "1.6.0",
        "squizlabs/php_codesniffer": "^3.5",
        "vimeo/psalm": "^3.14"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "3.x-dev"
        }
      },
      "autoload": {
        "psr-4": {
          "Dflydev\\DotAccessData\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Dragonfly Development Inc.",
          "email": "info@dflydev.com",
          "homepage": "http://dflydev.com"
        },
        {
          "name": "Beau Simensen",
          "email": "beau@dflydev.com",
          "homepage": "http://beausimensen.com"
        },
        {
          "name": "Carlos Frutos",
          "email": "carlos@kiwing.it",
          "homepage": "https://github.com/cfrutos"
        },
        {
          "name": "Colin O'Dell",
          "email": "colinodell@gmail.com",
          "homepage": "https://www.colinodell.com"
        }
      ],
      "description": "Given a deep data structure, access data by dot notation.",
      "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
      "keywords": ["access", "data", "dot", "notation"],
      "support": {
        "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
        "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.1"
      },
      "time": "2021-08-13T13:06:58+00:00"
    },
    {
      "name": "essence/dom",
      "version": "1.0.0",
      "source": {
        "type": "git",
        "url": "https://github.com/essence/dom.git",
        "reference": "e5776d2286f4ccbd048d160c28ac77ccc6d68f3a"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/essence/dom/zipball/e5776d2286f4ccbd048d160c28ac77ccc6d68f3a",
        "reference": "e5776d2286f4ccbd048d160c28ac77ccc6d68f3a",
        "shasum": ""
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "Essence\\Dom\\": "src"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Félix Girault",
          "email": "felix.girault@gmail.com",
          "homepage": "http://www.felix-girault.fr",
          "role": "Developer"
        }
      ],
      "description": "Essence's DOM parser.",
      "homepage": "http://github.com/essence/dom",
      "keywords": ["dom", "parser"],
      "support": {
        "issues": "https://github.com/essence/dom/issues",
        "source": "https://github.com/essence/dom/tree/1.0.0"
      },
      "time": "2015-07-23T20:33:17+00:00"
    },
    {
      "name": "essence/essence",
      "version": "3.5.4",
      "source": {
        "type": "git",
        "url": "https://github.com/essence/essence.git",
        "reference": "81e889a87603840dadd04b317a51487df1d45933"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/essence/essence/zipball/81e889a87603840dadd04b317a51487df1d45933",
        "reference": "81e889a87603840dadd04b317a51487df1d45933",
        "shasum": ""
      },
      "require": {
        "essence/dom": "~1.0.0",
        "essence/http": "~1.0.0",
        "fg/parkour": "~1.1.0",
        "php": ">=5.5.0"
      },
      "suggest": {
        "ext-curl": "*"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "Essence\\": "lib/Essence"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["BSD-2-Clause"],
      "authors": [
        {
          "name": "Félix Girault",
          "email": "felix.girault@gmail.com",
          "homepage": "http://www.felix-girault.fr",
          "role": "Developer"
        }
      ],
      "description": "Extracts information about medias on the web, like youtube videos, twitter statuses or blog articles.",
      "homepage": "http://github.com/essence/essence",
      "keywords": ["embed", "media", "oembed", "opengraph"],
      "support": {
        "issues": "https://github.com/essence/essence/issues",
        "source": "https://github.com/essence/essence/tree/3.5.4"
      },
      "time": "2021-01-21T09:58:10+00:00"
    },
    {
      "name": "essence/http",
      "version": "1.0.0",
      "source": {
        "type": "git",
        "url": "https://github.com/essence/http.git",
        "reference": "ce0e52e0c0f2ed894ce2922ab2fd598dcaac91d2"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/essence/http/zipball/ce0e52e0c0f2ed894ce2922ab2fd598dcaac91d2",
        "reference": "ce0e52e0c0f2ed894ce2922ab2fd598dcaac91d2",
        "shasum": ""
      },
      "suggest": {
        "ext-curl": "*"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "Essence\\Http\\": "src"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Félix Girault",
          "email": "felix.girault@gmail.com",
          "homepage": "http://www.felix-girault.fr",
          "role": "Developer"
        }
      ],
      "description": "Essence's HTTP client.",
      "homepage": "http://github.com/essence/http",
      "keywords": ["client", "http"],
      "support": {
        "issues": "https://github.com/essence/http/issues",
        "source": "https://github.com/essence/http/tree/1.0.0"
      },
      "time": "2015-07-23T20:33:50+00:00"
    },
    {
      "name": "fg/parkour",
      "version": "1.1.1",
      "source": {
        "type": "git",
        "url": "https://github.com/felixgirault/parkour.git",
        "reference": "f837eb640fc4aac81b11fe50d2fa04fb4ec71496"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/felixgirault/parkour/zipball/f837eb640fc4aac81b11fe50d2fa04fb4ec71496",
        "reference": "f837eb640fc4aac81b11fe50d2fa04fb4ec71496",
        "shasum": ""
      },
      "require": {
        "php": ">=5.5.0"
      },
      "require-dev": {
        "phpunit/phpunit": "4.3.*"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "Parkour\\": "lib"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["BSD-2-Clause"],
      "authors": [
        {
          "name": "Félix Girault",
          "email": "felix.girault@gmail.com",
          "homepage": "http://www.felix-girault.fr",
          "role": "Developer"
        }
      ],
      "description": "A collection of utilities to manipulate arrays.",
      "homepage": "http://github.com/felixgirault/parkour",
      "keywords": ["array", "manipulation", "traversing"],
      "support": {
        "issues": "https://github.com/felixgirault/parkour/issues",
        "source": "https://github.com/felixgirault/parkour/tree/1.1.1"
      },
      "time": "2015-10-03T10:39:22+00:00"
    },
    {
      "name": "geoip2/geoip2",
      "version": "v2.11.0",
      "source": {
        "type": "git",
        "url": "https://github.com/maxmind/GeoIP2-php.git",
        "reference": "d01be5894a5c1a3381c58c9b1795cd07f96c30f7"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/d01be5894a5c1a3381c58c9b1795cd07f96c30f7",
        "reference": "d01be5894a5c1a3381c58c9b1795cd07f96c30f7",
        "shasum": ""
      },
      "require": {
        "ext-json": "*",
        "maxmind-db/reader": "~1.8",
        "maxmind/web-service-common": "~0.8",
        "php": ">=7.2"
      },
      "require-dev": {
        "friendsofphp/php-cs-fixer": "2.*",
        "phpunit/phpunit": "^8.0 || ^9.0",
        "squizlabs/php_codesniffer": "3.*"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "GeoIp2\\": "src"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["Apache-2.0"],
      "authors": [
        {
          "name": "Gregory J. Oschwald",
          "email": "goschwald@maxmind.com",
          "homepage": "https://www.maxmind.com/"
        }
      ],
      "description": "MaxMind GeoIP2 PHP API",
      "homepage": "https://github.com/maxmind/GeoIP2-php",
      "keywords": ["IP", "geoip", "geoip2", "geolocation", "maxmind"],
      "support": {
        "issues": "https://github.com/maxmind/GeoIP2-php/issues",
        "source": "https://github.com/maxmind/GeoIP2-php/tree/v2.11.0"
      },
      "time": "2020-10-01T18:48:34+00:00"
    },
    {
      "name": "graham-campbell/result-type",
      "version": "v1.0.1",
      "source": {
        "type": "git",
        "url": "https://github.com/GrahamCampbell/Result-Type.git",
        "reference": "7e279d2cd5d7fbb156ce46daada972355cea27bb"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/7e279d2cd5d7fbb156ce46daada972355cea27bb",
        "reference": "7e279d2cd5d7fbb156ce46daada972355cea27bb",
        "shasum": ""
      },
      "require": {
        "php": "^7.0|^8.0",
        "phpoption/phpoption": "^1.7.3"
      },
      "require-dev": {
        "phpunit/phpunit": "^6.5|^7.5|^8.5|^9.0"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-master": "1.0-dev"
        }
      },
      "autoload": {
        "psr-4": {
          "GrahamCampbell\\ResultType\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Graham Campbell",
          "email": "graham@alt-three.com"
        }
      ],
      "description": "An Implementation Of The Result Type",
      "keywords": [
        "Graham Campbell",
        "GrahamCampbell",
        "Result Type",
        "Result-Type",
        "result"
      ],
      "support": {
        "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
        "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.0.1"
      },
      "funding": [
        {
          "url": "https://github.com/GrahamCampbell",
          "type": "github"
        },
        {
          "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
          "type": "tidelift"
        }
      ],
      "time": "2020-04-13T13:17:36+00:00"
    },
    {
      "name": "james-heinrich/getid3",
      "source": {
        "type": "git",
        "url": "https://github.com/JamesHeinrich/getID3.git",
        "reference": "ee238d552571c6029898b087d5fc95df826418d6"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/JamesHeinrich/getID3/zipball/ee238d552571c6029898b087d5fc95df826418d6",
        "reference": "ee238d552571c6029898b087d5fc95df826418d6",
        "shasum": ""
      },
      "require": {
        "php": ">=5.4.0"
      },
      "require-dev": {
        "php-parallel-lint/php-parallel-lint": "^1.0",
        "phpunit/phpunit": "^4.8 || ^5.0 || ^6.1 || ^7.5 || ^8.5"
      },
      "suggest": {
        "ext-SimpleXML": "SimpleXML extension is required to analyze RIFF/WAV/BWF audio files (also requires `ext-libxml`).",
        "ext-com_dotnet": "COM extension is required when loading files larger than 2GB on Windows.",
        "ext-ctype": "ctype extension is required when loading files larger than 2GB on 32-bit PHP (also on 64-bit PHP on Windows) or executing `getid3_lib::CopyTagsToComments`.",
        "ext-dba": "DBA extension is required to use the DBA database as a cache storage.",
        "ext-exif": "EXIF extension is required for graphic modules.",
        "ext-iconv": "iconv extension is required to work with different character sets (when `ext-mbstring` is not available).",
        "ext-json": "JSON extension is required to analyze Apple Quicktime videos.",
        "ext-libxml": "libxml extension is required to analyze RIFF/WAV/BWF audio files.",
        "ext-mbstring": "mbstring extension is required to work with different character sets.",
        "ext-mysql": "MySQL extension is required to use the MySQL database as a cache storage (deprecated in PHP 5.5, removed in PHP >= 7.0, use `ext-mysqli` instead).",
        "ext-mysqli": "MySQLi extension is required to use the MySQL database as a cache storage.",
        "ext-rar": "RAR extension is required for RAR archive module.",
        "ext-sqlite3": "SQLite3 extension is required to use the SQLite3 database as a cache storage.",
        "ext-xml": "XML extension is required for graphic modules to analyze the XML metadata.",
        "ext-zlib": "Zlib extension is required for archive modules and compressed metadata."
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-master": "2.0.x-dev"
        }
      },
      "autoload": {
        "psr-4": {
          "JamesHeinrich\\GetID3\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["GPL-1.0-or-later", "LGPL-3.0-only", "MPL-2.0"],
      "authors": [
        {
          "name": "James Heinrich",
          "email": "info@getid3.org",
          "homepage": "https://github.com/JamesHeinrich",
          "role": "Developer"
        },
        {
          "name": "Craig Duncan",
          "email": "git@duncanc.co.uk",
          "homepage": "https://github.com/duncan3dc",
          "role": "Developer"
        }
      ],
      "description": "Extract and write useful information to/from popular multimedia file formats",
      "homepage": "https://www.getid3.org/",
      "keywords": ["audio", "codecs", "id3", "metadata", "tags", "video"],
      "support": {
        "issues": "https://github.com/JamesHeinrich/getID3/issues",
        "source": "https://github.com/JamesHeinrich/getID3/tree/2.0"
      "time": "2021-12-15T17:29:14+00:00"
    },
    {
      "name": "kint-php/kint",
      "source": {
        "type": "git",
        "url": "https://github.com/kint-php/kint.git",
        "reference": "e64b939f9ceb9620abd982e2a66a3289fcf4e837"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/kint-php/kint/zipball/e64b939f9ceb9620abd982e2a66a3289fcf4e837",
        "reference": "e64b939f9ceb9620abd982e2a66a3289fcf4e837",
        "shasum": ""
      },
      "require": {
      },
      "require-dev": {
        "friendsofphp/php-cs-fixer": "^3.0",
        "phpspec/prophecy-phpunit": "^2",
        "phpunit/phpunit": "^9.0",
        "seld/phar-utils": "^1.0",
        "symfony/finder": "^3.0 || ^4.0 || ^5.0",
        "vimeo/psalm": "^4.0"
      },
      "suggest": {
        "kint-php/kint-twig": "Provides d() and s() functions in twig templates"
      },
      "type": "library",
      "autoload": {
        "files": ["init.php"],
        "psr-4": {
          "Kint\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Jonathan Vollebregt",
          "homepage": "https://github.com/jnvsor"
        },
        {
          "name": "Contributors",
          "homepage": "https://github.com/kint-php/kint/graphs/contributors"
        }
      ],
      "description": "Kint - debugging tool for PHP developers",
      "homepage": "https://kint-php.github.io/kint/",
      "keywords": ["debug", "kint", "php"],
      "support": {
        "issues": "https://github.com/kint-php/kint/issues",
        "source": "https://github.com/kint-php/kint/tree/4.1.1"
      "time": "2022-01-02T10:30:48+00:00"
    },
    {
      "name": "laminas/laminas-escaper",
      "source": {
        "type": "git",
        "url": "https://github.com/laminas/laminas-escaper.git",
        "reference": "891ad70986729e20ed2e86355fcf93c9dc238a5f"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/891ad70986729e20ed2e86355fcf93c9dc238a5f",
        "reference": "891ad70986729e20ed2e86355fcf93c9dc238a5f",
        "shasum": ""
      },
      "require": {
        "php": "^7.3 || ~8.0.0 || ~8.1.0"
      "conflict": {
        "zendframework/zend-escaper": "*"
      },
      "require-dev": {
        "laminas/laminas-coding-standard": "~2.3.0",
        "phpunit/phpunit": "^9.3",
        "psalm/plugin-phpunit": "^0.12.2",
        "vimeo/psalm": "^3.16"
      },
      "suggest": {
        "ext-iconv": "*",
        "ext-mbstring": "*"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "Laminas\\Escaper\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["BSD-3-Clause"],
      "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
      "homepage": "https://laminas.dev",
      "keywords": ["escaper", "laminas"],
      "support": {
        "chat": "https://laminas.dev/chat",
        "docs": "https://docs.laminas.dev/laminas-escaper/",
        "forum": "https://discourse.laminas.dev",
        "issues": "https://github.com/laminas/laminas-escaper/issues",
        "rss": "https://github.com/laminas/laminas-escaper/releases.atom",
        "source": "https://github.com/laminas/laminas-escaper"
      },
      "funding": [
        {
          "url": "https://funding.communitybridge.org/projects/laminas-project",
          "type": "community_bridge"
        }
      ],
      "time": "2021-09-02T17:10:53+00:00"
    },
    {
      "name": "league/commonmark",
      "source": {
        "type": "git",
        "url": "https://github.com/thephpleague/commonmark.git",
        "reference": "f8afb78f087777b040e0ab8a6b6ca93f6fc3f18a"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/f8afb78f087777b040e0ab8a6b6ca93f6fc3f18a",
        "reference": "f8afb78f087777b040e0ab8a6b6ca93f6fc3f18a",
        "shasum": ""
      },
      "require": {
        "ext-mbstring": "*",
        "league/config": "^1.1.1",
        "php": "^7.4 || ^8.0",
        "psr/event-dispatcher": "^1.0",
        "symfony/deprecation-contracts": "^2.1 || ^3.0",
        "symfony/polyfill-php80": "^1.15"
      },
      "require-dev": {
        "cebe/markdown": "^1.0",
        "commonmark/cmark": "0.30.0",
        "commonmark/commonmark.js": "0.30.0",
        "composer/package-versions-deprecated": "^1.8",
        "erusev/parsedown": "^1.0",
        "ext-json": "*",
        "github/gfm": "0.29.0",
        "michelf/php-markdown": "^1.4",
        "phpstan/phpstan": "^0.12.88 || ^1.0.0",
        "phpunit/phpunit": "^9.5.5",
        "scrutinizer/ocular": "^1.8.1",
        "symfony/finder": "^5.3",
        "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0",
        "unleashedtech/php-coding-standard": "^3.1",
        "vimeo/psalm": "^4.7.3"
      },
      "suggest": {
        "symfony/yaml": "v2.3+ required if using the Front Matter extension"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "League\\CommonMark\\": "src"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["BSD-3-Clause"],
      "authors": [
        {
          "name": "Colin O'Dell",
          "email": "colinodell@gmail.com",
          "homepage": "https://www.colinodell.com",
          "role": "Lead Developer"
        }
      ],
      "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
      "homepage": "https://commonmark.thephpleague.com",
      "keywords": [
        "commonmark",
        "flavored",
        "gfm",
        "github",
        "github-flavored",
        "markdown",
        "md",
        "parser"
      ],
      "support": {
        "docs": "https://commonmark.thephpleague.com/",
        "forum": "https://github.com/thephpleague/commonmark/discussions",
        "issues": "https://github.com/thephpleague/commonmark/issues",
        "rss": "https://github.com/thephpleague/commonmark/releases.atom",
        "source": "https://github.com/thephpleague/commonmark"
      },