{
    "packages": [
        {
            "name": "davechild/textstatistics",
            "version": "1.0.3",
            "version_normalized": "1.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/DaveChild/Text-Statistics.git",
                "reference": "e83d5f82726db80e662ae305fce3b3c41299b4f5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/DaveChild/Text-Statistics/zipball/e83d5f82726db80e662ae305fce3b3c41299b4f5",
                "reference": "e83d5f82726db80e662ae305fce3b3c41299b4f5",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^7"
            },
            "suggest": {
                "ext-bcmath": "More accurate floating point calculations.",
                "ext-mbstring": "Handle multi-byte text properly."
            },
            "time": "2018-08-21T08:17:10+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "DaveChild\\TextStatistics": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Dave Child",
                    "email": "dave@addedbytes.com",
                    "homepage": "https://www.addedbytes.com/",
                    "role": "Developer"
                }
            ],
            "description": "PHP package to measure the readability of text according to various algorithms.",
            "homepage": "https://github.com/DaveChild/Text-Statistics",
            "support": {
                "issues": "https://github.com/DaveChild/Text-Statistics/issues",
                "source": "https://github.com/DaveChild/Text-Statistics/tree/master"
            },
            "install-path": "../davechild/textstatistics"
        },
        {
            "name": "firebase/php-jwt",
            "version": "v6.11.0",
            "version_normalized": "6.11.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/firebase/php-jwt.git",
                "reference": "8f718f4dfc9c5d5f0c994cdfd103921b43592712"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/firebase/php-jwt/zipball/8f718f4dfc9c5d5f0c994cdfd103921b43592712",
                "reference": "8f718f4dfc9c5d5f0c994cdfd103921b43592712",
                "shasum": ""
            },
            "require": {
                "php": "^8.0"
            },
            "require-dev": {
                "guzzlehttp/guzzle": "^7.4",
                "phpspec/prophecy-phpunit": "^2.0",
                "phpunit/phpunit": "^9.5",
                "psr/cache": "^2.0||^3.0",
                "psr/http-client": "^1.0",
                "psr/http-factory": "^1.0"
            },
            "suggest": {
                "ext-sodium": "Support EdDSA (Ed25519) signatures",
                "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
            },
            "time": "2025-01-23T05:11:06+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Firebase\\JWT\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Neuman Vong",
                    "email": "neuman+pear@twilio.com",
                    "role": "Developer"
                },
                {
                    "name": "Anant Narayanan",
                    "email": "anant@php.net",
                    "role": "Developer"
                }
            ],
            "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
            "homepage": "https://github.com/firebase/php-jwt",
            "keywords": [
                "jwt",
                "php"
            ],
            "support": {
                "issues": "https://github.com/firebase/php-jwt/issues",
                "source": "https://github.com/firebase/php-jwt/tree/v6.11.0"
            },
            "install-path": "../firebase/php-jwt"
        },
        {
            "name": "fivefilters/readability.php",
            "version": "v3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/fivefilters/readability.php.git",
                "reference": "2fd58a6cc626124a05721efb9b3632e91783d487"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fivefilters/readability.php/zipball/2fd58a6cc626124a05721efb9b3632e91783d487",
                "reference": "2fd58a6cc626124a05721efb9b3632e91783d487",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-mbstring": "*",
                "ext-xml": "*",
                "league/uri": "~6.4.0",
                "masterminds/html5": "^2.0",
                "php": ">=7.3.0",
                "psr/log": "^1.0"
            },
            "require-dev": {
                "monolog/monolog": "^2.3",
                "phpunit/phpunit": "^9"
            },
            "suggest": {
                "monolog/monolog": "Allow logging debug information"
            },
            "time": "2022-11-17T01:11:48+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "fivefilters\\Readability\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Andres Rey",
                    "email": "andreskrey@gmail.com",
                    "role": "Original Developer"
                },
                {
                    "name": "Keyvan Minoukadeh",
                    "email": "keyvan@fivefilters.org",
                    "homepage": "https://www.fivefilters.org",
                    "role": "Developer/Maintainer"
                }
            ],
            "description": "A PHP port of Readability.js",
            "homepage": "https://github.com/fivefilters/readability.php",
            "keywords": [
                "html",
                "readability"
            ],
            "support": {
                "issues": "https://github.com/fivefilters/readability.php/issues",
                "source": "https://github.com/fivefilters/readability.php/tree/v3.0.0"
            },
            "install-path": "../fivefilters/readability.php"
        },
        {
            "name": "league/uri",
            "version": "6.4.0",
            "version_normalized": "6.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/uri.git",
                "reference": "09da64118eaf4c5d52f9923a1e6a5be1da52fd9a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/uri/zipball/09da64118eaf4c5d52f9923a1e6a5be1da52fd9a",
                "reference": "09da64118eaf4c5d52f9923a1e6a5be1da52fd9a",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "league/uri-interfaces": "^2.1",
                "php": ">=7.2",
                "psr/http-message": "^1.0"
            },
            "conflict": {
                "league/uri-schemes": "^1.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.16",
                "phpstan/phpstan": "^0.12",
                "phpstan/phpstan-phpunit": "^0.12",
                "phpstan/phpstan-strict-rules": "^0.12",
                "phpunit/phpunit": "^8.0 || ^9.0",
                "psr/http-factory": "^1.0"
            },
            "suggest": {
                "ext-fileinfo": "Needed to create Data URI from a filepath",
                "ext-intl": "Needed to improve host validation",
                "league/uri-components": "Needed to easily manipulate URI objects",
                "psr/http-factory": "Needed to use the URI factory"
            },
            "time": "2020-11-22T14:29:11+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "6.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\Uri\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ignace Nyamagana Butera",
                    "email": "nyamsprod@gmail.com",
                    "homepage": "https://nyamsprod.com"
                }
            ],
            "description": "URI manipulation library",
            "homepage": "http://uri.thephpleague.com",
            "keywords": [
                "data-uri",
                "file-uri",
                "ftp",
                "hostname",
                "http",
                "https",
                "middleware",
                "parse_str",
                "parse_url",
                "psr-7",
                "query-string",
                "querystring",
                "rfc3986",
                "rfc3987",
                "rfc6570",
                "uri",
                "uri-template",
                "url",
                "ws"
            ],
            "support": {
                "docs": "https://uri.thephpleague.com",
                "forum": "https://thephpleague.slack.com",
                "issues": "https://github.com/thephpleague/uri/issues",
                "source": "https://github.com/thephpleague/uri/tree/6.4.0"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/nyamsprod",
                    "type": "github"
                }
            ],
            "install-path": "../league/uri"
        },
        {
            "name": "league/uri-interfaces",
            "version": "2.3.0",
            "version_normalized": "2.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/uri-interfaces.git",
                "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
                "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.19",
                "phpstan/phpstan": "^0.12.90",
                "phpstan/phpstan-phpunit": "^0.12.19",
                "phpstan/phpstan-strict-rules": "^0.12.9",
                "phpunit/phpunit": "^8.5.15 || ^9.5"
            },
            "suggest": {
                "ext-intl": "to use the IDNA feature",
                "symfony/intl": "to use the IDNA feature via Symfony Polyfill"
            },
            "time": "2021-06-28T04:27:21+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\Uri\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ignace Nyamagana Butera",
                    "email": "nyamsprod@gmail.com",
                    "homepage": "https://nyamsprod.com"
                }
            ],
            "description": "Common interface for URI representation",
            "homepage": "http://github.com/thephpleague/uri-interfaces",
            "keywords": [
                "rfc3986",
                "rfc3987",
                "uri",
                "url"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/uri-interfaces/issues",
                "source": "https://github.com/thephpleague/uri-interfaces/tree/2.3.0"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/nyamsprod",
                    "type": "github"
                }
            ],
            "install-path": "../league/uri-interfaces"
        },
        {
            "name": "masterminds/html5",
            "version": "2.9.0",
            "version_normalized": "2.9.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Masterminds/html5-php.git",
                "reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f5ac2c0b0a2eefca70b2ce32a5809992227e75a6",
                "reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9"
            },
            "time": "2024-03-31T07:05:07+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Masterminds\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Matt Butcher",
                    "email": "technosophos@gmail.com"
                },
                {
                    "name": "Matt Farina",
                    "email": "matt@mattfarina.com"
                },
                {
                    "name": "Asmir Mustafic",
                    "email": "goetas@gmail.com"
                }
            ],
            "description": "An HTML5 parser and serializer.",
            "homepage": "http://masterminds.github.io/html5-php",
            "keywords": [
                "HTML5",
                "dom",
                "html",
                "parser",
                "querypath",
                "serializer",
                "xml"
            ],
            "support": {
                "issues": "https://github.com/Masterminds/html5-php/issues",
                "source": "https://github.com/Masterminds/html5-php/tree/2.9.0"
            },
            "install-path": "../masterminds/html5"
        },
        {
            "name": "mattwright/urlresolver",
            "version": "2.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/mattwright/URLResolver.php.git",
                "reference": "416039192cb6d9158bdacd68349bceff8739b857"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mattwright/URLResolver.php/zipball/416039192cb6d9158bdacd68349bceff8739b857",
                "reference": "416039192cb6d9158bdacd68349bceff8739b857",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-mbstring": "*",
                "php": ">=5.3"
            },
            "time": "2019-01-18T00:59:34+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "mattwright\\": "."
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Matt Wright",
                    "email": "mw@mattwright.com"
                }
            ],
            "description": "PHP class that attempts to resolve URLs to a final, canonical link.",
            "homepage": "https://github.com/mattwright/URLResolver.php",
            "keywords": [
                "canonical",
                "link",
                "redirect",
                "resolve",
                "url"
            ],
            "support": {
                "issues": "https://github.com/mattwright/URLResolver.php/issues",
                "source": "https://github.com/mattwright/URLResolver.php/tree/master"
            },
            "install-path": "../mattwright/urlresolver"
        },
        {
            "name": "paragonie/random_compat",
            "version": "v9.99.100",
            "version_normalized": "9.99.100.0",
            "source": {
                "type": "git",
                "url": "https://github.com/paragonie/random_compat.git",
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
                "shasum": ""
            },
            "require": {
                "php": ">= 7"
            },
            "require-dev": {
                "phpunit/phpunit": "4.*|5.*",
                "vimeo/psalm": "^1"
            },
            "suggest": {
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
            },
            "time": "2020-10-15T08:29:30+00:00",
            "type": "library",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "security@paragonie.com",
                    "homepage": "https://paragonie.com"
                }
            ],
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
            "keywords": [
                "csprng",
                "polyfill",
                "pseudorandom",
                "random"
            ],
            "support": {
                "email": "info@paragonie.com",
                "issues": "https://github.com/paragonie/random_compat/issues",
                "source": "https://github.com/paragonie/random_compat"
            },
            "install-path": "../paragonie/random_compat"
        },
        {
            "name": "psr/http-message",
            "version": "1.1",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-message.git",
                "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
                "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "time": "2023-04-04T09:50:52+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP messages",
            "homepage": "https://github.com/php-fig/http-message",
            "keywords": [
                "http",
                "http-message",
                "psr",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-message/tree/1.1"
            },
            "install-path": "../psr/http-message"
        },
        {
            "name": "psr/log",
            "version": "1.1.4",
            "version_normalized": "1.1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2021-05-03T11:20:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Log\\": "Psr/Log/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
            "homepage": "https://github.com/php-fig/log",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "support": {
                "source": "https://github.com/php-fig/log/tree/1.1.4"
            },
            "install-path": "../psr/log"
        },
        {
            "name": "simplehtmldom/simplehtmldom",
            "version": "2.0-RC2",
            "version_normalized": "2.0.0.0-RC2",
            "source": {
                "type": "git",
                "url": "https://github.com/simplehtmldom/simplehtmldom.git",
                "reference": "3c87726400e59d8e1bc4709cfe82353abeb0f4d1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplehtmldom/simplehtmldom/zipball/3c87726400e59d8e1bc4709cfe82353abeb0f4d1",
                "reference": "3c87726400e59d8e1bc4709cfe82353abeb0f4d1",
                "shasum": ""
            },
            "require": {
                "ext-iconv": "*",
                "php": ">=5.6"
            },
            "require-dev": {
                "phpunit/phpunit": "^6 || ^7"
            },
            "suggest": {
                "ext-curl": "Needed to support cURL downloads in class HtmlWeb",
                "ext-mbstring": "Allows better decoding for multi-byte documents",
                "ext-openssl": "Allows loading HTTPS pages when using cURL"
            },
            "time": "2019-11-09T15:42:50+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "./"
                ],
                "exclude-from-classmap": [
                    "/example/",
                    "/manual/",
                    "/testcase/",
                    "/tests/",
                    "simple_html_dom.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "S.C. Chen",
                    "role": "Developer"
                },
                {
                    "name": "John Schlick",
                    "role": "Developer"
                },
                {
                    "name": "logmanoriginal",
                    "role": "Developer"
                }
            ],
            "description": "A fast, simple and reliable HTML document parser for PHP.",
            "homepage": "https://simplehtmldom.sourceforge.io/",
            "keywords": [
                "Simple",
                "dom",
                "html",
                "parser",
                "php",
                "simplehtmldom"
            ],
            "support": {
                "issues": "https://sourceforge.net/p/simplehtmldom/bugs/",
                "rss": "https://sourceforge.net/p/simplehtmldom/news/feed.rss",
                "source": "https://sourceforge.net/p/simplehtmldom/repository/",
                "wiki": "https://simplehtmldom.sourceforge.io/docs/"
            },
            "install-path": "../simplehtmldom/simplehtmldom"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
