{
    "packages": [
        {
            "name": "amphp/amp",
            "version": "v2.6.4",
            "version_normalized": "2.6.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/amphp/amp.git",
                "reference": "ded3d9be08f526089eb7ee8d9f16a9768f9dec2d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/amp/zipball/ded3d9be08f526089eb7ee8d9f16a9768f9dec2d",
                "reference": "ded3d9be08f526089eb7ee8d9f16a9768f9dec2d",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "require-dev": {
                "amphp/php-cs-fixer-config": "dev-master",
                "amphp/phpunit-util": "^1",
                "ext-json": "*",
                "jetbrains/phpstorm-stubs": "^2019.3",
                "phpunit/phpunit": "^7 | ^8 | ^9",
                "react/promise": "^2",
                "vimeo/psalm": "^3.12"
            },
            "time": "2024-03-21T18:52:26+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "lib/functions.php",
                    "lib/Internal/functions.php"
                ],
                "psr-4": {
                    "Amp\\": "lib"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Daniel Lowrey",
                    "email": "rdlowrey@php.net"
                },
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Bob Weinand",
                    "email": "bobwei9@hotmail.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "A non-blocking concurrency framework for PHP applications.",
            "homepage": "https://amphp.org/amp",
            "keywords": [
                "async",
                "asynchronous",
                "awaitable",
                "concurrency",
                "event",
                "event-loop",
                "future",
                "non-blocking",
                "promise"
            ],
            "support": {
                "irc": "irc://irc.freenode.org/amphp",
                "issues": "https://github.com/amphp/amp/issues",
                "source": "https://github.com/amphp/amp/tree/v2.6.4"
            },
            "funding": [
                {
                    "url": "https://github.com/amphp",
                    "type": "github"
                }
            ],
            "install-path": "../amphp/amp"
        },
        {
            "name": "amphp/byte-stream",
            "version": "v1.8.2",
            "version_normalized": "1.8.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/amphp/byte-stream.git",
                "reference": "4f0e968ba3798a423730f567b1b50d3441c16ddc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/byte-stream/zipball/4f0e968ba3798a423730f567b1b50d3441c16ddc",
                "reference": "4f0e968ba3798a423730f567b1b50d3441c16ddc",
                "shasum": ""
            },
            "require": {
                "amphp/amp": "^2",
                "php": ">=7.1"
            },
            "require-dev": {
                "amphp/php-cs-fixer-config": "dev-master",
                "amphp/phpunit-util": "^1.4",
                "friendsofphp/php-cs-fixer": "^2.3",
                "jetbrains/phpstorm-stubs": "^2019.3",
                "phpunit/phpunit": "^6 || ^7 || ^8",
                "psalm/phar": "^3.11.4"
            },
            "time": "2024-04-13T18:00:56+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "lib/functions.php"
                ],
                "psr-4": {
                    "Amp\\ByteStream\\": "lib"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "A stream abstraction to make working with non-blocking I/O simple.",
            "homepage": "https://amphp.org/byte-stream",
            "keywords": [
                "amp",
                "amphp",
                "async",
                "io",
                "non-blocking",
                "stream"
            ],
            "support": {
                "issues": "https://github.com/amphp/byte-stream/issues",
                "source": "https://github.com/amphp/byte-stream/tree/v1.8.2"
            },
            "funding": [
                {
                    "url": "https://github.com/amphp",
                    "type": "github"
                }
            ],
            "install-path": "../amphp/byte-stream"
        },
        {
            "name": "amphp/parallel",
            "version": "v1.4.3",
            "version_normalized": "1.4.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/amphp/parallel.git",
                "reference": "3aac213ba7858566fd83d38ccb85b91b2d652cb0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/parallel/zipball/3aac213ba7858566fd83d38ccb85b91b2d652cb0",
                "reference": "3aac213ba7858566fd83d38ccb85b91b2d652cb0",
                "shasum": ""
            },
            "require": {
                "amphp/amp": "^2",
                "amphp/byte-stream": "^1.6.1",
                "amphp/parser": "^1",
                "amphp/process": "^1",
                "amphp/serialization": "^1",
                "amphp/sync": "^1.0.1",
                "php": ">=7.1"
            },
            "require-dev": {
                "amphp/php-cs-fixer-config": "dev-master",
                "amphp/phpunit-util": "^1.1",
                "phpunit/phpunit": "^8 || ^7"
            },
            "time": "2023-03-23T08:04:23+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "lib/Context/functions.php",
                    "lib/Sync/functions.php",
                    "lib/Worker/functions.php"
                ],
                "psr-4": {
                    "Amp\\Parallel\\": "lib"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Stephen Coakley",
                    "email": "me@stephencoakley.com"
                }
            ],
            "description": "Parallel processing component for Amp.",
            "homepage": "https://github.com/amphp/parallel",
            "keywords": [
                "async",
                "asynchronous",
                "concurrent",
                "multi-processing",
                "multi-threading"
            ],
            "support": {
                "issues": "https://github.com/amphp/parallel/issues",
                "source": "https://github.com/amphp/parallel/tree/v1.4.3"
            },
            "funding": [
                {
                    "url": "https://github.com/amphp",
                    "type": "github"
                }
            ],
            "install-path": "../amphp/parallel"
        },
        {
            "name": "amphp/parser",
            "version": "v1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/amphp/parser.git",
                "reference": "3cf1f8b32a0171d4b1bed93d25617637a77cded7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/parser/zipball/3cf1f8b32a0171d4b1bed93d25617637a77cded7",
                "reference": "3cf1f8b32a0171d4b1bed93d25617637a77cded7",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4"
            },
            "require-dev": {
                "amphp/php-cs-fixer-config": "^2",
                "phpunit/phpunit": "^9",
                "psalm/phar": "^5.4"
            },
            "time": "2024-03-21T19:16:53+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Amp\\Parser\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "A generator parser to make streaming parsers simple.",
            "homepage": "https://github.com/amphp/parser",
            "keywords": [
                "async",
                "non-blocking",
                "parser",
                "stream"
            ],
            "support": {
                "issues": "https://github.com/amphp/parser/issues",
                "source": "https://github.com/amphp/parser/tree/v1.1.1"
            },
            "funding": [
                {
                    "url": "https://github.com/amphp",
                    "type": "github"
                }
            ],
            "install-path": "../amphp/parser"
        },
        {
            "name": "amphp/process",
            "version": "v1.1.7",
            "version_normalized": "1.1.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/amphp/process.git",
                "reference": "1949d85b6d71af2818ff68144304a98495628f19"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/process/zipball/1949d85b6d71af2818ff68144304a98495628f19",
                "reference": "1949d85b6d71af2818ff68144304a98495628f19",
                "shasum": ""
            },
            "require": {
                "amphp/amp": "^2",
                "amphp/byte-stream": "^1.4",
                "php": ">=7.1"
            },
            "require-dev": {
                "amphp/php-cs-fixer-config": "dev-master",
                "amphp/phpunit-util": "^1",
                "phpunit/phpunit": "^6"
            },
            "time": "2024-04-19T03:00:28+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "lib/functions.php"
                ],
                "psr-4": {
                    "Amp\\Process\\": "lib"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bob Weinand",
                    "email": "bobwei9@hotmail.com"
                },
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "Asynchronous process manager.",
            "homepage": "https://github.com/amphp/process",
            "support": {
                "issues": "https://github.com/amphp/process/issues",
                "source": "https://github.com/amphp/process/tree/v1.1.7"
            },
            "funding": [
                {
                    "url": "https://github.com/amphp",
                    "type": "github"
                }
            ],
            "install-path": "../amphp/process"
        },
        {
            "name": "amphp/serialization",
            "version": "v1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/amphp/serialization.git",
                "reference": "693e77b2fb0b266c3c7d622317f881de44ae94a1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/serialization/zipball/693e77b2fb0b266c3c7d622317f881de44ae94a1",
                "reference": "693e77b2fb0b266c3c7d622317f881de44ae94a1",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "require-dev": {
                "amphp/php-cs-fixer-config": "dev-master",
                "phpunit/phpunit": "^9 || ^8 || ^7"
            },
            "time": "2020-03-25T21:39:07+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions.php"
                ],
                "psr-4": {
                    "Amp\\Serialization\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "Serialization tools for IPC and data storage in PHP.",
            "homepage": "https://github.com/amphp/serialization",
            "keywords": [
                "async",
                "asynchronous",
                "serialization",
                "serialize"
            ],
            "support": {
                "issues": "https://github.com/amphp/serialization/issues",
                "source": "https://github.com/amphp/serialization/tree/master"
            },
            "install-path": "../amphp/serialization"
        },
        {
            "name": "amphp/sync",
            "version": "v1.4.2",
            "version_normalized": "1.4.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/amphp/sync.git",
                "reference": "85ab06764f4f36d63b1356b466df6111cf4b89cf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/sync/zipball/85ab06764f4f36d63b1356b466df6111cf4b89cf",
                "reference": "85ab06764f4f36d63b1356b466df6111cf4b89cf",
                "shasum": ""
            },
            "require": {
                "amphp/amp": "^2.2",
                "php": ">=7.1"
            },
            "require-dev": {
                "amphp/php-cs-fixer-config": "dev-master",
                "amphp/phpunit-util": "^1.1",
                "phpunit/phpunit": "^9 || ^8 || ^7"
            },
            "time": "2021-10-25T18:29:10+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions.php",
                    "src/ConcurrentIterator/functions.php"
                ],
                "psr-4": {
                    "Amp\\Sync\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Stephen Coakley",
                    "email": "me@stephencoakley.com"
                }
            ],
            "description": "Mutex, Semaphore, and other synchronization tools for Amp.",
            "homepage": "https://github.com/amphp/sync",
            "keywords": [
                "async",
                "asynchronous",
                "mutex",
                "semaphore",
                "synchronization"
            ],
            "support": {
                "issues": "https://github.com/amphp/sync/issues",
                "source": "https://github.com/amphp/sync/tree/v1.4.2"
            },
            "funding": [
                {
                    "url": "https://github.com/amphp",
                    "type": "github"
                }
            ],
            "install-path": "../amphp/sync"
        },
        {
            "name": "andrewdalpino/okbloomer",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/andrewdalpino/OkBloomer.git",
                "reference": "39321cb515c1e99128d28489b0187120ba7ce84c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/andrewdalpino/OkBloomer/zipball/39321cb515c1e99128d28489b0187120ba7ce84c",
                "reference": "39321cb515c1e99128d28489b0187120ba7ce84c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.0",
                "phpbench/phpbench": "^1.0",
                "phpstan/extension-installer": "^1.0",
                "phpstan/phpstan": "^1.0",
                "phpstan/phpstan-phpunit": "^1.0",
                "phpunit/phpunit": "^9.5"
            },
            "time": "2022-01-24T03:41:23+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "OkBloomer\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Andrew DalPino",
                    "email": "support@andrewdalpino.com",
                    "homepage": "https://github.com/andrewdalpino",
                    "role": "Lead Developer"
                }
            ],
            "description": "An autoscaling Bloom filter with ultra-low memory usage for PHP.",
            "keywords": [
                "Bloom Filter",
                "layered bloom filter",
                "scalable bloom filter"
            ],
            "support": {
                "docs": "https://github.com/andrewdalpino/OkBloomer/README.md",
                "email": "support@andrewdalpino.com",
                "issues": "https://github.com/andrewdalpino/OkBloomer/issues",
                "source": "https://github.com/andrewdalpino/OkBloomer"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/andrewdalpino",
                    "type": "github"
                }
            ],
            "install-path": "../andrewdalpino/okbloomer"
        },
        {
            "name": "arthurhoaro/favicon",
            "version": "v2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ArthurHoaro/favicon.git",
                "reference": "2f2af255e4a2ea0abff2a1b34b51cf4e57e6a230"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ArthurHoaro/favicon/zipball/2f2af255e4a2ea0abff2a1b34b51cf4e57e6a230",
                "reference": "2f2af255e4a2ea0abff2a1b34b51cf4e57e6a230",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-fileinfo": "*",
                "php": "^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^10.0",
                "squizlabs/php_codesniffer": "^3.5",
                "weew/helpers-filesystem": "~1.0"
            },
            "time": "2024-10-23T15:43:54+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Favicon\\": "src/Favicon/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Chris Shiflett",
                    "homepage": "http://shiflett.org/"
                },
                {
                    "name": "Arthur Hoaro",
                    "homepage": "http://hoa.ro"
                }
            ],
            "description": "PHP Library used to discover favicon from given URL",
            "homepage": "https://github.com/ArthurHoaro/favicon",
            "keywords": [
                "favicon",
                "finder",
                "icon"
            ],
            "support": {
                "issues": "https://github.com/ArthurHoaro/favicon/issues",
                "source": "https://github.com/ArthurHoaro/favicon/tree/v2.0.1",
                "sources": "https://github.com/ArthurHoaro/favicon"
            },
            "install-path": "../arthurhoaro/favicon"
        },
        {
            "name": "bamarni/composer-bin-plugin",
            "version": "1.8.2",
            "version_normalized": "1.8.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/bamarni/composer-bin-plugin.git",
                "reference": "92fd7b1e6e9cdae19b0d57369d8ad31a37b6a880"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/bamarni/composer-bin-plugin/zipball/92fd7b1e6e9cdae19b0d57369d8ad31a37b6a880",
                "reference": "92fd7b1e6e9cdae19b0d57369d8ad31a37b6a880",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^2.0",
                "php": "^7.2.5 || ^8.0"
            },
            "require-dev": {
                "composer/composer": "^2.0",
                "ext-json": "*",
                "phpstan/extension-installer": "^1.1",
                "phpstan/phpstan": "^1.8",
                "phpstan/phpstan-phpunit": "^1.1",
                "phpunit/phpunit": "^8.5 || ^9.5",
                "symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
                "symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
                "symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0"
            },
            "time": "2022-10-31T08:38:03+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "Bamarni\\Composer\\Bin\\BamarniBinPlugin"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Bamarni\\Composer\\Bin\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "No conflicts for your bin dependencies",
            "keywords": [
                "composer",
                "conflict",
                "dependency",
                "executable",
                "isolation",
                "tool"
            ],
            "support": {
                "issues": "https://github.com/bamarni/composer-bin-plugin/issues",
                "source": "https://github.com/bamarni/composer-bin-plugin/tree/1.8.2"
            },
            "install-path": "../bamarni/composer-bin-plugin"
        },
        {
            "name": "bytestream/horde-crypt-blowfish",
            "version": "v1.3.0",
            "version_normalized": "1.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/bytestream/Crypt_Blowfish.git",
                "reference": "c1888c663374f8931d0d84768e3c61c53ee8aa4e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/bytestream/Crypt_Blowfish/zipball/c1888c663374f8931d0d84768e3c61c53ee8aa4e",
                "reference": "c1888c663374f8931d0d84768e3c61c53ee8aa4e",
                "shasum": ""
            },
            "require": {
                "bytestream/horde-exception": "^2",
                "bytestream/horde-support": "^2",
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.5"
            },
            "time": "2022-12-12T11:35:44+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Horde_Crypt_Blowfish": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "Michael Slusarz",
                    "email": "slusarz@horde.org",
                    "role": "lead"
                }
            ],
            "description": "Horde Blowfish encryption library",
            "homepage": "https://www.horde.org/libraries/Horde_Crypt_Blowfish",
            "support": {
                "source": "https://github.com/bytestream/Crypt_Blowfish/tree/v1.3.0"
            },
            "install-path": "../bytestream/horde-crypt-blowfish"
        },
        {
            "name": "bytestream/horde-exception",
            "version": "v2.2.0",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/bytestream/Exception.git",
                "reference": "d0f25e79a21f7de648f27ea49b902d13f596d5ca"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/bytestream/Exception/zipball/d0f25e79a21f7de648f27ea49b902d13f596d5ca",
                "reference": "d0f25e79a21f7de648f27ea49b902d13f596d5ca",
                "shasum": ""
            },
            "require": {
                "bytestream/horde-translation": "^2.2",
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "pear/pear-core-minimal": "^1.10",
                "phpunit/phpunit": "^9.5"
            },
            "time": "2022-12-12T12:10:17+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Horde_Exception": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "Chuck Hagenbuch",
                    "email": "chuck@horde.org",
                    "role": "lead"
                },
                {
                    "name": "Jan Schneider",
                    "email": "jan@horde.org",
                    "role": "lead"
                },
                {
                    "name": "Michael Slusarz",
                    "email": "slusarz@horde.org",
                    "role": "developer"
                }
            ],
            "description": "Horde exception handler library",
            "homepage": "https://www.horde.org/libraries/Horde_Exception",
            "support": {
                "source": "https://github.com/bytestream/Exception/tree/v2.2.0"
            },
            "install-path": "../bytestream/horde-exception"
        },
        {
            "name": "bytestream/horde-idna",
            "version": "v1.2.1",
            "version_normalized": "1.2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/bytestream/Idna.git",
                "reference": "e625a869cd73c92d891dd63cf9558104d4d2e9d4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/bytestream/Idna/zipball/e625a869cd73c92d891dd63cf9558104d4d2e9d4",
                "reference": "e625a869cd73c92d891dd63cf9558104d4d2e9d4",
                "shasum": ""
            },
            "require": {
                "bytestream/horde-exception": "^2",
                "bytestream/horde-util": "^2",
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.5"
            },
            "suggest": {
                "ext-intl": "*"
            },
            "time": "2022-07-07T11:36:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Horde_Idna": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Michael Slusarz",
                    "email": "slusarz@horde.org",
                    "role": "lead"
                }
            ],
            "description": "Horde IDNA normalization library",
            "homepage": "https://www.horde.org",
            "support": {
                "source": "https://github.com/bytestream/Idna/tree/v1.2.1"
            },
            "install-path": "../bytestream/horde-idna"
        },
        {
            "name": "bytestream/horde-imap-client",
            "version": "v2.33.6",
            "version_normalized": "2.33.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/bytestream/Imap_Client.git",
                "reference": "33dc825bb4fb0a3fc6c892625404807aee7cd861"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/bytestream/Imap_Client/zipball/33dc825bb4fb0a3fc6c892625404807aee7cd861",
                "reference": "33dc825bb4fb0a3fc6c892625404807aee7cd861",
                "shasum": ""
            },
            "require": {
                "bytestream/horde-exception": "^2",
                "bytestream/horde-mail": "^2",
                "bytestream/horde-mime": "^2.5.2",
                "bytestream/horde-secret": "^2",
                "bytestream/horde-socket-client": "^2",
                "bytestream/horde-stream": "^1.4",
                "bytestream/horde-stream-filter": "^2",
                "bytestream/horde-translation": "^2.2",
                "bytestream/horde-util": "^2",
                "ext-hash": "*",
                "ext-json": "*",
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "bytestream/horde-crypt-blowfish": "^1.2",
                "bytestream/horde-stringprep": "^1.1",
                "phpunit/phpunit": "^9.5"
            },
            "time": "2025-04-30T16:20:39+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Horde_Imap_Client": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "Michael Slusarz",
                    "email": "slusarz@horde.org",
                    "role": "lead"
                }
            ],
            "description": "Horde IMAP client library",
            "homepage": "https://www.horde.org/libraries/Horde_Imap_Client",
            "support": {
                "source": "https://github.com/bytestream/Imap_Client/tree/v2.33.6"
            },
            "install-path": "../bytestream/horde-imap-client"
        },
        {
            "name": "bytestream/horde-listheaders",
            "version": "v1.3.0",
            "version_normalized": "1.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/bytestream/ListHeaders.git",
                "reference": "2a0193be55ad69c210b6a8849b9df05cd4e3c202"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/bytestream/ListHeaders/zipball/2a0193be55ad69c210b6a8849b9df05cd4e3c202",
                "reference": "2a0193be55ad69c210b6a8849b9df05cd4e3c202",
                "shasum": ""
            },
            "require": {
                "bytestream/horde-mail": "^2.7",
                "bytestream/horde-translation": "^2.2",
                "bytestream/horde-util": "^2",
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.5"
            },
            "time": "2021-12-21T16:38:31+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Horde_ListHeaders": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "Michael Slusarz",
                    "email": "slusarz@horde.org",
                    "role": "lead"
                }
            ],
            "description": "Horde list headers parsing library",
            "homepage": "https://www.horde.org/libraries/Horde_ListHeaders",
            "support": {
                "source": "https://github.com/bytestream/ListHeaders/tree/v1.3.0"
            },
            "install-path": "../bytestream/horde-listheaders"
        },
        {
            "name": "bytestream/horde-mail",
            "version": "v2.7.1",
            "version_normalized": "2.7.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/bytestream/Mail.git",
                "reference": "73f5798734caaf7c6aa3e7348ddc9e0d0b6a768e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/bytestream/Mail/zipball/73f5798734caaf7c6aa3e7348ddc9e0d0b6a768e",
                "reference": "73f5798734caaf7c6aa3e7348ddc9e0d0b6a768e",
                "shasum": ""
            },
            "require": {
                "bytestream/horde-exception": "^2",
                "bytestream/horde-idna": "^1",
                "bytestream/horde-mime": "^2.12",
                "bytestream/horde-stream-filter": "^2",
                "bytestream/horde-translation": "^2.2",
                "bytestream/horde-util": "^2",
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.5"
            },
            "time": "2022-05-23T09:07:13+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Horde_Mail": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Michael Slusarz",
                    "email": "slusarz@horde.org",
                    "role": "lead"
                }
            ],
            "description": "Horde mail library",
            "homepage": "https://www.horde.org/libraries/Horde_Mail",
            "support": {
                "source": "https://github.com/bytestream/Mail/tree/v2.7.1"
            },
            "install-path": "../bytestream/horde-mail"
        },
        {
            "name": "bytestream/horde-mime",
            "version": "v2.13.2",
            "version_normalized": "2.13.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/bytestream/Mime.git",
                "reference": "63eb21725983e437536d457135719df5a42e3cf4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/bytestream/Mime/zipball/63eb21725983e437536d457135719df5a42e3cf4",
                "reference": "63eb21725983e437536d457135719df5a42e3cf4",
                "shasum": ""
            },
            "require": {
                "bytestream/horde-exception": "^2",
                "bytestream/horde-listheaders": "^1.3",
                "bytestream/horde-mail": "^2.7",
                "bytestream/horde-stream": "^1.3",
                "bytestream/horde-stream-filter": "^2",
                "bytestream/horde-support": "^2.1",
                "bytestream/horde-text-flowed": "^2",
                "bytestream/horde-translation": "^2.2",
                "bytestream/horde-util": "^2",
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "bytestream/horde-text-filter": "^2.4",
                "phpunit/phpunit": "^9.5"
            },
            "time": "2024-08-12T14:10:09+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Horde_Mime": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "Chuck Hagenbuch",
                    "email": "chuck@horde.org",
                    "role": "lead"
                },
                {
                    "name": "Michael Slusarz",
                    "email": "slusarz@horde.org",
                    "role": "lead"
                }
            ],
            "description": "MIME library",
            "homepage": "https://www.horde.org/libraries/Horde_Mime",
            "support": {
                "source": "https://github.com/bytestream/Mime/tree/v2.13.2"
            },
            "install-path": "../bytestream/horde-mime"
        },
        {
            "name": "bytestream/horde-secret",
            "version": "v2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/bytestream/Secret.git",
                "reference": "75d1575820d4422ad8c485fd3606652948d9f2b6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/bytestream/Secret/zipball/75d1575820d4422ad8c485fd3606652948d9f2b6",
                "reference": "75d1575820d4422ad8c485fd3606652948d9f2b6",
                "shasum": ""
            },
            "require": {
                "bytestream/horde-crypt-blowfish": "^1",
                "bytestream/horde-exception": "^2",
                "bytestream/horde-support": "^2",
                "ext-hash": "*",
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.5"
            },
            "time": "2021-12-21T13:40:05+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Horde_Secret": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "Chuck Hagenbuch",
                    "email": "chuck@horde.org",
                    "role": "lead"
                },
                {
                    "name": "Michael Slusarz",
                    "email": "slusarz@horde.org",
                    "role": "lead"
                }
            ],
            "description": "Horde secret key encryption library",
            "homepage": "https://www.horde.org/libraries/Horde_Secret",
            "support": {
                "source": "https://github.com/bytestream/Secret/tree/v2.1.0"
            },
            "install-path": "../bytestream/horde-secret"
        },
        {
            "name": "bytestream/horde-socket-client",
            "version": "v2.2.1",
            "version_normalized": "2.2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/bytestream/Socket_Client.git",
                "reference": "7687d26b43c65bbabdd9b6452770aaddea82946d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/bytestream/Socket_Client/zipball/7687d26b43c65bbabdd9b6452770aaddea82946d",
                "reference": "7687d26b43c65bbabdd9b6452770aaddea82946d",
                "shasum": ""
            },
            "require": {
                "bytestream/horde-exception": "^2",
                "php": "^7.4 || ^8.0"
            },
            "suggest": {
                "ext-openssl": "*"
            },
            "time": "2021-12-21T19:22:30+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Horde\\Socket\\": "lib/Horde/Socket"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "Michael Slusarz",
                    "email": "slusarz@horde.org",
                    "role": "lead"
                }
            ],
            "description": "Horde network socket client library",
            "homepage": "https://www.horde.org",
            "support": {
                "source": "https://github.com/bytestream/Socket_Client/tree/v2.2.1"
            },
            "install-path": "../bytestream/horde-socket-client"
        },
        {
            "name": "bytestream/horde-stream",
            "version": "v1.7.2",
            "version_normalized": "1.7.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/bytestream/Stream.git",
                "reference": "98c1813c743342832b7d6c87be9ccfcf47bfef62"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/bytestream/Stream/zipball/98c1813c743342832b7d6c87be9ccfcf47bfef62",
                "reference": "98c1813c743342832b7d6c87be9ccfcf47bfef62",
                "shasum": ""
            },
            "require": {
                "bytestream/horde-exception": "^2",
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "bytestream/horde-stream-wrapper": "^2.2",
                "phpunit/phpunit": "^9.5"
            },
            "time": "2024-11-06T00:43:41+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Horde_Stream": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "Michael Slusarz",
                    "email": "slusarz@horde.org",
                    "role": "lead"
                }
            ],
            "description": "Horde PHP streams library",
            "homepage": "https://www.horde.org/libraries/Horde_Stream",
            "support": {
                "source": "https://github.com/bytestream/Stream/tree/v1.7.2"
            },
            "install-path": "../bytestream/horde-stream"
        },
        {
            "name": "bytestream/horde-stream-filter",
            "version": "v2.1.1",
            "version_normalized": "2.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/bytestream/Stream_Filter.git",
                "reference": "ce3663e2baa11cd6bb927968fcb7cd90813f5355"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/bytestream/Stream_Filter/zipball/ce3663e2baa11cd6bb927968fcb7cd90813f5355",
                "reference": "ce3663e2baa11cd6bb927968fcb7cd90813f5355",
                "shasum": ""
            },
            "require": {
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.5"
            },
            "time": "2022-05-23T14:46:54+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Horde_Stream_Filter": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "Chuck Hagenbuch",
                    "email": "chuck@horde.org",
                    "role": "lead"
                },
                {
                    "name": "Michael Slusarz",
                    "email": "slusarz@horde.org",
                    "role": "lead"
                }
            ],
            "description": "Horde PHP stream filters library",
            "homepage": "https://www.horde.org/libraries/Horde_Stream_Filter",
            "support": {
                "source": "https://github.com/bytestream/Stream_Filter/tree/v2.1.1"
            },
            "install-path": "../bytestream/horde-stream-filter"
        },
        {
            "name": "bytestream/horde-stream-wrapper",
            "version": "v2.2.0",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/bytestream/Stream_Wrapper.git",
                "reference": "d9b8637203a3f7cdddf6a46691021a93604aae10"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/bytestream/Stream_Wrapper/zipball/d9b8637203a3f7cdddf6a46691021a93604aae10",
                "reference": "d9b8637203a3f7cdddf6a46691021a93604aae10",
                "shasum": ""
            },
            "require": {
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.5"
            },
            "time": "2021-12-20T23:00:18+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Horde_Stream_Wrapper": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Chuck Hagenbuch",
                    "email": "chuck@horde.org",
                    "role": "lead"
                },
                {
                    "name": "Michael Slusarz",
                    "email": "slusarz@horde.org",
                    "role": "lead"
                }
            ],
            "description": "Horde PHP stream wrappers library",
            "homepage": "https://www.horde.org/libraries/Horde_Stream_Wrapper",
            "support": {
                "source": "https://github.com/bytestream/Stream_Wrapper/tree/v2.2.0"
            },
            "install-path": "../bytestream/horde-stream-wrapper"
        },
        {
            "name": "bytestream/horde-stringprep",
            "version": "v1.2.1",
            "version_normalized": "1.2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/bytestream/Stringprep.git",
                "reference": "ab90e418923f86b069b6e9a3d5f6a73f62255691"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/bytestream/Stringprep/zipball/ab90e418923f86b069b6e9a3d5f6a73f62255691",
                "reference": "ab90e418923f86b069b6e9a3d5f6a73f62255691",
                "shasum": ""
            },
            "require": {
                "ext-iconv": "*",
                "ext-intl": "*",
                "php": "^7.4 || ^8.0"
            },
            "time": "2022-12-12T12:31:30+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Horde_Stringprep": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0"
            ],
            "authors": [
                {
                    "name": "Michael Slusarz",
                    "email": "slusarz@horde.org",
                    "role": "lead"
                }
            ],
            "description": "Horde internationalized strings preparation library",
            "homepage": "https://www.horde.org",
            "support": {
                "source": "https://github.com/bytestream/Stringprep/tree/v1.2.1"
            },
            "install-path": "../bytestream/horde-stringprep"
        },
        {
            "name": "bytestream/horde-support",
            "version": "v2.4.0",
            "version_normalized": "2.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/bytestream/Support.git",
                "reference": "6e5d9594cf42f470ce1e2622a91a2acdf26d8ec0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/bytestream/Support/zipball/6e5d9594cf42f470ce1e2622a91a2acdf26d8ec0",
                "reference": "6e5d9594cf42f470ce1e2622a91a2acdf26d8ec0",
                "shasum": ""
            },
            "require": {
                "bytestream/horde-exception": "^2",
                "bytestream/horde-stream-wrapper": "^2",
                "bytestream/horde-util": "^2",
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.5"
            },
            "time": "2022-12-12T11:11:32+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Horde_Support": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Chuck Hagenbuch",
                    "email": "chuck@horde.org",
                    "role": "lead"
                },
                {
                    "name": "Jan Schneider",
                    "email": "jan@horde.org",
                    "role": "lead"
                },
                {
                    "name": "Michael Slusarz",
                    "email": "slusarz@horde.org",
                    "role": "developer"
                }
            ],
            "description": "Horde Supporting library",
            "homepage": "https://www.horde.org/libraries/Horde_Support",
            "support": {
                "source": "https://github.com/bytestream/Support/tree/v2.4.0"
            },
            "install-path": "../bytestream/horde-support"
        },
        {
            "name": "bytestream/horde-text-filter",
            "version": "v2.5.0",
            "version_normalized": "2.5.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/bytestream/Text_Filter.git",
                "reference": "f4654f42665c1784911c63de22f3ab2eca682380"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/bytestream/Text_Filter/zipball/f4654f42665c1784911c63de22f3ab2eca682380",
                "reference": "f4654f42665c1784911c63de22f3ab2eca682380",
                "shasum": ""
            },
            "require": {
                "bytestream/horde-exception": "^2",
                "bytestream/horde-idna": "^1",
                "bytestream/horde-secret": "^2",
                "bytestream/horde-util": "^2",
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "bytestream/horde-text-flowed": "^2.1",
                "phpunit/phpunit": "^9.5"
            },
            "time": "2022-12-12T11:55:30+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Horde_Text_Filter": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "Jan Schneider",
                    "email": "jan@horde.org",
                    "role": "lead"
                },
                {
                    "name": "Chuck Hagenbuch",
                    "email": "chuck@horde.org",
                    "role": "lead"
                },
                {
                    "name": "Michael Slusarz",
                    "email": "slusarz@horde.org",
                    "role": "developer"
                }
            ],
            "description": "Horde text filtering and conversion library",
            "homepage": "https://www.horde.org/libraries/Horde_Text_Filter",
            "support": {
                "source": "https://github.com/bytestream/Text_Filter/tree/v2.5.0"
            },
            "install-path": "../bytestream/horde-text-filter"
        },
        {
            "name": "bytestream/horde-text-flowed",
            "version": "v2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/bytestream/Text_Flowed.git",
                "reference": "97153c2e68a600662c54eb02e973eda797134de1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/bytestream/Text_Flowed/zipball/97153c2e68a600662c54eb02e973eda797134de1",
                "reference": "97153c2e68a600662c54eb02e973eda797134de1",
                "shasum": ""
            },
            "require": {
                "bytestream/horde-util": "^2",
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.5"
            },
            "time": "2021-12-21T12:01:44+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Horde_Text_Flowed": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "Michael Slusarz",
                    "email": "slusarz@horde.org",
                    "role": "lead"
                }
            ],
            "description": "Flowed text library",
            "homepage": "https://www.horde.org/libraries/Horde_Text_Flowed",
            "support": {
                "source": "https://github.com/bytestream/Text_Flowed/tree/v2.1.0"
            },
            "install-path": "../bytestream/horde-text-flowed"
        },
        {
            "name": "bytestream/horde-translation",
            "version": "v2.3.0",
            "version_normalized": "2.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/bytestream/Translation.git",
                "reference": "50b32bf614164e3e44deb23f4210e709f967cbc6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/bytestream/Translation/zipball/50b32bf614164e3e44deb23f4210e709f967cbc6",
                "reference": "50b32bf614164e3e44deb23f4210e709f967cbc6",
                "shasum": ""
            },
            "require": {
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.5"
            },
            "time": "2021-12-20T20:30:50+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Horde_Translation": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "Jan Schneider",
                    "email": "jan@horde.org",
                    "role": "lead"
                }
            ],
            "description": "Horde Translation library",
            "homepage": "https://www.horde.org/libraries/Horde_Translation",
            "support": {
                "source": "https://github.com/bytestream/Translation/tree/v2.3.0"
            },
            "install-path": "../bytestream/horde-translation"
        },
        {
            "name": "bytestream/horde-util",
            "version": "v2.8.0",
            "version_normalized": "2.8.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/bytestream/Util.git",
                "reference": "352b5aee46e2df0b85961c1bde47c03a6b440224"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/bytestream/Util/zipball/352b5aee46e2df0b85961c1bde47c03a6b440224",
                "reference": "352b5aee46e2df0b85961c1bde47c03a6b440224",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-mbstring": "*",
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.5"
            },
            "time": "2024-09-13T10:21:29+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Horde": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "Chuck Hagenbuch",
                    "email": "chuck@horde.org",
                    "role": "lead"
                },
                {
                    "name": "Jan Schneider",
                    "email": "jan@horde.org",
                    "role": "lead"
                },
                {
                    "name": "Michael Slusarz",
                    "email": "slusarz@horde.org",
                    "role": "developer"
                }
            ],
            "description": "Horde utility library",
            "homepage": "https://www.horde.org/libraries/Horde_Util",
            "support": {
                "source": "https://github.com/bytestream/Util/tree/v2.8.0"
            },
            "install-path": "../bytestream/horde-util"
        },
        {
            "name": "cerdic/css-tidy",
            "version": "v2.2.1",
            "version_normalized": "2.2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Cerdic/CSSTidy.git",
                "reference": "ffc835dc6c122e96b7a13f9936a107e0dd0e84d6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Cerdic/CSSTidy/zipball/ffc835dc6c122e96b7a13f9936a107e0dd0e84d6",
                "reference": "ffc835dc6c122e96b7a13f9936a107e0dd0e84d6",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5 || ^10.5"
            },
            "time": "2024-11-18T16:18:51+00:00",
            "bin": [
                "bin/pcsstidy"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "class.csstidy_optimise.php",
                    "class.csstidy_print.php",
                    "class.csstidy.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Cédric MORIN",
                    "email": "changeme@mailinator.com"
                }
            ],
            "description": "CSSTidy is a CSS minifier",
            "keywords": [
                "css",
                "minifier",
                "tidy"
            ],
            "support": {
                "issues": "https://github.com/Cerdic/CSSTidy/issues",
                "source": "https://github.com/Cerdic/CSSTidy/tree/v2.2.1"
            },
            "install-path": "../cerdic/css-tidy"
        },
        {
            "name": "ezyang/htmlpurifier",
            "version": "v4.18.0",
            "version_normalized": "4.18.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ezyang/htmlpurifier.git",
                "reference": "cb56001e54359df7ae76dc522d08845dc741621b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/cb56001e54359df7ae76dc522d08845dc741621b",
                "reference": "cb56001e54359df7ae76dc522d08845dc741621b",
                "shasum": ""
            },
            "require": {
                "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
            },
            "require-dev": {
                "cerdic/css-tidy": "^1.7 || ^2.0",
                "simpletest/simpletest": "dev-master"
            },
            "suggest": {
                "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
                "ext-bcmath": "Used for unit conversion and imagecrash protection",
                "ext-iconv": "Converts text to and from non-UTF-8 encodings",
                "ext-tidy": "Used for pretty-printing HTML"
            },
            "time": "2024-11-01T03:51:45+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "library/HTMLPurifier.composer.php"
                ],
                "psr-0": {
                    "HTMLPurifier": "library/"
                },
                "exclude-from-classmap": [
                    "/library/HTMLPurifier/Language/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Edward Z. Yang",
                    "email": "admin@htmlpurifier.org",
                    "homepage": "http://ezyang.com"
                }
            ],
            "description": "Standards compliant HTML filter written in PHP",
            "homepage": "http://htmlpurifier.org/",
            "keywords": [
                "html"
            ],
            "support": {
                "issues": "https://github.com/ezyang/htmlpurifier/issues",
                "source": "https://github.com/ezyang/htmlpurifier/tree/v4.18.0"
            },
            "install-path": "../ezyang/htmlpurifier"
        },
        {
            "name": "glenscott/url-normalizer",
            "version": "1.4.0",
            "version_normalized": "1.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/glenscott/url-normalizer.git",
                "reference": "b8e79d3360a1bd7182398c9956bd74d219ad1b3c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/glenscott/url-normalizer/zipball/b8e79d3360a1bd7182398c9956bd74d219ad1b3c",
                "reference": "b8e79d3360a1bd7182398c9956bd74d219ad1b3c",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=5.3.0"
            },
            "time": "2015-06-11T16:06:02+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "URL\\": "src/URL"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Glen Scott",
                    "email": "glen@glenscott.co.uk"
                }
            ],
            "description": "Syntax based normalization of URL's",
            "support": {
                "issues": "https://github.com/glenscott/url-normalizer/issues",
                "source": "https://github.com/glenscott/url-normalizer/tree/master"
            },
            "install-path": "../glenscott/url-normalizer"
        },
        {
            "name": "gravatarphp/gravatar",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/gravatarphp/gravatar.git",
                "reference": "6b9f6a45477ce48285738d9d0c3f0dbf97abe263"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/gravatarphp/gravatar/zipball/6b9f6a45477ce48285738d9d0c3f0dbf97abe263",
                "reference": "6b9f6a45477ce48285738d9d0c3f0dbf97abe263",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "require-dev": {
                "phpspec/phpspec": "^5.1 || ^7.0.1"
            },
            "time": "2021-12-01T16:22:57+00:00",
            "default-branch": true,
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.1-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Gravatar\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com"
                }
            ],
            "description": "Gravatar URL builder which is most commonly called as a Gravatar library",
            "homepage": "http://gravatarphp.com",
            "keywords": [
                "avatar",
                "gravatar",
                "image",
                "profile"
            ],
            "support": {
                "issues": "https://github.com/gravatarphp/gravatar/issues",
                "source": "https://github.com/gravatarphp/gravatar/tree/master"
            },
            "funding": [
                {
                    "url": "https://github.com/gmponos",
                    "type": "github"
                },
                {
                    "url": "https://github.com/sagikazarmark",
                    "type": "github"
                }
            ],
            "install-path": "../gravatarphp/gravatar"
        },
        {
            "name": "hamza221/html2text",
            "version": "v1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/hamza221/html2text.git",
                "reference": "77498a184e4bd59698a8daf458addd6d94c8dbf5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hamza221/html2text/zipball/77498a184e4bd59698a8daf458addd6d94c8dbf5",
                "reference": "77498a184e4bd59698a8daf458addd6d94c8dbf5",
                "shasum": ""
            },
            "require-dev": {
                "phpunit/phpunit": "~4|^9.0"
            },
            "suggest": {
                "ext-mbstring": "For best performance",
                "symfony/polyfill-mbstring": "If you can't install ext-mbstring"
            },
            "time": "2023-08-16T11:30:50+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Html2Text\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Converts HTML to formatted plain text",
            "support": {
                "source": "https://github.com/hamza221/html2text/tree/v1.0.0"
            },
            "install-path": "../hamza221/html2text"
        },
        {
            "name": "jeremykendall/php-domain-parser",
            "version": "6.4.0",
            "version_normalized": "6.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/jeremykendall/php-domain-parser.git",
                "reference": "98401b32371fc1a75d93d4653d311b38e71f0d82"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jeremykendall/php-domain-parser/zipball/98401b32371fc1a75d93d4653d311b38e71f0d82",
                "reference": "98401b32371fc1a75d93d4653d311b38e71f0d82",
                "shasum": ""
            },
            "require": {
                "ext-filter": "*",
                "php": "^8.1"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.65.0",
                "guzzlehttp/guzzle": "^7.9.2",
                "guzzlehttp/psr7": "^1.6 || ^2.7.0",
                "phpstan/phpstan": "^1.12.13",
                "phpstan/phpstan-phpunit": "^1.4.2",
                "phpstan/phpstan-strict-rules": "^1.6.1",
                "phpunit/phpunit": "^10.5.15 || ^11.5.1",
                "psr/http-factory": "^1.1.0",
                "psr/simple-cache": "^1.0.1 || ^2.0.0",
                "symfony/cache": "^v5.0.0 || ^6.4.16",
                "symfony/var-dumper": "^v6.4.18 || ^7.2"
            },
            "suggest": {
                "league/uri": "To parse and extract the host from an URL using a RFC3986/RFC3987 URI parser",
                "psr/http-client-implementation": "To use the storage functionality which depends on PSR-18",
                "psr/http-factory-implementation": "To use the storage functionality which depends on PSR-17",
                "psr/simple-cache-implementation": "To use the storage functionality which depends on PSR-16",
                "rowbot/url": "To parse and extract the host from an URL using a  WHATWG URL parser",
                "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
            },
            "time": "2025-04-26T11:19:48+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "6.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Pdp\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jeremy Kendall",
                    "homepage": "https://about.me/jeremykendall",
                    "role": "Developer"
                },
                {
                    "name": "Ignace Nyamagana Butera",
                    "homepage": "https://nyamsprod.com",
                    "role": "Developer"
                },
                {
                    "name": "Contributors",
                    "homepage": "https://github.com/jeremykendall/php-domain-parser/graphs/contributors"
                }
            ],
            "description": "Public Suffix List and IANA Root Zone Database based Domain parsing implemented in PHP.",
            "homepage": "https://github.com/jeremykendall/php-domain-parser",
            "keywords": [
                "PSL",
                "Public Suffix List",
                "Top Level Domains",
                "domain parsing",
                "iana",
                "icann",
                "idn",
                "tld"
            ],
            "support": {
                "issues": "https://github.com/jeremykendall/php-domain-parser/issues",
                "source": "https://github.com/jeremykendall/php-domain-parser"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/nyamsprod",
                    "type": "github"
                }
            ],
            "install-path": "../jeremykendall/php-domain-parser"
        },
        {
            "name": "nextcloud/horde-managesieve",
            "version": "v1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nextcloud/horde-managesieve.git",
                "reference": "fd81621064a4b4bef74aadeffa0e610d844314aa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nextcloud/horde-managesieve/zipball/fd81621064a4b4bef74aadeffa0e610d844314aa",
                "reference": "fd81621064a4b4bef74aadeffa0e610d844314aa",
                "shasum": ""
            },
            "require": {
                "bytestream/horde-exception": "^2",
                "bytestream/horde-socket-client": "^2",
                "bytestream/horde-util": "^2",
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.5"
            },
            "time": "2022-04-27T16:49:35+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Horde\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Jan Schneider",
                    "email": "jan@horde.org",
                    "role": "lead"
                }
            ],
            "description": "ManageSieve client library",
            "homepage": "https://www.horde.org",
            "support": {
                "source": "https://github.com/nextcloud/horde-managesieve/tree/v1.0.0"
            },
            "install-path": "../nextcloud/horde-managesieve"
        },
        {
            "name": "nextcloud/horde-smtp",
            "version": "v1.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nextcloud/horde-smtp.git",
                "reference": "29b9a574136a067a206def77078cacc8f6acf3e5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nextcloud/horde-smtp/zipball/29b9a574136a067a206def77078cacc8f6acf3e5",
                "reference": "29b9a574136a067a206def77078cacc8f6acf3e5",
                "shasum": ""
            },
            "require": {
                "bytestream/horde-exception": "^2",
                "bytestream/horde-mail": "^2",
                "bytestream/horde-socket-client": "^2",
                "bytestream/horde-support": "^2",
                "bytestream/horde-translation": "^2.2",
                "bytestream/horde-util": "^2",
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.5"
            },
            "time": "2022-12-14T16:39:58+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Horde_Smtp": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "Michael Slusarz",
                    "email": "slusarz@horde.org",
                    "role": "lead"
                }
            ],
            "description": "Horde SMTP client",
            "homepage": "https://www.horde.org",
            "support": {
                "source": "https://github.com/nextcloud/horde-smtp/tree/v1.0.2"
            },
            "install-path": "../nextcloud/horde-smtp"
        },
        {
            "name": "nextcloud/kitinerary",
            "version": "v1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nextcloud-libraries/kitinerary.git",
                "reference": "f27f6a465f9f38f015b522ebe7d70078d7aa14ed"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nextcloud-libraries/kitinerary/zipball/f27f6a465f9f38f015b522ebe7d70078d7aa14ed",
                "reference": "f27f6a465f9f38f015b522ebe7d70078d7aa14ed",
                "shasum": ""
            },
            "require": {
                "ext-json": "*"
            },
            "time": "2023-12-07T13:53:15+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Nextcloud\\KItinerary\\": "/src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Christoph Wurst",
                    "email": "christoph@winzerhof-wurst.at"
                }
            ],
            "description": "KItinerary adapter",
            "support": {
                "source": "https://github.com/nextcloud-libraries/kitinerary/tree/v1.0.0"
            },
            "install-path": "../nextcloud/kitinerary"
        },
        {
            "name": "nextcloud/kitinerary-bin",
            "version": "v1.0.3",
            "version_normalized": "1.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nextcloud-libraries/kitinerary-bin.git",
                "reference": "781d1242c343478674e4058bdcb9a87e64b1bd76"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nextcloud-libraries/kitinerary-bin/zipball/781d1242c343478674e4058bdcb9a87e64b1bd76",
                "reference": "781d1242c343478674e4058bdcb9a87e64b1bd76",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "nextcloud/kitinerary": "^1.0",
                "php": "^7.4 || ^8.0",
                "psr/log": "^1.1|^2.0|^3.0"
            },
            "time": "2024-03-25T09:26:53+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Nextcloud\\KItinerary\\Bin\\": "/src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Christoph Wurst"
                }
            ],
            "description": "KItinerary binary executable",
            "support": {
                "source": "https://github.com/nextcloud-libraries/kitinerary-bin/tree/v1.0.3"
            },
            "install-path": "../nextcloud/kitinerary-bin"
        },
        {
            "name": "nextcloud/kitinerary-flatpak",
            "version": "v1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nextcloud-libraries/kitinerary-flatpak.git",
                "reference": "9f5ea95be1e1f3b8f3a8637119c34f304766a877"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nextcloud-libraries/kitinerary-flatpak/zipball/9f5ea95be1e1f3b8f3a8637119c34f304766a877",
                "reference": "9f5ea95be1e1f3b8f3a8637119c34f304766a877",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "nextcloud/kitinerary": "^1.0",
                "php": "^7.4 || ^8.0",
                "psr/log": "^1.1|^2.0|^3.0"
            },
            "time": "2024-01-19T13:36:53+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Nextcloud\\KItinerary\\Flatpak\\": "/src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Christoph Wurst"
                }
            ],
            "description": "KItinerary Flatpak binding",
            "support": {
                "source": "https://github.com/nextcloud-libraries/kitinerary-flatpak/tree/v1.0.0"
            },
            "install-path": "../nextcloud/kitinerary-flatpak"
        },
        {
            "name": "nextcloud/kitinerary-sys",
            "version": "v2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nextcloud-libraries/kitinerary-sys.git",
                "reference": "f54aae1a22c407befa41127fe92c57292e1db8bf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nextcloud-libraries/kitinerary-sys/zipball/f54aae1a22c407befa41127fe92c57292e1db8bf",
                "reference": "f54aae1a22c407befa41127fe92c57292e1db8bf",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "nextcloud/kitinerary": "^1.0",
                "php": "^7.4 || ^8.0",
                "psr/log": "^1.1|^2.0|^3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.5"
            },
            "time": "2025-01-08T14:40:01+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Nextcloud\\KItinerary\\Sys\\": "/src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Christoph Wurst"
                }
            ],
            "description": "KItinerary binding for the system package",
            "support": {
                "source": "https://github.com/nextcloud-libraries/kitinerary-sys/tree/v2.0.0"
            },
            "install-path": "../nextcloud/kitinerary-sys"
        },
        {
            "name": "phpmailer/dkimvalidator",
            "version": "v0.3",
            "version_normalized": "0.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPMailer/DKIMValidator.git",
                "reference": "49b65b1c0e022afdbac7afa89c997d74606fc881"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPMailer/DKIMValidator/zipball/49b65b1c0e022afdbac7afa89c997d74606fc881",
                "reference": "49b65b1c0e022afdbac7afa89c997d74606fc881",
                "shasum": ""
            },
            "require": {
                "ext-hash": "*",
                "ext-mbstring": "*",
                "ext-openssl": "*",
                "php": ">=7.2.0"
            },
            "time": "2019-10-10T17:19:06+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PHPMailer\\DKIMValidator\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "angrychimp",
                    "email": "rk@angrychimp.net"
                },
                {
                    "name": "Teon d.o.o. - Bostjan Skufca",
                    "email": "bostjan@teon.si"
                },
                {
                    "name": "Marcus Bointon",
                    "email": "phpmailer@synchromedia.co.uk"
                }
            ],
            "description": "A DKIM signature validator in PHP.",
            "support": {
                "issues": "https://github.com/PHPMailer/DKIMValidator/issues",
                "source": "https://github.com/PHPMailer/DKIMValidator/tree/v0.3"
            },
            "install-path": "../phpmailer/dkimvalidator"
        },
        {
            "name": "rubix/ml",
            "version": "2.5.2",
            "version_normalized": "2.5.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/RubixML/ML.git",
                "reference": "59782a24bd09f0faa00e7df335fd58ca288d1eab"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/RubixML/ML/zipball/59782a24bd09f0faa00e7df335fd58ca288d1eab",
                "reference": "59782a24bd09f0faa00e7df335fd58ca288d1eab",
                "shasum": ""
            },
            "require": {
                "amphp/parallel": "^1.3",
                "andrewdalpino/okbloomer": "^1.0",
                "ext-json": "*",
                "php": ">=7.4",
                "psr/log": "^1.1|^2.0|^3.0",
                "rubix/tensor": "^3.0",
                "symfony/polyfill-mbstring": "^1.0",
                "symfony/polyfill-php80": "^1.17",
                "symfony/polyfill-php82": "^1.27",
                "symfony/polyfill-php83": "^1.27",
                "wamania/php-stemmer": "^3.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.0",
                "phpbench/phpbench": "^1.0",
                "phpstan/extension-installer": "^1.0",
                "phpstan/phpstan": "^1.0",
                "phpstan/phpstan-phpunit": "^1.0",
                "phpunit/phpunit": "^9.0"
            },
            "suggest": {
                "ext-gd": "For image support",
                "ext-mbstring": "For fast multibyte string manipulation",
                "ext-svm": "For Support Vector Machine engine (libsvm)",
                "ext-tensor": "For fast Matrix/Vector computing"
            },
            "time": "2024-11-09T23:02:27+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/constants.php",
                    "src/functions.php"
                ],
                "psr-4": {
                    "Rubix\\ML\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Andrew DalPino",
                    "homepage": "https://github.com/andrewdalpino"
                },
                {
                    "name": "Contributors",
                    "homepage": "https://github.com/RubixML/ML/graphs/contributors"
                }
            ],
            "description": "A high-level machine learning and deep learning library for the PHP language.",
            "homepage": "https://rubixml.com",
            "keywords": [
                "Algorithm",
                "Deep learning",
                "Linear regression",
                "Neural network",
                "Rubix",
                "TF-IDF",
                "adaboost",
                "ai",
                "analytics",
                "anomaly detection",
                "artificial intelligence",
                "cart",
                "classification",
                "classifier",
                "clustering",
                "cross validation",
                "data mining",
                "data science",
                "dataset",
                "dbscan",
                "dimensionality reduction",
                "ensemble",
                "estimator",
                "etl",
                "feature extraction",
                "feature importance",
                "feature selection",
                "gaussian mixture",
                "gbm",
                "gmm",
                "gradient boost",
                "grid search",
                "image recognition",
                "imputation",
                "inference",
                "isolation forest",
                "k-means",
                "k-nearest neighbors",
                "kmeans",
                "knn",
                "local outlier factor",
                "loda",
                "lof",
                "logistic regression",
                "machine learning",
                "manifold learning",
                "mean shift",
                "ml",
                "mlp",
                "multilayer perceptron",
                "naive bayes",
                "natural language processing",
                "nearest neighbors",
                "nlp",
                "outlier detection",
                "php",
                "php ai",
                "php machine learning",
                "php ml",
                "prediction",
                "predictive modeling",
                "random forest",
                "ranking",
                "recommendation",
                "regression",
                "regressor",
                "ridge",
                "rubix ml",
                "rubixml",
                "softmax",
                "supervised learning",
                "support vector machine",
                "svm",
                "t-sne",
                "text mining",
                "tf idf",
                "tsne",
                "unsupervised learning"
            ],
            "support": {
                "chat": "https://t.me/RubixML",
                "docs": "https://docs.rubixml.com",
                "issues": "https://github.com/RubixML/ML/issues",
                "source": "https://github.com/RubixML/ML"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/andrewdalpino",
                    "type": "github"
                }
            ],
            "install-path": "../rubix/ml"
        },
        {
            "name": "rubix/tensor",
            "version": "3.0.5",
            "version_normalized": "3.0.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/RubixML/Tensor.git",
                "reference": "9f0ee170319280dcf081984adccefa8b0e6f06b8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/RubixML/Tensor/zipball/9f0ee170319280dcf081984adccefa8b0e6f06b8",
                "reference": "9f0ee170319280dcf081984adccefa8b0e6f06b8",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.0",
                "phalcon/zephir": "^0.17",
                "phpbench/phpbench": "^1.0",
                "phpstan/extension-installer": "^1.0",
                "phpstan/phpstan": "^1.0",
                "phpstan/phpstan-phpunit": "^1.0",
                "phpunit/phpunit": "^9.0"
            },
            "time": "2024-03-15T19:43:50+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/constants.php"
                ],
                "psr-4": {
                    "Tensor\\": "src/",
                    "Zephir\\Optimizers\\FunctionCall\\": "optimizers/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Andrew DalPino",
                    "email": "support@andrewdalpino.com",
                    "homepage": "https://github.com/andrewdalpino",
                    "role": "Project Lead"
                },
                {
                    "name": "Contributors",
                    "homepage": "https://github.com/RubixML/Tensor/graphs/contributors"
                }
            ],
            "description": "A library and extension that provides objects for scientific computing in PHP.",
            "homepage": "https://github.com/RubixML/Tensor",
            "keywords": [
                "1d convolution",
                "2d convolution",
                "arithmetic",
                "blas",
                "computation",
                "computing",
                "convolution",
                "decomposition",
                "dot product",
                "eigendecomposition",
                "eigenvalue",
                "eigenvector",
                "engineering",
                "extension",
                "lapack",
                "linear algebra",
                "math",
                "matmul",
                "matrix",
                "matrix multiplication",
                "multithreaded",
                "php",
                "php extension",
                "pseudoinverse",
                "scientific computing",
                "signal processing",
                "singular value decomposition",
                "statistics",
                "svd",
                "tensor",
                "trigonometry",
                "vector",
                "vector norm"
            ],
            "support": {
                "chat": "https://t.me/RubixML",
                "email": "support@andrewdalpino.com",
                "issues": "https://github.com/RubixML/Tensor/issues",
                "source": "https://github.com/RubixML/Tensor"
            },
            "funding": [
                {
                    "url": "https://github.com/andrewdalpino",
                    "type": "github"
                }
            ],
            "install-path": "../rubix/tensor"
        },
        {
            "name": "sabberworm/php-css-parser",
            "version": "v8.8.0",
            "version_normalized": "8.8.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/MyIntervals/PHP-CSS-Parser.git",
                "reference": "3de493bdddfd1f051249af725c7e0d2c38fed740"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/MyIntervals/PHP-CSS-Parser/zipball/3de493bdddfd1f051249af725c7e0d2c38fed740",
                "reference": "3de493bdddfd1f051249af725c7e0d2c38fed740",
                "shasum": ""
            },
            "require": {
                "ext-iconv": "*",
                "php": "^5.6.20 || ^7.0.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "5.7.27 || 6.5.14 || 7.5.20 || 8.5.41"
            },
            "suggest": {
                "ext-mbstring": "for parsing UTF-8 CSS"
            },
            "time": "2025-03-23T17:59:05+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "9.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Sabberworm\\CSS\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Raphael Schweikert"
                },
                {
                    "name": "Oliver Klee",
                    "email": "github@oliverklee.de"
                },
                {
                    "name": "Jake Hotson",
                    "email": "jake.github@qzdesign.co.uk"
                }
            ],
            "description": "Parser for CSS Files written in PHP",
            "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
            "keywords": [
                "css",
                "parser",
                "stylesheet"
            ],
            "support": {
                "issues": "https://github.com/MyIntervals/PHP-CSS-Parser/issues",
                "source": "https://github.com/MyIntervals/PHP-CSS-Parser/tree/v8.8.0"
            },
            "install-path": "../sabberworm/php-css-parser"
        },
        {
            "name": "symfony/polyfill-iconv",
            "version": "v1.31.0",
            "version_normalized": "1.31.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-iconv.git",
                "reference": "48becf00c920479ca2e910c22a5a39e5d47ca956"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/48becf00c920479ca2e910c22a5a39e5d47ca956",
                "reference": "48becf00c920479ca2e910c22a5a39e5d47ca956",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "provide": {
                "ext-iconv": "*"
            },
            "suggest": {
                "ext-iconv": "For best performance"
            },
            "time": "2024-09-09T11:45:10+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Iconv\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for the Iconv extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "iconv",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-iconv/tree/v1.31.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-iconv"
        },
        {
            "name": "symfony/polyfill-intl-grapheme",
            "version": "v1.31.0",
            "version_normalized": "1.31.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
                "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
                "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2024-09-09T11:45:10+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for intl's grapheme_* functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "grapheme",
                "intl",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-intl-grapheme"
        },
        {
            "name": "symfony/polyfill-intl-normalizer",
            "version": "v1.31.0",
            "version_normalized": "1.31.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
                "reference": "3833d7255cc303546435cb650316bff708a1c75c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
                "reference": "3833d7255cc303546435cb650316bff708a1c75c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2024-09-09T11:45:10+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for intl's Normalizer class and related functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "intl",
                "normalizer",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-intl-normalizer"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.31.0",
            "version_normalized": "1.31.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
                "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "provide": {
                "ext-mbstring": "*"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "time": "2024-09-09T11:45:10+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Mbstring\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for the Mbstring extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "mbstring",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-mbstring"
        },
        {
            "name": "symfony/polyfill-php72",
            "version": "v1.31.0",
            "version_normalized": "1.31.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php72.git",
                "reference": "fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce",
                "reference": "fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "time": "2024-09-09T11:45:10+00:00",
            "type": "metapackage",
            "extra": {
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php72/tree/v1.31.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": null
        },
        {
            "name": "symfony/polyfill-php80",
            "version": "v1.31.0",
            "version_normalized": "1.31.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php80.git",
                "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
                "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "time": "2024-09-09T11:45:10+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php80\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ion Bazan",
                    "email": "ion.bazan@gmail.com"
                },
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-php80"
        },
        {
            "name": "symfony/polyfill-php82",
            "version": "v1.31.0",
            "version_normalized": "1.31.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php82.git",
                "reference": "5d2ed36f7734637dacc025f179698031951b1692"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php82/zipball/5d2ed36f7734637dacc025f179698031951b1692",
                "reference": "5d2ed36f7734637dacc025f179698031951b1692",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "time": "2024-09-09T11:45:10+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php82\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.2+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php82/tree/v1.31.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-php82"
        },
        {
            "name": "symfony/polyfill-php83",
            "version": "v1.31.0",
            "version_normalized": "1.31.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php83.git",
                "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/2fb86d65e2d424369ad2905e83b236a8805ba491",
                "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "time": "2024-09-09T11:45:10+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php83\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php83/tree/v1.31.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-php83"
        },
        {
            "name": "voku/portable-ascii",
            "version": "2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/voku/portable-ascii.git",
                "reference": "b56450eed252f6801410d810c8e1727224ae0743"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743",
                "reference": "b56450eed252f6801410d810c8e1727224ae0743",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
            },
            "suggest": {
                "ext-intl": "Use Intl for transliterator_transliterate() support"
            },
            "time": "2022-03-08T17:03:00+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "voku\\": "src/voku/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Lars Moelleken",
                    "homepage": "http://www.moelleken.org/"
                }
            ],
            "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
            "homepage": "https://github.com/voku/portable-ascii",
            "keywords": [
                "ascii",
                "clean",
                "php"
            ],
            "support": {
                "issues": "https://github.com/voku/portable-ascii/issues",
                "source": "https://github.com/voku/portable-ascii/tree/2.0.1"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/moelleken",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/voku",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/portable-ascii",
                    "type": "open_collective"
                },
                {
                    "url": "https://www.patreon.com/voku",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
                    "type": "tidelift"
                }
            ],
            "install-path": "../voku/portable-ascii"
        },
        {
            "name": "voku/portable-utf8",
            "version": "6.0.13",
            "version_normalized": "6.0.13.0",
            "source": {
                "type": "git",
                "url": "https://github.com/voku/portable-utf8.git",
                "reference": "b8ce36bf26593e5c2e81b1850ef0ffb299d2043f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/voku/portable-utf8/zipball/b8ce36bf26593e5c2e81b1850ef0ffb299d2043f",
                "reference": "b8ce36bf26593e5c2e81b1850ef0ffb299d2043f",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0",
                "symfony/polyfill-iconv": "~1.0",
                "symfony/polyfill-intl-grapheme": "~1.0",
                "symfony/polyfill-intl-normalizer": "~1.0",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php72": "~1.0",
                "voku/portable-ascii": "~2.0.0"
            },
            "require-dev": {
                "phpstan/phpstan": "1.9.*@dev",
                "phpstan/phpstan-strict-rules": "1.4.*@dev",
                "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0",
                "thecodingmachine/phpstan-strict-rules": "1.0.*@dev",
                "voku/phpstan-rules": "3.1.*@dev"
            },
            "suggest": {
                "ext-ctype": "Use Ctype for e.g. hexadecimal digit detection",
                "ext-fileinfo": "Use Fileinfo for better binary file detection",
                "ext-iconv": "Use iconv for best performance",
                "ext-intl": "Use Intl for best performance",
                "ext-json": "Use JSON for string detection",
                "ext-mbstring": "Use Mbstring for best performance"
            },
            "time": "2023-03-08T08:35:38+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "voku\\": "src/voku/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "(Apache-2.0 or GPL-2.0)"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Hamid Sarfraz",
                    "homepage": "http://pageconfig.com/"
                },
                {
                    "name": "Lars Moelleken",
                    "homepage": "http://www.moelleken.org/"
                }
            ],
            "description": "Portable UTF-8 library - performance optimized (unicode) string functions for php.",
            "homepage": "https://github.com/voku/portable-utf8",
            "keywords": [
                "UTF",
                "clean",
                "php",
                "unicode",
                "utf-8",
                "utf8"
            ],
            "support": {
                "issues": "https://github.com/voku/portable-utf8/issues",
                "source": "https://github.com/voku/portable-utf8/tree/6.0.13"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/moelleken",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/voku",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/portable-utf8",
                    "type": "open_collective"
                },
                {
                    "url": "https://www.patreon.com/voku",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/voku/portable-utf8",
                    "type": "tidelift"
                }
            ],
            "install-path": "../voku/portable-utf8"
        },
        {
            "name": "wamania/php-stemmer",
            "version": "v3.0.1",
            "version_normalized": "3.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wamania/php-stemmer.git",
                "reference": "8ea32b6fa27d6888587fe860b64a8763525c5a66"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wamania/php-stemmer/zipball/8ea32b6fa27d6888587fe860b64a8763525c5a66",
                "reference": "8ea32b6fa27d6888587fe860b64a8763525c5a66",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3",
                "voku/portable-utf8": "^5.4|^6.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.0"
            },
            "time": "2023-05-11T10:50:27+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Wamania\\Snowball\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Wamania",
                    "homepage": "http://wamania.com"
                }
            ],
            "description": "Native PHP Stemmer",
            "keywords": [
                "php",
                "porter",
                "stemmer"
            ],
            "support": {
                "issues": "https://github.com/wamania/php-stemmer/issues",
                "source": "https://github.com/wamania/php-stemmer/tree/v3.0.1"
            },
            "install-path": "../wamania/php-stemmer"
        },
        {
            "name": "youthweb/urllinker",
            "version": "2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/youthweb/urllinker.git",
                "reference": "9363e23ccdd20f6d46a8a3c8c6c3c2c0f67f6350"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/youthweb/urllinker/zipball/9363e23ccdd20f6d46a8a3c8c6c3c2c0f67f6350",
                "reference": "9363e23ccdd20f6d46a8a3c8c6c3c2c0f67f6350",
                "shasum": ""
            },
            "require": {
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.13",
                "phpstan/phpstan": "^1.9",
                "phpunit/phpunit": "^9"
            },
            "time": "2022-12-14T13:25:25+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Youthweb\\UrlLinker\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Søren Løvborg",
                    "role": "Developer"
                },
                {
                    "name": "Dawid Nowak",
                    "email": "code@dnowak.pl",
                    "role": "Developer"
                }
            ],
            "description": "Autolink URLs in text or html",
            "homepage": "https://github.com/youthweb",
            "support": {
                "issues": "https://github.com/youthweb/urllinker/issues",
                "source": "https://github.com/youthweb/urllinker/tree/2.0.0"
            },
            "install-path": "../youthweb/urllinker"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
