{
    "packages": [
        {
            "name": "builderius\/mustache",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/builderius\/mustache.git",
                "reference": "5a02b7e6ddb88d49d3fd54d5a53a1ab4522c0b39"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/builderius\/mustache\/zipball\/5a02b7e6ddb88d49d3fd54d5a53a1ab4522c0b39",
                "reference": "5a02b7e6ddb88d49d3fd54d5a53a1ab4522c0b39",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.4"
            },
            "time": "2023-08-26T21:53:11+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Builderius\\Mustache\\": "src"
                }
            },
            "license": [
                "MIT"
            ],
            "description": "A Mustache implementation in PHP. (PSR-4)",
            "support": {
                "source": "https:\/\/github.com\/builderius\/mustache\/tree\/master",
                "issues": "https:\/\/github.com\/builderius\/mustache\/issues"
            },
            "install-path": "..\/builderius\/mustache"
        },
        {
            "name": "builderius\/swoop",
            "version": "dev-dev",
            "version_normalized": "dev-dev",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/builderius\/swoop.git",
                "reference": "9e94c582986973c8f4354c9b7088652804f27a5c"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/builderius\/swoop\/zipball\/9e94c582986973c8f4354c9b7088652804f27a5c",
                "reference": "9e94c582986973c8f4354c9b7088652804f27a5c",
                "shasum": ""
            },
            "require": {
                "dg\/composer-cleaner": "^2.2",
                "php": ">=8.2",
                "symfony\/config": "^7.0",
                "symfony\/dependency-injection": "^7.0",
                "symfony\/event-dispatcher": "^7.0",
                "symfony\/filesystem": "^7.0",
                "symfony\/finder": "^7.0",
                "symfony\/templating": "5.4.*",
                "symfony\/twig-bridge": "^7.0",
                "symfony\/yaml": "^7.0"
            },
            "time": "2025-10-12T18:31:54+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Builderius\\Swoop\\Bundle\\": "src\/Bundle\/"
                }
            },
            "scripts": {
                "post-autoload-dump": [
                    "mkdir -p vendor-prefixed\/symfony\/templating",
                    "cp vendor-prefixed\/builderius\/swoop\/src\/Compatibility\/Symfony\/Component\/Templating\/EngineInterface.php vendor-prefixed\/symfony\/templating\/EngineInterface.php",
                    "rm -rf vendor-prefixed\/builderius\/swoop\/src\/Compatibility"
                ]
            },
            "license": [
                "MIT"
            ],
            "description": "OOP based platform for Wordpress plugins creation",
            "support": {
                "source": "https:\/\/github.com\/builderius\/swoop\/tree\/dev",
                "issues": "https:\/\/github.com\/builderius\/swoop\/issues"
            },
            "install-path": "..\/builderius\/swoop"
        },
        {
            "name": "dg\/composer-cleaner",
            "version": "v2.2.1",
            "version_normalized": "2.2.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/dg\/composer-cleaner.git",
                "reference": "b0fc3d177a9da6c61b5176e57025654391de600c"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/dg\/composer-cleaner\/zipball\/b0fc3d177a9da6c61b5176e57025654391de600c",
                "reference": "b0fc3d177a9da6c61b5176e57025654391de600c",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0 || ^2.0",
                "php": ">=7.1"
            },
            "require-dev": {
                "composer\/composer": "^1.10 || ^2.0",
                "nette\/tester": "^2.2",
                "phpstan\/phpstan": "^0.12"
            },
            "time": "2022-04-02T16:11:52+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "DG\\ComposerCleaner\\Plugin"
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "David Grudl",
                    "homepage": "https:\/\/davidgrudl.com"
                }
            ],
            "description": "Victor The Cleaner: removes unnecessary files from vendor directory.",
            "keywords": [
                "composer"
            ],
            "support": {
                "issues": "https:\/\/github.com\/dg\/composer-cleaner\/issues",
                "source": "https:\/\/github.com\/dg\/composer-cleaner\/tree\/v2.2.1"
            },
            "install-path": "..\/dg\/composer-cleaner"
        },
        {
            "name": "enshrined\/svg-sanitize",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/darylldoyle\/svg-sanitizer.git",
                "reference": "c1ad90f6a3819ec40fb98fff0193f14fdeab35c8"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/darylldoyle\/svg-sanitizer\/zipball\/c1ad90f6a3819ec40fb98fff0193f14fdeab35c8",
                "reference": "c1ad90f6a3819ec40fb98fff0193f14fdeab35c8",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-libxml": "*",
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "phpunit\/phpunit": "^6.5 || ^8.5"
            },
            "time": "2025-08-12T15:43:45+00:00",
            "default-branch": true,
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Builderius\\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\/master"
            },
            "install-path": "..\/enshrined\/svg-sanitize"
        },
        {
            "name": "matthiasmullie\/minify",
            "version": "1.3.75",
            "version_normalized": "1.3.75.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/matthiasmullie\/minify.git",
                "reference": "76ba4a5f555fd7bf4aa408af608e991569076671"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/matthiasmullie\/minify\/zipball\/76ba4a5f555fd7bf4aa408af608e991569076671",
                "reference": "76ba4a5f555fd7bf4aa408af608e991569076671",
                "shasum": ""
            },
            "require": {
                "ext-pcre": "*",
                "matthiasmullie\/path-converter": "~1.1",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "friendsofphp\/php-cs-fixer": ">=2.0",
                "matthiasmullie\/scrapbook": ">=1.3",
                "phpunit\/phpunit": ">=4.8"
            },
            "suggest": {
                "psr\/cache-implementation": "Cache implementation to use with Minify::cache"
            },
            "time": "2025-06-25T09:56:19+00:00",
            "bin": [
                "bin\/minifycss",
                "bin\/minifyjs"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Builderius\\MatthiasMullie\\Minify\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Matthias Mullie",
                    "email": "minify@mullie.eu",
                    "homepage": "https:\/\/www.mullie.eu",
                    "role": "Developer"
                }
            ],
            "description": "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes\/shortens a few common programming patterns.",
            "homepage": "https:\/\/github.com\/matthiasmullie\/minify",
            "keywords": [
                "JS",
                "css",
                "javascript",
                "minifier",
                "minify"
            ],
            "support": {
                "issues": "https:\/\/github.com\/matthiasmullie\/minify\/issues",
                "source": "https:\/\/github.com\/matthiasmullie\/minify\/tree\/1.3.75"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/matthiasmullie",
                    "type": "github"
                }
            ],
            "install-path": "..\/matthiasmullie\/minify"
        },
        {
            "name": "matthiasmullie\/path-converter",
            "version": "1.1.3",
            "version_normalized": "1.1.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/matthiasmullie\/path-converter.git",
                "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/matthiasmullie\/path-converter\/zipball\/e7d13b2c7e2f2268e1424aaed02085518afa02d9",
                "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9",
                "shasum": ""
            },
            "require": {
                "ext-pcre": "*",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit\/phpunit": "~4.8"
            },
            "time": "2019-02-05T23:41:09+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Builderius\\MatthiasMullie\\PathConverter\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Matthias Mullie",
                    "email": "pathconverter@mullie.eu",
                    "homepage": "http:\/\/www.mullie.eu",
                    "role": "Developer"
                }
            ],
            "description": "Relative path converter",
            "homepage": "http:\/\/github.com\/matthiasmullie\/path-converter",
            "keywords": [
                "converter",
                "path",
                "paths",
                "relative"
            ],
            "support": {
                "issues": "https:\/\/github.com\/matthiasmullie\/path-converter\/issues",
                "source": "https:\/\/github.com\/matthiasmullie\/path-converter\/tree\/1.1.3"
            },
            "install-path": "..\/matthiasmullie\/path-converter"
        },
        {
            "name": "psr\/cache",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/cache.git",
                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/cache\/zipball\/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.0"
            },
            "time": "2021-02-03T23:26:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Builderius\\Psr\\Cache\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https:\/\/www.php-fig.org\/"
                }
            ],
            "description": "Common interface for caching libraries",
            "keywords": [
                "cache",
                "psr",
                "psr-6"
            ],
            "support": {
                "source": "https:\/\/github.com\/php-fig\/cache\/tree\/3.0.0"
            },
            "install-path": "..\/psr\/cache"
        },
        {
            "name": "psr\/container",
            "version": "1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/container.git",
                "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/container\/zipball\/8622567409010282b7aeebe4bb841fe98b58dcaf",
                "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "time": "2021-03-05T17:36:06+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Builderius\\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.1"
            },
            "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": {
                    "Builderius\\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\/log",
            "version": "3.0.2",
            "version_normalized": "3.0.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/log.git",
                "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/log\/zipball\/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
                "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.0"
            },
            "time": "2024-09-11T13:17:53+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Builderius\\Psr\\Log\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https:\/\/www.php-fig.org\/"
                }
            ],
            "description": "Common interface for logging libraries",
            "homepage": "https:\/\/github.com\/php-fig\/log",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "support": {
                "source": "https:\/\/github.com\/php-fig\/log\/tree\/3.0.2"
            },
            "install-path": "..\/psr\/log"
        },
        {
            "name": "respect\/stringifier",
            "version": "0.2.0",
            "version_normalized": "0.2.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/Respect\/Stringifier.git",
                "reference": "e55af3c8aeaeaa2abb5fa47a58a8e9688cc23b59"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/Respect\/Stringifier\/zipball\/e55af3c8aeaeaa2abb5fa47a58a8e9688cc23b59",
                "reference": "e55af3c8aeaeaa2abb5fa47a58a8e9688cc23b59",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "require-dev": {
                "friendsofphp\/php-cs-fixer": "^2.8",
                "malukenho\/docheader": "^0.1.7",
                "phpunit\/phpunit": "^6.4"
            },
            "time": "2017-12-29T19:39:25+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/stringify.php"
                ],
                "psr-4": {
                    "Builderius\\Respect\\Stringifier\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Respect\/Stringifier Contributors",
                    "homepage": "https:\/\/github.com\/Respect\/Stringifier\/graphs\/contributors"
                }
            ],
            "description": "Converts any value to a string",
            "homepage": "http:\/\/respect.github.io\/Stringifier\/",
            "keywords": [
                "respect",
                "stringifier",
                "stringify"
            ],
            "support": {
                "issues": "https:\/\/github.com\/Respect\/Stringifier\/issues",
                "source": "https:\/\/github.com\/Respect\/Stringifier\/tree\/0.2.0"
            },
            "install-path": "..\/respect\/stringifier"
        },
        {
            "name": "respect\/validation",
            "version": "2.2.4",
            "version_normalized": "2.2.4.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/Respect\/Validation.git",
                "reference": "d304ace5325efd7180daffb1f8627bb0affd4e3a"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/Respect\/Validation\/zipball\/d304ace5325efd7180daffb1f8627bb0affd4e3a",
                "reference": "d304ace5325efd7180daffb1f8627bb0affd4e3a",
                "shasum": ""
            },
            "require": {
                "php": "^7.4 || ^8.0 || ^8.1 || ^8.2",
                "respect\/stringifier": "^0.2.0",
                "symfony\/polyfill-mbstring": "^1.2"
            },
            "require-dev": {
                "egulias\/email-validator": "^3.0",
                "malukenho\/docheader": "^0.1",
                "mikey179\/vfsstream": "^1.6",
                "phpstan\/phpstan": "^1.9",
                "phpstan\/phpstan-deprecation-rules": "^1.1",
                "phpstan\/phpstan-phpunit": "^1.3",
                "phpunit\/phpunit": "^9.6",
                "psr\/http-message": "^1.0",
                "respect\/coding-standard": "^3.0",
                "squizlabs\/php_codesniffer": "^3.7",
                "symfony\/validator": "^3.0||^4.0"
            },
            "suggest": {
                "egulias\/email-validator": "Strict (RFC compliant) email validation",
                "ext-bcmath": "Arbitrary Precision Mathematics",
                "ext-fileinfo": "File Information",
                "ext-mbstring": "Multibyte String Functions"
            },
            "time": "2023-02-15T01:05:24+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Builderius\\Respect\\Validation\\": "library\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Respect\/Validation Contributors",
                    "homepage": "https:\/\/github.com\/Respect\/Validation\/graphs\/contributors"
                }
            ],
            "description": "The most awesome validation engine ever created for PHP",
            "homepage": "http:\/\/respect.github.io\/Validation\/",
            "keywords": [
                "respect",
                "validation",
                "validator"
            ],
            "support": {
                "issues": "https:\/\/github.com\/Respect\/Validation\/issues",
                "source": "https:\/\/github.com\/Respect\/Validation\/tree\/2.2.4"
            },
            "install-path": "..\/respect\/validation"
        },
        {
            "name": "symfony\/cache",
            "version": "v7.4.8",
            "version_normalized": "7.4.8.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/cache.git",
                "reference": "467464da294734b0fb17e853e5712abc8470f819"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/cache\/zipball\/467464da294734b0fb17e853e5712abc8470f819",
                "reference": "467464da294734b0fb17e853e5712abc8470f819",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2",
                "psr\/cache": "^2.0|^3.0",
                "psr\/log": "^1.1|^2|^3",
                "symfony\/cache-contracts": "^3.6",
                "symfony\/deprecation-contracts": "^2.5|^3",
                "symfony\/service-contracts": "^2.5|^3",
                "symfony\/var-exporter": "^6.4|^7.0|^8.0"
            },
            "conflict": {
                "doctrine\/dbal": "<3.6",
                "ext-redis": "<6.1",
                "ext-relay": "<0.12.1",
                "symfony\/dependency-injection": "<6.4",
                "symfony\/http-kernel": "<6.4",
                "symfony\/var-dumper": "<6.4"
            },
            "provide": {
                "psr\/cache-implementation": "2.0|3.0",
                "psr\/simple-cache-implementation": "1.0|2.0|3.0",
                "symfony\/cache-implementation": "1.1|2.0|3.0"
            },
            "require-dev": {
                "cache\/integration-tests": "dev-master",
                "doctrine\/dbal": "^3.6|^4",
                "predis\/predis": "^1.1|^2.0",
                "psr\/simple-cache": "^1.0|^2.0|^3.0",
                "symfony\/clock": "^6.4|^7.0|^8.0",
                "symfony\/config": "^6.4|^7.0|^8.0",
                "symfony\/dependency-injection": "^6.4|^7.0|^8.0",
                "symfony\/filesystem": "^6.4|^7.0|^8.0",
                "symfony\/http-kernel": "^6.4|^7.0|^8.0",
                "symfony\/messenger": "^6.4|^7.0|^8.0",
                "symfony\/var-dumper": "^6.4|^7.0|^8.0"
            },
            "time": "2026-03-30T15:15:47+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Builderius\\Symfony\\Component\\Cache\\": ""
                },
                "classmap": [
                    "Traits\/ValueWrapper.php"
                ],
                "exclude-from-classmap": [
                    "\/Tests\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "caching",
                "psr6"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/cache\/tree\/v7.4.8"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/cache"
        },
        {
            "name": "symfony\/cache-contracts",
            "version": "v3.6.0",
            "version_normalized": "3.6.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/cache-contracts.git",
                "reference": "5d68a57d66910405e5c0b63d6f0af941e66fc868"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/cache-contracts\/zipball\/5d68a57d66910405e5c0b63d6f0af941e66fc868",
                "reference": "5d68a57d66910405e5c0b63d6f0af941e66fc868",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "psr\/cache": "^3.0"
            },
            "time": "2025-03-13T15:25:07+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/contracts",
                    "name": "symfony\/contracts"
                },
                "branch-alias": {
                    "dev-main": "3.6-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Builderius\\Symfony\\Contracts\\Cache\\": ""
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Generic abstractions related to caching",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/cache-contracts\/tree\/v3.6.0"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/cache-contracts"
        },
        {
            "name": "symfony\/config",
            "version": "v7.4.8",
            "version_normalized": "7.4.8.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/config.git",
                "reference": "2d19dde43fa2ff720b9a40763ace7226594f503b"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/config\/zipball\/2d19dde43fa2ff720b9a40763ace7226594f503b",
                "reference": "2d19dde43fa2ff720b9a40763ace7226594f503b",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2",
                "symfony\/deprecation-contracts": "^2.5|^3",
                "symfony\/filesystem": "^7.1|^8.0",
                "symfony\/polyfill-ctype": "~1.8"
            },
            "conflict": {
                "symfony\/finder": "<6.4",
                "symfony\/service-contracts": "<2.5"
            },
            "require-dev": {
                "symfony\/event-dispatcher": "^6.4|^7.0|^8.0",
                "symfony\/finder": "^6.4|^7.0|^8.0",
                "symfony\/messenger": "^6.4|^7.0|^8.0",
                "symfony\/service-contracts": "^2.5|^3",
                "symfony\/yaml": "^6.4|^7.0|^8.0"
            },
            "time": "2026-03-24T13:12:05+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Builderius\\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\/v7.4.8"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/config"
        },
        {
            "name": "symfony\/dependency-injection",
            "version": "v7.4.8",
            "version_normalized": "7.4.8.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/dependency-injection.git",
                "reference": "f7025fd7b687c240426562f86ada06a93b1e771d"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/dependency-injection\/zipball\/f7025fd7b687c240426562f86ada06a93b1e771d",
                "reference": "f7025fd7b687c240426562f86ada06a93b1e771d",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2",
                "psr\/container": "^1.1|^2.0",
                "symfony\/deprecation-contracts": "^2.5|^3",
                "symfony\/service-contracts": "^3.6",
                "symfony\/var-exporter": "^6.4.20|^7.2.5|^8.0"
            },
            "conflict": {
                "ext-psr": "<1.1|>=2",
                "symfony\/config": "<6.4",
                "symfony\/finder": "<6.4",
                "symfony\/yaml": "<6.4"
            },
            "provide": {
                "psr\/container-implementation": "1.1|2.0",
                "symfony\/service-implementation": "1.1|2.0|3.0"
            },
            "require-dev": {
                "symfony\/config": "^6.4|^7.0|^8.0",
                "symfony\/expression-language": "^6.4|^7.0|^8.0",
                "symfony\/yaml": "^6.4|^7.0|^8.0"
            },
            "time": "2026-03-31T06:50:29+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Builderius\\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\/v7.4.8"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/dependency-injection"
        },
        {
            "name": "symfony\/deprecation-contracts",
            "version": "v3.6.0",
            "version_normalized": "3.6.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/deprecation-contracts.git",
                "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/deprecation-contracts\/zipball\/63afe740e99a13ba87ec199bb07bbdee937a5b62",
                "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "time": "2024-09-25T14:21:43+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/contracts",
                    "name": "symfony\/contracts"
                },
                "branch-alias": {
                    "dev-main": "3.6-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "function.php"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "A generic function and convention to trigger deprecation notices",
            "homepage": "https:\/\/symfony.com",
            "support": {
                "source": "https:\/\/github.com\/symfony\/deprecation-contracts\/tree\/v3.6.0"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/deprecation-contracts"
        },
        {
            "name": "symfony\/event-dispatcher",
            "version": "v7.4.8",
            "version_normalized": "7.4.8.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/event-dispatcher.git",
                "reference": "f57b899fa736fd71121168ef268f23c206083f0a"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/event-dispatcher\/zipball\/f57b899fa736fd71121168ef268f23c206083f0a",
                "reference": "f57b899fa736fd71121168ef268f23c206083f0a",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2",
                "symfony\/event-dispatcher-contracts": "^2.5|^3"
            },
            "conflict": {
                "symfony\/dependency-injection": "<6.4",
                "symfony\/service-contracts": "<2.5"
            },
            "provide": {
                "psr\/event-dispatcher-implementation": "1.0",
                "symfony\/event-dispatcher-implementation": "2.0|3.0"
            },
            "require-dev": {
                "psr\/log": "^1|^2|^3",
                "symfony\/config": "^6.4|^7.0|^8.0",
                "symfony\/dependency-injection": "^6.4|^7.0|^8.0",
                "symfony\/error-handler": "^6.4|^7.0|^8.0",
                "symfony\/expression-language": "^6.4|^7.0|^8.0",
                "symfony\/framework-bundle": "^6.4|^7.0|^8.0",
                "symfony\/http-foundation": "^6.4|^7.0|^8.0",
                "symfony\/service-contracts": "^2.5|^3",
                "symfony\/stopwatch": "^6.4|^7.0|^8.0"
            },
            "time": "2026-03-30T13:54:39+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Builderius\\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\/v7.4.8"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/event-dispatcher"
        },
        {
            "name": "symfony\/event-dispatcher-contracts",
            "version": "v3.6.0",
            "version_normalized": "3.6.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/event-dispatcher-contracts.git",
                "reference": "59eb412e93815df44f05f342958efa9f46b1e586"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/event-dispatcher-contracts\/zipball\/59eb412e93815df44f05f342958efa9f46b1e586",
                "reference": "59eb412e93815df44f05f342958efa9f46b1e586",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "psr\/event-dispatcher": "^1"
            },
            "time": "2024-09-25T14:21:43+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/contracts",
                    "name": "symfony\/contracts"
                },
                "branch-alias": {
                    "dev-main": "3.6-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Builderius\\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\/v3.6.0"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/event-dispatcher-contracts"
        },
        {
            "name": "symfony\/expression-language",
            "version": "v7.4.8",
            "version_normalized": "7.4.8.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/expression-language.git",
                "reference": "87ff95687748f4af65e4d5a6e917d448ec52aa83"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/expression-language\/zipball\/87ff95687748f4af65e4d5a6e917d448ec52aa83",
                "reference": "87ff95687748f4af65e4d5a6e917d448ec52aa83",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2",
                "symfony\/cache": "^6.4|^7.0|^8.0",
                "symfony\/deprecation-contracts": "^2.5|^3",
                "symfony\/service-contracts": "^2.5|^3"
            },
            "time": "2026-03-24T13:12:05+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Builderius\\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\/v7.4.8"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/expression-language"
        },
        {
            "name": "symfony\/filesystem",
            "version": "v7.4.8",
            "version_normalized": "7.4.8.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/filesystem.git",
                "reference": "58b9790d12f9670b7f53a1c1738febd3108970a5"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/filesystem\/zipball\/58b9790d12f9670b7f53a1c1738febd3108970a5",
                "reference": "58b9790d12f9670b7f53a1c1738febd3108970a5",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2",
                "symfony\/polyfill-ctype": "~1.8",
                "symfony\/polyfill-mbstring": "~1.8"
            },
            "require-dev": {
                "symfony\/process": "^6.4|^7.0|^8.0"
            },
            "time": "2026-03-24T13:12:05+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Builderius\\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\/v7.4.8"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/filesystem"
        },
        {
            "name": "symfony\/finder",
            "version": "v7.4.8",
            "version_normalized": "7.4.8.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/finder.git",
                "reference": "e0be088d22278583a82da281886e8c3592fbf149"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/finder\/zipball\/e0be088d22278583a82da281886e8c3592fbf149",
                "reference": "e0be088d22278583a82da281886e8c3592fbf149",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2"
            },
            "require-dev": {
                "symfony\/filesystem": "^6.4|^7.0|^8.0"
            },
            "time": "2026-03-24T13:12:05+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Builderius\\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\/v7.4.8"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/finder"
        },
        {
            "name": "symfony\/polyfill-ctype",
            "version": "v1.35.0",
            "version_normalized": "1.35.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-ctype.git",
                "reference": "141046a8f9477948ff284fa65be2095baafb94f2"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-ctype\/zipball\/141046a8f9477948ff284fa65be2095baafb94f2",
                "reference": "141046a8f9477948ff284fa65be2095baafb94f2",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "provide": {
                "ext-ctype": "*"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "time": "2026-04-10T16:19:22+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/polyfill",
                    "name": "symfony\/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Builderius\\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.35.0"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "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.35.0",
            "version_normalized": "1.35.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-intl-grapheme.git",
                "reference": "ad1b7b9092976d6c948b8a187cec9faaea9ec1df"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-intl-grapheme\/zipball\/ad1b7b9092976d6c948b8a187cec9faaea9ec1df",
                "reference": "ad1b7b9092976d6c948b8a187cec9faaea9ec1df",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2026-04-10T16:19:22+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/polyfill",
                    "name": "symfony\/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Builderius\\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.35.0"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/polyfill-intl-grapheme"
        },
        {
            "name": "symfony\/polyfill-intl-normalizer",
            "version": "v1.35.0",
            "version_normalized": "1.35.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-intl-normalizer.git",
                "reference": "3833d7255cc303546435cb650316bff708a1c75c"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-intl-normalizer\/zipball\/3833d7255cc303546435cb650316bff708a1c75c",
                "reference": "3833d7255cc303546435cb650316bff708a1c75c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2024-09-09T11:45:10+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/polyfill",
                    "name": "symfony\/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Builderius\\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.35.0"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "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.35.0",
            "version_normalized": "1.35.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-mbstring.git",
                "reference": "6a21eb99c6973357967f6ce3708cd55a6bec6315"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-mbstring\/zipball\/6a21eb99c6973357967f6ce3708cd55a6bec6315",
                "reference": "6a21eb99c6973357967f6ce3708cd55a6bec6315",
                "shasum": ""
            },
            "require": {
                "ext-iconv": "*",
                "php": ">=7.2"
            },
            "provide": {
                "ext-mbstring": "*"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "time": "2026-04-10T17:25:58+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/polyfill",
                    "name": "symfony\/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Builderius\\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.35.0"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/polyfill-mbstring"
        },
        {
            "name": "symfony\/property-access",
            "version": "v7.4.8",
            "version_normalized": "7.4.8.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/property-access.git",
                "reference": "b7dad9dae8b8a47ef7ecc76c8569e7d8c7d90cfc"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/property-access\/zipball\/b7dad9dae8b8a47ef7ecc76c8569e7d8c7d90cfc",
                "reference": "b7dad9dae8b8a47ef7ecc76c8569e7d8c7d90cfc",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2",
                "symfony\/property-info": "^6.4.32|~7.3.10|^7.4.4|^8.0.4"
            },
            "require-dev": {
                "symfony\/cache": "^6.4|^7.0|^8.0",
                "symfony\/var-exporter": "^6.4.1|^7.0.1|^8.0"
            },
            "time": "2026-03-24T13:12:05+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Builderius\\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\/v7.4.8"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/property-access"
        },
        {
            "name": "symfony\/property-info",
            "version": "v7.4.8",
            "version_normalized": "7.4.8.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/property-info.git",
                "reference": "ac5e82528b986c4f7cfccbf7764b5d2e824d6175"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/property-info\/zipball\/ac5e82528b986c4f7cfccbf7764b5d2e824d6175",
                "reference": "ac5e82528b986c4f7cfccbf7764b5d2e824d6175",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2",
                "symfony\/deprecation-contracts": "^2.5|^3",
                "symfony\/string": "^6.4|^7.0|^8.0",
                "symfony\/type-info": "^7.4.7|^8.0.7"
            },
            "conflict": {
                "phpdocumentor\/reflection-docblock": "<5.2|>=7",
                "phpdocumentor\/type-resolver": "<1.5.1",
                "symfony\/cache": "<6.4",
                "symfony\/dependency-injection": "<6.4",
                "symfony\/serializer": "<6.4"
            },
            "require-dev": {
                "phpdocumentor\/reflection-docblock": "^5.2|^6.0",
                "phpstan\/phpdoc-parser": "^1.0|^2.0",
                "symfony\/cache": "^6.4|^7.0|^8.0",
                "symfony\/dependency-injection": "^6.4|^7.0|^8.0",
                "symfony\/serializer": "^6.4|^7.0|^8.0"
            },
            "time": "2026-03-24T13:12:05+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Builderius\\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\/v7.4.8"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/property-info"
        },
        {
            "name": "symfony\/service-contracts",
            "version": "v3.6.1",
            "version_normalized": "3.6.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/service-contracts.git",
                "reference": "45112560a3ba2d715666a509a0bc9521d10b6c43"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/service-contracts\/zipball\/45112560a3ba2d715666a509a0bc9521d10b6c43",
                "reference": "45112560a3ba2d715666a509a0bc9521d10b6c43",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "psr\/container": "^1.1|^2.0",
                "symfony\/deprecation-contracts": "^2.5|^3"
            },
            "conflict": {
                "ext-psr": "<1.1|>=2"
            },
            "time": "2025-07-15T11:30:57+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/contracts",
                    "name": "symfony\/contracts"
                },
                "branch-alias": {
                    "dev-main": "3.6-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Builderius\\Symfony\\Contracts\\Service\\": ""
                },
                "exclude-from-classmap": [
                    "\/Test\/"
                ]
            },
            "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\/v3.6.1"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/service-contracts"
        },
        {
            "name": "symfony\/string",
            "version": "v7.4.8",
            "version_normalized": "7.4.8.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/string.git",
                "reference": "114ac57257d75df748eda23dd003878080b8e688"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/string\/zipball\/114ac57257d75df748eda23dd003878080b8e688",
                "reference": "114ac57257d75df748eda23dd003878080b8e688",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2",
                "symfony\/deprecation-contracts": "^2.5|^3.0",
                "symfony\/polyfill-ctype": "~1.8",
                "symfony\/polyfill-intl-grapheme": "~1.33",
                "symfony\/polyfill-intl-normalizer": "~1.0",
                "symfony\/polyfill-mbstring": "~1.0"
            },
            "conflict": {
                "symfony\/translation-contracts": "<2.5"
            },
            "require-dev": {
                "symfony\/emoji": "^7.1|^8.0",
                "symfony\/http-client": "^6.4|^7.0|^8.0",
                "symfony\/intl": "^6.4|^7.0|^8.0",
                "symfony\/translation-contracts": "^2.5|^3.0",
                "symfony\/var-exporter": "^6.4|^7.0|^8.0"
            },
            "time": "2026-03-24T13:12:05+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "Resources\/functions.php"
                ],
                "psr-4": {
                    "Builderius\\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\/v7.4.8"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/string"
        },
        {
            "name": "symfony\/templating",
            "version": "v5.4.45",
            "version_normalized": "5.4.45.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/templating.git",
                "reference": "e9e46b530d8e202071bc5efcea1a3d3174d68a9b"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/templating\/zipball\/e9e46b530d8e202071bc5efcea1a3d3174d68a9b",
                "reference": "e9e46b530d8e202071bc5efcea1a3d3174d68a9b",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony\/polyfill-ctype": "~1.8"
            },
            "require-dev": {
                "psr\/log": "^1|^2|^3"
            },
            "suggest": {
                "psr\/log-implementation": "For using debug logging in loaders"
            },
            "time": "2024-10-22T13:05:35+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Builderius\\Symfony\\Component\\Templating\\": ""
                },
                "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 all the tools needed to build any kind of template system",
            "homepage": "https:\/\/symfony.com",
            "support": {
                "source": "https:\/\/github.com\/symfony\/templating\/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\/templating"
        },
        {
            "name": "symfony\/translation-contracts",
            "version": "v3.6.1",
            "version_normalized": "3.6.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/translation-contracts.git",
                "reference": "65a8bc82080447fae78373aa10f8d13b38338977"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/translation-contracts\/zipball\/65a8bc82080447fae78373aa10f8d13b38338977",
                "reference": "65a8bc82080447fae78373aa10f8d13b38338977",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "time": "2025-07-15T13:41:35+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/contracts",
                    "name": "symfony\/contracts"
                },
                "branch-alias": {
                    "dev-main": "3.6-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Builderius\\Symfony\\Contracts\\Translation\\": ""
                },
                "exclude-from-classmap": [
                    "\/Test\/"
                ]
            },
            "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\/v3.6.1"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/translation-contracts"
        },
        {
            "name": "symfony\/twig-bridge",
            "version": "v7.4.8",
            "version_normalized": "7.4.8.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/twig-bridge.git",
                "reference": "ac43e7e59298ed1ce98c8d228b651d46e907d02c"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/twig-bridge\/zipball\/ac43e7e59298ed1ce98c8d228b651d46e907d02c",
                "reference": "ac43e7e59298ed1ce98c8d228b651d46e907d02c",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2",
                "symfony\/deprecation-contracts": "^2.5|^3",
                "symfony\/translation-contracts": "^2.5|^3",
                "twig\/twig": "^3.21"
            },
            "conflict": {
                "phpdocumentor\/reflection-docblock": "<5.2|>=7",
                "phpdocumentor\/type-resolver": "<1.5.1",
                "symfony\/console": "<6.4",
                "symfony\/form": "<6.4.32|>7,<7.3.10|>7.4,<7.4.4|>8.0,<8.0.4",
                "symfony\/http-foundation": "<6.4",
                "symfony\/http-kernel": "<6.4",
                "symfony\/mime": "<6.4.36|>7,<7.4.8|>8.0,<8.0.8",
                "symfony\/serializer": "<6.4",
                "symfony\/translation": "<6.4",
                "symfony\/workflow": "<6.4"
            },
            "require-dev": {
                "egulias\/email-validator": "^2.1.10|^3|^4",
                "league\/html-to-markdown": "^5.0",
                "phpdocumentor\/reflection-docblock": "^5.2|^6.0",
                "symfony\/asset": "^6.4|^7.0|^8.0",
                "symfony\/asset-mapper": "^6.4|^7.0|^8.0",
                "symfony\/console": "^6.4|^7.0|^8.0",
                "symfony\/dependency-injection": "^6.4|^7.0|^8.0",
                "symfony\/emoji": "^7.1|^8.0",
                "symfony\/expression-language": "^6.4|^7.0|^8.0",
                "symfony\/finder": "^6.4|^7.0|^8.0",
                "symfony\/form": "^6.4.32|~7.3.10|^7.4.4|^8.0.4",
                "symfony\/html-sanitizer": "^6.4|^7.0|^8.0",
                "symfony\/http-foundation": "^7.3|^8.0",
                "symfony\/http-kernel": "^6.4|^7.0|^8.0",
                "symfony\/intl": "^6.4|^7.0|^8.0",
                "symfony\/mime": "^6.4.36|^7.4.8|^8.0.8",
                "symfony\/polyfill-intl-icu": "~1.0",
                "symfony\/property-info": "^6.4|^7.0|^8.0",
                "symfony\/routing": "^6.4|^7.0|^8.0",
                "symfony\/security-acl": "^2.8|^3.0",
                "symfony\/security-core": "^6.4|^7.0|^8.0",
                "symfony\/security-csrf": "^6.4|^7.0|^8.0",
                "symfony\/security-http": "^6.4|^7.0|^8.0",
                "symfony\/serializer": "^6.4.3|^7.0.3|^8.0",
                "symfony\/stopwatch": "^6.4|^7.0|^8.0",
                "symfony\/translation": "^6.4|^7.0|^8.0",
                "symfony\/validator": "^6.4|^7.0|^8.0",
                "symfony\/web-link": "^6.4|^7.0|^8.0",
                "symfony\/workflow": "^6.4|^7.0|^8.0",
                "symfony\/yaml": "^6.4|^7.0|^8.0",
                "twig\/cssinliner-extra": "^3",
                "twig\/inky-extra": "^3",
                "twig\/markdown-extra": "^3"
            },
            "time": "2026-03-30T15:17:09+00:00",
            "type": "symfony-bridge",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Builderius\\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\/v7.4.8"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/twig-bridge"
        },
        {
            "name": "symfony\/type-info",
            "version": "v7.4.8",
            "version_normalized": "7.4.8.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/type-info.git",
                "reference": "6bf34da885ff5143a3dfd8f1b863bb8ab95f50bd"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/type-info\/zipball\/6bf34da885ff5143a3dfd8f1b863bb8ab95f50bd",
                "reference": "6bf34da885ff5143a3dfd8f1b863bb8ab95f50bd",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2",
                "psr\/container": "^1.1|^2.0",
                "symfony\/deprecation-contracts": "^2.5|^3"
            },
            "conflict": {
                "phpstan\/phpdoc-parser": "<1.30"
            },
            "require-dev": {
                "phpstan\/phpdoc-parser": "^1.30|^2.0"
            },
            "time": "2026-03-24T13:12:05+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Builderius\\Symfony\\Component\\TypeInfo\\": ""
                },
                "exclude-from-classmap": [
                    "\/Tests\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mathias Arlaud",
                    "email": "mathias.arlaud@gmail.com"
                },
                {
                    "name": "Baptiste LEDUC",
                    "email": "baptiste.leduc@gmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Extracts PHP types information.",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "PHPStan",
                "phpdoc",
                "symfony",
                "type"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/type-info\/tree\/v7.4.8"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/type-info"
        },
        {
            "name": "symfony\/var-exporter",
            "version": "v7.4.8",
            "version_normalized": "7.4.8.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/var-exporter.git",
                "reference": "398907e89a2a56fe426f7955c6fa943ec0c77225"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/var-exporter\/zipball\/398907e89a2a56fe426f7955c6fa943ec0c77225",
                "reference": "398907e89a2a56fe426f7955c6fa943ec0c77225",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2",
                "symfony\/deprecation-contracts": "^2.5|^3"
            },
            "require-dev": {
                "symfony\/property-access": "^6.4|^7.0|^8.0",
                "symfony\/serializer": "^6.4|^7.0|^8.0",
                "symfony\/var-dumper": "^6.4|^7.0|^8.0"
            },
            "time": "2026-03-24T13:12:05+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Builderius\\Symfony\\Component\\VarExporter\\": ""
                },
                "exclude-from-classmap": [
                    "\/Tests\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Allows exporting any serializable PHP data structure to plain PHP code",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "clone",
                "construct",
                "export",
                "hydrate",
                "instantiate",
                "lazy-loading",
                "proxy",
                "serialize"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/var-exporter\/tree\/v7.4.8"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/var-exporter"
        },
        {
            "name": "symfony\/yaml",
            "version": "v7.4.8",
            "version_normalized": "7.4.8.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/yaml.git",
                "reference": "c58fdf7b3d6c2995368264c49e4e8b05bcff2883"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/yaml\/zipball\/c58fdf7b3d6c2995368264c49e4e8b05bcff2883",
                "reference": "c58fdf7b3d6c2995368264c49e4e8b05bcff2883",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2",
                "symfony\/deprecation-contracts": "^2.5|^3",
                "symfony\/polyfill-ctype": "^1.8"
            },
            "conflict": {
                "symfony\/console": "<6.4"
            },
            "require-dev": {
                "symfony\/console": "^6.4|^7.0|^8.0"
            },
            "time": "2026-03-24T13:12:05+00:00",
            "bin": [
                "Resources\/bin\/yaml-lint"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Builderius\\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\/v7.4.8"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/yaml"
        },
        {
            "name": "twig\/twig",
            "version": "v3.24.0",
            "version_normalized": "3.24.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/twigphp\/Twig.git",
                "reference": "a6769aefb305efef849dc25c9fd1653358c148f0"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/twigphp\/Twig\/zipball\/a6769aefb305efef849dc25c9fd1653358c148f0",
                "reference": "a6769aefb305efef849dc25c9fd1653358c148f0",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1.0",
                "symfony\/deprecation-contracts": "^2.5|^3",
                "symfony\/polyfill-ctype": "^1.8",
                "symfony\/polyfill-mbstring": "^1.3"
            },
            "require-dev": {
                "php-cs-fixer\/shim": "^3.0@stable",
                "phpstan\/phpstan": "^2.0@stable",
                "psr\/container": "^1.0|^2.0",
                "symfony\/phpunit-bridge": "^5.4.9|^6.4|^7.0"
            },
            "time": "2026-03-17T21:31:11+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": {
                    "Builderius\\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.24.0"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/twig\/twig",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/twig\/twig"
        },
        {
            "name": "webonyx\/graphql-php",
            "version": "dev-builderius-14.4.0",
            "version_normalized": "dev-builderius-14.4.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/builderius\/graphql-php.git",
                "reference": "28fbe96415e6084bbf7bf26962711d4949c050d9"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/builderius\/graphql-php\/zipball\/28fbe96415e6084bbf7bf26962711d4949c050d9",
                "reference": "28fbe96415e6084bbf7bf26962711d4949c050d9",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-mbstring": "*",
                "php": "^7.1||^8.0"
            },
            "require-dev": {
                "amphp\/amp": "^2.3",
                "doctrine\/coding-standard": "^6.0",
                "nyholm\/psr7": "^1.2",
                "phpbench\/phpbench": "^0.16.10",
                "phpstan\/extension-installer": "^1.0",
                "phpstan\/phpstan": "0.12.32",
                "phpstan\/phpstan-phpunit": "0.12.11",
                "phpstan\/phpstan-strict-rules": "0.12.2",
                "phpunit\/phpunit": "^7.2|^8.5",
                "psr\/http-message": "^1.0",
                "react\/promise": "2.*",
                "simpod\/php-coveralls-mirror": "^3.0",
                "squizlabs\/php_codesniffer": "3.5.4"
            },
            "suggest": {
                "psr\/http-message": "To use standard GraphQL server",
                "react\/promise": "To leverage async resolving on React PHP platform"
            },
            "time": "2024-10-03T15:24:24+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Builderius\\GraphQL\\": "src\/"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "Builderius\\GraphQL\\Tests\\": "tests\/",
                    "Builderius\\GraphQL\\Benchmarks\\": "benchmarks\/",
                    "Builderius\\GraphQL\\Examples\\Blog\\": "examples\/01-blog\/Blog\/"
                }
            },
            "scripts": {
                "api-docs": [
                    "php tools\/gendocs.php"
                ],
                "bench": [
                    "phpbench run ."
                ],
                "test": [
                    "phpunit"
                ],
                "lint": [
                    "phpcs"
                ],
                "fix": [
                    "phpcbf"
                ],
                "stan": [
                    "phpstan analyse --ansi --memory-limit 2048M"
                ],
                "baseline": [
                    "phpstan analyse --ansi --generate-baseline"
                ],
                "check": [
                    "composer lint && composer stan && composer test"
                ]
            },
            "license": [
                "MIT"
            ],
            "description": "A PHP port of GraphQL reference implementation",
            "homepage": "https:\/\/github.com\/webonyx\/graphql-php",
            "keywords": [
                "API",
                "graphql"
            ],
            "support": {
                "source": "https:\/\/github.com\/builderius\/graphql-php\/tree\/builderius-14.4.0"
            },
            "funding": [
                {
                    "type": "open_collective",
                    "url": "https:\/\/opencollective.com\/webonyx-graphql-php"
                }
            ],
            "install-path": "..\/webonyx\/graphql-php"
        }
    ],
    "dev": true,
    "dev-package-names": []
}