[
    {
        "name": "fig/http-message-util",
        "version": "1.1.5",
        "version_normalized": "1.1.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-message-util.git",
            "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/9d94dc0154230ac39e5bf89398b324a86f63f765",
            "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765",
            "shasum": ""
        },
        "require": {
            "php": "^5.3 || ^7.0 || ^8.0"
        },
        "suggest": {
            "psr/http-message": "The package containing the PSR-7 interfaces"
        },
        "time": "2020-11-24T22:02:12+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Fig\\Http\\Message\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "https://www.php-fig.org/"
            }
        ],
        "description": "Utility classes and constants for use with PSR-7 (psr/http-message)",
        "keywords": [
            "http",
            "http-message",
            "psr",
            "psr-7",
            "request",
            "response"
        ],
        "support": {
            "issues": "https://github.com/php-fig/http-message-util/issues",
            "source": "https://github.com/php-fig/http-message-util/tree/1.1.5"
        }
    },
    {
        "name": "nikic/fast-route",
        "version": "v1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nikic/FastRoute.git",
            "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
            "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35|~5.7"
        },
        "time": "2018-02-13T20:26:39+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/functions.php"
            ],
            "psr-4": {
                "FastRoute\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Nikita Popov",
                "email": "nikic@php.net"
            }
        ],
        "description": "Fast request router for PHP",
        "keywords": [
            "router",
            "routing"
        ],
        "support": {
            "issues": "https://github.com/nikic/FastRoute/issues",
            "source": "https://github.com/nikic/FastRoute/tree/master"
        }
    },
    {
        "name": "phpmailer/phpmailer",
        "version": "v6.10.0",
        "version_normalized": "6.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PHPMailer/PHPMailer.git",
            "reference": "bf74d75a1fde6beaa34a0ddae2ec5fce0f72a144"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/bf74d75a1fde6beaa34a0ddae2ec5fce0f72a144",
            "reference": "bf74d75a1fde6beaa34a0ddae2ec5fce0f72a144",
            "shasum": ""
        },
        "require": {
            "ext-ctype": "*",
            "ext-filter": "*",
            "ext-hash": "*",
            "php": ">=5.5.0"
        },
        "require-dev": {
            "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
            "doctrine/annotations": "^1.2.6 || ^1.13.3",
            "php-parallel-lint/php-console-highlighter": "^1.0.0",
            "php-parallel-lint/php-parallel-lint": "^1.3.2",
            "phpcompatibility/php-compatibility": "^9.3.5",
            "roave/security-advisories": "dev-latest",
            "squizlabs/php_codesniffer": "^3.7.2",
            "yoast/phpunit-polyfills": "^1.0.4"
        },
        "suggest": {
            "decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication",
            "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
            "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
            "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
            "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
            "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
            "psr/log": "For optional PSR-3 debug logging",
            "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
            "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
        },
        "time": "2025-04-24T15:19:31+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PHPMailer\\PHPMailer\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-2.1-only"
        ],
        "authors": [
            {
                "name": "Marcus Bointon",
                "email": "phpmailer@synchromedia.co.uk"
            },
            {
                "name": "Jim Jagielski",
                "email": "jimjag@gmail.com"
            },
            {
                "name": "Andy Prevost",
                "email": "codeworxtech@users.sourceforge.net"
            },
            {
                "name": "Brent R. Matzelle"
            }
        ],
        "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
        "support": {
            "issues": "https://github.com/PHPMailer/PHPMailer/issues",
            "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.10.0"
        },
        "funding": [
            {
                "url": "https://github.com/Synchro",
                "type": "github"
            }
        ]
    },
    {
        "name": "psr/container",
        "version": "2.0.2",
        "version_normalized": "2.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/container.git",
            "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
            "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
            "shasum": ""
        },
        "require": {
            "php": ">=7.4.0"
        },
        "time": "2021-11-05T16:47:00+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Container\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "https://www.php-fig.org/"
            }
        ],
        "description": "Common Container Interface (PHP FIG PSR-11)",
        "homepage": "https://github.com/php-fig/container",
        "keywords": [
            "PSR-11",
            "container",
            "container-interface",
            "container-interop",
            "psr"
        ],
        "support": {
            "issues": "https://github.com/php-fig/container/issues",
            "source": "https://github.com/php-fig/container/tree/2.0.2"
        }
    },
    {
        "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"
        }
    },
    {
        "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"
        }
    },
    {
        "name": "psr/http-server-handler",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-server-handler.git",
            "reference": "84c4fb66179be4caaf8e97bd239203245302e7d4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/84c4fb66179be4caaf8e97bd239203245302e7d4",
            "reference": "84c4fb66179be4caaf8e97bd239203245302e7d4",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0",
            "psr/http-message": "^1.0 || ^2.0"
        },
        "time": "2023-04-10T20:06:20+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Http\\Server\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "https://www.php-fig.org/"
            }
        ],
        "description": "Common interface for HTTP server-side request handler",
        "keywords": [
            "handler",
            "http",
            "http-interop",
            "psr",
            "psr-15",
            "psr-7",
            "request",
            "response",
            "server"
        ],
        "support": {
            "source": "https://github.com/php-fig/http-server-handler/tree/1.0.2"
        }
    },
    {
        "name": "psr/http-server-middleware",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-server-middleware.git",
            "reference": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/c1481f747daaa6a0782775cd6a8c26a1bf4a3829",
            "reference": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0",
            "psr/http-message": "^1.0 || ^2.0",
            "psr/http-server-handler": "^1.0"
        },
        "time": "2023-04-11T06:14:47+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Http\\Server\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "https://www.php-fig.org/"
            }
        ],
        "description": "Common interface for HTTP server-side middleware",
        "keywords": [
            "http",
            "http-interop",
            "middleware",
            "psr",
            "psr-15",
            "psr-7",
            "request",
            "response"
        ],
        "support": {
            "issues": "https://github.com/php-fig/http-server-middleware/issues",
            "source": "https://github.com/php-fig/http-server-middleware/tree/1.0.2"
        }
    },
    {
        "name": "psr/log",
        "version": "3.0.2",
        "version_normalized": "3.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
            "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
            "shasum": ""
        },
        "require": {
            "php": ">=8.0.0"
        },
        "time": "2024-09-11T13:17:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Log\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "https://www.php-fig.org/"
            }
        ],
        "description": "Common interface for logging libraries",
        "homepage": "https://github.com/php-fig/log",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ],
        "support": {
            "source": "https://github.com/php-fig/log/tree/3.0.2"
        }
    },
    {
        "name": "ralouphie/getallheaders",
        "version": "3.0.3",
        "version_normalized": "3.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ralouphie/getallheaders.git",
            "reference": "120b605dfeb996808c31b6477290a714d356e822"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
            "reference": "120b605dfeb996808c31b6477290a714d356e822",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6"
        },
        "require-dev": {
            "php-coveralls/php-coveralls": "^2.1",
            "phpunit/phpunit": "^5 || ^6.5"
        },
        "time": "2019-03-08T08:55:37+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/getallheaders.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ralph Khattar",
                "email": "ralph.khattar@gmail.com"
            }
        ],
        "description": "A polyfill for getallheaders.",
        "support": {
            "issues": "https://github.com/ralouphie/getallheaders/issues",
            "source": "https://github.com/ralouphie/getallheaders/tree/develop"
        }
    },
    {
        "name": "slim/psr7",
        "version": "1.7.1",
        "version_normalized": "1.7.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/slimphp/Slim-Psr7.git",
            "reference": "fe98653e7983010aa85c1d137c9b9ad5a1cd187d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/slimphp/Slim-Psr7/zipball/fe98653e7983010aa85c1d137c9b9ad5a1cd187d",
            "reference": "fe98653e7983010aa85c1d137c9b9ad5a1cd187d",
            "shasum": ""
        },
        "require": {
            "fig/http-message-util": "^1.1.5",
            "php": "^8.0",
            "psr/http-factory": "^1.1",
            "psr/http-message": "^1.0 || ^2.0",
            "ralouphie/getallheaders": "^3.0",
            "symfony/polyfill-php80": "^1.29"
        },
        "provide": {
            "psr/http-factory-implementation": "^1.0",
            "psr/http-message-implementation": "^1.0 || ^2.0"
        },
        "require-dev": {
            "adriansuter/php-autoload-override": "^1.4",
            "ext-json": "*",
            "http-interop/http-factory-tests": "^1.0 || ^2.0",
            "php-http/psr7-integration-tests": "^1.4",
            "phpspec/prophecy": "^1.19",
            "phpspec/prophecy-phpunit": "^2.2",
            "phpstan/phpstan": "^2.1",
            "phpunit/phpunit": "^9.6 || ^10",
            "squizlabs/php_codesniffer": "^3.10"
        },
        "time": "2025-05-13T14:24:12+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Slim\\Psr7\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Josh Lockhart",
                "email": "hello@joshlockhart.com",
                "homepage": "https://joshlockhart.com"
            },
            {
                "name": "Andrew Smith",
                "email": "a.smith@silentworks.co.uk",
                "homepage": "https://silentworks.co.uk"
            },
            {
                "name": "Rob Allen",
                "email": "rob@akrabat.com",
                "homepage": "https://akrabat.com"
            },
            {
                "name": "Pierre Berube",
                "email": "pierre@lgse.com",
                "homepage": "https://www.lgse.com"
            }
        ],
        "description": "Strict PSR-7 implementation",
        "homepage": "https://www.slimframework.com",
        "keywords": [
            "http",
            "psr-7",
            "psr7"
        ],
        "support": {
            "issues": "https://github.com/slimphp/Slim-Psr7/issues",
            "source": "https://github.com/slimphp/Slim-Psr7/tree/1.7.1"
        }
    },
    {
        "name": "slim/slim",
        "version": "4.14.0",
        "version_normalized": "4.14.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/slimphp/Slim.git",
            "reference": "5943393b88716eb9e82c4161caa956af63423913"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/slimphp/Slim/zipball/5943393b88716eb9e82c4161caa956af63423913",
            "reference": "5943393b88716eb9e82c4161caa956af63423913",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "nikic/fast-route": "^1.3",
            "php": "^7.4 || ^8.0",
            "psr/container": "^1.0 || ^2.0",
            "psr/http-factory": "^1.1",
            "psr/http-message": "^1.1 || ^2.0",
            "psr/http-server-handler": "^1.0",
            "psr/http-server-middleware": "^1.0",
            "psr/log": "^1.1 || ^2.0 || ^3.0"
        },
        "require-dev": {
            "adriansuter/php-autoload-override": "^1.4",
            "ext-simplexml": "*",
            "guzzlehttp/psr7": "^2.6",
            "httpsoft/http-message": "^1.1",
            "httpsoft/http-server-request": "^1.1",
            "laminas/laminas-diactoros": "^2.17 || ^3",
            "nyholm/psr7": "^1.8",
            "nyholm/psr7-server": "^1.1",
            "phpspec/prophecy": "^1.19",
            "phpspec/prophecy-phpunit": "^2.1",
            "phpstan/phpstan": "^1.11",
            "phpunit/phpunit": "^9.6",
            "slim/http": "^1.3",
            "slim/psr7": "^1.6",
            "squizlabs/php_codesniffer": "^3.10",
            "vimeo/psalm": "^5.24"
        },
        "suggest": {
            "ext-simplexml": "Needed to support XML format in BodyParsingMiddleware",
            "ext-xml": "Needed to support XML format in BodyParsingMiddleware",
            "php-di/php-di": "PHP-DI is the recommended container library to be used with Slim",
            "slim/psr7": "Slim PSR-7 implementation. See https://www.slimframework.com/docs/v4/start/installation.html for more information."
        },
        "time": "2024-06-13T08:54:48+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Slim\\": "Slim"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Josh Lockhart",
                "email": "hello@joshlockhart.com",
                "homepage": "https://joshlockhart.com"
            },
            {
                "name": "Andrew Smith",
                "email": "a.smith@silentworks.co.uk",
                "homepage": "http://silentworks.co.uk"
            },
            {
                "name": "Rob Allen",
                "email": "rob@akrabat.com",
                "homepage": "http://akrabat.com"
            },
            {
                "name": "Pierre Berube",
                "email": "pierre@lgse.com",
                "homepage": "http://www.lgse.com"
            },
            {
                "name": "Gabriel Manricks",
                "email": "gmanricks@me.com",
                "homepage": "http://gabrielmanricks.com"
            }
        ],
        "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
        "homepage": "https://www.slimframework.com",
        "keywords": [
            "api",
            "framework",
            "micro",
            "router"
        ],
        "support": {
            "docs": "https://www.slimframework.com/docs/v4/",
            "forum": "https://discourse.slimframework.com/",
            "irc": "irc://irc.freenode.net:6667/slimphp",
            "issues": "https://github.com/slimphp/Slim/issues",
            "rss": "https://www.slimframework.com/blog/feed.rss",
            "slack": "https://slimphp.slack.com/",
            "source": "https://github.com/slimphp/Slim",
            "wiki": "https://github.com/slimphp/Slim/wiki"
        },
        "funding": [
            {
                "url": "https://opencollective.com/slimphp",
                "type": "open_collective"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/slim/slim",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/polyfill-php80",
        "version": "v1.32.0",
        "version_normalized": "1.32.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php80.git",
            "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
            "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2"
        },
        "time": "2025-01-02T08:10:11+00:00",
        "type": "library",
        "extra": {
            "thanks": {
                "url": "https://github.com/symfony/polyfill",
                "name": "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.32.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"
            }
        ]
    }
]
