{
        "packages": [
                {
                        "name": "ezyang/htmlpurifier",
                        "version": "v4.19.0",
                        "version_normalized": "4.19.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/ezyang/htmlpurifier.git",
                                "reference": "b287d2a16aceffbf6e0295559b39662612b77fcf"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/b287d2a16aceffbf6e0295559b39662612b77fcf",
                                "reference": "b287d2a16aceffbf6e0295559b39662612b77fcf",
                                "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 || ~8.5.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": "2025-10-17T16:34:55+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.19.0"
                        },
                        "install-path": "../ezyang/htmlpurifier"
                },
                {
                        "name": "maennchen/zipstream-php",
                        "version": "3.2.2",
                        "version_normalized": "3.2.2.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/maennchen/ZipStream-PHP.git",
                                "reference": "77bebeb4c6c340bb3c11c843b2cffd8bbfde4d5e"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/77bebeb4c6c340bb3c11c843b2cffd8bbfde4d5e",
                                "reference": "77bebeb4c6c340bb3c11c843b2cffd8bbfde4d5e",
                                "shasum": ""
                        },
                        "require": {
                                "ext-mbstring": "*",
                                "ext-zlib": "*",
                                "php-64bit": "^8.3"
                        },
                        "require-dev": {
                                "brianium/paratest": "^7.7",
                                "ext-zip": "*",
                                "friendsofphp/php-cs-fixer": "^3.86",
                                "guzzlehttp/guzzle": "^7.5",
                                "mikey179/vfsstream": "^1.6",
                                "php-coveralls/php-coveralls": "^2.5",
                                "phpunit/phpunit": "^12.0",
                                "vimeo/psalm": "^6.0"
                        },
                        "suggest": {
                                "guzzlehttp/psr7": "^2.4",
                                "psr/http-message": "^2.0"
                        },
                        "time": "2026-04-11T18:38:28+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "ZipStream\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Paul Duncan",
                                        "email": "pabs@pablotron.org"
                                },
                                {
                                        "name": "Jonatan Männchen",
                                        "email": "jonatan@maennchen.ch"
                                },
                                {
                                        "name": "Jesse Donat",
                                        "email": "donatj@gmail.com"
                                },
                                {
                                        "name": "András Kolesár",
                                        "email": "kolesar@kolesar.hu"
                                }
                        ],
                        "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
                        "keywords": [
                                "stream",
                                "zip"
                        ],
                        "support": {
                                "issues": "https://github.com/maennchen/ZipStream-PHP/issues",
                                "source": "https://github.com/maennchen/ZipStream-PHP/tree/3.2.2"
                        },
                        "funding": [
                                {
                                        "url": "https://github.com/maennchen",
                                        "type": "github"
                                }
                        ],
                        "install-path": "../maennchen/zipstream-php"
                },
                {
                        "name": "markbaker/complex",
                        "version": "3.0.2",
                        "version_normalized": "3.0.2.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/MarkBaker/PHPComplex.git",
                                "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
                                "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7.2 || ^8.0"
                        },
                        "require-dev": {
                                "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
                                "phpcompatibility/php-compatibility": "^9.3",
                                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
                                "squizlabs/php_codesniffer": "^3.7"
                        },
                        "time": "2022-12-06T16:21:08+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Complex\\": "classes/src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Mark Baker",
                                        "email": "mark@lange.demon.co.uk"
                                }
                        ],
                        "description": "PHP Class for working with complex numbers",
                        "homepage": "https://github.com/MarkBaker/PHPComplex",
                        "keywords": [
                                "complex",
                                "mathematics"
                        ],
                        "support": {
                                "issues": "https://github.com/MarkBaker/PHPComplex/issues",
                                "source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.2"
                        },
                        "install-path": "../markbaker/complex"
                },
                {
                        "name": "markbaker/matrix",
                        "version": "3.0.1",
                        "version_normalized": "3.0.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/MarkBaker/PHPMatrix.git",
                                "reference": "728434227fe21be27ff6d86621a1b13107a2562c"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/728434227fe21be27ff6d86621a1b13107a2562c",
                                "reference": "728434227fe21be27ff6d86621a1b13107a2562c",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7.1 || ^8.0"
                        },
                        "require-dev": {
                                "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
                                "phpcompatibility/php-compatibility": "^9.3",
                                "phpdocumentor/phpdocumentor": "2.*",
                                "phploc/phploc": "^4.0",
                                "phpmd/phpmd": "2.*",
                                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
                                "sebastian/phpcpd": "^4.0",
                                "squizlabs/php_codesniffer": "^3.7"
                        },
                        "time": "2022-12-02T22:17:43+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Matrix\\": "classes/src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Mark Baker",
                                        "email": "mark@demon-angel.eu"
                                }
                        ],
                        "description": "PHP Class for working with matrices",
                        "homepage": "https://github.com/MarkBaker/PHPMatrix",
                        "keywords": [
                                "mathematics",
                                "matrix",
                                "vector"
                        ],
                        "support": {
                                "issues": "https://github.com/MarkBaker/PHPMatrix/issues",
                                "source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.1"
                        },
                        "install-path": "../markbaker/matrix"
                },
                {
                        "name": "paragonie/constant_time_encoding",
                        "version": "v2.4.0",
                        "version_normalized": "2.4.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/paragonie/constant_time_encoding.git",
                                "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
                                "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7|^8"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^6|^7|^8|^9",
                                "vimeo/psalm": "^1|^2|^3|^4"
                        },
                        "time": "2020-12-06T15:14:20+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "ParagonIE\\ConstantTime\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Paragon Initiative Enterprises",
                                        "email": "security@paragonie.com",
                                        "homepage": "https://paragonie.com",
                                        "role": "Maintainer"
                                },
                                {
                                        "name": "Steve 'Sc00bz' Thomas",
                                        "email": "steve@tobtu.com",
                                        "homepage": "https://www.tobtu.com",
                                        "role": "Original Developer"
                                }
                        ],
                        "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
                        "keywords": [
                                "base16",
                                "base32",
                                "base32_decode",
                                "base32_encode",
                                "base64",
                                "base64_decode",
                                "base64_encode",
                                "bin2hex",
                                "encoding",
                                "hex",
                                "hex2bin",
                                "rfc4648"
                        ],
                        "install-path": "../paragonie/constant_time_encoding"
                },
                {
                        "name": "paragonie/random_compat",
                        "version": "v9.99.100",
                        "version_normalized": "9.99.100.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/paragonie/random_compat.git",
                                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
                                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">= 7"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "4.*|5.*",
                                "vimeo/psalm": "^1"
                        },
                        "suggest": {
                                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
                        },
                        "time": "2020-10-15T08:29:30+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Paragon Initiative Enterprises",
                                        "email": "security@paragonie.com",
                                        "homepage": "https://paragonie.com"
                                }
                        ],
                        "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
                        "keywords": [
                                "csprng",
                                "polyfill",
                                "pseudorandom",
                                "random"
                        ],
                        "install-path": "../paragonie/random_compat"
                },
                {
                        "name": "phpoffice/phpspreadsheet",
                        "version": "1.29.0",
                        "version_normalized": "1.29.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
                                "reference": "fde2ccf55eaef7e86021ff1acce26479160a0fa0"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/fde2ccf55eaef7e86021ff1acce26479160a0fa0",
                                "reference": "fde2ccf55eaef7e86021ff1acce26479160a0fa0",
                                "shasum": ""
                        },
                        "require": {
                                "ext-ctype": "*",
                                "ext-dom": "*",
                                "ext-fileinfo": "*",
                                "ext-gd": "*",
                                "ext-iconv": "*",
                                "ext-libxml": "*",
                                "ext-mbstring": "*",
                                "ext-simplexml": "*",
                                "ext-xml": "*",
                                "ext-xmlreader": "*",
                                "ext-xmlwriter": "*",
                                "ext-zip": "*",
                                "ext-zlib": "*",
                                "ezyang/htmlpurifier": "^4.15",
                                "maennchen/zipstream-php": "^2.1 || ^3.0",
                                "markbaker/complex": "^3.0",
                                "markbaker/matrix": "^3.0",
                                "php": "^7.4 || ^8.0",
                                "psr/http-client": "^1.0",
                                "psr/http-factory": "^1.0",
                                "psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
                        },
                        "require-dev": {
                                "dealerdirect/phpcodesniffer-composer-installer": "dev-main",
                                "dompdf/dompdf": "^1.0 || ^2.0",
                                "friendsofphp/php-cs-fixer": "^3.2",
                                "mitoteam/jpgraph": "^10.3",
                                "mpdf/mpdf": "^8.1.1",
                                "phpcompatibility/php-compatibility": "^9.3",
                                "phpstan/phpstan": "^1.1",
                                "phpstan/phpstan-phpunit": "^1.0",
                                "phpunit/phpunit": "^8.5 || ^9.0 || ^10.0",
                                "squizlabs/php_codesniffer": "^3.7",
                                "tecnickcom/tcpdf": "^6.5"
                        },
                        "suggest": {
                                "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
                                "ext-intl": "PHP Internationalization Functions",
                                "mitoteam/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
                                "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
                                "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
                        },
                        "time": "2023-06-14T22:48:31+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Maarten Balliauw",
                                        "homepage": "https://blog.maartenballiauw.be"
                                },
                                {
                                        "name": "Mark Baker",
                                        "homepage": "https://markbakeruk.net"
                                },
                                {
                                        "name": "Franck Lefevre",
                                        "homepage": "https://rootslabs.net"
                                },
                                {
                                        "name": "Erik Tilt"
                                },
                                {
                                        "name": "Adrien Crivelli"
                                }
                        ],
                        "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
                        "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
                        "keywords": [
                                "OpenXML",
                                "excel",
                                "gnumeric",
                                "ods",
                                "php",
                                "spreadsheet",
                                "xls",
                                "xlsx"
                        ],
                        "support": {
                                "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
                                "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.29.0"
                        },
                        "install-path": "../phpoffice/phpspreadsheet"
                },
                {
                        "name": "phpseclib/phpseclib",
                        "version": "3.0.8",
                        "version_normalized": "3.0.8.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/phpseclib/phpseclib.git",
                                "reference": "d9615a6fb970d9933866ca8b4036ec3407b020b6"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/d9615a6fb970d9933866ca8b4036ec3407b020b6",
                                "reference": "d9615a6fb970d9933866ca8b4036ec3407b020b6",
                                "shasum": ""
                        },
                        "require": {
                                "paragonie/constant_time_encoding": "^1|^2",
                                "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
                                "php": ">=5.6.1"
                        },
                        "require-dev": {
                                "phing/phing": "~2.7",
                                "phpunit/phpunit": "^5.7|^6.0|^9.4",
                                "squizlabs/php_codesniffer": "~2.0"
                        },
                        "suggest": {
                                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
                                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
                                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
                                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
                        },
                        "time": "2021-04-19T03:20:48+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "phpseclib/bootstrap.php"
                                ],
                                "psr-4": {
                                        "phpseclib3\\": "phpseclib/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Jim Wigginton",
                                        "email": "terrafrost@php.net",
                                        "role": "Lead Developer"
                                },
                                {
                                        "name": "Patrick Monnerat",
                                        "email": "pm@datasphere.ch",
                                        "role": "Developer"
                                },
                                {
                                        "name": "Andreas Fischer",
                                        "email": "bantu@phpbb.com",
                                        "role": "Developer"
                                },
                                {
                                        "name": "Hans-Jürgen Petrich",
                                        "email": "petrich@tronic-media.com",
                                        "role": "Developer"
                                },
                                {
                                        "name": "Graham Campbell",
                                        "email": "graham@alt-three.com",
                                        "role": "Developer"
                                }
                        ],
                        "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
                        "homepage": "http://phpseclib.sourceforge.net",
                        "keywords": [
                                "BigInteger",
                                "aes",
                                "asn.1",
                                "asn1",
                                "blowfish",
                                "crypto",
                                "cryptography",
                                "encryption",
                                "rsa",
                                "security",
                                "sftp",
                                "signature",
                                "signing",
                                "ssh",
                                "twofish",
                                "x.509",
                                "x509"
                        ],
                        "install-path": "../phpseclib/phpseclib"
                },
                {
                        "name": "phpseclib/phpseclib2_compat",
                        "version": "1.0.3",
                        "version_normalized": "1.0.3.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/phpseclib/phpseclib2_compat.git",
                                "reference": "7aab21dec42a9efb290456786306625e333c1d43"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/phpseclib/phpseclib2_compat/zipball/7aab21dec42a9efb290456786306625e333c1d43",
                                "reference": "7aab21dec42a9efb290456786306625e333c1d43",
                                "shasum": ""
                        },
                        "require": {
                                "phpseclib/phpseclib": "^3.0"
                        },
                        "provide": {
                                "phpseclib/phpseclib": "2.0.31"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^5.7|^6.0|^9.4"
                        },
                        "time": "2021-04-28T00:15:40+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "phpseclib\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Jim Wigginton",
                                        "email": "terrafrost@php.net",
                                        "role": "Lead Developer"
                                }
                        ],
                        "description": "phpseclib 2.0 polyfill built with phpseclib 3.0",
                        "homepage": "https://github.com/phpseclib/phpseclib2_compat",
                        "install-path": "../phpseclib/phpseclib2_compat"
                },
                {
                        "name": "psr/http-client",
                        "version": "1.0.3",
                        "version_normalized": "1.0.3.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/php-fig/http-client.git",
                                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
                                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7.0 || ^8.0",
                                "psr/http-message": "^1.0 || ^2.0"
                        },
                        "time": "2023-09-23T14:17:50+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.0.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Psr\\Http\\Client\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "PHP-FIG",
                                        "homepage": "https://www.php-fig.org/"
                                }
                        ],
                        "description": "Common interface for HTTP clients",
                        "homepage": "https://github.com/php-fig/http-client",
                        "keywords": [
                                "http",
                                "http-client",
                                "psr",
                                "psr-18"
                        ],
                        "support": {
                                "source": "https://github.com/php-fig/http-client"
                        },
                        "install-path": "../psr/http-client"
                },
                {
                        "name": "psr/http-factory",
                        "version": "1.1.0",
                        "version_normalized": "1.1.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/php-fig/http-factory.git",
                                "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
                                "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=7.1",
                                "psr/http-message": "^1.0 || ^2.0"
                        },
                        "time": "2024-04-15T12:06:14+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.0.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Psr\\Http\\Message\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "PHP-FIG",
                                        "homepage": "https://www.php-fig.org/"
                                }
                        ],
                        "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
                        "keywords": [
                                "factory",
                                "http",
                                "message",
                                "psr",
                                "psr-17",
                                "psr-7",
                                "request",
                                "response"
                        ],
                        "support": {
                                "source": "https://github.com/php-fig/http-factory"
                        },
                        "install-path": "../psr/http-factory"
                },
                {
                        "name": "psr/http-message",
                        "version": "2.0",
                        "version_normalized": "2.0.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/php-fig/http-message.git",
                                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
                                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7.2 || ^8.0"
                        },
                        "time": "2023-04-04T09:54:51+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "2.0.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Psr\\Http\\Message\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "PHP-FIG",
                                        "homepage": "https://www.php-fig.org/"
                                }
                        ],
                        "description": "Common interface for HTTP messages",
                        "homepage": "https://github.com/php-fig/http-message",
                        "keywords": [
                                "http",
                                "http-message",
                                "psr",
                                "psr-7",
                                "request",
                                "response"
                        ],
                        "support": {
                                "source": "https://github.com/php-fig/http-message/tree/2.0"
                        },
                        "install-path": "../psr/http-message"
                },
                {
                        "name": "psr/simple-cache",
                        "version": "3.0.0",
                        "version_normalized": "3.0.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/php-fig/simple-cache.git",
                                "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
                                "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=8.0.0"
                        },
                        "time": "2021-10-29T13:26:27+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "3.0.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Psr\\SimpleCache\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "PHP-FIG",
                                        "homepage": "https://www.php-fig.org/"
                                }
                        ],
                        "description": "Common interfaces for simple caching",
                        "keywords": [
                                "cache",
                                "caching",
                                "psr",
                                "psr-16",
                                "simple-cache"
                        ],
                        "support": {
                                "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
                        },
                        "install-path": "../psr/simple-cache"
                }
        ],
        "dev": true,
        "dev-package-names": []
}
