{
    "packages": [
        {
            "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": "beberlei/assert",
            "version": "v3.3.2",
            "version_normalized": "3.3.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/beberlei/assert.git",
                "reference": "cb70015c04be1baee6f5f5c953703347c0ac1655"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/beberlei/assert/zipball/cb70015c04be1baee6f5f5c953703347c0ac1655",
                "reference": "cb70015c04be1baee6f5f5c953703347c0ac1655",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "ext-simplexml": "*",
                "php": "^7.0 || ^8.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "*",
                "phpstan/phpstan": "*",
                "phpunit/phpunit": ">=6.0.0",
                "yoast/phpunit-polyfills": "^0.1.0"
            },
            "suggest": {
                "ext-intl": "Needed to allow Assertion::count(), Assertion::isCountable(), Assertion::minCount(), and Assertion::maxCount() to operate on ResourceBundles"
            },
            "time": "2021-12-16T21:41:27+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "lib/Assert/functions.php"
                ],
                "psr-4": {
                    "Assert\\": "lib/Assert"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de",
                    "role": "Lead Developer"
                },
                {
                    "name": "Richard Quadling",
                    "email": "rquadling@gmail.com",
                    "role": "Collaborator"
                }
            ],
            "description": "Thin assertion library for input validation in business models.",
            "keywords": [
                "assert",
                "assertion",
                "validation"
            ],
            "support": {
                "issues": "https://github.com/beberlei/assert/issues",
                "source": "https://github.com/beberlei/assert/tree/v3.3.2"
            },
            "install-path": "../beberlei/assert"
        },
        {
            "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": "cundd/rest",
            "version": "dev-main",
            "version_normalized": "dev-main",
            "dist": {
                "type": "path",
                "url": "./packages/rest",
                "reference": "a2242757ef7b2be555262c172fc18a2d727a3c4a"
            },
            "require": {
                "ext-ctype": "*",
                "ext-json": "*",
                "php": "^7.2|^8.1"
            },
            "replace": {
                "typo3-ter/rest": "self.version"
            },
            "require-dev": {
                "cundd/test-flight": "^0.1.5",
                "ext-curl": "*",
                "ext-simplexml": "*",
                "nimut/testing-framework": "^6.0.1",
                "phpspec/prophecy": "*",
                "phpspec/prophecy-phpunit": "^2.0",
                "phpunit/phpunit": "^9.5.21",
                "psr/container": "^1.0",
                "psr/http-message": "^1.0.1",
                "psr/log": "^1.0.2",
                "zendframework/zend-diactoros": "^1.3.7"
            },
            "type": "typo3-cms-extension",
            "extra": {
                "typo3/cms": {
                    "extension-key": "rest"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Cundd\\Rest\\": "Classes/"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "Cundd\\Rest\\Tests\\": "Tests/",
                    "Cundd\\CustomRest\\": "Tests/Functional/Fixtures/Extensions/custom_rest/Classes"
                }
            },
            "scripts": {
                "post-autoload-dump": [
                    "@prepare-extension-test-structure"
                ],
                "prepare-extension-test-structure": [
                    "Nimut\\TestingFramework\\Composer\\ExtensionTestEnvironment::prepare"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Daniel Corn",
                    "email": "info@cundd.net"
                }
            ],
            "description": "REST API for TYPO3 CMS",
            "homepage": "https://rest.corn.rest/",
            "keywords": [
                "api",
                "rest",
                "restful",
                "service",
                "typo3cms",
                "webservice"
            ],
            "transport-options": {
                "relative": true
            },
            "install-path": "../../public/typo3conf/ext/rest"
        },
        {
            "name": "dasprid/enum",
            "version": "1.0.5",
            "version_normalized": "1.0.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/DASPRiD/Enum.git",
                "reference": "6faf451159fb8ba4126b925ed2d78acfce0dc016"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/6faf451159fb8ba4126b925ed2d78acfce0dc016",
                "reference": "6faf451159fb8ba4126b925ed2d78acfce0dc016",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1 <9.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^7 | ^8 | ^9",
                "squizlabs/php_codesniffer": "*"
            },
            "time": "2023-08-25T16:18:39+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.5"
            },
            "install-path": "../dasprid/enum"
        },
        {
            "name": "doctrine/annotations",
            "version": "1.14.3",
            "version_normalized": "1.14.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/annotations.git",
                "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af",
                "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af",
                "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 || ^10",
                "phpstan/phpstan": "~1.4.10 || ^1.8.0",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
                "symfony/cache": "^4.4 || ^5.4 || ^6",
                "vimeo/psalm": "^4.10"
            },
            "suggest": {
                "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations"
            },
            "time": "2023-02-01T09:20:38+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.3"
            },
            "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.2",
            "version_normalized": "1.1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/deprecations.git",
                "reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/deprecations/zipball/4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
                "reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^9",
                "phpstan/phpstan": "1.4.10 || 1.10.15",
                "phpstan/phpstan-phpunit": "^1.0",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
                "psalm/plugin-phpunit": "0.18.4",
                "psr/log": "^1 || ^2 || ^3",
                "vimeo/psalm": "4.30.0 || 5.12.0"
            },
            "suggest": {
                "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
            },
            "time": "2023-09-27T20:04:15+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
                }
            },
            "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.2"
            },
            "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.15.4",
            "version_normalized": "0.15.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/darylldoyle/svg-sanitizer.git",
                "reference": "e50b83a2f1f296ca61394fe88fbfe3e896a84cf4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/e50b83a2f1f296ca61394fe88fbfe3e896a84cf4",
                "reference": "e50b83a2f1f296ca61394fe88fbfe3e896a84cf4",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-libxml": "*",
                "php": "^7.0 || ^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.5 || ^8.5"
            },
            "time": "2022-02-21T09:13:59+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.15.4"
            },
            "install-path": "../enshrined/svg-sanitize"
        },
        {
            "name": "firebase/php-jwt",
            "version": "v6.10.0",
            "version_normalized": "6.10.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/firebase/php-jwt.git",
                "reference": "a49db6f0a5033aef5143295342f1c95521b075ff"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/firebase/php-jwt/zipball/a49db6f0a5033aef5143295342f1c95521b075ff",
                "reference": "a49db6f0a5033aef5143295342f1c95521b075ff",
                "shasum": ""
            },
            "require": {
                "php": "^7.4||^8.0"
            },
            "require-dev": {
                "guzzlehttp/guzzle": "^6.5||^7.4",
                "phpspec/prophecy-phpunit": "^2.0",
                "phpunit/phpunit": "^9.5",
                "psr/cache": "^1.0||^2.0",
                "psr/http-client": "^1.0",
                "psr/http-factory": "^1.0"
            },
            "suggest": {
                "ext-sodium": "Support EdDSA (Ed25519) signatures",
                "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
            },
            "time": "2023-12-01T16:26:39+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Firebase\\JWT\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Neuman Vong",
                    "email": "neuman+pear@twilio.com",
                    "role": "Developer"
                },
                {
                    "name": "Anant Narayanan",
                    "email": "anant@php.net",
                    "role": "Developer"
                }
            ],
            "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
            "homepage": "https://github.com/firebase/php-jwt",
            "keywords": [
                "jwt",
                "php"
            ],
            "support": {
                "issues": "https://github.com/firebase/php-jwt/issues",
                "source": "https://github.com/firebase/php-jwt/tree/v6.10.0"
            },
            "install-path": "../firebase/php-jwt"
        },
        {
            "name": "fluidtypo3/flux",
            "version": "9.7.4",
            "version_normalized": "9.7.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/FluidTYPO3/flux.git",
                "reference": "76a5d5318346caffd15c2f07a746fabf52ea0bbd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/FluidTYPO3/flux/zipball/76a5d5318346caffd15c2f07a746fabf52ea0bbd",
                "reference": "76a5d5318346caffd15c2f07a746fabf52ea0bbd",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-json": "*",
                "ext-pdo": "*",
                "php": "^7.4.0 || ^8",
                "typo3/cms-backend": "^8.7 || ^9 || ^10 || ^11 || dev-master",
                "typo3/cms-core": "^8.7 || ^9 || ^10 || ^11 || dev-master",
                "typo3/cms-fluid": "^8.7 || ^9 || ^10 || ^11 || dev-master",
                "typo3/cms-frontend": "^8.7 || ^9 || ^10 || ^11 || dev-master",
                "typo3/cms-recordlist": "^8.7 || ^9 || ^10 || ^11 || dev-master"
            },
            "replace": {
                "typo3-ter/flux": "self.version"
            },
            "require-dev": {
                "mikey179/vfsstream": "^1.6",
                "php-coveralls/php-coveralls": "^2.5",
                "phpspec/prophecy": "*",
                "phpstan/phpstan": "^1.8",
                "phpunit/phpunit": "^5.7 || ^9.5",
                "squizlabs/php_codesniffer": "^3.7"
            },
            "suggest": {
                "fluidtypo3/vhs": "ViewHelper library for Fluid templates."
            },
            "time": "2023-07-15T17:31:28+00:00",
            "type": "typo3-cms-extension",
            "extra": {
                "typo3/cms": {
                    "extension-key": "flux"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "FluidTYPO3\\Flux\\": "Classes/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "description": "The flux package from FluidTYPO3",
            "homepage": "http://fluidtypo3.org",
            "support": {
                "issues": "https://github.com/FluidTYPO3/flux/issues",
                "source": "https://github.com/FluidTYPO3/flux/tree/9.7.4"
            },
            "install-path": "../../public/typo3conf/ext/flux"
        },
        {
            "name": "fluidtypo3/vhs",
            "version": "6.1.3",
            "version_normalized": "6.1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/FluidTYPO3/vhs.git",
                "reference": "05bec6cab8e8fba2d29fbed9ee1ab99ab12cd1fe"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/FluidTYPO3/vhs/zipball/05bec6cab8e8fba2d29fbed9ee1ab99ab12cd1fe",
                "reference": "05bec6cab8e8fba2d29fbed9ee1ab99ab12cd1fe",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": "^7.4.0 || ^8",
                "typo3/cms-backend": "^8.7 || ^9 || ^10 || ^11 || dev-master",
                "typo3/cms-core": "^8.7 || ^9 || ^10 || ^11 || dev-master",
                "typo3/cms-extbase": "^8.7 || ^9 || ^10 || ^11 || dev-master",
                "typo3/cms-fluid": "^8.7 || ^9 || ^10 || ^11 || dev-master",
                "typo3/cms-frontend": "^8.7 || ^9 || ^10 || ^11 || dev-master"
            },
            "replace": {
                "typo3-ter/vhs": "self.version"
            },
            "require-dev": {
                "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": "2023-01-07T16:09:17+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": "google/auth",
            "version": "v1.33.0",
            "version_normalized": "1.33.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/googleapis/google-auth-library-php.git",
                "reference": "682dc6c30bb509953c9e43bb0960d901582da00b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/682dc6c30bb509953c9e43bb0960d901582da00b",
                "reference": "682dc6c30bb509953c9e43bb0960d901582da00b",
                "shasum": ""
            },
            "require": {
                "firebase/php-jwt": "^6.0",
                "guzzlehttp/guzzle": "^6.2.1|^7.0",
                "guzzlehttp/psr7": "^2.4.5",
                "php": "^7.4||^8.0",
                "psr/cache": "^1.0||^2.0||^3.0",
                "psr/http-message": "^1.1||^2.0"
            },
            "require-dev": {
                "guzzlehttp/promises": "^2.0",
                "kelvinmo/simplejwt": "0.7.1",
                "phpseclib/phpseclib": "^3.0",
                "phpspec/prophecy-phpunit": "^2.0",
                "phpunit/phpunit": "^9.0.0",
                "sebastian/comparator": ">=1.2.3",
                "squizlabs/php_codesniffer": "^3.5"
            },
            "suggest": {
                "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
            },
            "time": "2023-11-30T15:49:27+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Google\\Auth\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "description": "Google Auth Library for PHP",
            "homepage": "http://github.com/google/google-auth-library-php",
            "keywords": [
                "Authentication",
                "google",
                "oauth2"
            ],
            "support": {
                "docs": "https://googleapis.github.io/google-auth-library-php/main/",
                "issues": "https://github.com/googleapis/google-auth-library-php/issues",
                "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.33.0"
            },
            "install-path": "../google/auth"
        },
        {
            "name": "google/cloud-recaptcha-enterprise",
            "version": "v1.7.0",
            "version_normalized": "1.7.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/googleapis/google-cloud-php-recaptcha-enterprise.git",
                "reference": "e7f7b88541883cdd92c9f89b3616eb52a34cf020"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/googleapis/google-cloud-php-recaptcha-enterprise/zipball/e7f7b88541883cdd92c9f89b3616eb52a34cf020",
                "reference": "e7f7b88541883cdd92c9f89b3616eb52a34cf020",
                "shasum": ""
            },
            "require": {
                "google/gax": "^1.24.0",
                "php": ">=7.4"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.0"
            },
            "suggest": {
                "ext-grpc": "Enables use of gRPC, a universal high-performance RPC framework created by Google.",
                "ext-protobuf": "Provides a significant increase in throughput over the pure PHP protobuf implementation. See https://cloud.google.com/php/grpc for installation instructions."
            },
            "time": "2023-12-08T22:36:35+00:00",
            "type": "library",
            "extra": {
                "component": {
                    "id": "cloud-recaptcha-enterprise",
                    "path": "RecaptchaEnterprise",
                    "entry": null,
                    "target": "googleapis/google-cloud-php-recaptcha-enterprise.git"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Google\\Cloud\\RecaptchaEnterprise\\": "src",
                    "GPBMetadata\\Google\\Cloud\\Recaptchaenterprise\\": "metadata"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "description": "Google Cloud Recaptcha Enterprise Client for PHP",
            "support": {
                "source": "https://github.com/googleapis/google-cloud-php-recaptcha-enterprise/tree/v1.7.0"
            },
            "install-path": "../google/cloud-recaptcha-enterprise"
        },
        {
            "name": "google/common-protos",
            "version": "v4.5.0",
            "version_normalized": "4.5.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/googleapis/common-protos-php.git",
                "reference": "dfc232e90823cedca107b56e7371f2e2f35b9427"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/googleapis/common-protos-php/zipball/dfc232e90823cedca107b56e7371f2e2f35b9427",
                "reference": "dfc232e90823cedca107b56e7371f2e2f35b9427",
                "shasum": ""
            },
            "require": {
                "google/protobuf": "^3.6.1",
                "php": ">=7.4"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.0"
            },
            "time": "2023-11-29T21:08:16+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Google\\Api\\": "src/Api",
                    "Google\\Iam\\": "src/Iam",
                    "Google\\Rpc\\": "src/Rpc",
                    "Google\\Type\\": "src/Type",
                    "Google\\Cloud\\": "src/Cloud",
                    "GPBMetadata\\Google\\Api\\": "metadata/Api",
                    "GPBMetadata\\Google\\Iam\\": "metadata/Iam",
                    "GPBMetadata\\Google\\Rpc\\": "metadata/Rpc",
                    "GPBMetadata\\Google\\Type\\": "metadata/Type",
                    "GPBMetadata\\Google\\Cloud\\": "metadata/Cloud",
                    "GPBMetadata\\Google\\Logging\\": "metadata/Logging"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "description": "Google API Common Protos for PHP",
            "homepage": "https://github.com/googleapis/common-protos-php",
            "keywords": [
                "google"
            ],
            "support": {
                "issues": "https://github.com/googleapis/common-protos-php/issues",
                "source": "https://github.com/googleapis/common-protos-php/tree/v4.5.0"
            },
            "install-path": "../google/common-protos"
        },
        {
            "name": "google/gax",
            "version": "v1.25.0",
            "version_normalized": "1.25.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/googleapis/gax-php.git",
                "reference": "8f07f56f8d14e784777020cd73cfde518bd7dd33"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/googleapis/gax-php/zipball/8f07f56f8d14e784777020cd73cfde518bd7dd33",
                "reference": "8f07f56f8d14e784777020cd73cfde518bd7dd33",
                "shasum": ""
            },
            "require": {
                "google/auth": "^1.25.0",
                "google/common-protos": "^3.0||^4.0",
                "google/grpc-gcp": "^0.2||^0.3",
                "google/longrunning": "^0.2",
                "google/protobuf": "^3.21.4",
                "grpc/grpc": "^1.13",
                "guzzlehttp/promises": "^1.4||^2.0",
                "guzzlehttp/psr7": "^2.0",
                "php": ">=7.4"
            },
            "conflict": {
                "ext-protobuf": "<3.7.0"
            },
            "require-dev": {
                "phpspec/prophecy-phpunit": "^2.0",
                "phpunit/phpunit": "^9.0",
                "squizlabs/php_codesniffer": "3.*"
            },
            "time": "2023-11-02T22:05:32+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Google\\ApiCore\\": "src",
                    "GPBMetadata\\ApiCore\\": "metadata/ApiCore"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Google API Core for PHP",
            "homepage": "https://github.com/googleapis/gax-php",
            "keywords": [
                "google"
            ],
            "support": {
                "issues": "https://github.com/googleapis/gax-php/issues",
                "source": "https://github.com/googleapis/gax-php/tree/v1.25.0"
            },
            "install-path": "../google/gax"
        },
        {
            "name": "google/grpc-gcp",
            "version": "v0.3.0",
            "version_normalized": "0.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/GoogleCloudPlatform/grpc-gcp-php.git",
                "reference": "4d8b455a45a89f57e1552cadc41a43bc34c40456"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/GoogleCloudPlatform/grpc-gcp-php/zipball/4d8b455a45a89f57e1552cadc41a43bc34c40456",
                "reference": "4d8b455a45a89f57e1552cadc41a43bc34c40456",
                "shasum": ""
            },
            "require": {
                "google/auth": "^1.3",
                "google/protobuf": "^v3.3.0",
                "grpc/grpc": "^v1.13.0",
                "php": "^7.4||^8.0",
                "psr/cache": "^1.0.1||^2.0.0||^3.0.0"
            },
            "require-dev": {
                "google/cloud-spanner": "^1.7",
                "phpunit/phpunit": "^9.0"
            },
            "time": "2023-04-24T14:37:29+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Grpc\\Gcp\\": "src/"
                },
                "classmap": [
                    "src/generated/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "description": "gRPC GCP library for channel management",
            "support": {
                "issues": "https://github.com/GoogleCloudPlatform/grpc-gcp-php/issues",
                "source": "https://github.com/GoogleCloudPlatform/grpc-gcp-php/tree/v0.3.0"
            },
            "install-path": "../google/grpc-gcp"
        },
        {
            "name": "google/longrunning",
            "version": "v0.2.6",
            "version_normalized": "0.2.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/googleapis/php-longrunning.git",
                "reference": "9689b4db54cf4cf8186118d9d59aa9ba35bb5842"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/googleapis/php-longrunning/zipball/9689b4db54cf4cf8186118d9d59aa9ba35bb5842",
                "reference": "9689b4db54cf4cf8186118d9d59aa9ba35bb5842",
                "shasum": ""
            },
            "require-dev": {
                "google/gax": "^1.13.0",
                "phpunit/phpunit": "^9.0"
            },
            "time": "2023-04-21T14:12:59+00:00",
            "type": "library",
            "extra": {
                "component": {
                    "id": "longrunning",
                    "path": "LongRunning",
                    "entry": null,
                    "target": "googleapis/php-longrunning"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Google\\LongRunning\\": "src/LongRunning",
                    "Google\\ApiCore\\LongRunning\\": "src/ApiCore/LongRunning",
                    "GPBMetadata\\Google\\Longrunning\\": "metadata/Longrunning"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "description": "Google LongRunning Client for PHP",
            "support": {
                "source": "https://github.com/googleapis/php-longrunning/tree/v0.2.6"
            },
            "install-path": "../google/longrunning"
        },
        {
            "name": "google/protobuf",
            "version": "v3.25.1",
            "version_normalized": "3.25.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/protocolbuffers/protobuf-php.git",
                "reference": "1fb247e72df401c863ed239c1660f981644af5db"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/1fb247e72df401c863ed239c1660f981644af5db",
                "reference": "1fb247e72df401c863ed239c1660f981644af5db",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0"
            },
            "require-dev": {
                "phpunit/phpunit": ">=5.0.0"
            },
            "suggest": {
                "ext-bcmath": "Need to support JSON deserialization"
            },
            "time": "2023-11-15T21:36:03+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Google\\Protobuf\\": "src/Google/Protobuf",
                    "GPBMetadata\\Google\\Protobuf\\": "src/GPBMetadata/Google/Protobuf"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "proto library for PHP",
            "homepage": "https://developers.google.com/protocol-buffers/",
            "keywords": [
                "proto"
            ],
            "support": {
                "source": "https://github.com/protocolbuffers/protobuf-php/tree/v3.25.1"
            },
            "install-path": "../google/protobuf"
        },
        {
            "name": "grpc/grpc",
            "version": "1.57.0",
            "version_normalized": "1.57.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/grpc/grpc-php.git",
                "reference": "b610c42022ed3a22f831439cb93802f2a4502fdf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/grpc/grpc-php/zipball/b610c42022ed3a22f831439cb93802f2a4502fdf",
                "reference": "b610c42022ed3a22f831439cb93802f2a4502fdf",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0"
            },
            "require-dev": {
                "google/auth": "^v1.3.0"
            },
            "suggest": {
                "ext-protobuf": "For better performance, install the protobuf C extension.",
                "google/protobuf": "To get started using grpc quickly, install the native protobuf library."
            },
            "time": "2023-08-14T23:57:54+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Grpc\\": "src/lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "description": "gRPC library for PHP",
            "homepage": "https://grpc.io",
            "keywords": [
                "rpc"
            ],
            "support": {
                "source": "https://github.com/grpc/grpc-php/tree/v1.57.0"
            },
            "install-path": "../grpc/grpc"
        },
        {
            "name": "guzzlehttp/guzzle",
            "version": "7.8.1",
            "version_normalized": "7.8.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle.git",
                "reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
                "reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
                "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
                "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": "*",
                "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
                "php-http/message-factory": "^1.1",
                "phpunit/phpunit": "^8.5.36 || ^9.6.15",
                "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": "2023-12-03T20:35:24+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.8.1"
            },
            "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": "1.5.3",
            "version_normalized": "1.5.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/promises.git",
                "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/promises/zipball/67ab6e18aaa14d753cc148911d273f6e6cb6721e",
                "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "^4.4 || ^5.1"
            },
            "time": "2023-05-21T12:31:43+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions_include.php"
                ],
                "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/1.5.3"
            },
            "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.6.2",
            "version_normalized": "2.6.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/psr7.git",
                "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
                "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
                "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",
                "phpunit/phpunit": "^8.5.36 || ^9.6.15"
            },
            "suggest": {
                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
            },
            "time": "2023-12-03T20:05:35+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.6.2"
            },
            "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": "helhum/config-loader",
            "version": "v0.12.5",
            "version_normalized": "0.12.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/helhum/config-loader.git",
                "reference": "f761ab3fcf888b9d17d679d94b14aca24fe6bfab"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/helhum/config-loader/zipball/f761ab3fcf888b9d17d679d94b14aca24fe6bfab",
                "reference": "f761ab3fcf888b9d17d679d94b14aca24fe6bfab",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "require-dev": {
                "php-parallel-lint/php-parallel-lint": "^1.2",
                "phpunit/phpunit": "^8.5",
                "symfony/yaml": "^2.8 || ^3.3 || ^4.0 || ^5.0"
            },
            "suggest": {
                "ext-yaml": "For improved performance when parsing yaml files you should use the PECL YAML Parser php extension",
                "symfony/yaml": "To be able to parse yaml files, you will need symfony/yaml"
            },
            "time": "2022-02-21T15:32:39+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Helhum\\ConfigLoader\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Generic config loader with context and environment support.",
            "support": {
                "issues": "https://github.com/helhum/config-loader/issues",
                "source": "https://github.com/helhum/config-loader/tree/v0.12.5"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/helhum/19.99",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/helhum",
                    "type": "github"
                }
            ],
            "install-path": "../helhum/config-loader"
        },
        {
            "name": "helhum/php-error-reporting",
            "version": "v1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/helhum/php-error-reporting.git",
                "reference": "c9f1a0b6fedf7e641bce23b65eeeea946a6f7eb9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/helhum/php-error-reporting/zipball/c9f1a0b6fedf7e641bce23b65eeeea946a6f7eb9",
                "reference": "c9f1a0b6fedf7e641bce23b65eeeea946a6f7eb9",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.1"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.2",
                "phpstan/phpstan": "^1.0",
                "phpstan/phpstan-deprecation-rules": "^1.0",
                "phpstan/phpstan-doctrine": "^1.0",
                "phpstan/phpstan-phpunit": "^1.0",
                "phpstan/phpstan-strict-rules": "^1.0"
            },
            "time": "2023-01-12T14:49:10+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ErrorReporting\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Helmut Hummel",
                    "email": "typo3@helhum.io"
                }
            ],
            "description": "Create ErrorException with clean trace from PHP error handler errors, inspired by Sentry PHP SDK",
            "homepage": "https://helhum.io",
            "keywords": [
                "error reporting",
                "sentry"
            ],
            "support": {
                "issues": "https://github.com/helhum/php-error-reporting",
                "source": "https://github.com/helhum/php-error-reporting/tree/v1.0.1"
            },
            "install-path": "../helhum/php-error-reporting"
        },
        {
            "name": "helhum/typo3-console",
            "version": "v7.1.6",
            "version_normalized": "7.1.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-Console/TYPO3-Console.git",
                "reference": "c7575554b9d2162814093e14ec0820838207307d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-Console/TYPO3-Console/zipball/c7575554b9d2162814093e14ec0820838207307d",
                "reference": "c7575554b9d2162814093e14ec0820838207307d",
                "shasum": ""
            },
            "require": {
                "composer-runtime-api": "^2.1",
                "helhum/config-loader": ">=0.9 <0.13",
                "helhum/php-error-reporting": "^1.0",
                "php": ">=7.4.1",
                "symfony/console": "^5.0 || ^6.0",
                "symfony/process": "^5.0 || ^6.0",
                "typo3/cms-backend": "^11.5.3 || dev-main",
                "typo3/cms-core": "^11.5.3 || dev-main",
                "typo3/cms-extbase": "^11.5.3 || dev-main",
                "typo3/cms-extensionmanager": "^11.5.3 || dev-main",
                "typo3/cms-fluid": "^11.5.3 || dev-main",
                "typo3/cms-frontend": "^11.5.3 || dev-main",
                "typo3/cms-install": "^11.5.3 || dev-main"
            },
            "replace": {
                "typo3-ter/typo3-console": "self.version"
            },
            "require-dev": {
                "nimut/testing-framework": "^6.0.1",
                "php-parallel-lint/php-parallel-lint": "^1.2",
                "phpspec/prophecy": "^1.15",
                "phpunit/phpunit": "^8.5.18",
                "symfony/expression-language": "^5.0 || ^6.0",
                "symfony/filesystem": "^5.0 || ^6.0",
                "typo3-console/create-reference-command": "@dev",
                "typo3-console/sql-command": "@dev",
                "typo3/cms-filemetadata": "^11.5.3 || dev-main",
                "typo3/cms-recordlist": "^11.5.3 || dev-main",
                "typo3/cms-reports": "^11.5.3 || dev-main"
            },
            "time": "2023-01-12T14:26:00+00:00",
            "bin": [
                "typo3cms"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "7.1.x-dev"
                },
                "typo3/cms": {
                    "ignore-as-root": false,
                    "app-dir": ".Build",
                    "web-dir": ".Build/public"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Helhum\\Typo3Console\\": [
                        "Classes/Console/",
                        "Classes/Compatibility/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Helmut Hummel",
                    "email": "info@helhum.io",
                    "homepage": "https://helhum.io",
                    "role": "Developer"
                }
            ],
            "description": "A reliable and powerful command line interface for TYPO3 CMS",
            "homepage": "https://insight.helhum.io/post/104528981610/about-the-beauty-and-power-of-typo3-console",
            "keywords": [
                "cli",
                "command",
                "commandline",
                "console",
                "typo3"
            ],
            "support": {
                "docs": "https://docs.typo3.org/p/helhum/typo3-console/main/en-us/",
                "issues": "https://github.com/TYPO3-Console/TYPO3-Console/issues",
                "source": "https://github.com/TYPO3-Console/TYPO3-Console"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/helhum/19.99",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/helhum",
                    "type": "github"
                }
            ],
            "install-path": "../helhum/typo3-console"
        },
        {
            "name": "lolli42/finediff",
            "version": "1.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/lolli42/FineDiff.git",
                "reference": "f72cd968b663fc09bc73ef0ab5a3288583d0d59d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/lolli42/FineDiff/zipball/f72cd968b663fc09bc73ef0ab5a3288583d0d59d",
                "reference": "f72cd968b663fc09bc73ef0ab5a3288583d0d59d",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0",
                "symfony/polyfill-mbstring": "^1.23"
            },
            "replace": {
                "cogpowered/finediff": "*"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.4",
                "phpstan/phpstan": "^1.6",
                "phpunit/phpunit": "^8 || ^9"
            },
            "time": "2022-05-23T07:44:28+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.0.2"
            },
            "install-path": "../lolli42/finediff"
        },
        {
            "name": "masterminds/html5",
            "version": "2.8.1",
            "version_normalized": "2.8.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Masterminds/html5-php.git",
                "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f47dcf3c70c584de14f21143c55d9939631bc6cf",
                "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8"
            },
            "time": "2023-05-10T11:58:31+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.8.1"
            },
            "install-path": "../masterminds/html5"
        },
        {
            "name": "nikic/php-parser",
            "version": "v4.18.0",
            "version_normalized": "4.18.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nikic/PHP-Parser.git",
                "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bcbb2179f97633e98bbbc87044ee2611c7d7999",
                "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": ">=7.0"
            },
            "require-dev": {
                "ircmaxell/php-yacc": "^0.0.7",
                "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
            },
            "time": "2023-12-10T21:03:43+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.18.0"
            },
            "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.3.0",
            "version_normalized": "5.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
                "reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
                "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
                "shasum": ""
            },
            "require": {
                "ext-filter": "*",
                "php": "^7.2 || ^8.0",
                "phpdocumentor/reflection-common": "^2.2",
                "phpdocumentor/type-resolver": "^1.3",
                "webmozart/assert": "^1.9.1"
            },
            "require-dev": {
                "mockery/mockery": "~1.3.2",
                "psalm/phar": "^4.8"
            },
            "time": "2021-10-19T17:43:47+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": "account@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.3.0"
            },
            "install-path": "../phpdocumentor/reflection-docblock"
        },
        {
            "name": "phpdocumentor/type-resolver",
            "version": "1.7.3",
            "version_normalized": "1.7.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
                "reference": "3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419",
                "reference": "3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419",
                "shasum": ""
            },
            "require": {
                "doctrine/deprecations": "^1.0",
                "php": "^7.4 || ^8.0",
                "phpdocumentor/reflection-common": "^2.0",
                "phpstan/phpdoc-parser": "^1.13"
            },
            "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": "2023-08-12T11:01: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.7.3"
            },
            "install-path": "../phpdocumentor/type-resolver"
        },
        {
            "name": "phpstan/phpdoc-parser",
            "version": "1.24.5",
            "version_normalized": "1.24.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpstan/phpdoc-parser.git",
                "reference": "fedf211ff14ec8381c9bf5714e33a7a552dd1acc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/fedf211ff14ec8381c9bf5714e33a7a552dd1acc",
                "reference": "fedf211ff14ec8381c9bf5714e33a7a552dd1acc",
                "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": "2023-12-16T09:33:33+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.24.5"
            },
            "install-path": "../phpstan/phpdoc-parser"
        },
        {
            "name": "psr/cache",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/cache.git",
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2016-08-06T20:24:11+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": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for caching libraries",
            "keywords": [
                "cache",
                "psr",
                "psr-6"
            ],
            "support": {
                "source": "https://github.com/php-fig/cache/tree/master"
            },
            "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.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-factory.git",
                "reference": "e616d01114759c4c489f93b099585439f795fe35"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
                "reference": "e616d01114759c4c489f93b099585439f795fe35",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0",
                "psr/http-message": "^1.0 || ^2.0"
            },
            "time": "2023-04-10T20:10:41+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": "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/tree/1.0.2"
            },
            "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": "sutterbegg/distribution",
            "version": "dev-main",
            "version_normalized": "dev-main",
            "dist": {
                "type": "path",
                "url": "./packages/sutterbegg_distribution",
                "reference": "7e6a8241e044a4ad5770bd428e316b4e06bde2f6"
            },
            "require": {
                "typo3/cms-core": "^11.5 || ^12.0"
            },
            "type": "typo3-cms-extension",
            "extra": {
                "typo3/cms": {
                    "extension-key": "sutterbegg_distribution"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Nesolu\\SutterbeggDistribution\\": "Classes/"
                }
            },
            "authors": [
                {
                    "name": "Nando Caruana",
                    "email": "nando.caruana@nesolu.ch"
                }
            ],
            "description": "Sutterbeg Theme",
            "homepage": "https://nesolu.ch/",
            "transport-options": {
                "relative": true
            },
            "install-path": "../../public/typo3conf/ext/sutterbegg_distribution"
        },
        {
            "name": "sutterbegg/magento",
            "version": "dev-main",
            "version_normalized": "dev-main",
            "dist": {
                "type": "path",
                "url": "./packages/sutterbegg_magento",
                "reference": "b34b59a35648071a155edececd0bc348fdb47a26"
            },
            "require": {
                "typo3/cms-core": "^11.5 || ^12.0"
            },
            "type": "typo3-cms-extension",
            "extra": {
                "typo3/cms": {
                    "extension-key": "sutterbegg_magento"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Nesolu\\SutterbeggMagento\\": "Classes/",
                    "DrewM\\MailChimp\\": "Classes/Lib/Mailchimp/",
                    "Karriere\\JsonDecoder\\": "Classes/Lib/JsonDecoder/",
                    "OAuth\\": "Classes/Lib/OAuth/"
                }
            },
            "authors": [
                {
                    "name": "Nando Caruana",
                    "email": "nando.caruana@nesolu.ch"
                }
            ],
            "description": "Sutterbeg Magento Integration",
            "homepage": "https://nesolu.ch/",
            "transport-options": {
                "relative": true
            },
            "install-path": "../../public/typo3conf/ext/sutterbegg_magento"
        },
        {
            "name": "symfony/cache",
            "version": "v5.4.32",
            "version_normalized": "5.4.32.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/cache.git",
                "reference": "2553faca77502a4f68dc93cd2f3b9ec650751e40"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/cache/zipball/2553faca77502a4f68dc93cd2f3b9ec650751e40",
                "reference": "2553faca77502a4f68dc93cd2f3b9ec650751e40",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr/cache": "^1.0|^2.0",
                "psr/log": "^1.1|^2|^3",
                "symfony/cache-contracts": "^1.1.7|^2",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-php73": "^1.9",
                "symfony/polyfill-php80": "^1.16",
                "symfony/service-contracts": "^1.1|^2|^3",
                "symfony/var-exporter": "^4.4|^5.0|^6.0"
            },
            "conflict": {
                "doctrine/dbal": "<2.13.1",
                "symfony/dependency-injection": "<4.4",
                "symfony/http-kernel": "<4.4",
                "symfony/var-dumper": "<4.4"
            },
            "provide": {
                "psr/cache-implementation": "1.0|2.0",
                "psr/simple-cache-implementation": "1.0|2.0",
                "symfony/cache-implementation": "1.0|2.0"
            },
            "require-dev": {
                "cache/integration-tests": "dev-master",
                "doctrine/cache": "^1.6|^2.0",
                "doctrine/dbal": "^2.13.1|^3|^4",
                "predis/predis": "^1.1",
                "psr/simple-cache": "^1.0|^2.0",
                "symfony/config": "^4.4|^5.0|^6.0",
                "symfony/dependency-injection": "^4.4|^5.0|^6.0",
                "symfony/filesystem": "^4.4|^5.0|^6.0",
                "symfony/http-kernel": "^4.4|^5.0|^6.0",
                "symfony/messenger": "^4.4|^5.0|^6.0",
                "symfony/var-dumper": "^4.4|^5.0|^6.0"
            },
            "time": "2023-11-24T13:04:07+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Cache\\": ""
                },
                "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/v5.4.32"
            },
            "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": "v2.5.2",
            "version_normalized": "2.5.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/cache-contracts.git",
                "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
                "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr/cache": "^1.0|^2.0|^3.0"
            },
            "suggest": {
                "symfony/cache-implementation": ""
            },
            "time": "2022-01-02T09:53:40+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "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/v2.5.2"
            },
            "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.31",
            "version_normalized": "5.4.31.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/config.git",
                "reference": "dd5ea39de228813aba0c23c3a4153da2a4cf3cd9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/config/zipball/dd5ea39de228813aba0c23c3a4153da2a4cf3cd9",
                "reference": "dd5ea39de228813aba0c23c3a4153da2a4cf3cd9",
                "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": "2023-11-09T08:22:43+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.31"
            },
            "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.32",
            "version_normalized": "5.4.32.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/console.git",
                "reference": "c70df1ffaf23a8d340bded3cfab1b86752ad6ed7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/console/zipball/c70df1ffaf23a8d340bded3cfab1b86752ad6ed7",
                "reference": "c70df1ffaf23a8d340bded3cfab1b86752ad6ed7",
                "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": "2023-11-18T18:23:04+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.32"
            },
            "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/dependency-injection",
            "version": "v5.4.33",
            "version_normalized": "5.4.33.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/dependency-injection.git",
                "reference": "14969a558cd6382b2a12b14b20ef9a851a02da79"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/14969a558cd6382b2a12b14b20ef9a851a02da79",
                "reference": "14969a558cd6382b2a12b14b20ef9a851a02da79",
                "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": "2023-11-30T08:15:37+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.33"
            },
            "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": "v2.5.2",
            "version_normalized": "2.5.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/deprecation-contracts.git",
                "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
                "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2022-01-02T09:53:40+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "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/v2.5.2"
            },
            "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": "v5.4.26",
            "version_normalized": "5.4.26.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher.git",
                "reference": "5dcc00e03413f05c1e7900090927bb7247cb0aac"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/5dcc00e03413f05c1e7900090927bb7247cb0aac",
                "reference": "5dcc00e03413f05c1e7900090927bb7247cb0aac",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/event-dispatcher-contracts": "^2|^3",
                "symfony/polyfill-php80": "^1.16"
            },
            "conflict": {
                "symfony/dependency-injection": "<4.4"
            },
            "provide": {
                "psr/event-dispatcher-implementation": "1.0",
                "symfony/event-dispatcher-implementation": "2.0"
            },
            "require-dev": {
                "psr/log": "^1|^2|^3",
                "symfony/config": "^4.4|^5.0|^6.0",
                "symfony/dependency-injection": "^4.4|^5.0|^6.0",
                "symfony/error-handler": "^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/service-contracts": "^1.1|^2|^3",
                "symfony/stopwatch": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "symfony/dependency-injection": "",
                "symfony/http-kernel": ""
            },
            "time": "2023-07-06T06:34:20+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/v5.4.26"
            },
            "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.2",
            "version_normalized": "2.5.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
                "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f98b54df6ad059855739db6fcbc2d36995283fe1",
                "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr/event-dispatcher": "^1"
            },
            "suggest": {
                "symfony/event-dispatcher-implementation": ""
            },
            "time": "2022-01-02T09:53:40+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "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.2"
            },
            "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.21",
            "version_normalized": "5.4.21.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/expression-language.git",
                "reference": "501589522b844b8eecf012c133f0404f0eef77ac"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/expression-language/zipball/501589522b844b8eecf012c133f0404f0eef77ac",
                "reference": "501589522b844b8eecf012c133f0404f0eef77ac",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/cache": "^4.4|^5.0|^6.0",
                "symfony/service-contracts": "^1.1|^2|^3"
            },
            "time": "2023-02-14T08:03:56+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.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/expression-language"
        },
        {
            "name": "symfony/filesystem",
            "version": "v5.4.25",
            "version_normalized": "5.4.25.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/filesystem.git",
                "reference": "0ce3a62c9579a53358d3a7eb6b3dfb79789a6364"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/0ce3a62c9579a53358d3a7eb6b3dfb79789a6364",
                "reference": "0ce3a62c9579a53358d3a7eb6b3dfb79789a6364",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-mbstring": "~1.8",
                "symfony/polyfill-php80": "^1.16"
            },
            "time": "2023-05-31T13:04:02+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.25"
            },
            "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.27",
            "version_normalized": "5.4.27.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/finder.git",
                "reference": "ff4bce3c33451e7ec778070e45bd23f74214cd5d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/finder/zipball/ff4bce3c33451e7ec778070e45bd23f74214cd5d",
                "reference": "ff4bce3c33451e7ec778070e45bd23f74214cd5d",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-php80": "^1.16"
            },
            "time": "2023-07-31T08:02:31+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.27"
            },
            "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.32",
            "version_normalized": "5.4.32.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-foundation.git",
                "reference": "cbcd80a4c36f59772d62860fdb0cb6a38da63fd2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/cbcd80a4c36f59772d62860fdb0cb6a38da63fd2",
                "reference": "cbcd80a4c36f59772d62860fdb0cb6a38da63fd2",
                "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",
                "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": "2023-11-20T15:40:25+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.32"
            },
            "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": "v5.4.32",
            "version_normalized": "5.4.32.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/lock.git",
                "reference": "a6d7d829f4907134775a0e1b162780e61f80ed87"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/lock/zipball/a6d7d829f4907134775a0e1b162780e61f80ed87",
                "reference": "a6d7d829f4907134775a0e1b162780e61f80ed87",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr/log": "^1|^2|^3",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-php80": "^1.16"
            },
            "conflict": {
                "doctrine/dbal": "<2.13"
            },
            "require-dev": {
                "doctrine/dbal": "^2.13|^3|^4",
                "predis/predis": "~1.0"
            },
            "time": "2023-11-20T15:40:25+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/v5.4.32"
            },
            "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.31",
            "version_normalized": "5.4.31.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/mailer.git",
                "reference": "5ca8a7628a5ee69767047dd0f4cf4c9521c999b8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/mailer/zipball/5ca8a7628a5ee69767047dd0f4cf4c9521c999b8",
                "reference": "5ca8a7628a5ee69767047dd0f4cf4c9521c999b8",
                "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": "2023-11-03T16:16:43+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.31"
            },
            "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.26",
            "version_normalized": "5.4.26.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/mime.git",
                "reference": "2ea06dfeee20000a319d8407cea1d47533d5a9d2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/mime/zipball/2ea06dfeee20000a319d8407cea1d47533d5a9d2",
                "reference": "2ea06dfeee20000a319d8407cea1d47533d5a9d2",
                "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.26|>=6,<6.2.13|>=6.3,<6.3.2"
            },
            "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/property-access": "^4.4|^5.1|^6.0",
                "symfony/property-info": "^4.4|^5.1|^6.0",
                "symfony/serializer": "^5.4.26|~6.2.13|^6.3.2"
            },
            "time": "2023-07-27T06:29:31+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.26"
            },
            "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.21",
            "version_normalized": "5.4.21.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/options-resolver.git",
                "reference": "4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9",
                "reference": "4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-php73": "~1.0",
                "symfony/polyfill-php80": "^1.16"
            },
            "time": "2023-02-14T08:03:56+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.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/options-resolver"
        },
        {
            "name": "symfony/polyfill-ctype",
            "version": "v1.28.0",
            "version_normalized": "1.28.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-ctype.git",
                "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
                "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "provide": {
                "ext-ctype": "*"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "time": "2023-01-26T09:26:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.28-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/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.28.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.28.0",
            "version_normalized": "1.28.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
                "reference": "875e90aeea2777b6f135677f618529449334a612"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612",
                "reference": "875e90aeea2777b6f135677f618529449334a612",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2023-01-26T09:26:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.28-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for intl's grapheme_* functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "grapheme",
                "intl",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.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.28.0",
            "version_normalized": "1.28.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
                "reference": "e46b4da57951a16053cd751f63f4a24292788157"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/e46b4da57951a16053cd751f63f4a24292788157",
                "reference": "e46b4da57951a16053cd751f63f4a24292788157",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-intl": "For best performance and support of other locales than \"en\""
            },
            "time": "2023-03-21T17:27:24+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.28-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/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.28.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.28.0",
            "version_normalized": "1.28.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-idn.git",
                "reference": "ecaafce9f77234a6a449d29e49267ba10499116d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/ecaafce9f77234a6a449d29e49267ba10499116d",
                "reference": "ecaafce9f77234a6a449d29e49267ba10499116d",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1",
                "symfony/polyfill-intl-normalizer": "^1.10",
                "symfony/polyfill-php72": "^1.10"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2023-01-26T09:30:37+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.28-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/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.28.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.28.0",
            "version_normalized": "1.28.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
                "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
                "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2023-01-26T09:26:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.28-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for intl's Normalizer class and related functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "intl",
                "normalizer",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.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.28.0",
            "version_normalized": "1.28.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "42292d99c55abe617799667f454222c54c60e229"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
                "reference": "42292d99c55abe617799667f454222c54c60e229",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "provide": {
                "ext-mbstring": "*"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "time": "2023-07-28T09:04:16+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.28-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Mbstring\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for the Mbstring extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "mbstring",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-mbstring"
        },
        {
            "name": "symfony/polyfill-php72",
            "version": "v1.28.0",
            "version_normalized": "1.28.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php72.git",
                "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/70f4aebd92afca2f865444d30a4d2151c13c3179",
                "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2023-01-26T09:26:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.28-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php72\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php72/tree/v1.28.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-php72"
        },
        {
            "name": "symfony/polyfill-php73",
            "version": "v1.28.0",
            "version_normalized": "1.28.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php73.git",
                "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fe2f306d1d9d346a7fee353d0d5012e401e984b5",
                "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2023-01-26T09:26:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.28-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/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.28.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.28.0",
            "version_normalized": "1.28.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php80.git",
                "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
                "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2023-01-26T09:26:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.28-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php80\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ion Bazan",
                    "email": "ion.bazan@gmail.com"
                },
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.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.28.0",
            "version_normalized": "1.28.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php81.git",
                "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/7581cd600fa9fd681b797d00b02f068e2f13263b",
                "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2023-01-26T09:26:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.28-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/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.28.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/process",
            "version": "v5.4.28",
            "version_normalized": "5.4.28.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/process.git",
                "reference": "45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/process/zipball/45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b",
                "reference": "45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/polyfill-php80": "^1.16"
            },
            "time": "2023-08-07T10:36:04+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Process\\": ""
                },
                "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": "Executes commands in sub-processes",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/process/tree/v5.4.28"
            },
            "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/process"
        },
        {
            "name": "symfony/property-access",
            "version": "v5.4.26",
            "version_normalized": "5.4.26.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/property-access.git",
                "reference": "0249e46f69e92049a488f39fcf531cb42c50caaa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/property-access/zipball/0249e46f69e92049a488f39fcf531cb42c50caaa",
                "reference": "0249e46f69e92049a488f39fcf531cb42c50caaa",
                "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": "2023-07-13T15:20:41+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.26"
            },
            "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.24",
            "version_normalized": "5.4.24.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/property-info.git",
                "reference": "d43b85b00699b4484964c297575b5c6f9dc5f6e1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/property-info/zipball/d43b85b00699b4484964c297575b5c6f9dc5f6e1",
                "reference": "d43b85b00699b4484964c297575b5c6f9dc5f6e1",
                "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",
                "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": "2023-05-15T20:11:03+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.24"
            },
            "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.30",
            "version_normalized": "5.4.30.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/rate-limiter.git",
                "reference": "10c8064e57ae1bb6dee152d44d737a1a799f8386"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/rate-limiter/zipball/10c8064e57ae1bb6dee152d44d737a1a799f8386",
                "reference": "10c8064e57ae1bb6dee152d44d737a1a799f8386",
                "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": "2023-10-10T05:34:18+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.30"
            },
            "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.33",
            "version_normalized": "5.4.33.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/routing.git",
                "reference": "5b5b86670f947db92ab54cdcff585e76064d0b04"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/routing/zipball/5b5b86670f947db92ab54cdcff585e76064d0b04",
                "reference": "5b5b86670f947db92ab54cdcff585e76064d0b04",
                "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": "2023-12-01T09:28:00+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.33"
            },
            "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.2",
            "version_normalized": "2.5.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/service-contracts.git",
                "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
                "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
                "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": "2022-05-30T19:17:29+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "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.2"
            },
            "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": "v5.4.32",
            "version_normalized": "5.4.32.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/string.git",
                "reference": "91bf4453d65d8231688a04376c3a40efe0770f04"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/string/zipball/91bf4453d65d8231688a04376c3a40efe0770f04",
                "reference": "91bf4453d65d8231688a04376c3a40efe0770f04",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-intl-grapheme": "~1.0",
                "symfony/polyfill-intl-normalizer": "~1.0",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php80": "~1.15"
            },
            "conflict": {
                "symfony/translation-contracts": ">=3.0"
            },
            "require-dev": {
                "symfony/error-handler": "^4.4|^5.0|^6.0",
                "symfony/http-client": "^4.4|^5.0|^6.0",
                "symfony/translation-contracts": "^1.1|^2",
                "symfony/var-exporter": "^4.4|^5.0|^6.0"
            },
            "time": "2023-11-26T13:43:46+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/v5.4.32"
            },
            "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": "v5.4.32",
            "version_normalized": "5.4.32.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/var-exporter.git",
                "reference": "fdb022f0d3d41df240c18e2eb9a117c430f06add"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/fdb022f0d3d41df240c18e2eb9a117c430f06add",
                "reference": "fdb022f0d3d41df240c18e2eb9a117c430f06add",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/polyfill-php80": "^1.16"
            },
            "require-dev": {
                "symfony/var-dumper": "^4.4.9|^5.0.9|^6.0"
            },
            "time": "2023-11-16T19:33: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",
                "serialize"
            ],
            "support": {
                "source": "https://github.com/symfony/var-exporter/tree/v5.4.32"
            },
            "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.31",
            "version_normalized": "5.4.31.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
                "reference": "f387675d7f5fc4231f7554baa70681f222f73563"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/yaml/zipball/f387675d7f5fc4231f7554baa70681f222f73563",
                "reference": "f387675d7f5fc4231f7554baa70681f222f73563",
                "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": "2023-11-03T14:41:28+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.31"
            },
            "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": "t3g/blog",
            "version": "dev-main",
            "version_normalized": "dev-main",
            "dist": {
                "type": "path",
                "url": "./packages/blog",
                "reference": "567ef1206741217adb76816e42c12b840e1e5d69"
            },
            "require": {
                "ext-json": "*",
                "ext-pdo": "*",
                "php": "^7.2",
                "psr/http-client": "^1.0",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.0",
                "typo3/cms-backend": "^10.4 || ^11.5 || 11.*.*@dev",
                "typo3/cms-core": "^10.4 || ^11.5 || 11.*.*@dev",
                "typo3/cms-extbase": "^10.4 || ^11.5 || 11.*.*@dev",
                "typo3/cms-extensionmanager": "^10.4 || ^11.5 || 11.*.*@dev",
                "typo3/cms-fluid": "^10.4 || ^11.5 || 11.*.*@dev",
                "typo3/cms-form": "^10.4 || ^11.5 || 11.*.*@dev",
                "typo3/cms-frontend": "^10.4 || ^11.5 || 11.*.*@dev",
                "typo3/cms-install": "^10.4 || ^11.5 || 11.*.*@dev",
                "typo3fluid/fluid": "^2.6"
            },
            "require-dev": {
                "bk2k/bootstrap-package": "^12",
                "bk2k/extension-helper": "^1.0",
                "friendsofphp/php-cs-fixer": "^3.1",
                "overtrue/phplint": "^2.4",
                "typo3/cms-belog": "^10.4 || ^11.5 || 11.*.*@dev",
                "typo3/cms-beuser": "^10.4 || ^11.5 || 11.*.*@dev",
                "typo3/cms-filelist": "^10.4 || ^11.5 || 11.*.*@dev",
                "typo3/cms-fluid-styled-content": "^10.4 || ^11.5 || 11.*.*@dev",
                "typo3/cms-lowlevel": "^10.4 || ^11.5 || 11.*.*@dev",
                "typo3/cms-rte-ckeditor": "^10.4 || ^11.5 || 11.*.*@dev",
                "typo3/cms-seo": "^10.4 || ^11.5 || 11.*.*@dev",
                "typo3/cms-setup": "^10.4 || ^11.5 || 11.*.*@dev",
                "typo3/cms-tstemplate": "^10.4 || ^11.5 || 11.*.*@dev",
                "typo3/testing-framework": "^6.4"
            },
            "suggest": {
                "bk2k/bootstrap-package": "Theme for TYPO3",
                "typo3/cms-fluid-styled-content": "Content rendering definition based on fluid"
            },
            "type": "typo3-cms-extension",
            "extra": {
                "typo3/cms": {
                    "extension-key": "blog",
                    "web-dir": ".build/web",
                    "app-dir": ".build"
                },
                "branch-alias": {
                    "dev-v11.0": "11.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "T3G\\AgencyPack\\Blog\\": "Classes/"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "T3G\\AgencyPack\\Blog\\Tests\\": "Tests/"
                }
            },
            "scripts": {
                "t3g:test:php:lint": [
                    "phplint"
                ],
                "t3g:test:php:unit": [
                    "phpunit -c Build/UnitTests.xml"
                ],
                "t3g:test:php:functional": [
                    "phpunit -c Build/FunctionalTests.xml"
                ],
                "t3g:test:php:unit:cover": [
                    "Composer\\Config::disableProcessTimeout",
                    "mkdir -p var/log/junit/ && phpunit -c Build/UnitTests.xml --log-junit var/log/junit/phpunit.xml --coverage-clover var/log/junit/coverage-unit.xml"
                ],
                "t3g:test:php:functional:cover": [
                    "Composer\\Config::disableProcessTimeout",
                    "mkdir -p var/log/junit/ && .build/bin/phpunit -c Build/FunctionalTests.xml --log-junit var/log/junit/phpunit.xml --coverage-clover var/log/junit/coverage-functional.xml"
                ],
                "t3g:test": [
                    "@t3g:test:php:lint",
                    "@t3g:test:php:unit"
                ],
                "t3g:cgl": [
                    "php-cs-fixer --diff -v fix"
                ],
                "post-autoload-dump": [
                    "mkdir -p .build/web/typo3conf/ext/",
                    "[ -L .build/web/typo3conf/ext/blog ] || ln -snvf ../../../../. .build/web/typo3conf/ext/blog"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "TYPO3 GmbH",
                    "role": "Developer",
                    "homepage": "https://typo3.com/"
                }
            ],
            "description": "This blog extension uses TYPO3s core concepts and elements to provide a full-blown blog that users of TYPO3 can instantly understand and use.",
            "homepage": "https://extensions.typo3.org/extension/blog/",
            "support": {
                "issues": "https://github.com/TYPO3GmbH/blog/issues",
                "docs": "https://docs.typo3.org/typo3cms/extensions/blog/",
                "source": "https://github.com/TYPO3GmbH/blog",
                "slack": "https://typo3.slack.com/archives/t3g-ext-blog"
            },
            "transport-options": {
                "relative": true
            },
            "install-path": "../../public/typo3conf/ext/blog"
        },
        {
            "name": "tomasnorre/crawler",
            "version": "11.0.7",
            "version_normalized": "11.0.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/tomasnorre/crawler.git",
                "reference": "1e9f2250db16ee35e7a0e51ac870081acf7b393b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tomasnorre/crawler/zipball/1e9f2250db16ee35e7a0e51ac870081acf7b393b",
                "reference": "1e9f2250db16ee35e7a0e51ac870081acf7b393b",
                "shasum": ""
            },
            "require": {
                "beberlei/assert": "^3.3",
                "ext-json": "*",
                "ext-pdo": "*",
                "guzzlehttp/guzzle": "^6.4.1 || ^7.2",
                "php": "^7.4 || ^8.0",
                "psr/http-message": "^1.0",
                "psr/log": "^1.0",
                "symfony/console": "^5.0",
                "symfony/polyfill-php80": "^1.23",
                "typo3/cms-backend": "*",
                "typo3/cms-core": "^10.4.11 || ^11.5",
                "typo3/cms-frontend": "*",
                "typo3/cms-info": "*",
                "typo3/cms-seo": "*"
            },
            "replace": {
                "aoepeople/crawler": "self.version",
                "typo3-ter/crawler": "self.version"
            },
            "require-dev": {
                "codeception/codeception": "^4.1",
                "codeception/module-asserts": "^1.1",
                "codeception/module-filesystem": "^1.0",
                "codeception/module-phpbrowser": "^1.0",
                "codeception/module-webdriver": "^1.0",
                "cweagans/composer-patches": "^1.7",
                "infection/infection": "^0.26",
                "nikic/php-parser": "^4.13",
                "nimut/testing-framework": "^6.0 || dev-main",
                "nimut/typo3-complete": "^10.4",
                "phpspec/prophecy-phpunit": "^2.0",
                "phpstan/extension-installer": "^1.1",
                "phpstan/phpstan": "0.12.99",
                "phpstan/phpstan-deprecation-rules": "^0.12.5",
                "phpunit/phpunit": "^9.5",
                "rector/rector": "0.11.57",
                "roave/security-advisories": "dev-latest",
                "saschaegerer/phpstan-typo3": "^0.13.3",
                "slam/phpstan-extensions": "^5.1",
                "symfony/yaml": "^4.4 || ^5.0",
                "symplify/easy-coding-standard": "9.4.32",
                "symplify/phpstan-rules": "9.3.0",
                "typo3/testing-framework": "^6.11",
                "vimeo/psalm": "^4.18"
            },
            "suggest": {
                "typo3/cms-seo": "Enables the posibility to priorities your Crawler Queue + You have seo features in the CMS it self."
            },
            "time": "2022-11-18T15:47:11+00:00",
            "type": "typo3-cms-extension",
            "extra": {
                "branch-alias": {
                    "dev-main": "11.0.x-dev"
                },
                "patches": {
                    "nimut/testing-framework": {
                        "Reset setDBInit + initCommands for PostgreSQL": "Build/nimut-testing-framework-postgresql.patch"
                    }
                },
                "typo3/class-alias-loader": {
                    "class-alias-maps": [
                        "Migrations/Code/ClassAliasMap.php"
                    ]
                },
                "typo3/cms": {
                    "cms-package-dir": "{$vendor-dir}/typo3/cms",
                    "extension-key": "crawler",
                    "web-dir": ".Build/Web"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "AOE\\Crawler\\": "Classes"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "Tomas Norre Mikkelsen",
                    "email": "tomasnorre@gmail.com",
                    "role": "Developer"
                }
            ],
            "description": "Crawler extension for TYPO3",
            "homepage": "https://github.com/tomasnorre/crawler",
            "support": {
                "issues": "https://github.com/tomasnorre/crawler/issues",
                "source": "https://github.com/tomasnorre/crawler/tree/11.0.7"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/tomasnorre/10",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/tomasnorre",
                    "type": "github"
                },
                {
                    "url": "https://ko-fi.com/tomasnorre",
                    "type": "ko_fi"
                }
            ],
            "install-path": "../../public/typo3conf/ext/crawler"
        },
        {
            "name": "typo3/class-alias-loader",
            "version": "v1.1.4",
            "version_normalized": "1.1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3/class-alias-loader.git",
                "reference": "f6fc1f5fb04c42195e8e663b43aced4919ef318f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3/class-alias-loader/zipball/f6fc1f5fb04c42195e8e663b43aced4919ef318f",
                "reference": "f6fc1f5fb04c42195e8e663b43aced4919ef318f",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0 || ^2.0",
                "php": ">=5.3.7"
            },
            "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": "2022-08-07T14:48:42+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.1.4"
            },
            "install-path": "../typo3/class-alias-loader"
        },
        {
            "name": "typo3/cms-backend",
            "version": "v11.5.24",
            "version_normalized": "11.5.24.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/backend.git",
                "reference": "42adbbba2fb900345a0d186292d39b058903d760"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/backend/zipball/42adbbba2fb900345a0d186292d39b058903d760",
                "reference": "42adbbba2fb900345a0d186292d39b058903d760",
                "shasum": ""
            },
            "require": {
                "psr/event-dispatcher": "^1.0",
                "typo3/cms-core": "11.5.24",
                "typo3/cms-recordlist": "11.5.24"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "replace": {
                "typo3/cms-about": "*",
                "typo3/cms-context-help": "*",
                "typo3/cms-cshmanual": "*",
                "typo3/cms-func-wizards": "*",
                "typo3/cms-wizard-crpages": "*",
                "typo3/cms-wizard-sortpages": "*"
            },
            "suggest": {
                "typo3/cms-install": "To generate url to install tool in environment toolbar"
            },
            "time": "2023-02-14T08:17:13+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.24",
            "version_normalized": "11.5.24.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/belog.git",
                "reference": "72d0a7731fc2433da372348930ac18cd9ee10781"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/belog/zipball/72d0a7731fc2433da372348930ac18cd9ee10781",
                "reference": "72d0a7731fc2433da372348930ac18cd9ee10781",
                "shasum": ""
            },
            "require": {
                "typo3/cms-core": "11.5.24"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "time": "2023-02-14T08:17:13+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.24",
            "version_normalized": "11.5.24.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/beuser.git",
                "reference": "444ec56a5f57d5723931649e72f67ff25dbb851a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/beuser/zipball/444ec56a5f57d5723931649e72f67ff25dbb851a",
                "reference": "444ec56a5f57d5723931649e72f67ff25dbb851a",
                "shasum": ""
            },
            "require": {
                "typo3/cms-core": "11.5.24"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "time": "2023-02-14T08:17:13+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.1",
            "version_normalized": "3.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3/cms-cli.git",
                "reference": "d8947732ff5a6dc52829e88cb1c761124475c0e8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3/cms-cli/zipball/d8947732ff5a6dc52829e88cb1c761124475c0e8",
                "reference": "d8947732ff5a6dc52829e88cb1c761124475c0e8",
                "shasum": ""
            },
            "require": {
                "php": "^7.0 || ^8.0"
            },
            "time": "2023-08-15T10:14:53+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.1"
            },
            "install-path": "../typo3/cms-cli"
        },
        {
            "name": "typo3/cms-composer-installers",
            "version": "v3.1.3",
            "version_normalized": "3.1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3/CmsComposerInstallers.git",
                "reference": "613d82075650ba846d287e20941e8a0e04ad0444"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3/CmsComposerInstallers/zipball/613d82075650ba846d287e20941e8a0e04ad0444",
                "reference": "613d82075650ba846d287e20941e8a0e04ad0444",
                "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": "2022-08-05T19:06:26+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.3"
            },
            "install-path": "../typo3/cms-composer-installers"
        },
        {
            "name": "typo3/cms-core",
            "version": "v11.5.24",
            "version_normalized": "11.5.24.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/core.git",
                "reference": "5c71781a090d8261125ff13c6ba4c467251ba190"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/core/zipball/5c71781a090d8261125ff13c6ba4c467251ba190",
                "reference": "5c71781a090d8261125ff13c6ba4c467251ba190",
                "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.15.4",
                "ext-dom": "*",
                "ext-json": "*",
                "ext-libxml": "*",
                "ext-pcre": "*",
                "ext-pdo": "*",
                "ext-session": "*",
                "ext-xml": "*",
                "guzzlehttp/guzzle": "^7.5.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.23.0",
                "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.1",
                "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": "*",
                "typo3/cms-saltedpasswords": "*",
                "typo3/cms-sv": "*"
            },
            "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": "2023-02-14T08:17:13+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.24",
            "version_normalized": "11.5.24.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/dashboard.git",
                "reference": "bb50a8b26081eedea7a3a86413f8537faf4bd011"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/dashboard/zipball/bb50a8b26081eedea7a3a86413f8537faf4bd011",
                "reference": "bb50a8b26081eedea7a3a86413f8537faf4bd011",
                "shasum": ""
            },
            "require": {
                "typo3/cms-backend": "11.5.24",
                "typo3/cms-core": "11.5.24",
                "typo3/cms-extbase": "11.5.24",
                "typo3/cms-fluid": "11.5.24",
                "typo3/cms-frontend": "11.5.24"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "time": "2023-02-14T08:17:13+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.24",
            "version_normalized": "11.5.24.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/extbase.git",
                "reference": "90cd8f5af0601c769091853d77a5cdecd2626c2a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/extbase/zipball/90cd8f5af0601c769091853d77a5cdecd2626c2a",
                "reference": "90cd8f5af0601c769091853d77a5cdecd2626c2a",
                "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.24"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "suggest": {
                "typo3/cms-scheduler": "Additional scheduler tasks"
            },
            "time": "2023-02-14T08:17:13+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.24",
            "version_normalized": "11.5.24.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/extensionmanager.git",
                "reference": "6a4e55cc26b4e668eaa5da104585731ab9bce58c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/extensionmanager/zipball/6a4e55cc26b4e668eaa5da104585731ab9bce58c",
                "reference": "6a4e55cc26b4e668eaa5da104585731ab9bce58c",
                "shasum": ""
            },
            "require": {
                "ext-libxml": "*",
                "typo3/cms-core": "11.5.24"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "time": "2023-02-14T08:17:13+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.24",
            "version_normalized": "11.5.24.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/felogin.git",
                "reference": "7f2d520ba08279cc5262ebf2fb0fb184cce12961"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/felogin/zipball/7f2d520ba08279cc5262ebf2fb0fb184cce12961",
                "reference": "7f2d520ba08279cc5262ebf2fb0fb184cce12961",
                "shasum": ""
            },
            "require": {
                "typo3/cms-core": "11.5.24"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "time": "2023-02-14T08:17:13+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.24",
            "version_normalized": "11.5.24.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/filelist.git",
                "reference": "91e375a1df3ecf10fc5adef01dae5080d26dcdbb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/filelist/zipball/91e375a1df3ecf10fc5adef01dae5080d26dcdbb",
                "reference": "91e375a1df3ecf10fc5adef01dae5080d26dcdbb",
                "shasum": ""
            },
            "require": {
                "typo3/cms-core": "11.5.24"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "time": "2023-02-14T08:17:13+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.24",
            "version_normalized": "11.5.24.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/fluid.git",
                "reference": "2875f4da0e59a6fe9b3825f5c2dc7c1968192e83"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/fluid/zipball/2875f4da0e59a6fe9b3825f5c2dc7c1968192e83",
                "reference": "2875f4da0e59a6fe9b3825f5c2dc7c1968192e83",
                "shasum": ""
            },
            "require": {
                "symfony/dependency-injection": "^5.4",
                "typo3/cms-core": "11.5.24",
                "typo3/cms-extbase": "11.5.24",
                "typo3fluid/fluid": "^2.7.2"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "time": "2023-02-14T08:17:13+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.24",
            "version_normalized": "11.5.24.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/fluid_styled_content.git",
                "reference": "86b8efba28580eca95227c9cb08337c9d65a0bc7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/fluid_styled_content/zipball/86b8efba28580eca95227c9cb08337c9d65a0bc7",
                "reference": "86b8efba28580eca95227c9cb08337c9d65a0bc7",
                "shasum": ""
            },
            "require": {
                "typo3/cms-core": "11.5.24",
                "typo3/cms-fluid": "11.5.24",
                "typo3/cms-frontend": "11.5.24"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "time": "2023-02-14T08:17:13+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.24",
            "version_normalized": "11.5.24.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/form.git",
                "reference": "81b6d6391ea5b607266cb874c31fe4514e0af799"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/form/zipball/81b6d6391ea5b607266cb874c31fe4514e0af799",
                "reference": "81b6d6391ea5b607266cb874c31fe4514e0af799",
                "shasum": ""
            },
            "require": {
                "psr/http-message": "^1.0",
                "symfony/expression-language": "^5.4",
                "typo3/cms-core": "11.5.24"
            },
            "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": "2023-02-14T08:17:13+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.24",
            "version_normalized": "11.5.24.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/frontend.git",
                "reference": "a075911ad2b9cfec36aec5887b99fda91562b4ed"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/frontend/zipball/a075911ad2b9cfec36aec5887b99fda91562b4ed",
                "reference": "a075911ad2b9cfec36aec5887b99fda91562b4ed",
                "shasum": ""
            },
            "require": {
                "ext-libxml": "*",
                "symfony/polyfill-mbstring": "^1.23.1",
                "typo3/cms-core": "11.5.24"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "suggest": {
                "typo3/cms-adminpanel": "Provides additional information and functionality for backend users in the frontend."
            },
            "time": "2023-02-14T08:17:13+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.24",
            "version_normalized": "11.5.24.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/impexp.git",
                "reference": "90626563a22160470b9ba581d3bf5ca58a5f0b44"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/impexp/zipball/90626563a22160470b9ba581d3bf5ca58a5f0b44",
                "reference": "90626563a22160470b9ba581d3bf5ca58a5f0b44",
                "shasum": ""
            },
            "require": {
                "typo3/cms-core": "11.5.24"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "time": "2023-02-14T08:17:13+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.24",
            "version_normalized": "11.5.24.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/indexed_search.git",
                "reference": "93ec0184df39704605387a833a2f25a18e0912e1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/indexed_search/zipball/93ec0184df39704605387a833a2f25a18e0912e1",
                "reference": "93ec0184df39704605387a833a2f25a18e0912e1",
                "shasum": ""
            },
            "require": {
                "typo3/cms-core": "11.5.24"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "suggest": {
                "typo3/cms-scheduler": "For garbage collection of search statistics"
            },
            "time": "2023-02-14T08:17:13+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.24",
            "version_normalized": "11.5.24.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/info.git",
                "reference": "334aeb44e87e1c8212280c82beeeab44a5bd31e4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/info/zipball/334aeb44e87e1c8212280c82beeeab44a5bd31e4",
                "reference": "334aeb44e87e1c8212280c82beeeab44a5bd31e4",
                "shasum": ""
            },
            "require": {
                "typo3/cms-core": "11.5.24"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "replace": {
                "typo3/cms-info-pagetsconfig": "*"
            },
            "time": "2023-02-14T08:17:13+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.24",
            "version_normalized": "11.5.24.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/install.git",
                "reference": "90d148af9ff1a5c9d902994f269b841de4c8d63d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/install/zipball/90d148af9ff1a5c9d902994f269b841de4c8d63d",
                "reference": "90d148af9ff1a5c9d902994f269b841de4c8d63d",
                "shasum": ""
            },
            "require": {
                "doctrine/dbal": "^2.13.8",
                "guzzlehttp/promises": "^1.5.2",
                "nikic/php-parser": "^4.13.2",
                "symfony/finder": "^5.4",
                "symfony/http-foundation": "^5.4",
                "typo3/cms-core": "11.5.24",
                "typo3/cms-extbase": "11.5.24",
                "typo3/cms-fluid": "11.5.24"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "time": "2023-02-14T08:17:13+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.24",
            "version_normalized": "11.5.24.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/recordlist.git",
                "reference": "9309a405bac43ec72cee1225389cebe7ef3f5b24"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/recordlist/zipball/9309a405bac43ec72cee1225389cebe7ef3f5b24",
                "reference": "9309a405bac43ec72cee1225389cebe7ef3f5b24",
                "shasum": ""
            },
            "require": {
                "typo3/cms-core": "11.5.24"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "time": "2023-02-14T08:17:13+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-rte-ckeditor",
            "version": "v11.5.24",
            "version_normalized": "11.5.24.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/rte_ckeditor.git",
                "reference": "8738d024adba98bc2adb66575bc788575245808e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/rte_ckeditor/zipball/8738d024adba98bc2adb66575bc788575245808e",
                "reference": "8738d024adba98bc2adb66575bc788575245808e",
                "shasum": ""
            },
            "require": {
                "typo3/cms-core": "11.5.24"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "suggest": {
                "typo3/cms-setup": "*"
            },
            "time": "2023-02-14T08:17:13+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.24",
            "version_normalized": "11.5.24.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/scheduler.git",
                "reference": "6348429a541a60a417da256b260d4dbdbc5980f3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/scheduler/zipball/6348429a541a60a417da256b260d4dbdbc5980f3",
                "reference": "6348429a541a60a417da256b260d4dbdbc5980f3",
                "shasum": ""
            },
            "require": {
                "typo3/cms-core": "11.5.24"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "time": "2023-02-14T08:17:13+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.24",
            "version_normalized": "11.5.24.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/seo.git",
                "reference": "850103c40e68a71498348ee81a9059586de07086"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/seo/zipball/850103c40e68a71498348ee81a9059586de07086",
                "reference": "850103c40e68a71498348ee81a9059586de07086",
                "shasum": ""
            },
            "require": {
                "typo3/cms-core": "11.5.24",
                "typo3/cms-extbase": "11.5.24",
                "typo3/cms-frontend": "11.5.24"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "time": "2023-02-14T08:17:13+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.24",
            "version_normalized": "11.5.24.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/setup.git",
                "reference": "dd50d6957dbafb0bc5b736a74f4a5aed773d7e77"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/setup/zipball/dd50d6957dbafb0bc5b736a74f4a5aed773d7e77",
                "reference": "dd50d6957dbafb0bc5b736a74f4a5aed773d7e77",
                "shasum": ""
            },
            "require": {
                "typo3/cms-core": "11.5.24"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "time": "2023-02-14T08:17:13+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.24",
            "version_normalized": "11.5.24.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/sys_note.git",
                "reference": "d68b242afe8b6b7f3ed4057b41f97e369422d279"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/sys_note/zipball/d68b242afe8b6b7f3ed4057b41f97e369422d279",
                "reference": "d68b242afe8b6b7f3ed4057b41f97e369422d279",
                "shasum": ""
            },
            "require": {
                "typo3/cms-core": "11.5.24"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "time": "2023-02-14T08:17:13+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.24",
            "version_normalized": "11.5.24.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/t3editor.git",
                "reference": "0328e5458376e79329511cbf118f4c059bece1ba"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/t3editor/zipball/0328e5458376e79329511cbf118f4c059bece1ba",
                "reference": "0328e5458376e79329511cbf118f4c059bece1ba",
                "shasum": ""
            },
            "require": {
                "ext-libxml": "*",
                "typo3/cms-core": "11.5.24"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "time": "2023-02-14T08:17:13+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.24",
            "version_normalized": "11.5.24.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/tstemplate.git",
                "reference": "8ee6a4ad806efacbe118faaf27e63b8afd03dc6b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/tstemplate/zipball/8ee6a4ad806efacbe118faaf27e63b8afd03dc6b",
                "reference": "8ee6a4ad806efacbe118faaf27e63b8afd03dc6b",
                "shasum": ""
            },
            "require": {
                "typo3/cms-core": "11.5.24"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "time": "2023-02-14T08:17:13+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.24",
            "version_normalized": "11.5.24.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3-CMS/viewpage.git",
                "reference": "a861c621ee5378cf18a5646376f82a400008d198"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3-CMS/viewpage/zipball/a861c621ee5378cf18a5646376f82a400008d198",
                "reference": "a861c621ee5378cf18a5646376f82a400008d198",
                "shasum": ""
            },
            "require": {
                "typo3/cms-core": "11.5.24"
            },
            "conflict": {
                "typo3/cms": "*"
            },
            "time": "2023-02-14T08:17:13+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.1.4",
            "version_normalized": "2.1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3/html-sanitizer.git",
                "reference": "b8f90717251d968c49dc77f8c1e5912e2fbe0dff"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3/html-sanitizer/zipball/b8f90717251d968c49dc77f8c1e5912e2fbe0dff",
                "reference": "b8f90717251d968c49dc77f8c1e5912e2fbe0dff",
                "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": "2023-11-14T07:41:08+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.1.4"
            },
            "install-path": "../typo3/html-sanitizer"
        },
        {
            "name": "typo3/phar-stream-wrapper",
            "version": "v3.1.7",
            "version_normalized": "3.1.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3/phar-stream-wrapper.git",
                "reference": "5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c",
                "reference": "5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": "^7.0 || ^8.0"
            },
            "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": "2021-09-20T19:19:13+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.7"
            },
            "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.7.4",
            "version_normalized": "2.7.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3/Fluid.git",
                "reference": "24f4494083c8d304680e4c9c38667dff33720dd4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3/Fluid/zipball/24f4494083c8d304680e4c9c38667dff33720dd4",
                "reference": "24f4494083c8d304680e4c9c38667dff33720dd4",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "ext-json": "*",
                "ext-mbstring": "*",
                "friendsofphp/php-cs-fixer": "^3.4",
                "phpstan/phpstan": "^1.7",
                "phpstan/phpstan-phpunit": "^1.1",
                "phpunit/phpunit": "^8.5.33 || ^9.5.28 || ^10.0.16"
            },
            "suggest": {
                "ext-json": "PHP JSON is needed when using JSONVariableProvider: A relatively rare use case"
            },
            "time": "2023-03-23T12:04:09+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": "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": []
}
