{
    "packages": [
        {
            "name": "doctrine\/deprecations",
            "version": "1.1.3",
            "version_normalized": "1.1.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/doctrine\/deprecations.git",
                "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/doctrine\/deprecations\/zipball\/dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
                "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
                "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": "2024-01-30T19:34:25+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Isolated\\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.3"
            },
            "install-path": "..\/doctrine\/deprecations"
        },
        {
            "name": "doctrine\/lexer",
            "version": "2.1.1",
            "version_normalized": "2.1.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/doctrine\/lexer.git",
                "reference": "861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/doctrine\/lexer\/zipball\/861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6",
                "reference": "861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6",
                "shasum": ""
            },
            "require": {
                "doctrine\/deprecations": "^1.0",
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "doctrine\/coding-standard": "^9 || ^12",
                "phpstan\/phpstan": "^1.3",
                "phpunit\/phpunit": "^7.5 || ^8.5 || ^9.6",
                "psalm\/plugin-phpunit": "^0.18.3",
                "vimeo\/psalm": "^4.11 || ^5.21"
            },
            "time": "2024-02-05T11:35:39+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Isolated\\Doctrine\\Common\\Lexer\\": "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": "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\/2.1.1"
            },
            "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": {
                    "Isolated\\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": "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": {
                    "Isolated\\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": {
                    "Isolated\\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": "symfony\/config",
            "version": "v5.4.46",
            "version_normalized": "5.4.46.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/config.git",
                "reference": "977c88a02d7d3f16904a81907531b19666a08e78"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/config\/zipball\/977c88a02d7d3f16904a81907531b19666a08e78",
                "reference": "977c88a02d7d3f16904a81907531b19666a08e78",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony\/deprecation-contracts": "^2.1|^3",
                "symfony\/filesystem": "^4.4|^5.0|^6.0",
                "symfony\/polyfill-ctype": "~1.8",
                "symfony\/polyfill-php80": "^1.16",
                "symfony\/polyfill-php81": "^1.22"
            },
            "conflict": {
                "symfony\/finder": "<4.4"
            },
            "require-dev": {
                "symfony\/event-dispatcher": "^4.4|^5.0|^6.0",
                "symfony\/finder": "^4.4|^5.0|^6.0",
                "symfony\/messenger": "^4.4|^5.0|^6.0",
                "symfony\/service-contracts": "^1.1|^2|^3",
                "symfony\/yaml": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "symfony\/yaml": "To use the yaml reference dumper"
            },
            "time": "2024-10-30T07:58:02+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Isolated\\Symfony\\Component\\Config\\": ""
                },
                "exclude-from-classmap": [
                    "\/Tests\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
            "homepage": "https:\/\/symfony.com",
            "support": {
                "source": "https:\/\/github.com\/symfony\/config\/tree\/v5.4.46"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/config"
        },
        {
            "name": "symfony\/deprecation-contracts",
            "version": "v2.5.3",
            "version_normalized": "2.5.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/deprecation-contracts.git",
                "reference": "80d075412b557d41002320b96a096ca65aa2c98d"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/deprecation-contracts\/zipball\/80d075412b557d41002320b96a096ca65aa2c98d",
                "reference": "80d075412b557d41002320b96a096ca65aa2c98d",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2023-01-24T14:02:46+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.3"
            },
            "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.45",
            "version_normalized": "5.4.45.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/event-dispatcher.git",
                "reference": "72982eb416f61003e9bb6e91f8b3213600dcf9e9"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/event-dispatcher\/zipball\/72982eb416f61003e9bb6e91f8b3213600dcf9e9",
                "reference": "72982eb416f61003e9bb6e91f8b3213600dcf9e9",
                "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": "2024-09-25T14:11:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Isolated\\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.45"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/event-dispatcher"
        },
        {
            "name": "symfony\/event-dispatcher-contracts",
            "version": "v2.5.3",
            "version_normalized": "2.5.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/event-dispatcher-contracts.git",
                "reference": "540f4c73e87fd0c71ca44a6aa305d024ac68cb73"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/event-dispatcher-contracts\/zipball\/540f4c73e87fd0c71ca44a6aa305d024ac68cb73",
                "reference": "540f4c73e87fd0c71ca44a6aa305d024ac68cb73",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr\/event-dispatcher": "^1"
            },
            "suggest": {
                "symfony\/event-dispatcher-implementation": ""
            },
            "time": "2024-01-23T13:51:25+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": {
                    "Isolated\\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.3"
            },
            "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\/filesystem",
            "version": "v5.4.45",
            "version_normalized": "5.4.45.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/filesystem.git",
                "reference": "57c8294ed37d4a055b77057827c67f9558c95c54"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/filesystem\/zipball\/57c8294ed37d4a055b77057827c67f9558c95c54",
                "reference": "57c8294ed37d4a055b77057827c67f9558c95c54",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony\/polyfill-ctype": "~1.8",
                "symfony\/polyfill-mbstring": "~1.8",
                "symfony\/polyfill-php80": "^1.16"
            },
            "require-dev": {
                "symfony\/process": "^5.4|^6.4"
            },
            "time": "2024-10-22T13:05:35+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Isolated\\Symfony\\Component\\Filesystem\\": ""
                },
                "exclude-from-classmap": [
                    "\/Tests\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Provides basic utilities for the filesystem",
            "homepage": "https:\/\/symfony.com",
            "support": {
                "source": "https:\/\/github.com\/symfony\/filesystem\/tree\/v5.4.45"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/filesystem"
        },
        {
            "name": "symfony\/form",
            "version": "v5.4.0",
            "version_normalized": "5.4.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/form.git",
                "reference": "0148f46628efa4c12803768efbdfcd6e0b9ceec3"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/form\/zipball\/0148f46628efa4c12803768efbdfcd6e0b9ceec3",
                "reference": "0148f46628efa4c12803768efbdfcd6e0b9ceec3",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony\/deprecation-contracts": "^2.1|^3",
                "symfony\/event-dispatcher": "^4.4|^5.0|^6.0",
                "symfony\/options-resolver": "^5.1|^6.0",
                "symfony\/polyfill-ctype": "~1.8",
                "symfony\/polyfill-intl-icu": "^1.21",
                "symfony\/polyfill-mbstring": "~1.0",
                "symfony\/polyfill-php80": "^1.16",
                "symfony\/polyfill-php81": "^1.23",
                "symfony\/property-access": "^5.0.8|^6.0",
                "symfony\/service-contracts": "^1.1|^2|^3"
            },
            "conflict": {
                "phpunit\/phpunit": "<5.4.3",
                "symfony\/console": "<4.4",
                "symfony\/dependency-injection": "<4.4",
                "symfony\/doctrine-bridge": "<4.4",
                "symfony\/error-handler": "<4.4.5",
                "symfony\/framework-bundle": "<4.4",
                "symfony\/http-kernel": "<4.4",
                "symfony\/translation": "<4.4",
                "symfony\/translation-contracts": "<1.1.7",
                "symfony\/twig-bridge": "<4.4"
            },
            "require-dev": {
                "doctrine\/collections": "~1.0",
                "symfony\/config": "^4.4|^5.0|^6.0",
                "symfony\/console": "^5.4|^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\/http-kernel": "^4.4|^5.0|^6.0",
                "symfony\/intl": "^4.4|^5.0|^6.0",
                "symfony\/security-csrf": "^4.4|^5.0|^6.0",
                "symfony\/translation": "^4.4|^5.0|^6.0",
                "symfony\/uid": "^5.1|^6.0",
                "symfony\/validator": "^4.4.17|^5.1.9|^6.0",
                "symfony\/var-dumper": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "symfony\/security-csrf": "For protecting forms against CSRF attacks.",
                "symfony\/twig-bridge": "For templating with Twig.",
                "symfony\/validator": "For form validation."
            },
            "time": "2021-11-29T15:30:56+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Isolated\\Symfony\\Component\\Form\\": ""
                },
                "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 to easily create, process and reuse HTML forms",
            "homepage": "https:\/\/symfony.com",
            "support": {
                "source": "https:\/\/github.com\/symfony\/form\/tree\/v5.4.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\/form"
        },
        {
            "name": "symfony\/http-foundation",
            "version": "v5.4.0",
            "version_normalized": "5.4.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/http-foundation.git",
                "reference": "5ef86ac7927d2de08dc1e26eb91325f9ccbe6309"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/http-foundation\/zipball\/5ef86ac7927d2de08dc1e26eb91325f9ccbe6309",
                "reference": "5ef86ac7927d2de08dc1e26eb91325f9ccbe6309",
                "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\/expression-language": "^4.4|^5.0|^6.0",
                "symfony\/mime": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "symfony\/mime": "To use the file extension guesser"
            },
            "time": "2021-11-28T15:25:38+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Isolated\\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.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\/http-foundation"
        },
        {
            "name": "symfony\/mime",
            "version": "v5.0.0",
            "version_normalized": "5.0.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/mime.git",
                "reference": "76f3c09b7382bf979af7bcd8e6f8033f1324285e"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/mime\/zipball\/76f3c09b7382bf979af7bcd8e6f8033f1324285e",
                "reference": "76f3c09b7382bf979af7bcd8e6f8033f1324285e",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5",
                "symfony\/polyfill-intl-idn": "^1.10",
                "symfony\/polyfill-mbstring": "^1.0"
            },
            "conflict": {
                "symfony\/mailer": "<4.4"
            },
            "require-dev": {
                "egulias\/email-validator": "^2.1.10",
                "symfony\/dependency-injection": "^4.4|^5.0"
            },
            "time": "2019-11-18T17:27:11+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Isolated\\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": "A library to manipulate MIME messages",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "mime",
                "mime-type"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/mime\/tree\/v5.0.0"
            },
            "install-path": "..\/symfony\/mime"
        },
        {
            "name": "symfony\/options-resolver",
            "version": "v5.4.45",
            "version_normalized": "5.4.45.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/options-resolver.git",
                "reference": "74e5b6f0db3e8589e6cfd5efb317a1fc2bb52fb6"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/options-resolver\/zipball\/74e5b6f0db3e8589e6cfd5efb317a1fc2bb52fb6",
                "reference": "74e5b6f0db3e8589e6cfd5efb317a1fc2bb52fb6",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony\/deprecation-contracts": "^2.1|^3",
                "symfony\/polyfill-php73": "~1.0",
                "symfony\/polyfill-php80": "^1.16"
            },
            "time": "2024-09-25T14:11:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Isolated\\Symfony\\Component\\OptionsResolver\\": ""
                },
                "exclude-from-classmap": [
                    "\/Tests\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Provides an improved replacement for the array_replace PHP function",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "config",
                "configuration",
                "options"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/options-resolver\/tree\/v5.4.45"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/options-resolver"
        },
        {
            "name": "symfony\/password-hasher",
            "version": "v5.4.45",
            "version_normalized": "5.4.45.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/password-hasher.git",
                "reference": "6c5993b24505f98b90ca4896448012bbec54c7c8"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/password-hasher\/zipball\/6c5993b24505f98b90ca4896448012bbec54c7c8",
                "reference": "6c5993b24505f98b90ca4896448012bbec54c7c8",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony\/deprecation-contracts": "^2.1|^3",
                "symfony\/polyfill-php80": "^1.15"
            },
            "conflict": {
                "symfony\/security-core": "<5.3"
            },
            "require-dev": {
                "symfony\/console": "^5.3|^6.0",
                "symfony\/security-core": "^5.3|^6.0"
            },
            "time": "2024-09-25T14:11:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Isolated\\Symfony\\Component\\PasswordHasher\\": ""
                },
                "exclude-from-classmap": [
                    "\/Tests\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Robin Chalas",
                    "email": "robin.chalas@gmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Provides password hashing utilities",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "hashing",
                "password"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/password-hasher\/tree\/v5.4.45"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/password-hasher"
        },
        {
            "name": "symfony\/polyfill-intl-grapheme",
            "version": "v1.31.0",
            "version_normalized": "1.31.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-intl-grapheme.git",
                "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-intl-grapheme\/zipball\/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
                "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2024-09-09T11:45:10+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony\/polyfill",
                    "url": "https:\/\/github.com\/symfony\/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Isolated\\Symfony\\Polyfill\\Intl\\Grapheme\\": ""
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Symfony polyfill for intl's grapheme_* functions",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "compatibility",
                "grapheme",
                "intl",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/polyfill-intl-grapheme\/tree\/v1.31.0"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/polyfill-intl-grapheme"
        },
        {
            "name": "symfony\/polyfill-intl-icu",
            "version": "v1.31.0",
            "version_normalized": "1.31.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-intl-icu.git",
                "reference": "d80a05e9904d2c2b9b95929f3e4b5d3a8f418d78"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-intl-icu\/zipball\/d80a05e9904d2c2b9b95929f3e4b5d3a8f418d78",
                "reference": "d80a05e9904d2c2b9b95929f3e4b5d3a8f418d78",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "suggest": {
                "ext-intl": "For best performance and support of other locales than \"en\""
            },
            "time": "2024-09-09T11:45:10+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony\/polyfill",
                    "url": "https:\/\/github.com\/symfony\/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Isolated\\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.31.0"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/polyfill-intl-icu"
        },
        {
            "name": "symfony\/property-access",
            "version": "v5.4.45",
            "version_normalized": "5.4.45.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/property-access.git",
                "reference": "111e7ed617509f1a9139686055d234aad6e388e0"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/property-access\/zipball\/111e7ed617509f1a9139686055d234aad6e388e0",
                "reference": "111e7ed617509f1a9139686055d234aad6e388e0",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony\/deprecation-contracts": "^2.1|^3",
                "symfony\/polyfill-php80": "^1.16",
                "symfony\/property-info": "^5.2|^6.0"
            },
            "require-dev": {
                "symfony\/cache": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "psr\/cache-implementation": "To cache access methods."
            },
            "time": "2024-09-25T14:11:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Isolated\\Symfony\\Component\\PropertyAccess\\": ""
                },
                "exclude-from-classmap": [
                    "\/Tests\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Provides functions to read and write from\/to an object or array using a simple string notation",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "access",
                "array",
                "extraction",
                "index",
                "injection",
                "object",
                "property",
                "property-path",
                "reflection"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/property-access\/tree\/v5.4.45"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/property-access"
        },
        {
            "name": "symfony\/property-info",
            "version": "v5.4.45",
            "version_normalized": "5.4.45.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/property-info.git",
                "reference": "cec75362b20263758c9c7af4c2f9af82614195ae"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/property-info\/zipball\/cec75362b20263758c9c7af4c2f9af82614195ae",
                "reference": "cec75362b20263758c9c7af4c2f9af82614195ae",
                "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": "2024-09-25T14:11:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Isolated\\Symfony\\Component\\PropertyInfo\\": ""
                },
                "exclude-from-classmap": [
                    "\/Tests\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "K\u00e9vin 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.45"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/property-info"
        },
        {
            "name": "symfony\/security-core",
            "version": "v5.4.45",
            "version_normalized": "5.4.45.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/security-core.git",
                "reference": "2d324971f4a241cf538502e14f15ad32f2b16b9b"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/security-core\/zipball\/2d324971f4a241cf538502e14f15ad32f2b16b9b",
                "reference": "2d324971f4a241cf538502e14f15ad32f2b16b9b",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony\/deprecation-contracts": "^2.1|^3",
                "symfony\/event-dispatcher-contracts": "^1.1|^2|^3",
                "symfony\/password-hasher": "^5.3|^6.0",
                "symfony\/polyfill-php80": "^1.16",
                "symfony\/service-contracts": "^1.1.6|^2|^3"
            },
            "conflict": {
                "symfony\/event-dispatcher": "<4.4",
                "symfony\/http-foundation": "<5.3",
                "symfony\/ldap": "<4.4",
                "symfony\/security-guard": "<4.4",
                "symfony\/translation": "<5.4.35|>=6.0,<6.3.12|>=6.4,<6.4.3",
                "symfony\/validator": "<5.2"
            },
            "require-dev": {
                "psr\/cache": "^1.0|^2.0|^3.0",
                "psr\/container": "^1.0|^2.0",
                "psr\/log": "^1|^2|^3",
                "symfony\/cache": "^4.4|^5.0|^6.0",
                "symfony\/event-dispatcher": "^4.4|^5.0|^6.0",
                "symfony\/expression-language": "^4.4|^5.0|^6.0",
                "symfony\/http-foundation": "^5.3|^6.0",
                "symfony\/ldap": "^4.4|^5.0|^6.0",
                "symfony\/translation": "^5.4.35|~6.3.12|^6.4.3",
                "symfony\/validator": "^5.2|^6.0"
            },
            "suggest": {
                "psr\/container-implementation": "To instantiate the Security class",
                "symfony\/event-dispatcher": "",
                "symfony\/expression-language": "For using the expression voter",
                "symfony\/http-foundation": "",
                "symfony\/ldap": "For using LDAP integration",
                "symfony\/validator": "For using the user password constraint"
            },
            "time": "2024-10-23T08:30:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Isolated\\Symfony\\Component\\Security\\Core\\": ""
                },
                "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": "Symfony Security Component - Core Library",
            "homepage": "https:\/\/symfony.com",
            "support": {
                "source": "https:\/\/github.com\/symfony\/security-core\/tree\/v5.4.45"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/security-core"
        },
        {
            "name": "symfony\/security-csrf",
            "version": "v5.4.45",
            "version_normalized": "5.4.45.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/security-csrf.git",
                "reference": "28dcafc3220f12264bb2aabe2389a2163458c1f4"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/security-csrf\/zipball\/28dcafc3220f12264bb2aabe2389a2163458c1f4",
                "reference": "28dcafc3220f12264bb2aabe2389a2163458c1f4",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony\/deprecation-contracts": "^2.1|^3",
                "symfony\/polyfill-php80": "^1.16",
                "symfony\/security-core": "^4.4|^5.0|^6.0"
            },
            "conflict": {
                "symfony\/http-foundation": "<5.3"
            },
            "require-dev": {
                "symfony\/http-foundation": "^5.3|^6.0"
            },
            "suggest": {
                "symfony\/http-foundation": "For using the class SessionTokenStorage."
            },
            "time": "2024-09-25T14:11:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Isolated\\Symfony\\Component\\Security\\Csrf\\": ""
                },
                "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": "Symfony Security Component - CSRF Library",
            "homepage": "https:\/\/symfony.com",
            "support": {
                "source": "https:\/\/github.com\/symfony\/security-csrf\/tree\/v5.4.45"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/security-csrf"
        },
        {
            "name": "symfony\/service-contracts",
            "version": "v2.5.3",
            "version_normalized": "2.5.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/service-contracts.git",
                "reference": "a2329596ddc8fd568900e3fc76cba42489ecc7f3"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/service-contracts\/zipball\/a2329596ddc8fd568900e3fc76cba42489ecc7f3",
                "reference": "a2329596ddc8fd568900e3fc76cba42489ecc7f3",
                "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": "2023-04-21T15:04:16+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": {
                    "Isolated\\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.3"
            },
            "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.45",
            "version_normalized": "5.4.45.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/string.git",
                "reference": "7f6807add88b1e2635f3c6de5e1ace631ed7cad2"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/string\/zipball\/7f6807add88b1e2635f3c6de5e1ace631ed7cad2",
                "reference": "7f6807add88b1e2635f3c6de5e1ace631ed7cad2",
                "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": "2024-09-25T14:11:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "Resources\/functions.php"
                ],
                "psr-4": {
                    "Isolated\\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.45"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/string"
        },
        {
            "name": "symfony\/translation",
            "version": "v5.4.45",
            "version_normalized": "5.4.45.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/translation.git",
                "reference": "98f26acc99341ca4bab345fb14d7b1d7cb825bed"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/translation\/zipball\/98f26acc99341ca4bab345fb14d7b1d7cb825bed",
                "reference": "98f26acc99341ca4bab345fb14d7b1d7cb825bed",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony\/deprecation-contracts": "^2.1|^3",
                "symfony\/polyfill-mbstring": "~1.0",
                "symfony\/polyfill-php80": "^1.16",
                "symfony\/translation-contracts": "^2.3"
            },
            "conflict": {
                "symfony\/config": "<4.4",
                "symfony\/console": "<5.3",
                "symfony\/dependency-injection": "<5.0",
                "symfony\/http-kernel": "<5.0",
                "symfony\/twig-bundle": "<5.0",
                "symfony\/yaml": "<4.4"
            },
            "provide": {
                "symfony\/translation-implementation": "2.3"
            },
            "require-dev": {
                "psr\/log": "^1|^2|^3",
                "symfony\/config": "^4.4|^5.0|^6.0",
                "symfony\/console": "^5.4|^6.0",
                "symfony\/dependency-injection": "^5.0|^6.0",
                "symfony\/finder": "^4.4|^5.0|^6.0",
                "symfony\/http-client-contracts": "^1.1|^2.0|^3.0",
                "symfony\/http-kernel": "^5.0|^6.0",
                "symfony\/intl": "^4.4|^5.0|^6.0",
                "symfony\/polyfill-intl-icu": "^1.21",
                "symfony\/service-contracts": "^1.1.2|^2|^3",
                "symfony\/yaml": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "psr\/log-implementation": "To use logging capability in translator",
                "symfony\/config": "",
                "symfony\/yaml": ""
            },
            "time": "2024-09-25T14:11:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "Resources\/functions.php"
                ],
                "psr-4": {
                    "Isolated\\Symfony\\Component\\Translation\\": ""
                },
                "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 to internationalize your application",
            "homepage": "https:\/\/symfony.com",
            "support": {
                "source": "https:\/\/github.com\/symfony\/translation\/tree\/v5.4.45"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/translation"
        },
        {
            "name": "symfony\/translation-contracts",
            "version": "v2.5.3",
            "version_normalized": "2.5.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/translation-contracts.git",
                "reference": "b0073a77ac0b7ea55131020e87b1e3af540f4664"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/translation-contracts\/zipball\/b0073a77ac0b7ea55131020e87b1e3af540f4664",
                "reference": "b0073a77ac0b7ea55131020e87b1e3af540f4664",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5"
            },
            "suggest": {
                "symfony\/translation-implementation": ""
            },
            "time": "2024-01-23T13:51:25+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": {
                    "Isolated\\Symfony\\Contracts\\Translation\\": ""
                }
            },
            "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 translation",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/translation-contracts\/tree\/v2.5.3"
            },
            "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\/translation-contracts"
        },
        {
            "name": "symfony\/twig-bridge",
            "version": "v5.4.19",
            "version_normalized": "5.4.19.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/twig-bridge.git",
                "reference": "0526188cb886be64351454826fecc6d35356eaf1"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/twig-bridge\/zipball\/0526188cb886be64351454826fecc6d35356eaf1",
                "reference": "0526188cb886be64351454826fecc6d35356eaf1",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony\/polyfill-php80": "^1.16",
                "symfony\/translation-contracts": "^1.1|^2|^3",
                "twig\/twig": "^2.13|^3.0.4"
            },
            "conflict": {
                "phpdocumentor\/reflection-docblock": "<3.2.2",
                "phpdocumentor\/type-resolver": "<1.4.0",
                "symfony\/console": "<5.3",
                "symfony\/form": "<5.3",
                "symfony\/http-foundation": "<5.3",
                "symfony\/http-kernel": "<4.4",
                "symfony\/translation": "<5.2",
                "symfony\/workflow": "<5.2"
            },
            "require-dev": {
                "doctrine\/annotations": "^1.12|^2",
                "egulias\/email-validator": "^2.1.10|^3|^4",
                "phpdocumentor\/reflection-docblock": "^3.0|^4.0|^5.0",
                "symfony\/asset": "^4.4|^5.0|^6.0",
                "symfony\/console": "^5.3|^6.0",
                "symfony\/dependency-injection": "^4.4|^5.0|^6.0",
                "symfony\/expression-language": "^4.4|^5.0|^6.0",
                "symfony\/finder": "^4.4|^5.0|^6.0",
                "symfony\/form": "^5.3|^6.0",
                "symfony\/http-foundation": "^5.3|^6.0",
                "symfony\/http-kernel": "^4.4|^5.0|^6.0",
                "symfony\/intl": "^4.4|^5.0|^6.0",
                "symfony\/mime": "^5.2|^6.0",
                "symfony\/polyfill-intl-icu": "~1.0",
                "symfony\/property-info": "^4.4|^5.1|^6.0",
                "symfony\/routing": "^4.4|^5.0|^6.0",
                "symfony\/security-acl": "^2.8|^3.0",
                "symfony\/security-core": "^4.4|^5.0|^6.0",
                "symfony\/security-csrf": "^4.4|^5.0|^6.0",
                "symfony\/security-http": "^4.4|^5.0|^6.0",
                "symfony\/serializer": "^5.2|^6.0",
                "symfony\/stopwatch": "^4.4|^5.0|^6.0",
                "symfony\/translation": "^5.2|^6.0",
                "symfony\/web-link": "^4.4|^5.0|^6.0",
                "symfony\/workflow": "^5.2|^6.0",
                "symfony\/yaml": "^4.4|^5.0|^6.0",
                "twig\/cssinliner-extra": "^2.12|^3",
                "twig\/inky-extra": "^2.12|^3",
                "twig\/markdown-extra": "^2.12|^3"
            },
            "suggest": {
                "symfony\/asset": "For using the AssetExtension",
                "symfony\/expression-language": "For using the ExpressionExtension",
                "symfony\/finder": "",
                "symfony\/form": "For using the FormExtension",
                "symfony\/http-kernel": "For using the HttpKernelExtension",
                "symfony\/routing": "For using the RoutingExtension",
                "symfony\/security-core": "For using the SecurityExtension",
                "symfony\/security-csrf": "For using the CsrfExtension",
                "symfony\/security-http": "For using the LogoutUrlExtension",
                "symfony\/stopwatch": "For using the StopwatchExtension",
                "symfony\/translation": "For using the TranslationExtension",
                "symfony\/var-dumper": "For using the DumpExtension",
                "symfony\/web-link": "For using the WebLinkExtension",
                "symfony\/yaml": "For using the YamlExtension"
            },
            "time": "2023-01-09T05:43:46+00:00",
            "type": "symfony-bridge",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Isolated\\Symfony\\Bridge\\Twig\\": ""
                },
                "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 integration for Twig with various Symfony components",
            "homepage": "https:\/\/symfony.com",
            "support": {
                "source": "https:\/\/github.com\/symfony\/twig-bridge\/tree\/v5.4.19"
            },
            "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\/twig-bridge"
        },
        {
            "name": "symfony\/validator",
            "version": "v5.4.46",
            "version_normalized": "5.4.46.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/validator.git",
                "reference": "9849c2cae17964a42a77df6823ac90414e2b451d"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/validator\/zipball\/9849c2cae17964a42a77df6823ac90414e2b451d",
                "reference": "9849c2cae17964a42a77df6823ac90414e2b451d",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony\/deprecation-contracts": "^2.1|^3",
                "symfony\/polyfill-ctype": "~1.8",
                "symfony\/polyfill-mbstring": "~1.0",
                "symfony\/polyfill-php73": "~1.0",
                "symfony\/polyfill-php80": "^1.16",
                "symfony\/polyfill-php81": "^1.22",
                "symfony\/translation-contracts": "^1.1|^2|^3"
            },
            "conflict": {
                "doctrine\/annotations": "<1.13",
                "doctrine\/cache": "<1.11",
                "doctrine\/lexer": "<1.1",
                "symfony\/dependency-injection": "<4.4",
                "symfony\/expression-language": "<5.1",
                "symfony\/http-kernel": "<4.4",
                "symfony\/intl": "<4.4",
                "symfony\/property-info": "<5.3",
                "symfony\/translation": "<5.4.35|>=6.0,<6.3.12|>=6.4,<6.4.3",
                "symfony\/yaml": "<4.4"
            },
            "require-dev": {
                "doctrine\/annotations": "^1.13|^2",
                "doctrine\/cache": "^1.11|^2.0",
                "egulias\/email-validator": "^2.1.10|^3|^4",
                "symfony\/cache": "^4.4|^5.0|^6.0",
                "symfony\/config": "^4.4|^5.0|^6.0",
                "symfony\/console": "^4.4|^5.0|^6.0",
                "symfony\/dependency-injection": "^4.4|^5.0|^6.0",
                "symfony\/expression-language": "^5.1|^6.0",
                "symfony\/finder": "^4.4|^5.0|^6.0",
                "symfony\/http-client": "^4.4|^5.0|^6.0",
                "symfony\/http-foundation": "^4.4|^5.0|^6.0",
                "symfony\/http-kernel": "^4.4|^5.0|^6.0",
                "symfony\/intl": "^4.4|^5.0|^6.0",
                "symfony\/mime": "^4.4|^5.0|^6.0",
                "symfony\/property-access": "^5.4|^6.0",
                "symfony\/property-info": "^5.3|^6.0",
                "symfony\/translation": "^5.4.35|~6.3.12|^6.4.3",
                "symfony\/yaml": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "egulias\/email-validator": "Strict (RFC compliant) email validation",
                "psr\/cache-implementation": "For using the mapping cache.",
                "symfony\/config": "",
                "symfony\/expression-language": "For using the Expression validator and the ExpressionLanguageSyntax constraints",
                "symfony\/http-foundation": "",
                "symfony\/intl": "",
                "symfony\/property-access": "For accessing properties within comparison constraints",
                "symfony\/property-info": "To automatically add NotNull and Type constraints",
                "symfony\/translation": "For translating validation errors.",
                "symfony\/yaml": ""
            },
            "time": "2024-11-04T11:03:12+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Isolated\\Symfony\\Component\\Validator\\": ""
                },
                "exclude-from-classmap": [
                    "\/Tests\/",
                    "\/Resources\/bin\/"
                ]
            },
            "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 to validate values",
            "homepage": "https:\/\/symfony.com",
            "support": {
                "source": "https:\/\/github.com\/symfony\/validator\/tree\/v5.4.46"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/validator"
        },
        {
            "name": "twig\/twig",
            "version": "v3.11.3",
            "version_normalized": "3.11.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/twigphp\/Twig.git",
                "reference": "3b06600ff3abefaf8ff55d5c336cd1c4253f8c7e"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/twigphp\/Twig\/zipball\/3b06600ff3abefaf8ff55d5c336cd1c4253f8c7e",
                "reference": "3b06600ff3abefaf8ff55d5c336cd1c4253f8c7e",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony\/deprecation-contracts": "^2.5|^3",
                "symfony\/polyfill-ctype": "^1.8",
                "symfony\/polyfill-mbstring": "^1.3",
                "symfony\/polyfill-php80": "^1.22",
                "symfony\/polyfill-php81": "^1.29"
            },
            "require-dev": {
                "psr\/container": "^1.0|^2.0",
                "symfony\/phpunit-bridge": "^5.4.9|^6.4|^7.0"
            },
            "time": "2024-11-07T12:34:41+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/Resources\/core.php",
                    "src\/Resources\/debug.php",
                    "src\/Resources\/escaper.php",
                    "src\/Resources\/string_loader.php"
                ],
                "psr-4": {
                    "Isolated\\Twig\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com",
                    "homepage": "http:\/\/fabien.potencier.org",
                    "role": "Lead Developer"
                },
                {
                    "name": "Twig Team",
                    "role": "Contributors"
                },
                {
                    "name": "Armin Ronacher",
                    "email": "armin.ronacher@active-4.com",
                    "role": "Project Founder"
                }
            ],
            "description": "Twig, the flexible, fast, and secure template language for PHP",
            "homepage": "https:\/\/twig.symfony.com",
            "keywords": [
                "templating"
            ],
            "support": {
                "issues": "https:\/\/github.com\/twigphp\/Twig\/issues",
                "source": "https:\/\/github.com\/twigphp\/Twig\/tree\/v3.11.3"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/twig\/twig",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/twig\/twig"
        }
    ],
    "dev": true,
    "dev-package-names": []
}