{
    "packages": [
        {
            "name": "Koch/koch-viewhelper",
            "version": "dev-main",
            "version_normalized": "dev-main",
            "dist": {
                "type": "path",
                "url": "./packages/koch_viewhelper",
                "reference": "b0757e80d7373ad27ba18dd1ffe5281ec6c3f05e"
            },
            "require": {
                "typo3/cms-core": "^11.0 || ^12.0"
            },
            "type": "typo3-cms-extension",
            "extra": {
                "typo3/cms": {
                    "extension-key": "koch_viewhelper"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Koch\\KochViewhelper\\": "Classes"
                }
            },
            "authors": [
                {
                    "name": "Johannes Rebhan",
                    "role": "Developer"
                }
            ],
            "transport-options": {
                "relative": true
            },
            "install-path": "../../public/typo3conf/ext/koch_viewhelper"
        },
        {
            "name": "bacon/bacon-qr-code",
            "version": "2.0.8",
            "version_normalized": "2.0.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Bacon/BaconQrCode.git",
                "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/8674e51bb65af933a5ffaf1c308a660387c35c22",
                "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22",
                "shasum": ""
            },
            "require": {
                "dasprid/enum": "^1.0.3",
                "ext-iconv": "*",
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "phly/keep-a-changelog": "^2.1",
                "phpunit/phpunit": "^7 | ^8 | ^9",
                "spatie/phpunit-snapshot-assertions": "^4.2.9",
                "squizlabs/php_codesniffer": "^3.4"
            },
            "suggest": {
                "ext-imagick": "to generate QR code images"
            },
            "time": "2022-12-07T17:46:57+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "BaconQrCode\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Ben Scholzen 'DASPRiD'",
                    "email": "mail@dasprids.de",
                    "homepage": "https://dasprids.de/",
                    "role": "Developer"
                }
            ],
            "description": "BaconQrCode is a QR code generator for PHP.",
            "homepage": "https://github.com/Bacon/BaconQrCode",
            "support": {
                "issues": "https://github.com/Bacon/BaconQrCode/issues",
                "source": "https://github.com/Bacon/BaconQrCode/tree/2.0.8"
            },
            "install-path": "../bacon/bacon-qr-code"
        },
        {
            "name": "christian-riesen/base32",
            "version": "1.6.0",
            "version_normalized": "1.6.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ChristianRiesen/base32.git",
                "reference": "2e82dab3baa008e24a505649b0d583c31d31e894"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ChristianRiesen/base32/zipball/2e82dab3baa008e24a505649b0d583c31d31e894",
                "reference": "2e82dab3baa008e24a505649b0d583c31d31e894",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.17",
                "phpstan/phpstan": "^0.12",
                "phpunit/phpunit": "^8.5.13 || ^9.5"
            },
            "time": "2021-02-26T10:19:33+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Base32\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christian Riesen",
                    "email": "chris.riesen@gmail.com",
                    "homepage": "http://christianriesen.com",
                    "role": "Developer"
                }
            ],
            "description": "Base32 encoder/decoder according to RFC 4648",
            "homepage": "https://github.com/ChristianRiesen/base32",
            "keywords": [
                "base32",
                "decode",
                "encode",
                "rfc4648"
            ],
            "support": {
                "issues": "https://github.com/ChristianRiesen/base32/issues",
                "source": "https://github.com/ChristianRiesen/base32/tree/1.6.0"
            },
            "install-path": "../christian-riesen/base32"
        },
        {
            "name": "dasprid/enum",
            "version": "1.0.6",
            "version_normalized": "1.0.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/DASPRiD/Enum.git",
                "reference": "8dfd07c6d2cf31c8da90c53b83c026c7696dda90"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/8dfd07c6d2cf31c8da90c53b83c026c7696dda90",
                "reference": "8dfd07c6d2cf31c8da90c53b83c026c7696dda90",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1 <9.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^7 || ^8 || ^9 || ^10 || ^11",
                "squizlabs/php_codesniffer": "*"
            },
            "time": "2024-08-09T14:30:48+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DASPRiD\\Enum\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Ben Scholzen 'DASPRiD'",
                    "email": "mail@dasprids.de",
                    "homepage": "https://dasprids.de/",
                    "role": "Developer"
                }
            ],
            "description": "PHP 7.1 enum implementation",
            "keywords": [
                "enum",
                "map"
            ],
            "support": {
                "issues": "https://github.com/DASPRiD/Enum/issues",
                "source": "https://github.com/DASPRiD/Enum/tree/1.0.6"
            },
            "install-path": "../dasprid/enum"
        },
        {
            "name": "doctrine/annotations",
            "version": "1.14.4",
            "version_normalized": "1.14.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/annotations.git",
                "reference": "253dca476f70808a5aeed3a47cc2cc88c5cab915"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/253dca476f70808a5aeed3a47cc2cc88c5cab915",
                "reference": "253dca476f70808a5aeed3a47cc2cc88c5cab915",
                "shasum": ""
            },
            "require": {
                "doctrine/lexer": "^1 || ^2",
                "ext-tokenizer": "*",
                "php": "^7.1 || ^8.0",
                "psr/cache": "^1 || ^2 || ^3"
            },
            "require-dev": {
                "doctrine/cache": "^1.11 || ^2.0",
                "doctrine/coding-standard": "^9 || ^12",
                "phpstan/phpstan": "~1.4.10 || ^1.10.28",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
                "symfony/cache": "^4.4 || ^5.4 || ^6.4 || ^7",
                "vimeo/psalm": "^4.30 || ^5.14"
            },
            "suggest": {
                "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations"
            },
            "time": "2024-09-05T10:15:52+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Docblock Annotations Parser",
            "homepage": "https://www.doctrine-project.org/projects/annotations.html",
            "keywords": [
                "annotations",
                "docblock",
                "parser"
            ],
            "support": {
                "issues": "https://github.com/doctrine/annotations/issues",
                "source": "https://github.com/doctrine/annotations/tree/1.14.4"
            },
            "install-path": "../doctrine/annotations"
        },
        {
            "name": "doctrine/cache",
            "version": "2.2.0",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/cache.git",
                "reference": "1ca8f21980e770095a31456042471a57bc4c68fb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/cache/zipball/1ca8f21980e770095a31456042471a57bc4c68fb",
                "reference": "1ca8f21980e770095a31456042471a57bc4c68fb",
                "shasum": ""
            },
            "require": {
                "php": "~7.1 || ^8.0"
            },
            "conflict": {
                "doctrine/common": ">2.2,<2.4"
            },
            "require-dev": {
                "cache/integration-tests": "dev-master",
                "doctrine/coding-standard": "^9",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
                "psr/cache": "^1.0 || ^2.0 || ^3.0",
                "symfony/cache": "^4.4 || ^5.4 || ^6",
                "symfony/var-exporter": "^4.4 || ^5.4 || ^6"
            },
            "time": "2022-05-20T20:07:39+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
            "homepage": "https://www.doctrine-project.org/projects/cache.html",
            "keywords": [
                "abstraction",
                "apcu",
                "cache",
                "caching",
                "couchdb",
                "memcached",
                "php",
                "redis",
                "xcache"
            ],
            "support": {
                "issues": "https://github.com/doctrine/cache/issues",
                "source": "https://github.com/doctrine/cache/tree/2.2.0"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
                    "type": "tidelift"
                }
            ],
            "install-path": "../doctrine/cache"
        },
        {
            "name": "doctrine/dbal",
            "version": "2.13.9",
            "version_normalized": "2.13.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/dbal.git",
                "reference": "c480849ca3ad6706a39c970cdfe6888fa8a058b8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/c480849ca3ad6706a39c970cdfe6888fa8a058b8",
                "reference": "c480849ca3ad6706a39c970cdfe6888fa8a058b8",
                "shasum": ""
            },
            "require": {
                "doctrine/cache": "^1.0|^2.0",
                "doctrine/deprecations": "^0.5.3|^1",
                "doctrine/event-manager": "^1.0",
                "ext-pdo": "*",
                "php": "^7.1 || ^8"
            },
            "require-dev": {
                "doctrine/coding-standard": "9.0.0",
                "jetbrains/phpstorm-stubs": "2021.1",
                "phpstan/phpstan": "1.4.6",
                "phpunit/phpunit": "^7.5.20|^8.5|9.5.16",
                "psalm/plugin-phpunit": "0.16.1",
                "squizlabs/php_codesniffer": "3.6.2",
                "symfony/cache": "^4.4",
                "symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
                "vimeo/psalm": "4.22.0"
            },
            "suggest": {
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
            },
            "time": "2022-05-02T20:28:55+00:00",
            "bin": [
                "bin/doctrine-dbal"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                }
            ],
            "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
            "homepage": "https://www.doctrine-project.org/projects/dbal.html",
            "keywords": [
                "abstraction",
                "database",
                "db2",
                "dbal",
                "mariadb",
                "mssql",
                "mysql",
                "oci8",
                "oracle",
                "pdo",
                "pgsql",
                "postgresql",
                "queryobject",
                "sasql",
                "sql",
                "sqlanywhere",
                "sqlite",
                "sqlserver",
                "sqlsrv"
            ],
            "support": {
                "issues": "https://github.com/doctrine/dbal/issues",
                "source": "https://github.com/doctrine/dbal/tree/2.13.9"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
                    "type": "tidelift"
                }
            ],
            "install-path": "../doctrine/dbal"
        },
        {
            "name": "doctrine/deprecations",
            "version": "1.1.5",
            "version_normalized": "1.1.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/deprecations.git",
                "reference": "459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/deprecations/zipball/459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38",
                "reference": "459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "conflict": {
                "phpunit/phpunit": "<=7.5 || >=13"
            },
            "require-dev": {
                "doctrine/coding-standard": "^9 || ^12 || ^13",
                "phpstan/phpstan": "1.4.10 || 2.1.11",
                "phpstan/phpstan-phpunit": "^1.0 || ^2",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12",
                "psr/log": "^1 || ^2 || ^3"
            },
            "suggest": {
                "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
            },
            "time": "2025-04-07T20:06:18+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Deprecations\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
            "homepage": "https://www.doctrine-project.org/",
            "support": {
                "issues": "https://github.com/doctrine/deprecations/issues",
                "source": "https://github.com/doctrine/deprecations/tree/1.1.5"
            },
            "install-path": "../doctrine/deprecations"
        },
        {
            "name": "doctrine/event-manager",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/event-manager.git",
                "reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/event-manager/zipball/95aa4cb529f1e96576f3fda9f5705ada4056a520",
                "reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520",
                "shasum": ""
            },
            "require": {
                "doctrine/deprecations": "^0.5.3 || ^1",
                "php": "^7.1 || ^8.0"
            },
            "conflict": {
                "doctrine/common": "<2.9"
            },
            "require-dev": {
                "doctrine/coding-standard": "^9 || ^10",
                "phpstan/phpstan": "~1.4.10 || ^1.8.8",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
                "vimeo/psalm": "^4.24"
            },
            "time": "2022-10-12T20:51:15+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                },
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
                }
            ],
            "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
            "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
            "keywords": [
                "event",
                "event dispatcher",
                "event manager",
                "event system",
                "events"
            ],
            "support": {
                "issues": "https://github.com/doctrine/event-manager/issues",
                "source": "https://github.com/doctrine/event-manager/tree/1.2.0"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
                    "type": "tidelift"
                }
            ],
            "install-path": "../doctrine/event-manager"
        },
        {
            "name": "doctrine/instantiator",
            "version": "1.5.0",
            "version_normalized": "1.5.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/instantiator.git",
                "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
                "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^9 || ^11",
                "ext-pdo": "*",
                "ext-phar": "*",
                "phpbench/phpbench": "^0.16 || ^1",
                "phpstan/phpstan": "^1.4",
                "phpstan/phpstan-phpunit": "^1",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
                "vimeo/psalm": "^4.30 || ^5.4"
            },
            "time": "2022-12-30T00:15:36+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com",
                    "homepage": "https://ocramius.github.io/"
                }
            ],
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
            "keywords": [
                "constructor",
                "instantiate"
            ],
            "support": {
                "issues": "https://github.com/doctrine/instantiator/issues",
                "source": "https://github.com/doctrine/instantiator/tree/1.5.0"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
                    "type": "tidelift"
                }
            ],
            "install-path": "../doctrine/instantiator"
        },
        {
            "name": "doctrine/lexer",
            "version": "1.2.3",
            "version_normalized": "1.2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/lexer.git",
                "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229",
                "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^9.0",
                "phpstan/phpstan": "^1.3",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
                "vimeo/psalm": "^4.11"
            },
            "time": "2022-02-28T11:07:21+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
            "homepage": "https://www.doctrine-project.org/projects/lexer.html",
            "keywords": [
                "annotations",
                "docblock",
                "lexer",
                "parser",
                "php"
            ],
            "support": {
                "issues": "https://github.com/doctrine/lexer/issues",
                "source": "https://github.com/doctrine/lexer/tree/1.2.3"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
                    "type": "tidelift"
                }
            ],
            "install-path": "../doctrine/lexer"
        },
        {
            "name": "egulias/email-validator",
            "version": "3.2.6",
            "version_normalized": "3.2.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/egulias/EmailValidator.git",
                "reference": "e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7",
                "reference": "e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7",
                "shasum": ""
            },
            "require": {
                "doctrine/lexer": "^1.2|^2",
                "php": ">=7.2",
                "symfony/polyfill-intl-idn": "^1.15"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.5.8|^9.3.3",
                "vimeo/psalm": "^4"
            },
            "suggest": {
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
            },
            "time": "2023-06-01T07:04:22+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Egulias\\EmailValidator\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Eduardo Gulias Davis"
                }
            ],
            "description": "A library for validating emails against several RFCs",
            "homepage": "https://github.com/egulias/EmailValidator",
            "keywords": [
                "email",
                "emailvalidation",
                "emailvalidator",
                "validation",
                "validator"
            ],
            "support": {
                "issues": "https://github.com/egulias/EmailValidator/issues",
                "source": "https://github.com/egulias/EmailValidator/tree/3.2.6"
            },
            "funding": [
                {
                    "url": "https://github.com/egulias",
                    "type": "github"
                }
            ],
            "install-path": "../egulias/email-validator"
        },
        {
            "name": "enshrined/svg-sanitize",
            "version": "0.18.0",
            "version_normalized": "0.18.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/darylldoyle/svg-sanitizer.git",
                "reference": "6a2c069dab3843ca4d887ff09c972fc7033888d0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/6a2c069dab3843ca4d887ff09c972fc7033888d0",
                "reference": "6a2c069dab3843ca4d887ff09c972fc7033888d0",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-libxml": "*",
                "php": "^5.6 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.7 || ^6.5 || ^8.5"
            },
            "time": "2024-02-22T17:51:05+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "enshrined\\svgSanitize\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Daryll Doyle",
                    "email": "daryll@enshrined.co.uk"
                }
            ],
            "description": "An SVG sanitizer for PHP",
            "support": {
                "issues": "https://github.com/darylldoyle/svg-sanitizer/issues",
                "source": "https://github.com/darylldoyle/svg-sanitizer/tree/0.18.0"
            },
            "install-path": "../enshrined/svg-sanitize"
        },
        {
            "name": "fluidtypo3/vhs",
            "version": "7.0.3",
            "version_normalized": "7.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/FluidTYPO3/vhs.git",
                "reference": "e0df945780fea29c8d2828ac96736b9d24588619"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/FluidTYPO3/vhs/zipball/e0df945780fea29c8d2828ac96736b9d24588619",
                "reference": "e0df945780fea29c8d2828ac96736b9d24588619",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": "^7.4.0 || ^8",
                "typo3/cms-backend": "^10 || ^11 || ^12 || dev-master",
                "typo3/cms-core": "^10 || ^11 || ^12 || dev-master",
                "typo3/cms-extbase": "^10 || ^11 || ^12 || dev-master",
                "typo3/cms-fluid": "^10 || ^11 || ^12 || dev-master",
                "typo3/cms-frontend": "^10 || ^11 || ^12 || dev-master"
            },
            "replace": {
                "typo3-ter/vhs": "self.version"
            },
            "require-dev": {
                "fluidtypo3/development": "^5",
                "mikey179/vfsstream": "^1.6",
                "php-coveralls/php-coveralls": "^2.5",
                "phpstan/phpstan": "^1.8",
                "phpunit/phpunit": "^5.7 || ^9.5",
                "squizlabs/php_codesniffer": "^3.7"
            },
            "suggest": {
                "ext-json": "Enable use of v:format.json.encode and v:format.json.decode",
                "ext-tidy": "Allows to make use of the tidy ViewHelper v:format.tidy",
                "ext-zlib": "Enable use of v:format.placeholder.lipsum with default lipsum text"
            },
            "time": "2024-04-23T12:00:30+00:00",
            "type": "typo3-cms-extension",
            "extra": {
                "typo3/cms": {
                    "extension-key": "vhs"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "FluidTYPO3\\Vhs\\": "Classes/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "This is a collection of ViewHelpers for performing rendering tasks that are not natively provided by TYPO3's Fluid templating engine.",
            "homepage": "https://fluidtypo3.org",
            "keywords": [
                "TYPO3 CMS",
                "fedext",
                "fluid",
                "templating",
                "utility",
                "viewhelper"
            ],
            "support": {
                "chat": "https://typo3.slack.com/archives/C79562JES",
                "docs": "https://viewhelpers.fluidtypo3.org/fluidtypo3/vhs/",
                "issues": "https://github.com/FluidTYPO3/vhs/issues",
                "source": "https://github.com/FluidTYPO3/vhs"
            },
            "install-path": "../../public/typo3conf/ext/vhs"
        },
        {
            "name": "friendsoftypo3/fontawesome-provider",
            "version": "v1.0.5",
            "version_normalized": "1.0.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/FriendsOfTYPO3/fontawesome-provider.git",
                "reference": "6f578d959a266671c0da2c6a5d1aca3937f1f407"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/FriendsOfTYPO3/fontawesome-provider/zipball/6f578d959a266671c0da2c6a5d1aca3937f1f407",
                "reference": "6f578d959a266671c0da2c6a5d1aca3937f1f407",
                "shasum": ""
            },
            "require": {
                "ext-simplexml": "*",
                "typo3/cms-backend": "^11.5 || ^12.0 || ^13.0 || 13.*.*@dev",
                "typo3/cms-core": "^11.5 || ^12.0 || ^13.0 || 13.*.*@dev"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.14",
                "phpstan/phpstan": "^1.9",
                "phpstan/phpstan-phpunit": "^1.3",
                "phpunit/phpunit": "^10.0"
            },
            "time": "2025-06-23T06:37:43+00:00",
            "type": "typo3-cms-extension",
            "extra": {
                "typo3/cms": {
                    "Package": {
                        "serviceProvider": "FriendsOfTYPO3\\FontawesomeProvider\\ServiceProvider"
                    },
                    "app-dir": ".build",
                    "web-dir": ".build/public",
                    "extension-key": "fontawesome_provider"
                },
                "typo3/class-alias-loader": {
                    "class-alias-maps": [
                        "Migrations/Code/ClassAliasMap.php"
                    ]
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "FriendsOfTYPO3\\FontawesomeProvider\\": "Classes/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Andreas Fernandez",
                    "email": "a.fernandez@scripting-base.de"
                }
            ],
            "description": "Integrates legacy FontawesomeIconProvider and FontAwesome 4.7",
            "support": {
                "issues": "https://github.com/FriendsOfTYPO3/fontawesome-provider/issues",
                "source": "https://github.com/FriendsOfTYPO3/fontawesome-provider/tree/v1.0.5"
            },
            "install-path": "../../public/typo3conf/ext/fontawesome_provider"
        },
        {
            "name": "georgringer/news",
            "version": "11.4.2",
            "version_normalized": "11.4.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/georgringer/news.git",
                "reference": "c4c08098f09c3cac4e6e780b31a471b9bd675ad3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/georgringer/news/zipball/c4c08098f09c3cac4e6e780b31a471b9bd675ad3",
                "reference": "c4c08098f09c3cac4e6e780b31a471b9bd675ad3",
                "shasum": ""
            },
            "require": {
                "php": ">= 7.4 < 8.4",
                "symfony/console": "^5.4 || ^6.4 || ^7.0",
                "typo3/cms-backend": "^11.5.24 || ^12.4.2",
                "typo3/cms-core": "^11.5.24 || ^12.4.2",
                "typo3/cms-extbase": "^11.5.24 || ^12.4.2",
                "typo3/cms-fluid": "^11.5.24 || ^12.4.2",
                "typo3/cms-frontend": "^11.5.24 || ^12.4.2"
            },
            "replace": {
                "typo3-ter/news": "self.version"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.47.1",
                "phpunit/phpunit": "^9.6.15",
                "typo3/cms-composer-installers": "^3.1.3 || 4.0.0-RC1 || ^5.0",
                "typo3/cms-install": "^11.5.24 || ^12.4.2",
                "typo3/cms-seo": "^11.5.24 || ^12.4.2",
                "typo3/coding-standards": "^0.5.5",
                "typo3/testing-framework": "^7.0.4",
                "webmozart/assert": "^1.11.0"
            },
            "suggest": {
                "georgringer/news-tagsuggest": "On the fly creation of tag records within a news record",
                "georgringer/numbered-pagination": "Improved pagination API",
                "reelworx/rx-shariff": "GDPR compliant social sharing",
                "typo3/cms-install": "Upgrade wizards",
                "typo3/cms-scheduler": "XML and ICS import",
                "typo3/cms-seo": "Sitemaps"
            },
            "time": "2024-05-14T18:08:12+00:00",
            "type": "typo3-cms-extension",
            "extra": {
                "typo3/cms": {
                    "extension-key": "news",
                    "app-dir": ".Build",
                    "web-dir": ".Build/Web"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GeorgRinger\\News\\": "Classes"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Georg Ringer",
                    "homepage": "https://ringer.it",
                    "role": "Developer"
                }
            ],
            "description": "Versatile news system based on Extbase & Fluid and using the latest technologies provided by TYPO3 CMS.",
            "homepage": "https://extensions.typo3.org/extension/news",
            "keywords": [
                "article",
                "extension",
                "news",
                "typo3"
            ],
            "support": {
                "docs": "https://docs.typo3.org/p/georgringer/news/main/en-us/",
                "issues": "https://github.com/georgringer/news/issues",
                "source": "https://github.com/georgringer/news"
            },
            "funding": [
                {
                    "url": "https://paypal.me/GeorgRinger/10",
                    "type": "custom"
                },
                {
                    "url": "https://www.amazon.de/hz/wishlist/ls/8F573K08TSDG",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/georgringer",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/georgringer",
                    "type": "patreon"
                }
            ],
            "install-path": "../../public/typo3conf/ext/news"
        },
        {
            "name": "gridelementsteam/gridelements",
            "version": "11.1.0",
            "version_normalized": "11.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/CodersCare/gridelements.git",
                "reference": "e99d02059a00ab1df9d852fc4b2144c17e841f4f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/CodersCare/gridelements/zipball/e99d02059a00ab1df9d852fc4b2144c17e841f4f",
                "reference": "e99d02059a00ab1df9d852fc4b2144c17e841f4f",
                "shasum": ""
            },
            "require": {
                "php": "^7.4 || ^8.0 || ^8.1 || ^8.2",
                "typo3/cms-backend": "^10.4 || ^11.5",
                "typo3/cms-core": "^10.4 || ^11.5",
                "typo3/cms-frontend": "^10.4 || ^11.5",
                "typo3/cms-recordlist": "^10.4 || ^11.5"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.1.0",
                "friendsoftypo3/phpstan-typo3": "^0.8.1",
                "phpstan/phpstan": "^0.12.99"
            },
            "time": "2023-08-02T10:50:40+00:00",
            "type": "typo3-cms-extension",
            "extra": {
                "typo3/cms": {
                    "extension-key": "gridelements"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GridElementsTeam\\Gridelements\\": "Classes/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "This TYPO3 extension extends the grid-based concept known from the backend layout of pages to regular content elements - the grid elements. It offers a lot of new features like advanced drag & drop or real references, that improve the usability of the page and list module to speed up the daily work with the backend.",
            "homepage": "https://extensions.typo3.org/extension/gridelements",
            "keywords": [
                "Gridelements",
                "TYPO3 CMS",
                "grids"
            ],
            "support": {
                "chat": "https://typo3.slack.com/archives/C037AHC38",
                "docs": "https://docs.typo3.org/p/gridelementsteam/gridelements/main/en-us/",
                "issues": "https://gitlab.com/coderscare/gridelements/-/issues",
                "source": "https://gitlab.com/coderscare/gridelements"
            },
            "install-path": "../../public/typo3conf/ext/gridelements"
        },
        {
            "name": "guzzlehttp/guzzle",
            "version": "7.9.3",
            "version_normalized": "7.9.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle.git",
                "reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7b2f29fe81dc4da0ca0ea7d42107a0845946ea77",
                "reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "guzzlehttp/promises": "^1.5.3 || ^2.0.3",
                "guzzlehttp/psr7": "^2.7.0",
                "php": "^7.2.5 || ^8.0",
                "psr/http-client": "^1.0",
                "symfony/deprecation-contracts": "^2.2 || ^3.0"
            },
            "provide": {
                "psr/http-client-implementation": "1.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "ext-curl": "*",
                "guzzle/client-integration-tests": "3.0.2",
                "php-http/message-factory": "^1.1",
                "phpunit/phpunit": "^8.5.39 || ^9.6.20",
                "psr/log": "^1.1 || ^2.0 || ^3.0"
            },
            "suggest": {
                "ext-curl": "Required for CURL handler support",
                "ext-intl": "Required for Internationalized Domain Name (IDN) support",
                "psr/log": "Required for using the Log middleware"
            },
            "time": "2025-03-27T13:37:11+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions_include.php"
                ],
                "psr-4": {
                    "GuzzleHttp\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Jeremy Lindblom",
                    "email": "jeremeamia@gmail.com",
                    "homepage": "https://github.com/jeremeamia"
                },
                {
                    "name": "George Mponos",
                    "email": "gmponos@gmail.com",
                    "homepage": "https://github.com/gmponos"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/Nyholm"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://github.com/sagikazarmark"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https://github.com/Tobion"
                }
            ],
            "description": "Guzzle is a PHP HTTP client library",
            "keywords": [
                "client",
                "curl",
                "framework",
                "http",
                "http client",
                "psr-18",
                "psr-7",
                "rest",
                "web service"
            ],
            "support": {
                "issues": "https://github.com/guzzle/guzzle/issues",
                "source": "https://github.com/guzzle/guzzle/tree/7.9.3"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://github.com/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
                    "type": "tidelift"
                }
            ],
            "install-path": "../guzzlehttp/guzzle"
        },
        {
            "name": "guzzlehttp/promises",
            "version": "2.2.0",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/promises.git",
                "reference": "7c69f28996b0a6920945dd20b3857e499d9ca96c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/promises/zipball/7c69f28996b0a6920945dd20b3857e499d9ca96c",
                "reference": "7c69f28996b0a6920945dd20b3857e499d9ca96c",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5 || ^8.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "phpunit/phpunit": "^8.5.39 || ^9.6.20"
            },
            "time": "2025-03-27T13:27:01+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Promise\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/Nyholm"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https://github.com/Tobion"
                }
            ],
            "description": "Guzzle promises library",
            "keywords": [
                "promise"
            ],
            "support": {
                "issues": "https://github.com/guzzle/promises/issues",
                "source": "https://github.com/guzzle/promises/tree/2.2.0"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://github.com/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
                    "type": "tidelift"
                }
            ],
            "install-path": "../guzzlehttp/promises"
        },
        {
            "name": "guzzlehttp/psr7",
            "version": "2.7.1",
            "version_normalized": "2.7.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/psr7.git",
                "reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/c2270caaabe631b3b44c85f99e5a04bbb8060d16",
                "reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5 || ^8.0",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.1 || ^2.0",
                "ralouphie/getallheaders": "^3.0"
            },
            "provide": {
                "psr/http-factory-implementation": "1.0",
                "psr/http-message-implementation": "1.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "http-interop/http-factory-tests": "0.9.0",
                "phpunit/phpunit": "^8.5.39 || ^9.6.20"
            },
            "suggest": {
                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
            },
            "time": "2025-03-27T12:30:47+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Psr7\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "George Mponos",
                    "email": "gmponos@gmail.com",
                    "homepage": "https://github.com/gmponos"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/Nyholm"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://github.com/sagikazarmark"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https://github.com/Tobion"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://sagikazarmark.hu"
                }
            ],
            "description": "PSR-7 message implementation that also provides common utility methods",
            "keywords": [
                "http",
                "message",
                "psr-7",
                "request",
                "response",
                "stream",
                "uri",
                "url"
            ],
            "support": {
                "issues": "https://github.com/guzzle/psr7/issues",
                "source": "https://github.com/guzzle/psr7/tree/2.7.1"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://github.com/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
                    "type": "tidelift"
                }
            ],
            "install-path": "../guzzlehttp/psr7"
        },
        {
            "name": "koch/koch-config",
            "version": "dev-main",
            "version_normalized": "dev-main",
            "dist": {
                "type": "path",
                "url": "./packages/koch_config",
                "reference": "d7e078307017fe79d887a263234d7eccd3391c20"
            },
            "require": {
                "typo3/cms-core": "^11.0 || ^12.0"
            },
            "type": "typo3-cms-extension",
            "extra": {
                "typo3/cms": {
                    "extension-key": "koch_config"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Koch\\KochConfig\\": "Classes"
                }
            },
            "authors": [
                {
                    "name": "Johannes Rebhan",
                    "role": "Developer"
                }
            ],
            "transport-options": {
                "relative": true
            },
            "install-path": "../../public/typo3conf/ext/koch_config"
        },
        {
            "name": "koch/koch-shop",
            "version": "dev-main",
            "version_normalized": "dev-main",
            "dist": {
                "type": "path",
                "url": "./packages/koch_shop",
                "reference": "f69fb239610b606fb54d38b234475cd856acc718"
            },
            "require": {
                "typo3/cms-core": "^11.0 || ^12.0"
            },
            "type": "typo3-cms-extension",
            "extra": {
                "typo3/cms": {
                    "extension-key": "koch_shop"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Koch\\KochShop\\": "Classes"
                }
            },
            "authors": [
                {
                    "name": "Johannes Rebhan",
                    "role": "Developer"
                }
            ],
            "transport-options": {
                "relative": true
            },
            "install-path": "../../public/typo3conf/ext/koch_shop"
        },
        {
            "name": "koch/koch-theme",
            "version": "dev-main",
            "version_normalized": "dev-main",
            "dist": {
                "type": "path",
                "url": "./packages/koch_theme",
                "reference": "2297859274e363e4cd44067e7a6312326c1a3e6c"
            },
            "require": {
                "typo3/cms-core": "^11.0 || ^12.0"
            },
            "type": "typo3-cms-extension",
            "extra": {
                "typo3/cms": {
                    "extension-key": "koch_theme"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Koch\\KochTheme\\": "Classes"
                }
            },
            "authors": [
                {
                    "name": "Johannes Rebhan",
                    "role": "Developer"
                }
            ],
            "transport-options": {
                "relative": true
            },
            "install-path": "../../public/typo3conf/ext/koch_theme"
        },
        {
            "name": "koch/koch-utility",
            "version": "dev-main",
            "version_normalized": "dev-main",
            "dist": {
                "type": "path",
                "url": "./packages/koch_utility",
                "reference": "1d4acde6ee29786937beda58fa0b1411594bb99d"
            },
            "require": {
                "typo3/cms-core": "^11.0 || ^12.0"
            },
            "type": "typo3-cms-extension",
            "extra": {
                "typo3/cms": {
                    "extension-key": "koch_utility"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Koch\\KochUtility\\": "Classes"
                }
            },
            "authors": [
                {
                    "name": "Johannes Rebhan",
                    "role": "Developer"
                }
            ],
            "transport-options": {
                "relative": true
            },
            "install-path": "../../public/typo3conf/ext/koch_utility"
        },
        {
            "name": "lolli42/finediff",
            "version": "1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/lolli42/FineDiff.git",
                "reference": "015a2f50782d2639c0fb21325dcf747c4136ad2b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/lolli42/FineDiff/zipball/015a2f50782d2639c0fb21325dcf747c4136ad2b",
                "reference": "015a2f50782d2639c0fb21325dcf747c4136ad2b",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=8.2"
            },
            "replace": {
                "cogpowered/finediff": "*"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.50.0",
                "phpstan/phpstan": "^1.10.57",
                "phpunit/phpunit": "^11.2.6"
            },
            "time": "2024-07-09T14:25:40+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "cogpowered\\FineDiff\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Raymond Hill"
                },
                {
                    "name": "Rob Crowe",
                    "email": "rob@cogpowered.com"
                },
                {
                    "name": "Christian Kuhn",
                    "email": "lolli@schwarzbu.ch",
                    "role": "maintainer"
                }
            ],
            "description": "PHP implementation of a Fine granularity Diff engine",
            "homepage": "https://github.com/lolli42/FineDiff",
            "keywords": [
                "diff",
                "finediff",
                "opcode",
                "string",
                "text"
            ],
            "support": {
                "issues": "https://github.com/lolli42/FineDiff/issues",
                "source": "https://github.com/lolli42/FineDiff/tree/1.1.1"
            },
            "install-path": "../lolli42/finediff"
        },
        {
            "name": "mask/mask",
            "version": "v8.3.10",
            "version_normalized": "8.3.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Gernott/mask.git",
                "reference": "3db0df5bf0387991c5b644033227343e2893a0d2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Gernott/mask/zipball/3db0df5bf0387991c5b644033227343e2893a0d2",
                "reference": "3db0df5bf0387991c5b644033227343e2893a0d2",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "friendsoftypo3/fontawesome-provider": "^1.0",
                "php": "^7.4 || ^8.0",
                "typo3/cms-backend": "^11.5.0 || ^12.4",
                "typo3/cms-core": "^11.5.0 || ^12.4",
                "typo3/cms-fluid": "^11.5.0 || ^12.4",
                "typo3/cms-fluid-styled-content": "^11.5.0 || ^12.4"
            },
            "replace": {
                "typo3-ter/mask": "self.version"
            },
            "require-dev": {
                "bnf/phpstan-psr-container": "^1.0",
                "friendsofphp/php-cs-fixer": "^3.4",
                "friendsoftypo3/phpstan-typo3": "^0.9.0",
                "phpstan/phpstan": "^1.4",
                "phpstan/phpstan-phpunit": "^1.0",
                "phpunit/phpunit": "^9.6.3",
                "typo3/coding-standards": "^0.6",
                "typo3/testing-framework": "7.x-dev"
            },
            "suggest": {
                "b13/container": "Allows creating container elements to place your Mask elements into.",
                "gridelementsteam/gridelements": "Allows creating container elements to place your Mask elements into."
            },
            "time": "2024-03-14T09:31:15+00:00",
            "type": "typo3-cms-extension",
            "extra": {
                "typo3/cms": {
                    "extension-key": "mask",
                    "web-dir": ".Build/Web"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MASK\\Mask\\": "Classes/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "WEBprofil - Gernot Ploiner e.U.",
                    "email": "office@webprofil.at",
                    "homepage": "https://www.webprofil.at",
                    "role": "Developer"
                },
                {
                    "name": "Nikita Hovratov",
                    "email": "info@nikita-hovratov.de",
                    "homepage": "https://www.nikita-hovratov.de",
                    "role": "Developer"
                }
            ],
            "description": "Create your own content elements and page templates. Easy to use, even without programming skills because of the comfortable drag and drop user interface. Stored in structured database tables. Style your frontend with Fluid tags. Ideal, if you want to switch from Templavoila.",
            "homepage": "https://extensions.typo3.org/extension/mask",
            "keywords": [
                "TYPO3 CMS",
                "contentelements",
                "mask",
                "wizard"
            ],
            "support": {
                "chat": "https://typo3.slack.com/archives/C0FD5F6P2",
                "docs": "https://docs.typo3.org/p/mask/mask/main/en-us/",
                "issues": "https://github.com/gernott/mask/issues/",
                "source": "https://github.com/gernott/mask"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/nhovratov",
                    "type": "Nikita Hovratov (Developer)"
                },
                {
                    "url": "https://github.com/sponsors/Gernott",
                    "type": "WEBprofil - Gernot Ploiner e.U. (Founder)"
                }
            ],
            "install-path": "../../public/typo3conf/ext/mask"
        },
        {
            "name": "masterminds/html5",
            "version": "2.9.0",
            "version_normalized": "2.9.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Masterminds/html5-php.git",
                "reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f5ac2c0b0a2eefca70b2ce32a5809992227e75a6",
                "reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9"
            },
            "time": "2024-03-31T07:05:07+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Masterminds\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Matt Butcher",
                    "email": "technosophos@gmail.com"
                },
                {
                    "name": "Matt Farina",
                    "email": "matt@mattfarina.com"
                },
                {
                    "name": "Asmir Mustafic",
                    "email": "goetas@gmail.com"
                }
            ],
            "description": "An HTML5 parser and serializer.",
            "homepage": "http://masterminds.github.io/html5-php",
            "keywords": [
                "HTML5",
                "dom",
                "html",
                "parser",
                "querypath",
                "serializer",
                "xml"
            ],
            "support": {
                "issues": "https://github.com/Masterminds/html5-php/issues",
                "source": "https://github.com/Masterminds/html5-php/tree/2.9.0"
            },
            "install-path": "../masterminds/html5"
        },
        {
            "name": "nesolu/headless",
            "version": "dev-main",
            "version_normalized": "dev-main",
            "dist": {
                "type": "path",
                "url": "./packages/nesolu_headless",
                "reference": "46aca73310c8027d7f9f35b2f44d75f674df256c"
            },
            "require": {
                "typo3/cms-core": "^11.0 || ^12.0",
                "voku/simple_html_dom": "^4.8"
            },
            "type": "typo3-cms-extension",
            "extra": {
                "typo3/cms": {
                    "extension-key": "nesolu_headless"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Nesolu\\NesoluHeadless\\": "Classes"
                }
            },
            "authors": [
                {
                    "name": "Nando Caruana",
                    "role": "Developer"
                }
            ],
            "transport-options": {
                "relative": true
            },
            "install-path": "../../public/typo3conf/ext/nesolu_headless"
        },
        {
            "name": "nikic/php-parser",
            "version": "v4.19.4",
            "version_normalized": "4.19.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nikic/PHP-Parser.git",
                "reference": "715f4d25e225bc47b293a8b997fe6ce99bf987d2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/715f4d25e225bc47b293a8b997fe6ce99bf987d2",
                "reference": "715f4d25e225bc47b293a8b997fe6ce99bf987d2",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": ">=7.1"
            },
            "require-dev": {
                "ircmaxell/php-yacc": "^0.0.7",
                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
            },
            "time": "2024-09-29T15:01:53+00:00",
            "bin": [
                "bin/php-parse"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.9-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PhpParser\\": "lib/PhpParser"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Nikita Popov"
                }
            ],
            "description": "A PHP parser written in PHP",
            "keywords": [
                "parser",
                "php"
            ],
            "support": {
                "issues": "https://github.com/nikic/PHP-Parser/issues",
                "source": "https://github.com/nikic/PHP-Parser/tree/v4.19.4"
            },
            "install-path": "../nikic/php-parser"
        },
        {
            "name": "phpdocumentor/reflection-common",
            "version": "2.2.0",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
                "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
                "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "time": "2020-06-27T09:03:43+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-2.x": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "phpDocumentor\\Reflection\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jaap van Otterdijk",
                    "email": "opensource@ijaap.nl"
                }
            ],
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
            "homepage": "http://www.phpdoc.org",
            "keywords": [
                "FQSEN",
                "phpDocumentor",
                "phpdoc",
                "reflection",
                "static analysis"
            ],
            "support": {
                "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
                "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
            },
            "install-path": "../phpdocumentor/reflection-common"
        },
        {
            "name": "phpdocumentor/reflection-docblock",
            "version": "5.6.2",
            "version_normalized": "5.6.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
                "reference": "92dde6a5919e34835c506ac8c523ef095a95ed62"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/92dde6a5919e34835c506ac8c523ef095a95ed62",
                "reference": "92dde6a5919e34835c506ac8c523ef095a95ed62",
                "shasum": ""
            },
            "require": {
                "doctrine/deprecations": "^1.1",
                "ext-filter": "*",
                "php": "^7.4 || ^8.0",
                "phpdocumentor/reflection-common": "^2.2",
                "phpdocumentor/type-resolver": "^1.7",
                "phpstan/phpdoc-parser": "^1.7|^2.0",
                "webmozart/assert": "^1.9.1"
            },
            "require-dev": {
                "mockery/mockery": "~1.3.5 || ~1.6.0",
                "phpstan/extension-installer": "^1.1",
                "phpstan/phpstan": "^1.8",
                "phpstan/phpstan-mockery": "^1.1",
                "phpstan/phpstan-webmozart-assert": "^1.2",
                "phpunit/phpunit": "^9.5",
                "psalm/phar": "^5.26"
            },
            "time": "2025-04-13T19:20:35+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "phpDocumentor\\Reflection\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mike van Riel",
                    "email": "me@mikevanriel.com"
                },
                {
                    "name": "Jaap van Otterdijk",
                    "email": "opensource@ijaap.nl"
                }
            ],
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
            "support": {
                "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
                "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6.2"
            },
            "install-path": "../phpdocumentor/reflection-docblock"
        },
        {
            "name": "phpdocumentor/type-resolver",
            "version": "1.10.0",
            "version_normalized": "1.10.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
                "reference": "679e3ce485b99e84c775d28e2e96fade9a7fb50a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/679e3ce485b99e84c775d28e2e96fade9a7fb50a",
                "reference": "679e3ce485b99e84c775d28e2e96fade9a7fb50a",
                "shasum": ""
            },
            "require": {
                "doctrine/deprecations": "^1.0",
                "php": "^7.3 || ^8.0",
                "phpdocumentor/reflection-common": "^2.0",
                "phpstan/phpdoc-parser": "^1.18|^2.0"
            },
            "require-dev": {
                "ext-tokenizer": "*",
                "phpbench/phpbench": "^1.2",
                "phpstan/extension-installer": "^1.1",
                "phpstan/phpstan": "^1.8",
                "phpstan/phpstan-phpunit": "^1.1",
                "phpunit/phpunit": "^9.5",
                "rector/rector": "^0.13.9",
                "vimeo/psalm": "^4.25"
            },
            "time": "2024-11-09T15:12:26+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-1.x": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "phpDocumentor\\Reflection\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mike van Riel",
                    "email": "me@mikevanriel.com"
                }
            ],
            "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
            "support": {
                "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
                "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.10.0"
            },
            "install-path": "../phpdocumentor/type-resolver"
        },
        {
            "name": "phpstan/phpdoc-parser",
            "version": "1.33.0",
            "version_normalized": "1.33.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpstan/phpdoc-parser.git",
                "reference": "82a311fd3690fb2bf7b64d5c98f912b3dd746140"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/82a311fd3690fb2bf7b64d5c98f912b3dd746140",
                "reference": "82a311fd3690fb2bf7b64d5c98f912b3dd746140",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "doctrine/annotations": "^2.0",
                "nikic/php-parser": "^4.15",
                "php-parallel-lint/php-parallel-lint": "^1.2",
                "phpstan/extension-installer": "^1.0",
                "phpstan/phpstan": "^1.5",
                "phpstan/phpstan-phpunit": "^1.1",
                "phpstan/phpstan-strict-rules": "^1.0",
                "phpunit/phpunit": "^9.5",
                "symfony/process": "^5.2"
            },
            "time": "2024-10-13T11:25:22+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PHPStan\\PhpDocParser\\": [
                        "src/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "PHPDoc parser with support for nullable, intersection and generic types",
            "support": {
                "issues": "https://github.com/phpstan/phpdoc-parser/issues",
                "source": "https://github.com/phpstan/phpdoc-parser/tree/1.33.0"
            },
            "install-path": "../phpstan/phpdoc-parser"
        },
        {
            "name": "psr/cache",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/cache.git",
                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.0"
            },
            "time": "2021-02-03T23:26:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Cache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for caching libraries",
            "keywords": [
                "cache",
                "psr",
                "psr-6"
            ],
            "support": {
                "source": "https://github.com/php-fig/cache/tree/3.0.0"
            },
            "install-path": "../psr/cache"
        },
        {
            "name": "psr/container",
            "version": "1.1.2",
            "version_normalized": "1.1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/container.git",
                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.0"
            },
            "time": "2021-11-05T16:50:12+00:00",
            "type": "library",
            "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/1.1.2"
            },
            "install-path": "../psr/container"
        },
        {
            "name": "psr/event-dispatcher",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/event-dispatcher.git",
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "time": "2019-01-08T18:20:26+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\EventDispatcher\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Standard interfaces for event handling.",
            "keywords": [
                "events",
                "psr",
                "psr-14"
            ],
            "support": {
                "issues": "https://github.com/php-fig/event-dispatcher/issues",
                "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
            },
            "install-path": "../psr/event-dispatcher"
        },
        {
            "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": "1.1",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-message.git",
                "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
                "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "time": "2023-04-04T09:50:52+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP messages",
            "homepage": "https://github.com/php-fig/http-message",
            "keywords": [
                "http",
                "http-message",
                "psr",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-message/tree/1.1"
            },
            "install-path": "../psr/http-message"
        },
        {
            "name": "psr/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"
            },
            "install-path": "../psr/http-server-handler"
        },
        {
            "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"
            },
            "install-path": "../psr/http-server-middleware"
        },
        {
            "name": "psr/log",
            "version": "1.1.4",
            "version_normalized": "1.1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2021-05-03T11:20:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Log\\": "Psr/Log/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
            "homepage": "https://github.com/php-fig/log",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "support": {
                "source": "https://github.com/php-fig/log/tree/1.1.4"
            },
            "install-path": "../psr/log"
        },
        {
            "name": "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"
            },
            "install-path": "../ralouphie/getallheaders"
        },
        {
            "name": "symfony/cache",
            "version": "v6.4.23",
            "version_normalized": "6.4.23.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/cache.git",
                "reference": "c88690befb8d4a85dc321fb78d677507f5eb141b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/cache/zipball/c88690befb8d4a85dc321fb78d677507f5eb141b",
                "reference": "c88690befb8d4a85dc321fb78d677507f5eb141b",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "psr/cache": "^2.0|^3.0",
                "psr/log": "^1.1|^2|^3",
                "symfony/cache-contracts": "^2.5|^3",
                "symfony/service-contracts": "^2.5|^3",
                "symfony/var-exporter": "^6.3.6|^7.0"
            },
            "conflict": {
                "doctrine/dbal": "<2.13.1",
                "symfony/dependency-injection": "<5.4",
                "symfony/http-kernel": "<5.4",
                "symfony/var-dumper": "<5.4"
            },
            "provide": {
                "psr/cache-implementation": "2.0|3.0",
                "psr/simple-cache-implementation": "1.0|2.0|3.0",
                "symfony/cache-implementation": "1.1|2.0|3.0"
            },
            "require-dev": {
                "cache/integration-tests": "dev-master",
                "doctrine/dbal": "^2.13.1|^3|^4",
                "predis/predis": "^1.1|^2.0",
                "psr/simple-cache": "^1.0|^2.0|^3.0",
                "symfony/config": "^5.4|^6.0|^7.0",
                "symfony/dependency-injection": "^5.4|^6.0|^7.0",
                "symfony/filesystem": "^5.4|^6.0|^7.0",
                "symfony/http-kernel": "^5.4|^6.0|^7.0",
                "symfony/messenger": "^5.4|^6.0|^7.0",
                "symfony/var-dumper": "^5.4|^6.0|^7.0"
            },
            "time": "2025-06-27T18:31:36+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Cache\\": ""
                },
                "classmap": [
                    "Traits/ValueWrapper.php"
                ],
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "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": "Provides extended PSR-6, PSR-16 (and tags) implementations",
            "homepage": "https://symfony.com",
            "keywords": [
                "caching",
                "psr6"
            ],
            "support": {
                "source": "https://github.com/symfony/cache/tree/v6.4.23"
            },
            "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/cache"
        },
        {
            "name": "symfony/cache-contracts",
            "version": "v3.6.0",
            "version_normalized": "3.6.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/cache-contracts.git",
                "reference": "5d68a57d66910405e5c0b63d6f0af941e66fc868"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/5d68a57d66910405e5c0b63d6f0af941e66fc868",
                "reference": "5d68a57d66910405e5c0b63d6f0af941e66fc868",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "psr/cache": "^3.0"
            },
            "time": "2025-03-13T15:25:07+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/contracts",
                    "name": "symfony/contracts"
                },
                "branch-alias": {
                    "dev-main": "3.6-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\Cache\\": ""
                }
            },
            "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": "Generic abstractions related to caching",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "source": "https://github.com/symfony/cache-contracts/tree/v3.6.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/cache-contracts"
        },
        {
            "name": "symfony/config",
            "version": "v5.4.46",
            "version_normalized": "5.4.46.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/config.git",
                "reference": "977c88a02d7d3f16904a81907531b19666a08e78"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/config/zipball/977c88a02d7d3f16904a81907531b19666a08e78",
                "reference": "977c88a02d7d3f16904a81907531b19666a08e78",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/filesystem": "^4.4|^5.0|^6.0",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-php80": "^1.16",
                "symfony/polyfill-php81": "^1.22"
            },
            "conflict": {
                "symfony/finder": "<4.4"
            },
            "require-dev": {
                "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
                "symfony/finder": "^4.4|^5.0|^6.0",
                "symfony/messenger": "^4.4|^5.0|^6.0",
                "symfony/service-contracts": "^1.1|^2|^3",
                "symfony/yaml": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "symfony/yaml": "To use the yaml reference dumper"
            },
            "time": "2024-10-30T07:58:02+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Config\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/config/tree/v5.4.46"
            },
            "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/config"
        },
        {
            "name": "symfony/console",
            "version": "v5.4.47",
            "version_normalized": "5.4.47.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/console.git",
                "reference": "c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/console/zipball/c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed",
                "reference": "c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php73": "^1.9",
                "symfony/polyfill-php80": "^1.16",
                "symfony/service-contracts": "^1.1|^2|^3",
                "symfony/string": "^5.1|^6.0"
            },
            "conflict": {
                "psr/log": ">=3",
                "symfony/dependency-injection": "<4.4",
                "symfony/dotenv": "<5.1",
                "symfony/event-dispatcher": "<4.4",
                "symfony/lock": "<4.4",
                "symfony/process": "<4.4"
            },
            "provide": {
                "psr/log-implementation": "1.0|2.0"
            },
            "require-dev": {
                "psr/log": "^1|^2",
                "symfony/config": "^4.4|^5.0|^6.0",
                "symfony/dependency-injection": "^4.4|^5.0|^6.0",
                "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
                "symfony/lock": "^4.4|^5.0|^6.0",
                "symfony/process": "^4.4|^5.0|^6.0",
                "symfony/var-dumper": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "psr/log": "For using the console logger",
                "symfony/event-dispatcher": "",
                "symfony/lock": "",
                "symfony/process": ""
            },
            "time": "2024-11-06T11:30:55+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Console\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Eases the creation of beautiful and testable command line interfaces",
            "homepage": "https://symfony.com",
            "keywords": [
                "cli",
                "command-line",
                "console",
                "terminal"
            ],
            "support": {
                "source": "https://github.com/symfony/console/tree/v5.4.47"
            },
            "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/console"
        },
        {
            "name": "symfony/css-selector",
            "version": "v7.3.0",
            "version_normalized": "7.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/css-selector.git",
                "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/601a5ce9aaad7bf10797e3663faefce9e26c24e2",
                "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2"
            },
            "time": "2024-09-25T14:21:43+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\CssSelector\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Jean-François Simon",
                    "email": "jeanfrancois.simon@sensiolabs.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Converts CSS selectors to XPath expressions",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/css-selector/tree/v7.3.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/css-selector"
        },
        {
            "name": "symfony/dependency-injection",
            "version": "v5.4.48",
            "version_normalized": "5.4.48.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/dependency-injection.git",
                "reference": "e5ca16dee39ef7d63e552ff0bf0a2526a1142c92"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e5ca16dee39ef7d63e552ff0bf0a2526a1142c92",
                "reference": "e5ca16dee39ef7d63e552ff0bf0a2526a1142c92",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr/container": "^1.1.1",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-php80": "^1.16",
                "symfony/polyfill-php81": "^1.22",
                "symfony/service-contracts": "^1.1.6|^2"
            },
            "conflict": {
                "ext-psr": "<1.1|>=2",
                "symfony/config": "<5.3",
                "symfony/finder": "<4.4",
                "symfony/proxy-manager-bridge": "<4.4",
                "symfony/yaml": "<4.4.26"
            },
            "provide": {
                "psr/container-implementation": "1.0",
                "symfony/service-implementation": "1.0|2.0"
            },
            "require-dev": {
                "symfony/config": "^5.3|^6.0",
                "symfony/expression-language": "^4.4|^5.0|^6.0",
                "symfony/yaml": "^4.4.26|^5.0|^6.0"
            },
            "suggest": {
                "symfony/config": "",
                "symfony/expression-language": "For using expressions in service container configuration",
                "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
                "symfony/yaml": ""
            },
            "time": "2024-11-20T10:51:57+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\DependencyInjection\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Allows you to standardize and centralize the way objects are constructed in your application",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/dependency-injection/tree/v5.4.48"
            },
            "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/dependency-injection"
        },
        {
            "name": "symfony/deprecation-contracts",
            "version": "v3.6.0",
            "version_normalized": "3.6.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/deprecation-contracts.git",
                "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62",
                "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "time": "2024-09-25T14:21:43+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/contracts",
                    "name": "symfony/contracts"
                },
                "branch-alias": {
                    "dev-main": "3.6-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "function.php"
                ]
            },
            "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": "A generic function and convention to trigger deprecation notices",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.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/deprecation-contracts"
        },
        {
            "name": "symfony/event-dispatcher",
            "version": "v6.4.13",
            "version_normalized": "6.4.13.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher.git",
                "reference": "0ffc48080ab3e9132ea74ef4e09d8dcf26bf897e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/0ffc48080ab3e9132ea74ef4e09d8dcf26bf897e",
                "reference": "0ffc48080ab3e9132ea74ef4e09d8dcf26bf897e",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "symfony/event-dispatcher-contracts": "^2.5|^3"
            },
            "conflict": {
                "symfony/dependency-injection": "<5.4",
                "symfony/service-contracts": "<2.5"
            },
            "provide": {
                "psr/event-dispatcher-implementation": "1.0",
                "symfony/event-dispatcher-implementation": "2.0|3.0"
            },
            "require-dev": {
                "psr/log": "^1|^2|^3",
                "symfony/config": "^5.4|^6.0|^7.0",
                "symfony/dependency-injection": "^5.4|^6.0|^7.0",
                "symfony/error-handler": "^5.4|^6.0|^7.0",
                "symfony/expression-language": "^5.4|^6.0|^7.0",
                "symfony/http-foundation": "^5.4|^6.0|^7.0",
                "symfony/service-contracts": "^2.5|^3",
                "symfony/stopwatch": "^5.4|^6.0|^7.0"
            },
            "time": "2024-09-25T14:18:03+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\EventDispatcher\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/event-dispatcher/tree/v6.4.13"
            },
            "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/event-dispatcher"
        },
        {
            "name": "symfony/event-dispatcher-contracts",
            "version": "v2.5.4",
            "version_normalized": "2.5.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
                "reference": "e0fe3d79b516eb75126ac6fa4cbf19b79b08c99f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/e0fe3d79b516eb75126ac6fa4cbf19b79b08c99f",
                "reference": "e0fe3d79b516eb75126ac6fa4cbf19b79b08c99f",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr/event-dispatcher": "^1"
            },
            "suggest": {
                "symfony/event-dispatcher-implementation": ""
            },
            "time": "2024-09-25T14:11:13+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/contracts",
                    "name": "symfony/contracts"
                },
                "branch-alias": {
                    "dev-main": "2.5-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\EventDispatcher\\": ""
                }
            },
            "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": "Generic abstractions related to dispatching event",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.4"
            },
            "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/event-dispatcher-contracts"
        },
        {
            "name": "symfony/expression-language",
            "version": "v5.4.45",
            "version_normalized": "5.4.45.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/expression-language.git",
                "reference": "a784b66edc4c151eb05076d04707906ee2c209a9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/expression-language/zipball/a784b66edc4c151eb05076d04707906ee2c209a9",
                "reference": "a784b66edc4c151eb05076d04707906ee2c209a9",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/cache": "^4.4|^5.0|^6.0",
                "symfony/service-contracts": "^1.1|^2|^3"
            },
            "time": "2024-10-04T14:55:40+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\ExpressionLanguage\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides an engine that can compile and evaluate expressions",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/expression-language/tree/v5.4.45"
            },
            "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/expression-language"
        },
        {
            "name": "symfony/filesystem",
            "version": "v5.4.45",
            "version_normalized": "5.4.45.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/filesystem.git",
                "reference": "57c8294ed37d4a055b77057827c67f9558c95c54"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/57c8294ed37d4a055b77057827c67f9558c95c54",
                "reference": "57c8294ed37d4a055b77057827c67f9558c95c54",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-mbstring": "~1.8",
                "symfony/polyfill-php80": "^1.16"
            },
            "require-dev": {
                "symfony/process": "^5.4|^6.4"
            },
            "time": "2024-10-22T13:05:35+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Filesystem\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides basic utilities for the filesystem",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/filesystem/tree/v5.4.45"
            },
            "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/filesystem"
        },
        {
            "name": "symfony/finder",
            "version": "v5.4.45",
            "version_normalized": "5.4.45.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/finder.git",
                "reference": "63741784cd7b9967975eec610b256eed3ede022b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/finder/zipball/63741784cd7b9967975eec610b256eed3ede022b",
                "reference": "63741784cd7b9967975eec610b256eed3ede022b",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-php80": "^1.16"
            },
            "time": "2024-09-28T13:32:08+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Finder\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Finds files and directories via an intuitive fluent interface",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/finder/tree/v5.4.45"
            },
            "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/finder"
        },
        {
            "name": "symfony/http-foundation",
            "version": "v5.4.48",
            "version_normalized": "5.4.48.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-foundation.git",
                "reference": "3f38b8af283b830e1363acd79e5bc3412d055341"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/3f38b8af283b830e1363acd79e5bc3412d055341",
                "reference": "3f38b8af283b830e1363acd79e5bc3412d055341",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-mbstring": "~1.1",
                "symfony/polyfill-php80": "^1.16"
            },
            "require-dev": {
                "predis/predis": "^1.0|^2.0",
                "symfony/cache": "^4.4|^5.0|^6.0",
                "symfony/dependency-injection": "^5.4|^6.0",
                "symfony/expression-language": "^4.4|^5.0|^6.0",
                "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
                "symfony/mime": "^4.4|^5.0|^6.0",
                "symfony/rate-limiter": "^5.2|^6.0"
            },
            "suggest": {
                "symfony/mime": "To use the file extension guesser"
            },
            "time": "2024-11-13T18:58:02+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\HttpFoundation\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Defines an object-oriented layer for the HTTP specification",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/http-foundation/tree/v5.4.48"
            },
            "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/http-foundation"
        },
        {
            "name": "symfony/lock",
            "version": "v6.4.13",
            "version_normalized": "6.4.13.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/lock.git",
                "reference": "a69c3dd151ab7e14925f119164cfdf65d55392a4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/lock/zipball/a69c3dd151ab7e14925f119164cfdf65d55392a4",
                "reference": "a69c3dd151ab7e14925f119164cfdf65d55392a4",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "psr/log": "^1|^2|^3",
                "symfony/deprecation-contracts": "^2.5|^3"
            },
            "conflict": {
                "doctrine/dbal": "<2.13",
                "symfony/cache": "<6.2"
            },
            "require-dev": {
                "doctrine/dbal": "^2.13|^3|^4",
                "predis/predis": "^1.1|^2.0"
            },
            "time": "2024-10-25T15:19:46+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Lock\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jérémy Derussé",
                    "email": "jeremy@derusse.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Creates and manages locks, a mechanism to provide exclusive access to a shared resource",
            "homepage": "https://symfony.com",
            "keywords": [
                "cas",
                "flock",
                "locking",
                "mutex",
                "redlock",
                "semaphore"
            ],
            "support": {
                "source": "https://github.com/symfony/lock/tree/v6.4.13"
            },
            "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/lock"
        },
        {
            "name": "symfony/mailer",
            "version": "v5.4.45",
            "version_normalized": "5.4.45.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/mailer.git",
                "reference": "f732e1fafdf0f4a2d865e91f1018aaca174aeed9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/mailer/zipball/f732e1fafdf0f4a2d865e91f1018aaca174aeed9",
                "reference": "f732e1fafdf0f4a2d865e91f1018aaca174aeed9",
                "shasum": ""
            },
            "require": {
                "egulias/email-validator": "^2.1.10|^3|^4",
                "php": ">=7.2.5",
                "psr/event-dispatcher": "^1",
                "psr/log": "^1|^2|^3",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
                "symfony/mime": "^5.2.6|^6.0",
                "symfony/polyfill-php80": "^1.16",
                "symfony/service-contracts": "^1.1|^2|^3"
            },
            "conflict": {
                "symfony/http-kernel": "<4.4"
            },
            "require-dev": {
                "symfony/http-client": "^4.4|^5.0|^6.0",
                "symfony/messenger": "^4.4|^5.0|^6.0"
            },
            "time": "2024-09-25T14:11:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Mailer\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Helps sending emails",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/mailer/tree/v5.4.45"
            },
            "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/mailer"
        },
        {
            "name": "symfony/mime",
            "version": "v5.4.45",
            "version_normalized": "5.4.45.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/mime.git",
                "reference": "8c1b9b3e5b52981551fc6044539af1d974e39064"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/mime/zipball/8c1b9b3e5b52981551fc6044539af1d974e39064",
                "reference": "8c1b9b3e5b52981551fc6044539af1d974e39064",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-intl-idn": "^1.10",
                "symfony/polyfill-mbstring": "^1.0",
                "symfony/polyfill-php80": "^1.16"
            },
            "conflict": {
                "egulias/email-validator": "~3.0.0",
                "phpdocumentor/reflection-docblock": "<3.2.2",
                "phpdocumentor/type-resolver": "<1.4.0",
                "symfony/mailer": "<4.4",
                "symfony/serializer": "<5.4.35|>=6,<6.3.12|>=6.4,<6.4.3"
            },
            "require-dev": {
                "egulias/email-validator": "^2.1.10|^3.1|^4",
                "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
                "symfony/dependency-injection": "^4.4|^5.0|^6.0",
                "symfony/process": "^5.4|^6.4",
                "symfony/property-access": "^4.4|^5.1|^6.0",
                "symfony/property-info": "^4.4|^5.1|^6.0",
                "symfony/serializer": "^5.4.35|~6.3.12|^6.4.3"
            },
            "time": "2024-10-23T20:18:32+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Mime\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Allows manipulating MIME messages",
            "homepage": "https://symfony.com",
            "keywords": [
                "mime",
                "mime-type"
            ],
            "support": {
                "source": "https://github.com/symfony/mime/tree/v5.4.45"
            },
            "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/mime"
        },
        {
            "name": "symfony/options-resolver",
            "version": "v5.4.45",
            "version_normalized": "5.4.45.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/options-resolver.git",
                "reference": "74e5b6f0db3e8589e6cfd5efb317a1fc2bb52fb6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/74e5b6f0db3e8589e6cfd5efb317a1fc2bb52fb6",
                "reference": "74e5b6f0db3e8589e6cfd5efb317a1fc2bb52fb6",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-php73": "~1.0",
                "symfony/polyfill-php80": "^1.16"
            },
            "time": "2024-09-25T14:11:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\OptionsResolver\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides an improved replacement for the array_replace PHP function",
            "homepage": "https://symfony.com",
            "keywords": [
                "config",
                "configuration",
                "options"
            ],
            "support": {
                "source": "https://github.com/symfony/options-resolver/tree/v5.4.45"
            },
            "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/options-resolver"
        },
        {
            "name": "symfony/polyfill-ctype",
            "version": "v1.32.0",
            "version_normalized": "1.32.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-ctype.git",
                "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
                "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "provide": {
                "ext-ctype": "*"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "time": "2024-09-09T11:45:10+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\\Ctype\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Gert de Pagter",
                    "email": "BackEndTea@gmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for ctype functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "ctype",
                "polyfill",
                "portable"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-ctype/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"
                }
            ],
            "install-path": "../symfony/polyfill-ctype"
        },
        {
            "name": "symfony/polyfill-intl-grapheme",
            "version": "v1.32.0",
            "version_normalized": "1.32.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": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "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.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"
                }
            ],
            "install-path": "../symfony/polyfill-intl-grapheme"
        },
        {
            "name": "symfony/polyfill-intl-icu",
            "version": "v1.32.0",
            "version_normalized": "1.32.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
                "reference": "763d2a91fea5681509ca01acbc1c5e450d127811"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/763d2a91fea5681509ca01acbc1c5e450d127811",
                "reference": "763d2a91fea5681509ca01acbc1c5e450d127811",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "suggest": {
                "ext-intl": "For best performance and support of other locales than \"en\""
            },
            "time": "2024-12-21T18:38:29+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\\Intl\\Icu\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ],
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "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 ICU-related data and classes",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "icu",
                "intl",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-intl-icu/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"
                }
            ],
            "install-path": "../symfony/polyfill-intl-icu"
        },
        {
            "name": "symfony/polyfill-intl-idn",
            "version": "v1.32.0",
            "version_normalized": "1.32.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-idn.git",
                "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/9614ac4d8061dc257ecc64cba1b140873dce8ad3",
                "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2",
                "symfony/polyfill-intl-normalizer": "^1.10"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2024-09-10T14:38:51+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\\Intl\\Idn\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Laurent Bassin",
                    "email": "laurent@bassin.info"
                },
                {
                    "name": "Trevor Rowbotham",
                    "email": "trevor.rowbotham@pm.me"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "idn",
                "intl",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-intl-idn/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"
                }
            ],
            "install-path": "../symfony/polyfill-intl-idn"
        },
        {
            "name": "symfony/polyfill-intl-normalizer",
            "version": "v1.32.0",
            "version_normalized": "1.32.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": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "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.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"
                }
            ],
            "install-path": "../symfony/polyfill-intl-normalizer"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.32.0",
            "version_normalized": "1.32.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
                "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
                "shasum": ""
            },
            "require": {
                "ext-iconv": "*",
                "php": ">=7.2"
            },
            "provide": {
                "ext-mbstring": "*"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "time": "2024-12-23T08:48:59+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\\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.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"
                }
            ],
            "install-path": "../symfony/polyfill-mbstring"
        },
        {
            "name": "symfony/polyfill-php73",
            "version": "v1.32.0",
            "version_normalized": "1.32.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php73.git",
                "reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f68c03565dcaaf25a890667542e8bd75fe7e5bb",
                "reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "time": "2024-09-09T11:45:10+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\\Php73\\": ""
                },
                "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 7.3+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php73/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"
                }
            ],
            "install-path": "../symfony/polyfill-php73"
        },
        {
            "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"
                }
            ],
            "install-path": "../symfony/polyfill-php80"
        },
        {
            "name": "symfony/polyfill-php81",
            "version": "v1.32.0",
            "version_normalized": "1.32.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php81.git",
                "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
                "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "time": "2024-09-09T11:45:10+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\\Php81\\": ""
                },
                "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.1+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php81/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"
                }
            ],
            "install-path": "../symfony/polyfill-php81"
        },
        {
            "name": "symfony/property-access",
            "version": "v5.4.45",
            "version_normalized": "5.4.45.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/property-access.git",
                "reference": "111e7ed617509f1a9139686055d234aad6e388e0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/property-access/zipball/111e7ed617509f1a9139686055d234aad6e388e0",
                "reference": "111e7ed617509f1a9139686055d234aad6e388e0",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-php80": "^1.16",
                "symfony/property-info": "^5.2|^6.0"
            },
            "require-dev": {
                "symfony/cache": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "psr/cache-implementation": "To cache access methods."
            },
            "time": "2024-09-25T14:11:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\PropertyAccess\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides functions to read and write from/to an object or array using a simple string notation",
            "homepage": "https://symfony.com",
            "keywords": [
                "access",
                "array",
                "extraction",
                "index",
                "injection",
                "object",
                "property",
                "property-path",
                "reflection"
            ],
            "support": {
                "source": "https://github.com/symfony/property-access/tree/v5.4.45"
            },
            "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/property-access"
        },
        {
            "name": "symfony/property-info",
            "version": "v5.4.48",
            "version_normalized": "5.4.48.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/property-info.git",
                "reference": "a0396295ad585f95fccd690bc6a281e5bd303902"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/property-info/zipball/a0396295ad585f95fccd690bc6a281e5bd303902",
                "reference": "a0396295ad585f95fccd690bc6a281e5bd303902",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-php80": "^1.16",
                "symfony/string": "^5.1|^6.0"
            },
            "conflict": {
                "phpdocumentor/reflection-docblock": "<3.2.2",
                "phpdocumentor/type-resolver": "<1.4.0",
                "symfony/dependency-injection": "<4.4"
            },
            "require-dev": {
                "doctrine/annotations": "^1.10.4|^2",
                "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
                "phpstan/phpdoc-parser": "^1.0|^2.0",
                "symfony/cache": "^4.4|^5.0|^6.0",
                "symfony/dependency-injection": "^4.4|^5.0|^6.0",
                "symfony/serializer": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "phpdocumentor/reflection-docblock": "To use the PHPDoc",
                "psr/cache-implementation": "To cache results",
                "symfony/doctrine-bridge": "To use Doctrine metadata",
                "symfony/serializer": "To use Serializer metadata"
            },
            "time": "2024-11-25T16:14:41+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\PropertyInfo\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kévin Dunglas",
                    "email": "dunglas@gmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Extracts information about PHP class' properties using metadata of popular sources",
            "homepage": "https://symfony.com",
            "keywords": [
                "doctrine",
                "phpdoc",
                "property",
                "symfony",
                "type",
                "validator"
            ],
            "support": {
                "source": "https://github.com/symfony/property-info/tree/v5.4.48"
            },
            "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/property-info"
        },
        {
            "name": "symfony/rate-limiter",
            "version": "v5.4.47",
            "version_normalized": "5.4.47.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/rate-limiter.git",
                "reference": "c902bf796ca6c9656c3cc8185b53afb9acbb7c72"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/rate-limiter/zipball/c902bf796ca6c9656c3cc8185b53afb9acbb7c72",
                "reference": "c902bf796ca6c9656c3cc8185b53afb9acbb7c72",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/lock": "^5.2|^6.0",
                "symfony/options-resolver": "^5.1|^6.0"
            },
            "require-dev": {
                "psr/cache": "^1.0|^2.0|^3.0"
            },
            "time": "2024-11-07T11:51:21+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\RateLimiter\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Wouter de Jong",
                    "email": "wouter@wouterj.nl"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides a Token Bucket implementation to rate limit input and output in your application",
            "homepage": "https://symfony.com",
            "keywords": [
                "limiter",
                "rate-limiter"
            ],
            "support": {
                "source": "https://github.com/symfony/rate-limiter/tree/v5.4.47"
            },
            "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/rate-limiter"
        },
        {
            "name": "symfony/routing",
            "version": "v5.4.48",
            "version_normalized": "5.4.48.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/routing.git",
                "reference": "dd08c19879a9b37ff14fd30dcbdf99a4cf045db1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/routing/zipball/dd08c19879a9b37ff14fd30dcbdf99a4cf045db1",
                "reference": "dd08c19879a9b37ff14fd30dcbdf99a4cf045db1",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-php80": "^1.16"
            },
            "conflict": {
                "doctrine/annotations": "<1.12",
                "symfony/config": "<5.3",
                "symfony/dependency-injection": "<4.4",
                "symfony/yaml": "<4.4"
            },
            "require-dev": {
                "doctrine/annotations": "^1.12|^2",
                "psr/log": "^1|^2|^3",
                "symfony/config": "^5.3|^6.0",
                "symfony/dependency-injection": "^4.4|^5.0|^6.0",
                "symfony/expression-language": "^4.4|^5.0|^6.0",
                "symfony/http-foundation": "^4.4|^5.0|^6.0",
                "symfony/yaml": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "symfony/config": "For using the all-in-one router or any loader",
                "symfony/expression-language": "For using expression matching",
                "symfony/http-foundation": "For using a Symfony Request object",
                "symfony/yaml": "For using the YAML loader"
            },
            "time": "2024-11-12T18:20:21+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Routing\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Maps an HTTP request to a set of configuration variables",
            "homepage": "https://symfony.com",
            "keywords": [
                "router",
                "routing",
                "uri",
                "url"
            ],
            "support": {
                "source": "https://github.com/symfony/routing/tree/v5.4.48"
            },
            "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/routing"
        },
        {
            "name": "symfony/service-contracts",
            "version": "v2.5.4",
            "version_normalized": "2.5.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/service-contracts.git",
                "reference": "f37b419f7aea2e9abf10abd261832cace12e3300"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f37b419f7aea2e9abf10abd261832cace12e3300",
                "reference": "f37b419f7aea2e9abf10abd261832cace12e3300",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr/container": "^1.1",
                "symfony/deprecation-contracts": "^2.1|^3"
            },
            "conflict": {
                "ext-psr": "<1.1|>=2"
            },
            "suggest": {
                "symfony/service-implementation": ""
            },
            "time": "2024-09-25T14:11:13+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/contracts",
                    "name": "symfony/contracts"
                },
                "branch-alias": {
                    "dev-main": "2.5-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\Service\\": ""
                }
            },
            "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": "Generic abstractions related to writing services",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "source": "https://github.com/symfony/service-contracts/tree/v2.5.4"
            },
            "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/service-contracts"
        },
        {
            "name": "symfony/string",
            "version": "v6.4.21",
            "version_normalized": "6.4.21.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/string.git",
                "reference": "73e2c6966a5aef1d4892873ed5322245295370c6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/string/zipball/73e2c6966a5aef1d4892873ed5322245295370c6",
                "reference": "73e2c6966a5aef1d4892873ed5322245295370c6",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-intl-grapheme": "~1.0",
                "symfony/polyfill-intl-normalizer": "~1.0",
                "symfony/polyfill-mbstring": "~1.0"
            },
            "conflict": {
                "symfony/translation-contracts": "<2.5"
            },
            "require-dev": {
                "symfony/error-handler": "^5.4|^6.0|^7.0",
                "symfony/http-client": "^5.4|^6.0|^7.0",
                "symfony/intl": "^6.2|^7.0",
                "symfony/translation-contracts": "^2.5|^3.0",
                "symfony/var-exporter": "^5.4|^6.0|^7.0"
            },
            "time": "2025-04-18T15:23:29+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "Resources/functions.php"
                ],
                "psr-4": {
                    "Symfony\\Component\\String\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "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": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
            "homepage": "https://symfony.com",
            "keywords": [
                "grapheme",
                "i18n",
                "string",
                "unicode",
                "utf-8",
                "utf8"
            ],
            "support": {
                "source": "https://github.com/symfony/string/tree/v6.4.21"
            },
            "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/string"
        },
        {
            "name": "symfony/var-exporter",
            "version": "v7.3.0",
            "version_normalized": "7.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/var-exporter.git",
                "reference": "c9a1168891b5aaadfd6332ef44393330b3498c4c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/c9a1168891b5aaadfd6332ef44393330b3498c4c",
                "reference": "c9a1168891b5aaadfd6332ef44393330b3498c4c",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2",
                "symfony/deprecation-contracts": "^2.5|^3"
            },
            "require-dev": {
                "symfony/property-access": "^6.4|^7.0",
                "symfony/serializer": "^6.4|^7.0",
                "symfony/var-dumper": "^6.4|^7.0"
            },
            "time": "2025-05-15T09:04:05+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\VarExporter\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "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": "Allows exporting any serializable PHP data structure to plain PHP code",
            "homepage": "https://symfony.com",
            "keywords": [
                "clone",
                "construct",
                "export",
                "hydrate",
                "instantiate",
                "lazy-loading",
                "proxy",
                "serialize"
            ],
            "support": {
                "source": "https://github.com/symfony/var-exporter/tree/v7.3.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/var-exporter"
        },
        {
            "name": "symfony/yaml",
            "version": "v5.4.45",
            "version_normalized": "5.4.45.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
                "reference": "a454d47278cc16a5db371fe73ae66a78a633371e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/yaml/zipball/a454d47278cc16a5db371fe73ae66a78a633371e",
                "reference": "a454d47278cc16a5db371fe73ae66a78a633371e",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-ctype": "^1.8"
            },
            "conflict": {
                "symfony/console": "<5.3"
            },
            "require-dev": {
                "symfony/console": "^5.3|^6.0"
            },
            "suggest": {
                "symfony/console": "For validating YAML files using the lint command"
            },
            "time": "2024-09-25T14:11:13+00:00",
            "bin": [
                "Resources/bin/yaml-lint"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Yaml\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Loads and dumps YAML files",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/yaml/tree/v5.4.45"
            },
            "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/yaml"
        },
        {
            "name": "typo3/class-alias-loader",
            "version": "v1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3/class-alias-loader.git",
                "reference": "cf2aebabe1886474da7194e1531900039263b3e0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3/class-alias-loader/zipball/cf2aebabe1886474da7194e1531900039263b3e0",
                "reference": "cf2aebabe1886474da7194e1531900039263b3e0",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0 || ^2.0",
                "php": ">=7.1"
            },
            "replace": {
                "helhum/class-alias-loader": "*"
            },
            "require-dev": {
                "composer/composer": "^1.1@dev || ^2.0@dev",
                "mikey179/vfsstream": "~1.4.0@dev",
                "phpunit/phpunit": ">4.8 <9"
            },
            "time": "2024-10-11T08:11:39+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "TYPO3\\ClassAliasLoader\\Plugin",
                "branch-alias": {
                    "dev-main": "1.1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TYPO3\\ClassAliasLoader\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Helmut Hummel",
                    "email": "info@helhum.io"
                }
            ],
            "description": "Amends the composer class loader to support class aliases to provide backwards compatibility for packages",
            "homepage": "http://github.com/TYPO3/class-alias-loader",
            "keywords": [
                "alias",
                "autoloader",
                "classloader",
                "composer"
            ],
            "support": {
                "issues": "https://github.com/TYPO3/class-alias-loader/issues",
                "source": "https://github.com/TYPO3/class-alias-loader/tree/v1.2.0"
            },
            "install-path": "../typo3/class-alias-loader"
        },
        {
            "name": "typo3/cms-backend",
            "version": "v11.5.37",
            "version_normalized": "11.5.37.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/backend.git",
                "reference": "0901509af45490c8cabd0e3efae3c7cf92bbf2b4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/backend/zipball/0901509af45490c8cabd0e3efae3c7cf92bbf2b4",
                "reference": "0901509af45490c8cabd0e3efae3c7cf92bbf2b4",
                "shasum": ""
            },
            "require": {
                "psr/event-dispatcher": "^1.0",
                "typo3/cms-core": "11.5.37",
                "typo3/cms-recordlist": "11.5.37"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "replace": {
                "typo3/cms-about": "self.version",
                "typo3/cms-context-help": "self.version",
                "typo3/cms-cshmanual": "self.version",
                "typo3/cms-func-wizards": "self.version",
                "typo3/cms-wizard-crpages": "self.version",
                "typo3/cms-wizard-sortpages": "self.version"
            },
            "suggest": {
                "typo3/cms-install": "To generate url to install tool in environment toolbar"
            },
            "time": "2024-05-14T08:21:16+00:00",
            "type": "typo3-cms-framework",
            "extra": {
                "branch-alias": {
                    "dev-master": "11.5.x-dev"
                },
                "typo3/cms": {
                    "Package": {
                        "serviceProvider": "TYPO3\\CMS\\Backend\\ServiceProvider",
                        "protected": true,
                        "partOfFactoryDefault": true,
                        "partOfMinimalUsableSystem": true
                    },
                    "extension-key": "backend"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TYPO3\\CMS\\Backend\\": "Classes/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "TYPO3 Core Team",
                    "email": "typo3cms@typo3.org",
                    "role": "Developer"
                }
            ],
            "description": "Classes for the TYPO3 backend.",
            "homepage": "https://typo3.org",
            "support": {
                "chat": "https://typo3.org/help",
                "docs": "https://docs.typo3.org",
                "issues": "https://forge.typo3.org",
                "source": "https://github.com/typo3/typo3"
            },
            "install-path": "../../public/typo3/sysext/backend"
        },
        {
            "name": "typo3/cms-belog",
            "version": "v11.5.37",
            "version_normalized": "11.5.37.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/belog.git",
                "reference": "6e218d3edc6b971f6ab6c8de46d86d5bff8132ba"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/belog/zipball/6e218d3edc6b971f6ab6c8de46d86d5bff8132ba",
                "reference": "6e218d3edc6b971f6ab6c8de46d86d5bff8132ba",
                "shasum": ""
            },
            "require": {
                "typo3/cms-core": "11.5.37"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "time": "2024-05-14T08:21:16+00:00",
            "type": "typo3-cms-framework",
            "extra": {
                "branch-alias": {
                    "dev-master": "11.5.x-dev"
                },
                "typo3/cms": {
                    "Package": {
                        "partOfFactoryDefault": true
                    },
                    "extension-key": "belog"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TYPO3\\CMS\\Belog\\": "Classes/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "TYPO3 Core Team",
                    "email": "typo3cms@typo3.org",
                    "role": "Developer"
                }
            ],
            "description": "Displays backend log, both per page and system wide. Available as the module Tools>Log (system wide overview) and Web>Info/Log (page relative overview).",
            "homepage": "https://typo3.org",
            "support": {
                "chat": "https://typo3.org/help",
                "docs": "https://docs.typo3.org",
                "issues": "https://forge.typo3.org",
                "source": "https://github.com/typo3/typo3"
            },
            "install-path": "../../public/typo3/sysext/belog"
        },
        {
            "name": "typo3/cms-beuser",
            "version": "v11.5.37",
            "version_normalized": "11.5.37.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/beuser.git",
                "reference": "631a0df06602599cf02ade0ca98e4ff280747505"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/beuser/zipball/631a0df06602599cf02ade0ca98e4ff280747505",
                "reference": "631a0df06602599cf02ade0ca98e4ff280747505",
                "shasum": ""
            },
            "require": {
                "typo3/cms-core": "11.5.37"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "time": "2024-05-14T08:21:16+00:00",
            "type": "typo3-cms-framework",
            "extra": {
                "branch-alias": {
                    "dev-master": "11.5.x-dev"
                },
                "typo3/cms": {
                    "Package": {
                        "partOfFactoryDefault": true
                    },
                    "extension-key": "beuser"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TYPO3\\CMS\\Beuser\\": "Classes/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "TYPO3 Core Team",
                    "email": "typo3cms@typo3.org",
                    "role": "Developer"
                }
            ],
            "description": "Backend user administration and overview. Allows you to compare the settings of users and verify their permissions and see who is online.",
            "homepage": "https://typo3.org",
            "support": {
                "chat": "https://typo3.org/help",
                "docs": "https://docs.typo3.org",
                "issues": "https://forge.typo3.org",
                "source": "https://github.com/typo3/typo3"
            },
            "install-path": "../../public/typo3/sysext/beuser"
        },
        {
            "name": "typo3/cms-cli",
            "version": "3.1.2",
            "version_normalized": "3.1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3/cms-cli.git",
                "reference": "e7ad171e5abf790db17296d33268e1a620452558"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3/cms-cli/zipball/e7ad171e5abf790db17296d33268e1a620452558",
                "reference": "e7ad171e5abf790db17296d33268e1a620452558",
                "shasum": ""
            },
            "require": {
                "php": "^7.0 || ^8.0"
            },
            "conflict": {
                "phpstan/phpdoc-parser": "<1.0 || >=2.0"
            },
            "time": "2024-11-13T12:02:24+00:00",
            "bin": [
                "typo3"
            ],
            "type": "library",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "TYPO3 command line binary",
            "homepage": "https://typo3.org",
            "support": {
                "issues": "https://github.com/TYPO3/cms-cli/issues",
                "source": "https://github.com/TYPO3/cms-cli/tree/3.1.2"
            },
            "install-path": "../typo3/cms-cli"
        },
        {
            "name": "typo3/cms-composer-installers",
            "version": "v3.1.4",
            "version_normalized": "3.1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3/CmsComposerInstallers.git",
                "reference": "29fb214976fe05f39c7d0619ce1d648d59c50a08"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3/CmsComposerInstallers/zipball/29fb214976fe05f39c7d0619ce1d648d59c50a08",
                "reference": "29fb214976fe05f39c7d0619ce1d648d59c50a08",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0.0 || ^2.0.0",
                "php": "^7.2 || ^8.0"
            },
            "conflict": {
                "composer/installers": "<2.0.0"
            },
            "replace": {
                "lw/typo3cms-installers": "*",
                "netresearch/composer-installers": "*"
            },
            "require-dev": {
                "composer/composer": "1.2.*@dev || 2.0.*@dev",
                "friendsofphp/php-cs-fixer": "^2.18",
                "overtrue/phplint": "^2.0",
                "phpunit/phpunit": "^8.5"
            },
            "time": "2024-08-13T14:56:37+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "TYPO3\\CMS\\Composer\\Installer\\Plugin",
                "branch-alias": {
                    "dev-main": "3.1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TYPO3\\CMS\\Composer\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "TYPO3 CMS Core Team",
                    "homepage": "https://forge.typo3.org/projects/typo3cms-core",
                    "role": "Developer"
                },
                {
                    "name": "The TYPO3 Community",
                    "homepage": "https://typo3.org/community/",
                    "role": "Contributor"
                }
            ],
            "description": "TYPO3 CMS Installers",
            "homepage": "https://github.com/TYPO3/CmsComposerInstallers",
            "keywords": [
                "cms",
                "core",
                "extension",
                "installer",
                "typo3"
            ],
            "support": {
                "general": "https://typo3.org/support/",
                "issues": "https://github.com/TYPO3/CmsComposerInstallers/issues",
                "source": "https://github.com/TYPO3/CmsComposerInstallers/tree/v3.1.4"
            },
            "install-path": "../typo3/cms-composer-installers"
        },
        {
            "name": "typo3/cms-core",
            "version": "v11.5.37",
            "version_normalized": "11.5.37.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/core.git",
                "reference": "0f5faacc2173b6e5d0828141fa11bd28dd0ebc5a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/core/zipball/0f5faacc2173b6e5d0828141fa11bd28dd0ebc5a",
                "reference": "0f5faacc2173b6e5d0828141fa11bd28dd0ebc5a",
                "shasum": ""
            },
            "require": {
                "bacon/bacon-qr-code": "^2.0.4",
                "christian-riesen/base32": "^1.6",
                "composer-runtime-api": "^2.1",
                "doctrine/annotations": "^1.11",
                "doctrine/dbal": "^2.13.8",
                "doctrine/event-manager": "^1.0.0",
                "doctrine/instantiator": "^1.4",
                "doctrine/lexer": "^1.2.3",
                "egulias/email-validator": "^3.2.1",
                "enshrined/svg-sanitize": "^0.18.0",
                "ext-dom": "*",
                "ext-json": "*",
                "ext-libxml": "*",
                "ext-pcre": "*",
                "ext-pdo": "*",
                "ext-session": "*",
                "ext-xml": "*",
                "guzzlehttp/guzzle": "^7.7.0",
                "guzzlehttp/psr7": "^2.4.3",
                "lolli42/finediff": "^1.0.1",
                "masterminds/html5": "^2.7.6",
                "nikic/php-parser": "^4.13.2",
                "php": "^7.4 || ^8.0",
                "psr/container": "^1.1 || ^2.0",
                "psr/event-dispatcher": "^1.0",
                "psr/http-client": "^1.0",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.0",
                "psr/http-server-handler": "^1.0",
                "psr/http-server-middleware": "^1.0",
                "psr/log": "^1.0",
                "symfony/config": "^5.4",
                "symfony/console": "^5.4",
                "symfony/dependency-injection": "^5.4",
                "symfony/event-dispatcher-contracts": "^1.1 || ^2.0",
                "symfony/expression-language": "^5.4",
                "symfony/filesystem": "^5.4",
                "symfony/finder": "^5.4",
                "symfony/http-foundation": "^5.4",
                "symfony/mailer": "^5.4",
                "symfony/mime": "^5.4",
                "symfony/options-resolver": "^5.4",
                "symfony/polyfill-intl-icu": "^1.23.0",
                "symfony/polyfill-intl-idn": "^1.23.0",
                "symfony/polyfill-intl-normalizer": "^1.27",
                "symfony/polyfill-mbstring": "^1.23.1",
                "symfony/polyfill-php80": "^1.23.1",
                "symfony/polyfill-php81": "^1.23",
                "symfony/rate-limiter": "^5.4.8",
                "symfony/routing": "^5.4",
                "symfony/yaml": "^5.4",
                "typo3/class-alias-loader": "^1.1.4",
                "typo3/cms-cli": "^3.1",
                "typo3/cms-composer-installers": "^2.0 || ^3.0 || ^4.0",
                "typo3/html-sanitizer": "^2.1.4",
                "typo3/phar-stream-wrapper": "^3.1.7",
                "typo3/symfony-psr-event-dispatcher-adapter": "^1.0 || ^2.0",
                "typo3fluid/fluid": "^2.7.2"
            },
            "conflict": {
                "hoa/core": "*",
                "typo3/cms": "*"
            },
            "provide": {
                "psr/http-factory-implementation": "1.0",
                "psr/http-message-implementation": "1.0"
            },
            "replace": {
                "typo3/cms-lang": "self.version",
                "typo3/cms-saltedpasswords": "self.version",
                "typo3/cms-sv": "self.version"
            },
            "suggest": {
                "ext-fileinfo": "Used for proper file type detection in the file abstraction layer",
                "ext-gd": "GDlib/Freetype is required for building images with text (GIFBUILDER) and can also be used to scale images",
                "ext-intl": "TYPO3 with unicode-based filesystems",
                "ext-mysqli": "",
                "ext-openssl": "OpenSSL is required for sending SMTP mails over an encrypted channel endpoint",
                "ext-zip": "",
                "ext-zlib": "TYPO3 uses zlib for amongst others output compression and un/packing t3x extension files"
            },
            "time": "2024-05-14T08:21:16+00:00",
            "type": "typo3-cms-framework",
            "extra": {
                "branch-alias": {
                    "dev-master": "11.5.x-dev"
                },
                "typo3/cms": {
                    "Package": {
                        "serviceProvider": "TYPO3\\CMS\\Core\\ServiceProvider",
                        "protected": true,
                        "partOfFactoryDefault": true,
                        "partOfMinimalUsableSystem": true
                    },
                    "extension-key": "core"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "Resources/PHP/GlobalDebugFunctions.php"
                ],
                "psr-4": {
                    "TYPO3\\CMS\\Core\\": "Classes/"
                },
                "classmap": [
                    "Resources/PHP/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "TYPO3 Core Team",
                    "email": "typo3cms@typo3.org",
                    "role": "Developer"
                }
            ],
            "description": "The core library of TYPO3.",
            "homepage": "https://typo3.org",
            "support": {
                "chat": "https://typo3.org/help",
                "docs": "https://docs.typo3.org",
                "issues": "https://forge.typo3.org",
                "source": "https://github.com/typo3/typo3"
            },
            "install-path": "../../public/typo3/sysext/core"
        },
        {
            "name": "typo3/cms-dashboard",
            "version": "v11.5.37",
            "version_normalized": "11.5.37.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/dashboard.git",
                "reference": "307793e4ba5bb049d0b783858fc0a8dd1e5bbb34"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/dashboard/zipball/307793e4ba5bb049d0b783858fc0a8dd1e5bbb34",
                "reference": "307793e4ba5bb049d0b783858fc0a8dd1e5bbb34",
                "shasum": ""
            },
            "require": {
                "typo3/cms-backend": "11.5.37",
                "typo3/cms-core": "11.5.37",
                "typo3/cms-extbase": "11.5.37",
                "typo3/cms-fluid": "11.5.37",
                "typo3/cms-frontend": "11.5.37"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "time": "2024-05-14T08:21:16+00:00",
            "type": "typo3-cms-framework",
            "extra": {
                "branch-alias": {
                    "dev-master": "11.5.x-dev"
                },
                "typo3/cms": {
                    "extension-key": "dashboard",
                    "Package": {
                        "serviceProvider": "TYPO3\\CMS\\Dashboard\\ServiceProvider",
                        "partOfFactoryDefault": true
                    }
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TYPO3\\CMS\\Dashboard\\": "Classes/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "TYPO3 Core Team",
                    "email": "typo3cms@typo3.org",
                    "role": "Developer"
                }
            ],
            "description": "Dashboard for TYPO3.",
            "homepage": "https://typo3.org",
            "support": {
                "chat": "https://typo3.org/help",
                "docs": "https://docs.typo3.org/c/typo3/cms-dashboard/11.5/en-us/",
                "issues": "https://forge.typo3.org",
                "source": "https://github.com/typo3/typo3"
            },
            "install-path": "../../public/typo3/sysext/dashboard"
        },
        {
            "name": "typo3/cms-extbase",
            "version": "v11.5.37",
            "version_normalized": "11.5.37.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/extbase.git",
                "reference": "67a28530a40dbf9276fb55301a0c1a26f3360f15"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/extbase/zipball/67a28530a40dbf9276fb55301a0c1a26f3360f15",
                "reference": "67a28530a40dbf9276fb55301a0c1a26f3360f15",
                "shasum": ""
            },
            "require": {
                "phpdocumentor/reflection-docblock": "^5.2",
                "phpdocumentor/type-resolver": "^1.4",
                "symfony/dependency-injection": "^5.4",
                "symfony/property-access": "^5.4",
                "symfony/property-info": "^5.4",
                "typo3/cms-core": "11.5.37"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "suggest": {
                "typo3/cms-scheduler": "Additional scheduler tasks"
            },
            "time": "2024-05-14T08:21:16+00:00",
            "type": "typo3-cms-framework",
            "extra": {
                "branch-alias": {
                    "dev-master": "11.5.x-dev"
                },
                "typo3/cms": {
                    "Package": {
                        "serviceProvider": "TYPO3\\CMS\\Extbase\\ServiceProvider",
                        "protected": true,
                        "partOfFactoryDefault": true,
                        "partOfMinimalUsableSystem": true
                    },
                    "extension-key": "extbase"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TYPO3\\CMS\\Extbase\\": "Classes/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "TYPO3 Core Team",
                    "email": "typo3cms@typo3.org",
                    "role": "Developer"
                }
            ],
            "description": "A framework to build extensions for TYPO3 CMS.",
            "homepage": "https://typo3.org",
            "support": {
                "chat": "https://typo3.org/help",
                "docs": "https://docs.typo3.org",
                "issues": "https://forge.typo3.org",
                "source": "https://github.com/typo3/typo3"
            },
            "install-path": "../../public/typo3/sysext/extbase"
        },
        {
            "name": "typo3/cms-extensionmanager",
            "version": "v11.5.37",
            "version_normalized": "11.5.37.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/extensionmanager.git",
                "reference": "7d6d922c04378ebf4b7e24b0f7b97b98448d7a2a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/extensionmanager/zipball/7d6d922c04378ebf4b7e24b0f7b97b98448d7a2a",
                "reference": "7d6d922c04378ebf4b7e24b0f7b97b98448d7a2a",
                "shasum": ""
            },
            "require": {
                "ext-libxml": "*",
                "typo3/cms-core": "11.5.37"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "time": "2024-05-14T08:21:16+00:00",
            "type": "typo3-cms-framework",
            "extra": {
                "branch-alias": {
                    "dev-master": "11.5.x-dev"
                },
                "typo3/cms": {
                    "Package": {
                        "protected": true,
                        "partOfFactoryDefault": true,
                        "partOfMinimalUsableSystem": true
                    },
                    "extension-key": "extensionmanager"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TYPO3\\CMS\\Extensionmanager\\": "Classes/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "TYPO3 Core Team",
                    "email": "typo3cms@typo3.org",
                    "role": "Developer"
                }
            ],
            "description": "TYPO3 Extension Manager",
            "homepage": "https://typo3.org",
            "support": {
                "chat": "https://typo3.org/help",
                "docs": "https://docs.typo3.org",
                "issues": "https://forge.typo3.org",
                "source": "https://github.com/typo3/typo3"
            },
            "install-path": "../../public/typo3/sysext/extensionmanager"
        },
        {
            "name": "typo3/cms-felogin",
            "version": "v11.5.37",
            "version_normalized": "11.5.37.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/felogin.git",
                "reference": "a1ff602d90a67322c2eac68c8e57eb2048642b3d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/felogin/zipball/a1ff602d90a67322c2eac68c8e57eb2048642b3d",
                "reference": "a1ff602d90a67322c2eac68c8e57eb2048642b3d",
                "shasum": ""
            },
            "require": {
                "typo3/cms-core": "11.5.37"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "time": "2024-05-14T08:21:16+00:00",
            "type": "typo3-cms-framework",
            "extra": {
                "branch-alias": {
                    "dev-master": "11.5.x-dev"
                },
                "typo3/cms": {
                    "Package": {
                        "partOfFactoryDefault": true
                    },
                    "extension-key": "felogin"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TYPO3\\CMS\\FrontendLogin\\": "Classes/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "TYPO3 Core Team",
                    "email": "typo3cms@typo3.org",
                    "role": "Developer"
                }
            ],
            "description": "A template-based plugin to log in Website Users in the Frontend",
            "homepage": "https://typo3.org",
            "support": {
                "chat": "https://typo3.org/help",
                "docs": "https://docs.typo3.org/c/typo3/cms-felogin/11.5/en-us",
                "issues": "https://forge.typo3.org",
                "source": "https://github.com/typo3/typo3"
            },
            "install-path": "../../public/typo3/sysext/felogin"
        },
        {
            "name": "typo3/cms-filelist",
            "version": "v11.5.37",
            "version_normalized": "11.5.37.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/filelist.git",
                "reference": "7ceefdc680c3427ad6d44e387563f2c731c404d5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/filelist/zipball/7ceefdc680c3427ad6d44e387563f2c731c404d5",
                "reference": "7ceefdc680c3427ad6d44e387563f2c731c404d5",
                "shasum": ""
            },
            "require": {
                "typo3/cms-core": "11.5.37"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "time": "2024-05-14T08:21:16+00:00",
            "type": "typo3-cms-framework",
            "extra": {
                "branch-alias": {
                    "dev-master": "11.5.x-dev"
                },
                "typo3/cms": {
                    "Package": {
                        "protected": true,
                        "partOfFactoryDefault": true,
                        "partOfMinimalUsableSystem": true
                    },
                    "extension-key": "filelist"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TYPO3\\CMS\\Filelist\\": "Classes/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "TYPO3 Core Team",
                    "email": "typo3cms@typo3.org",
                    "role": "Developer"
                }
            ],
            "description": "Listing of files in the directory",
            "homepage": "https://typo3.org",
            "support": {
                "chat": "https://typo3.org/help",
                "docs": "https://docs.typo3.org",
                "issues": "https://forge.typo3.org",
                "source": "https://github.com/typo3/typo3"
            },
            "install-path": "../../public/typo3/sysext/filelist"
        },
        {
            "name": "typo3/cms-fluid",
            "version": "v11.5.37",
            "version_normalized": "11.5.37.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/fluid.git",
                "reference": "112f4965a8fd223756c0b2aae7bb1bdec2efe29d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/fluid/zipball/112f4965a8fd223756c0b2aae7bb1bdec2efe29d",
                "reference": "112f4965a8fd223756c0b2aae7bb1bdec2efe29d",
                "shasum": ""
            },
            "require": {
                "symfony/dependency-injection": "^5.4",
                "typo3/cms-core": "11.5.37",
                "typo3/cms-extbase": "11.5.37",
                "typo3fluid/fluid": "^2.7.2"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "time": "2024-05-14T08:21:16+00:00",
            "type": "typo3-cms-framework",
            "extra": {
                "branch-alias": {
                    "dev-master": "11.5.x-dev"
                },
                "typo3/cms": {
                    "Package": {
                        "serviceProvider": "TYPO3\\CMS\\Fluid\\ServiceProvider",
                        "protected": true,
                        "partOfFactoryDefault": true,
                        "partOfMinimalUsableSystem": true
                    },
                    "extension-key": "fluid"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TYPO3\\CMS\\Fluid\\": "Classes/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "TYPO3 Core Team",
                    "email": "typo3cms@typo3.org",
                    "role": "Developer"
                }
            ],
            "description": "Fluid is a next-generation templating engine which makes the life of extension authors a lot easier!",
            "homepage": "https://typo3.org",
            "support": {
                "chat": "https://typo3.org/help",
                "docs": "https://docs.typo3.org/other/typo3/view-helper-reference/main/en-us/",
                "issues": "https://forge.typo3.org",
                "source": "https://github.com/typo3/typo3"
            },
            "install-path": "../../public/typo3/sysext/fluid"
        },
        {
            "name": "typo3/cms-fluid-styled-content",
            "version": "v11.5.37",
            "version_normalized": "11.5.37.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/fluid_styled_content.git",
                "reference": "c4e295fa929efcc423a2e3c5d625ba858840d776"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/fluid_styled_content/zipball/c4e295fa929efcc423a2e3c5d625ba858840d776",
                "reference": "c4e295fa929efcc423a2e3c5d625ba858840d776",
                "shasum": ""
            },
            "require": {
                "typo3/cms-core": "11.5.37",
                "typo3/cms-fluid": "11.5.37",
                "typo3/cms-frontend": "11.5.37"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "time": "2024-05-14T08:21:16+00:00",
            "type": "typo3-cms-framework",
            "extra": {
                "branch-alias": {
                    "dev-master": "11.5.x-dev"
                },
                "typo3/cms": {
                    "Package": {
                        "partOfFactoryDefault": true
                    },
                    "extension-key": "fluid_styled_content"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TYPO3\\CMS\\FluidStyledContent\\": "Classes/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "TYPO3 Core Team",
                    "email": "typo3cms@typo3.org",
                    "role": "Developer"
                }
            ],
            "description": "A set of common content elements based on Fluid for Frontend output.",
            "homepage": "https://typo3.org",
            "support": {
                "chat": "https://typo3.org/help",
                "docs": "https://docs.typo3.org/c/typo3/cms-fluid-styled-content/main/en-us",
                "issues": "https://forge.typo3.org",
                "source": "https://github.com/typo3/typo3"
            },
            "install-path": "../../public/typo3/sysext/fluid_styled_content"
        },
        {
            "name": "typo3/cms-form",
            "version": "v11.5.37",
            "version_normalized": "11.5.37.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/form.git",
                "reference": "0f6aab9621cbfca19cb61784552aa3844a4333d7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/form/zipball/0f6aab9621cbfca19cb61784552aa3844a4333d7",
                "reference": "0f6aab9621cbfca19cb61784552aa3844a4333d7",
                "shasum": ""
            },
            "require": {
                "psr/http-message": "^1.0",
                "symfony/expression-language": "^5.4",
                "typo3/cms-core": "11.5.37"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "suggest": {
                "typo3/cms-filelist": "Listing of files in the directory",
                "typo3/cms-impexp": "Import and Export of records from TYPO3 in a custom serialized format (.T3D) for data exchange with other TYPO3 systems."
            },
            "time": "2024-05-14T08:21:16+00:00",
            "type": "typo3-cms-framework",
            "extra": {
                "branch-alias": {
                    "dev-master": "11.5.x-dev"
                },
                "typo3/cms": {
                    "Package": {
                        "partOfFactoryDefault": true
                    },
                    "extension-key": "form"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TYPO3\\CMS\\Form\\": "Classes/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "TYPO3 Core Team",
                    "email": "typo3cms@typo3.org",
                    "role": "Developer"
                }
            ],
            "description": "Form Library, Plugin and Editor",
            "homepage": "https://typo3.org",
            "support": {
                "chat": "https://typo3.org/help",
                "docs": "https://docs.typo3.org/c/typo3/cms-form/11.5/en-us",
                "issues": "https://forge.typo3.org",
                "source": "https://github.com/typo3/typo3"
            },
            "install-path": "../../public/typo3/sysext/form"
        },
        {
            "name": "typo3/cms-frontend",
            "version": "v11.5.37",
            "version_normalized": "11.5.37.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/frontend.git",
                "reference": "fcaece6603e7c1459e7c921a142c96ec3349dfab"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/frontend/zipball/fcaece6603e7c1459e7c921a142c96ec3349dfab",
                "reference": "fcaece6603e7c1459e7c921a142c96ec3349dfab",
                "shasum": ""
            },
            "require": {
                "ext-libxml": "*",
                "symfony/polyfill-mbstring": "^1.23.1",
                "typo3/cms-core": "11.5.37"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "suggest": {
                "typo3/cms-adminpanel": "Provides additional information and functionality for backend users in the frontend."
            },
            "time": "2024-05-14T08:21:16+00:00",
            "type": "typo3-cms-framework",
            "extra": {
                "branch-alias": {
                    "dev-master": "11.5.x-dev"
                },
                "typo3/cms": {
                    "Package": {
                        "serviceProvider": "TYPO3\\CMS\\Frontend\\ServiceProvider",
                        "protected": true,
                        "partOfFactoryDefault": true,
                        "partOfMinimalUsableSystem": true
                    },
                    "extension-key": "frontend"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TYPO3\\CMS\\Frontend\\": "Classes/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "TYPO3 Core Team",
                    "email": "typo3cms@typo3.org",
                    "role": "Developer"
                }
            ],
            "description": "Classes for the frontend of TYPO3.",
            "homepage": "https://typo3.org",
            "support": {
                "chat": "https://typo3.org/help",
                "docs": "https://docs.typo3.org",
                "issues": "https://forge.typo3.org",
                "source": "https://github.com/typo3/typo3"
            },
            "install-path": "../../public/typo3/sysext/frontend"
        },
        {
            "name": "typo3/cms-impexp",
            "version": "v11.5.37",
            "version_normalized": "11.5.37.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/impexp.git",
                "reference": "d47714a8823b8811a38e86af49abc908840daaed"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/impexp/zipball/d47714a8823b8811a38e86af49abc908840daaed",
                "reference": "d47714a8823b8811a38e86af49abc908840daaed",
                "shasum": ""
            },
            "require": {
                "typo3/cms-core": "11.5.37"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "time": "2024-05-14T08:21:16+00:00",
            "type": "typo3-cms-framework",
            "extra": {
                "branch-alias": {
                    "dev-master": "11.5.x-dev"
                },
                "typo3/cms": {
                    "Package": {
                        "partOfFactoryDefault": true
                    },
                    "extension-key": "impexp"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TYPO3\\CMS\\Impexp\\": "Classes/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "TYPO3 Core Team",
                    "email": "typo3cms@typo3.org",
                    "role": "Developer"
                }
            ],
            "description": "Import and Export of records from TYPO3 in a custom serialized format (.T3D) for data exchange with other TYPO3 systems.",
            "homepage": "https://typo3.org",
            "support": {
                "chat": "https://typo3.org/help",
                "docs": "https://docs.typo3.org/c/typo3/cms-impexp/11.5/en-us/",
                "issues": "https://forge.typo3.org",
                "source": "https://github.com/typo3/typo3"
            },
            "install-path": "../../public/typo3/sysext/impexp"
        },
        {
            "name": "typo3/cms-indexed-search",
            "version": "v11.5.37",
            "version_normalized": "11.5.37.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/indexed_search.git",
                "reference": "49f13b6f1bec7eeac6fd9249669bc685dd0a5ed8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/indexed_search/zipball/49f13b6f1bec7eeac6fd9249669bc685dd0a5ed8",
                "reference": "49f13b6f1bec7eeac6fd9249669bc685dd0a5ed8",
                "shasum": ""
            },
            "require": {
                "typo3/cms-core": "11.5.37"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "suggest": {
                "typo3/cms-scheduler": "For garbage collection of search statistics"
            },
            "time": "2024-05-14T08:21:16+00:00",
            "type": "typo3-cms-framework",
            "extra": {
                "branch-alias": {
                    "dev-master": "11.5.x-dev"
                },
                "typo3/cms": {
                    "extension-key": "indexed_search"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TYPO3\\CMS\\IndexedSearch\\": "Classes/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "TYPO3 Core Team",
                    "email": "typo3cms@typo3.org",
                    "role": "Developer"
                }
            ],
            "description": "Indexed Search Engine for TYPO3 pages, PDF-files, Word-files, HTML and text files. Provides a backend module for statistics of the indexer and a frontend plugin.",
            "homepage": "https://typo3.org",
            "support": {
                "chat": "https://typo3.org/help",
                "docs": "https://docs.typo3.org/c/typo3/cms-indexed-search/11.5/en-us",
                "issues": "https://forge.typo3.org",
                "source": "https://github.com/typo3/typo3"
            },
            "install-path": "../../public/typo3/sysext/indexed_search"
        },
        {
            "name": "typo3/cms-info",
            "version": "v11.5.37",
            "version_normalized": "11.5.37.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/info.git",
                "reference": "d6c20885f86b11d465904d90cc87a1a0d29a2de0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/info/zipball/d6c20885f86b11d465904d90cc87a1a0d29a2de0",
                "reference": "d6c20885f86b11d465904d90cc87a1a0d29a2de0",
                "shasum": ""
            },
            "require": {
                "typo3/cms-core": "11.5.37"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "replace": {
                "typo3/cms-info-pagetsconfig": "self.version"
            },
            "time": "2024-05-14T08:21:16+00:00",
            "type": "typo3-cms-framework",
            "extra": {
                "branch-alias": {
                    "dev-master": "11.5.x-dev"
                },
                "typo3/cms": {
                    "Package": {
                        "partOfFactoryDefault": true
                    },
                    "extension-key": "info"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TYPO3\\CMS\\Info\\": "Classes/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "TYPO3 Core Team",
                    "email": "typo3cms@typo3.org",
                    "role": "Developer"
                }
            ],
            "description": "Shows various infos",
            "homepage": "https://typo3.org",
            "support": {
                "chat": "https://typo3.org/help",
                "docs": "https://docs.typo3.org",
                "issues": "https://forge.typo3.org",
                "source": "https://github.com/typo3/typo3"
            },
            "install-path": "../../public/typo3/sysext/info"
        },
        {
            "name": "typo3/cms-install",
            "version": "v11.5.37",
            "version_normalized": "11.5.37.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/install.git",
                "reference": "dc82ae45fb9048c34c24dc94cb5b0ea6d39fa059"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/install/zipball/dc82ae45fb9048c34c24dc94cb5b0ea6d39fa059",
                "reference": "dc82ae45fb9048c34c24dc94cb5b0ea6d39fa059",
                "shasum": ""
            },
            "require": {
                "doctrine/dbal": "^2.13.8",
                "guzzlehttp/promises": "^1.5.2 || ^2.0",
                "nikic/php-parser": "^4.13.2",
                "symfony/finder": "^5.4",
                "symfony/http-foundation": "^5.4",
                "typo3/cms-core": "11.5.37",
                "typo3/cms-extbase": "11.5.37",
                "typo3/cms-fluid": "11.5.37"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "time": "2024-05-14T08:21:16+00:00",
            "type": "typo3-cms-framework",
            "extra": {
                "branch-alias": {
                    "dev-master": "11.5.x-dev"
                },
                "typo3/cms": {
                    "Package": {
                        "serviceProvider": "TYPO3\\CMS\\Install\\ServiceProvider",
                        "protected": true,
                        "partOfFactoryDefault": true,
                        "partOfMinimalUsableSystem": true
                    },
                    "extension-key": "install"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TYPO3\\CMS\\Install\\": "Classes/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "TYPO3 Core Team",
                    "email": "typo3cms@typo3.org",
                    "role": "Developer"
                }
            ],
            "description": "The Install Tool mounted as the module Tools>Install in TYPO3.",
            "homepage": "https://typo3.org",
            "support": {
                "chat": "https://typo3.org/help",
                "docs": "https://docs.typo3.org",
                "issues": "https://forge.typo3.org",
                "source": "https://github.com/typo3/typo3"
            },
            "install-path": "../../public/typo3/sysext/install"
        },
        {
            "name": "typo3/cms-recordlist",
            "version": "v11.5.37",
            "version_normalized": "11.5.37.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/recordlist.git",
                "reference": "98a3d06afafb678bb9288ab1ad83023fb99870d0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/recordlist/zipball/98a3d06afafb678bb9288ab1ad83023fb99870d0",
                "reference": "98a3d06afafb678bb9288ab1ad83023fb99870d0",
                "shasum": ""
            },
            "require": {
                "typo3/cms-core": "11.5.37"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "time": "2024-05-14T08:21:16+00:00",
            "type": "typo3-cms-framework",
            "extra": {
                "branch-alias": {
                    "dev-master": "11.5.x-dev"
                },
                "typo3/cms": {
                    "Package": {
                        "protected": true,
                        "partOfFactoryDefault": true,
                        "partOfMinimalUsableSystem": true
                    },
                    "extension-key": "recordlist"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TYPO3\\CMS\\Recordlist\\": "Classes/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "TYPO3 Core Team",
                    "email": "typo3cms@typo3.org",
                    "role": "Developer"
                }
            ],
            "description": "List of database-records",
            "homepage": "https://typo3.org",
            "support": {
                "chat": "https://typo3.org/help",
                "docs": "https://docs.typo3.org",
                "issues": "https://forge.typo3.org",
                "source": "https://github.com/typo3/typo3"
            },
            "install-path": "../../public/typo3/sysext/recordlist"
        },
        {
            "name": "typo3/cms-redirects",
            "version": "v11.5.37",
            "version_normalized": "11.5.37.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/redirects.git",
                "reference": "406254263d6a59131a13e04abe8520f104052e77"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/redirects/zipball/406254263d6a59131a13e04abe8520f104052e77",
                "reference": "406254263d6a59131a13e04abe8520f104052e77",
                "shasum": ""
            },
            "require": {
                "doctrine/dbal": "^2.13.8",
                "psr/http-message": "^1.0",
                "psr/log": "^1.0",
                "symfony/console": "^5.4",
                "typo3/cms-backend": "11.5.37",
                "typo3/cms-core": "11.5.37",
                "typo3fluid/fluid": "^2.7.2"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "suggest": {
                "typo3/cms-reports": "Get reports of redirects",
                "typo3/cms-scheduler": "Execute commands to update redirect status"
            },
            "time": "2024-05-14T08:21:16+00:00",
            "type": "typo3-cms-framework",
            "extra": {
                "typo3/cms": {
                    "Package": {
                        "partOfFactoryDefault": true
                    },
                    "extension-key": "redirects"
                },
                "branch-alias": {
                    "dev-master": "11.5.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TYPO3\\CMS\\Redirects\\": "Classes/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "TYPO3 Core Team",
                    "email": "typo3cms@typo3.org",
                    "role": "Developer"
                }
            ],
            "description": "Custom redirects in TYPO3.",
            "homepage": "https://typo3.org",
            "support": {
                "chat": "https://typo3.org/help",
                "docs": "https://docs.typo3.org/c/typo3/cms-redirects/11.5/en-us/",
                "issues": "https://forge.typo3.org",
                "source": "https://github.com/typo3/typo3"
            },
            "install-path": "../../public/typo3/sysext/redirects"
        },
        {
            "name": "typo3/cms-rte-ckeditor",
            "version": "v11.5.37",
            "version_normalized": "11.5.37.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/rte_ckeditor.git",
                "reference": "9604469a5c98239ee49a2c41544e9ccd680138b1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/rte_ckeditor/zipball/9604469a5c98239ee49a2c41544e9ccd680138b1",
                "reference": "9604469a5c98239ee49a2c41544e9ccd680138b1",
                "shasum": ""
            },
            "require": {
                "typo3/cms-core": "11.5.37"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "suggest": {
                "typo3/cms-setup": "*"
            },
            "time": "2024-05-14T08:21:16+00:00",
            "type": "typo3-cms-framework",
            "extra": {
                "branch-alias": {
                    "dev-master": "11.5.x-dev"
                },
                "typo3/cms": {
                    "Package": {
                        "partOfFactoryDefault": true
                    },
                    "extension-key": "rte_ckeditor"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TYPO3\\CMS\\RteCKEditor\\": "Classes/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "TYPO3 Core Team",
                    "email": "typo3cms@typo3.org",
                    "role": "Developer"
                }
            ],
            "description": "Integration of CKEditor as Rich Text Editor.",
            "homepage": "https://typo3.org",
            "support": {
                "chat": "https://typo3.org/help",
                "docs": "https://docs.typo3.org/c/typo3/cms-rte-ckeditor/11.5/en-us",
                "issues": "https://forge.typo3.org",
                "source": "https://github.com/typo3/typo3"
            },
            "install-path": "../../public/typo3/sysext/rte_ckeditor"
        },
        {
            "name": "typo3/cms-scheduler",
            "version": "v11.5.37",
            "version_normalized": "11.5.37.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/scheduler.git",
                "reference": "2a70178b1faf5395292395bcdb1dda6ecd64f432"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/scheduler/zipball/2a70178b1faf5395292395bcdb1dda6ecd64f432",
                "reference": "2a70178b1faf5395292395bcdb1dda6ecd64f432",
                "shasum": ""
            },
            "require": {
                "typo3/cms-core": "11.5.37"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "time": "2024-05-14T08:21:16+00:00",
            "type": "typo3-cms-framework",
            "extra": {
                "branch-alias": {
                    "dev-master": "11.5.x-dev"
                },
                "typo3/cms": {
                    "extension-key": "scheduler"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TYPO3\\CMS\\Scheduler\\": "Classes/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "TYPO3 Core Team",
                    "email": "typo3cms@typo3.org",
                    "role": "Developer"
                }
            ],
            "description": "The TYPO3 Scheduler lets you register tasks to happen at a specific time",
            "homepage": "https://typo3.org",
            "support": {
                "chat": "https://typo3.org/help",
                "docs": "https://docs.typo3.org/c/typo3/cms-scheduler/11.5/en-us",
                "issues": "https://forge.typo3.org",
                "source": "https://github.com/typo3/typo3"
            },
            "install-path": "../../public/typo3/sysext/scheduler"
        },
        {
            "name": "typo3/cms-seo",
            "version": "v11.5.37",
            "version_normalized": "11.5.37.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/seo.git",
                "reference": "28c8f482aec7a78416169efe3b2b2e3515f42889"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/seo/zipball/28c8f482aec7a78416169efe3b2b2e3515f42889",
                "reference": "28c8f482aec7a78416169efe3b2b2e3515f42889",
                "shasum": ""
            },
            "require": {
                "typo3/cms-core": "11.5.37",
                "typo3/cms-extbase": "11.5.37",
                "typo3/cms-frontend": "11.5.37"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "time": "2024-05-14T08:21:16+00:00",
            "type": "typo3-cms-framework",
            "extra": {
                "branch-alias": {
                    "dev-master": "11.5.x-dev"
                },
                "typo3/cms": {
                    "extension-key": "seo",
                    "Package": {
                        "partOfFactoryDefault": true
                    }
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TYPO3\\CMS\\Seo\\": "Classes/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "TYPO3 Core Team",
                    "email": "typo3cms@typo3.org",
                    "role": "Developer"
                }
            ],
            "description": "SEO features for TYPO3.",
            "homepage": "https://typo3.org",
            "support": {
                "chat": "https://typo3.org/help",
                "docs": "https://docs.typo3.org/c/typo3/cms-seo/11.5/en-us",
                "issues": "https://forge.typo3.org",
                "source": "https://github.com/typo3/typo3"
            },
            "install-path": "../../public/typo3/sysext/seo"
        },
        {
            "name": "typo3/cms-setup",
            "version": "v11.5.37",
            "version_normalized": "11.5.37.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/setup.git",
                "reference": "dfb3dbd312ed29b787574de64bc53796eda1985c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/setup/zipball/dfb3dbd312ed29b787574de64bc53796eda1985c",
                "reference": "dfb3dbd312ed29b787574de64bc53796eda1985c",
                "shasum": ""
            },
            "require": {
                "typo3/cms-core": "11.5.37"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "time": "2024-05-14T08:21:16+00:00",
            "type": "typo3-cms-framework",
            "extra": {
                "branch-alias": {
                    "dev-master": "11.5.x-dev"
                },
                "typo3/cms": {
                    "Package": {
                        "partOfFactoryDefault": true
                    },
                    "extension-key": "setup"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TYPO3\\CMS\\Setup\\": "Classes/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "TYPO3 Core Team",
                    "email": "typo3cms@typo3.org",
                    "role": "Developer"
                }
            ],
            "description": "Allows users to edit a limited set of options for their user profile, eg. preferred language and their name and email address.",
            "homepage": "https://typo3.org",
            "support": {
                "chat": "https://typo3.org/help",
                "docs": "https://docs.typo3.org",
                "issues": "https://forge.typo3.org",
                "source": "https://github.com/typo3/typo3"
            },
            "install-path": "../../public/typo3/sysext/setup"
        },
        {
            "name": "typo3/cms-sys-note",
            "version": "v11.5.37",
            "version_normalized": "11.5.37.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/sys_note.git",
                "reference": "1e41f70a4aeb94c890f91148c643528447e0749e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/sys_note/zipball/1e41f70a4aeb94c890f91148c643528447e0749e",
                "reference": "1e41f70a4aeb94c890f91148c643528447e0749e",
                "shasum": ""
            },
            "require": {
                "typo3/cms-core": "11.5.37"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "time": "2024-05-14T08:21:16+00:00",
            "type": "typo3-cms-framework",
            "extra": {
                "branch-alias": {
                    "dev-master": "11.5.x-dev"
                },
                "typo3/cms": {
                    "Package": {
                        "partOfFactoryDefault": true
                    },
                    "extension-key": "sys_note"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TYPO3\\CMS\\SysNote\\": "Classes/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "TYPO3 Core Team",
                    "email": "typo3cms@typo3.org",
                    "role": "Developer"
                }
            ],
            "description": "Records with messages which can be placed on any page and contain instructions or other information related to a page or section.",
            "homepage": "https://typo3.org",
            "support": {
                "chat": "https://typo3.org/help",
                "docs": "https://docs.typo3.org",
                "issues": "https://forge.typo3.org",
                "source": "https://github.com/typo3/typo3"
            },
            "install-path": "../../public/typo3/sysext/sys_note"
        },
        {
            "name": "typo3/cms-t3editor",
            "version": "v11.5.37",
            "version_normalized": "11.5.37.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/t3editor.git",
                "reference": "86236e17cc5f03ab75affc8ef8181091dbe09920"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/t3editor/zipball/86236e17cc5f03ab75affc8ef8181091dbe09920",
                "reference": "86236e17cc5f03ab75affc8ef8181091dbe09920",
                "shasum": ""
            },
            "require": {
                "ext-libxml": "*",
                "typo3/cms-core": "11.5.37"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "time": "2024-05-14T08:21:16+00:00",
            "type": "typo3-cms-framework",
            "extra": {
                "branch-alias": {
                    "dev-master": "11.5.x-dev"
                },
                "typo3/cms": {
                    "Package": {
                        "partOfFactoryDefault": true
                    },
                    "extension-key": "t3editor"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TYPO3\\CMS\\T3editor\\": "Classes/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "TYPO3 Core Team",
                    "email": "typo3cms@typo3.org",
                    "role": "Developer"
                }
            ],
            "description": "JavaScript-driven editor with syntax highlighting and code completion. Based on CodeMirror.",
            "homepage": "https://typo3.org",
            "support": {
                "chat": "https://typo3.org/help",
                "docs": "https://docs.typo3.org/c/typo3/cms-t3editor/11.5/en-us",
                "issues": "https://forge.typo3.org",
                "source": "https://github.com/typo3/typo3"
            },
            "install-path": "../../public/typo3/sysext/t3editor"
        },
        {
            "name": "typo3/cms-tstemplate",
            "version": "v11.5.37",
            "version_normalized": "11.5.37.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/tstemplate.git",
                "reference": "45b18471260a0d1fed5086a04c71659477822215"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/tstemplate/zipball/45b18471260a0d1fed5086a04c71659477822215",
                "reference": "45b18471260a0d1fed5086a04c71659477822215",
                "shasum": ""
            },
            "require": {
                "typo3/cms-core": "11.5.37"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "time": "2024-05-14T08:21:16+00:00",
            "type": "typo3-cms-framework",
            "extra": {
                "branch-alias": {
                    "dev-master": "11.5.x-dev"
                },
                "typo3/cms": {
                    "Package": {
                        "partOfFactoryDefault": true
                    },
                    "extension-key": "tstemplate"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TYPO3\\CMS\\Tstemplate\\": "Classes/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "TYPO3 Core Team",
                    "email": "typo3cms@typo3.org",
                    "role": "Developer"
                }
            ],
            "description": "Framework for management of TypoScript template records for the CMS frontend.",
            "homepage": "https://typo3.org",
            "support": {
                "chat": "https://typo3.org/help",
                "docs": "https://docs.typo3.org",
                "issues": "https://forge.typo3.org",
                "source": "https://github.com/typo3/typo3"
            },
            "install-path": "../../public/typo3/sysext/tstemplate"
        },
        {
            "name": "typo3/cms-viewpage",
            "version": "v11.5.37",
            "version_normalized": "11.5.37.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/viewpage.git",
                "reference": "e0eda822bbe476a1971f2459bf27c58f1b07b985"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/viewpage/zipball/e0eda822bbe476a1971f2459bf27c58f1b07b985",
                "reference": "e0eda822bbe476a1971f2459bf27c58f1b07b985",
                "shasum": ""
            },
            "require": {
                "typo3/cms-core": "11.5.37"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "time": "2024-05-14T08:21:16+00:00",
            "type": "typo3-cms-framework",
            "extra": {
                "branch-alias": {
                    "dev-master": "11.5.x-dev"
                },
                "typo3/cms": {
                    "Package": {
                        "partOfFactoryDefault": true
                    },
                    "extension-key": "viewpage"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TYPO3\\CMS\\Viewpage\\": "Classes/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "TYPO3 Core Team",
                    "email": "typo3cms@typo3.org",
                    "role": "Developer"
                }
            ],
            "description": "Shows the frontend webpage inside the backend frameset.",
            "homepage": "https://typo3.org",
            "support": {
                "chat": "https://typo3.org/help",
                "docs": "https://docs.typo3.org",
                "issues": "https://forge.typo3.org",
                "source": "https://github.com/typo3/typo3"
            },
            "install-path": "../../public/typo3/sysext/viewpage"
        },
        {
            "name": "typo3/html-sanitizer",
            "version": "v2.2.0",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3/html-sanitizer.git",
                "reference": "c672a2e02925de8eed0dcaeb3a3c90d3642049a0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3/html-sanitizer/zipball/c672a2e02925de8eed0dcaeb3a3c90d3642049a0",
                "reference": "c672a2e02925de8eed0dcaeb3a3c90d3642049a0",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "masterminds/html5": "^2.7.6",
                "php": "^7.2 || ^8.0",
                "psr/log": "^1.0 || ^2.0 || ^3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.5"
            },
            "time": "2024-07-12T15:52:25+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TYPO3\\HtmlSanitizer\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Oliver Hader",
                    "email": "oliver@typo3.org"
                }
            ],
            "description": "HTML sanitizer aiming to provide XSS-safe markup based on explicitly allowed tags, attributes and values.",
            "support": {
                "issues": "https://github.com/TYPO3/html-sanitizer/issues",
                "source": "https://github.com/TYPO3/html-sanitizer/tree/v2.2.0"
            },
            "install-path": "../typo3/html-sanitizer"
        },
        {
            "name": "typo3/phar-stream-wrapper",
            "version": "v3.1.8",
            "version_normalized": "3.1.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3/phar-stream-wrapper.git",
                "reference": "a931b28f422a60052db85c0a84a05a366453b2c0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/a931b28f422a60052db85c0a84a05a366453b2c0",
                "reference": "a931b28f422a60052db85c0a84a05a366453b2c0",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": "^7.0 || ~8.0 || ~8.1 || ~8.2 || ~8.3"
            },
            "require-dev": {
                "ext-xdebug": "*",
                "phpspec/prophecy": "^1.10",
                "symfony/phpunit-bridge": "^5.1"
            },
            "suggest": {
                "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing"
            },
            "time": "2024-12-09T23:06:33+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "v3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TYPO3\\PharStreamWrapper\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Interceptors for PHP's native phar:// stream handling",
            "homepage": "https://typo3.org/",
            "keywords": [
                "phar",
                "php",
                "security",
                "stream-wrapper"
            ],
            "support": {
                "issues": "https://github.com/TYPO3/phar-stream-wrapper/issues",
                "source": "https://github.com/TYPO3/phar-stream-wrapper/tree/v3.1.8"
            },
            "install-path": "../typo3/phar-stream-wrapper"
        },
        {
            "name": "typo3/symfony-psr-event-dispatcher-adapter",
            "version": "v2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3/symfony-psr-event-dispatcher-adapter.git",
                "reference": "c93fd7cc9f215cfbbc6ce89089eadabedf65a21f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3/symfony-psr-event-dispatcher-adapter/zipball/c93fd7cc9f215cfbbc6ce89089eadabedf65a21f",
                "reference": "c93fd7cc9f215cfbbc6ce89089eadabedf65a21f",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0",
                "psr/event-dispatcher": "^1.0",
                "symfony/event-dispatcher-contracts": "^2.0"
            },
            "time": "2021-03-02T09:36:49+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TYPO3\\SymfonyPsrEventDispatcherAdapter\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Adapter to provide compatibility with the Symfony's event dispatcher interface in all versions with the PSR-14 specification.",
            "homepage": "https://typo3.org/",
            "keywords": [
                "adapter",
                "events",
                "psr",
                "psr-14"
            ],
            "support": {
                "issues": "https://github.com/TYPO3/symfony-psr-event-dispatcher-adapter/issues",
                "source": "https://github.com/TYPO3/symfony-psr-event-dispatcher-adapter/tree/v2.1.0"
            },
            "install-path": "../typo3/symfony-psr-event-dispatcher-adapter"
        },
        {
            "name": "typo3fluid/fluid",
            "version": "2.15.0",
            "version_normalized": "2.15.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3/Fluid.git",
                "reference": "0a8ebdb9bab1510380f18bef6395fbb4754c01b7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3/Fluid/zipball/0a8ebdb9bab1510380f18bef6395fbb4754c01b7",
                "reference": "0a8ebdb9bab1510380f18bef6395fbb4754c01b7",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": "^8.1"
            },
            "require-dev": {
                "ext-json": "*",
                "ext-simplexml": "*",
                "friendsofphp/php-cs-fixer": "^3.59.3",
                "phpstan/phpstan": "^1.10.14",
                "phpstan/phpstan-phpunit": "^1.3.11",
                "phpunit/phpunit": "^10.2.6"
            },
            "suggest": {
                "ext-json": "PHP JSON is needed when using JSONVariableProvider: A relatively rare use case",
                "ext-simplexml": "SimpleXML is required for the XSD schema generator"
            },
            "time": "2024-08-30T21:24:26+00:00",
            "bin": [
                "bin/fluid"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TYPO3Fluid\\Fluid\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "description": "The TYPO3 Fluid template rendering engine",
            "homepage": "https://github.com/TYPO3/Fluid",
            "support": {
                "docs": "https://docs.typo3.org/other/typo3fluid/fluid/main/en-us/",
                "issues": "https://github.com/TYPO3/Fluid/issues",
                "source": "https://github.com/TYPO3/Fluid"
            },
            "install-path": "../typo3fluid/fluid"
        },
        {
            "name": "voku/simple_html_dom",
            "version": "4.8.10",
            "version_normalized": "4.8.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/voku/simple_html_dom.git",
                "reference": "716822ed52ed3a1881542be07a786270de390e99"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/voku/simple_html_dom/zipball/716822ed52ed3a1881542be07a786270de390e99",
                "reference": "716822ed52ed3a1881542be07a786270de390e99",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-libxml": "*",
                "ext-simplexml": "*",
                "php": ">=7.0.0",
                "symfony/css-selector": "~3.0 || ~4.0 || ~5.0 || ~6.0 || ~7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
            },
            "suggest": {
                "voku/portable-utf8": "If you need e.g. UTF-8 fixed output."
            },
            "time": "2024-07-03T16:05:14+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "voku\\helper\\": "src/voku/helper/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "dimabdc",
                    "email": "support@titor.ru",
                    "homepage": "https://github.com/dimabdc",
                    "role": "Developer"
                },
                {
                    "name": "Lars Moelleken",
                    "homepage": "https://www.moelleken.org/",
                    "role": "Fork-Maintainer"
                }
            ],
            "description": "Simple HTML DOM package.",
            "homepage": "https://github.com/voku/simple_html_dom",
            "keywords": [
                "HTML Parser",
                "dom",
                "php dom"
            ],
            "support": {
                "issues": "https://github.com/voku/simple_html_dom/issues",
                "source": "https://github.com/voku/simple_html_dom/tree/4.8.10"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/moelleken",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/voku",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/voku",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/voku/simple_html_dom",
                    "type": "tidelift"
                }
            ],
            "install-path": "../voku/simple_html_dom"
        },
        {
            "name": "webmozart/assert",
            "version": "1.11.0",
            "version_normalized": "1.11.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/webmozarts/assert.git",
                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "php": "^7.2 || ^8.0"
            },
            "conflict": {
                "phpstan/phpstan": "<0.12.20",
                "vimeo/psalm": "<4.6.1 || 4.6.2"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.5.13"
            },
            "time": "2022-06-03T18:03:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.10-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Webmozart\\Assert\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                }
            ],
            "description": "Assertions to validate method input/output with nice error messages.",
            "keywords": [
                "assert",
                "check",
                "validate"
            ],
            "support": {
                "issues": "https://github.com/webmozarts/assert/issues",
                "source": "https://github.com/webmozarts/assert/tree/1.11.0"
            },
            "install-path": "../webmozart/assert"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
